@charset "UTF-8";.home-hero{position:relative;min-height:680px;display:flex;flex-direction:column;background:var(--brand-primary-dark);overflow:hidden}.hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-backdrop ai-img,.hero-backdrop img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(26,43,56,.82) 0,rgba(26,43,56,.55) 55%,rgba(26,43,56,.25) 100%);z-index:1}.hero-content{position:relative;z-index:2;padding:80px 24px 60px;flex:1;display:flex;align-items:center}.hero-text-block{max-width:680px}.hero-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-accent);background:rgba(200,168,75,.12);border:1px solid rgba(200,168,75,.3);padding:5px 14px;border-radius:2px;margin-bottom:20px}.hero-headline{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--brand-white);line-height:1.15;margin-bottom:20px}.hero-subline{font-size:1.12rem;color:rgba(255,255,255,.82);line-height:1.7;margin-bottom:36px;max-width:580px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-bottom-bar{position:relative;z-index:2;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.12)}.hero-bottom-stats{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:0;padding:20px 0}.hero-stat{text-align:center;padding:8px 20px}.hero-stat-value{display:block;font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--brand-accent);line-height:1;margin-bottom:4px}.hero-stat-label{display:block;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.65)}.hero-stat-divider{width:1px;height:40px;background:rgba(255,255,255,.15);flex-shrink:0}@media (max-width:991px){.hero-headline{font-size:2.2rem}.hero-stat-divider{display:none}}@media (max-width:575px){.home-hero{min-height:560px}.hero-content{padding:60px 16px 40px}.hero-headline{font-size:1.8rem}.hero-subline{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions .btn-brand,.hero-actions .btn-outline-white{width:100%;text-align:center}}