:root{
  --navy:#08224a;
  --navy-2:#0b376b;
  --deep:#031c3e;
  --teal:#079aa4;
  --teal-2:#16b8c4;
  --mint:#e9fbfb;
  --ice:#f4fbfd;
  --line:#dbeaf0;
  --text:#23344e;
  --muted:#637489;
  --white:#fff;
  --shadow:0 18px 45px rgba(8,34,74,.12);
  --soft-shadow:0 10px 26px rgba(8,34,74,.08);
  --radius:24px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:var(--sans);color:var(--text);background:#fff;line-height:1.45;overflow-x:hidden} img{max-width:100%;display:block} a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.eyebrow{font-size:.76rem;letter-spacing:.11em;text-transform:uppercase;color:var(--teal);font-weight:900}.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;color:var(--navy);letter-spacing:-.04em;margin:.25rem 0 1rem}.section-copy{color:var(--muted);max-width:56ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;border-radius:11px;padding:.88rem 1.15rem;font-weight:850;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff;box-shadow:0 12px 24px rgba(7,154,164,.25)}.btn-primary:hover{box-shadow:0 16px 30px rgba(7,154,164,.32)}.btn-outline{border-color:#58bdc9;color:var(--teal);background:#fff}.btn-white{background:#fff;color:var(--navy)}.icon-badge{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#e9fbfd);border:1px solid #cfe9ee;color:var(--teal);box-shadow:var(--soft-shadow)}.icon-badge svg{width:28px;height:28px;stroke-width:1.9}.teal-circle{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),#0dc3ca);color:#fff;box-shadow:0 12px 22px rgba(7,154,164,.22)}.teal-circle svg{width:28px;height:28px}.site-shell{position:relative}.site-shell:before{content:"";position:absolute;inset:0 auto auto 0;width:240px;height:440px;background-image:radial-gradient(circle at center,transparent 51%,rgba(8,168,177,.12) 53%,rgba(8,168,177,.12) 60%,transparent 62%);background-size:58px 50px;opacity:.72;pointer-events:none}.site-header{height:86px;display:flex;align-items:center;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,234,240,.85);position:sticky;top:0;z-index:50}.nav{display:flex;align-items:center;gap:2rem}.brand{display:flex;align-items:center;margin-right:auto}.brand img{width:min(280px,100%);height:auto;display:block}.menu{display:flex;align-items:center;gap:1.85rem;font-size:.95rem;font-weight:800;color:#0e2546}.menu a{position:relative;padding:.45rem 0}.menu a.active:after,.menu a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-.52rem;height:3px;border-radius:999px;background:var(--teal)}.header-cta{margin-left:.5rem}.hamburger{display:none;border:0;background:transparent;width:46px;height:46px;color:var(--navy);padding:0}.hamburger span{display:block;width:28px;height:3px;background:currentColor;border-radius:999px;margin:5px auto}.mobile-panel{display:none;position:fixed;z-index:60;top:86px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:1rem}.mobile-panel.open{display:block}.mobile-panel a{display:block;padding:.9rem 1rem;border-radius:14px;font-weight:850}.mobile-panel a:hover{background:var(--ice)}
.hero{position:relative;min-height:520px;display:grid;align-items:stretch;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 46%,#f8fdff 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:2rem;position:relative;z-index:2}.hero-copy{padding:3.2rem 0 5.6rem}.hero-pill{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #d9e9ee;background:rgba(255,255,255,.9);border-radius:999px;padding:.45rem .75rem;font-weight:900;font-size:.76rem;color:#5f7488;box-shadow:0 8px 20px rgba(8,34,74,.06);margin-bottom:1.4rem}.hero h1{font-family:var(--serif);font-size:clamp(3.4rem,6.2vw,5.4rem);line-height:.94;letter-spacing:-.055em;color:var(--navy);margin:0 0 1rem;position:relative;max-width:585px}.sparkle{color:#22b7cf}.hero-copy p{font-size:1.2rem;color:#40506b;margin:0 0 1.6rem;max-width:42ch}.hero-features{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin:1.35rem 0 1.55rem}.mini-feature{display:flex;align-items:center;gap:.55rem;font-size:.78rem;font-weight:800;color:var(--navy);border-right:1px solid var(--line);padding-right:1.1rem}.mini-feature:last-child{border-right:0}.mini-feature svg{width:30px;height:30px;color:var(--teal);stroke-width:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-photo{position:absolute;right:0;top:86px;width:54vw;min-height:435px;height:calc(100% - 86px);background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.1) 28%,rgba(255,255,255,0) 58%),url('img/hero-room.jpg') center/cover no-repeat;border-bottom-left-radius:44% 16%;box-shadow:inset 20px 0 45px rgba(255,255,255,.6)}.hero-wave{position:absolute;left:0;right:0;bottom:-2px;height:80px;background:linear-gradient(180deg,rgba(230,249,254,.2),#edfaff);clip-path:ellipse(65% 100% at 70% 100%);z-index:1}.bubble{position:absolute;border-radius:50%;border:1px solid rgba(20,185,198,.25);background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.9),rgba(163,232,241,.25));box-shadow:inset 0 3px 8px rgba(255,255,255,.9);pointer-events:none}.b1{width:34px;height:34px;left:51%;bottom:65px}.b2{width:18px;height:18px;left:47%;bottom:99px}.b3{width:62px;height:62px;right:10%;bottom:4px}.trust-strip{position:relative;z-index:3;background:linear-gradient(180deg,#f2fbfd,#fff);border-top:1px solid #dceef4;border-bottom:1px solid #dceef4}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;min-height:104px}.trust-item{display:flex;align-items:center;gap:1rem;padding:1.35rem 1.1rem;border-right:1px solid #d8e9ef}.trust-item:last-child{border-right:0}.trust-item h3{margin:0 0 .1rem;font-size:.97rem;color:var(--navy)}.trust-item p{margin:0;color:#51677e;font-size:.86rem;line-height:1.3}.section{padding:4.8rem 0}.services-wrap{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:start}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.service-card{background:#fff;border:1px solid #dcebf0;border-radius:18px;overflow:hidden;box-shadow:var(--soft-shadow);position:relative;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card img{height:116px;width:100%;object-fit:cover}.service-card .teal-circle{position:absolute;left:18px;top:78px;border:5px solid #fff;width:60px;height:60px}.service-card-content{padding:2.35rem 1.05rem 1.1rem}.service-card h3{margin:0 0 .5rem;color:var(--navy);font-size:1.08rem}.service-card p{margin:0 0 1rem;color:#51677e;font-size:.9rem;line-height:1.35}.text-link{font-weight:850;color:var(--teal);font-size:.9rem}.estimate-section{padding:1rem 0 4.8rem}.estimate-panel{position:relative;overflow:hidden;border:1px solid #cde9ef;border-radius:24px;background:linear-gradient(135deg,#e9fbfd 0%,#f7feff 54%,#eaf9fc 100%);box-shadow:var(--soft-shadow);padding:2rem;display:grid;grid-template-columns:250px 1fr 230px;gap:1.5rem;align-items:center}.estimate-intro h2{font-family:var(--serif);font-size:2.1rem;letter-spacing:-.04em;line-height:1.05;color:var(--navy);margin:.3rem 0 .8rem}.estimate-intro p{font-size:.95rem;color:#52667d}.checkline{display:flex;align-items:center;gap:.5rem;color:#316276;font-weight:750;font-size:.9rem;margin:.48rem 0}.checkline span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--teal);color:#fff;font-size:.75rem}.est-step{font-weight:900;font-size:.86rem;color:#213451;margin:.55rem 0}.choice-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin:.55rem 0 1rem}.choice-card{background:#fff;border:1px solid #dbeaf0;border-radius:13px;min-height:76px;display:grid;place-items:center;text-align:center;color:#253b57;font-weight:850;position:relative;box-shadow:0 8px 16px rgba(8,34,74,.04)}.choice-card svg{width:28px;height:28px;color:#8299b2;margin-bottom:.2rem}.choice-card.selected{border:2px solid var(--teal);color:var(--navy)}.choice-card.selected:after{content:"✓";position:absolute;right:-7px;bottom:-7px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font-size:.8rem;border:3px solid #e9fbfd}.pills{display:flex;gap:.55rem;flex-wrap:wrap}.pill{border:1px solid #dae9ef;background:#fff;color:#394d68;border-radius:999px;padding:.48rem .85rem;font-size:.82rem;font-weight:850;box-shadow:0 6px 12px rgba(8,34,74,.04)}.pill.active{background:var(--teal);color:#fff;border-color:var(--teal)}.area-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.65rem}.area-chip{display:grid;place-items:center;gap:.25rem;min-height:62px;border:1px solid #dbeaf0;background:#fff;border-radius:11px;color:#3c516d;font-size:.76rem;font-weight:850}.area-chip svg{width:22px;height:22px;color:#7c91aa}.estimate-card{background:#fff;border:1px solid #dcebf0;border-radius:18px;box-shadow:var(--shadow);padding:1.25rem}.estimate-card small{color:#52677d;font-weight:850}.estimate-price{font-size:2rem;font-weight:950;letter-spacing:-.04em;color:var(--teal);margin:.2rem 0 1.1rem}.est-line{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e3eef3;padding:.5rem 0;font-size:.85rem;color:#394f69}.how{padding:1rem 0 4.5rem}.center{text-align:center}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:1.1rem;align-items:center;margin-top:2rem}.step-card{background:#fff;border:1px solid #dcebf0;border-radius:18px;box-shadow:var(--soft-shadow);padding:1.4rem;display:flex;gap:1rem;min-height:120px;position:relative}.num{position:absolute;left:1rem;top:1rem;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font-weight:900;font-size:.82rem}.step-card svg{width:54px;height:54px;color:#7d91ab;stroke-width:1.3;margin-left:1rem}.step-card h3{margin:0 0 .35rem;color:var(--navy);font-size:.98rem}.step-card p{margin:0;color:#60748a;font-size:.85rem;line-height:1.35}.arrow{font-size:2rem;color:#45617e}.proof-grid{display:grid;grid-template-columns:1.1fr 1fr 1.05fr;gap:2.5rem;padding:1rem 0 4.5rem}.before-img{border-radius:14px;border:1px solid #dbeaf0;overflow:hidden;box-shadow:var(--soft-shadow);margin:.7rem 0 1rem}.testimonial-card{background:#fff;border:1px solid #dcebf0;border-radius:16px;box-shadow:var(--soft-shadow);padding:1.4rem;margin-top:.7rem}.testimonial-card p{font-size:1rem;color:#4b6178;margin:.3rem 0 .8rem}.stars{color:#f6b833;letter-spacing:.15rem}.dots{display:flex;gap:.55rem;justify-content:center;margin-top:1rem}.dot{width:10px;height:10px;border-radius:50%;background:#cbd9e1;border:0;padding:0;cursor:pointer}.dot.active{background:var(--teal)}.expect-list{border:1px solid #dcebf0;border-radius:18px;overflow:hidden;box-shadow:var(--soft-shadow);margin-top:.8rem;background:#fff}.expect-list summary{list-style:none;display:flex;align-items:center;gap:.8rem;justify-content:space-between;padding:1rem;font-weight:850;color:var(--navy);cursor:pointer}.expect-list summary::-webkit-details-marker{display:none}.expect-list p{margin:0;padding:0 1rem 1rem 3.4rem;color:#5a6e84;font-size:.9rem}.expect-list details+details{border-top:1px solid #e1edf2}.faq-preview{background:linear-gradient(180deg,#f1fbfe,#e8f8fc);border-top:1px solid #dceef4;border-bottom:1px solid #dceef4;padding:3.6rem 0;position:relative;overflow:hidden}.faq-grid{display:grid;grid-template-columns:230px 1fr;gap:2rem;align-items:start}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.faq-item{border:1px solid #dbeaf0;border-radius:12px;background:#fff;box-shadow:0 6px 14px rgba(8,34,74,.04);padding:1rem 1.15rem;font-weight:850;color:var(--navy);display:flex;align-items:center;justify-content:space-between}.footer{background:radial-gradient(circle at 90% -5%,rgba(14,177,190,.26),transparent 36%),linear-gradient(135deg,#052452,#021636);color:#dceeff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;opacity:.13;background-image:radial-gradient(circle at center,transparent 51%,#37d5e0 53%,#37d5e0 60%,transparent 62%);background-size:64px 56px}.footer-inner{position:relative;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr 1.2fr;gap:2rem;padding:2.8rem 0 2rem}.footer h3{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:#20c7d0;margin:0 0 .85rem}.footer p,.footer li{font-size:.9rem;color:#c6d8e9;margin:.35rem 0}.footer ul{list-style:none;padding:0;margin:0}.footer-brand img{width:min(270px,100%);height:auto;display:block;filter:brightness(0) invert(1) sepia(.4) saturate(1.2) hue-rotate(143deg)}.socials{display:flex;gap:.65rem;margin-top:1rem}.socials span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#0d9dad;color:#fff;font-weight:900}.footer-bottom{position:relative;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;padding:1rem 0 1.5rem;color:#b7cce1;font-size:.85rem}.floating-cta{display:none!important}.page-hero{background:linear-gradient(110deg,#fff,#effbfe);border-bottom:1px solid #dceef4;padding:5rem 0 3.4rem;position:relative;overflow:hidden}.page-hero h1{font-family:var(--serif);font-size:clamp(2.7rem,6vw,5rem);line-height:.96;color:var(--navy);margin:.2rem 0 1rem;letter-spacing:-.05em}.page-hero p{font-size:1.18rem;color:#52677d;max-width:650px}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.info-card{border:1px solid #dcebf0;border-radius:20px;background:#fff;box-shadow:var(--soft-shadow);padding:1.5rem}.info-card h3{color:var(--navy);margin:.4rem 0}.info-card p{color:#5b7086}.quote-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.quote-form{background:#fff;border:1px solid #dcebf0;border-radius:24px;box-shadow:var(--shadow);padding:2rem}.field{display:grid;gap:.35rem;margin-bottom:1rem}.field label{font-weight:850;color:var(--navy);font-size:.9rem}.field input,.field select,.field textarea{border:1px solid #d1e4eb;border-radius:12px;min-height:48px;padding:.8rem;background:#fbfeff;color:var(--text)}.field textarea{min-height:110px;resize:vertical}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:.5rem 0 1rem}.check-card{display:flex;gap:.5rem;align-items:start;border:1px solid #dcebf0;border-radius:12px;padding:.8rem;background:#fbfeff;font-size:.9rem;font-weight:750;color:#37506d}.check-card input{accent-color:var(--teal);margin-top:.2rem}.quote-summary{position:sticky;top:110px;background:linear-gradient(180deg,#e9fbfd,#fff);border:1px solid #cfe9ef;border-radius:22px;box-shadow:var(--soft-shadow);padding:1.4rem}.rate-row{display:flex;justify-content:space-between;border-top:1px solid #d7e9ef;padding:.85rem 0;color:#405871}.rate-row b{color:var(--navy)}.small-note{font-size:.82rem;color:#60758b}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:980px){.container{width:min(760px,calc(100% - 28px))}.site-header{height:82px}.brand img{width:min(250px,100%)}.menu,.header-cta{display:none}.hamburger{display:block}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:2.5rem 0 2rem}.hero h1{font-size:clamp(2.7rem,11vw,4.2rem);max-width:460px}.hero-copy p{font-size:1.06rem}.hero-photo{position:relative;top:auto;right:auto;width:calc(100% + 28px);height:310px;min-height:0;margin-left:-14px;border-bottom-left-radius:0;border-radius:0 0 40px 40px;background-position:center}.hero .container{display:flex;flex-direction:column}.hero-grid{display:contents}.hero-copy{order:1}.hero-photo{order:2}.hero-wave{height:38px}.trust-grid{grid-template-columns:repeat(3,1fr);border-radius:18px;background:#fff;box-shadow:var(--soft-shadow);transform:translateY(-16px);overflow:hidden}.trust-item{padding:1rem .8rem}.trust-grid .trust-item:nth-child(4){display:none}.trust-item .icon-badge{width:42px;height:42px}.trust-item .icon-badge svg{width:22px;height:22px}.trust-item h3{font-size:.9rem}.trust-item p{font-size:.78rem}.services-wrap{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service-card{display:grid;grid-template-columns:120px 1fr 28px;align-items:center}.service-card img{height:100%;min-height:90px}.service-card .teal-circle{position:static;margin-left:-22px;border:5px solid #fff;width:58px;height:58px}.service-card-content{padding:1rem .8rem}.service-card:after{content:"›";font-size:2rem;color:var(--navy);padding-right:1rem}.estimate-panel{grid-template-columns:1fr;gap:1rem;padding:1.2rem}.estimate-intro{display:none}.choice-row{grid-template-columns:repeat(4,1fr)}.area-row{grid-template-columns:repeat(3,1fr)}.estimate-card{display:grid;grid-template-columns:1fr;max-width:none}.steps{grid-template-columns:1fr;gap:.8rem}.arrow{display:none}.proof-grid{grid-template-columns:1fr;gap:1.5rem}.faq-grid{grid-template-columns:1fr}.faq-list{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:.5rem}.floating-cta{display:none!important}}@media (max-width:560px){body{font-size:15px}.container{width:calc(100% - 32px)}.site-shell:before{width:160px;height:280px;background-size:48px 41px}.site-header{height:74px}.brand img{width:min(240px,100%);max-width:76vw}.mobile-panel{top:74px}.hero{background:#fff}.hero-copy{padding-top:1.7rem}.hero-pill{display:none}.hero h1{font-size:2.95rem;line-height:.95}.sparkle{display:inline-block}.hero-copy p{font-size:1.05rem;max-width:310px}.hero-features{display:none}.hero-actions .btn-outline{display:none}.hero-actions .btn-primary{width:230px;min-height:54px;border-radius:14px;font-size:1rem}.hero-photo{height:220px;margin-top:-8px;background-image:linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.1) 42%,rgba(255,255,255,0)),url('img/hero-room.jpg');background-position:center}.trust-grid{grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:.5rem}.trust-item{flex-direction:column;align-items:center;text-align:center;gap:.45rem;border-right:1px solid #e1edf2}.trust-item h3{font-size:.8rem}.trust-item p{font-size:.7rem}.section{padding:2.8rem 0}.section-title{font-size:2.1rem}.service-card{grid-template-columns:115px 48px 1fr 18px;border-radius:17px;min-height:92px}.service-card .teal-circle{width:50px;height:50px;margin-left:-16px}.service-card .teal-circle svg{width:24px;height:24px}.service-card-content{padding:.8rem .2rem .8rem .1rem}.service-card h3{font-size:1rem;margin-bottom:.25rem}.service-card p{font-size:.8rem}.service-card .text-link{display:none}.estimate-section{padding:0 0 3rem}.estimate-panel{border-radius:18px;background:linear-gradient(180deg,#f0fcfe,#fff);padding:1rem}.est-step{font-size:.75rem}.choice-row{gap:.55rem}.choice-card{min-height:70px;font-size:.75rem}.choice-card svg{width:26px;height:26px}.area-row{display:none}.estimate-card{padding:1rem}.estimate-price{font-size:1.65rem}.how{padding:0 0 3rem}.step-card{padding:1rem;min-height:105px}.step-card svg{width:42px;height:42px}.proof-grid{padding-bottom:3rem}.faq-preview{padding:2.7rem 0}.footer-inner{grid-template-columns:1fr;padding-bottom:1rem}.footer-inner>div:nth-child(3),.footer-inner>div:nth-child(4){display:none}.footer-brand img{width:220px}.page-hero{padding:3.2rem 0 2.2rem}.content-grid{grid-template-columns:1fr}.quote-layout{grid-template-columns:1fr}.quote-form{padding:1.15rem;border-radius:18px}.inline-fields,.checkbox-grid{grid-template-columns:1fr}.quote-summary{position:relative;top:auto}.hero-copy .eyebrow{display:block}.desktop-only{display:none!important}}
@media (min-width:981px){.mobile-only{display:none!important}}


/* === v1.2.2 mobile polish pass === */
@media (max-width: 980px){
  .site-header{
    min-height:82px;
  }
  .nav{
    gap:.75rem;
    justify-content:space-between;
  }
  .brand{
    min-width:0;
    flex:1 1 auto;
    overflow:visible;
  }
  .brand img{
    width:min(270px, calc(100vw - 104px));
    max-width:100%;
  }
  .hamburger{
    flex:0 0 48px;
    width:48px;
    height:48px;
    margin-left:auto;
    border-radius:14px;
    display:grid;
    place-items:center;
  }
  .hamburger span{
    width:30px;
    height:3.5px;
    margin:3.5px auto;
  }
  .mobile-panel{
    top:82px;
    left:14px;
    right:14px;
    padding:.7rem;
  }
  .mobile-panel a{
    padding:1rem;
  }
}

@media (max-width: 560px){
  .site-header{
    height:auto;
    min-height:88px;
    padding:.35rem 0;
  }
  .nav{
    width:calc(100% - 28px);
  }
  .brand img{
    width:min(268px, calc(100vw - 98px));
    max-width:100%;
  }
  .hamburger{
    width:48px;
    height:48px;
    margin-right:-2px;
  }
  .mobile-panel{
    top:88px;
  }

  /* Hero spacing closer to the approved mobile mockup */
  .hero-copy{
    padding-top:2rem;
    padding-bottom:1.35rem;
  }
  .hero h1{
    font-size:clamp(2.55rem, 12.4vw, 3.45rem);
    line-height:.93;
    letter-spacing:-.065em;
    margin-bottom:1.2rem;
    max-width:345px;
  }
  .hero-copy p{
    max-width:340px;
    margin-bottom:1.45rem;
    line-height:1.45;
  }
  .hero-actions .btn-primary{
    width:min(100%, 258px);
    min-height:56px;
  }
  .hero-photo{
    height:236px;
    margin-top:0;
    border-radius:0 0 28px 28px;
  }

  /* Trust card spacing: keep it readable and stop content from getting cramped */
  .trust-strip{
    padding-bottom:.4rem;
  }
  .trust-grid{
    transform:translateY(-12px);
    border-radius:22px;
    margin-inline:auto;
    width:calc(100% - 20px);
  }
  .trust-item{
    padding:1.05rem .45rem 1.1rem;
    min-height:132px;
  }
  .trust-item .icon-badge{
    width:46px;
    height:46px;
  }
  .trust-item h3{
    font-size:.78rem;
    line-height:1.1;
    margin-top:.15rem;
  }
  .trust-item p{
    font-size:.69rem;
    line-height:1.22;
    max-width:92px;
    margin-inline:auto;
  }

  /* Service cards align cleaner on small screens */
  .service-grid{
    gap:.85rem;
  }
  .service-card{
    grid-template-columns:104px 50px 1fr 18px;
  }
  .service-card img{
    min-height:96px;
  }

  /* Footer mobile spacing and logo visibility */
  .footer{
    padding-bottom:0;
  }
  .footer-inner{
    gap:1.65rem;
    padding:2.25rem 0 1.25rem;
  }
  .footer-brand img{
    width:min(280px, 92vw);
    max-width:100%;
  }
  .footer p,
  .footer li{
    font-size:.96rem;
    line-height:1.45;
  }
  .footer h3{
    margin-bottom:.65rem;
  }
  .socials{
    margin-top:1.2rem;
  }
  .socials span{
    width:38px;
    height:38px;
  }
  .footer-bottom{
    padding:1rem 0 1.25rem;
    gap:.4rem;
  }
}

/* Cleaner review carousel transition */
.review-carousel{
  transition:opacity .2s ease, transform .2s ease;
}
.dot{
  appearance:none;
}
.dot:focus-visible{
  outline:3px solid rgba(7,154,164,.28);
  outline-offset:3px;
}

/* Keep the disabled floating CTA hidden everywhere in this revision. */
.floating-cta{
  display:none!important;
}


/* === v1.3 SEO + logo + green modal polish === */
.brand,
.footer-brand{
  position:relative;
  overflow:hidden;
}
.brand::after,
.footer-brand::after{
  content:"";
  position:absolute;
  top:-35%;
  left:-70%;
  width:38%;
  height:170%;
  background:linear-gradient(110deg, transparent 0%, rgba(255,255,255,.12) 30%, rgba(255,255,255,.85) 50%, rgba(255,255,255,.15) 70%, transparent 100%);
  transform:skewX(-18deg);
  pointer-events:none;
  animation:logoShine 5s ease-in-out infinite;
}
.footer-brand::after{
  background:linear-gradient(110deg, transparent 0%, rgba(255,255,255,.06) 30%, rgba(255,255,255,.58) 50%, rgba(255,255,255,.08) 70%, transparent 100%);
}
@keyframes logoShine{
  0%,72%{left:-70%;opacity:0}
  76%{opacity:1}
  92%{left:125%;opacity:1}
  100%{left:125%;opacity:0}
}
.brand img{
  width:min(300px,100%);
}
.footer-brand img{
  width:min(300px,100%);
}
.green-popup-trigger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  border:1px solid rgba(32,199,208,.55);
  background:linear-gradient(135deg, rgba(32,199,208,.22), rgba(255,255,255,.08));
  color:#e9feff;
  border-radius:999px;
  padding:.85rem 1rem;
  font-weight:900;
  letter-spacing:.04em;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(0,0,0,.14);
}
.green-popup-trigger:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg, rgba(32,199,208,.32), rgba(255,255,255,.12));
}
.green-modal{
  position:fixed;
  inset:0;
  z-index:999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:1.25rem;
}
.green-modal.open{
  display:flex;
}
.green-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,12,31,.62);
  backdrop-filter:blur(8px);
}
.green-modal__card{
  position:relative;
  width:min(560px, 100%);
  border-radius:28px;
  border:1px solid rgba(180,239,244,.85);
  background:linear-gradient(180deg,#ffffff,#effdff);
  box-shadow:0 30px 90px rgba(0,0,0,.32);
  padding:1.45rem;
  overflow:hidden;
}
.green-modal__card::before{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(32,199,208,.20), rgba(32,199,208,0) 70%);
}
.green-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #cfe9ef;
  background:#fff;
  color:#08224a;
  font-size:1.45rem;
  font-weight:900;
  cursor:pointer;
}
.green-modal__eyebrow{
  color:#0a9aa5;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-size:.75rem;
}
.green-modal h2{
  font-family:var(--serif);
  color:#08224a;
  font-size:2.35rem;
  line-height:1;
  letter-spacing:-.04em;
  margin:.45rem 2.4rem .8rem 0;
}
.green-modal p{
  color:#405871;
  margin:.55rem 0;
}
.green-modal ul{
  margin:.9rem 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:.55rem;
}
.green-modal li{
  color:#173553;
  background:#fff;
  border:1px solid #dcebf0;
  border-radius:14px;
  padding:.75rem .85rem;
  font-weight:750;
}
.green-modal li span{
  color:#0a9aa5;
  font-weight:950;
  margin-right:.35rem;
}
.local-seo-strip{
  margin-top:2rem;
  border:1px solid #dcebf0;
  border-radius:22px;
  background:linear-gradient(135deg,#f2fcff,#fff);
  padding:1.25rem;
  box-shadow:var(--soft-shadow);
}
.local-seo-strip h3{
  color:var(--navy);
  margin:.2rem 0 .45rem;
}
.local-town-grid{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-top:.9rem;
}
.local-town-grid a,
.local-town-grid span{
  border:1px solid #d8e9ef;
  background:#fff;
  border-radius:999px;
  padding:.48rem .72rem;
  color:#26405d;
  font-weight:800;
  font-size:.84rem;
}

@media (max-width:560px){
  .brand img{
    width:min(286px, calc(100vw - 96px));
  }
  .footer-brand img{
    width:min(300px, 94vw);
  }
  .brand::after{
    height:150%;
  }
  .green-popup-trigger{
    width:100%;
    min-height:54px;
    font-size:1rem;
  }
  .green-modal__card{
    padding:1.2rem;
    border-radius:24px;
  }
  .green-modal h2{
    font-size:2rem;
  }
}


/* === v1.3.1 footer logo + social CTA fix === */
.footer-brand img{
  width:min(300px, 100%)!important;
  height:auto!important;
  display:block!important;
  filter:none!important;
}
.footer-brand{
  max-width:100%;
}
.socials{
  display:flex;
  align-items:center;
  gap:.72rem;
  margin-top:1.05rem;
}
.socials a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--teal),var(--teal-2));
  color:#fff;
  font-weight:950;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(7,154,164,.22);
  border:1px solid rgba(255,255,255,.18);
  transition:transform .2s ease, box-shadow .2s ease;
}
.socials a:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 26px rgba(7,154,164,.32);
}
.socials a:focus-visible{
  outline:3px solid rgba(255,255,255,.65);
  outline-offset:3px;
}
.socials span{
  display:none!important;
}
@media (max-width:560px){
  .footer-brand img{
    width:min(305px, 94vw)!important;
  }
  .socials a{
    width:44px;
    height:44px;
    font-size:1.05rem;
  }
}


