@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500;6..96,600&family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--ink:#14221d;--ink2:#26352f;--cream:#f7f4ee;--paper:#fffdf9;--sage:#dfe7de;--sage2:#edf1ea;--gold:#b38b57;--gold2:#d9c3a3;--line:rgba(20,34,29,.13);--muted:#66706b;--shadow:0 22px 70px rgba(20,34,29,.10);--radius:26px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'Manrope',system-ui,sans-serif;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:#5c6a64}.eyebrow:before{content:'';width:30px;height:1px;background:var(--gold)}h1,h2,h3{margin:0;font-family:'Cormorant Garamond',Georgia,serif;line-height:.98;font-weight:600}h1{font-size:clamp(56px,8vw,118px);letter-spacing:-.045em}h2{font-size:clamp(42px,5vw,72px);letter-spacing:-.03em}h3{font-size:32px}.lead{font-size:clamp(17px,2vw,21px);color:var(--muted);max-width:720px}.small{font-size:13px;color:var(--muted)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:40;padding:18px 0;transition:.35s}.site-header.scrolled{background:rgba(247,244,238,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);padding:11px 0}.nav{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:-.03em;font-size:22px}.brand-mark{width:35px;height:35px;border:1px solid rgba(20,34,29,.22);border-radius:50%;display:grid;place-items:center;position:relative}.brand-mark:before,.brand-mark:after{content:'';position:absolute;background:var(--ink);border-radius:100% 0}.brand-mark:before{width:15px;height:8px;transform:rotate(40deg) translate(-3px,-5px)}.brand-mark:after{width:12px;height:7px;transform:rotate(-50deg) translate(5px,5px)}.nav-links{display:flex;gap:26px;align-items:center;font-size:13px;font-weight:600}.nav-links a{position:relative}.nav-links>a:not(.nav-cta):after{content:'';position:absolute;left:0;bottom:-5px;width:0;height:1px;background:var(--ink);transition:.3s}.nav-links>a:hover:after{width:100%}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:999px;border:1px solid var(--ink);background:var(--ink);color:white;font-weight:700;font-size:13px;transition:.3s}.btn:hover,.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(20,34,29,.18)}.btn.light{background:transparent;color:var(--ink)}.btn.gold{background:var(--gold);border-color:var(--gold);color:#fff}.menu-btn{display:none;border:0;background:none;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);font-size:20px}.mobile-panel{display:none}
.hero{min-height:100vh;padding:140px 0 70px;display:flex;align-items:center;position:relative}.hero:before{content:'';position:absolute;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,#d9e6d7 0,#e7e7dd 47%,transparent 70%);right:-80px;top:80px;filter:blur(10px);opacity:.8}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}.hero-copy{position:relative;z-index:2}.hero-copy h1 span{display:block}.hero-copy .soft{color:#607268;font-style:italic;font-weight:500}.hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}.trust-row{display:flex;gap:28px;margin-top:52px;flex-wrap:wrap}.trust-item{display:flex;gap:10px;align-items:center;font-size:12px;color:#4e5c55}.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--gold)}.hero-visual{position:relative;height:690px;z-index:1}.hero-photo{position:absolute;inset:40px 0 0 70px;border-radius:220px 220px 32px 32px;overflow:hidden;box-shadow:var(--shadow);background:#d8ded7}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-card{position:absolute;left:0;bottom:72px;width:280px;background:rgba(255,253,249,.92);backdrop-filter:blur(13px);border:1px solid rgba(255,255,255,.65);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.hero-card b{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:25px}.hero-orbit{position:absolute;right:-50px;top:20px;width:160px;height:160px;border:1px solid rgba(20,34,29,.18);border-radius:50%;animation:spin 18s linear infinite}.hero-orbit:after{content:'';position:absolute;width:12px;height:12px;border-radius:50%;background:var(--gold);left:16px;top:18px}@keyframes spin{to{transform:rotate(360deg)}}
.section{padding:110px 0}.section.tight{padding:75px 0}.section.dark{background:var(--ink);color:white}.section.dark .lead,.section.dark .muted{color:#c5cdc8}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:48px}.section-head .copy{max-width:540px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:350px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.4s}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.service-card .num{font-family:'Cormorant Garamond',Georgia,serif;font-size:60px;color:#c6cfc7}.service-card h3{margin-top:auto}.service-card p{color:var(--muted);font-size:14px}.service-card .arrow{width:45px;height:45px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;margin-top:18px;transition:.3s}.service-card:hover .arrow{background:var(--ink);color:#fff;transform:rotate(-35deg)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.photo-shell{height:620px;border-radius:32px;overflow:hidden;position:relative}.photo-shell img{width:100%;height:100%;object-fit:cover}.photo-shell:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(20,34,29,.3),transparent 50%)}.check-list{display:grid;gap:16px;margin:30px 0}.check{display:flex;gap:13px;align-items:flex-start}.check i{font-style:normal;width:25px;height:25px;border-radius:50%;background:var(--sage);display:grid;place-items:center;font-size:12px;flex:0 0 auto}.band{background:linear-gradient(120deg,#dce5d9,#f4eee3);border:1px solid var(--line);border-radius:34px;padding:55px;position:relative;overflow:hidden}.band:after{content:'';position:absolute;width:240px;height:240px;border-radius:50%;border:1px solid rgba(20,34,29,.12);right:-50px;top:-70px}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px;border-top:1px solid var(--line)}.metric{padding:26px 15px 0 0}.metric b{font-family:'Cormorant Garamond',Georgia,serif;font-size:40px}.metric span{display:block;color:var(--muted);font-size:12px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{border-top:1px solid rgba(255,255,255,.25);padding-top:20px}.step .n{font-family:'Cormorant Garamond',Georgia,serif;font-size:44px;color:#d8c09e}.step p{color:#bcc7c1;font-size:14px}.boundaries{display:grid;grid-template-columns:1fr 1fr;gap:18px}.boundary{border-radius:28px;padding:34px;background:var(--paper);border:1px solid var(--line)}.boundary.no{background:#f0ece5}.boundary ul{padding-left:20px;color:var(--muted)}
.area-cloud{display:flex;flex-wrap:wrap;gap:10px}.area{padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.5);font-size:13px}.faq{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;display:flex;justify-content:space-between;gap:20px;padding:22px 0;background:none;border:0;text-align:left;font:600 16px 'Manrope',system-ui,sans-serif;color:var(--ink);cursor:pointer}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s}.faq-a p{margin:0 0 22px;color:var(--muted);max-width:850px}
.cta{padding:70px;border-radius:36px;background:var(--ink);color:#fff;display:flex;justify-content:space-between;align-items:end;gap:30px;overflow:hidden;position:relative}.cta:before{content:'';position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-100px;top:-160px}.cta h2{max-width:750px}.footer{padding:70px 0 28px;background:#101a16;color:#dce1de}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .9fr;gap:35px}.footer-heading{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin:0 0 12px}.footer a{display:block;color:#aeb9b3;font-size:13px;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding-top:22px;display:flex;justify-content:space-between;color:#86948d;font-size:12px}
.subhero{padding:165px 0 75px;min-height:520px;display:flex;align-items:end;background:linear-gradient(120deg,#f6f1e8,#dfe8dd);position:relative;overflow:hidden}.subhero:after{content:'';position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid rgba(20,34,29,.1);right:-120px;top:15px}.subhero h1{font-size:clamp(50px,7vw,90px);max-width:900px}.crumb{font-size:12px;color:var(--muted);margin-bottom:22px}.content-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.sticky-index{position:sticky;top:110px;align-self:start}.sticky-index a{display:block;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.prose h2{font-size:48px;margin:65px 0 20px}.prose h2:first-child{margin-top:0}.prose p,.prose li{color:var(--muted)}.prose .note{background:var(--sage2);border-left:3px solid var(--gold);padding:18px 22px;border-radius:12px;color:var(--ink)}
.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.price-card{padding:34px;background:var(--paper);border:1px solid var(--line);border-radius:28px;position:relative}.price-card.featured{background:var(--ink);color:#fff;transform:translateY(-12px)}.price-card.featured p,.price-card.featured li{color:#bec9c3}.price{font-family:'Cormorant Garamond',Georgia,serif;font-size:56px;margin:20px 0}.price small{font-family:'Manrope',system-ui,sans-serif;font-size:12px;color:var(--muted)}.price-card ul{padding-left:18px;min-height:250px;color:var(--muted);font-size:14px}.price-card .btn{width:100%}.badge{position:absolute;right:22px;top:22px;background:var(--gold);color:white;border-radius:999px;padding:6px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.form-card{background:var(--paper);padding:32px;border-radius:28px;border:1px solid var(--line)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field input,.field select,.field textarea{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:#fbfaf6;font:14px 'Manrope',system-ui,sans-serif;color:var(--ink);outline:none}.field textarea{min-height:130px;resize:vertical}.form-msg{display:none;margin-top:14px;padding:12px;border-radius:10px;background:var(--sage2);font-size:13px}.payment-box{max-width:700px;margin:auto}.summary{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:28px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.show{opacity:1;transform:none}.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;background:#f0eee8}.marquee-track{display:flex;width:max-content;gap:40px;animation:marquee 26s linear infinite;font-family:'Cormorant Garamond',Georgia,serif;font-size:30px}.marquee-track span:after{content:'✦';padding-left:40px;color:var(--gold)}@keyframes marquee{to{transform:translateX(-50%)}}
@media(max-width:900px){.nav-links{display:none}.menu-btn{display:grid;place-items:center}.mobile-panel{display:block;position:fixed;inset:0;background:var(--cream);z-index:39;padding:110px 25px 30px;transform:translateX(100%);transition:.35s}.mobile-panel.open{transform:none}.mobile-panel a{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:34px;padding:8px 0}.hero-grid,.split,.content-grid,.form-wrap{grid-template-columns:1fr}.hero{padding-top:120px}.hero-visual{height:520px}.hero-photo{inset:20px 0 0 30px}.grid-3,.pricing-grid{grid-template-columns:1fr 1fr}.timeline,.metric-row{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.sticky-index{position:static}.section-head{align-items:start;flex-direction:column}.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
@media(max-width:600px){.container{width:min(100% - 26px,1180px)}h1{font-size:54px}.hero-visual{height:430px}.hero-photo{inset:20px 0 0 0;border-radius:140px 140px 25px 25px}.hero-card{width:230px;bottom:30px}.grid-3,.pricing-grid,.timeline,.metric-row,.boundaries,.footer-grid{grid-template-columns:1fr}.section{padding:78px 0}.band,.cta{padding:32px 24px}.photo-shell{height:430px}.subhero{min-height:430px}.subhero h1{font-size:52px}.pricing-grid{gap:14px}.price-card.featured{transform:none}.footer-bottom{flex-direction:column;gap:10px}}

/* Premium Carelivon typography refinements */
h1,h2,h3,h4{font-family:'Cormorant Garamond',Georgia,serif;text-wrap:balance}h1,h2{font-optical-sizing:auto}.brand{font-family:'Manrope',system-ui,sans-serif;letter-spacing:-.025em}.price-card{display:flex;flex-direction:column}.price-card ul{flex:1}.price-card .btn{margin-top:auto}@media(max-width:1120px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.pricing-grid{grid-template-columns:1fr}}

/* Expanded pricing and SEO interlinking */
.pricing-grid.three{grid-template-columns:repeat(3,1fr)}
.note-card{margin-top:28px;padding:24px 28px;border:1px solid var(--line);border-radius:20px;background:var(--sage2)}.note-card p{margin-bottom:0;color:var(--muted)}
.seo-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.seo-link-grid>div{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:26px}.seo-link-grid h3{font-size:27px}.seo-link-grid p{color:var(--muted);font-size:14px}.seo-link-grid a,.text-link{font-size:13px;font-weight:700;border-bottom:1px solid var(--gold)}
.rate-table{border:1px solid var(--line);border-radius:20px;overflow:hidden;margin:24px 0 38px}.rate-head,.rate-row{display:grid;grid-template-columns:1.35fr .75fr 1.2fr;gap:18px;padding:15px 18px;align-items:center}.rate-head{background:var(--ink);color:white;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.rate-row{border-top:1px solid var(--line);background:var(--paper);font-size:14px}.rate-row strong{font-size:14px}.rate-row span:last-child{color:var(--muted)}.rate-table.compact .rate-head,.rate-table.compact .rate-row{grid-template-columns:1.4fr 1fr}.rate-table.compact .rate-row span:last-child{color:inherit}
.related-links h2{font-size:44px;margin:10px 0 24px}.related-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.related-link-grid a{padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--paper);font-size:13px;font-weight:700;transition:.3s}.related-link-grid a:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.form-links a{text-decoration:underline;text-decoration-color:var(--gold)}
@media(max-width:900px){.pricing-grid.three,.seo-link-grid{grid-template-columns:1fr 1fr}.related-link-grid{grid-template-columns:1fr 1fr}.rate-head,.rate-row{grid-template-columns:1fr 1fr}.rate-head span:nth-child(3),.rate-row span:nth-child(3){grid-column:1/-1}}
@media(max-width:600px){.pricing-grid.three,.seo-link-grid,.related-link-grid{grid-template-columns:1fr}.rate-head,.rate-row,.rate-table.compact .rate-head,.rate-table.compact .rate-row{grid-template-columns:1fr}.rate-head span:nth-child(3),.rate-row span:nth-child(3){grid-column:auto}.rate-head{display:none}.rate-row{gap:5px;padding:17px}.rate-row strong{font-size:16px}.rate-row span:last-child{font-size:12px}}


/* Carelivon luxury typography */
body{font-family:'Manrope',system-ui,sans-serif;letter-spacing:-.008em}
h1,h2,h3,h4,.price,.metric b,.step .n,.service-card .num,.marquee-track,.hero-card b{font-family:'Cormorant Garamond',Georgia,serif}
h1,h2{font-weight:600;letter-spacing:-.035em;line-height:.94}
h3{font-weight:600;letter-spacing:-.018em;line-height:1.04}
.brand{font-family:'Manrope',system-ui,sans-serif;font-weight:700;letter-spacing:-.035em}
.nav-links,.btn,.nav-cta,.eyebrow,.small,.field label,.field input,.field select,.field textarea,.faq-q{font-family:'Manrope',system-ui,sans-serif}

.section-title{font-size:clamp(36px,4vw,56px);margin:0 0 36px;max-width:820px}


/* Global alignment and layout refinements */
.section-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.85fr);align-items:start;column-gap:40px;row-gap:18px;margin-bottom:48px}
.section-head>div:first-child{min-width:0;max-width:840px}
.section-head h1,.section-head h2,.section-head .section-title{max-width:14ch;text-wrap:balance}
.section-head .lead.copy,.section-head>p,.section-head .copy{margin:0;max-width:560px;justify-self:end}
.section-head .eyebrow{margin-bottom:14px}
.hero-copy h1,.subhero h1,.prose h2,.prose h3,.boundary h3,.service-card h3,.price-card h3,.footer-heading{text-wrap:balance}
.hero-copy p,.prose p,.prose li,.boundary li,.service-card p,.price-card li,.faq-a p,.lead{max-width:72ch}
.grid-3,.split,.timeline,.boundaries,.pricing-grid,.seo-link-grid,.related-link-grid,.metric-row,.content-grid,.form-wrap,.footer-grid{align-items:start}
.service-card,.boundary,.price-card,.seo-link-grid>div,.related-link-grid a,.form-card{height:100%}
.boundary h3,.service-card h3,.price-card h3{margin-bottom:14px}
.boundary ul,.price-card ul{margin:0}
.prose h2{line-height:1.02}
.prose h3{font-size:34px;line-height:1.08;margin:36px 0 16px}
.prose p,.prose ul,.prose ol{margin:0 0 18px}
.prose ul,.prose ol{padding-left:22px}
.photo-shell img{object-position:center top}
.footer-grid>div,.form-card,.summary,.band,.cta,.boundary,.service-card,.price-card,.note-card,.seo-link-grid>div,.related-link-grid a{position:relative}
@media(max-width:900px){.section-head{grid-template-columns:1fr}.section-head .lead.copy,.section-head>p,.section-head .copy{justify-self:start;max-width:100%}}


/* Alignment corrections and homepage image update */
.section-title{width:min(100% - 44px,1180px);margin:0 auto 36px;display:block;padding:0;text-wrap:balance}
.section > .section-title.reveal{display:block}
.subhero .container{width:min(100% - 44px,1180px)}
.subhero .lead{max-width:760px}
.section .container > h2:first-child,.section .container > .section-head:first-child{margin-top:0}
.grid-3,.boundaries,.timeline,.metric-row,.related-link-grid,.seo-link-grid,.pricing-grid{margin-left:auto;margin-right:auto}
.boundaries,.timeline,.metric-row,.pricing-grid,.seo-link-grid,.related-link-grid{width:100%}
.boundary ul li,.price-card ul li,.service-card p,.boundary p,.faq-a p{overflow-wrap:anywhere}
.photo-shell img{width:100%;height:100%;object-fit:cover;object-position:center top}
@media(max-width:600px){.section-title{width:min(100% - 26px,1180px)}}

/* Final site-wide alignment system */
:root{--content-width:1180px;--gutter:40px;--gutter-mobile:26px}
.container,
.section-title{
  width:min(var(--content-width),calc(100% - var(--gutter)));
  margin-left:auto;
  margin-right:auto;
}

/* Keep all major headings and supporting copy on a single visual grid */
.section-title{
  margin-top:0;
  margin-bottom:44px;
  padding:0;
  text-align:left;
  max-width:none;
}
.section-title.reveal{display:block}
.section-head{
  width:100%;
  margin-left:0;
  margin-right:0;
  text-align:left;
}
.section-head h1,
.section-head h2,
.section-head h3,
.subhero h1,
.hero-copy h1,
.prose h2,
.prose h3,
.cta h2{
  text-align:left;
  overflow-wrap:normal;
  word-break:normal;
}
.section-head .lead,
.section-head .copy,
.subhero .lead,
.hero-copy .lead,
.prose p,
.prose li,
.boundary,
.service-card,
.price-card,
.form-card,
.faq,
.related-links,
.seo-link-grid{
  text-align:left;
}

/* Normalize spacing so titles, paragraphs and cards line up consistently */
.section-head > div:first-child > :last-child{margin-bottom:0}
.section-head .copy,
.section-head > p{padding-top:4px}
.service-card p,
.boundary p,
.price-card p,
.step p,
.note-card p{margin-top:0}
.service-card h3,
.boundary h3,
.price-card h3{margin-top:0}
.boundary ul,
.price-card ul,
.prose ul,
.prose ol{box-sizing:border-box}
.boundary li,
.price-card li,
.prose li{padding-left:2px}

/* Use the exact same desktop gutter for subheroes and standalone section headings */
.subhero .container{width:min(var(--content-width),calc(100% - var(--gutter)))}

/* Keep cards and columns visually aligned from their top edge */
.grid-3,
.boundaries,
.timeline,
.metric-row,
.pricing-grid,
.seo-link-grid,
.related-link-grid,
.split,
.content-grid,
.form-wrap,
.footer-grid{align-items:stretch}
.split,
.content-grid,
.form-wrap{align-items:start}

/* Clean typography rhythm inside long-form service pages */
.prose h2{margin-top:64px;margin-bottom:18px}
.prose h2:first-child{margin-top:0}
.prose h3{margin-top:34px;margin-bottom:14px}
.prose p + h2,
.prose ul + h2,
.prose ol + h2,
.prose .note + h2{margin-top:62px}

/* Footer columns should share the same top baseline */
.footer-grid > div{align-self:start}
.footer-heading{margin-top:0}

@media(max-width:900px){
  .section-head{grid-template-columns:1fr;row-gap:16px}
  .section-head .copy,.section-head>p{justify-self:start;padding-top:0}
}
@media(max-width:600px){
  :root{--gutter:var(--gutter-mobile)}
  .container,.section-title,.subhero .container{width:min(var(--content-width),calc(100% - var(--gutter-mobile)))}
  .section-title{margin-bottom:30px}
}

/* Final brand application using Carelivon logo palette */
:root{
  --ink:#10281f;
  --ink2:#1c3a31;
  --cream:#f6f1e8;
  --paper:#fffdf9;
  --sage:#dde5da;
  --sage2:#edf2ea;
  --gold:#c4a96b;
  --gold2:#e6cf9a;
  --line:rgba(16,40,31,.12);
  --muted:#5f6e67;
  --shadow:0 28px 80px rgba(16,40,31,.10);
  --radius:28px;
}
body{
  background:linear-gradient(180deg,#f9f6ef 0%,#f6f1e8 100%);
  color:var(--ink);
}
.site-header{
  background:linear-gradient(180deg,rgba(249,246,239,.92),rgba(249,246,239,.78));
  backdrop-filter:blur(16px);
  border-bottom:1px solid transparent;
}
.site-header.scrolled{
  background:rgba(248,244,236,.94);
  border-bottom-color:rgba(16,40,31,.08);
  box-shadow:0 16px 45px rgba(16,40,31,.06);
}
.brand{gap:12px;min-width:0}
.brand-mark{display:none}
.brand-emblem{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(16,40,31,.10))}
.brand-wordmark{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:34px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.028em;
  color:var(--ink);
}
.nav-links{font-size:13px;color:var(--ink2)}
.nav-links a:hover{color:var(--ink)}
.nav-cta,.btn{
  border-color:var(--ink);
  background:linear-gradient(180deg,#123327,#0e251d);
  color:#fff;
  box-shadow:0 10px 30px rgba(16,40,31,.10);
}
.btn.light{
  background:rgba(255,255,255,.7);
  color:var(--ink);
  border-color:rgba(16,40,31,.12);
}
.btn.gold{
  background:linear-gradient(180deg,var(--gold2),var(--gold));
  border-color:var(--gold);
  color:#10281f;
}
.menu-btn{border-color:rgba(16,40,31,.12);color:var(--ink)}
.hero:before{background:radial-gradient(circle,rgba(196,169,107,.22) 0,rgba(221,229,218,.75) 42%,transparent 70%)}
.hero:after{
  content:'';
  position:absolute;
  left:min(4vw,42px);
  bottom:24px;
  width:130px;
  height:130px;
  background:url('../img/carelivon-emblem.png') center/contain no-repeat;
  opacity:.045;
  pointer-events:none;
}
.hero-photo,
.photo-shell,
.service-card,
.boundary,
.price-card,
.form-card,
.summary,
.related-link-grid a,
.seo-link-grid>div{box-shadow:var(--shadow)}
.hero-card,
.service-card,
.boundary,
.price-card,
.form-card,.summary,.note-card,.seo-link-grid>div,.related-link-grid a{border-color:rgba(16,40,31,.09)}
.band,
.subhero{background:linear-gradient(135deg,#f8f3ea 0%,#e3e9df 100%)}
.service-card{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,247,240,.98));
}
.service-card .num{color:rgba(16,40,31,.14)}
.service-card .arrow{background:rgba(255,255,255,.72)}
.service-card:hover .arrow{background:var(--ink)}
.area{background:rgba(255,255,255,.88)}
.check i{background:linear-gradient(180deg,var(--gold2),#eadbbc);color:var(--ink)}
.section.dark,
.cta{
  background:linear-gradient(135deg,#10281f 0%,#17362d 100%);
}
.step .n{color:var(--gold2)}
.boundary.no{background:linear-gradient(180deg,#f3ede3,#eee7da)}
.price-card.featured{
  background:linear-gradient(135deg,#10281f 0%,#1c3a31 100%);
  border-color:rgba(230,207,154,.28);
}
.badge{background:linear-gradient(180deg,var(--gold2),var(--gold));color:#10281f;font-weight:700}
.rate-head{background:linear-gradient(135deg,#112a21 0%,#1a3b32 100%)}
.field input,.field select,.field textarea{background:#fffefb;border-color:rgba(16,40,31,.10)}
.faq-q{font-weight:700}
.footer{
  background:linear-gradient(135deg,#0d2019 0%,#112a21 55%,#16352b 100%);
}
.footer a{transition:.25s}
.footer a:hover{color:#fff}
.footer-brand{display:inline-flex;align-items:center}
.footer-logo-card{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,253,249,.98),rgba(246,241,232,.96));
  border:1px solid rgba(230,207,154,.28);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.brand-logo-full{height:68px;width:auto;display:block}
.related-link-grid a:hover,.seo-link-grid>div:hover{box-shadow:0 18px 50px rgba(16,40,31,.10)}
.small a,.text-link,.seo-link-grid a{color:var(--ink);text-decoration-color:var(--gold)}
::selection{background:rgba(196,169,107,.25)}
@media(max-width:900px){
  .brand-emblem{width:40px;height:40px}
  .brand-wordmark{font-size:30px}
  .hero:after{width:90px;height:90px;left:14px;bottom:10px}
}
@media(max-width:600px){
  .brand-wordmark{font-size:28px}
  .brand-logo-full{height:58px}
  .footer-logo-card{padding:10px 14px}
}

/* Final high-resolution Carelivon branding */
.brand-emblem{
  width:auto;
  height:52px;
  max-width:none;
  object-fit:contain;
  flex:0 0 auto;
  image-rendering:auto;
  filter:drop-shadow(0 5px 10px rgba(16,40,31,.10));
}
.brand-wordmark{
  text-transform:uppercase;
  font-size:31px;
  letter-spacing:.045em;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}
.footer-brand{
  display:inline-flex;
  gap:14px;
  align-items:center;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.footer-emblem{
  height:62px;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}
.footer-wordmark{
  color:#f2e3ba;
  text-shadow:0 1px 0 rgba(255,255,255,.08);
}
.footer-logo-card,.brand-logo-full{display:none!important}
/* Ensure no decorative/border artifact appears beneath the brand lockup */
.brand,.brand:before,.brand:after{border-bottom:0!important;text-decoration:none!important}
.brand img{border:0!important;outline:0!important}
@media(max-width:900px){
  .brand-emblem{height:46px}
  .brand-wordmark{font-size:27px;letter-spacing:.035em}
  .footer-emblem{height:56px}
}
@media(max-width:600px){
  .brand-emblem{height:42px}
  .brand-wordmark{font-size:24px;letter-spacing:.03em}
  .footer-emblem{height:52px}
  .footer-brand{gap:10px}
}

/* =========================================================
   Carelivon premium motion system
   ========================================================= */
:root{
  --ease-lux:cubic-bezier(.22,1,.36,1);
  --ease-soft:cubic-bezier(.16,1,.3,1);
}
html{scroll-padding-top:92px}
body{position:relative}
body::before{
  content:'';
  position:fixed;
  inset:0;
  z-index:9999;
  pointer-events:none;
  opacity:.18;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
  mix-blend-mode:multiply;
}
.scroll-progress{
  position:fixed;
  inset:0 auto auto 0;
  width:0;
  height:2px;
  z-index:1000;
  background:linear-gradient(90deg,var(--gold),var(--gold2),#f2e3ba);
  box-shadow:0 0 14px rgba(196,169,107,.45);
  transition:width .08s linear;
}
.cursor-glow{
  position:fixed;
  width:360px;
  height:360px;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
  opacity:0;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(196,169,107,.10),rgba(221,229,218,.055) 38%,transparent 70%);
  filter:blur(8px);
  transition:opacity .5s ease;
}
body.pointer-active .cursor-glow{opacity:1}
main,.site-header,.footer,.mobile-panel{position:relative;z-index:1}

/* Header arrival + subtle premium emblem motion */
.site-header{transform:translateY(-18px);opacity:0}
body.motion-ready .site-header{transform:none;opacity:1;transition:opacity .8s var(--ease-lux),transform .8s var(--ease-lux),padding .35s,background .35s,border-color .35s,box-shadow .35s}
.brand-emblem{transform-origin:center;transition:transform .55s var(--ease-lux),filter .55s ease}
.brand:hover .brand-emblem{transform:translateY(-1px) scale(1.04) rotate(-1deg);filter:drop-shadow(0 10px 18px rgba(196,169,107,.18))}
.brand-wordmark{transition:letter-spacing .5s var(--ease-lux),color .3s ease}
.brand:hover .brand-wordmark{letter-spacing:.058em}
.nav-links>a:not(.nav-cta):after{height:1px;background:linear-gradient(90deg,var(--gold),var(--ink));transform-origin:left}

/* Hero choreography */
.hero-copy>.eyebrow,
.hero-copy>h1,
.hero-copy>.lead,
.hero-actions,
.trust-row,
.hero-visual{
  opacity:0;
  transform:translateY(26px);
}
.hero-copy>h1{transform:translateY(38px);filter:blur(5px)}
.hero-visual{transform:translateY(22px) scale(.975)}
body.motion-ready .hero-copy>.eyebrow{animation:careFadeUp .9s .12s var(--ease-lux) forwards}
body.motion-ready .hero-copy>h1{animation:careHeroTitle 1.15s .2s var(--ease-lux) forwards}
body.motion-ready .hero-copy>.lead{animation:careFadeUp 1s .38s var(--ease-lux) forwards}
body.motion-ready .hero-actions{animation:careFadeUp .95s .5s var(--ease-lux) forwards}
body.motion-ready .trust-row{animation:careFadeUp .95s .62s var(--ease-lux) forwards}
body.motion-ready .hero-visual{animation:careHeroVisual 1.25s .28s var(--ease-lux) forwards}
.hero-photo{will-change:transform;transition:transform .18s linear,box-shadow .6s ease}
.hero-photo img,.photo-shell img{will-change:transform;transform:scale(1.035);transition:transform 1.2s var(--ease-soft),filter .7s ease}
.hero-visual:hover .hero-photo img,.photo-shell:hover img{transform:scale(1.07)}
.hero-card{transition:transform .55s var(--ease-lux),box-shadow .55s ease,border-color .4s ease}
.hero-card:hover{transform:translateY(-8px);box-shadow:0 35px 90px rgba(16,40,31,.16);border-color:rgba(196,169,107,.3)}
.hero-orbit{animation-duration:26s;opacity:.7}
.hero-orbit:before{
  content:'';
  position:absolute;
  inset:24px;
  border-radius:50%;
  border:1px dashed rgba(196,169,107,.30);
  animation:spin 18s linear infinite reverse;
}

/* Scroll reveal system */
.reveal{
  opacity:0;
  transform:translate3d(0,34px,0) scale(.992);
  filter:blur(4px);
  transition:
    opacity .9s var(--ease-lux),
    transform .95s var(--ease-lux),
    filter .8s ease;
  transition-delay:var(--reveal-delay,0ms);
  will-change:transform,opacity,filter;
}
.reveal.show{opacity:1;transform:none;filter:none}
.section-head.reveal{transform:translate3d(0,28px,0)}
.section-head.reveal.show{transform:none}
.section-title.reveal{clip-path:inset(0 100% 0 0);opacity:1;transform:none;filter:none;transition:clip-path 1.1s var(--ease-lux)}
.section-title.reveal.show{clip-path:inset(0 0 0 0)}

/* Cards: soft 3D depth, border light and stagger */
.service-card,.price-card,.boundary,.seo-link-grid>div,.related-link-grid a,.note-card,.form-card,.summary{
  transition:transform .55s var(--ease-lux),box-shadow .55s ease,border-color .45s ease,background .45s ease;
}
.interactive-tilt{
  --rx:0deg;
  --ry:0deg;
  --lift:0px;
  transform:perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(var(--lift));
  transform-style:preserve-3d;
}
.interactive-tilt:hover{
  --lift:-7px;
  border-color:rgba(196,169,107,.32);
  box-shadow:0 30px 80px rgba(16,40,31,.14);
}
.service-card:hover{transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-7px)}
.service-card::before,.price-card::before,.boundary::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  opacity:0;
  background:radial-gradient(420px circle at var(--mx,50%) var(--my,50%),rgba(230,207,154,.18),transparent 48%);
  transition:opacity .4s ease;
}
.service-card:hover::before,.price-card:hover::before,.boundary:hover::before{opacity:1}
.boundary,.price-card{overflow:hidden}
.service-card .arrow{transition:transform .5s var(--ease-lux),background .35s,color .35s}
.service-card:hover .arrow{transform:rotate(-35deg) translate(2px,-2px)}

/* Elegant headings and decorative rules */
.eyebrow:before{transition:width .8s var(--ease-lux),background .4s ease}
.reveal.show .eyebrow:before,.section-head.show .eyebrow:before{width:42px;background:linear-gradient(90deg,var(--gold),var(--gold2))}
.section-head h2,.prose h2,.related-links h2{position:relative}
.section-head h2::after{
  content:'';
  display:block;
  width:0;
  height:1px;
  margin-top:18px;
  background:linear-gradient(90deg,var(--gold),transparent);
  transition:width 1s .25s var(--ease-lux);
}
.section-head.show h2::after{width:84px}

/* Premium buttons */
.btn,.nav-cta{position:relative;overflow:hidden;isolation:isolate}
.btn::before,.nav-cta::before{
  content:'';
  position:absolute;
  top:-30%;
  left:-65%;
  width:46%;
  height:160%;
  z-index:-1;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  transition:left .75s var(--ease-lux);
}
.btn:hover::before,.nav-cta:hover::before{left:120%}
.btn:hover,.nav-cta:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(16,40,31,.18)}
.btn.gold:hover{box-shadow:0 16px 44px rgba(196,169,107,.30)}

/* Metrics and timeline */
.metric{position:relative;overflow:hidden}
.metric::before{
  content:'';
  position:absolute;
  top:0;left:0;
  width:0;height:1px;
  background:linear-gradient(90deg,var(--gold),transparent);
  transition:width 1.2s var(--ease-lux);
}
.band.show .metric::before,.metric.animate-line::before{width:80%}
.metric b{display:inline-block;transition:transform .55s var(--ease-lux),color .4s ease}
.metric:hover b{transform:translateY(-3px);color:var(--gold)}
.step{position:relative;transition:transform .5s var(--ease-lux)}
.step:hover{transform:translateY(-5px)}
.step::after{content:'';position:absolute;top:-1px;left:0;width:0;height:1px;background:var(--gold);transition:width .7s var(--ease-lux)}
.step:hover::after{width:100%}

/* Image depth / parallax */
.parallax-media{transform:translate3d(0,var(--parallax-y,0px),0);transition:transform .1s linear}
.photo-shell::before{
  content:'';
  position:absolute;
  inset:14px;
  z-index:2;
  border:1px solid rgba(230,207,154,.34);
  border-radius:24px;
  pointer-events:none;
  opacity:.65;
}

/* Pricing polish */
.price-card.featured{box-shadow:0 32px 85px rgba(16,40,31,.22)}
.price-card .price{transition:transform .55s var(--ease-lux),color .4s ease}
.price-card:hover .price{transform:translateY(-3px)}
.price-card:not(.featured):hover .price{color:#8c713d}
.badge{animation:badgeFloat 4s ease-in-out infinite}

/* FAQ */
.faq-q{transition:color .3s ease,padding-left .4s var(--ease-lux)}
.faq-q:hover{color:#8c713d;padding-left:6px}
.faq-q span:last-child{display:inline-grid;place-items:center;min-width:24px;transition:transform .4s var(--ease-lux),color .3s}
.faq-item:has(.faq-a[style*="max-height"]) .faq-q span:last-child{transform:rotate(180deg);color:var(--gold)}
.faq-a{transition:max-height .5s var(--ease-lux)}

/* CTA and footer */
.cta::after{
  content:'';
  position:absolute;
  width:220px;height:220px;
  border-radius:50%;
  right:50px;bottom:-170px;
  background:radial-gradient(circle,rgba(230,207,154,.16),transparent 65%);
  animation:ctaGlow 6s ease-in-out infinite;
}
.footer-brand{transition:transform .55s var(--ease-lux)}
.footer-brand:hover{transform:translateY(-3px)}
.footer-emblem{transition:filter .5s ease,transform .55s var(--ease-lux)}
.footer-brand:hover .footer-emblem{filter:drop-shadow(0 12px 24px rgba(230,207,154,.20));transform:scale(1.035)}
.footer a:not(.footer-brand){position:relative;width:max-content;max-width:100%}
.footer a:not(.footer-brand)::after{content:'';position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--gold);transition:width .4s var(--ease-lux)}
.footer a:not(.footer-brand):hover::after{width:100%}

/* Mobile menu motion */
.mobile-panel{overflow:auto}
.mobile-panel.open a{animation:mobileLinkIn .6s var(--ease-lux) both}
.mobile-panel.open a:nth-child(1){animation-delay:.05s}.mobile-panel.open a:nth-child(2){animation-delay:.08s}.mobile-panel.open a:nth-child(3){animation-delay:.11s}.mobile-panel.open a:nth-child(4){animation-delay:.14s}.mobile-panel.open a:nth-child(5){animation-delay:.17s}.mobile-panel.open a:nth-child(6){animation-delay:.20s}.mobile-panel.open a:nth-child(7){animation-delay:.23s}.mobile-panel.open a:nth-child(8){animation-delay:.26s}.mobile-panel.open a:nth-child(9){animation-delay:.29s}.mobile-panel.open a:nth-child(10){animation-delay:.32s}

@keyframes careFadeUp{to{opacity:1;transform:none}}
@keyframes careHeroTitle{to{opacity:1;transform:none;filter:none}}
@keyframes careHeroVisual{to{opacity:1;transform:none}}
@keyframes badgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@keyframes ctaGlow{0%,100%{transform:scale(.9);opacity:.55}50%{transform:scale(1.15);opacity:1}}
@keyframes mobileLinkIn{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:none}}

@media(max-width:900px){
  .cursor-glow{display:none}
  .interactive-tilt,.interactive-tilt:hover,.service-card:hover{transform:none}
  .hero-photo{transform:none!important}
  .parallax-media{transform:none!important}
}
@media(max-width:600px){
  .hero-copy>h1{transform:translateY(24px)}
  .hero-card:hover{transform:none}
  .section-head h2::after{margin-top:14px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .reveal,.hero-copy>.eyebrow,.hero-copy>h1,.hero-copy>.lead,.hero-actions,.trust-row,.hero-visual,.site-header{opacity:1!important;transform:none!important;filter:none!important;clip-path:none!important}
  .cursor-glow{display:none!important}
}

/* Premium numerical typography */
.price,
.metric b,
.step .n,
.service-card .num,
.rate-row strong,
.summary-row strong,
.pricing-grid .price,
[data-premium-number]{
  font-family:'Bodoni Moda','Cormorant Garamond',Georgia,serif;
  font-optical-sizing:auto;
  font-variant-numeric:lining-nums tabular-nums;
  font-feature-settings:"lnum" 1,"tnum" 1;
  letter-spacing:-.045em;
}
.service-card .num{font-weight:500;letter-spacing:-.06em}
.step .n{font-weight:500;letter-spacing:-.055em}
.metric b{font-weight:600;letter-spacing:-.05em}
.price{font-weight:600;line-height:.94;letter-spacing:-.055em}
.rate-row strong{font-size:15px;letter-spacing:-.02em}

/* Automated Carelivon concierge */
.care-chat-launcher{
  position:fixed;right:24px;bottom:24px;z-index:80;
  width:62px;height:62px;border:1px solid rgba(230,207,154,.44);border-radius:50%;
  background:linear-gradient(145deg,#17392e,#0d241c);color:#fff;
  display:grid;place-items:center;cursor:pointer;
  box-shadow:0 18px 48px rgba(8,29,22,.28),inset 0 0 0 1px rgba(255,255,255,.06);
  transition:transform .35s var(--ease-lux, cubic-bezier(.2,.8,.2,1)),box-shadow .35s ease;
}
.care-chat-launcher:hover{transform:translateY(-4px) scale(1.025);box-shadow:0 24px 58px rgba(8,29,22,.34)}
.care-chat-launcher img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.18))}
.care-chat-launcher .chat-status{position:absolute;right:4px;top:4px;width:11px;height:11px;border-radius:50%;background:#d8c27e;border:2px solid #10281f;box-shadow:0 0 0 3px rgba(216,194,126,.12)}
.care-chat-panel{
  position:fixed;right:24px;bottom:98px;z-index:81;
  width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 130px));
  background:rgba(251,248,241,.985);border:1px solid rgba(16,40,31,.12);border-radius:28px;
  box-shadow:0 28px 90px rgba(8,29,22,.24);overflow:hidden;
  display:grid;grid-template-rows:auto 1fr auto;
  opacity:0;visibility:hidden;transform:translateY(18px) scale(.97);transform-origin:bottom right;
  transition:opacity .28s ease,transform .38s var(--ease-lux,cubic-bezier(.2,.8,.2,1)),visibility .28s;
  backdrop-filter:blur(18px);
}
.care-chat-panel.open{opacity:1;visibility:visible;transform:none}
.care-chat-head{padding:19px 20px 17px;background:linear-gradient(135deg,#10281f,#1b4034);color:#fff;display:flex;align-items:center;gap:13px;position:relative}
.care-chat-head:after{content:'';position:absolute;inset:auto 16px 0;height:1px;background:linear-gradient(90deg,transparent,rgba(230,207,154,.7),transparent)}
.care-chat-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(230,207,154,.28);flex:0 0 auto}
.care-chat-avatar img{width:31px;height:31px;object-fit:contain}
.care-chat-title{min-width:0;flex:1}.care-chat-title strong{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;line-height:1.05;letter-spacing:-.02em}.care-chat-title span{display:block;color:#c9d5cf;font-size:11px;margin-top:4px}
.care-chat-close{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);color:#fff;cursor:pointer;font-size:18px}
.care-chat-body{overflow:auto;padding:20px 17px 14px;scroll-behavior:smooth;background:radial-gradient(circle at 100% 0,rgba(196,169,107,.10),transparent 30%),#fbf8f1}
.care-chat-body::-webkit-scrollbar{width:7px}.care-chat-body::-webkit-scrollbar-thumb{background:rgba(16,40,31,.13);border-radius:999px}
.care-msg{display:flex;margin:0 0 11px;animation:careMsgIn .32s ease both}.care-msg.user{justify-content:flex-end}
.care-bubble{max-width:86%;padding:12px 14px;border-radius:17px 17px 17px 5px;background:#fff;border:1px solid rgba(16,40,31,.08);box-shadow:0 7px 22px rgba(16,40,31,.055);font-size:13px;line-height:1.55;color:#314039}
.care-msg.user .care-bubble{background:linear-gradient(135deg,#17392e,#10281f);border-color:#17392e;color:#fff;border-radius:17px 17px 5px 17px}
.care-bubble strong{color:var(--ink)}.care-msg.user .care-bubble strong{color:#fff}
.care-bubble a{font-weight:700;color:#17392e;border-bottom:1px solid rgba(196,169,107,.8)}
.care-chat-typing{display:inline-flex;gap:4px;align-items:center;height:12px}.care-chat-typing i{width:5px;height:5px;border-radius:50%;background:#7d8b84;animation:careDot 1s infinite ease-in-out}.care-chat-typing i:nth-child(2){animation-delay:.12s}.care-chat-typing i:nth-child(3){animation-delay:.24s}
.care-quick-wrap{display:flex;flex-wrap:wrap;gap:7px;margin:5px 0 14px}
.care-quick{border:1px solid rgba(16,40,31,.13);background:rgba(255,255,255,.9);border-radius:999px;padding:8px 11px;font:600 11px 'Manrope',sans-serif;color:#254037;cursor:pointer;transition:.25s}
.care-quick:hover{background:#edf2ea;border-color:rgba(196,169,107,.55);transform:translateY(-1px)}
.care-chat-foot{padding:12px;background:#fffdf9;border-top:1px solid rgba(16,40,31,.08)}
.care-chat-form{display:grid;grid-template-columns:1fr 42px;gap:8px;align-items:end}
.care-chat-input{border:1px solid rgba(16,40,31,.11);background:#f8f5ee;border-radius:16px;padding:11px 13px;min-height:42px;max-height:96px;resize:none;outline:none;font:13px 'Manrope',sans-serif;color:var(--ink)}
.care-chat-input:focus{border-color:rgba(196,169,107,.8);box-shadow:0 0 0 3px rgba(196,169,107,.10)}
.care-chat-send{width:42px;height:42px;border-radius:14px;border:0;background:linear-gradient(145deg,#17392e,#0e251d);color:white;cursor:pointer;font-size:18px;transition:.25s}.care-chat-send:hover{transform:translateY(-2px)}
.care-chat-note{text-align:center;color:#849089;font-size:9.5px;margin-top:7px;line-height:1.35}
@keyframes careMsgIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@keyframes careDot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}
@media(max-width:600px){
 .care-chat-launcher{right:15px;bottom:15px;width:58px;height:58px}
 .care-chat-panel{right:14px;bottom:84px;width:calc(100vw - 28px);height:min(620px,calc(100vh - 104px));border-radius:24px}
}
@media(prefers-reduced-motion:reduce){.care-chat-panel,.care-msg,.care-chat-launcher,.care-quick,.care-chat-send{animation:none!important;transition:none!important}}

/* Final readability pass: premium numbers without sacrificing legibility */
.price,
.metric b,
.step .n,
.service-card .num,
[data-premium-number]{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-optical-sizing:auto;
  font-variant-numeric:lining-nums tabular-nums;
  font-feature-settings:"lnum" 1,"tnum" 1;
  font-weight:700;
  letter-spacing:-.025em;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}
.price{
  font-size:clamp(52px,4.7vw,68px);
  line-height:1.02;
  letter-spacing:-.028em;
  white-space:nowrap;
  color:var(--ink);
  margin:24px 0 22px;
}
.price-card.featured .price{color:#fff}
.price small{
  display:inline-block;
  margin-left:9px;
  vertical-align:baseline;
  font-family:'Manrope',system-ui,sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:600;
  letter-spacing:0;
  color:var(--muted);
  white-space:nowrap;
}
.price-card.featured .price small{color:#cbd6d0}
.metric b{font-size:42px;letter-spacing:-.02em}
.step .n{letter-spacing:-.02em}
.service-card .num{font-weight:700;letter-spacing:-.025em}
.rate-row strong,.summary-row strong{
  font-family:'Manrope',system-ui,sans-serif;
  font-weight:700;
  font-variant-numeric:tabular-nums lining-nums;
  letter-spacing:-.01em;
}
@media(max-width:600px){
  .price{font-size:56px;white-space:normal}
  .price small{font-size:11px;margin-left:7px}
}

/* Smoother homepage scrolling and lighter motion workload */
html{scroll-behavior:smooth;scroll-padding-top:90px}
body.home-page{overscroll-behavior-y:none}
body.home-page .cursor-glow{display:none!important}
body.home-page .hero-photo,
body.home-page .photo-shell{will-change:auto!important}
body.home-page .parallax-media{transform:none!important}
body.home-page .interactive-tilt{will-change:auto}
body.home-page .reveal{transition-duration:.62s}
body.home-page .site-header{will-change:auto}
@media(max-width:900px){
  html{scroll-behavior:smooth}
}

/* Final performance + numeric legibility override */
/* Numbers use the same highly legible family as the interface. This avoids thin
   display-font glyphs and ensures the rupee sign renders consistently. */
.price,
.metric b,
.step .n,
.service-card .num,
.rate-row strong,
.summary-row strong,
[data-premium-number]{
  font-family:'Manrope','Segoe UI',Arial,sans-serif !important;
  font-optical-sizing:auto;
  font-variant-numeric:lining-nums tabular-nums;
  font-feature-settings:'lnum' 1,'tnum' 1;
  font-weight:700 !important;
  letter-spacing:-.025em !important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  font-synthesis:none;
}
.price{
  font-size:clamp(46px,4.25vw,64px) !important;
  line-height:1.06 !important;
  color:#10281f !important;
  margin:24px 0 24px !important;
  white-space:nowrap;
}
.price-card.featured .price{color:#ffffff !important}
.price small{
  font-family:'Manrope','Segoe UI',Arial,sans-serif !important;
  font-size:12px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  margin-left:10px !important;
  color:#66746d !important;
  vertical-align:middle !important;
}
.price-card.featured .price small{color:#d4ddd8 !important}
.service-card .num{font-size:54px !important;color:rgba(16,40,31,.32) !important}
.section.dark .step .n{color:#e6cf9a !important}
.metric b{color:var(--ink) !important}
.section.dark .metric b{color:#fff !important}
.rate-row strong,.summary-row strong{letter-spacing:-.01em !important}

/* Butter-smooth mode: remove expensive and continuous effects. */
html{scroll-behavior:auto !important;scroll-padding-top:88px}
body{overscroll-behavior-y:auto}
.site-header,.site-header.scrolled{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  box-shadow:none !important;
  will-change:auto !important;
}
.hero-card,.care-chat-panel{backdrop-filter:none !important;-webkit-backdrop-filter:none !important}
.cursor-glow,.scroll-progress{display:none !important}
.hero-orbit{animation:none !important}
.hero-orbit::before,.hero-orbit::after{animation:none !important}
.marquee-track{animation:carelivonTicker 30s linear infinite !important;transform:translate3d(0,0,0);will-change:transform}
.badge{animation:none !important}
.cta::after{animation:none !important}
.footer-brand,.footer-emblem,.service-card,.price-card,.boundary,.seo-link-grid>div,.related-link-grid a{
  will-change:auto !important;
}
.interactive-tilt,.parallax-media{transform:none !important;will-change:auto !important}
.interactive-tilt::before{display:none !important}

/* Keep animation restrained to a simple fade only. */
.reveal{
  opacity:0;
  transform:none !important;
  filter:none !important;
  clip-path:none !important;
  transition:opacity .34s ease !important;
  transition-delay:0s !important;
  will-change:auto !important;
}
.reveal.show{opacity:1;transform:none !important}
body.motion-ready .hero-copy>.eyebrow,
body.motion-ready .hero-copy>h1,
body.motion-ready .hero-copy>.lead,
body.motion-ready .hero-actions,
body.motion-ready .trust-row,
body.motion-ready .hero-visual{
  animation:none !important;
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
}
.service-card:hover,.price-card:hover,.boundary:hover,.related-link-grid a:hover,.seo-link-grid>div:hover{
  transform:translateY(-2px) !important;
}
.price-card:hover .price{transform:none !important}
.btn:hover,.nav-cta:hover{transform:translateY(-1px) !important}
.mobile-panel.open a{animation:none !important}

/* Avoid rendering off-screen sections until needed on long pages. */
.section:not(.hero):not(.subhero){content-visibility:auto;contain-intrinsic-size:1px 720px}

@media(max-width:900px){
  .price{font-size:52px !important}
  .section:not(.hero):not(.subhero){contain-intrinsic-size:1px 620px}
}
@media(max-width:600px){
  .price{font-size:46px !important;white-space:normal}
  .price small{display:block !important;margin:8px 0 0 !important}
  .section:not(.hero):not(.subhero){contain-intrinsic-size:1px 560px}
}

/* Stability overrides: preserve native scrolling and eliminate remaining paint-heavy motion */
html{scroll-behavior:smooth !important}
.site-header{opacity:1 !important;transform:none !important}
.hero-photo,.photo-shell,.hero-photo img,.photo-shell img{
  will-change:auto !important;
  transform:none !important;
  transition:none !important;
}
.hero-visual:hover .hero-photo img,.photo-shell:hover img{transform:none !important}
.hero-card:hover{transform:none !important}
.section:not(.hero):not(.subhero){content-visibility:visible !important;contain:none !important}

/* Pricing-card alignment correction */
.pricing-grid.three{
  align-items:stretch;
}
.price-card{
  display:flex !important;
  flex-direction:column;
  min-width:0;
  padding:38px 40px !important;
}
.price-card h3{
  margin:0 0 14px !important;
  line-height:1.05;
}
.price-card > p.small{
  margin:0 0 0 !important;
  min-height:52px;
  line-height:1.55;
}
.price{
  display:flex !important;
  align-items:baseline !important;
  flex-wrap:wrap !important;
  column-gap:12px !important;
  row-gap:4px !important;
  width:100%;
  min-width:0;
  margin:28px 0 26px !important;
  font-size:inherit !important;
  line-height:1 !important;
  white-space:normal !important;
}
.price-amount{
  display:inline-block;
  min-width:0;
  font-family:'Manrope','Segoe UI',Arial,sans-serif !important;
  font-size:clamp(42px,3.65vw,58px) !important;
  line-height:.98 !important;
  font-weight:700 !important;
  letter-spacing:-.045em !important;
  font-variant-numeric:lining-nums tabular-nums;
  color:#10281f;
  white-space:nowrap;
}
.price-card.featured .price-amount{color:#fff}
.price small{
  display:inline-block !important;
  margin:0 !important;
  padding:0 !important;
  font-family:'Manrope','Segoe UI',Arial,sans-serif !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  white-space:nowrap !important;
  color:#66746d !important;
}
.price-card.featured .price small{color:#d4ddd8 !important}
.price-card ul{
  flex:1 1 auto;
  min-height:0 !important;
  margin:0 0 28px !important;
  padding-left:20px !important;
  line-height:1.62;
}
.price-card li{margin:0 0 4px}
.price-card .btn{
  margin-top:auto !important;
  width:100%;
}
@media(max-width:1120px){
  .price-card > p.small{min-height:auto}
  .price-amount{font-size:52px !important}
}
@media(max-width:600px){
  .price-card{padding:32px 28px !important}
  .price-card > p.small{min-height:auto}
  .price{align-items:baseline !important;flex-wrap:nowrap !important;column-gap:10px !important;margin:24px 0 26px !important}
  .price-amount{font-size:clamp(42px,12vw,54px) !important;letter-spacing:-.04em !important}
  .price small{display:inline-block !important;margin:0 !important;font-size:11px !important}
}
@media(max-width:390px){
  .price{flex-wrap:wrap !important}
  .price small{flex-basis:100%;margin-top:5px !important}
}


/* Lightweight Carelivon service ticker — restored without scroll-linked effects */
.marquee{
  overflow:hidden;
  position:relative;
  contain:paint;
}
.marquee-track{
  display:flex;
  width:max-content;
  gap:0 !important;
  align-items:center;
  animation:carelivonTicker 30s linear infinite !important;
  transform:translate3d(0,0,0);
  will-change:transform;
  backface-visibility:hidden;
}
.marquee-group{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:40px;
  padding-right:40px;
}
.marquee-group span{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  flex:0 0 auto;
}
.marquee-group span::after{
  content:'✦';
  padding-left:40px;
  color:var(--gold);
}
@keyframes carelivonTicker{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
.marquee:hover .marquee-track{animation-play-state:paused !important}
@media(max-width:600px){
  .marquee-track{animation-duration:24s !important}
  .marquee-group{gap:28px;padding-right:28px}
  .marquee-group span::after{padding-left:28px}
}
@media(prefers-reduced-motion:reduce){
  .marquee-track{animation:none !important;transform:none !important}
}

/* =========================================================
   MOBILE-FIRST RESPONSIVE PASS — CARELIVON
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
main,section,.container,.nav,.hero-grid,.split,.content-grid,.form-wrap,.grid-3,.pricing-grid,.boundaries,.timeline,.metric-row,.footer-grid,.seo-link-grid,.related-link-grid{min-width:0}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
button,input,select,textarea{max-width:100%}

@media(max-width:900px){
  :root{--mobile-pad:20px}
  .container,.section-title,.subhero .container{width:calc(100% - (var(--mobile-pad) * 2));max-width:none;margin-inline:auto}
  .site-header{padding:10px 0 !important}
  .site-header.scrolled{padding:8px 0 !important}
  .nav{min-height:56px;gap:12px}
  .brand{gap:8px;flex:1;min-width:0}
  .brand-emblem,.brand-emblem-hq{width:38px !important;height:38px !important;flex:0 0 38px;object-fit:contain}
  .brand-wordmark{font-size:27px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .menu-btn{display:grid !important;place-items:center;flex:0 0 44px;width:44px;height:44px;font-size:23px;z-index:43;background:rgba(255,253,249,.9)}
  .mobile-panel{
    display:flex !important;flex-direction:column;justify-content:flex-start;gap:0;
    position:fixed;inset:0;z-index:42;
    background:linear-gradient(180deg,#faf7f0 0%,#f3eee4 100%);
    padding:96px max(22px,env(safe-area-inset-right)) max(28px,env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left));
    transform:translate3d(100%,0,0);transition:transform .28s cubic-bezier(.22,.78,.25,1);overflow-y:auto;overscroll-behavior:contain;
  }
  .mobile-panel.open{transform:translate3d(0,0,0)}
  .mobile-panel a{font-size:clamp(25px,7vw,34px) !important;line-height:1.06;padding:9px 0 !important;border-bottom:1px solid rgba(16,40,31,.08)}
  body.menu-open{overflow:hidden;touch-action:none}

  .hero{min-height:auto !important;padding:110px 0 54px !important;align-items:start}
  .hero-grid{grid-template-columns:1fr !important;gap:34px !important}
  .hero-copy{max-width:100%}
  .hero-copy h1{font-size:clamp(48px,12vw,76px) !important;line-height:.94;letter-spacing:-.04em;max-width:100%}
  .hero-copy .lead{font-size:17px;line-height:1.62;max-width:100%;margin-top:22px}
  .hero-actions{gap:10px;margin-top:26px}
  .hero-actions .btn{flex:1 1 170px;min-height:48px;padding:13px 16px}
  .trust-row{margin-top:30px;gap:12px 18px}
  .trust-item{font-size:11px;line-height:1.4}
  .hero-visual{height:auto !important;min-height:0;display:grid;gap:0;padding:0 0 0;margin-top:2px}
  .hero-photo{position:relative !important;inset:auto !important;width:100%;height:clamp(360px,72vw,520px);border-radius:150px 150px 26px 26px !important}
  .hero-photo img{height:100%;width:100%;object-fit:cover}
  .hero-card{position:relative !important;left:auto !important;bottom:auto !important;width:calc(100% - 32px) !important;margin:-50px auto 0;padding:18px 20px;z-index:2;border-radius:18px}
  .hero-card b{font-size:24px;line-height:1.05}
  .hero-orbit{display:none !important}

  .marquee{padding:12px 0}
  .marquee-track{font-size:24px !important}
  .marquee-group{gap:24px !important;padding-right:24px !important}
  .marquee-group span::after{padding-left:24px !important}

  .section{padding:72px 0 !important}
  .section.tight{padding:54px 0 !important}
  .section-head{display:grid !important;grid-template-columns:1fr !important;gap:16px !important;margin-bottom:30px !important;align-items:start !important}
  .section-head h2,.section-title{font-size:clamp(38px,10vw,54px) !important;line-height:.98;max-width:100%}
  .section-head .lead,.section-head .copy,.section-head>p{font-size:16px;line-height:1.62;max-width:100% !important}
  .eyebrow{font-size:10px;letter-spacing:.13em;gap:8px;line-height:1.35}
  .eyebrow:before{width:22px}

  .grid-3,.pricing-grid,.pricing-grid.three,.timeline,.metric-row,.boundaries,.seo-link-grid,.related-link-grid,.footer-grid{grid-template-columns:1fr !important}
  .grid-3,.pricing-grid,.pricing-grid.three,.timeline,.boundaries,.seo-link-grid,.related-link-grid{gap:14px !important}
  .service-card{min-height:0 !important;padding:26px 24px !important;border-radius:22px}
  .service-card .num{font-size:42px !important;margin-bottom:28px}
  .service-card h3{margin-top:0 !important;font-size:29px;line-height:1.05}
  .service-card p{font-size:14px;line-height:1.6;margin-top:12px !important}
  .service-card .arrow{margin-top:16px}

  .band{padding:30px 24px !important;border-radius:24px}
  .metric-row{margin-top:26px;display:grid !important;grid-template-columns:1fr 1fr !important;gap:0 14px;border-top:1px solid var(--line)}
  .metric{padding:20px 6px 0 0}
  .metric b{font-size:32px !important;line-height:1.05}
  .metric span{font-size:11px;line-height:1.45}

  .split,.content-grid,.form-wrap{grid-template-columns:1fr !important;gap:34px !important}
  .photo-shell{height:clamp(390px,105vw,560px) !important;border-radius:24px}
  .split h2{font-size:clamp(38px,10vw,52px);line-height:.98}
  .split .lead{font-size:16px}
  .check-list{margin:24px 0;gap:14px}
  .check{gap:11px}
  .check i{width:24px;height:24px}

  .timeline{gap:26px !important}
  .step{padding-top:16px}
  .step .n{font-size:35px !important}
  .step h3{font-size:27px}

  .boundary{padding:26px 23px !important;border-radius:22px}
  .boundary h3{font-size:29px}
  .boundary ul{padding-left:19px;margin-bottom:0}
  .boundary li{margin-bottom:7px;line-height:1.5}

  .cta{padding:32px 24px !important;border-radius:26px;display:grid !important;grid-template-columns:1fr !important;gap:24px !important;align-items:start !important}
  .cta h2{font-size:clamp(38px,10vw,52px);max-width:100%;line-height:.98}
  .cta .btn{width:100%;min-height:49px}

  .subhero{padding:126px 0 54px !important;min-height:0 !important;align-items:start}
  .subhero:after{width:260px;height:260px;right:-100px;top:54px}
  .subhero h1{font-size:clamp(44px,11vw,64px) !important;line-height:.95;max-width:100%}
  .subhero .lead{font-size:16px;line-height:1.62;max-width:100%}
  .crumb{margin-bottom:15px;font-size:11px}

  .sticky-index{display:flex;position:static !important;overflow-x:auto;gap:8px;margin:0 0 6px;padding:0 0 7px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .sticky-index::-webkit-scrollbar{display:none}
  .sticky-index a{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;padding:8px 12px !important;background:var(--paper);font-size:11px;white-space:nowrap}
  .prose{min-width:0}
  .prose h2{font-size:clamp(34px,9vw,46px) !important;margin:46px 0 16px !important;line-height:1}
  .prose h2:first-child{margin-top:0 !important}
  .prose h3{font-size:27px;margin-top:28px}
  .prose p,.prose li{font-size:15px;line-height:1.72;overflow-wrap:anywhere}
  .prose ul,.prose ol{padding-left:20px}
  .prose .note{padding:17px 18px}

  .price-card{padding:30px 24px !important;border-radius:23px !important;min-width:0}
  .price-card.featured{transform:none !important}
  .price-card h3{font-size:31px;line-height:1.05;padding-right:0}
  .price-card .badge{position:static;align-self:flex-start;display:inline-block;margin:0 0 14px;font-size:9px;order:-1}
  .price-card > p.small{font-size:13px;line-height:1.55}
  .price{display:flex !important;align-items:baseline !important;flex-wrap:wrap !important;gap:6px 9px !important;margin:22px 0 !important;max-width:100%}
  .price-amount{font-size:clamp(40px,12vw,54px) !important;white-space:nowrap;max-width:100%}
  .price small{font-size:11px !important;margin:0 !important;white-space:nowrap}
  .price-card ul{padding-left:19px !important;margin:0 0 24px !important;font-size:14px;line-height:1.62}
  .price-card li{margin-bottom:6px}
  .price-card .btn{min-height:48px;white-space:normal;padding:12px 14px}

  .rate-table{border-radius:16px;margin:18px 0 30px;overflow:hidden}
  .rate-head{display:none !important}
  .rate-row,.rate-table.compact .rate-row{display:grid !important;grid-template-columns:1fr !important;gap:5px !important;padding:17px !important}
  .rate-row strong{font-size:15px}
  .rate-row span{min-width:0;overflow-wrap:anywhere}
  .rate-row span:last-child{font-size:12px;line-height:1.5}

  .form-card{padding:24px 20px !important;border-radius:22px}
  .field-grid{grid-template-columns:1fr !important;gap:14px}
  .field.full{grid-column:auto !important}
  .field input,.field select,.field textarea{font-size:16px !important;padding:13px 14px;min-height:48px}
  .field textarea{min-height:130px}
  .summary{padding:22px 18px}
  .summary-row{gap:12px;align-items:flex-start}
  .summary-row>*{min-width:0;overflow-wrap:anywhere}

  .faq-q{font-size:15px;line-height:1.45;padding:19px 0;align-items:flex-start}
  .faq-q span:first-child{min-width:0}
  .faq-q span:last-child{flex:0 0 auto}

  .area-cloud{gap:8px}
  .area{font-size:12px;padding:9px 12px}

  .footer{padding:52px 0 24px !important}
  .footer-grid{gap:30px !important}
  .footer-brand{margin-bottom:4px}
  .footer-logo-card{background:transparent !important;border:0 !important;padding:0 !important;box-shadow:none !important}
  .brand-logo-full{height:58px !important;max-width:220px;object-fit:contain;object-position:left center}
  .footer-heading{margin-bottom:9px}
  .footer a{font-size:13px;margin:7px 0}
  .footer-bottom{margin-top:34px;padding-top:18px;flex-direction:column !important;gap:6px !important;line-height:1.5}

  .care-chat-launcher{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:56px;height:56px}
  .care-chat-launcher img{width:34px;height:34px}
  .care-chat-panel{
    right:12px;left:12px;bottom:80px;width:auto !important;
    height:min(640px,calc(100dvh - 98px)) !important;max-height:calc(100dvh - 98px);
    border-radius:22px;backdrop-filter:none !important;
  }
  .care-chat-head{padding:15px 16px}
  .care-chat-title strong{font-size:20px}
  .care-chat-body{padding:16px 13px 12px}
  .care-bubble{max-width:92%;font-size:13px}
  .care-chat-foot{padding:10px}
  .care-chat-input{font-size:16px !important}
}

@media(max-width:600px){
  :root{--mobile-pad:15px}
  .site-header{padding:7px 0 !important}
  .nav{min-height:52px}
  .brand-emblem,.brand-emblem-hq{width:34px !important;height:34px !important;flex-basis:34px}
  .brand-wordmark{font-size:24px !important;letter-spacing:.02em !important}
  .menu-btn{width:40px;height:40px;flex-basis:40px}

  .hero{padding-top:96px !important}
  .hero-copy h1{font-size:clamp(43px,13vw,61px) !important}
  .hero-copy .lead{font-size:15.5px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-actions .btn{width:100%}
  .trust-row{display:grid;grid-template-columns:1fr;gap:9px;margin-top:26px}
  .hero-photo{height:clamp(320px,102vw,430px);border-radius:110px 110px 22px 22px !important}
  .hero-card{width:calc(100% - 22px) !important;margin-top:-38px;padding:16px 17px}
  .hero-card b{font-size:22px}

  .marquee-track{font-size:20px !important}
  .marquee-group{gap:20px !important;padding-right:20px !important}
  .marquee-group span::after{padding-left:20px !important}

  .section{padding:60px 0 !important}
  .section.tight{padding:44px 0 !important}
  .section-head{margin-bottom:26px !important}
  .section-head h2,.section-title{font-size:clamp(36px,11vw,48px) !important}
  .section-head .lead,.section-head .copy,.section-head>p{font-size:15px}

  .service-card{padding:23px 20px !important}
  .service-card .num{font-size:38px !important;margin-bottom:22px}
  .service-card h3{font-size:27px}

  .band{padding:26px 20px !important}
  .metric-row{grid-template-columns:1fr 1fr !important}
  .metric b{font-size:29px !important}

  .photo-shell{height:clamp(360px,112vw,480px) !important}
  .check .small{font-size:12px;line-height:1.5}

  .boundary{padding:23px 20px !important}
  .cta{padding:28px 20px !important}

  .subhero{padding:108px 0 46px !important}
  .subhero h1{font-size:clamp(40px,12.5vw,54px) !important}
  .subhero .lead{font-size:15px}

  .prose h2{font-size:clamp(32px,10vw,42px) !important}
  .prose p,.prose li{font-size:14.5px}

  .price-card{padding:27px 20px !important}
  .price-card h3{font-size:29px}
  .price-amount{font-size:clamp(39px,13vw,50px) !important;letter-spacing:-.035em !important}
  .price small{font-size:10.5px !important}

  .form-card{padding:22px 17px !important}
  .footer-grid{grid-template-columns:1fr !important}
  .brand-logo-full{height:52px !important;max-width:195px}

  .care-chat-panel{right:8px;left:8px;bottom:74px;height:calc(100dvh - 86px) !important;max-height:calc(100dvh - 86px);border-radius:19px}
  .care-chat-launcher{width:52px;height:52px}
}

@media(max-width:380px){
  :root{--mobile-pad:12px}
  .brand-wordmark{font-size:21px !important}
  .hero-copy h1{font-size:42px !important}
  .price{flex-direction:column;align-items:flex-start !important;gap:4px !important}
  .price-amount{font-size:42px !important}
  .price small{font-size:10px !important}
  .metric-row{grid-template-columns:1fr !important}
  .hero-card{width:100% !important;margin-top:-24px}
}

@media(hover:none) and (pointer:coarse){
  .service-card:hover,.price-card:hover,.boundary:hover,.related-link-grid a:hover,.seo-link-grid>div:hover,.btn:hover,.nav-cta:hover,.care-chat-launcher:hover,.care-quick:hover,.care-chat-send:hover{transform:none !important}
}

/* =========================================================
   iOS / MOBILE RENDERING SAFETY FIX
   Never hide structural content behind IntersectionObserver on phones.
   This prevents Safari from showing an empty first viewport while the
   hidden hero still occupies layout space.
   ========================================================= */
@media (max-width: 900px){
  html{scroll-behavior:auto !important;-webkit-text-size-adjust:100%}
  body{min-height:100%;overflow-x:hidden !important}

  .reveal,
  .reveal.show,
  .hero-copy.reveal,
  .hero-visual.reveal,
  .section-head.reveal,
  .section-title.reveal,
  body.motion-ready .reveal,
  body.motion-ready .hero-copy,
  body.motion-ready .hero-visual{
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    filter:none !important;
    clip-path:none !important;
    transition:none !important;
  }

  .hero-copy,
  .hero-copy > *,
  .hero-visual,
  .hero-photo,
  .hero-card{
    opacity:1 !important;
    visibility:visible !important;
  }

  .hero{
    display:block !important;
    width:100%;
    min-height:0 !important;
    padding-top:94px !important;
  }
  .hero-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100%;
  }
  .hero-copy{display:block !important;width:100%}
  .hero-visual{display:grid !important;width:100%}

  /* Safari viewport stability: avoid content-visibility on mobile. */
  .section,
  .section:not(.hero):not(.subhero){
    content-visibility:visible !important;
    contain:none !important;
    contain-intrinsic-size:auto !important;
  }

  /* Keep the fixed header compact and ensure the page starts below it. */
  .site-header{
    position:fixed !important;
    top:0;left:0;right:0;
    min-height:72px;
  }
  .nav{min-height:52px !important}
}

@media (max-width: 600px){
  .hero{padding-top:88px !important;padding-bottom:46px !important}
  .hero-grid{gap:28px !important}
  .hero-copy h1{margin-top:10px !important}
}

/* =========================================================
   DEFINITIVE PHONE LAYOUT / SCROLL FIX — Android + iOS
   Mobile uses normal document flow. Nothing is allowed to lock
   the page scroll or sit over the hero content.
   ========================================================= */
@media (max-width: 900px){
  html{
    height:auto !important;
    min-height:100% !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    scroll-behavior:auto !important;
    overscroll-behavior-y:auto !important;
    -webkit-text-size-adjust:100%;
  }
  body,
  body.home-page,
  body.menu-open{
    position:static !important;
    height:auto !important;
    min-height:100% !important;
    overflow-x:hidden !important;
    overflow-y:visible !important;
    overscroll-behavior-y:auto !important;
    touch-action:pan-y pinch-zoom !important;
  }
  main{
    position:relative !important;
    z-index:1 !important;
    display:block !important;
    overflow:visible !important;
    touch-action:pan-y !important;
  }

  /* One dependable gutter on every phone. */
  .container,
  .section-title,
  .subhero .container{
    width:100% !important;
    max-width:1180px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:max(18px,env(safe-area-inset-left)) !important;
    padding-right:max(18px,env(safe-area-inset-right)) !important;
  }

  /* Header participates in layout instead of covering content. */
  .site-header,
  .site-header.scrolled{
    position:sticky !important;
    top:0 !important;
    left:auto !important;
    right:auto !important;
    width:100% !important;
    z-index:100 !important;
    min-height:68px !important;
    padding:8px 0 !important;
    background:#f8f4ec !important;
    border-bottom:1px solid rgba(16,40,31,.08) !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    transform:none !important;
  }
  .nav{min-height:52px !important;width:100%;align-items:center !important}
  .brand{min-width:0 !important;max-width:calc(100% - 58px) !important;gap:8px !important}
  .brand-emblem,.brand-emblem-hq{width:36px !important;height:36px !important;flex:0 0 36px !important}
  .brand-wordmark{font-size:clamp(22px,7vw,29px) !important;line-height:1 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
  .menu-btn{position:relative !important;z-index:102 !important;display:grid !important;width:44px !important;height:44px !important;flex:0 0 44px !important;background:#fffdf9 !important}

  /* Menu owns only its own surface. It never changes body scrolling. */
  .mobile-panel{
    display:flex !important;
    flex-direction:column !important;
    position:fixed !important;
    inset:68px 0 0 0 !important;
    width:100% !important;
    height:auto !important;
    max-height:calc(100dvh - 68px) !important;
    padding:20px max(20px,env(safe-area-inset-right)) max(26px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left)) !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior:contain !important;
    background:#f8f4ec !important;
    z-index:99 !important;
    transform:translate3d(100%,0,0) !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transition:transform .22s ease,visibility 0s linear .22s !important;
  }
  .mobile-panel.open{
    transform:translate3d(0,0,0) !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transition:transform .22s ease !important;
  }

  /* Hero starts immediately after sticky header, with no viewport tricks. */
  .hero{
    display:block !important;
    width:100% !important;
    min-height:0 !important;
    height:auto !important;
    padding:30px 0 50px !important;
    margin:0 !important;
    overflow:visible !important;
    align-items:initial !important;
  }
  .hero:before,.hero:after{pointer-events:none !important}
  .hero-grid{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    gap:34px !important;
    align-items:stretch !important;
  }
  .hero-copy{
    position:relative !important;
    z-index:2 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }
  .hero-copy .eyebrow{margin:0 0 14px !important;max-width:100% !important}
  .hero-copy h1{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    font-size:clamp(48px,12vw,72px) !important;
    line-height:.93 !important;
    letter-spacing:-.035em !important;
    overflow-wrap:normal !important;
  }
  .hero-copy h1 span{display:block !important}
  .hero-copy .lead{margin:24px 0 0 !important;max-width:none !important;font-size:16px !important;line-height:1.65 !important}
  .hero-actions{margin-top:26px !important}
  .trust-row{margin-top:30px !important}
  .hero-visual{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }
  .hero-photo{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4/5 !important;
    margin:0 !important;
    border-radius:120px 120px 24px 24px !important;
    overflow:hidden !important;
  }
  .hero-photo img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important}
  .hero-card{position:relative !important;inset:auto !important;width:calc(100% - 28px) !important;margin:-34px auto 0 !important}
  .hero-orbit{display:none !important}

  /* Inner pages also begin below the header naturally. */
  .subhero{
    min-height:0 !important;
    height:auto !important;
    padding:38px 0 48px !important;
    margin:0 !important;
    align-items:flex-start !important;
    overflow:hidden !important;
  }

  /* No structural content can remain hidden on touch devices. */
  .reveal,.reveal.show,body.motion-ready .reveal,
  .hero-copy,.hero-visual,.section-head,.section-title,
  .service-card,.price-card,.boundary,.step,.photo-shell,.cta{
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    filter:none !important;
  }

  /* Chat is isolated from page scrolling. Closed widget cannot capture swipes. */
  .care-chat-launcher{touch-action:manipulation !important}
  .care-chat-panel{touch-action:auto !important;overscroll-behavior:contain !important}
  .care-chat-panel:not(.open){pointer-events:none !important}
  .care-chat-panel.open{pointer-events:auto !important}
  .care-chat-body{-webkit-overflow-scrolling:touch !important;touch-action:pan-y !important}
}

@media (max-width:600px){
  .container,.section-title,.subhero .container{
    padding-left:max(16px,env(safe-area-inset-left)) !important;
    padding-right:max(16px,env(safe-area-inset-right)) !important;
  }
  .site-header,.site-header.scrolled{min-height:64px !important;padding:6px 0 !important}
  .mobile-panel{inset:64px 0 0 0 !important;max-height:calc(100dvh - 64px) !important}
  .brand-emblem,.brand-emblem-hq{width:34px !important;height:34px !important;flex-basis:34px !important}
  .brand-wordmark{font-size:clamp(21px,7vw,26px) !important}
  .hero{padding:24px 0 44px !important}
  .hero-grid{gap:30px !important}
  .hero-copy h1{font-size:clamp(46px,13vw,62px) !important}
  .hero-photo{aspect-ratio:4/5 !important;border-radius:96px 96px 22px 22px !important}
  .subhero{padding:32px 0 42px !important}
}
