:root{--red:#ed1c24;--red2:#bb0710;--black:#0b0b0d;--ink:#18181b;--muted:#66676d;--line:#e7e7e9;--soft:#f6f6f7;--white:#fff;--shadow:0 18px 55px rgba(10,10,12,.10);--shadow2:0 10px 28px rgba(10,10,12,.08);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 40px));margin:auto}.eyebrow{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--red)}.section{padding:92px 0}.section-title{font-size:clamp(2rem,4vw,3.6rem);line-height:.98;margin:8px 0 16px;letter-spacing:-.055em}.section-title em{color:var(--red);font-style:normal}.section-copy{max-width:660px;color:var(--muted);font-size:1.05rem;line-height:1.7}.btn{border:0;border-radius:14px;padding:14px 20px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s ease;white-space:nowrap}.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 22px rgba(237,28,36,.23)}.btn-primary:hover{transform:translateY(-2px);background:#d61018}.btn-secondary{background:#fff;color:#111;border:1px solid #d9d9dd}.btn-secondary:hover{border-color:#111;transform:translateY(-2px)}.btn-dark{background:#0c0c0f;color:#fff}.btn-sm{padding:10px 14px;border-radius:11px;font-size:.87rem}.icon{width:22px;height:22px;display:inline-grid;place-items:center}.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
/* header */
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover;box-shadow:0 8px 22px rgba(237,28,36,.18)}.brand span{font-size:1.1rem}.brand small{font-size:.7rem;color:#777}.nav-links{display:flex;align-items:center;gap:25px;margin-left:auto;font-weight:750;font-size:.92rem}.nav-links a{position:relative;padding:28px 0}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:3px;background:var(--red);border-radius:3px;transition:.2s}.nav-links a:hover:after,.nav-links a.active:after{right:0}.nav-actions{display:flex;gap:10px}.menu-btn{display:none;border:0;background:#111;color:#fff;border-radius:12px;width:44px;height:44px;font-size:1.35rem}
/* hero */
.hero{background:#fff;padding:18px 0 0}.hero-frame{position:relative;overflow:hidden;border-radius:0 0 32px 32px;box-shadow:var(--shadow);background:#eee;min-height:445px}.hero-frame img{display:block;width:100%;height:auto;min-height:445px;object-fit:cover;object-position:center}.hero-hotspots{position:absolute;left:4.5%;bottom:30px;display:flex;gap:12px;flex-wrap:wrap}.hero-hotspots .btn{box-shadow:0 12px 30px rgba(0,0,0,.22)}.hero-badge{position:absolute;right:24px;top:24px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);padding:10px 14px;border-radius:999px;font-weight:800;font-size:.84rem;box-shadow:var(--shadow2)}
/* valuation */
.valuation-wrap{position:relative;margin-top:-32px;z-index:5}.valuation-card{background:#fff;border:1px solid #eee;border-radius:22px;padding:25px;box-shadow:var(--shadow)}.valuation-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.valuation-head h2{font-size:1.35rem;margin:0}.valuation-head h2 span{color:var(--red)}.secure{color:#707178;font-size:.87rem}.form-grid{display:grid;grid-template-columns:1.25fr 1.25fr .8fr 1fr 1fr auto;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850;color:#73747a}.field input,.field select{height:50px;border:1px solid #dddde2;border-radius:12px;padding:0 13px;background:#fff;outline:none}.field input:focus,.field select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(237,28,36,.09)}.form-note{font-size:.78rem;color:#83848a;margin-top:12px}
/* stats */
.stats{padding:44px 0 20px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stat{display:flex;gap:16px;align-items:center;padding:28px 22px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat-icon{width:48px;height:48px;border-radius:16px;background:#fff1f2;color:var(--red);display:grid;place-items:center;font-size:1.55rem}.stat strong{display:block;font-size:1.55rem}.stat span{font-size:.82rem;color:var(--muted);line-height:1.45}
/* benefit */
.why{background:linear-gradient(180deg,#fff,#fafafa)}.why-layout{display:grid;grid-template-columns:.78fr 2.22fr;gap:34px;align-items:stretch}.why-intro{padding:12px;align-self:center}.why-intro .section-copy{max-width:31rem;margin-bottom:22px}.why-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;align-items:stretch}.benefit{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px 20px;transition:.2s;box-shadow:0 8px 18px rgba(0,0,0,.025);display:flex;flex-direction:column;min-height:230px}.benefit:hover{transform:translateY(-6px);box-shadow:var(--shadow2);border-color:#ffd4d6}.benefit .circle{width:52px;height:52px;border-radius:17px;background:#fff0f1;color:var(--red);display:grid;place-items:center;font-size:1.55rem;margin-bottom:20px}.benefit h3{font-size:1.04rem;line-height:1.25;margin:0 0 11px}.benefit p{font-size:.88rem;line-height:1.55;color:var(--muted);margin:0;max-width:18rem}
/* process */
.process-panel{border-radius:28px;background:#0a0a0d;color:#fff;padding:42px;position:relative;overflow:hidden}.process-panel:after{content:"";position:absolute;width:320px;height:320px;border:70px solid rgba(237,28,36,.13);border-radius:50%;right:-135px;top:-125px}.process-grid{display:grid;grid-template-columns:.78fr repeat(4,1fr);gap:24px;position:relative;z-index:2;align-items:start}.process-intro h2{font-size:2.2rem;line-height:.98;margin:8px 0 0}.step{padding:8px;position:relative}.step:not(:last-child):before{content:"";position:absolute;top:28px;left:50px;right:-25px;height:1px;background:linear-gradient(90deg,rgba(237,28,36,.72),rgba(255,255,255,.16));z-index:-1}.step-num{width:42px;height:42px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-weight:900;margin-bottom:20px;box-shadow:0 0 0 7px rgba(237,28,36,.09)}.step h3{font-size:1rem;line-height:1.25;margin:0 0 10px}.step p{font-size:.84rem;color:#bdbdc2;line-height:1.5;margin:0;max-width:15rem}
/* inventory */
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:30px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:999px;font-weight:800;color:#555}.filter-btn.active{background:#111;color:#fff;border-color:#111}.car-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.car-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 9px 22px rgba(0,0,0,.035);transition:.22s;position:relative}.car-card:hover{transform:translateY(-7px);box-shadow:var(--shadow2)}.car-img{aspect-ratio:16/10;background:#f1f1f1;overflow:hidden}.car-img img{width:100%;height:100%;object-fit:cover;transition:.35s}.car-card:hover img{transform:scale(1.04)}.tag{position:absolute;left:13px;top:13px;background:var(--red);color:#fff;border-radius:8px;padding:7px 10px;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.car-body{padding:17px}.car-body h3{font-size:1rem;margin:0 0 7px}.meta{font-size:.78rem;color:var(--muted)}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.price{font-size:1.25rem;font-weight:950;color:var(--red)}.card-link{width:37px;height:37px;border-radius:50%;border:1px solid #ddd;display:grid;place-items:center;background:#fff}.extra-car{display:none}.extra-car.show{display:block}
/* sold */
.sold-section{background:#f6f6f7}.sold-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sold-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid #e8e8eb;display:grid;grid-template-columns:44% 56%;min-height:230px;transition:.2s}.sold-card:hover{transform:translateY(-5px);box-shadow:var(--shadow2)}.sold-card img{width:100%;height:100%;object-fit:cover}.sold-content{padding:22px;display:flex;flex-direction:column}.sold-content h3{margin:4px 0 5px}.sold-pill{align-self:flex-start;background:#111;color:#fff;padding:6px 9px;border-radius:8px;font-size:.68rem;font-weight:900}.uplift{margin-top:auto;border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;font-size:.78rem;color:#666}.uplift b{color:var(--red);font-size:1.05rem}
/* editorial */
.editorial{display:grid;grid-template-columns:1fr 1fr;gap:18px}.editorial-card{height:390px;border-radius:26px;overflow:hidden;position:relative;background:#111;cursor:pointer}.editorial-card img{width:100%;height:100%;object-fit:cover;transition:.4s}.editorial-card:hover img{transform:scale(1.035)}.editorial-overlay{position:absolute;inset:auto 0 0;padding:70px 24px 24px;background:linear-gradient(transparent,rgba(0,0,0,.88));color:#fff}.editorial-overlay span{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#ffb5b8;font-weight:900}.editorial-overlay h3{font-size:1.45rem;margin:6px 0 0}
/* testimonials/faq */
.split{display:grid;grid-template-columns:1.25fr .75fr;gap:26px}.testimonial-shell,.faq-shell{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}.quote{display:none}.quote.active{display:block}.stars{color:var(--red);letter-spacing:.15em}.quote p{font-size:1.15rem;line-height:1.7;color:#35363a}.person{display:flex;align-items:center;gap:13px;margin-top:20px}.person img{width:52px;height:52px;border-radius:50%;object-fit:cover}.dots{display:flex;gap:7px;margin-top:24px}.dot{width:9px;height:9px;border:0;border-radius:50%;background:#ccc}.dot.active{background:var(--red);width:25px;border-radius:10px}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;display:flex;justify-content:space-between;gap:12px;padding:16px 0;border:0;background:transparent;text-align:left;font-weight:800}.faq-q i{font-style:normal;color:var(--red);font-size:1.2rem}.faq-a{max-height:0;overflow:hidden;color:var(--muted);font-size:.9rem;line-height:1.6;transition:max-height .25s}.faq-item.open .faq-a{max-height:180px;padding-bottom:16px}.faq-item.open .faq-q i{transform:rotate(45deg)}
/* CTA/footer */
.final-cta{padding:26px 0 0}.cta-box{border-radius:30px;overflow:hidden;position:relative;min-height:330px;background:#0b0b0e;color:#fff;display:grid;grid-template-columns:1fr 1.05fr}.cta-copy{padding:54px;position:relative;z-index:3}.cta-copy h2{font-size:clamp(2.2rem,4vw,4rem);line-height:.95;letter-spacing:-.05em;margin:10px 0 18px}.cta-copy h2 em{color:var(--red);font-style:normal}.cta-photo{position:relative;overflow:hidden}.cta-photo img{width:100%;height:100%;object-fit:cover}.cta-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b0b0e 0%,transparent 42%)}footer{padding:55px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px;border-top:1px solid var(--line);padding-top:42px}.footer-brand{display:flex;gap:15px;align-items:flex-start}.footer-brand img{width:70px;height:70px;border-radius:50%}.footer-grid h4{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.footer-grid p,.footer-grid a{display:block;color:#6b6c71;font-size:.85rem;line-height:1.9}.copyright{display:flex;justify-content:space-between;color:#939399;font-size:.76rem;padding-top:35px}.floating-wa{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;border-radius:50%;border:0;background:#25d366;color:#fff;box-shadow:0 12px 28px rgba(37,211,102,.35);font-size:1.5rem}
/* modals */
.modal{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:100;display:none;place-items:center;padding:20px;backdrop-filter:blur(7px)}.modal.open{display:grid}.modal-card{width:min(680px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 28px 90px rgba(0,0,0,.3);position:relative}.modal-close{position:absolute;right:16px;top:16px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;box-shadow:var(--shadow2);font-size:1.2rem;z-index:4}.modal-cover{height:265px;overflow:hidden}.modal-cover img{width:100%;height:100%;object-fit:cover}.modal-body{padding:30px}.modal-body h2{font-size:2rem;margin:0 0 10px}.modal-body .form-grid{grid-template-columns:1fr 1fr}.modal-actions{display:flex;gap:10px;margin-top:22px}.success-check{width:80px;height:80px;border-radius:50%;background:#e9fff1;color:#0d9d48;display:grid;place-items:center;font-size:2.2rem;margin:auto}.login-panel{padding:45px}.login-panel .field{margin-bottom:15px}.prototype-chip{position:fixed;left:18px;bottom:18px;z-index:55;background:#111;color:#fff;border-radius:999px;padding:9px 13px;font-size:.72rem;font-weight:800;box-shadow:var(--shadow2)}
@media(max-width:1000px){.nav-links{display:none;position:absolute;left:20px;right:20px;top:72px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.nav-links.open{display:flex}.nav-links a{padding:14px}.nav-links a:after{display:none}.menu-btn{display:block}.nav-actions .btn-secondary{display:none}.form-grid{grid-template-columns:repeat(2,1fr)}.form-grid .btn{grid-column:1/-1}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.why-layout{grid-template-columns:1fr}.why-cards{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr 1fr}.process-grid>div:first-child{grid-column:1/-1}.step:nth-child(3):before{display:none}.car-grid{grid-template-columns:repeat(2,1fr)}.sold-grid{grid-template-columns:1fr}.split{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta-box{grid-template-columns:1fr}.cta-photo{min-height:250px}}
@media(max-width:650px){.container{width:min(100% - 24px,1180px)}.nav{height:66px}.brand span{display:none}.brand img{width:46px;height:46px}.nav-actions .btn-primary{display:none}.hero{padding-top:8px}.hero-frame{border-radius:0 0 20px 20px;min-height:365px}.hero-frame img{height:365px;min-height:365px;object-position:58% center}.hero-badge{display:none}.hero-hotspots{left:14px;right:14px;bottom:14px}.hero-hotspots .btn{padding:11px 14px;font-size:.8rem}.valuation-wrap{margin-top:15px}.valuation-card{padding:18px}.valuation-head{display:block}.secure{display:block;margin-top:7px}.form-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.stat:last-child{border-bottom:0}.section{padding:68px 0}.why-cards{grid-template-columns:1fr}.process-panel{padding:28px 22px}.process-grid{grid-template-columns:1fr}.process-grid>div:first-child{grid-column:auto}.step:before{display:none}.benefit{min-height:0}.section-head{display:block}.filters{margin-top:18px}.car-grid{grid-template-columns:1fr}.sold-card{grid-template-columns:1fr}.sold-card img{height:210px}.editorial{grid-template-columns:1fr}.editorial-card{height:340px}.testimonial-shell,.faq-shell{padding:22px}.cta-copy{padding:38px 25px}.footer-grid{grid-template-columns:1fr}.copyright{display:block;line-height:2}.modal-body .form-grid{grid-template-columns:1fr}.prototype-chip{display:none}}

/* Revised static-image and collaboration refinements */
img{max-width:100%;}
.hero-frame{aspect-ratio:16/9;min-height:0;height:auto;}
.hero-frame img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center;}
.major-banner{width:100%;aspect-ratio:16/9;border-radius:24px;overflow:hidden;box-shadow:var(--shadow2);margin:22px 0 30px;background:#f2f2f3;}
.major-banner img,.testimonial-banner img,.footer-sports-strip img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.why-banner{grid-column:1/-1;margin-top:8px;}
.inventory-banner{margin-top:0;}
.sold-banner{margin-top:0;}
.testimonial-banner{aspect-ratio:16/9;border-radius:18px;overflow:hidden;margin:6px 0 22px;background:#f2f2f3;}
.footer-sports-strip{aspect-ratio:21/9;border-radius:26px;overflow:hidden;box-shadow:var(--shadow2);margin-bottom:42px;background:#111;}
.story-portrait{width:100%;max-height:420px;object-fit:contain;border-radius:18px;background:#f7f7f8;}
.about-cover img{object-position:center;}
.collab-intro{margin:-2px 0 18px;}
.collab-main-btn{margin-bottom:24px;}
.field textarea{min-height:120px;border:1px solid #dddde2;border-radius:12px;padding:13px;background:#fff;outline:none;resize:vertical;}
.field textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(237,28,36,.09);}
.field.full{grid-column:1/-1;}
.nav-links{gap:20px;font-size:.89rem;}
.car-img img,.sold-card img,.editorial-card img,.cta-photo img,.modal-cover img{object-fit:cover;object-position:center;}
.modal-cover{aspect-ratio:16/9;height:auto;min-height:260px;}
.modal-cover img{width:100%;height:100%;}
@media(max-width:650px){
 .hero-frame{aspect-ratio:4/3;min-height:0;height:auto;}
 .hero-frame img{height:100%;min-height:0;object-position:60% center;}
 .major-banner{aspect-ratio:4/3;border-radius:18px;}
 .footer-sports-strip{aspect-ratio:16/9;border-radius:20px;}
 .modal-cover{aspect-ratio:16/9;min-height:0;}
}

/* ===== HerCar amendment round: clearer positioning, listing facts and Google reviews ===== */
.brand{gap:0}
.brand img{display:none!important}
.brand-wordmark,.footer-wordmark{
  display:inline-flex!important;align-items:baseline;gap:0;
  font-weight:950;font-style:italic;letter-spacing:-.075em;line-height:1;
}
.brand-wordmark{font-size:1.9rem}
.footer-wordmark{font-size:2rem;min-width:112px;margin-top:4px}
.brand-her{color:#0b0b0d}
.brand-car{color:var(--red)}
.brand-wordmark .brand-her,.brand-wordmark .brand-car,.footer-wordmark .brand-her,.footer-wordmark .brand-car{font-size:inherit!important;display:inline!important}
.brand-wordmark .brand-car,.footer-wordmark .brand-car{margin-left:.01em}

.hero-frame{isolation:isolate}
.hero-frame:after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 29%,rgba(255,255,255,.45) 47%,rgba(255,255,255,0) 66%);
}
.hero-copy{
  position:absolute;z-index:2;left:5.4%;top:50%;transform:translateY(-50%);
  width:min(510px,44%);padding:8px 0;
}
.hero-kicker{
  display:inline-flex;align-items:center;gap:9px;
  color:var(--red);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;
  margin-bottom:14px;
}
.hero-kicker:before{content:"";width:30px;height:3px;border-radius:3px;background:var(--red)}
.hero-copy h1{
  font-size:clamp(2.4rem,4.55vw,4.85rem);line-height:.94;letter-spacing:-.06em;
  max-width:520px;margin:0 0 18px;
}
.hero-copy h1 span{color:var(--red)}
.hero-copy p{max-width:480px;margin:0 0 24px;color:#4f5056;font-size:1.02rem;line-height:1.65}
.hero-copy-actions{display:flex;gap:11px;flex-wrap:wrap}

.purpose-banner{position:relative;isolation:isolate}
.purpose-banner:after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 37%,rgba(255,255,255,.38) 56%,rgba(255,255,255,0) 72%);
}
.purpose-copy{
  position:absolute;z-index:2;left:5.5%;top:50%;transform:translateY(-50%);
  width:min(480px,42%);
}
.purpose-copy h3{font-size:clamp(2rem,3.3vw,3.55rem);line-height:.98;letter-spacing:-.05em;margin:12px 0 16px}
.purpose-copy p{font-size:1rem;line-height:1.7;color:#57585e;margin:0 0 23px}
.purpose-actions{display:flex;gap:10px;flex-wrap:wrap}

.listing-facts{
  display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:15px 0 2px;
}
.listing-fact{
  border:1px solid #ececef;background:#fafafb;border-radius:12px;padding:10px 11px;min-width:0;
}
.listing-fact span,.price-label,.modal-listing-facts span{
  display:block;color:#77787e;font-size:.64rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;
}
.listing-fact strong{display:block;margin-top:4px;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.price-block{display:flex;flex-direction:column;gap:2px}
.price-label{font-size:.62rem}
.modal-listing-facts{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:17px 0 20px;
}
.modal-listing-facts>div{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fafafa}
.modal-listing-facts strong{display:block;font-size:1rem;margin-top:5px}

.google-review-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.google-brand{display:flex;align-items:center;gap:13px}
.google-brand h2{font-size:2rem;margin:1px 0 0}
.google-brand>div>span{display:block;color:#65666d;font-size:.7rem;font-weight:900;letter-spacing:.15em}
.google-g{
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;
  background:#fff;border:1px solid var(--line);box-shadow:0 7px 18px rgba(0,0,0,.07);
  font-size:1.55rem;font-weight:950;color:#4285f4;
}
.google-sync{
  display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 10px;
  background:#edf9f1;color:#12813b;font-size:.7rem;font-weight:850;white-space:nowrap;
}
.google-summary{
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;
  border:1px solid var(--line);border-radius:16px;padding:14px 15px;background:#fafafa;margin-bottom:18px;
}
.google-rating{min-width:115px}
.google-rating strong{display:block;font-size:.82rem}
.google-rating span{display:block;color:#fbbc04;letter-spacing:.08em;margin-top:3px}
.google-summary p{margin:0;color:#66676d;font-size:.78rem;line-height:1.45}
.google-prototype-note{
  border-left:3px solid var(--red);background:#fff5f6;border-radius:0 10px 10px 0;
  padding:10px 12px;margin:0 0 18px;color:#6c5a5d;font-size:.73rem;line-height:1.5;
}

.footer-sports-strip{position:relative;isolation:isolate}
.footer-sports-strip:after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,0) 36%,rgba(255,255,255,.55) 55%,rgba(255,255,255,.98) 72%);
}
.footer-banner-copy{
  position:absolute;z-index:2;right:5%;top:50%;transform:translateY(-50%);
  width:min(440px,38%);color:#111;
}
.footer-banner-copy h3{font-size:clamp(1.8rem,3vw,3.2rem);line-height:.98;letter-spacing:-.045em;margin:12px 0 14px}
.footer-banner-copy p{font-size:.92rem;line-height:1.65;color:#5d5e64;margin:0 0 20px}
.footer-banner-actions{display:flex;gap:10px;flex-wrap:wrap}
.footer-brand{align-items:center}
.footer-brand p{margin-top:7px}

@media(max-width:900px){
  .hero-copy{width:50%;left:4%}
  .hero-copy h1{font-size:clamp(2rem,5vw,3.8rem)}
  .purpose-copy{width:48%;left:4%}
  .google-summary{grid-template-columns:1fr}
  .footer-banner-copy{width:44%;right:4%}
}
@media(max-width:650px){
  .brand-wordmark{font-size:1.58rem}
  .hero-frame{aspect-ratio:4/5;min-height:600px}
  .hero-frame img{object-position:67% center}
  .hero-frame:after{
    background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 37%,rgba(255,255,255,.18) 62%,rgba(255,255,255,0) 78%);
  }
  .hero-copy{left:18px;right:18px;top:24px;transform:none;width:auto;padding:0}
  .hero-copy h1{font-size:2.55rem;max-width:460px}
  .hero-copy p{font-size:.9rem;max-width:430px}
  .hero-copy-actions .btn{padding:11px 14px;font-size:.82rem}
  .purpose-banner{aspect-ratio:4/5}
  .purpose-banner img{object-position:68% center}
  .purpose-banner:after{
    background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 44%,rgba(255,255,255,.12) 72%);
  }
  .purpose-copy{left:18px;right:18px;top:22px;transform:none;width:auto}
  .purpose-copy h3{font-size:2.25rem}
  .purpose-copy p{font-size:.88rem}
  .listing-facts{grid-template-columns:1fr 1fr}
  .google-review-top{align-items:flex-start}
  .google-sync{font-size:.61rem}
  .google-brand h2{font-size:1.55rem}
  .google-summary .btn{width:100%}
  .footer-sports-strip{aspect-ratio:4/5}
  .footer-sports-strip img{object-position:31% center}
  .footer-sports-strip:after{
    background:linear-gradient(180deg,rgba(255,255,255,0) 35%,rgba(255,255,255,.62) 56%,rgba(255,255,255,.98) 72%);
  }
  .footer-banner-copy{left:18px;right:18px;top:auto;bottom:22px;transform:none;width:auto}
  .footer-banner-copy h3{font-size:2rem}
  .footer-banner-copy p{font-size:.84rem}
}

/* Final responsive form and mobile wordmark fixes */
.valuation-form{
  grid-template-columns:1.05fr 1.05fr 1fr .85fr .85fr 160px;
}
.valuation-form .field{min-width:0}
.valuation-form input,.valuation-form select{width:100%;min-width:0}
@media(max-width:1000px){
  .valuation-form{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .brand-wordmark,.brand-wordmark span{display:inline-flex!important}
  .brand-wordmark span{display:inline!important}
  .valuation-form{grid-template-columns:1fr}
}
/* Functional production additions; no approved layout changes. */
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.form-status{grid-column:1/-1;font-size:.88rem;margin-top:4px}
.form-status.error{color:#b91c1c}
.form-status.success{color:#166534}
.btn[disabled]{opacity:.65;cursor:not-allowed}

/* HerCar staging patch v2: functional corrections only; approved layout preserved. */
.vehicle-modal-card{width:min(760px,100%)}
.vehicle-gallery{background:#f4f4f5}
.vehicle-gallery-main{position:relative}
.vehicle-gallery-main img{object-fit:contain;background:#f4f4f5}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(0,0,0,.16);font-size:2rem;line-height:1;display:grid;place-items:center;z-index:3}
.gallery-prev{left:14px}.gallery-next{right:14px}
.gallery-counter{position:absolute;right:14px;bottom:12px;background:rgba(10,10,12,.78);color:#fff;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:850;z-index:3}
.gallery-thumbs{display:flex;gap:9px;overflow-x:auto;padding:10px 12px 12px;background:#fff;border-bottom:1px solid var(--line)}
.gallery-thumb{flex:0 0 78px;height:54px;padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:#eee}
.gallery-thumb.active{border-color:var(--red)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.footer-brand{align-items:flex-start!important}
.footer-wordmark{margin-top:0!important;line-height:1!important;flex:0 0 auto}
.footer-brand>div:last-child{padding-top:0;max-width:230px}
.footer-brand>div:last-child b{display:block;line-height:1.2;margin:0 0 4px}
.footer-brand>div:last-child p{margin:0}
@media(min-width:1001px){.footer-grid{grid-template-columns:1.7fr 1fr 1fr 1.15fr}.footer-brand{gap:14px}}
@media(max-width:650px){.gallery-thumb{flex-basis:68px;height:48px}.gallery-nav{width:38px;height:38px}}


/* HerCar staging patch v31 — larger public header wordmark */
.site-header .nav{height:82px;gap:18px}
.site-header .brand{flex:0 0 auto;line-height:1}
.site-header .brand-wordmark{
  font-size:2.7rem!important;
  line-height:.9!important;
  letter-spacing:-.085em!important;
}
.site-header .brand-wordmark .brand-her,
.site-header .brand-wordmark .brand-car{
  font-size:inherit!important;
  line-height:inherit!important;
}
.site-header .nav-links{gap:18px}
@media(max-width:1000px){
  .site-header .nav{height:76px}
  .site-header .brand-wordmark{font-size:2.35rem!important}
}
@media(max-width:650px){
  .site-header .nav{height:72px}
  .site-header .brand-wordmark{font-size:2.15rem!important}
}

/* HerCar staging patch v32 — preserve brand title casing inside uppercase labels */
.brand-case{
  text-transform:none !important;
}


/* HerCar staging patch v33 — vehicle video discovery on inventory cards. */
.car-card{
  display:flex;
  flex-direction:column;
  cursor:pointer;
}
.car-card .car-body{
  display:flex;
  flex:1;
  flex-direction:column;
}
.car-card .price-row{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  align-items:stretch;
  margin-top:auto;
  padding-top:16px;
}
.card-video-cta,
.card-details-cta{
  width:100%;
  min-height:43px;
  border-radius:12px;
  padding:10px 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-family:inherit;
  font-size:.75rem;
  font-weight:950;
  line-height:1.15;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.card-video-cta{
  border:1px solid var(--red);
  background:var(--red);
  color:#fff;
  box-shadow:0 10px 22px rgba(237,28,36,.22);
}
.card-video-cta:hover,
.card-video-cta:focus-visible{
  transform:translateY(-2px);
  background:#d9141c;
  border-color:#d9141c;
  box-shadow:0 14px 28px rgba(237,28,36,.30);
}
.card-video-cta-icon{
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  flex:0 0 22px;
  border-radius:50%;
  background:#fff;
  color:var(--red);
  padding-left:1px;
  font-size:.58rem;
}
.card-details-cta{
  border:1px solid #dedee2;
  background:#fff;
  color:#111114;
  box-shadow:0 8px 18px rgba(10,10,12,.05);
}
.card-details-cta:hover,
.card-details-cta:focus-visible{
  transform:translateY(-2px);
  border-color:#111114;
  box-shadow:0 12px 24px rgba(10,10,12,.10);
}
.card-video-cta:focus-visible,
.card-details-cta:focus-visible{
  outline:3px solid rgba(237,28,36,.22);
  outline-offset:2px;
}
@media(max-width:650px){
  .card-video-cta,.card-details-cta{min-height:48px;font-size:.82rem}
}
@media(prefers-reduced-motion:reduce){
  .card-video-cta,.card-details-cta{transition:none}
}


/* HerCar staging patch v34 — reliable embedded-video loading states. */
.vehicle-video-frame,
.site-video-frame-wrap{
  position:relative;
}
.video-load-status{
  position:absolute;
  inset:0;
  z-index:6;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:24px;
  background:#08080b;
  color:#fff;
  text-align:center;
}
.video-load-status[hidden]{display:none!important}
.video-load-status strong{font-size:1rem;line-height:1.2}
.video-load-status small{color:rgba(255,255,255,.68);font-size:.78rem;line-height:1.4}
.video-load-spinner{
  width:34px;
  height:34px;
  border:3px solid rgba(255,255,255,.2);
  border-top-color:#ef1b24;
  border-radius:50%;
  animation:hercar-video-spin .8s linear infinite;
}
.video-load-retry{
  display:none;
  margin-top:5px;
  border:0;
  border-radius:999px;
  background:#ef1b24;
  color:#fff;
  padding:10px 17px;
  font:inherit;
  font-size:.78rem;
  font-weight:850;
  cursor:pointer;
}
.video-load-failed .video-load-spinner{display:none}
.video-load-failed .video-load-retry{display:inline-flex}
@keyframes hercar-video-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.video-load-spinner{animation:none}}


/* Patch v35: sold-case customer story video flow */
.sold-card.has-customer-story{grid-template-rows:minmax(0,1fr) auto;cursor:pointer}
.sold-card.has-customer-story>img,.sold-card.has-customer-story>.sold-content{grid-row:1}
.sold-video-cta{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:9px;min-height:44px;margin:0 14px 14px;padding:11px 14px;border:0;border-radius:12px;background:#111216;color:#fff;font:inherit;font-size:.79rem;font-weight:900;line-height:1.1;cursor:pointer;box-shadow:0 9px 20px rgba(17,18,22,.16);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.sold-video-cta:hover{transform:translateY(-2px);background:#000;box-shadow:0 13px 26px rgba(17,18,22,.23)}
.sold-video-cta:focus-visible{outline:3px solid rgba(239,27,36,.28);outline-offset:2px}
.sold-video-cta>span:first-child{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;border-radius:50%;background:#fff;color:#111216;font-size:.62rem;padding-left:1px}
.sold-case-modal-card{overflow:auto}
.sold-story-video-panel{border-radius:0;background:#09090b}
.sold-case-summary{margin:4px 0 14px;color:#696b72;font-size:.91rem;line-height:1.55}
.sold-case-result{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:14px 16px;border:1px solid var(--line);border-radius:15px;background:#fafafb}
.sold-case-result span{color:#666970;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.sold-case-result strong{color:var(--red);font-size:1.05rem;text-align:right}
@media(max-width:650px){.sold-video-cta{margin:0 14px 14px;min-height:48px;font-size:.84rem}.sold-case-result{align-items:flex-start;flex-direction:column;gap:5px}.sold-case-result strong{text-align:left}.sold-story-video-panel .vehicle-video-head strong{font-size:1.06rem}}

/* HerCar staging patch v36 — align Real Outcomes cards with Cars for Sale cards. */
.sold-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}
.sold-card,
.sold-card.has-customer-story{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 9px 22px rgba(0,0,0,.035);
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease;
}
.sold-card:hover,
.sold-card.has-customer-story:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow2);
}
.sold-card>img,
.sold-card.has-customer-story>img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  flex:0 0 auto;
  grid-row:auto;
  object-fit:cover;
  transition:transform .35s ease;
}
.sold-card:hover>img,
.sold-card.has-customer-story:hover>img{
  transform:scale(1.04);
}
.sold-content,
.sold-card.has-customer-story>.sold-content{
  display:flex;
  flex:1;
  flex-direction:column;
  grid-row:auto;
  min-width:0;
  padding:17px;
}
.sold-content h3{
  margin:7px 0 7px;
  font-size:1rem;
  line-height:1.25;
}
.sold-content .meta{
  min-height:2.35em;
  line-height:1.5;
}
.sold-pill{
  padding:7px 10px;
  border-radius:8px;
  font-size:.7rem;
  letter-spacing:.04em;
}
.uplift{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid var(--line);
}
.uplift span{
  max-width:46%;
  line-height:1.35;
}
.uplift b{
  max-width:54%;
  font-size:1.05rem;
  line-height:1.25;
  text-align:right;
}
.sold-video-cta{
  grid-column:auto;
  width:calc(100% - 28px);
  min-height:43px;
  margin:0 14px 14px;
  padding:10px 13px;
  border:1px solid var(--red);
  border-radius:12px;
  background:var(--red);
  color:#fff;
  box-shadow:0 10px 22px rgba(237,28,36,.22);
  font-size:.75rem;
  font-weight:950;
  line-height:1.15;
}
.sold-video-cta:hover,
.sold-video-cta:focus-visible{
  transform:translateY(-2px);
  border-color:#d9141c;
  background:#d9141c;
  box-shadow:0 14px 28px rgba(237,28,36,.30);
}
.sold-video-cta:focus-visible{
  outline:3px solid rgba(237,28,36,.22);
  outline-offset:2px;
}
.sold-video-cta>span:first-child{
  width:22px;
  height:22px;
  flex:0 0 22px;
  background:#fff;
  color:var(--red);
  font-size:.58rem;
}
@media(max-width:1000px){
  .sold-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .sold-grid{grid-template-columns:1fr;gap:18px}
  .sold-card,
  .sold-card.has-customer-story{border-radius:20px}
  .sold-card>img,
  .sold-card.has-customer-story>img{
    width:100%;
    height:auto!important;
    aspect-ratio:16/10;
  }
  .sold-content,
  .sold-card.has-customer-story>.sold-content{padding:20px 20px 18px}
  .sold-content h3{font-size:1.25rem;margin-top:9px}
  .sold-content .meta{min-height:0;font-size:.9rem}
  .sold-pill{font-size:.75rem;padding:8px 12px}
  .uplift{margin-top:22px;padding-top:18px;font-size:.86rem}
  .uplift b{font-size:1.12rem}
  .sold-video-cta{
    width:calc(100% - 40px);
    min-height:58px;
    margin:0 20px 20px;
    border-radius:14px;
    font-size:.95rem;
  }
  .sold-video-cta>span:first-child{
    width:28px;
    height:28px;
    flex-basis:28px;
    font-size:.68rem;
  }
}
@media(prefers-reduced-motion:reduce){
  .sold-card,
  .sold-card>img,
  .sold-video-cta{transition:none}
}

/* HerCar staging patch v37 — progressive reveal for inventory and outcomes. */
.progressive-grid:not(.progressive-ready)>.car-card:nth-child(n+5),
.progressive-grid:not(.progressive-ready)>.sold-card:nth-child(n+5){
  display:none;
}
.progressive-card-hidden{
  display:none!important;
}
.progressive-controls{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:30px;
  text-align:center;
}
.progressive-status{
  margin:0;
  color:#777a82;
  font-size:.82rem;
  font-weight:750;
  letter-spacing:.01em;
}
.progressive-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.progressive-actions .btn{
  min-width:190px;
  justify-content:center;
}
.progressive-actions .progressive-more{
  box-shadow:0 11px 24px rgba(237,28,36,.18);
}
.progressive-actions .progressive-fewer{
  background:#fff;
}
.progressive-actions [hidden]{
  display:none!important;
}
.progressive-card-enter{
  animation:hercar-card-reveal .38s cubic-bezier(.2,.75,.25,1) both;
}
.progressive-card-exit{
  animation:hercar-card-collapse .18s ease both;
  pointer-events:none;
}
@keyframes hercar-card-reveal{
  from{opacity:0;transform:translateY(18px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes hercar-card-collapse{
  from{opacity:1;transform:translateY(0)}
  to{opacity:0;transform:translateY(-8px)}
}
@media(max-width:650px){
  .progressive-grid:not(.progressive-ready)>.car-card:nth-child(n+3),
  .progressive-grid:not(.progressive-ready)>.sold-card:nth-child(n+3){
    display:none;
  }
  .progressive-controls{margin-top:24px;gap:12px}
  .progressive-status{font-size:.88rem}
  .progressive-actions{width:100%;flex-direction:column}
  .progressive-actions .btn{width:100%;min-height:52px}
}
@media(prefers-reduced-motion:reduce){
  .progressive-card-enter,
  .progressive-card-exit{animation:none}
}

/* HerCar staging patch v38 — distinguish progressive reveal controls from video CTAs. */
.progressive-actions .progressive-more{
  background:#111214;
  border-color:#111214;
  color:#fff;
  box-shadow:0 11px 24px rgba(17,18,20,.16);
}
.progressive-actions .progressive-more:hover,
.progressive-actions .progressive-more:focus-visible{
  background:#25262a;
  border-color:#25262a;
  color:#fff;
  box-shadow:0 13px 28px rgba(17,18,20,.22);
}
.progressive-actions .progressive-more:active{
  background:#000;
  border-color:#000;
}


/* ===== Patch v39: clearer, faster testimonial carousel ===== */
.testimonial-carousel{position:relative;margin-top:8px}
.testimonial-stage{display:grid;overflow:hidden;touch-action:pan-y;min-width:0}
.testimonial-stage .quote{
  grid-area:1/1;display:block;opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(14px);transition:opacity .32s ease,transform .32s ease;
}
.testimonial-stage .quote.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}
.testimonial-controls{display:flex;align-items:center;gap:12px;margin-top:24px;min-height:44px}
.testimonial-arrow{
  width:42px;height:42px;border-radius:50%;border:1px solid #dedee2;background:#fff;color:#111;
  display:grid;place-items:center;font-size:1.15rem;font-weight:900;line-height:1;
  box-shadow:0 7px 18px rgba(10,10,12,.07);transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.testimonial-arrow:hover{transform:translateY(-2px);border-color:#111;background:#fafafa}
.testimonial-arrow:focus-visible,.dot:focus-visible{outline:3px solid rgba(237,28,36,.2);outline-offset:3px}
.testimonial-controls .dots{display:flex;align-items:center;gap:8px;margin:0;flex:1;justify-content:center}
.testimonial-controls .dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#c9c9ce;transition:width .2s ease,background .2s ease,transform .2s ease}
.testimonial-controls .dot:hover{transform:scale(1.18);background:#999aa0}
.testimonial-controls .dot.active{width:30px;border-radius:999px;background:var(--red)}
.testimonial-counter{display:flex;align-items:baseline;min-width:52px;justify-content:center;color:#8a8b90;font-size:.82rem;font-variant-numeric:tabular-nums}
.testimonial-counter strong{color:#111;font-size:.95rem}
@media(max-width:650px){
  .testimonial-controls{gap:9px;margin-top:20px}
  .testimonial-arrow{width:40px;height:40px}
  .testimonial-controls .dots{gap:7px}
  .testimonial-controls .dot.active{width:26px}
  .testimonial-counter{min-width:46px}
}

/* ===== Patch v40: live Google Reviews connection ===== */
.google-sync-fallback{background:#f2f3f5;color:#686970}
.google-review-carousel{margin-top:4px}
.google-review-quote .stars{font-size:.95rem}
.google-review-person{position:relative;padding-right:120px}
.google-review-author{display:inline-flex;align-items:center;color:#111}
.google-review-author:hover{text-decoration:underline}
.google-review-open{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:.72rem;font-weight:850;color:#4f5056;white-space:nowrap}
.google-review-open:hover{color:var(--red)}
.google-review-person img{background:#f2f2f3}
@media(max-width:650px){
  .google-review-person{padding-right:0;align-items:flex-start}
  .google-review-open{position:static;transform:none;margin-left:auto;padding-top:5px;font-size:.68rem}
  .google-summary p{font-size:.82rem}
}

/* ===== Patch v42: Google review carousel height follows active review ===== */
.google-review-carousel .testimonial-stage{
  display:block;
  position:relative;
  min-height:0;
  height:auto;
  overflow:hidden;
}
.google-review-carousel .testimonial-stage .quote{
  position:absolute;
  inset:0;
  width:100%;
}
.google-review-carousel .testimonial-stage .quote.active{
  position:relative;
  inset:auto;
}


/* HerCar staging patch v47 — compact Why Owners Choose HerCar section. */
.why-layout{
  align-items:start;
}
.why-cards{
  align-self:start;
  align-content:start;
}
.why-cards .benefit{
  min-height:0;
  height:auto;
  padding:24px 20px 22px;
}
.why-cards .benefit .circle{
  width:46px;
  height:46px;
  margin-bottom:16px;
  border-radius:15px;
  font-size:1.32rem;
}
.why-cards .benefit h3{
  margin-bottom:9px;
}
@media(min-width:1001px){
  .why-cards{
    grid-auto-rows:auto;
  }
  .why-cards .benefit{
    min-height:190px;
  }
}
@media(max-width:650px){
  .why-intro{
    padding-top:0;
  }
  .why-cards .benefit{
    min-height:0;
  }
}


/* HerCar staging patch v48 — Why Owners Choose HerCar 2x2 desktop card grid. */
.why-layout{
  grid-template-columns:minmax(260px,.95fr) minmax(0,1.7fr);
  gap:34px;
  align-items:start;
}
.why-intro{
  max-width:300px;
  padding:8px 16px 8px 6px;
}
.why-intro .section-title{
  margin-bottom:18px;
}
.why-intro .section-copy{
  max-width:26rem;
  margin-bottom:22px;
}
.why-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-self:start;
  align-content:start;
}
.why-cards .benefit{
  min-height:0;
  height:100%;
  padding:24px 22px 22px;
}
.why-cards .benefit .circle{
  width:46px;
  height:46px;
  margin-bottom:15px;
  border-radius:15px;
  font-size:1.3rem;
}
.why-cards .benefit h3{
  margin-bottom:8px;
}
.why-cards .benefit p{
  max-width:none;
}
@media(min-width:1001px){
  .why-cards{
    grid-auto-rows:1fr;
  }
  .why-cards .benefit{
    min-height:175px;
  }
}
@media(max-width:1000px){
  .why-layout{
    grid-template-columns:1fr;
    gap:24px;
  }
  .why-intro{
    max-width:none;
    padding:0;
  }
  .why-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:650px){
  .why-cards{
    grid-template-columns:1fr;
    gap:14px;
  }
  .why-cards .benefit{
    min-height:0;
  }
}
