.hero-section{background-color:#1a1a1a;justify-content:center;align-items:center;width:100%;height:100vh;font-family:Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background img{object-fit:cover;width:100%;height:100%}.overlay{z-index:2;background:linear-gradient(to bottom right,#00000073,#000000a6);width:100%;height:100%;position:absolute}.hero-content{z-index:3;text-align:center;color:#fff;max-width:900px;padding:2rem;position:relative}.hero-title{color:#fffdf6;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.hero-title .highlight{color:#ffce73;font-weight:900}.hero-description{color:#f2f2f2;max-width:720px;margin:0 auto 2rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.75}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-button{color:#1a1a1a;cursor:pointer;background:linear-gradient(90deg,#fb923c,#facc15);border:none;border-radius:2rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #00000040}.cta-button:hover{background:linear-gradient(90deg,#ffb347,#fcd34d);transform:scale(1.03)}.cta-button.cta-secondary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.cta-button.cta-secondary:hover{background:linear-gradient(135deg,#7c8ef7 0%,#8b5ab5 100%);transform:scale(1.03)}@media (max-width:768px){.hero-content{padding:1.5rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.cta-button{padding:.8rem 1.6rem;font-size:1rem}}@media (max-width:480px){.hero-title{font-size:1.6rem}.hero-description{font-size:.95rem}.cta-button{width:100%;padding:.75rem 1.4rem;font-size:1rem}}