/* === v1.4 clean fit selector === */
.fit-builder{
  border:1px solid #cfe9ef;
  border-radius:24px;
  background:linear-gradient(180deg,#f1fdff,#ffffff);
  box-shadow:var(--soft-shadow);
  padding:1.25rem;
  margin:0 0 1.35rem;
  overflow:hidden;
}
.fit-builder__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}
.fit-builder__head h2{
  font-family:var(--serif);
  color:var(--navy);
  letter-spacing:-.04em;
  font-size:2.05rem;
  line-height:1;
  margin:.25rem 0 .45rem;
}
.fit-builder__head p{
  margin:0;
  color:#52677d;
  max-width:54ch;
}
.fit-rate-card{
  flex:0 0 150px;
  border:1px solid #dbeaf0;
  border-radius:18px;
  background:#fff;
  padding:.85rem;
  box-shadow:0 8px 18px rgba(8,34,74,.05);
}
.fit-rate-card span,
.fit-rate-card small{
  display:block;
  color:#60758b;
  font-weight:800;
  font-size:.78rem;
}
.fit-rate-card strong{
  display:block;
  color:var(--teal);
  font-size:1.65rem;
  line-height:1.1;
}
.fit-type-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:.7rem;
  margin:.85rem 0 1rem;
}
.fit-type{
  min-height:98px;
  border:1px solid #dbeaf0;
  background:#fff;
  border-radius:16px;
  color:var(--navy);
  display:grid;
  justify-items:center;
  align-content:center;
  gap:.18rem;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(8,34,74,.04);
}
.fit-type span{
  font-size:1.35rem;
}
.fit-type strong{
  font-size:.9rem;
}
.fit-type small{
  font-size:.72rem;
  color:#60758b;
  padding:0 .35rem;
}
.fit-type.active{
  border:2px solid var(--teal);
  background:linear-gradient(180deg,#ffffff,#edfcff);
  box-shadow:0 12px 22px rgba(7,154,164,.13);
}
.fit-room-list{
  display:grid;
  gap:.65rem;
}
.fit-room{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border:1px solid #dbeaf0;
  border-radius:15px;
  background:#fff;
  padding:.75rem .85rem;
}
.fit-room strong{
  display:block;
  color:var(--navy);
}
.fit-room small{
  display:block;
  color:#60758b;
  font-weight:750;
}
.qty-control{
  display:flex;
  align-items:center;
  gap:.55rem;
  flex:0 0 auto;
}
.qty-control button{
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid #dbeaf0;
  background:#f8fcff;
  color:var(--navy);
  font-weight:950;
  font-size:1.2rem;
  cursor:pointer;
}
.qty-control button:hover{
  background:#eafcff;
}
.qty-control output{
  min-width:24px;
  text-align:center;
  font-weight:950;
  color:var(--teal);
}
.fit-summary{
  position:sticky;
  bottom:0;
  margin:1rem -1.25rem -1.25rem;
  padding:1rem 1.25rem;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-top:1px solid #dbeaf0;
  display:grid;
  grid-template-columns:1fr 1fr 1.2fr;
  gap:.8rem;
}
.fit-summary div{
  border-right:1px solid #e1edf2;
  padding-right:.7rem;
}
.fit-summary div:last-child{
  border-right:0;
}
.fit-summary span{
  display:block;
  color:#60758b;
  font-weight:850;
  font-size:.78rem;
}
.fit-summary strong{
  display:block;
  color:var(--navy);
  font-size:1.05rem;
  margin-top:.15rem;
}
.fit-summary [data-fit-total]{
  color:var(--teal);
}
@media (max-width:760px){
  .fit-builder{
    border-radius:20px;
    padding:1rem;
  }
  .fit-builder__head{
    display:block;
  }
  .fit-rate-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    margin-top:.85rem;
    width:100%;
  }
  .fit-type-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .fit-summary{
    margin:1rem -1rem -1rem;
    padding:.85rem 1rem;
    grid-template-columns:1fr;
    gap:.5rem;
  }
  .fit-summary div{
    border-right:0;
    border-bottom:1px solid #e1edf2;
    padding:.15rem 0 .55rem;
  }
  .fit-summary div:last-child{
    border-bottom:0;
  }
}


