/* Aerobics Unlimited - shared components: header/nav, footer, hero, cards,
   grids, accordion, breadcrumbs, CTA sections, forms, reveal/parallax hooks. */

/* ================= HEADER ================= */
  header{position:sticky; top:0; z-index:200; background:#fff; border-bottom:1px solid var(--line);}
.header-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:var(--maxw); margin:0 auto; gap:24px;}
.logo{font-family:'Outfit'; font-weight:800; font-size:19px; line-height:1.05;}
.logo .l1{color:var(--blue); display:block;}
.logo .l2{color:var(--red); display:block;}
nav.main-nav{display:flex; gap:28px; align-items:center;}
nav.main-nav > a, nav.main-nav > .drop > .drop-label{font-weight:600; font-size:14.5px; color:var(--navy); display:flex; align-items:center; gap:5px; cursor:pointer;}
nav.main-nav > a.active{color:var(--red); border-bottom:2px solid var(--red); padding-bottom:4px;}
nav.main-nav > a:hover{color:var(--blue);}
.drop{position:relative;}
.drop-menu{position:absolute; top:100%; left:0; padding-top:12px; margin-top:-12px; background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm); box-shadow:var(--shadow-md); padding-left:10px; padding-right:10px; padding-bottom:10px; min-width:230px; display:none; flex-direction:column; gap:2px;}
.drop:hover .drop-menu{display:flex;}
.drop-menu a{font-size:13.5px; font-weight:500; color:var(--navy-soft); padding:9px 12px; border-radius:7px;}
.drop-menu a:hover{background:var(--bg-gray); color:var(--blue);}
.drop-label svg{width:13px; height:13px; stroke-width:2.5;}
.phone-btn{display:flex; align-items:center; gap:8px; background:var(--red); color:#fff; font-family:'Outfit'; font-weight:700; font-size:15px; padding:11px 20px; border-radius:8px; white-space:nowrap;}
.phone-btn .icon{width:16px; height:16px;}
/* ================= HERO ================= */
  .hero{position:relative; overflow:hidden; min-height:420px; display:flex; align-items:center;}
.hero-scene{position:absolute; inset:0; width:100%; height:100%;}
.hero-scene svg{width:100%; height:100%; object-fit:cover;}
.hero-scrim{position:absolute; inset:0; background:linear-gradient(100deg, rgba(9,26,55,0.92) 0%, rgba(9,26,55,0.82) 32%, rgba(9,26,55,0.45) 58%, rgba(9,26,55,0.05) 78%);}
.hero-content{position:relative; z-index:2; padding:56px 24px; max-width:var(--maxw); margin:0 auto; width:100%;}
.hero-content .inner{max-width:640px;}
.hero h1{color:#fff; font-size:clamp(30px,4.4vw,46px); margin-bottom:18px;}
.hero p.sub{color:#d7e2f2; font-size:16px; max-width:560px; margin-bottom:28px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap;}
/* ================= FEATURE STRIP ================= */
  .feature-strip{background:var(--bg-gray); padding:36px 0;}
.feature-strip .wrap{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
.fs-item{display:flex; align-items:flex-start; gap:14px;}
.fs-item .ic{width:44px; height:44px; border-radius:50%; background:var(--blue); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.fs-item.red .ic{background:var(--red);}
.fs-item .ic .icon{color:#fff; width:22px; height:22px;}
.fs-item h4{font-size:14.5px; margin-bottom:3px;}
.fs-item p{font-size:12.5px; color:var(--navy-soft);}
/* ================= SECTION HEAD ================= */
  .section-head{max-width:680px; margin:0 auto 44px; text-align:center;}
.section-head h2{font-size:clamp(24px,3vw,32px);}
.section-head p{color:var(--navy-soft); font-size:15px; margin-top:10px;}
.section-head.left{text-align:left; margin:0 0 0 0;}
/* ================= SERVICES GRID ================= */
  .services-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.svc-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px 24px; box-shadow:var(--shadow-sm); display:flex; gap:16px;}
.svc-card .ic{width:52px; height:52px; border-radius:50%; background:var(--blue); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.svc-card.red .ic{background:var(--red);}
.svc-card .ic .icon{color:#fff; width:26px; height:26px;}
.svc-card h3{font-size:16.5px; margin-bottom:6px;}
.svc-card p{font-size:13.5px; color:var(--navy-soft); margin-bottom:12px;}
.svc-card .link{font-size:13px; font-weight:700; color:var(--blue); display:inline-flex; align-items:center; gap:5px;}
/* ================= TRUSTED BY ================= */
  .trusted-grid{display:grid; grid-template-columns:0.85fr 1.15fr; gap:48px; align-items:center;}
.trusted-visual{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-md); aspect-ratio:4/3;}
.checklist-2col{display:grid; grid-template-columns:1fr 1fr; gap:12px 28px; margin:22px 0 26px;}
.checklist-2col li{list-style:none; display:flex; align-items:center; gap:10px; font-size:14px; font-weight:500;}
.checklist-2col .tick{width:20px; height:20px; border-radius:50%; background:var(--blue-tint); color:var(--blue); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.checklist-2col .tick .icon{width:12px; height:12px; stroke-width:3;}
/* ================= PROBLEMS / FAQ ACCORDIONS ================= */
  .split-row{display:grid; grid-template-columns:0.8fr 1.2fr; gap:48px; align-items:flex-start;}
.split-row h2{font-size:28px; margin-bottom:12px;}
.split-row p.desc{color:var(--navy-soft); font-size:15px;}
.accordion-cols{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.accordion-single{display:grid; gap:14px;}
.acc-item{background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm); overflow:hidden; align-self:start;}
.acc-q{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:16px 18px; cursor:pointer; font-family:'Outfit'; font-weight:600; font-size:14.5px;}
.acc-q .chev{width:18px; height:18px; flex-shrink:0; transition:transform .2s ease; color:var(--blue);}
.acc-item.open .acc-q .chev{transform:rotate(180deg);}
.acc-a{max-height:0; overflow:hidden; transition:max-height .25s ease;}
.acc-a p{padding:0 18px 18px; color:var(--navy-soft); font-size:13.5px;}
/* ================= FINANCING BANNER ================= */
  .financing-banner{background:var(--navy); color:#fff; padding:40px 0;}
.financing-banner .wrap{display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap;}
.financing-left{display:flex; align-items:center; gap:20px;}
.financing-left .ic{width:56px; height:56px; border-radius:50%; background:rgba(255,255,255,0.12); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.financing-left .ic .icon{color:#fff; width:26px; height:26px;}
.financing-banner h3{color:#fff; font-size:21px; margin-bottom:4px;}
.financing-banner p{color:#c3d2e8; font-size:14px; max-width:480px;}
/* ================= CITIES ================= */
  .cities-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:14px;}
.city-pill{border:1.5px solid var(--line); border-radius:8px; text-align:center; padding:14px 10px; font-weight:600; font-size:14px; color:var(--navy); transition:border-color .15s ease, color .15s ease;}
.city-pill:hover{border-color:var(--blue); color:var(--blue);}
/* ================= FINAL CTA ================= */
  .final-cta{background:var(--red); padding:44px 0;}
.final-cta .wrap{display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;}
.fc-left{display:flex; align-items:center; gap:20px;}
.fc-left .ic{width:54px; height:54px; border-radius:50%; background:#fff; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.fc-left .ic .icon{color:var(--red); width:26px; height:26px;}
.final-cta h3{color:#fff; font-size:22px; margin-bottom:4px;}
.final-cta p{color:#ffd6d6; font-size:14px; max-width:440px;}
.fc-ctas{display:flex; gap:12px; flex-wrap:wrap;}
/* ================= FOOTER ================= */
  footer{background:var(--navy); color:#c7d3e5; padding:56px 0 0;}
.footer-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr 1fr; gap:32px; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,0.1);}
footer h4{color:#fff; font-size:13.5px; margin-bottom:14px; font-family:'Outfit';}
footer .logo .l1{color:#fff;}
footer .logo .l2{color:#ff8a8a;}
footer p.desc{font-size:13px; color:#9fb0cb; margin:12px 0 16px; max-width:260px;}
footer ul{list-style:none; display:grid; gap:9px;}
footer ul a{font-size:13px; color:#c7d3e5;}
footer ul a:hover{color:#fff;}
.contact-line{display:flex; align-items:flex-start; gap:8px; font-size:13px; margin-bottom:10px; color:#c7d3e5;}
.contact-line .icon{width:15px; height:15px; margin-top:2px; color:#8fb6e6; flex-shrink:0;}
.social-row{display:flex; gap:10px;}
.social-row a{width:32px; height:32px; border-radius:50%; border:1.5px solid rgba(255,255,255,0.3); display:flex; align-items:center; justify-content:center;}
.social-row .icon{width:14px; height:14px; color:#fff; stroke-width:2;}
.footer-bottom{display:flex; justify-content:space-between; padding:20px 0; font-size:12px; color:#7f93b3; flex-wrap:wrap; gap:8px;}
.footer-bottom a{color:#7f93b3;}
.footer-bottom a:hover{color:#fff;}
.mobile-sticky{display:none; position:fixed; bottom:0; left:0; right:0; z-index:250; background:#fff; border-top:1px solid var(--line); padding:10px 14px; gap:10px; box-shadow:0 -6px 20px rgba(16,41,77,0.12);}
.mobile-sticky .btn{flex:1; padding:12px;}
.img-slot{position:relative; width:100%; height:100%; border-radius:inherit;
    background:linear-gradient(135deg, #EDF3FB 0%, #F8FAFD 100%);
    border:1.5px dashed #C3D6ED;
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    text-align:center; gap:10px; padding:28px;}
.img-slot .slot-icon{width:34px; height:34px; color:var(--blue); opacity:0.5;}
.img-slot .slot-label{font-family:'Outfit'; font-weight:700; font-size:12.5px; letter-spacing:0.08em; text-transform:uppercase; color:var(--blue); opacity:0.85;}
.img-slot .slot-desc{font-size:12px; color:var(--navy-soft); max-width:260px; line-height:1.5;}
.img-slot .slot-dims{font-size:10.5px; color:#9fb0cc; letter-spacing:0.03em; margin-top:2px;}
.hero-imgslot{position:absolute; inset:0;}
.hero-imgslot .img-slot{border-radius:0; border-width:0 0 0 1.5px; background:linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);}
.hero-imgslot .slot-icon, .hero-imgslot .slot-label{color:#fff; opacity:0.55;}
.hero-imgslot .slot-desc{color:rgba(255,255,255,0.55);}
.hero-imgslot .slot-dims{color:rgba(255,255,255,0.35);}
.hero-parallax{will-change:transform;}
.reveal{opacity:0; transform:translateY(26px); transition:opacity .8s cubic-bezier(.16,.84,.44,1), transform .8s cubic-bezier(.16,.84,.44,1);}
.reveal.is-visible{opacity:1; transform:translateY(0);}
.reveal-stagger > *{opacity:0; transform:translateY(22px); transition:opacity .7s cubic-bezier(.16,.84,.44,1), transform .7s cubic-bezier(.16,.84,.44,1);}
.reveal-stagger.is-visible > *{opacity:1; transform:translateY(0);}
.reveal-stagger.is-visible > *:nth-child(1){transition-delay:.02s;}
.reveal-stagger.is-visible > *:nth-child(2){transition-delay:.08s;}
.reveal-stagger.is-visible > *:nth-child(3){transition-delay:.14s;}
.reveal-stagger.is-visible > *:nth-child(4){transition-delay:.2s;}
.reveal-stagger.is-visible > *:nth-child(5){transition-delay:.26s;}
.reveal-stagger.is-visible > *:nth-child(6){transition-delay:.32s;}
.drop-menu{transition:opacity .18s ease, transform .18s ease; opacity:0; transform:translateY(6px); pointer-events:none; display:flex !important;}
.drop:hover .drop-menu{opacity:1; transform:translateY(0); pointer-events:auto;}
.svc-card, .related-card, .process-step, .benefit-card, .city-pill{transition:transform .25s cubic-bezier(.16,.84,.44,1), box-shadow .25s ease, border-color .2s ease;}
.svc-card:hover, .related-card:hover{transform:translateY(-4px); box-shadow:var(--shadow-md);}
header{position:sticky; top:0; z-index:200; background:#fff; border-bottom:1px solid var(--line);}
.logo{font-family:'Outfit'; font-weight:800; font-size:19px; line-height:1.05; display:flex; align-items:center; gap:9px;}
nav.main-nav > a.active, nav.main-nav > .drop.active > .drop-label{color:var(--red);}
.drop-menu{position:absolute; top:100%; left:0; padding-top:12px; margin-top:-12px; background:#fff; background-clip:padding-box; border:1px solid var(--line); border-radius:var(--radius-sm); box-shadow:var(--shadow-md); padding-left:10px; padding-right:10px; padding-bottom:10px; min-width:230px; display:none; flex-direction:column; gap:2px;}
.breadcrumb{font-size:13px; color:var(--navy-soft); padding:14px 24px 0; max-width:var(--maxw); margin:0 auto;}
.breadcrumb a{color:var(--blue); font-weight:600;}
.breadcrumb .sep{margin:0 8px; color:var(--line);}
.hero{position:relative; overflow:hidden; min-height:400px; display:flex; align-items:center;}
.hero-content{position:relative; z-index:2; padding:52px 24px; max-width:var(--maxw); margin:0 auto; width:100%;}
.hero h1{color:#fff; font-size:clamp(28px,4.2vw,44px); margin-bottom:16px;}
.hero p.sub{color:#d7e2f2; font-size:16px; max-width:580px; margin-bottom:26px;}
.feature-strip{background:var(--bg-gray); padding:34px 0;}
.section-head{max-width:680px; margin:0 auto 40px; text-align:center;}
.section-head h2{font-size:clamp(22px,3vw,30px);}
.services-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.trusted-grid{display:grid; grid-template-columns:0.85fr 1.15fr; gap:48px; align-items:center;}
.split-row{display:grid; grid-template-columns:0.8fr 1.2fr; gap:48px; align-items:flex-start;}
.split-row h2{font-size:26px; margin-bottom:12px;}
.process-row{display:flex; align-items:flex-start; gap:14px; flex-wrap:wrap; justify-content:center;}
.process-step{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:22px 18px; box-shadow:var(--shadow-sm); flex:1 1 200px; max-width:230px; text-align:left;}
.process-step .ic{width:44px; height:44px; border-radius:50%; background:var(--blue); display:flex; align-items:center; justify-content:center; margin-bottom:14px;}
.process-step .ic .icon{color:#fff; width:22px; height:22px;}
.process-step h3{font-size:14.5px; margin-bottom:6px;}
.process-step p{font-size:12.5px; color:var(--navy-soft);}
.process-arrow{align-self:center; color:var(--line); flex:0 0 auto; margin-top:36px;}
.financing-banner{background:var(--navy); color:#fff; padding:40px 0;}
.cities-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:12px;}
.city-pill{border:1.5px solid var(--line); border-radius:8px; text-align:center; padding:12px 8px; font-weight:600; font-size:13.5px; color:var(--navy);}
.city-pill.active{background:var(--red); border-color:var(--red); color:#fff;}
.related-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.related-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:22px; box-shadow:var(--shadow-sm);}
.related-card h3{font-size:15.5px; margin-bottom:6px;}
.related-card p{font-size:13px; color:var(--navy-soft); margin-bottom:10px;}
.related-card .link{font-size:13px; font-weight:700; color:var(--blue);}
.final-cta{background:var(--red); padding:44px 0;}
footer{background:var(--navy); color:#c7d3e5; padding:56px 0 0;}
/* ===== ELEGANT LABELED IMAGE PLACEHOLDERS ===== */
  .image-slot{position:relative; border-radius:var(--radius); overflow:hidden; background:linear-gradient(150deg,var(--blue-tint) 0%, #ffffff 60%, var(--blue-tint) 100%); border:1.5px dashed rgba(11,78,162,0.32); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:36px 28px; width:100%; height:100%;}
.image-slot .slot-icon{width:40px; height:40px; color:var(--blue); opacity:0.55; margin-bottom:14px;}
.image-slot .slot-badge{position:absolute; top:16px; left:16px; background:rgba(255,255,255,0.9); backdrop-filter:blur(4px); border:1px solid var(--line); border-radius:100px; padding:5px 13px; font-size:10px; font-weight:700; letter-spacing:0.09em; text-transform:uppercase; color:var(--blue);}
.image-slot .slot-label{font-family:'Outfit'; font-weight:700; font-size:14.5px; color:var(--navy); margin-bottom:6px; max-width:280px;}
.image-slot .slot-sub{font-size:12px; color:var(--navy-soft); max-width:240px; line-height:1.5;}
.hero-slot{position:absolute; inset:0; background:linear-gradient(135deg, #16345c 0%, #0B4EA2 55%, #123457 100%); overflow:hidden;}
.hero-slot::before{content:''; position:absolute; inset:0; background-image:radial-gradient(circle at 22% 28%, rgba(255,255,255,0.09), transparent 42%), radial-gradient(circle at 82% 75%, rgba(255,255,255,0.07), transparent 45%);}
.hero-slot .hero-slot-tag{position:absolute; right:32px; bottom:32px; max-width:280px; background:rgba(16,41,77,0.55); backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,0.25); border-radius:var(--radius-sm); padding:16px 18px; text-align:left;}
.hero-slot .hero-slot-tag .badge-txt{font-size:10px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:#bcd7f2; margin-bottom:6px;}
.hero-slot .hero-slot-tag .label-txt{font-family:'Outfit'; font-weight:600; font-size:13.5px; color:#fff; margin-bottom:4px; line-height:1.35;}
.hero-slot .hero-slot-tag .sub-txt{font-size:11px; color:#a9c3e2;}
/* ===== RESTRAINED PREMIUM MOTION SYSTEM ===== */
  .reveal{opacity:0; transform:translateY(26px); transition:opacity .9s cubic-bezier(.16,.84,.44,1), transform .9s cubic-bezier(.16,.84,.44,1); will-change:opacity,transform;}
.reveal-stagger > *{opacity:0; transform:translateY(20px); transition:opacity .7s cubic-bezier(.16,.84,.44,1), transform .7s cubic-bezier(.16,.84,.44,1);}
.reveal-stagger.is-visible > *:nth-child(2){transition-delay:.09s;}
.reveal-stagger.is-visible > *:nth-child(3){transition-delay:.16s;}
.reveal-stagger.is-visible > *:nth-child(4){transition-delay:.23s;}
.reveal-stagger.is-visible > *:nth-child(5){transition-delay:.30s;}
.reveal-stagger.is-visible > *:nth-child(6){transition-delay:.37s;}
.reveal-stagger.is-visible > *:nth-child(7){transition-delay:.44s;}
.reveal-stagger.is-visible > *:nth-child(8){transition-delay:.51s;}
.reveal-stagger.is-visible > *:nth-child(9){transition-delay:.58s;}
.reveal-stagger.is-visible > *:nth-child(10){transition-delay:.65s;}
.svc-card, .benefit-card, .process-step, .related-card, .acc-item, .city-pill{transition:transform .35s cubic-bezier(.16,.84,.44,1), box-shadow .35s cubic-bezier(.16,.84,.44,1), border-color .35s ease;}
.svc-card:hover, .related-card:hover{transform:translateY(-5px); box-shadow:var(--shadow-md);}
.featured-visual{margin:24px 0 32px; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px 24px; box-shadow:var(--shadow-sm);}
.featured-photo{padding:0; overflow:hidden; aspect-ratio:16/9;}
.flow-row{display:flex; align-items:flex-start; gap:10px; flex-wrap:wrap; justify-content:center;}
.flow-step{flex:1 1 130px; max-width:150px; text-align:center;}
.flow-num{width:30px; height:30px; border-radius:50%; background:var(--blue); color:#fff; font-family:'Outfit'; font-weight:800; font-size:13px; display:flex; align-items:center; justify-content:center; margin:0 auto 10px;}
.flow-step h4{font-size:13.5px; margin-bottom:4px;}
.flow-step p{font-size:11.5px; color:var(--navy-soft); margin:0;}
.flow-arrow{align-self:center; color:var(--line); margin-top:10px;}
.compare-row{display:flex; align-items:stretch; gap:16px;}
.compare-card{flex:1; background:var(--bg-gray); border-radius:var(--radius-sm); padding:18px 20px;}
.compare-card.right{background:var(--blue-tint);}
.compare-card h4{font-family:'Outfit'; font-size:14.5px; margin-bottom:10px; color:var(--navy);}
.compare-card ul{margin:0 0 0 18px; padding:0;}
.compare-card li{font-size:13px; color:var(--navy-soft); margin-bottom:7px;}
.compare-vs{align-self:center; font-family:'Outfit'; font-weight:800; font-size:13px; color:var(--red); flex:0 0 auto;}
.timeline-row{display:flex; gap:8px; overflow-x:auto; padding-bottom:6px;}
.timeline-point{flex:1 1 110px; min-width:100px; text-align:center; position:relative; padding-top:18px;}
.timeline-point::before{content:''; position:absolute; top:24px; left:0; right:0; height:2px; background:var(--line); z-index:0;}
.timeline-dot{width:12px; height:12px; border-radius:50%; background:var(--red); margin:0 auto 10px; position:relative; z-index:1;}
.timeline-point h4{font-size:12.5px; margin-bottom:3px;}
.timeline-point p{font-size:11px; color:var(--navy-soft); margin:0;}
.icongrid-row{display:grid; grid-template-columns:repeat(4,1fr); gap:14px;}
.icongrid-item{text-align:center;}
.icongrid-ic{width:44px; height:44px; border-radius:50%; background:var(--blue-tint); display:flex; align-items:center; justify-content:center; margin:0 auto 10px;}
.icongrid-ic .icon{color:var(--blue); width:22px; height:22px;}
.icongrid-item h4{font-size:12.5px; margin-bottom:4px;}
.icongrid-item p{font-size:11px; color:var(--navy-soft); margin:0;}
.contact-grid{display:grid; grid-template-columns:0.9fr 1.1fr; gap:48px; align-items:start;}
.contact-info-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:var(--shadow-sm); display:flex; gap:16px; align-items:flex-start; margin-bottom:16px;}
.contact-info-card .ic{width:44px; height:44px; border-radius:50%; background:var(--blue-tint); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.contact-info-card .ic .icon{color:var(--blue); width:22px; height:22px;}
.contact-info-card h4{font-size:15px; margin-bottom:4px;}
.contact-info-card p{font-size:13.5px; color:var(--navy-soft); margin:0;}
.contact-form{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:32px; box-shadow:var(--shadow-sm);}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px;}
.form-field{display:flex; flex-direction:column; gap:6px; margin-bottom:16px;}
.form-field label{font-size:13px; font-weight:600; color:var(--navy);}
.form-field input, .form-field select, .form-field textarea{border:1.5px solid var(--line); border-radius:8px; padding:11px 14px; font-family:'Inter'; font-size:14px; color:var(--navy); background:#fff;}
.form-field textarea{resize:vertical; min-height:110px;}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{outline:none; border-color:var(--blue);}
.form-note{font-size:12px; color:var(--navy-soft); margin-top:10px;}
.rating-badge{display:flex; align-items:center; gap:16px; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:22px 28px; box-shadow:var(--shadow-sm); max-width:420px; margin:0 auto 40px;}
.rating-badge .score{font-family:'Outfit'; font-weight:800; font-size:40px; color:var(--navy);}
.rating-badge .stars{color:#F5A623; font-size:18px; letter-spacing:2px;}
.rating-badge .count{font-size:12.5px; color:var(--navy-soft);}
.reviews-grid2{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.review-card2{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:22px; box-shadow:var(--shadow-sm);}
.review-card2 .stars{color:#F5A623; font-size:15px; letter-spacing:2px; margin-bottom:10px;}
.review-card2 p{font-size:14px; color:var(--navy); margin-bottom:14px;}
.review-card2 .who{font-size:12.5px; font-weight:700; color:var(--navy-soft);}
.platform-row{display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-top:8px;}
.emergency-callout2{background:linear-gradient(120deg, var(--red) 0%, #b81f1f 100%); border-radius:var(--radius-lg,28px); padding:44px; color:#fff; display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap; box-shadow:0 20px 50px rgba(214,40,40,0.28);}
.emergency-callout2 h3{color:#fff; font-size:24px; margin-bottom:8px;}
.emergency-callout2 p{color:#ffd9d9; font-size:14.5px; max-width:440px;}
.reg-note{background:var(--bg-gray); border-left:4px solid var(--blue); border-radius:8px; padding:20px 24px; font-size:14.5px; color:var(--navy-soft);}
.reg-note a{color:var(--blue); font-weight:700;}
.nearby-note{font-size:15px; color:var(--navy-soft); margin-top:16px;}
.info-callout{background:var(--navy); color:#fff; border-radius:var(--radius); padding:28px 30px;}
.info-callout h3{color:#fff; font-size:17px; margin-bottom:8px;}
.info-callout p{color:#c3d2e8; font-size:14px; margin-bottom:14px;}
.info-callout a.link-btn{display:inline-flex; align-items:center; gap:6px; color:#fff; font-weight:700; font-size:13.5px; border-bottom:1.5px solid rgba(255,255,255,0.5); padding-bottom:2px;}
.reg-grid{display:grid; grid-template-columns:1.2fr 0.8fr; gap:24px; align-items:start;}
.article-hero{background:var(--bg-gray); padding:44px 0 36px;}
.article-cat{display:inline-block; background:var(--blue-tint); color:var(--blue); font-family:'Outfit'; font-weight:700; font-size:12px; letter-spacing:0.06em; text-transform:uppercase; padding:6px 14px; border-radius:100px; margin-bottom:16px;}
.article-hero h1{font-size:clamp(26px,4vw,38px); max-width:760px;}
.article-hero p.lede{color:var(--navy-soft); font-size:16px; max-width:680px; margin-top:14px;}
.article-body{max-width:760px; margin:0 auto;}
.article-body h2{font-size:22px; margin:36px 0 14px;}
.article-body h2:first-child{margin-top:0;}
.article-body h3{font-size:17px; margin:24px 0 10px;}
.article-body p{color:var(--navy-soft); font-size:15.5px; margin-bottom:14px;}
.article-body ul, .article-body ol{color:var(--navy-soft); font-size:15.5px; margin:0 0 16px 22px;}
.article-body li{margin-bottom:8px;}
.article-body table{width:100%; border-collapse:collapse; margin:18px 0 22px; font-size:14.5px;}
.article-body th{background:var(--bg-gray); text-align:left; padding:10px 14px; font-family:'Outfit'; font-weight:700; color:var(--navy); border-bottom:2px solid var(--line);}
.article-body td{padding:10px 14px; border-bottom:1px solid var(--line); color:var(--navy-soft);}
.takeaways{background:var(--blue-tint); border-radius:var(--radius); padding:24px 26px; margin:28px 0;}
.takeaways h3{font-family:'Outfit'; font-weight:700; font-size:15px; color:var(--blue); margin-bottom:12px; text-transform:uppercase; letter-spacing:0.03em;}
.takeaways ul{margin:0 0 0 20px;}
.takeaways li{color:var(--navy); font-size:14.5px; margin-bottom:8px;}
.cat-sidebar{display:grid; gap:8px; align-content:start;}
.cat-sidebar a{font-size:13.5px; font-weight:600; color:var(--navy-soft); padding:9px 12px; border-radius:8px;}
.cat-sidebar a.active, .cat-sidebar a:hover{background:var(--blue-tint); color:var(--blue);}

/* responsive breakpoints */
@media (max-width:768px){ section{padding:48px 0;} }
@media (max-width:1020px){ nav.main-nav{display:none;} }
@media (max-width:480px){ .phone-btn span.txt{display:none;} }
@media (max-width:860px){ .feature-strip .wrap{grid-template-columns:repeat(2,1fr);} }
@media (max-width:900px){ .services-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:600px){ .services-grid{grid-template-columns:1fr;} }
@media (max-width:900px){ .trusted-grid{grid-template-columns:1fr;} }
@media (max-width:560px){ .checklist-2col{grid-template-columns:1fr;} }
@media (max-width:900px){ .split-row{grid-template-columns:1fr;} }
@media (max-width:640px){ .accordion-cols{grid-template-columns:1fr;} }
@media (max-width:760px){ .cities-grid{grid-template-columns:repeat(3,1fr);} }
@media (max-width:480px){ .cities-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:980px){ .footer-grid{grid-template-columns:1fr 1fr 1fr;} }
@media (max-width:640px){ .footer-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:760px){ .mobile-sticky{display:flex;} body{padding-bottom:70px;} }
@media (prefers-reduced-motion: reduce){
    .reveal, .reveal-stagger > *{opacity:1 !important; transform:none !important; transition:none !important;}
    .hero-parallax{transform:none !important;}
  }
@media (max-width:768px){ section{padding:44px 0;} }
@media (max-width:900px){ .process-arrow{display:none;} .process-row{flex-direction:column; align-items:stretch;} .process-step{max-width:none;} }
@media (max-width:860px){ .related-grid{grid-template-columns:1fr;} }
@media (max-width:760px){ .hero-slot .hero-slot-tag{display:none;} }
@media (prefers-reduced-motion: reduce){
    .reveal, .reveal-stagger > *{opacity:1 !important; transform:none !important; transition:none !important;}
    .hero-slot, .hero-scene{transform:none !important;}
  }
@media (max-width:640px){ .flow-arrow{transform:rotate(90deg);} }
@media (max-width:600px){ .compare-row{flex-direction:column;} }
@media (max-width:640px){ .icongrid-row{grid-template-columns:repeat(2,1fr);} }
@media (max-width:900px){ .contact-grid{grid-template-columns:1fr;} }
@media (max-width:560px){ .form-row{grid-template-columns:1fr;} }
@media (max-width:900px){ .reviews-grid2{grid-template-columns:1fr 1fr;} }
@media (max-width:600px){ .reviews-grid2{grid-template-columns:1fr;} }
@media (max-width:900px){ .reg-grid{grid-template-columns:1fr;} }

/* ===== mobile hamburger menu ===== */
.nav-toggle{display:none; align-items:center; justify-content:center; width:40px; height:40px;
  border-radius:8px; border:1.5px solid var(--line); background:#fff; cursor:pointer; flex-shrink:0;}
.nav-toggle .icon{width:20px; height:20px; color:var(--navy); stroke-width:2.3;}
@media (max-width:1020px){ .nav-toggle{display:flex;} }

.mobile-nav-backdrop{display:none; position:fixed; inset:0; background:rgba(16,41,77,0.45); z-index:290;}
.mobile-nav-backdrop.open{display:block;}

.mobile-nav{position:fixed; top:0; right:0; height:100%; width:86%; max-width:340px; background:#fff;
  z-index:300; box-shadow:-10px 0 32px rgba(16,41,77,0.18); transform:translateX(100%);
  transition:transform .28s cubic-bezier(.16,.84,.44,1); overflow-y:auto; display:flex; flex-direction:column;}
.mobile-nav.open{transform:translateX(0);}
.mobile-nav-head{display:flex; align-items:center; justify-content:space-between; padding:16px 18px;
  border-bottom:1px solid var(--line);}
.mobile-nav-close{width:36px; height:36px; border-radius:8px; border:1.5px solid var(--line); background:#fff; cursor:pointer;
  display:flex; align-items:center; justify-content:center;}
.mobile-nav-close .icon{width:18px; height:18px; color:var(--navy);}
.mobile-nav-links{display:flex; flex-direction:column; gap:2px; padding:14px 18px 28px;}
.mobile-nav-links > a{font-weight:600; font-size:15px; color:var(--navy); padding:13px 4px; border-bottom:1px solid var(--line);}
.mobile-nav-links > a.active{color:var(--red);}
.mobile-nav-links .acc-item{border:none; border-radius:0; border-bottom:1px solid var(--line);}
.mobile-nav-links .acc-q{padding:13px 4px; font-family:inherit; font-weight:600; font-size:15px;}
.mobile-nav-sublinks{display:flex; flex-direction:column; gap:2px;}
.mobile-nav-sublinks a{font-size:14px; font-weight:500; color:var(--navy-soft); padding:9px 4px 9px 14px;}
.mobile-nav-sublinks a:hover{color:var(--blue);}
body.no-scroll{overflow:hidden;}
@media (min-width:1021px){ .mobile-nav, .mobile-nav-backdrop{display:none !important;} }
