*{margin:0}.header{width:100%;background:#0b0b08;border-bottom:1px solid rgba(218,183,106,.16);position:relative;z-index:100}.header__container{max-width:1760px;margin:0 auto;padding:28px 7.8%;display:flex;align-items:center;justify-content:space-between}.header__logo{display:inline-flex;align-items:center;gap:14px;text-decoration:none;color:#fff}.header__logo-icon{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg, #c9a05b, #f0d08a);color:#11100c;display:flex;align-items:center;justify-content:center;font-size:21px;line-height:1}.header__logo-text{font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:700;letter-spacing:.02em}.header__nav{display:flex;align-items:center;gap:62px;box-sizing:border-box}.header__nav-link{color:hsla(0,0%,100%,.48);text-decoration:none;text-transform:uppercase;font-size:15px;letter-spacing:.22em;font-weight:600;transition:color .25s ease}.header__nav-link:hover,.header__nav-link.active{color:#c9a05b}.header__burger{display:none;width:42px;height:34px;border:0;background:rgba(0,0,0,0);cursor:pointer;padding:0}.header__burger span{display:block;width:100%;height:2px;margin:8px 0;background:#d5b36d;transition:transform .25s ease,opacity .25s ease}@media(max-width: 992px){.header__container{padding:22px 24px}.header__logo-text{font-size:27px}.header__burger{display:block}.header__nav{position:absolute;top:100%;left:0;width:100%;padding:26px 24px 30px;background:#0b0b08;border-top:1px solid rgba(218,183,106,.14);flex-direction:column;align-items:flex-start;gap:22px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.25s ease}.header.is-open .header__nav{opacity:1;visibility:visible;transform:translateY(0)}.header.is-open .header__burger span:nth-child(1){transform:translateY(10px) rotate(45deg)}.header.is-open .header__burger span:nth-child(2){opacity:0}.header.is-open .header__burger span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}}@media(max-width: 480px){.header__logo-text{font-size:23px}.header__logo-icon{width:34px;height:34px;font-size:18px}}section{scroll-margin-top:70px}.hero{position:relative;min-height:calc(100vh - 92px);display:flex;align-items:center;overflow:hidden;background:linear-gradient(90deg, rgba(5, 5, 4, 0.88) 0%, rgba(5, 5, 4, 0.62) 44%, rgba(5, 5, 4, 0.25) 100%),url(../images/hero-bg.webp) center/cover no-repeat}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 70%, rgba(198, 154, 76, 0.28), transparent 34%),linear-gradient(180deg, transparent 62%, rgba(7, 5, 3, 0.9) 100%);pointer-events:none}.hero__shade{position:absolute;left:0;bottom:0;width:55%;height:45%;background:linear-gradient(180deg, transparent, rgba(195, 148, 66, 0.18));filter:blur(18px);pointer-events:none}.hero__content{position:relative;z-index:2;max-width:820px;padding:120px 7%;box-sizing:border-box;width:100%}.hero__eyebrow{display:flex;align-items:center;gap:22px;max-width:680px;margin-bottom:34px;color:hsla(0,0%,100%,.88);font-size:17px;line-height:1.9;letter-spacing:.28em;text-transform:uppercase;font-weight:500}.hero__eyebrow span{width:58px;height:3px;flex:0 0 58px;background:#d4b06a}.hero h1{margin:0 0 32px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,6vw,86px);line-height:1.05;font-weight:700;letter-spacing:.01em;text-shadow:0 18px 45px rgba(0,0,0,.42)}.hero p{max-width:680px;margin:0 0 42px;color:hsla(0,0%,100%,.9);font-size:22px;line-height:1.8;font-weight:400}.hero__btn{display:inline-flex;align-items:center;gap:24px;padding:20px 42px 20px 46px;border-radius:999px;background:linear-gradient(135deg, #d7b56e, #c69a4c);color:#11100c;text-decoration:none;text-transform:uppercase;letter-spacing:.17em;font-size:14px;font-weight:800;box-shadow:0 18px 38px rgba(0,0,0,.32);transition:transform .25s ease,box-shadow .25s ease;box-sizing:border-box}.hero__btn span{padding-left:22px;border-left:1px solid rgba(17,16,12,.25);font-size:17px}.hero__btn:hover{transform:translateY(-3px);box-shadow:0 24px 48px rgba(0,0,0,.42)}@media(max-width: 768px){.hero{min-height:auto}.hero__content{padding:90px 24px}.hero__eyebrow{font-size:13px;letter-spacing:.2em;gap:16px}.hero__eyebrow span{width:42px;flex-basis:42px}.hero p{font-size:18px}.hero__btn{width:100%;justify-content:center;padding:18px 24px}}.info-strip{padding:110px 7%;background:radial-gradient(circle at top left, rgba(212, 176, 106, 0.18), transparent 32%),linear-gradient(135deg, #0b0a07 0%, #18130c 48%, #080806 100%)}.info-strip__container{max-width:1580px;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:26px}.info-strip__card{position:relative;min-height:430px;padding:42px;border-radius:34px;background:hsla(0,0%,100%,.055);border:1px solid rgba(215,181,110,.18);box-shadow:0 26px 70px rgba(0,0,0,.35);overflow:hidden}.info-strip__card::after{content:"";position:absolute;right:-80px;bottom:-80px;width:190px;height:190px;border-radius:50%;background:rgba(215,181,110,.12)}.info-strip__card--center{background:linear-gradient(180deg, rgba(215, 181, 110, 0.14), rgba(255, 255, 255, 0.045))}.info-strip__icon{width:54px;height:54px;margin-bottom:32px;border-radius:50%;border:1px solid rgba(215,181,110,.55);display:flex;align-items:center;justify-content:center;color:#d7b56e;font-size:24px}.info-strip__label{display:block;margin-bottom:18px;color:hsla(0,0%,100%,.7);font-size:16px;letter-spacing:.18em;text-transform:uppercase}.info-strip h2{max-width:430px;margin:0 0 26px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1.25}.info-strip p{max-width:430px;margin:0;color:hsla(0,0%,100%,.58);font-size:18px;line-height:1.75}.info-strip__link,.info-strip__phone{display:inline-flex;margin:8px 0 26px;color:#d7b56e;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:700;text-decoration:none}.info-strip__hours{margin-top:34px}.info-strip__hours div{display:flex;justify-content:space-between;gap:24px;padding:20px 0;border-bottom:1px solid hsla(0,0%,100%,.14)}.info-strip__hours div:last-child{border-bottom:0}.info-strip__hours span{color:hsla(0,0%,100%,.6);font-size:18px}.info-strip__hours strong{color:#fff;font-size:18px;white-space:nowrap}@media(max-width: 1100px){.info-strip__container{grid-template-columns:1fr}.info-strip__card{min-height:auto}}@media(max-width: 600px){.info-strip{padding:70px 20px}.info-strip__card{padding:30px 24px;border-radius:24px}.info-strip h2{font-size:26px}.info-strip__hours div{flex-direction:column;gap:8px}}.about-taste{padding:120px 7%;background:linear-gradient(135deg, #080806 0%, #15110c 52%, #21180d 100%);color:#fff;overflow:hidden}.about-taste__container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.about-taste__media{position:relative;min-height:620px;border-radius:260px 260px 34px 34px;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.45)}.about-taste__media::before{content:"";position:absolute;inset:18px;border:1px solid rgba(215,181,110,.45);border-radius:240px 240px 24px 24px;z-index:2;pointer-events:none}.about-taste__media::after{content:"";position:absolute;right:-45px;bottom:45px;width:150px;height:150px;border-radius:50%;background:rgba(215,181,110,.22);filter:blur(10px)}.about-taste__media img{width:100%;height:100%;min-height:620px;object-fit:cover;display:block;transform:scale(1.02)}.about-taste__content{position:relative;padding:60px 0}.about-taste__subtitle{display:inline-block;margin-bottom:26px;color:#d7b56e;font-size:14px;font-weight:700;letter-spacing:.26em;text-transform:uppercase}.about-taste h2{max-width:760px;margin:0 0 34px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,74px);line-height:1.08;font-weight:700}.about-taste p{max-width:760px;margin:0 0 24px;color:hsla(0,0%,100%,.68);font-size:21px;line-height:1.85}.about-taste__note{margin-top:42px;max-width:660px;padding:28px 32px;border-left:4px solid #d7b56e;background:hsla(0,0%,100%,.055);border-radius:0 24px 24px 0}.about-taste__note strong{display:block;margin-bottom:10px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:26px}.about-taste__note span{color:hsla(0,0%,100%,.62);font-size:17px;line-height:1.7}@media(max-width: 1100px){.about-taste__container{grid-template-columns:1fr;gap:50px}.about-taste__media{min-height:520px;border-radius:40px}.about-taste__media::before{border-radius:28px}.about-taste__media img{min-height:520px}}@media(max-width: 600px){.about-taste{padding:75px 20px}.about-taste__media,.about-taste__media img{min-height:380px}.about-taste h2{font-size:38px}.about-taste p{font-size:18px}.about-taste__note{padding:24px}}.stats-casino{padding:90px 7%;background:#120f0a}.stats-casino__container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);border-radius:34px;overflow:hidden;background:linear-gradient(135deg, rgba(215, 181, 110, 0.16), rgba(255, 255, 255, 0.025)),#090807;border:1px solid rgba(215,181,110,.22);box-shadow:0 30px 80px rgba(0,0,0,.42)}.stats-casino__item{position:relative;min-height:270px;padding:54px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.stats-casino__item:not(:last-child){border-right:1px solid rgba(215,181,110,.14)}.stats-casino__item::before{content:"";position:absolute;inset:24px;border-radius:26px;background:hsla(0,0%,100%,.035);opacity:0;transition:opacity .25s ease}.stats-casino__item:hover::before{opacity:1}.stats-casino__number{position:relative;z-index:1;color:#d8b76f;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,5vw,76px);font-weight:700;line-height:1}.stats-casino__plus{position:relative;z-index:1;color:#fff;font-size:18px;font-weight:700;letter-spacing:.12em}.stats-casino p{position:relative;z-index:1;max-width:230px;margin:8px auto 0;color:hsla(0,0%,100%,.58);font-size:15px;line-height:1.7;letter-spacing:.16em;text-transform:uppercase}@media(max-width: 1000px){.stats-casino__container{grid-template-columns:repeat(2, 1fr)}.stats-casino__item:nth-child(2){border-right:0}.stats-casino__item:nth-child(1),.stats-casino__item:nth-child(2){border-bottom:1px solid rgba(215,181,110,.14)}}@media(max-width: 560px){.stats-casino{padding:65px 20px}.stats-casino__container{grid-template-columns:1fr;border-radius:24px}.stats-casino__item{min-height:220px;border-right:0 !important;border-bottom:1px solid rgba(215,181,110,.14)}.stats-casino__item:last-child{border-bottom:0}}.features-lounge{padding:120px 7%;background:radial-gradient(circle at 15% 15%, rgba(215, 181, 110, 0.14), transparent 32%),linear-gradient(180deg, #090807 0%, #17120b 100%);color:#fff}.features-lounge__container{max-width:1500px;margin:0 auto}.features-lounge__heading{max-width:760px;margin-bottom:70px}.features-lounge__heading span{display:inline-block;margin-bottom:20px;color:#d7b56e;font-size:14px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.features-lounge__heading h2{margin:0 0 24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,72px);line-height:1.08}.features-lounge__heading p{margin:0;color:hsla(0,0%,100%,.62);font-size:20px;line-height:1.8}.features-lounge__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:22px}.features-lounge__item{position:relative;min-height:280px;padding:38px;border-radius:28px;background:hsla(0,0%,100%,.045);border:1px solid hsla(0,0%,100%,.08);overflow:hidden;transition:transform .25s ease,border-color .25s ease,background .25s ease}.features-lounge__item::after{content:"";position:absolute;right:-50px;top:-50px;width:130px;height:130px;border-radius:50%;background:rgba(215,181,110,.12);opacity:0;transition:opacity .25s ease}.features-lounge__item:hover{transform:translateY(-6px);border-color:rgba(215,181,110,.45);background:rgba(215,181,110,.07)}.features-lounge__item:hover::after{opacity:1}.features-lounge__num{margin-bottom:34px;color:rgba(215,181,110,.9);font-family:Georgia,"Times New Roman",serif;font-size:42px;font-weight:700}.features-lounge__item h3{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1.2}.features-lounge__item p{max-width:360px;margin:0;color:hsla(0,0%,100%,.6);font-size:17px;line-height:1.75}@media(max-width: 1050px){.features-lounge__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.features-lounge{padding:75px 20px}.features-lounge__heading{margin-bottom:45px}.features-lounge__grid{grid-template-columns:1fr}.features-lounge__item{min-height:auto;padding:30px 24px}}.features-hero{padding:120px 7%;background:radial-gradient(circle at 15% 20%, rgba(215, 181, 110, 0.14), transparent 32%),linear-gradient(135deg, #080806 0%, #15110b 55%, #21170c 100%);color:#fff;overflow:hidden}.features-hero__container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:80px;align-items:center}.features-hero__content{position:relative;padding-left:34px;border-left:2px solid rgba(215,181,110,.45)}.features-hero__tag{display:inline-block;margin-bottom:24px;color:#d7b56e;font-size:14px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.features-hero h1{margin:0 0 34px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,76px);line-height:1.08;max-width:780px}.features-hero p{max-width:720px;margin:0 0 24px;color:hsla(0,0%,100%,.66);font-size:20px;line-height:1.85}.features-hero__visual{position:relative;min-height:600px;border-radius:42px;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.45)}.features-hero__visual::before{content:"";position:absolute;inset:18px;z-index:2;border:1px solid rgba(215,181,110,.38);border-radius:30px;pointer-events:none}.features-hero__visual img{width:100%;height:100%;min-height:600px;object-fit:cover;display:block}.features-hero__card{position:absolute;left:34px;bottom:34px;z-index:3;max-width:330px;padding:24px 28px;border-radius:24px;background:rgba(8,8,6,.78);border:1px solid rgba(215,181,110,.28);backdrop-filter:blur(14px)}.features-hero__card strong{display:block;margin-bottom:8px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:24px}.features-hero__card span{color:hsla(0,0%,100%,.62);font-size:15px;line-height:1.6}@media(max-width: 1050px){.features-hero__container{grid-template-columns:1fr;gap:50px}}@media(max-width: 600px){.features-hero{padding:75px 20px}.features-hero__content{padding-left:22px}.features-hero__visual,.features-hero__visual img{min-height:420px}.features-hero__card{left:20px;right:20px;bottom:20px;max-width:none}}.visit-reasons{padding:120px 7%;background:linear-gradient(135deg, #080806 0%, #15100a 55%, #24190c 100%);color:#fff}.visit-reasons__container{max-width:1500px;margin:0 auto}.visit-reasons__head{max-width:820px;margin:0 auto 70px;text-align:center}.visit-reasons__head span{display:inline-block;margin-bottom:18px;color:#d7b56e;font-size:13px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.visit-reasons__head h2{margin:0 0 24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,5vw,72px);line-height:1.08}.visit-reasons__head p{margin:0;color:hsla(0,0%,100%,.62);font-size:20px;line-height:1.75}.visit-reasons__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:18px}.visit-reasons__item{min-height:260px;padding:34px;border-radius:30px;background:hsla(0,0%,100%,.045);border:1px solid rgba(215,181,110,.16);transition:.25s ease}.visit-reasons__item:hover{transform:translateY(-6px);background:rgba(215,181,110,.08);border-color:rgba(215,181,110,.45)}.visit-reasons__item span{display:block;margin-bottom:34px;color:#d7b56e;font-family:Georgia,"Times New Roman",serif;font-size:38px;font-weight:700}.visit-reasons__item h3{margin:0 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:24px}.visit-reasons__item p{margin:0;color:hsla(0,0%,100%,.6);font-size:16px;line-height:1.7}@media(max-width: 1100px){.visit-reasons__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){.visit-reasons{padding:75px 20px}.visit-reasons__grid{grid-template-columns:1fr}.visit-reasons__item{min-height:auto}}.footer{padding:90px 7% 34px;background:radial-gradient(circle at 85% 20%, rgba(215, 181, 110, 0.14), transparent 34%),linear-gradient(135deg, #080806 0%, #17120b 55%, #0a0907 100%);color:#fff;border-top:1px solid rgba(215,181,110,.18)}.footer__container{max-width:1500px;margin:0 auto}.footer__brand{display:flex;justify-content:space-between;gap:40px;padding-bottom:54px;margin-bottom:54px;border-bottom:1px solid hsla(0,0%,100%,.1)}.footer__logo{display:inline-flex;align-items:center;gap:14px;color:#fff;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:700}.footer__logo span{width:42px;height:42px;border-radius:50%;background:#d7b56e;color:#11100c;display:flex;align-items:center;justify-content:center;font-size:22px}.footer__brand p{max-width:560px;margin:0;color:hsla(0,0%,100%,.62);font-size:18px;line-height:1.75}.footer__nav{display:grid;grid-template-columns:.8fr .8fr 1.4fr;gap:60px}.footer__col h3{margin:0 0 34px;color:#d7b56e;font-size:14px;letter-spacing:.28em;text-transform:uppercase}.footer__col a{display:table;margin-bottom:18px;color:hsla(0,0%,100%,.58);text-decoration:none;font-size:17px;transition:color .25s ease}.footer__col a:hover{color:#d7b56e}.footer__col p{margin:0 0 26px;color:hsla(0,0%,100%,.58);font-size:17px;line-height:1.75}.footer__col strong{display:block;margin-bottom:8px;color:#d7b56e;font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:700}.footer__bottom{margin-top:70px;padding-top:28px;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;gap:24px;color:hsla(0,0%,100%,.45);font-size:15px}.footer__bottom p{margin:0}@media(max-width: 900px){.footer__brand{flex-direction:column}.footer__nav{grid-template-columns:1fr;gap:40px}.footer__bottom{flex-direction:column}}@media(max-width: 520px){.footer{padding:70px 20px 30px}.footer__logo{font-size:26px}.footer__brand p,.footer__col p,.footer__col a{font-size:16px}}.booking-section{padding:120px 7%;background:radial-gradient(circle at 12% 20%, rgba(215, 181, 110, 0.14), transparent 34%),linear-gradient(135deg, #080806 0%, #17120b 55%, #24180c 100%);color:#fff}.booking-section__container{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.booking-section__intro{position:sticky;top:40px;padding:48px;border-radius:36px;background:hsla(0,0%,100%,.045);border:1px solid rgba(215,181,110,.18);box-sizing:border-box}.booking-section__intro span{display:inline-block;margin-bottom:24px;color:#d7b56e;font-size:13px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.booking-section__intro h2{margin:0 0 28px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,5vw,72px);line-height:1.08}.booking-section__intro p{margin:0;color:hsla(0,0%,100%,.66);font-size:20px;line-height:1.8}.booking-form{padding:46px;border-radius:36px;background:rgba(8,8,6,.72);border:1px solid rgba(215,181,110,.22);box-shadow:0 35px 90px rgba(0,0,0,.42);box-sizing:border-box}.booking-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.booking-form input,.booking-form select,.booking-form textarea{width:100%;margin-bottom:18px;padding:18px 20px;border-radius:14px;border:1px solid rgba(215,181,110,.24);background:hsla(0,0%,100%,.055);color:#fff;font-size:16px;outline:none;box-sizing:border-box}.booking-form textarea{min-height:170px;resize:vertical}.booking-form input::placeholder,.booking-form textarea::placeholder{color:hsla(0,0%,100%,.45)}.booking-form select{color:hsla(0,0%,100%,.78)}.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#d7b56e}.booking-form button{display:inline-flex;align-items:center;gap:22px;margin-top:12px;padding:19px 42px;border:0;border-radius:999px;background:#d7b56e;color:#11100c;cursor:pointer;text-transform:uppercase;letter-spacing:.16em;font-weight:800;box-sizing:border-box}.booking-form button span{padding-left:18px;border-left:1px solid rgba(17,16,12,.25)}.booking-form__success{display:none;margin-top:26px;padding:20px 24px;border-radius:18px;background:rgba(215,181,110,.12);border:1px solid rgba(215,181,110,.35);color:#f3dfac;font-size:17px;line-height:1.6}.booking-form__success.active{display:block}@media(max-width: 1000px){.booking-section__container{grid-template-columns:1fr}.booking-section__intro{position:static}}@media(max-width: 600px){.booking-section{padding:75px 20px}.booking-section__intro,.booking-form{padding:28px 22px;border-radius:26px;width:100%}.booking-form__row{grid-template-columns:1fr;gap:0}.booking-form button{width:100%;justify-content:center}}.terms{padding:120px 0;position:relative;overflow:hidden;background:radial-gradient(circle at top right, rgba(215, 181, 110, 0.12), transparent 30%),radial-gradient(circle at bottom left, rgba(215, 181, 110, 0.08), transparent 30%),linear-gradient(135deg, #080806 0%, #17120b 55%, #24180c 100%)}.terms::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);background-size:80px 80px;opacity:.25;pointer-events:none}.terms-inner{position:relative;z-index:2}.terms-text{max-width:980px;margin:0 auto;padding:65px;border-radius:34px;background:hsla(0,0%,100%,.045);border:1px solid rgba(215,181,110,.18);box-shadow:0 35px 90px rgba(0,0,0,.42);backdrop-filter:blur(14px)}.terms-text h1{margin:0 0 34px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,62px);line-height:1.1;position:relative;padding-bottom:24px}.terms-text h1::after{content:"";position:absolute;left:0;bottom:0;width:90px;height:3px;border-radius:20px;background:#d7b56e}.terms-text h6{margin:55px 0 22px;color:#d7b56e;font-size:22px;font-family:Georgia,"Times New Roman",serif;font-weight:700;line-height:1.35}.terms-text p,.terms-text .text{margin:0 0 22px;color:hsla(0,0%,100%,.68);font-size:18px;line-height:1.95}.terms-text a{color:#d7b56e;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:.25s ease}.terms-text a:hover{color:#fff;border-color:#d7b56e}.terms-text ul{margin:28px 0 32px;padding:0;list-style:none}.terms-text li{position:relative;padding-left:30px;margin-bottom:16px;color:hsla(0,0%,100%,.65);font-size:17px;line-height:1.8}.terms-text li::before{content:"";position:absolute;left:0;top:12px;width:10px;height:10px;border-radius:50%;background:#d7b56e;box-shadow:0 0 0 5px rgba(215,181,110,.14)}.terms-text strong{color:#fff;font-weight:600}@media(max-width: 992px){.terms{padding:90px 0}.terms-text{padding:45px;border-radius:26px}.terms-text p,.terms-text .text,.terms-text li{font-size:17px;line-height:1.85}.terms-text h6{font-size:20px;margin-top:42px}}@media(max-width: 768px){.terms{padding:70px 0}.terms-text{padding:30px 24px;border-radius:22px}.terms-text h1{padding-bottom:18px;margin-bottom:24px}.terms-text h1::after{width:65px;height:2px}.terms-text p,.terms-text .text,.terms-text li{font-size:16px;line-height:1.8}.terms-text h6{margin-top:34px;margin-bottom:16px;font-size:19px}.terms-text li{padding-left:24px}.terms-text li::before{width:8px;height:8px;top:10px}}@media(max-width: 480px){.terms-text{padding:24px 18px}.terms-text p,.terms-text .text,.terms-text li{font-size:15px}.terms-text h6{font-size:18px}}.cookies-popup{position:fixed;right:24px;bottom:24px;z-index:9999;width:min(420px,100% - 32px);transition:.35s ease}.cookies-popup.hidden{opacity:0;visibility:hidden;transform:translateY(20px)}.cookies-popup__box{position:relative;padding:24px;border-radius:22px;background:linear-gradient(135deg, rgba(15, 13, 10, 0.98), rgba(28, 20, 11, 0.97));border:1px solid rgba(215,181,110,.25);box-shadow:0 24px 70px rgba(0,0,0,.55);backdrop-filter:blur(18px);overflow:hidden}.cookies-popup__label{display:inline-block;margin-bottom:10px;color:#d7b56e;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em}.cookies-popup h3{margin:0 0 12px;color:#fff;font-family:Georgia,serif;font-size:26px;line-height:1.15}.cookies-popup p{margin:0;color:hsla(0,0%,100%,.68);line-height:1.6;font-size:14px}.cookies-popup__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.cookies-btn,.cookies-save{border:0;cursor:pointer;padding:13px 18px;border-radius:100px;font-weight:800;letter-spacing:.08em;font-size:11px;text-transform:uppercase;transition:.25s}.cookies-btn--gold,.cookies-save{background:#d7b56e;color:#111}.cookies-btn--ghost{background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.14)}.cookies-btn--light{background:hsla(0,0%,100%,.08);color:#fff}.cookies-settings{display:none;margin-top:22px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.08);max-height:360px;overflow-y:auto}.cookies-settings.active{display:block}.cookies-settings__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.cookies-settings h4{margin:0;color:#fff;font-size:21px;font-family:Georgia,serif}.cookies-settings__close{width:34px;height:34px;border-radius:50%;border:0;background:hsla(0,0%,100%,.08);color:#fff;cursor:pointer}.cookie-option{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}.cookie-option strong{display:block;margin-bottom:5px;color:#fff;font-size:15px}.cookie-option p{font-size:13px}.switch{position:relative;width:50px;height:28px;flex:0 0 50px}.switch input{display:none}.switch span{position:absolute;inset:0;border-radius:100px;background:#4b4337;cursor:pointer}.switch span::before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.25s}.switch input:checked+span{background:#d7b56e}.switch input:checked+span::before{transform:translateX(22px)}.cookies-save{margin-top:18px}@media(max-width: 560px){.cookies-popup{right:16px;left:16px;bottom:16px;width:auto}.cookies-popup__box{padding:20px}.cookies-popup h3{font-size:23px}.cookies-btn,.cookies-save{width:100%}}.casino-hero{padding:120px 7%;background:radial-gradient(circle at 85% 15%, rgba(215, 181, 110, 0.18), transparent 34%),linear-gradient(135deg, #080806 0%, #17110a 52%, #261a0c 100%);color:#fff;overflow:hidden}.casino-hero__container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr .95fr;gap:80px;align-items:center}.casino-hero__content{position:relative;padding:54px 0 54px 38px}.casino-hero__content::before{content:"";position:absolute;left:0;top:54px;bottom:54px;width:3px;border-radius:20px;background:linear-gradient(180deg, #d7b56e, transparent)}.casino-hero__tag{display:inline-block;margin-bottom:26px;color:#d7b56e;font-size:13px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.casino-hero h1{max-width:760px;margin:0 0 34px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,5.6vw,84px);line-height:1.05}.casino-hero p{max-width:720px;margin:0 0 22px;color:hsla(0,0%,100%,.66);font-size:20px;line-height:1.85}.casino-hero__btn{display:inline-flex;margin-top:26px;padding:18px 34px;border-radius:100px;background:#d7b56e;color:#11100c;text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.16em;transition:transform .25s ease,box-shadow .25s ease}.casino-hero__btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.35)}.casino-hero__visual{position:relative;min-height:560px;border-radius:36px;overflow:hidden;transform:rotate(-1.5deg);box-shadow:0 35px 90px rgba(0,0,0,.45)}.casino-hero__visual::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.58)),radial-gradient(circle at 20% 20%, rgba(215, 181, 110, 0.18), transparent 36%);pointer-events:none}.casino-hero__visual img{width:100%;height:100%;min-height:560px;object-fit:cover;display:block;transform:scale(1.04) rotate(1.5deg)}.casino-hero__note{position:absolute;left:28px;right:28px;bottom:28px;z-index:3;padding:24px 26px;border-radius:24px;background:rgba(8,8,6,.78);border:1px solid rgba(215,181,110,.28);backdrop-filter:blur(14px)}.casino-hero__note strong{display:block;margin-bottom:8px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:25px}.casino-hero__note span{color:hsla(0,0%,100%,.62);font-size:15px;line-height:1.6}@media(max-width: 1050px){.casino-hero__container{grid-template-columns:1fr;gap:55px}.casino-hero__visual{transform:none}.casino-hero__visual img{transform:scale(1.04)}}@media(max-width: 600px){.casino-hero{padding:75px 20px}.casino-hero__content{padding-left:24px}.casino-hero p{font-size:18px}.casino-hero__visual,.casino-hero__visual img{min-height:420px}.casino-hero__note{left:18px;right:18px;bottom:18px}}.casino-steps{padding:120px 7%;background:radial-gradient(circle at 50% 0%, rgba(215, 181, 110, 0.16), transparent 34%),linear-gradient(135deg, #080806 0%, #16110b 56%, #24180c 100%);color:#fff}.casino-steps__container{max-width:1500px;margin:0 auto}.casino-steps__head{max-width:820px;margin:0 auto 70px;text-align:center}.casino-steps__head span{display:inline-block;margin-bottom:18px;color:#d7b56e;font-size:13px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.casino-steps__head h2{margin:0 0 24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,5vw,72px);line-height:1.08}.casino-steps__head p{margin:0;color:hsla(0,0%,100%,.62);font-size:20px;line-height:1.75}.casino-steps__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:22px}.casino-steps__item{position:relative;min-height:310px;padding:38px 32px;border-radius:32px;background:hsla(0,0%,100%,.045);border:1px solid rgba(215,181,110,.18);overflow:hidden;transition:.25s ease}.casino-steps__item::before{content:"";position:absolute;right:-42px;top:-42px;width:125px;height:125px;border-radius:50%;background:rgba(215,181,110,.13);opacity:0;transition:.25s ease}.casino-steps__item:hover{transform:translateY(-6px);border-color:rgba(215,181,110,.48);background:rgba(215,181,110,.075)}.casino-steps__item:hover::before{opacity:1}.casino-steps__item strong{display:block;margin-bottom:48px;color:#d7b56e;font-family:Georgia,"Times New Roman",serif;font-size:64px;line-height:1}.casino-steps__item h3{margin:0 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:25px}.casino-steps__item p{margin:0;color:hsla(0,0%,100%,.62);font-size:16px;line-height:1.75}@media(max-width: 1100px){.casino-steps__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 600px){.casino-steps{padding:75px 20px}.casino-steps__grid{grid-template-columns:1fr}.casino-steps__item{min-height:auto}}.casino-lounge-info{padding:120px 7%;background:linear-gradient(135deg, #080806 0%, #17110a 55%, #24180c 100%);color:#fff}.casino-lounge-info__container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:80px;align-items:center}.casino-lounge-info__image{position:relative;min-height:520px;border-radius:36px;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.45)}.casino-lounge-info__image::after{content:"";position:absolute;inset:18px;border:1px solid rgba(215,181,110,.42);border-radius:24px;pointer-events:none}.casino-lounge-info__image img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}.casino-lounge-info__content span{display:inline-block;margin-bottom:24px;color:#d7b56e;font-size:13px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.casino-lounge-info__content h2{margin:0 0 30px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,72px);line-height:1.08}.casino-lounge-info__content p{max-width:760px;margin:0 0 22px;color:hsla(0,0%,100%,.66);font-size:20px;line-height:1.85}@media(max-width: 1050px){.casino-lounge-info__container{grid-template-columns:1fr;gap:50px}}@media(max-width: 600px){.casino-lounge-info{padding:75px 20px}.casino-lounge-info__image,.casino-lounge-info__image img{min-height:380px}.casino-lounge-info__content p{font-size:18px}}