/* === v1.4.1 commercial square-foot + hourly calculator === */
.commercial-calc-panel{
  margin:1rem 0;
  border:1px solid #cde9ef;
  border-radius:20px;
  background:linear-gradient(135deg,#ffffff,#effcff);
  padding:1rem;
  box-shadow:0 10px 20px rgba(8,34,74,.05);
}
.commercial-calc-panel[hidden]{
  display:none!important;
}
.commercial-calc-panel__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:.85rem;
}
.commercial-calc-panel h3{
  font-family:var(--serif);
  color:var(--navy);
  font-size:1.7rem;
  line-height:1;
  letter-spacing:-.035em;
  margin:.2rem 0 .35rem;
}
.commercial-calc-panel p{
  color:#52677d;
  margin:0;
  font-size:.92rem;
}
.formula-card{
  flex:0 0 165px;
  border:1px solid #d8e9ef;
  border-radius:16px;
  background:#fff;
  padding:.85rem;
  text-align:center;
}
.formula-card strong{
  display:block;
  color:var(--teal);
  font-size:1.2rem;
}
.formula-card span{
  color:#52677d;
  font-weight:850;
  font-size:.78rem;
}
.commercial-input-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.8rem;
}
.commercial-field{
  display:grid;
  gap:.35rem;
}
.commercial-field span{
  color:var(--navy);
  font-size:.84rem;
  font-weight:900;
}
.commercial-field input,
.commercial-field select{
  min-height:46px;
  border:1px solid #d1e4eb;
  border-radius:12px;
  background:#fff;
  color:var(--navy);
  padding:.75rem;
  font-weight:850;
}
.sqft-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin:.85rem 0;
}
.sqft-chip-row button{
  border:1px solid #d8e9ef;
  background:#fff;
  color:#26405d;
  border-radius:999px;
  padding:.48rem .72rem;
  font-weight:850;
  cursor:pointer;
}
.sqft-chip-row button.active,
.sqft-chip-row button:hover{
  background:var(--teal);
  color:#fff;
  border-color:var(--teal);
}
.commercial-breakdown{
  display:grid;
  grid-template-columns:1fr 1fr 1.3fr;
  gap:.65rem;
}
.commercial-breakdown div{
  border:1px solid #dbeaf0;
  border-radius:14px;
  background:#fff;
  padding:.75rem;
}
.commercial-breakdown span{
  display:block;
  color:#60758b;
  font-weight:850;
  font-size:.75rem;
}
.commercial-breakdown strong{
  display:block;
  color:var(--navy);
  font-size:.95rem;
  line-height:1.25;
}
.commercial-breakdown [data-commercial-sqft-fee],
.commercial-breakdown [data-commercial-labor-fee]{
  color:var(--teal);
  font-size:1.25rem;
}
@media (max-width:760px){
  .commercial-calc-panel__head{
    display:block;
  }
  .formula-card{
    margin-top:.8rem;
    text-align:left;
  }
  .commercial-input-grid,
  .commercial-breakdown{
    grid-template-columns:1fr;
  }
}

