/* Local Moving — static site styles
   Design tokens mirrored from the original React/Tailwind build. */

:root{
  --brand-red:#E11C09;
  --brand-orange:#FF9529;
  --brand-navy:#1037B6;
  --brand-cream:#F8F5F1;
  --brand-ink:#212529;

  --background:var(--brand-cream);
  --foreground:var(--brand-ink);
  --card:#ffffff;
  --muted:#efeae2;
  --muted-fg:#6c7075;
  --border:rgba(33,37,41,0.12);
  --primary:var(--brand-red);
  --primary-fg:#ffffff;
  --secondary:var(--brand-navy);
  --secondary-fg:#ffffff;
  --destructive:#dc2626;

  --radius:.75rem;
  --radius-lg:1rem;
  --radius-2xl:1.25rem;
  --shadow-card:0 4px 20px -4px rgba(33,37,41,.08),0 2px 6px -2px rgba(33,37,41,.06);
  --shadow-cta:0 10px 30px -8px rgba(225,28,9,.45);

  --font-display:"Plus Jakarta Sans","Inter",system-ui,sans-serif;
  --font-body:"Inter",system-ui,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,monospace;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-body);
  background:var(--background);
  color:var(--foreground);
  -webkit-font-smoothing:antialiased;
  line-height:1.5;
  padding-bottom:80px;
}
@media(min-width:768px){body{padding-bottom:0}}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em;margin:0}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
input,textarea{font:inherit}

/* Layout helpers */
.container{max-width:80rem;margin:0 auto;padding:0 1rem}
.container-sm{max-width:48rem;margin:0 auto;padding:0 1rem}
.container-md{max-width:64rem;margin:0 auto;padding:0 1rem}
.section{padding:4rem 1rem}
@media(min-width:768px){.section{padding:6rem 1rem}}
.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}

/* Icons */
.i{width:1em;height:1em;stroke-width:2;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:-.15em}
.i-16{width:16px;height:16px}
.i-18{width:18px;height:18px}
.i-20{width:20px;height:20px}
.i-22{width:22px;height:22px}

