/* ── HOME HERO ── */
.home-hero{position:relative;overflow:hidden;padding:2.5rem 1.5rem 2.5rem}
/* Soft decorative color blobs behind the copy — pure CSS, no stock
   imagery implying a specific real event. */
.home-hero::before,.home-hero::after{content:'';position:absolute;z-index:0;border-radius:50%;background:var(--fav-bg);filter:blur(60px);pointer-events:none}
.home-hero::before{width:340px;height:340px;top:-140px;right:-90px}
.home-hero::after{width:280px;height:280px;bottom:-130px;left:-70px}
.hh-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;max-width:1180px;margin:0 auto}
.hh-copy{text-align:center}
@media(min-width:960px){
  .hh-grid{grid-template-columns:1.05fr 1fr}
  .hh-copy{text-align:left}
  .hh-copy .hh-pills,.hh-copy .hh-actions{justify-content:flex-start}
  .hh-copy .hh-title,.hh-copy .hh-subtitle{margin-left:0;margin-right:0}
}
.hh-badge{display:inline-flex;align-items:center;gap:8px;background:var(--fav-bg);color:var(--fav);border:1px solid var(--fav-bg);padding:8px 16px;border-radius:999px;font-size:12.5px;font-weight:700;margin-bottom:18px}
.hh-badge i{font-size:13px}
.hh-title{font-size:32px;font-weight:800;letter-spacing:-0.5px;line-height:1.32;color:var(--text);max-width:640px;margin:0 auto 16px}
.hh-title .hh-highlight{color:var(--fav);text-decoration:underline;text-decoration-style:wavy;text-decoration-color:color-mix(in srgb, var(--fav) 55%, transparent);text-underline-offset:7px;text-decoration-thickness:2.5px}
.hh-subtitle{font-size:15px;color:var(--text-sub);max-width:560px;margin:0 auto 22px;line-height:1.65}
.hh-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:26px;list-style:none}
.hh-pill{display:inline-flex;align-items:center;gap:7px;background:var(--surface);border:1px solid var(--border);padding:8px 14px;border-radius:999px;font-size:12.5px;font-weight:700;color:var(--text);box-shadow:var(--shadow)}
.hh-pill i{width:16px;height:16px;border-radius:50%;background:var(--fav-bg);color:var(--fav);display:flex;align-items:center;justify-content:center;font-size:9px;flex-shrink:0}
.hh-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.hh-btn-primary,.hh-btn-outline{padding:12px 22px;border-radius:14px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:filter .15s,background .15s,transform .1s;-webkit-tap-highlight-color:transparent;border:1px solid transparent}
.hh-btn-primary{background:var(--fav);color:#fff;box-shadow:0 8px 20px var(--fav-bg)}
.hh-btn-primary:hover{filter:brightness(1.06)}
.hh-btn-primary:active,.hh-btn-outline:active{transform:scale(.97)}
.hh-btn-outline{background:var(--surface);color:var(--text);border-color:var(--border)}
.hh-btn-outline:hover{background:var(--page-bg)}

/* ── HERO VISUAL COLLAGE — decorative stock photography only (no names,
     captions, or claims attached to any individual — see home.html). ── */
.hh-visual{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hh-visual-main{grid-column:1/-1;aspect-ratio:16/10;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg)}
.hh-visual-main img,.hh-visual-photo img{width:100%;height:100%;object-fit:cover;display:block}
.hh-visual-sub{aspect-ratio:1/1;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-md)}
.hh-visual-stat{background:linear-gradient(135deg,var(--fav),#b34700);color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:space-between}
.hh-stat-icon{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;font-size:16px}
.hh-visual-stat h4{font-size:16px;font-weight:800;margin-bottom:4px;line-height:1.25}
.hh-visual-stat p{font-size:11.5px;opacity:.92;line-height:1.4}
@media(max-width:640px){.hh-visual{max-width:420px;margin:0 auto}}

/* ── TRUST BAR — a plain icon+text row (no card boxes), matching a
     lightweight "feature strip" look rather than boxed cards. ── */
.home-trust{padding:2rem 1.5rem;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.ht-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;max-width:1180px;margin:0 auto}
.ht-item{display:flex;align-items:center;gap:12px;flex:1 1 220px;min-width:220px}
.ht-icon{width:46px;height:46px;border-radius:var(--radius-lg);background:var(--fav-bg);color:var(--fav);display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}
.ht-item h4{font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px}
.ht-item p{font-size:12px;color:var(--text-sub);line-height:1.4}
@media(max-width:640px){.ht-row{justify-content:center}.ht-item{flex:1 1 100%}}

/* ── HOW-IT-WORKS TEASER — condensed 3-step summary (see home.html for
     why the copy matches the real flow, not the original mockup's
     chat-based one). Icon badges echo the mockup's rounded gradient
     tile + corner step number treatment. ── */
.home-steps{padding:2.5rem 1.5rem;text-align:center}
.hs-head{max-width:560px;margin:0 auto 28px}
.hs-eyebrow{display:inline-block;background:var(--fav-bg);color:var(--fav);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:6px 14px;border-radius:999px;margin-bottom:10px}
.hs-head h2{font-size:24px;font-weight:800;color:var(--text);margin-bottom:8px}
.hs-head p{font-size:13.5px;color:var(--text-sub)}
.hs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1000px;margin:0 auto 24px}
.hs-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:30px 22px;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}
.hs-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.hs-card:nth-child(2){background:var(--fav-bg)}
.hs-badge{position:relative;width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--fav),#ff9a4d);display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;margin:0 auto 16px}
.hs-num{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:var(--surface);color:var(--fav);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}
.hs-card h3{font-size:15.5px;font-weight:700;color:var(--text);margin-bottom:6px}
.hs-card p{font-size:13px;color:var(--text-sub);line-height:1.6}
.hs-more{display:flex;justify-content:center}
@media(max-width:768px){.hs-grid{grid-template-columns:1fr}}

@media(max-width:640px){
  .home-hero{padding:1.75rem 1rem 2rem}
  .hh-title{font-size:24px}
  .hh-subtitle{font-size:13.5px}
}