/* === v1.5 Cheshire Home & Business Cleaning rebrand === */
.brand img{width:min(350px,100%)!important;height:auto!important;}
.footer-brand img{width:min(360px,100%)!important;height:auto!important;filter:none!important;}
@media (max-width:980px){.brand img{width:min(340px,calc(100vw - 104px))!important;}}
@media (max-width:560px){
  .brand img{width:min(330px,calc(100vw - 96px))!important;}
  .site-header{min-height:96px;}
  .mobile-panel{top:96px!important;}
  .footer-brand img{width:min(340px,94vw)!important;}
}

/* === v1.5.1 logo SVG fix === */
.brand{
  max-width:calc(100% - 64px);
}
.brand img{
  display:block!important;
  width:min(350px, calc(100vw - 112px))!important;
  max-width:100%!important;
  height:auto!important;
  aspect-ratio:560/96;
  object-fit:contain;
}
.footer-brand img{
  display:block!important;
  width:min(360px, 94vw)!important;
  max-width:100%!important;
  height:auto!important;
  aspect-ratio:560/96;
  object-fit:contain;
  filter:none!important;
}
@media (max-width:560px){
  .brand img{
    width:min(330px, calc(100vw - 100px))!important;
  }
  .footer-brand img{
    width:min(340px, 94vw)!important;
  }
}