/* -------------------------------------------------- Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(248,245,241,.9);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--border);
}
.header-inner{max-width:80rem;margin:0 auto;padding:0 1rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.brand-logo{display:flex;align-items:center;flex-shrink:0}
.brand-logo img{height:44px;width:auto}
.nav-desktop{display:none;gap:1rem;align-items:center}
.nav-desktop a{font-size:13px;color:rgba(33,37,41,.55);transition:color .2s}
.nav-desktop a:hover{color:var(--foreground)}
.header-actions{display:flex;align-items:center;gap:.5rem}
@media(min-width:768px){.header-actions{gap:1.25rem}}
.header-phone{display:flex;align-items:center;gap:.35rem;font-weight:700;font-size:14px}
.header-phone .i{color:var(--primary)}
.header-phone:hover{color:var(--primary)}
.header-phone-desktop{display:none;font-size:16px;gap:.5rem}
.btn-menu{display:inline-flex;padding:.5rem;margin-right:-.5rem;background:none}
@media(min-width:1024px){
  .nav-desktop{display:flex}
  .header-phone-mobile{display:none}
  .header-phone-desktop{display:flex}
  .btn-menu{display:none}
}
.nav-mobile{display:none;border-top:1px solid var(--border);background:var(--background);padding:1rem}
.nav-mobile.open{display:grid;gap:.25rem}
.nav-mobile a{padding:.5rem 0;font-weight:500}
.nav-mobile a:hover{color:var(--primary)}
.nav-mobile .phone-link{margin-top:.5rem;color:var(--primary);display:inline-flex;align-items:center;gap:.5rem;font-weight:600}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:9999px;font-weight:600;transition:filter .2s, background .2s, transform .2s, color .2s}
.btn-primary{background:var(--primary);color:var(--primary-fg);box-shadow:var(--shadow-cta)}
.btn-primary:hover{filter:brightness(1.1)}
.btn-lg{padding:1rem 1.5rem;font-size:1.05rem}
.btn-outline-glass{background:rgba(248,245,241,.1);color:#fff;border:1px solid rgba(248,245,241,.25);backdrop-filter:blur(6px)}
.btn-outline-glass:hover{background:rgba(248,245,241,.2)}
.btn-outline-dark{border:2px solid var(--foreground);color:var(--foreground)}
.btn-outline-dark:hover{background:var(--foreground);color:var(--background)}
.btn-header{display:none}
@media(min-width:640px){.btn-header{display:inline-flex;padding:.75rem 1.25rem;font-size:1rem}}

/* -------------------------------------------------- Hero */
.hero{position:relative;overflow:hidden;isolation:isolate}
.hero-bg{position:absolute;inset:0;z-index:-1}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after,.hero-bg::before{content:"";position:absolute;inset:0}
.hero-bg::before{background:rgba(33,37,41,.85)}
.hero-bg::after{background:linear-gradient(to right,rgba(33,37,41,.9),transparent,rgba(33,37,41,.4))}
.hero-shape-a,.hero-shape-b{position:absolute;pointer-events:none;border-radius:3rem;display:none}
@media(min-width:768px){.hero-shape-a,.hero-shape-b{display:block}}
.hero-shape-a{top:-8rem;right:-10rem;width:420px;height:420px;background:rgba(16,55,182,.4);transform:rotate(12deg);filter:blur(2px)}
.hero-shape-b{top:33%;left:-10rem;width:300px;height:300px;background:rgba(225,28,9,.1);transform:rotate(45deg);filter:blur(1px)}
.hero-grid{position:relative;max-width:80rem;margin:0 auto;padding:3.5rem 1rem;display:grid;gap:2.5rem;align-items:center}
@media(min-width:1024px){.hero-grid{grid-template-columns:1.2fr 1fr;gap:4rem;padding:5rem 1.5rem 7rem}}
.hero-copy{color:var(--brand-cream)}
.hero-pill{display:inline-flex;align-items:center;gap:.5rem;background:rgba(248,245,241,.2);backdrop-filter:blur(6px);border:1px solid rgba(248,245,241,.3);border-radius:9999px;padding:.35rem 1rem;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}
.hero-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--primary);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
.hero h1{font-size:clamp(2.25rem,5vw,4.25rem);line-height:1.05;margin-bottom:1.5rem;max-width:22ch}
.hero h1 .accent{color:var(--primary)}
.hero-lede{font-size:1.15rem;max-width:54ch;margin-bottom:2rem;color:rgba(248,245,241,.95)}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem}
.hero-note{margin-top:1rem;font-size:14px;display:inline-flex;align-items:center;gap:.5rem;color:rgba(248,245,241,.9);font-weight:500}
.hero-note .i{color:var(--primary)}
.hero-trust{margin-top:3.5rem;display:inline-flex;flex-wrap:wrap;gap:.5rem 1.25rem;background:rgba(33,37,41,.7);backdrop-filter:blur(10px);border:1px solid rgba(248,245,241,.15);border-radius:1rem;padding:.75rem 1rem;font-size:14px;box-shadow:0 12px 40px rgba(0,0,0,.4)}
.hero-trust span{display:inline-flex;align-items:center;gap:.5rem;color:#fff}
.hero-trust .i{color:var(--primary)}

/* Quote form card */
.quote-card{background:var(--card);color:var(--foreground);border-radius:1rem;box-shadow:var(--shadow-card);border:1px solid var(--border);padding:1.5rem;scroll-margin-top:5rem}
@media(min-width:768px){.quote-card{padding:1.75rem}}
.quote-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}
.quote-eyebrow{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--primary)}
.quote-step{font-size:12px;color:var(--muted-fg)}
.quote-title{font-size:1.5rem;line-height:1.2;margin:.25rem 0 .75rem}
@media(min-width:768px){.quote-title{font-size:1.75rem}}
.quote-progress{display:flex;gap:.375rem;margin-bottom:1.25rem}
.quote-progress span{height:6px;flex:1;border-radius:9999px;background:var(--border)}
.quote-progress span.on{background:var(--primary)}
.quote-form{display:grid;gap:.75rem}
.field label{display:block}
.field .label{display:block;font-size:12px;font-weight:600;color:var(--muted-fg);margin-bottom:.375rem}
.field input,.field textarea{width:100%;background:var(--background);border:1px solid var(--border);border-radius:.5rem;padding:.75rem 1rem;font-size:14px;transition:border .15s, box-shadow .15s}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(225,28,9,.2)}
.field.error input,.field.error textarea{border-color:var(--destructive);box-shadow:0 0 0 3px rgba(220,38,38,.15)}
.field-error{margin-top:.375rem;font-size:12px;font-weight:500;color:var(--destructive)}
.form-btn{margin-top:.5rem;width:100%;padding:1rem;font-size:1.1rem}
.form-note{font-size:11px;text-align:center;color:var(--muted-fg)}
.agree{display:flex;align-items:flex-start;gap:.625rem;font-size:14px;cursor:pointer;color:rgba(33,37,41,.85)}
.agree input{margin-top:.25rem;accent-color:var(--primary)}
.agree a{color:var(--primary);font-weight:600;text-decoration:underline}
.form-actions{display:flex;flex-direction:column-reverse;gap:.5rem;margin-top:.5rem}
@media(min-width:640px){.form-actions{flex-direction:row}}
.btn-back{border:1px solid var(--border);border-radius:9999px;padding:1rem 1.25rem;font-weight:600}
.btn-back:hover{background:var(--muted)}
.quote-done{padding:2.5rem 0;text-align:center}
.quote-done-badge{width:56px;height:56px;border-radius:50%;background:rgba(225,28,9,.1);color:var(--primary);display:grid;place-items:center;margin:0 auto 1rem}
.quote-done h3{font-size:1.5rem;margin-bottom:.75rem}
.quote-done p{color:var(--muted-fg);max-width:22rem;margin:0 auto 1.5rem}

