.site-header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#040b1ceb;border-bottom:1px solid #6a84c629;justify-content:space-between;align-items:center;gap:1rem;min-height:82px;padding:.9rem clamp(1rem,2.4vw,2rem);display:flex;position:sticky;top:0}.brand-logo{object-fit:contain;flex-shrink:0;width:auto;height:56px}.desktop-nav{white-space:nowrap;align-items:center;gap:clamp(.8rem,1.7vw,1.8rem);font-weight:700;display:flex}.desktop-nav a{opacity:.85;position:relative}.desktop-nav a:hover,.desktop-nav a:focus-visible{opacity:1}.desktop-nav a:first-child:after{content:"";background:var(--blue);width:100%;height:2px;position:absolute;bottom:-.4rem;left:0}.header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.mobile-menu-button{background:#ffffff0a;border:1px solid #ffffff24;border-radius:14px;flex-direction:column;justify-content:center;gap:5px;width:48px;height:48px;padding:0;display:none}.mobile-menu-button span{background:#fff;width:22px;height:2px;margin:0 auto;transition:transform .2s,opacity .2s}.mobile-menu-button.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-button.is-open span:nth-child(2){opacity:0}.mobile-menu-button.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=1120px){.desktop-nav,.desktop-booking{display:none}.mobile-menu-button{display:flex}}@media (width<=760px){.site-header{min-height:64px;padding:.65rem .85rem}.header-actions a.btn{display:none}.brand-logo{height:40px}.mobile-menu-button{border-radius:12px;width:44px;height:44px}}@media (width<=380px){.site-header{gap:.6rem;padding-inline:.7rem}.brand-logo{height:36px}.mobile-menu-button{width:40px;height:40px}}.mobile-drawer{z-index:90;opacity:0;pointer-events:none;transition:opacity .25s;position:fixed;inset:82px 0 0}.mobile-drawer.is-open{opacity:1;pointer-events:auto}.mobile-drawer-nav{background:#040b1cfa;border-bottom:1px solid #6a84c633;gap:.25rem;padding:1rem;transition:transform .25s;display:grid;transform:translateY(-120%);box-shadow:0 18px 35px #00000047}.mobile-drawer.is-open .mobile-drawer-nav{transform:translateY(0)}.mobile-drawer-nav a{color:#ffffffe6;border-radius:10px;padding:.95rem .7rem;font-weight:700}.mobile-drawer-nav a:hover,.mobile-drawer-nav a:focus-visible{color:#fff;background:#ffffff0f;outline:none}@media (width<=760px){.mobile-drawer{top:64px}.mobile-drawer-nav{padding:.75rem}.mobile-drawer-nav a{padding:.85rem .65rem}}@media (width<=380px){.mobile-drawer{top:58px}}.hero-section{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:clamp(520px,70vh,720px);display:grid;position:relative}.hero-content{width:100%;padding-block:4rem 5rem}.hero-copy{text-align:center;flex-direction:column;align-items:center;width:100%;padding:clamp(1.5rem,2vw,2rem);display:flex}.hero-logo{width:clamp(180px,30vw,360px);height:auto}.status-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:.75rem;margin-top:1.4rem;padding:.85rem 1.1rem;font-weight:700;display:inline-flex}.status-badge.is-open{background:#147d2f38;border:1px solid #21c45d70}.status-badge.is-closed{background:#b12c2c33;border:1px solid #e5393557}.status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:11px;height:11px;box-shadow:0 0 0 6px #ffffff14}.status-badge.is-open .status-dot{color:var(--green)}.status-badge.is-closed .status-dot{color:#ff7d7d}.hero-copy h1{text-transform:uppercase;letter-spacing:.03em;text-align:center;margin:0;font-size:clamp(3.4rem,9vw,7rem);line-height:.95}.hero-subtitle{text-transform:uppercase;text-align:center;margin:.8rem 0 1.1rem;font-size:clamp(1.2rem,2.5vw,2.2rem);font-weight:800}.hero-highlight{text-transform:uppercase;text-align:center;flex-wrap:wrap;justify-content:center;gap:.45rem .75rem;margin:0 0 1rem;font-size:clamp(1.6rem,4vw,3rem);font-weight:900;display:flex}.hero-highlight span:first-child{color:var(--red-dark)}.hero-highlight span:nth-child(2){color:var(--blue)}.hero-highlight span:nth-child(3){color:var(--gold)}.hero-description{max-width:600px;color:var(--muted);text-align:center;margin:0;font-size:clamp(1.05rem,1.5vw,1.35rem);font-weight:400;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}@media (width<=1100px){.hero-content{padding-block:1rem 4rem}.hero-logo{width:clamp(170px,36vw,320px)}}@media (width<=760px){.hero-section{background-position:top;background-size:cover}.hero-content{padding-block:1rem 2.75rem}.hero-copy{padding:1rem .75rem}.hero-logo{width:min(62vw,230px)}.status-badge{margin-top:1rem;padding:.72rem .9rem;font-size:.9rem;line-height:1.2}.hero-copy h1{font-size:clamp(2.6rem,14vw,4.2rem);line-height:.95}.hero-subtitle{margin:.65rem 0 .9rem;font-size:clamp(1.05rem,5vw,1.55rem)}.hero-highlight{gap:.35rem .55rem;font-size:clamp(1.35rem,7vw,2.15rem)}.hero-description{max-width:34rem;font-size:1rem;line-height:1.55}.hero-actions{flex-direction:column;gap:.75rem;width:100%;margin-top:1.4rem}.hero-actions .btn{width:100%}}@media (width<=480px){.hero-content{padding-block:.75rem 2.2rem}.hero-logo{width:min(70vw,210px)}.hero-copy{padding-inline:.25rem}.status-badge{max-width:100%;font-size:.84rem}.hero-description{font-size:.95rem}}.feature-grid{z-index:3;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;display:grid;position:relative}.feature-card{border-radius:var(--radius);border:3px solid var(--panel-border);min-height:240px;box-shadow:var(--shadow);color:inherit;background-position:50%;background-size:cover;text-decoration:none;transition:transform .2s,border-color .2s;display:block;overflow:hidden}.feature-card:hover{transform:scale(1.03)}.feature-card:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.feature-card__content{text-align:center;background:linear-gradient(#040b1a0d,#040b1ad6);flex-direction:column;justify-content:flex-end;align-items:center;height:100%;padding:1.8rem;display:flex}.feature-cardPicture{width:min(40%,150px);height:auto}.feature-card__content .steps-panel__underline{margin-inline:auto;margin-bottom:.8rem}.feature-card p{color:var(--muted);margin:0;line-height:1.55}.feature-link{text-transform:uppercase;margin-top:auto;font-size:1.2rem;font-weight:900}.feature-link.red{color:var(--red-dark)}.feature-link.blue{color:var(--blue)}.feature-link.gold{color:var(--gold)}@media (width<=1100px){.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:-1.8rem}.feature-card{min-height:220px}.feature-card__content{padding:1.35rem}.feature-link{font-size:1rem}}@media (width<=900px){.feature-grid{grid-template-columns:1fr;margin-top:-1rem}.feature-card{min-height:220px}.feature-cardPicture{width:min(34%,140px)}}@media (width<=760px){.feature-grid{gap:1rem;margin-top:0}.feature-card{border-radius:18px;min-height:205px}.feature-card:hover{transform:none}.feature-card__content{padding:1.15rem}.feature-cardPicture{width:min(42%,130px)}.feature-card p{font-size:.95rem}.feature-link{font-size:.98rem}}@media (width<=480px){.feature-card{min-height:190px}.feature-card__content{padding:1rem}.feature-cardPicture{width:min(48%,120px)}}.split-section{grid-template-columns:minmax(0,1fr) minmax(0,.94fr);align-items:start;column-gap:2.7rem;margin-top:1.15rem;display:grid;position:relative}.split-section>*{min-width:0}.steps-panel{flex-direction:column;justify-content:center;min-height:100%;padding:.05rem 0 0;position:relative}.steps-panel__header{margin-bottom:1.8rem}.steps-flow{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;column-gap:1.65rem;display:grid}.steps-flow__item{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-width:0;padding-top:.15rem;display:flex;position:relative}.steps-flow__icon-wrap{justify-content:center;align-items:center;width:100%;height:6.6rem;margin-bottom:1.05rem;display:flex}.steps-flow__icon{object-fit:contain;width:100%;max-width:10rem;max-height:10rem;display:block}.steps-flow__content{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.steps-flow__title-row{justify-content:center;align-items:center;gap:.7rem;margin-bottom:.55rem;display:flex}.steps-flow__picto{flex-shrink:0;width:1.4rem;height:auto}.steps-flow__item h3{text-transform:uppercase;letter-spacing:.01em;color:#fff;margin:0;font-size:.98rem;font-weight:900;line-height:1}.steps-flow__item p{color:#ffffffe6;width:100%;margin:0;font-size:.92rem;font-weight:500;line-height:1.45}.steps-flow__connector{pointer-events:none;width:2.05rem;height:.5rem;position:absolute;top:2.9rem;left:calc(100% + .2rem)}.steps-flow__connector:before{content:"";border-top:2px dotted #fff;width:2.55rem;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}.steps-flow__connector:after{content:"";border-top:2px solid #fff;border-right:2px solid #fff;width:.42rem;height:.42rem;position:absolute;top:50%;right:.1rem;transform:translateY(-50%)rotate(45deg)}@media (width<=1320px){.split-section{column-gap:2rem}.steps-flow{column-gap:1.15rem}.steps-flow__connector{width:1.4rem;left:calc(100% + .05rem)}.steps-flow__connector:before{width:1rem}}@media (width<=1100px){.split-section{grid-template-columns:1fr;row-gap:2.3rem}.steps-panel{display:block}.steps-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem 1.5rem}.steps-flow__item p{max-width:24ch;margin-inline:auto}.steps-flow__connector{display:none}}@media (width<=760px){.steps-panel__header{margin-bottom:1.35rem}.steps-flow{grid-template-columns:1fr;row-gap:1.5rem}.steps-flow__icon-wrap{height:auto;margin-bottom:.8rem}.steps-flow__icon{max-width:5.6rem;max-height:5.6rem}.steps-flow__title-row{gap:.55rem}.steps-flow__item p{max-width:none}}.menu-panel{--menu-card-height:17.5rem;min-width:0;position:relative}.menu-panel:before{content:"";background:linear-gradient(#ffffff0a 0%,#ffffff24 18%,#ffffff0f 100%);width:1px;position:absolute;top:0;bottom:0;left:-1.35rem}.menu-panel__inner{padding-left:.95rem}.menu-panel__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.menu-panel__icons{opacity:.92;flex-shrink:0;align-items:center;gap:.95rem;display:flex}.menu-panel__icons img,.menu-panel__icon-button img{object-fit:contain;width:3rem;height:3rem;display:block}.menu-panel__icon-button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.menu-panel__icon-button:focus-visible{outline-offset:4px;outline:2px solid #ffffffb3}.menu-panel__icon-button.is-active{cursor:default}.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:var(--menu-card-height);align-items:stretch;gap:.95rem;display:grid}.menu-card{height:var(--menu-card-height);background:#060a169e;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.menu-card:hover{transform:scale(1.02)}.menu-card__image{object-fit:cover;flex-shrink:0;width:100%;height:9.5rem;display:block}.menu-card__body{flex-direction:column;flex:1;min-height:0;padding:.75rem .9rem .8rem;display:flex}.menu-card h3{text-transform:uppercase;letter-spacing:.01em;color:#fff;margin:0 0 .5rem;font-size:.88rem;font-weight:900;line-height:1.05}.menu-card p{color:#ffffffd6;margin:0 0 .72rem;font-size:.82rem;font-weight:500;line-height:1.38}.menu-card strong{color:#d94bff;font-size:.95rem;font-weight:900;line-height:1;display:block}.menu-card__body__price{margin-top:auto}.menu-panel__cta{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.01em;background:linear-gradient(#ef4439 0%,#d92f26 100%);border-radius:8px;width:fit-content;min-width:14.6rem;margin:1.05rem auto 0;padding:.84rem 1.3rem .88rem;font-size:.88rem;font-weight:900;text-decoration:none;display:block;box-shadow:0 10px 24px #ef44392e,inset 0 1px #ffffff24}.menu-panel__cta:hover{transform:translateY(-1px)}.menu-panel__cta:focus-visible{outline-offset:3px;outline:2px solid #ffffffb3}@media (width<=1320px){.menu-panel{--menu-card-height:18.5rem}.menu-panel:before{left:-1rem}.menu-panel__inner{padding-left:.65rem}}@media (width<=1100px){.menu-panel{--menu-card-height:17.5rem}.menu-panel:before{display:none}.menu-panel__inner{padding-left:0}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.menu-panel{--menu-card-height:clamp(19.5rem, 52vw, 22rem)}.menu-panel__header{flex-direction:column;align-items:flex-start}.menu-panel__icons{gap:.85rem}.menu-panel__icons img,.menu-panel__icon-button img{width:2.55rem;height:2.55rem}.menu-grid{grid-template-columns:1fr;gap:1rem}.menu-card:hover{transform:none}.menu-card__image{height:clamp(9rem,48vw,12rem)}.menu-panel__cta{width:100%;min-width:0}}.games-panel{background-position:50%;background-size:cover;border:1px solid #4374d37a;border-radius:22px;height:100%;min-height:760px;overflow:hidden;box-shadow:0 0 0 1px #1b3e822e,0 22px 70px #0000005c,inset 0 0 55px #1f5fbe14}.games-panel__content{flex-direction:column;height:100%;padding:38px 36px 32px;display:flex}.games-panel__header{max-width:610px}.games-panel__icon-box{background:radial-gradient(circle,#258aff38,#04122bd6);border:1px solid #2e8fff8c;border-radius:14px;place-items:center;width:58px;height:58px;margin-bottom:22px;display:grid;box-shadow:0 0 18px #2a84ff59,inset 0 0 18px #2a84ff29}.games-panel__icon{color:#5fb0ff;filter:drop-shadow(0 0 7px #45a6ff85);width:30px;height:30px}.games-panel__subtitle{color:#f4d8b4;letter-spacing:.01em;text-transform:uppercase;text-shadow:0 2px #00000073;margin:12px 0 20px;font-size:clamp(1.25rem,1.8vw,1.55rem);font-weight:900;line-height:1.05}.games-panel__intro{color:#ffffffdb;text-shadow:0 2px 10px #000000a6;max-width:600px;font-size:1.08rem;font-weight:500;line-height:1.45;display:block}.games-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.games-highlight{text-align:center;background:linear-gradient(#0d2648c2,#041227db),#08182dbd;border:1px solid #4084d957;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:164px;padding:27px 17px 22px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;box-shadow:inset 0 0 30px #2d82ff12,0 12px 30px #0003}.games-highlight:hover{border-color:#63a7ff9e;transform:translateY(-4px);box-shadow:0 0 26px #2d82ff2e,inset 0 0 34px #2d82ff17}.games-highlight__icon{width:35px;height:35px;margin-bottom:20px}.games-highlight--1 .games-highlight__icon{color:#ffc75f;filter:drop-shadow(0 0 8px #ffc75f85)}.games-highlight--2 .games-highlight__icon{color:#bd76ff;filter:drop-shadow(0 0 9px #bd76ff85)}.games-highlight--3 .games-highlight__icon{color:#ff4f83;filter:drop-shadow(0 0 9px #ff4f8385)}.games-highlight h3{color:#fff;text-transform:uppercase;text-shadow:0 2px #0000006b;margin:0 0 12px;font-size:.95rem;font-weight:950;line-height:1.25}.games-highlight p{color:#ffffffd1;margin:0;font-size:.95rem;font-weight:500;line-height:1.38}.games-library-link{color:#07111e;text-transform:uppercase;background:linear-gradient(#ffe08a,#f2c94c);border:1px solid #ffc75fb8;border-radius:8px;align-items:center;gap:10px;width:fit-content;margin-top:20px;padding:13px 20px;font-size:.94rem;font-weight:950;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 14px 30px #f2c94c33}.games-library-link svg{flex-shrink:0;width:14px;height:14px}.games-library-link:hover,.games-library-link:focus-visible{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 18px 38px #f2c94c47}.games-library-link:focus-visible{outline-offset:3px;outline:3px solid #ffffffd1}.games-practical-card{background:linear-gradient(#081c39d1,#041124e0),#051326c7;border:1px solid #4084d947;border-radius:14px;align-items:center;gap:24px;margin-top:24px;padding:24px;display:flex;box-shadow:inset 0 0 32px #2b82ff0f,0 12px 34px #0000003d}.games-practical-card__icon-box{background:radial-gradient(circle,#ffc3571f,#101f37e0);border:1px solid #4d7fcd47;border-radius:50%;flex:0 0 78px;place-items:center;width:78px;height:78px;display:grid;box-shadow:0 0 18px #ffc3571f,inset 0 0 20px #ffffff0a}.games-practical-card__icon{color:#ffc45d;width:42px;height:42px}.games-practical-card h3{color:#fff;text-transform:uppercase;text-shadow:0 2px #00000061;margin:2px 0 10px;font-size:1.03rem;font-weight:950;line-height:1.15}.games-practical-card p{color:#ffffffd6;margin:3px 0;font-size:1rem;font-weight:500;line-height:1.28}.games-practical-card strong{color:#ffc45d;font-weight:900}.games-map-link{color:#ffffffd6;text-transform:uppercase;background:#5c69b933;border:1px solid #96a5ff99;border-radius:6px;align-items:center;gap:10px;width:fit-content;margin-top:16px;padding:10px 17px;font-size:.92rem;font-weight:900;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.games-map-link svg{width:13px;height:13px}.games-map-link:hover{color:#fff;background:#6e7cdc52;border-color:#bec8ffe6;transform:translateY(-2px)}@media (width<=900px){.games-panel{min-height:auto}.games-panel__content{padding:28px}.games-highlights{grid-template-columns:1fr}.games-practical-card{flex-direction:column;gap:16px}}.booking-panel{background:radial-gradient(circle at 50% 8%,#ff49b829,#0000 18%),linear-gradient(#061122f5,#040b18fa);border:1px solid #5078dc73;border-radius:22px;height:100%;min-height:935px;overflow:hidden}.booking-panel__content{flex-direction:column;align-items:center;height:100%;padding:44px 32px 34px;display:flex}.booking-panel__header{text-align:center}.booking-panel__icon-box{color:#ff4bb8;filter:drop-shadow(0 0 18px #ff49b885);justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 24px;display:flex}.booking-panel__icon{width:100%;height:100%}.booking-panel__subtitle{color:#ffffffd1;margin:14px 0 0;font-size:1.25rem}.booking-iframe-wrapper{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#ff4bb8b3,#4d5affb3) border-box;border:1px solid #0000;border-radius:16px;width:100%;max-width:690px;height:550px;margin-top:34px;padding:10px;overflow:hidden;box-shadow:0 20px 45px #00000059,0 0 35px #ff4bb824}.booking-iframe-wrapper iframe{background:#fff;border:0;border-radius:10px;width:100%;height:100%;display:block}.booking-secure-card{background:#00506933;border:1px solid #16a0cd61;border-radius:14px;align-items:center;gap:18px;width:100%;max-width:690px;margin-top:32px;padding:20px 28px;display:flex}.booking-secure-card__icon-box{color:#b9c5ff;background:#ffffff0a;border:1px solid #7896ff59;border-radius:50%;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.booking-secure-card__icon-box svg{width:24px;height:24px}.booking-secure-card p{color:#fffffff0;margin:0 0 4px;font-size:1.05rem;font-weight:700}.booking-secure-card span{color:#ffffffd6;font-size:1rem}.booking-help{color:#ffffffd1;align-items:center;gap:18px;margin-top:48px;display:flex}.booking-help svg{color:#b9b6ff;flex:0 0 32px;width:32px;height:32px}.booking-help p{margin:0;font-size:1rem}@media (width<=900px){.booking-panel{min-height:auto}.booking-panel__content{padding:32px 22px}.booking-panel__subtitle{font-size:1rem}.booking-iframe-wrapper{height:550px}.booking-secure-card{align-items:flex-start;padding:18px}.booking-help{align-items:flex-start;margin-top:32px}}.gallery-section{gap:1rem;margin-top:1.15rem;display:grid}.gallery-section__grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(9.5rem,13vw,14rem);grid-auto-flow:dense;gap:.85rem;display:grid}.gallery-photo{background:#080e1eb3;border-radius:8px;min-width:0;height:100%;margin:0;overflow:hidden;box-shadow:0 14px 30px #00000038}.gallery-photo:first-child{grid-area:span 2/span 2}.gallery-photo:nth-child(4){grid-row:span 2}.gallery-photo img{object-fit:cover;width:100%;height:100%;transition:transform .22s;display:block}.gallery-photo:hover img{transform:scale(1.035)}@media (width<=900px){.gallery-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:clamp(10rem,28vw,14rem)}}@media (width<=760px){.gallery-section__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:1rem}.gallery-photo,.gallery-photo:first-child,.gallery-photo:nth-child(4){aspect-ratio:4/3;grid-area:auto}}.contact-section{margin-bottom:2rem}.contact-container{z-index:1;position:relative}.contact-panel{background:linear-gradient(135deg,#091c34f0,#050e1bf5),radial-gradient(circle at 100% 0,#de2b2724,#0000 30%);border:1px solid #6a87d68c;border-radius:10px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:40px;padding:38px;display:grid;box-shadow:0 18px 45px #00000059}.section-kicker{text-transform:uppercase;letter-spacing:.08em;color:#6f91ff;margin-bottom:8px;font-weight:800;display:inline-block}.contact-content p{color:#ffffffd1;max-width:430px;margin:14px 0 0;line-height:1.65}.contact-highlight{background:#ffffff0f;border-left:4px solid #df2d28;border-radius:8px;margin-top:28px;padding:18px 20px}.contact-highlight strong,.contact-highlight span{display:block}.contact-highlight strong{color:#fff;margin-bottom:4px;font-size:1.05rem}.contact-highlight span{color:#ffffffbf}.contact-form{flex-direction:column;gap:18px;min-width:0;display:flex}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-group{flex-direction:column;gap:8px;min-width:0;display:flex}.form-group label{text-transform:uppercase;letter-spacing:.05em;color:#ffffffe0;font-size:.85rem;font-weight:800}.form-group input,.form-group textarea{color:#fff;width:100%;font:inherit;background:#020912c7;border:1px solid #7090e06b;border-radius:8px;outline:none;padding:14px 15px;transition:border-color .2s,box-shadow .2s,background .2s}.form-group textarea{resize:vertical;min-height:150px}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff61}.form-group input:focus,.form-group textarea:focus{background:#051222f2;border-color:#6f91ff;box-shadow:0 0 0 3px #6f91ff2e}.contact-submit{color:#fff;text-transform:uppercase;cursor:pointer;background:#df2d28;border:0;border-radius:6px;align-self:flex-start;padding:15px 28px;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;box-shadow:0 7px #961d1a}.contact-submit:hover{background:#f03a34;transform:translateY(-2px);box-shadow:0 9px #961d1a}.contact-submit:active{transform:translateY(4px);box-shadow:0 3px #961d1a}.contact-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-status{margin:0;font-size:.95rem;font-weight:800}.contact-status--success{color:#7dffb2}.contact-status--error{color:#f77}@media (width<=900px){.contact-panel{grid-template-columns:1fr;gap:30px;padding:30px 24px}.contact-content p{max-width:none}}@media (width<=760px){.contact-section{padding:36px 0 46px}.contact-panel{border-radius:14px;padding:24px 18px}.form-row{grid-template-columns:1fr}.contact-submit{width:100%}}@media (width<=480px){.contact-panel{padding:20px 14px}.contact-highlight{padding:16px}.form-group input,.form-group textarea{padding:13px}}.site-footer{isolation:isolate;background-position:50%;background-repeat:no-repeat;background-size:cover;border-top:1px solid #ffb45a24;margin-top:0;padding:3.2rem 0 2rem;position:relative;overflow:hidden}.site-footer:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#06080e05 0%,#06080e14 20%,#06080e38 48%,#06080e94 100%);position:absolute;inset:0}.site-footer:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#08091000 0%,#0809102e 30%,#08091094 100%);height:42%;position:absolute;bottom:0;left:0;right:0}.footer-content{z-index:1;grid-template-columns:minmax(220px,290px) minmax(320px,1fr);align-items:end;gap:1.8rem;max-width:1180px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.footer-left,.footer-center{text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080c16c2;border:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;min-height:200px;display:flex;box-shadow:0 10px 24px #00000029}.footer-left{text-shadow:0 2px 6px #000000e6,0 2px 12px #000000d9,0 2px 18px #0009;border-radius:18px;padding:.9rem 1rem}.footer-left h3{letter-spacing:.04em;text-transform:uppercase;color:#fff;margin:0 0 .45rem;font-size:1.05rem;font-weight:900;line-height:1.1}.footer-left p{color:#ffffffeb;max-width:24ch;margin:0;font-size:.95rem;font-weight:500;line-height:1.45}.social-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:.95rem;display:flex}.social-row a{color:#fff;background:#ffffff0d;border:1px solid #ffbe6e61;border-radius:999px;justify-content:center;align-items:center;width:2.7rem;height:2.7rem;font-size:1rem;font-weight:900;line-height:1;text-decoration:none;transition:transform .18s,background .18s,border-color .18s;display:inline-flex;box-shadow:0 8px 18px #0000002e}.social-row a:hover{background:#ffbe6e1f;border-color:#ffbe6eb3;transform:translateY(-2px)}.footer-center{border-radius:20px;padding:1rem 1.4rem .9rem;box-shadow:0 10px 26px #00000024}.footer-logo{width:min(100%,20.2rem);margin-bottom:.8rem;display:block}.footer-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem 1rem;margin-bottom:.55rem;display:flex}.footer-meta a{color:#ffffffe6;text-shadow:0 2px 8px #0000006b;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .18s,opacity .18s}.footer-meta a:hover{color:#fff}.footer-copy{color:#ffffffd1;text-shadow:0 2px 8px #0000006b;margin:0;font-size:.88rem;font-weight:500;line-height:1.35}@media (width<=1080px){.site-footer{min-height:auto;padding:2.4rem 0 1.8rem}.footer-content{grid-template-columns:1fr;gap:1rem;padding:0 1.2rem}.footer-left,.footer-center{width:100%;max-width:720px;min-height:auto;margin:0 auto}.footer-left p{max-width:32ch}}@media (width<=760px){.site-footer{padding:1.8rem 0 1.4rem;padding-bottom:calc(5.8rem + env(safe-area-inset-bottom));background-position:50%}.footer-content{padding:0 .9rem}.footer-left,.footer-center{border-radius:16px;padding:.95rem .9rem}.footer-left h3{font-size:.98rem}.footer-left p,.footer-meta a,.footer-copy{font-size:.83rem}.footer-logo{width:min(100%,10.8rem)}}@media (width<=480px){.footer-content{padding:0 .7rem}.footer-left,.footer-center{padding:.85rem .75rem}.footer-meta{gap:.55rem .75rem}.social-row a{width:2.45rem;height:2.45rem}.footer-logo{width:min(100%,9.5rem)}}.legal-page{background:linear-gradient(#050b1af5,#081127fa),radial-gradient(circle at 12% 0,#e539352e,#0000 32%),radial-gradient(circle at 88% 8%,#f2c94c1f,#0000 28%);min-height:100vh;padding:4.5rem 0}.legal-page__container{max-width:1020px}.legal-page__back-link{color:#ffffffc7;text-transform:uppercase;letter-spacing:.04em;align-items:center;margin-bottom:1.4rem;font-size:.86rem;font-weight:800;display:inline-flex}.legal-page__back-link:hover,.legal-page__back-link:focus-visible{color:#fff}.legal-page__header{border-radius:var(--radius);box-shadow:var(--shadow);background:#070e1fdb;border:1px solid #ffffff1a;padding:clamp(1.4rem,4vw,3rem)}.legal-page__eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .7rem;font-size:.85rem;font-weight:900}.legal-page__header h1{text-transform:uppercase;margin:0;font-size:clamp(2.4rem,6vw,4.6rem);line-height:.96}.legal-page__header p{max-width:760px;color:var(--muted);margin:1.1rem 0 0;font-size:1.05rem;line-height:1.65}.legal-page__header span{color:#ffffffb8;margin-top:1rem;font-size:.92rem;font-weight:700;display:inline-flex}.legal-page__content{gap:1rem;margin-top:1rem;display:grid}.legal-section{background:#ffffff0b;border:1px solid #ffffff14;border-radius:18px;padding:clamp(1.2rem,3vw,2rem)}.legal-section h2{text-transform:uppercase;margin:0 0 .95rem;font-size:clamp(1.2rem,3vw,1.7rem);line-height:1.1}.legal-section p{color:#f5f7fbdb;margin:0;line-height:1.7}.legal-section p+p,.legal-section ul+p{margin-top:.85rem}.legal-section a{color:#fff;text-underline-offset:.22em;font-weight:800;-webkit-text-decoration:underline #f2c94ccc;text-decoration:underline #f2c94ccc}.legal-section ul{color:#f5f7fbdb;margin:0;padding-left:1.2rem;line-height:1.7}.legal-list{gap:.75rem;margin:0;display:grid}.legal-row{border-bottom:1px solid #ffffff14;grid-template-columns:minmax(180px,.35fr) 1fr;gap:.8rem 1.2rem;padding-bottom:.75rem;display:grid}.legal-row:last-child{border-bottom:0;padding-bottom:0}.legal-row dt{color:#ffffffad;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:900}.legal-row dd{color:#fff;gap:.18rem;margin:0;font-weight:650;line-height:1.45;display:grid}@media (width<=760px){.legal-page{padding:2.2rem 0 calc(5.8rem + env(safe-area-inset-bottom))}.legal-page__header,.legal-section{border-radius:16px}.legal-row{grid-template-columns:1fr;gap:.25rem}}:root{--bg:#050b1a;--bg-soft:#081127;--panel:#070e1fe0;--panel-border:#7891d833;--text:#f5f7fb;--muted:#c6cede;--red:#e53935;--red-dark:#d3180b;--blue:#3057e6;--gold:#f2c94c;--green:#21c45d;--shadow:0 18px 40px #00000059;--radius:24px;--container:1400px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}main [id]{scroll-margin-top:104px}body{min-width:320px;color:var(--text);background:radial-gradient(circle at top,#1a409c38,#0000 34%),linear-gradient(#031022 0%,#050b1a 60%,#07111e 100%);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}body:has(.mobile-bottom-nav){padding-bottom:0}a{color:inherit;text-decoration:none}img,picture,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.section-title{text-transform:uppercase;letter-spacing:.03em;color:#fff;white-space:nowrap;margin:0;font-size:clamp(2.25rem,3vw,2.5rem);font-weight:900;line-height:.96}.steps-panel__underline{background:linear-gradient(90deg,#4e78ff 0%,#6b8dff 10%,#6b8dff00 100%);border-radius:999px;width:12rem;height:.26rem;margin-top:.85rem;margin-bottom:.85rem;display:block}.section-subtitle{text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:1.45rem;font-weight:900;line-height:1.15}@media (width<=760px){main [id]{scroll-margin-top:78px}body{padding-bottom:74px}.section-title{white-space:normal;font-size:clamp(1.9rem,8vw,2.6rem);line-height:1}.steps-panel__underline{width:8rem}}@media (width<=480px){:root{--radius:18px}}.container{width:min(calc(100% - 2rem), var(--container));margin-inline:auto}.btn{text-transform:uppercase;letter-spacing:.02em;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:52px;padding:.95rem 1.45rem;font-weight:800;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:focus-visible{outline-offset:3px;outline:2px solid #ffffffbf}.btn-primary{background:linear-gradient(180deg, var(--red), var(--red-dark));box-shadow:0 14px 26px #e5393538}.btn-secondary{background:#050b1a47;border-color:#ffffffa6}.btn-blue{background:linear-gradient(#6d87f0,#526ad0)}.btn-small{min-height:46px;padding-inline:1.2rem}.panel{background:var(--panel);border-radius:var(--radius);border:1px solid var(--panel-border);box-shadow:var(--shadow);padding:1.7rem}.section-headline h2{text-transform:uppercase;margin:0 0 .8rem;font-size:clamp(2rem,4vw,3rem);line-height:1}.section-headline p{color:var(--muted);line-height:1.55}.section-headline--between{justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (width<=1100px){.container{width:min(100% - 2rem,920px)}}@media (width<=760px){.container{width:calc(100% - 1.25rem)}.panel{border-radius:18px;padding:1.25rem}.btn{border-radius:12px;min-height:50px;padding:.9rem 1.1rem;font-size:.92rem}.section-headline--between{flex-direction:column;align-items:flex-start}.section-headline h2{font-size:clamp(1.9rem,9vw,2.5rem)}}@media (width<=480px){.container{width:calc(100% - 1rem)}.panel{padding:1rem}.btn{width:100%;min-height:48px;font-size:.88rem}}main>section.container{margin-bottom:2rem}.mobile-bottom-nav{z-index:110;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#040b1cf7;border-top:1px solid #7891d826;gap:0;display:none;position:fixed;bottom:0;left:0;right:0;overflow:auto hidden}.mobile-bottom-nav::-webkit-scrollbar{display:none}.mobile-bottom-nav a{text-align:center;color:#ffffffdb;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.2rem;min-width:72px;min-height:62px;padding:.4rem .3rem;font-size:.7rem;font-weight:700;line-height:1.1;display:flex}.mobile-bottom-nav a span:first-child{font-size:1.15rem;line-height:1}.mobile-bottom-nav a:hover,.mobile-bottom-nav a:focus-visible{color:#fff;background:#ffffff0d}@media (width<=760px){.mobile-bottom-nav{display:flex}}@media (width<=560px){.mobile-bottom-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-bottom-nav a{min-height:56px;font-size:.7rem}}@media (width<=380px){.mobile-bottom-nav a{font-size:.66rem}.mobile-bottom-nav a span:first-child{font-size:1rem}}.page-shell{min-height:100vh}