/* === v1.5.2 footer green label cleanup === */
.footer .green-popup-trigger{
  margin-top:.25rem;
}

/* === v1.5.3 footer email + green cleanup === */
.footer-green-only h3,
.footer h3:has(+ .green-popup-trigger){
  display:none!important;
}
.footer-green-only{
  margin-top:.25rem;
}
.footer-green-only .green-popup-trigger{
  margin-top:0!important;
}

/* === v1.5.4 global hamburger menu fix === */
.hamburger{
  position:relative;
  z-index:1002!important;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.hamburger.active span:nth-child(1){
  transform:translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2){
  opacity:0;
}
.hamburger.active span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg);
}
.hamburger span{
  transition:transform .2s ease, opacity .2s ease;
}
.mobile-panel{
  z-index:1001!important;
}
.mobile-panel.open{
  display:block!important;
  animation:mobileMenuDrop .18s ease-out both;
}
@keyframes mobileMenuDrop{
  from{opacity:0;transform:translateY(-8px) scale(.98);}
  to{opacity:1;transform:translateY(0) scale(1);}
}
body.nav-open .site-header{
  z-index:1000!important;
}
body.nav-open .mobile-panel{
  box-shadow:0 24px 70px rgba(8,34,74,.24)!important;
}
@media (max-width:980px){
  .mobile-panel{
    position:fixed!important;
    top:calc(var(--mobile-menu-top, 88px))!important;
    left:14px!important;
    right:14px!important;
    max-height:calc(100vh - 120px);
    overflow:auto;
  }
}
@media (max-width:560px){
  .mobile-panel{
    top:96px!important;
  }
}