/* -------------------------------------------------- Trust strip */
.trust{background:linear-gradient(to bottom,var(--background),rgba(239,234,226,.3));border-bottom:1px solid var(--border)}
.trust-inner{max-width:72rem;margin:0 auto;padding:3.5rem 1rem}
@media(min-width:768px){.trust-inner{padding:5rem 1rem}}
.trust-eyebrow{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem}
.trust-eyebrow span.line{height:1px;width:2.5rem;background:var(--border)}
.trust-eyebrow p{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:var(--muted-fg);text-align:center}
.badge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border-radius:1rem;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-card)}
@media(min-width:640px){.badge-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.badge-grid{grid-template-columns:repeat(6,1fr)}}
.badge-cell{background:var(--card);display:flex;align-items:center;justify-content:center;padding:1.25rem;min-height:7rem;transition:background .2s}
.badge-cell:hover{background:rgba(239,234,226,.4)}
.badge-cell img{max-height:64px;max-width:100%;object-fit:contain}
@media(min-width:768px){.badge-cell{min-height:8rem;padding:1.5rem}.badge-cell img{max-height:80px}}

/* -------------------------------------------------- Agitation */
.section-head{text-align:center;max-width:48rem;margin:0 auto 3rem}
.section-head h2{font-size:clamp(1.75rem,4vw,2.8rem);margin-bottom:1rem}
.section-head p{color:var(--muted-fg);font-size:1.1rem}
.accent{color:var(--primary)}
.pain-grid{display:grid;gap:1rem;max-width:72rem;margin:0 auto}
@media(min-width:768px){.pain-grid{grid-template-columns:repeat(2,1fr)}}
.pain-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-card)}
@media(min-width:768px){.pain-card{padding:1.75rem}}
.pain-title{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}
.pain-title .i{color:var(--primary);margin-top:.25rem}
.pain-title h3{font-size:1.15rem}
.pain-fix{display:flex;gap:.75rem;padding-left:2.25rem;color:var(--muted-fg)}
.pain-fix .i{color:var(--secondary);margin-top:.25rem;flex-shrink:0}

/* -------------------------------------------------- Impact strip */
.impact{background:#26588d;color:#fff;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.impact-inner{max-width:80rem;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}
@media(min-width:768px){.impact-inner{flex-direction:row;padding:3.5rem 2.5rem}}
.impact-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 0}
@media(min-width:768px){.impact-item{padding:0 1.5rem;border-left:1px solid rgba(255,255,255,.15)}.impact-item:first-child{border-left:0;padding-left:0}}
@media(min-width:1024px){.impact-item{padding:0 2rem}}
.impact-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.15)}
@media(min-width:768px){.impact-item:not(:last-child){border-bottom:0}}
.impact-icon{width:44px;height:44px;border-radius:.5rem;background:rgba(255,255,255,.1);display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);flex-shrink:0}
/*.impact-icon .i{color:var(--primary)}*/
.impact-icon .i{color:#fff;}
.impact-val{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:#fff;line-height:1.1;white-space:nowrap}
.impact-lbl{font-size:14px;color:rgba(255,255,255,.6);white-space:nowrap;margin-top:.15rem;display:block}

/* -------------------------------------------------- Services */
.services{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.svc-grid{display:grid;gap:1rem}
@media(min-width:640px){.svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.svc-grid{grid-template-columns:repeat(3,1fr)}}
.svc-card{background:var(--background);border:1px solid var(--border);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s, border .2s, box-shadow .2s}
.svc-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-card)}
.svc-media{position:relative;aspect-ratio:16/10;background:var(--brand-ink);overflow:hidden}
.svc-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1);transition:transform .5s}
.svc-card:hover .svc-media img{transform:scale(1.05)}
.svc-media::before{content:"";position:absolute;inset:0;background:rgba(225,28,9,.35);mix-blend-mode:multiply;z-index:1}
.svc-media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(33,37,41,.55),rgba(33,37,41,.1),transparent);z-index:1}
.svc-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}
.svc-icon{width:44px;height:44px;border-radius:.75rem;background:rgba(16,55,182,.15);color:var(--secondary);display:grid;place-items:center;margin-bottom:.75rem;transition:background .2s, color .2s}
.svc-card:hover .svc-icon{background:var(--primary);color:var(--primary-fg)}
.svc-body h3{font-size:1.25rem;margin-bottom:.25rem}
.svc-short{font-size:14px;font-weight:600;color:rgba(33,37,41,.8);margin-bottom:.75rem}
.svc-long{font-size:14px;color:var(--muted-fg);line-height:1.6;flex:1;margin-bottom:1rem}
.svc-link{display:inline-flex;align-items:center;gap:.35rem;font-size:14px;font-weight:600;color:var(--primary)}

