.home-hero{position:relative;min-height:720px;overflow:hidden;background:var(--brand-primary-dark);display:grid;align-items:center;padding-top:170px;padding-bottom:180px}.home-hero__bg,.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-hero__bg{-o-object-fit:cover;object-fit:cover;z-index:0}.home-hero__overlay{background:linear-gradient(90deg,rgba(35,32,28,.82),rgba(89,90,37,.48));z-index:1}.home-hero__copy{position:relative;z-index:2;max-width:760px}.home-hero .eyebrow,.home-hero h1,.home-hero p{color:var(--brand-text-inverse)}.home-hero h1{font-size:max(2rem, min(4vw, 3.5rem));margin-bottom:20px}.home-hero p{font-size:1.12rem;max-width:650px;opacity:.92}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-bottom-bar{position:absolute;left:max(24px,(100vw - 1180px) / 2);right:max(24px,(100vw - 1180px) / 2);bottom:32px;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:rgba(141,143,61,.88);border:1px solid rgba(255,255,255,.32);border-radius:var(--brand-radius)}.hero-bottom-bar div{padding:22px;border-right:1px solid rgba(255,255,255,.22)}.hero-bottom-bar div:last-child{border-right:0}.hero-bottom-bar span,.hero-bottom-bar strong{display:block;color:var(--brand-text-inverse)}.hero-bottom-bar strong{font-size:1.05rem}.hero-bottom-bar span{opacity:.88}.stats-row{display:flex;flex-wrap:nowrap;gap:18px}.stat-card{flex:1 1 0;min-width:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:26px;background:var(--brand-bg);text-align:center}.stat-icon{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--brand-primary-light);color:var(--brand-text);font-weight:800;margin-bottom:14px}.stat-card strong{display:block;color:var(--brand-primary-dark);font-size:max(1.8rem, min(3vw, 2.7rem));line-height:1}.stat-card span:last-child{display:block;color:var(--brand-text);opacity:.82;margin-top:8px}.bt-trust{background:var(--brand-primary-light);padding:28px 0}.bt-trust__wrap{display:flex;flex-wrap:nowrap;gap:16px}.bt-trust__item{flex:1 1 0;min-width:0;display:grid;grid-template-columns:34px 1fr;grid-gap:4px 12px;gap:4px 12px;align-items:center;color:var(--brand-text)}.bt-trust__ico{grid-row:1/span 2;width:34px;height:34px;border-radius:50%;background:var(--brand-bg);border:2px solid var(--brand-secondary)}.bt-trust__item span,.bt-trust__item strong{color:var(--brand-text)}.stage-track{display:flex;gap:20px;overflow-x:auto;padding:4px 0 18px;scroll-snap-type:x mandatory}.stage-card{flex:0 0 260px;scroll-snap-align:start;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.stage-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-light)}.stage-card h3,.stage-card p{padding-left:18px;padding-right:18px}.stage-card h3{margin-top:18px}.stage-card p{padding-bottom:20px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.testimonial-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);box-shadow:0 12px 28px rgba(35,32,28,.08);padding:28px}.stars{color:var(--brand-accent);font-weight:800;margin-bottom:16px}.testimonial-person{display:flex;gap:12px;align-items:center;border-top:1px solid var(--brand-border);padding-top:18px;margin-top:18px}.testimonial-person>span{width:46px;height:46px;border-radius:50%;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-secondary);color:var(--brand-text-inverse);font-weight:800}.testimonial-person small{display:block;color:var(--brand-text);opacity:.72}.home-cta{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}@media (max-width:991px){.home-hero{min-height:680px}.hero-bottom-bar{grid-template-columns:1fr}.hero-bottom-bar div{border-right:0;border-bottom:1px solid rgba(255,255,255,.22)}.hero-bottom-bar div:last-child{border-bottom:0}.bt-trust__wrap,.stats-row{flex-wrap:wrap}.bt-trust__item,.stat-card{flex:0 0 calc(50% - 9px)}.testimonial-grid{grid-template-columns:1fr}}@media (max-width:575px){.home-hero{padding-top:140px;padding-bottom:240px}.hero-actions{flex-direction:column}.bt-trust__item,.stat-card{flex-basis:100%}}