/* === v1.5.5 public estimate card cleanup === */
.estimate-card .est-line:has(span:first-child:nth-last-child(2)){
  /* safeguard only; actual rows were removed from HTML */
}

/* === v1.5.6 smaller mobile close icon === */
.hamburger.active{
  width:44px!important;
  height:44px!important;
}
.hamburger.active span{
  width:24px!important;
  height:3px!important;
  margin:3px auto!important;
}
.hamburger.active span:nth-child(1){
  transform:translateY(6px) rotate(45deg)!important;
}
.hamburger.active span:nth-child(2){
  opacity:0!important;
}
.hamburger.active span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg)!important;
}
@media (max-width:560px){
  .hamburger.active{
    width:42px!important;
    height:42px!important;
  }
  .hamburger.active span{
    width:23px!important;
  }
}

/* === v1.5.7 timing preference request flow === */
.time-preference-panel{
  border:1px solid #cfe9ef;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff,#f1fdff);
  box-shadow:var(--soft-shadow);
  padding:1.25rem;
  margin:0 0 1.35rem;
}
.time-preference-panel h3{
  font-family:var(--serif);
  color:var(--navy);
  letter-spacing:-.035em;
  font-size:1.85rem;
  line-height:1;
  margin:.25rem 0 .45rem;
}
.time-preference-panel p{
  color:#52677d;
  margin:0 0 1rem;
}
.time-preference-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:.75rem;
}
.time-preference-card{
  position:relative;
  display:grid;
  justify-items:center;
  align-content:center;
  gap:.2rem;
  min-height:112px;
  border:1px solid #dbeaf0;
  border-radius:18px;
  background:#fff;
  color:var(--navy);
  cursor:pointer;
  box-shadow:0 8px 18px rgba(8,34,74,.04);
  text-align:center;
  padding:.85rem;
}
.time-preference-card input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
.time-preference-card .time-icon{
  font-size:1.55rem;
}
.time-preference-card strong{
  font-size:1rem;
}
.time-preference-card small{
  color:#60758b;
  font-weight:750;
  font-size:.75rem;
}
.time-preference-card:has(input:checked){
  border:2px solid var(--teal);
  background:linear-gradient(180deg,#ffffff,#eafcff);
  box-shadow:0 12px 22px rgba(7,154,164,.13);
}
.time-preference-card:has(input:checked)::after{
  content:"✓";
  position:absolute;
  right:-8px;
  bottom:-8px;
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--teal);
  color:#fff;
  font-size:.85rem;
  font-weight:950;
  border:4px solid #f1fdff;
}
@media (max-width:760px){
  .time-preference-grid{
    grid-template-columns:1fr;
  }
  .time-preference-card{
    min-height:84px;
    grid-template-columns:auto 1fr;
    justify-items:start;
    text-align:left;
    column-gap:.85rem;
  }
  .time-preference-card .time-icon{
    grid-row:1 / span 2;
  }
}