/* -------------------------------------------------- Process */
.process-head{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;margin-bottom:3rem}
@media(min-width:768px){.process-head{flex-direction:row;align-items:flex-end}}
.process-head h2{font-size:clamp(1.75rem,4vw,3rem);line-height:1.1;max-width:36rem}
.process-head p{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;font-size:13px;color:var(--muted-fg)}
@media(min-width:768px){.process-head p{text-align:right;max-width:16rem}}
.process-grid{position:relative;display:grid;gap:1.5rem}
@media(min-width:768px){.process-grid{grid-template-columns:repeat(4,1fr)}}
.process-line{display:none;position:absolute;top:2rem;left:12.5%;right:12.5%;height:2px;background:linear-gradient(to right,var(--primary),var(--secondary),var(--primary));opacity:.4}
@media(min-width:768px){.process-line{display:block}}
.process-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-card)}
.process-num{width:56px;height:56px;border-radius:50%;background:var(--primary);color:var(--primary-fg);display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:1.25rem;margin-bottom:1rem;box-shadow:var(--shadow-cta)}
.process-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}
.process-title .i{color:var(--secondary)}
.process-title h3{font-size:1.1rem}
.process-card p{font-size:14px;color:var(--muted-fg);line-height:1.6}

/* -------------------------------------------------- Why us */
.why{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.why-grid{max-width:80rem;margin:0 auto;display:grid;gap:2.5rem}
@media(min-width:1024px){.why-grid{grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:start}}
.why-intro{align-self:start}
@media(min-width:1024px){.why-intro{position:sticky;top:6rem}}
.eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}
.eyebrow .line{height:1px;width:2.5rem;background:var(--primary)}
.eyebrow span{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:var(--primary)}
.why-intro h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin-bottom:1.25rem}
.why-intro p{color:var(--muted-fg);font-size:1.1rem;max-width:28rem}
.why-list{display:grid;gap:1.5rem}
@media(min-width:768px){.why-list{gap:2rem}}
.why-item{position:relative;background:var(--background);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-card);display:flex;gap:1.25rem;transition:border .2s}
@media(min-width:768px){.why-item{padding:1.75rem}}
.why-item:hover{border-color:rgba(225,28,9,.4)}
.why-item-icon{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.why-item-icon .icon{width:48px;height:48px;border-radius:.75rem;background:rgba(225,28,9,.1);display:grid;place-items:center;color:var(--primary)}
.why-item-icon .num{margin-top:.5rem;font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;color:var(--muted-fg)}
.why-item h3{font-size:1.25rem;margin-bottom:.5rem}
.why-item p{color:var(--muted-fg);line-height:1.6}

/* -------------------------------------------------- Pricing */
.pricing{background:rgba(239,234,226,.4);border-top:1px solid rgba(33,37,41,.06)}
.tier-grid{display:grid;gap:1.25rem}
@media(min-width:640px){.tier-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.tier-grid{grid-template-columns:repeat(4,1fr)}}
.tier:hover {border:1px solid var(--primary);}
.tier{position:relative;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;box-shadow:var(--shadow-card)}
.tier.popular{border-color:var(--primary);box-shadow:var(--shadow-cta)}
.tier .badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary);color:var(--primary-fg);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;padding:.25rem .75rem;border-radius:9999px}
.tier-eyebrow{display:flex;align-items:center;gap:.5rem;color:var(--secondary);margin-bottom:.75rem}
.tier-eyebrow span{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:rgba(33,37,41,.6)}
.tier-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.25rem}
.tier-price .amount{font-family:var(--font-display);font-weight:800;font-size:2.25rem}
.tier-price .per{color:var(--muted-fg)}
.tier-desc{font-size:14px;color:var(--muted-fg);margin-bottom:1.5rem}
.tier-features{display:flex;flex-direction:column;gap:.5rem;font-size:14px;margin-bottom:1.5rem;flex:1}
.tier-features li{display:flex;gap:.5rem;align-items:flex-start}
.tier-features .i{color:var(--secondary);margin-top:.15rem;flex-shrink:0}
.tier-btn{padding:.75rem 1rem;font-size:14px;width:100%}

