.hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(5,5,5,.94) 0%,rgba(5,5,5,.77) 39%,rgba(5,5,5,.14) 72%),url('../img/hero/lounge-premium.png') center/cover no-repeat #14151b;}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 55%,rgba(104,0,104,.2));pointer-events:none;}
.hero-grid{position:relative;z-index:1;width:min(92%,var(--container));margin:0 auto;padding:150px 0 64px;box-sizing:border-box;}
.hero-content{max-width:590px;color:var(--white);}
.hero-tag{margin:0 0 22px;color:#e8cce8;font-size:.82rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;}
.hero h1{max-width:540px;color:var(--white);font-size:clamp(2.15rem,3.8vw,3.7rem);line-height:.94;letter-spacing:-.055em;text-transform:uppercase;}
.hero h1 strong{display:block;color:var(--primary-light);font-size:1.35em;}
.hero-description{max-width:510px;margin:28px 0 30px;color:rgba(255,255,255,.9);font-size:1.08rem;line-height:1.65;}
.hero-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:570px;margin-bottom:32px;}
.hero-benefits li{display:grid;gap:5px;color:var(--white);font-size:.78rem;line-height:1.2;}
.hero-benefits span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:5px;border:1px solid var(--primary-light);border-radius:50%;color:#f2d3f2;font-size:1.2rem;}
.hero-benefits strong{color:var(--white);font-size:.85rem;line-height:1.1;}
.hero-benefits small{color:rgba(255,255,255,.82);font-size:.73rem;}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;}
.hero .btn-outline{border-color:rgba(255,255,255,.72);background:rgba(0,0,0,.12);}
@media (max-width:768px){.hero{min-height:740px;background-position:63% center;}.hero-grid{width:calc(100% - 56px);padding:135px 0 55px;}.hero h1{font-size:clamp(2.15rem,10vw,3.1rem);}.hero-benefits{grid-template-columns:repeat(2,1fr);max-width:360px;gap:20px;}.hero-buttons a{width:100%;}.hero-description{font-size:1rem;}}