/* === v1.5.9 expanded review carousel === */
.dots[data-review-dots]{
  flex-wrap:wrap;
  max-width:190px;
  margin-left:auto;
  margin-right:auto;
  row-gap:.45rem;
}
.testimonial-card [data-review-text]{
  min-height:5.9em;
}
@media (max-width:560px){
  .dots[data-review-dots]{
    max-width:170px;
  }
  .testimonial-card [data-review-text]{
    min-height:6.8em;
  }
}

/* === v1.6.0 explicit autoplay review carousel === */
.review-carousel{
  position:relative;
  transition:opacity .18s ease, transform .18s ease;
}
.review-carousel.is-changing{
  opacity:.35;
  transform:translateY(3px);
}
.review-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.85rem;
  margin-top:1rem;
}
.review-arrow{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #cfe9ef;
  background:#fff;
  color:var(--navy);
  font-size:1.75rem;
  line-height:1;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(8,34,74,.06);
}
.review-arrow:hover{
  background:#eafcff;
  color:var(--teal);
}
.review-controls .dots{
  display:flex!important;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:.45rem;
  max-width:210px;
  margin:0!important;
}
.review-controls .dot{
  width:9px;
  height:9px;
  border-radius:999px;
  border:0;
  padding:0;
  background:#cbd9e1;
  cursor:pointer;
  transition:width .18s ease, background .18s ease;
}
.review-controls .dot.active{
  width:24px;
  background:var(--teal);
}
.testimonial-card [data-review-text]{
  min-height:5.2em;
}
@media (max-width:560px){
  .review-controls{
    gap:.65rem;
  }
  .review-arrow{
    width:38px;
    height:38px;
    font-size:1.55rem;
  }
  .review-controls .dots{
    max-width:170px;
  }
  .testimonial-card [data-review-text]{
    min-height:6.6em;
  }
}