/* -------------------------------------------------- About */
.about{border-top:1px solid rgba(33,37,41,.06)}
.about-grid{max-width:80rem;margin:0 auto;display:grid;gap:2.5rem;align-items:center}
@media(min-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}
.about-media{position:relative}
.about-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1rem;box-shadow:var(--shadow-card);background:var(--muted)}
.about-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--primary);color:var(--primary-fg);padding:1.25rem;border-radius:1rem;max-width:240px;box-shadow:var(--shadow-cta);display:none}
@media(min-width:768px){.about-badge{display:block}}
.about-badge b{font-family:var(--font-display);font-weight:800;font-size:1.5rem;display:block;line-height:1}
.about-badge span{font-size:14px;margin-top:.25rem;display:block;opacity:.9}
.about-body h2{font-size:clamp(1.75rem,4vw,3rem);margin:.75rem 0 1.5rem}
.about-body p{color:var(--muted-fg);margin-bottom:1rem;line-height:1.7}
.about-body p.lead{font-size:1.1rem}
.about-ctas{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}

/* -------------------------------------------------- Testimonials */
.reviews{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.reviews-head{max-width:64rem;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}
@media(min-width:768px){.reviews-head{flex-direction:row;justify-content:space-between;align-items:flex-end}}
.reviews-head h2{font-size:clamp(1.75rem,4vw,3rem);line-height:1.1;max-width:36rem}
.reviews-head .meta{margin-top:.75rem;font-size:14px;color:var(--muted-fg)}
.reviews-head aside{color:var(--muted-fg);max-width:18rem}
@media(min-width:768px){.reviews-head aside{text-align:right}}
.review-grid{display:grid;gap:1.25rem}
@media(min-width:640px){.review-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.review-grid{grid-template-columns:repeat(3,1fr)}}
.review{margin:0;background:var(--background);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;box-shadow:var(--shadow-card);transition:transform .2s,box-shadow .2s}
.review:hover{transform:translateY(-4px);box-shadow:var(--shadow-cta)}
.review .stars{display:flex;gap:.15rem;color:var(--primary);margin-bottom:1rem}
.review .stars .i{fill:currentColor}
.review blockquote{font-size:15px;line-height:1.6;color:rgba(33,37,41,.9);flex:1;margin:0}
.review figcaption{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}
.review figcaption .name{font-weight:600;font-size:14px}
.review figcaption .where{font-size:12px;color:var(--muted-fg)}

/* -------------------------------------------------- FAQ */
.faq{background:rgba(239,234,226,.4);border-top:1px solid rgba(33,37,41,.06)}
.faq-head{text-align:center;margin-bottom:2rem}
.faq-head h2{font-size:clamp(1.75rem,4vw,3rem);margin-top:.75rem}
.faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}
details.qa{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1rem 1.25rem;box-shadow:var(--shadow-card)}
@media(min-width:768px){details.qa{padding:1rem 1.5rem}}
details.qa[open]{border-color:rgba(225,28,9,.4)}
details.qa summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;list-style:none;font-weight:600;font-size:1rem}
@media(min-width:768px){details.qa summary{font-size:1.1rem}}
details.qa summary::-webkit-details-marker{display:none}
details.qa summary .i{color:var(--primary);transition:transform .3s}
details.qa[open] summary .i{transform:rotate(180deg)}
details.qa p{margin-top:.75rem;color:var(--muted-fg);font-size:15px;line-height:1.6}

/* -------------------------------------------------- Closing CTA */
.closing{background:#26588d;color:#fff;position:relative;overflow:hidden;padding:4rem 1rem;text-align:center}
@media(min-width:768px){.closing{padding:6rem 1rem}}
.closing::before{content:"";position:absolute;top:-10rem;right:-8rem;width:420px;height:420px;background:rgba(225,28,9,.2);transform:rotate(12deg);border-radius:3rem;filter:blur(2px);pointer-events:none}
.closing-inner{position:relative;max-width:56rem;margin:0 auto}
.closing .tag{display:inline-block;background:var(--primary);color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;padding:.25rem .75rem;border-radius:9999px}
.closing h2{font-size:clamp(1.75rem,4vw,3rem);margin:1.25rem 0 1.25rem;color:var(--brand-cream)}
.closing p{font-size:1.1rem;max-width:36rem;margin:0 auto 2rem;color:rgba(248,245,241,.85)}
.closing-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}
.closing .btn-cream{background:var(--brand-cream);color:var(--foreground)}
.closing .btn-cream:hover{filter:brightness(.95)}
.closing .foot{margin-top:1.5rem;font-size:14px;color:rgba(248,245,241,.7)}

/* -------------------------------------------------- Footer */
.site-footer{background:var(--brand-ink);color:var(--brand-cream)}
.footer-grid{max-width:80rem;margin:0 auto;padding:4rem 1rem;display:grid;gap:2.5rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
.footer-brand{grid-column:auto}
@media(min-width:768px){.footer-brand{grid-column:span 1}}
.footer-brand .wordmark{font-family:var(--font-display);font-weight:800;font-size:1.75rem;letter-spacing:-.02em}
.footer-brand .wordmark .r{color:var(--primary)}
.footer-brand .wordmark .m{color:rgba(248,245,241,.95)}
.footer-brand p{font-size:14px;opacity:.7;max-width:22rem;margin:1rem 0 1.25rem}
.footer-phone{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:var(--primary)}
.footer-phone:hover{filter:brightness(1.25)}
.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}
.footer-social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(248,245,241,.2);display:grid;place-items:center;transition:background .2s,border .2s}
.footer-social a:hover{background:var(--primary);border-color:var(--primary)}
.footer-h4{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;opacity:.5}
.footer ul li{font-size:14px;margin-bottom:.625rem;opacity:.9}
.footer ul li a:hover{color:var(--primary)}
.footer-bar{border-top:1px solid rgba(248,245,241,.1)}
.footer-bar-inner{max-width:80rem;margin:0 auto;padding:1.25rem 1rem;font-size:12px;opacity:.5;text-align:center}
@media(min-width:768px){.footer-bar-inner{text-align:left}}

/* -------------------------------------------------- Mobile sticky bar */
.mobile-bar{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.5rem;position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--background);border-top:1px solid var(--border);box-shadow:0 -8px 24px -8px rgba(0,0,0,.15)}
@media(min-width:768px){.mobile-bar{display:none}}
.mobile-bar a{text-align:center;padding:.75rem;border-radius:9999px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}
.mobile-bar .call{background:var(--primary);color:var(--primary-fg)}
.mobile-bar .quote{background:var(--foreground);color:var(--background)}

/* Utility */
.hide-lt-sm{display:none}
@media(min-width:640px){.hide-lt-sm{display:inline-flex}}

/* Terms page */
.doc{max-width:48rem;margin:0 auto;padding:3rem 1rem}
.doc h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}
.doc>p.lead{color:var(--muted-fg);margin-bottom:2.5rem}
.doc section{margin-bottom:2rem}
.doc h2{font-size:1.5rem;margin-bottom:.75rem}
.doc a{color:var(--primary);font-weight:600}

/* Simple two-col contact page */
.contact-grid{display:grid;gap:2.5rem;max-width:72rem;margin:0 auto}
@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}
.contact-info h2{font-size:clamp(1.75rem,4vw,3rem);margin-bottom:1rem}
.contact-info p{color:var(--muted-fg);margin-bottom:1.5rem}
.contact-detail{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border:1px solid var(--border);border-radius:.75rem;margin-bottom:.75rem;background:var(--card)}
.contact-detail .i{color:var(--primary);margin-top:.25rem}
.contact-detail strong{display:block;margin-bottom:.15rem}
.contact-detail span{color:var(--muted-fg);font-size:14px}

div#quote input[type="checkbox"] {
    width: fit-content;
    margin-right: 10px;
}
.quote-done {
    padding: 2.5rem 0;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 15px;
}
.quote-card {
    position: relative;
}