:root {
  --navy: #041f4c;
  --blue: #073b82;
  --blue-2: #0b51a8;
  --sky: #e9f3ff;
  --yellow: #ffc928;
  --yellow-soft: #fff3bb;
  --green: #16a169;
  --ink: #10213b;
  --muted: #607089;
  --line: #dce6f1;
  --surface: #f6f9fc;
  --white: #fff;
  --shadow: 0 24px 70px rgba(14, 46, 88, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

button, input, select, textarea { font: inherit; }

a { color: inherit; text-decoration: none; }

img, svg { display: block; }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  background: var(--yellow);
  color: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.notice-bar { background: var(--navy); color: rgba(255,255,255,.85); font-size: 13px; font-weight: 600; }

.notice-bar__content { height: 38px; display: flex; align-items: center; justify-content: center; gap: 18px; }

.notice-bar__content > span, .notice-bar__content a { display: inline-flex; align-items: center; gap: 8px; }

.notice-bar__content a:hover { color: var(--yellow); }

.notice-bar .icon { width: 15px; height: 15px; }

.notice-bar__divider { width: 1px; height: 14px; background: rgba(255,255,255,.25); }

.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #3cd88a; box-shadow: 0 0 0 4px rgba(60,216,138,.12); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(220,230,241,.8);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease;
}

.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(5,42,88,.08); }

.header-inner { height: 88px; display: flex; align-items: center; gap: 38px; }

.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }

.brand__logo { width: 200px; height: auto; border-radius: 5px; }

.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: #33445d; font-size: 14px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue-2); transition: right .2s ease; }
.main-nav a:hover { color: var(--blue-2); }
.main-nav a:hover::after { right: 0; }

.button {
  min-height: 52px;
  padding: 0 23px;
  border: 0;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button--header { min-height: 44px; padding: 0 18px; color: var(--white); background: var(--blue); font-size: 14px; box-shadow: 0 8px 20px rgba(7,59,130,.18); }
.button--header:hover { background: var(--blue-2); }
.button--primary { color: var(--navy); background: var(--yellow); box-shadow: 0 14px 28px rgba(229,170,0,.22); }
.button--primary:hover, .button--yellow:hover { background: #ffd64e; box-shadow: 0 18px 34px rgba(229,170,0,.28); }
.button--secondary { color: var(--white); border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.09); }
.button--secondary:hover { background: rgba(255,255,255,.16); }
.button--yellow { color: var(--navy); background: var(--yellow); }
.button--full { width: 100%; }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; align-items: center; justify-content: center; color: var(--navy); background: transparent; border: 1px solid var(--line); border-radius: 11px; }
.menu-toggle__close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__close { display: block; }

.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(128deg, #031b43 0%, #073b82 64%, #0752a9 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(255,255,255,.2) .7px, transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(to right, black, transparent 60%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero__glow--one { width: 450px; height: 450px; right: -220px; top: -230px; background: rgba(25,161,105,.16); }
.hero__glow--two { width: 300px; height: 300px; left: 37%; bottom: -210px; background: rgba(255,201,40,.12); }
.hero__grid { position: relative; min-height: 600px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-top: 58px; padding-bottom: 110px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 19px; color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { font-size: 11px; }
.eyebrow--blue { color: var(--blue-2); }
.eyebrow--light { color: var(--yellow); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 690px; margin-bottom: 22px; font-size: clamp(44px, 5.1vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 23px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: 13px; }
.hero__assurances li { display: flex; align-items: center; gap: 6px; }
.hero__assurances .icon { width: 16px; height: 16px; color: var(--yellow); stroke-width: 2.5; }

.hero__visual { position: relative; height: 450px; perspective: 1100px; }
.ticket-card { position: absolute; z-index: 2; width: 415px; top: 53px; right: 21px; overflow: hidden; color: var(--ink); background: var(--white); border-radius: 25px; box-shadow: 0 35px 80px rgba(0,15,45,.4); transform: rotate(4deg); }
.ticket-card::before, .ticket-card::after { content: ""; position: absolute; z-index: 3; top: 184px; width: 28px; height: 28px; border-radius: 50%; background: #06448e; }
.ticket-card::before { left: -14px; }
.ticket-card::after { right: -14px; }
.ticket-card__top { min-height: 88px; padding: 20px 23px; display: flex; align-items: center; gap: 12px; color: var(--white); background: linear-gradient(135deg, #0a5ebc, #063a7d); }
.ticket-card__top strong, .ticket-card__top small { display: block; }
.ticket-card__top strong { font: 800 17px "Manrope", sans-serif; }
.ticket-card__top small { margin-top: 3px; color: rgba(255,255,255,.65); font-size: 10px; }
.ticket-logo { width: 42px; height: 42px; object-fit: contain; border-radius: 9px; }
.ticket-card__star { margin-left: auto; color: var(--yellow); font-size: 22px; }
.ticket-card__body { padding: 29px 25px 26px; border-bottom: 2px dashed var(--line); }
.ticket-card__label { display: block; margin-bottom: 15px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ticket-numbers { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.ticket-numbers b { aspect-ratio: 1; display: grid; place-items: center; color: var(--blue); border: 1px solid #c6d9ef; border-radius: 50%; font: 700 13px "Manrope", sans-serif; }
.ticket-lines { margin-top: 24px; display: grid; gap: 9px; }
.ticket-lines span { height: 6px; border-radius: 20px; background: #e9eff6; }
.ticket-lines span:nth-child(2) { width: 83%; }
.ticket-lines span:nth-child(3) { width: 62%; }
.ticket-card__bottom { min-height: 78px; padding: 18px 25px; display: flex; align-items: center; justify-content: space-between; }
.ticket-card__bottom > span { color: var(--blue); font: 800 16px "Manrope", sans-serif; }
.barcode { width: 130px; height: 35px; opacity: .52; background: repeating-linear-gradient(90deg, #071a36 0 2px, transparent 2px 4px, #071a36 4px 5px, transparent 5px 8px); }
.number-ball { position: absolute; z-index: 3; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--yellow); border: 5px solid rgba(255,255,255,.25); box-shadow: 0 18px 35px rgba(0,20,50,.35); font: 800 14px "Manrope", sans-serif; }
.number-ball--1 { width: 63px; height: 63px; top: 11px; left: 28px; transform: rotate(-10deg); }
.number-ball--2 { width: 48px; height: 48px; right: -4px; bottom: 48px; color: var(--white); background: #1caf74; transform: rotate(12deg); }
.number-ball--3 { width: 42px; height: 42px; left: 32px; bottom: 51px; color: var(--white); background: #0c69ca; transform: rotate(-5deg); }
.hero-badge { position: absolute; z-index: 4; left: 3px; bottom: 4px; padding: 13px 18px 13px 13px; display: flex; align-items: center; gap: 11px; color: var(--ink); background: var(--white); border-radius: 15px; box-shadow: 0 18px 40px rgba(0,20,50,.3); }
.hero-badge__icon { width: 40px; height: 40px; display: grid; place-items: center; color: #158357; background: #e8f8f1; border-radius: 12px; }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge strong { font: 700 12px "Manrope", sans-serif; }
.hero-badge small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.info-strip { position: absolute; z-index: 5; left: 50%; bottom: -44px; min-height: 88px; padding: 20px 28px; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1.35fr; align-items: center; gap: 28px; color: var(--ink); background: var(--white); border: 1px solid #e5edf5; border-radius: 20px; box-shadow: var(--shadow); transform: translateX(-50%); }
.info-strip__item { display: flex; align-items: center; gap: 13px; }
.info-strip__icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue-2); background: var(--sky); border-radius: 12px; }
.info-strip__item small, .info-strip__item strong { display: block; }
.info-strip__item small { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.info-strip__item strong { font: 700 13px/1.25 "Manrope", sans-serif; }
.info-strip__line { width: 1px; height: 34px; background: var(--line); }

.section { padding: 116px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading--center { max-width: 680px; margin-left: auto; margin-right: auto; text-align: center; }
h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(35px, 4vw, 50px); line-height: 1.1; letter-spacing: -.045em; }
h2 em { color: var(--blue-2); }
.section-heading > p { max-width: 560px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.7; }

.services { padding-top: 145px; background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 30px 27px; display: flex; flex-direction: column; background: var(--white); border: 1px solid #e3ebf4; border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { border-color: #bbd6f2; box-shadow: 0 20px 50px rgba(18,54,99,.1); transform: translateY(-6px); }
.service-card--featured { color: var(--white); background: linear-gradient(145deg, #083e86, #062e67); border-color: transparent; overflow: hidden; }
.service-card--featured::after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -80px; border: 28px solid rgba(255,255,255,.05); border-radius: 50%; }
.service-card__icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue-2); background: var(--sky); border-radius: 15px; }
.service-card--featured .service-card__icon { color: var(--navy); background: var(--yellow); }
.service-card__tag { position: absolute; top: 32px; right: 24px; padding: 5px 8px; color: var(--yellow); background: rgba(255,255,255,.09); border-radius: 50px; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin: 22px 0 11px; color: var(--navy); font-size: 20px; }
.service-card--featured h3 { color: var(--white); }
.service-card p { margin-bottom: 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card--featured p { color: rgba(255,255,255,.68); }
.service-card a { z-index: 1; margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--blue-2); font-size: 13px; font-weight: 700; }
.service-card--featured a { color: var(--yellow); }
.service-card a .icon { width: 16px; height: 16px; transition: transform .2s ease; }
.service-card a:hover .icon { transform: translateX(4px); }
.services__note { margin: 27px 0 0; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 12px; }
.services__note .icon { width: 16px; height: 16px; color: var(--green); stroke-width: 2.5; }

.games { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.games::before { content: ""; position: absolute; width: 550px; height: 550px; left: -300px; top: -160px; border: 80px solid rgba(255,255,255,.025); border-radius: 50%; }
.games__grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.games__intro h2 { color: var(--white); }
.games__intro p { max-width: 420px; margin-bottom: 28px; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; }
.games__actions { display: grid; gap: 11px; }
.games__actions .button { width: 100%; }
.games__whatsapp { margin-top: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 600; }
.games__whatsapp:hover { color: var(--yellow); }
.games__whatsapp .icon { width: 17px; height: 17px; }
.game-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.game-item { min-height: 100px; padding: 17px 18px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.055); border-radius: 16px; transition: transform .2s ease, background .2s ease; }
.game-item:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.game-ball { flex: 0 0 auto; width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #1aa365; border: 4px solid rgba(255,255,255,.18); box-shadow: inset -5px -6px 0 rgba(0,0,0,.1); font: 800 13px "Manrope", sans-serif; }
.game-ball--purple { background: #8c44a9; }
.game-ball--blue { background: #1470c9; }
.game-ball--orange { background: #e76c23; }
.game-ball--pink { background: #bf3d72; }
.game-ball--white { color: var(--blue); background: var(--white); }
.game-item h3 { margin: 0 0 4px; color: var(--white); font-size: 15px; }
.game-item p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; }
.game-item__arrow { margin-left: auto; color: var(--yellow); opacity: .7; }
.game-item--more { border-style: dashed; }

.experience { overflow: hidden; }
.experience__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.experience__visual { position: relative; min-height: 480px; border-radius: 28px; background: linear-gradient(145deg, #edf5fd, #f8fbfe); }
.experience__visual::before { content: ""; position: absolute; width: 255px; height: 255px; top: 104px; left: 50%; border: 50px solid #dbeafb; border-radius: 50%; transform: translateX(-50%); }
.counter-card { position: absolute; width: 180px; height: 116px; padding: 18px; display: flex; align-items: center; gap: 13px; background: var(--white); border: 1px solid #dce8f4; border-radius: 18px; box-shadow: 0 17px 35px rgba(15,54,100,.1); }
.counter-card strong { color: var(--blue-2); font: 800 28px "Manrope", sans-serif; }
.counter-card span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.counter-card--one { top: 55px; left: 38px; transform: rotate(-4deg); }
.counter-card--two { top: 180px; right: 28px; transform: rotate(4deg); }
.counter-card--three { left: 45px; bottom: 57px; transform: rotate(2deg); }
.experience__seal { position: absolute; z-index: 2; width: 145px; height: 145px; top: 50%; left: 50%; display: grid; place-items: center; align-content: center; text-align: center; color: var(--navy); background: var(--yellow); border: 9px solid var(--yellow-soft); border-radius: 50%; transform: translate(-50%,-50%) rotate(-6deg); box-shadow: 0 20px 45px rgba(115,77,0,.18); }
.experience__seal span { margin-bottom: 6px; font-size: 20px; }
.experience__seal strong { font: 800 13px/1.4 "Manrope", sans-serif; }
.experience__content > p { margin-bottom: 27px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.feature-list { display: grid; gap: 18px; margin-bottom: 28px; }
.feature-list > div { display: flex; align-items: center; gap: 13px; }
.feature-list > div > span { flex: 0 0 auto; width: 33px; height: 33px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; }
.feature-list .icon { width: 17px; height: 17px; stroke-width: 2.6; }
.feature-list p, .feature-list strong, .feature-list small { display: block; margin: 0; }
.feature-list strong { margin-bottom: 2px; color: var(--ink); font-size: 14px; }
.feature-list small { color: var(--muted); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-2); font-size: 14px; font-weight: 700; }
.text-link .icon { width: 17px; height: 17px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(5px); }

.steps { padding-top: 105px; background: var(--surface); }
.steps__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.steps__grid::before { content: ""; position: absolute; height: 1px; top: 47px; left: 17%; right: 17%; background: repeating-linear-gradient(90deg, #bfd3e8 0 7px, transparent 7px 13px); }
.steps__grid article { position: relative; z-index: 1; padding: 0 25px; text-align: center; }
.steps__number { position: absolute; top: 0; right: calc(50% - 52px); width: 24px; height: 24px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border: 3px solid var(--surface); border-radius: 50%; font-size: 10px; font-weight: 800; }
.steps__icon { width: 94px; height: 94px; margin: 0 auto 22px; display: grid; place-items: center; color: var(--blue-2); background: var(--white); border: 1px solid #dce8f4; border-radius: 26px; box-shadow: 0 13px 30px rgba(17,57,101,.08); transform: rotate(3deg); }
.steps__grid article:nth-child(2) .steps__icon { transform: rotate(-3deg); }
.steps__icon .icon { width: 34px; height: 34px; }
.steps__grid h3 { margin-bottom: 9px; color: var(--navy); font-size: 18px; }
.steps__grid p { max-width: 280px; margin: 0 auto; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq__intro { position: sticky; top: 130px; align-self: start; }
.faq__intro > p { max-width: 350px; color: var(--muted); line-height: 1.7; }
.faq__list { border-top: 1px solid var(--line); }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary { position: relative; padding: 25px 48px 25px 0; color: var(--navy); font: 700 16px "Manrope", sans-serif; list-style: none; cursor: pointer; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary span::before, .faq__list summary span::after { content: ""; position: absolute; top: 50%; right: 10px; width: 15px; height: 2px; background: var(--blue-2); transition: transform .2s ease; }
.faq__list summary span::after { transform: rotate(90deg); }
.faq__list details[open] summary span::after { transform: rotate(0); }
.faq__list details p { max-width: 620px; margin: -4px 50px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact { position: relative; overflow: hidden; padding: 100px 0; color: var(--white); background: linear-gradient(130deg, #041f4c, #073b82); }
.contact::before, .contact::after { content: ""; position: absolute; border-radius: 50%; }
.contact::before { width: 440px; height: 440px; left: -250px; bottom: -290px; border: 70px solid rgba(255,255,255,.035); }
.contact::after { width: 300px; height: 300px; right: -170px; top: -170px; background: rgba(255,201,40,.06); }
.contact__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: center; }
.contact__content h2 { color: var(--white); }
.contact__content > p { color: rgba(255,255,255,.65); }
.contact__details { display: grid; gap: 17px; margin-top: 32px; }
.contact__details > a, .contact__details > div { display: flex; align-items: center; gap: 14px; }
.contact__details > a > span, .contact__details > div > span { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; color: var(--yellow); background: rgba(255,255,255,.09); border-radius: 13px; }
.contact__details p, .contact__details small, .contact__details strong { display: block; margin: 0; }
.contact__details small { margin-bottom: 4px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact__details strong { color: rgba(255,255,255,.9); font: 600 13px/1.55 "DM Sans", sans-serif; }
.contact__details strong b { font-weight: 600; }
.contact__details a:hover strong { color: var(--yellow); }

.contact-form { padding: 32px; color: var(--ink); background: var(--white); border-radius: 23px; box-shadow: 0 30px 65px rgba(0,15,40,.3); }
.contact-form__header { margin-bottom: 25px; display: flex; align-items: center; gap: 13px; }
.contact-form__header > span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 13px; }
.contact-form__header h3 { margin: 0 0 3px; color: var(--navy); font-size: 18px; }
.contact-form__header p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-form label { display: block; margin: 15px 0 7px; color: #304158; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--surface); border: 1px solid #dce5ef; border-radius: 10px; outline: 0; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 47px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #79aee1; box-shadow: 0 0 0 3px rgba(11,81,168,.11); }
.contact-form .button { margin-top: 18px; }
.contact-form__privacy { margin-top: 13px; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 9px; }
.contact-form__privacy .icon { width: 13px; height: 13px; color: var(--green); }

.site-footer { padding: 50px 0 26px; color: rgba(255,255,255,.65); background: #03152f; }
.footer-main { padding-bottom: 36px; display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 60px; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand--footer .brand__logo { width: 220px; }
.footer-main > p { max-width: 400px; margin: 0; font-size: 13px; line-height: 1.7; }
.footer-links { display: flex; gap: 22px; font-size: 13px; font-weight: 600; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 40px; font-size: 10px; line-height: 1.6; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 560px; text-align: right; }

.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; min-height: 52px; padding: 0 19px; display: flex; align-items: center; gap: 9px; color: var(--white); background: #159c64; border-radius: 50px; box-shadow: 0 13px 30px rgba(0,90,55,.3); font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { background: #118352; transform: translateY(-3px); }
.floating-whatsapp .icon { width: 22px; height: 22px; }

@media (max-width: 1050px) {
  .main-nav { gap: 20px; }
  .button--header { display: none; }
  .hero__grid { grid-template-columns: 1fr .85fr; gap: 20px; }
  .ticket-card { width: 360px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 280px; }
  .games__grid { gap: 50px; }
  .experience__grid, .contact__grid { gap: 60px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .header-inner { height: 72px; }
  .brand__logo { width: 158px; }
  .menu-toggle { margin-left: auto; display: inline-flex; }
  .main-nav { position: absolute; inset: 100% 0 auto; max-height: 0; overflow: hidden; padding: 0 24px; display: grid; gap: 0; background: var(--white); box-shadow: 0 18px 40px rgba(5,32,70,.1); opacity: 0; transition: max-height .3s ease, padding .3s ease, opacity .2s ease; }
  .main-nav.is-open { max-height: 430px; padding-top: 12px; padding-bottom: 20px; opacity: 1; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .main-nav a:last-child { border: 0; }
  .main-nav a::after { display: none; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 150px; }
  .hero__content { text-align: center; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__actions, .hero__assurances { justify-content: center; }
  .hero__visual { width: min(100%, 510px); height: 450px; margin: 5px auto 0; }
  .ticket-card { right: 50%; transform: translateX(50%) rotate(3deg); }
  .info-strip { bottom: -95px; grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px; }
  .info-strip__line { display: none; }
  .info-strip__item:last-child { grid-column: 1 / -1; padding-top: 17px; border-top: 1px solid var(--line); }
  .services { padding-top: 185px; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .games__grid, .experience__grid, .faq__grid, .contact__grid { grid-template-columns: 1fr; }
  .games__intro { text-align: center; }
  .games__intro p { margin-left: auto; margin-right: auto; }
  .experience__grid { gap: 60px; }
  .experience__visual { order: 2; width: min(100%, 560px); margin: 0 auto; }
  .experience__content { text-align: center; }
  .feature-list { width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; text-align: left; }
  .faq__grid { gap: 45px; }
  .faq__intro { position: static; text-align: center; }
  .faq__intro > p { margin-left: auto; margin-right: auto; }
  .contact__grid { gap: 55px; }
  .contact__content { text-align: center; }
  .contact__details { width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; text-align: left; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .footer-main .brand, .footer-links { justify-self: center; }
  .footer-main > p { justify-self: center; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-bottom p:last-child { text-align: center; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 24px, 480px); }
  .notice-bar__content { gap: 10px; font-size: 11px; }
  .notice-bar__divider { display: none; }
  .notice-bar__content > span:first-child { display: none; }
  .brand__logo { width: 145px; }
  h1 { font-size: 41px; }
  h2 { font-size: 34px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__assurances { gap: 11px 16px; font-size: 11px; }
  .hero__visual { height: 385px; }
  .ticket-card { width: min(100% - 18px, 370px); top: 42px; }
  .ticket-card::before, .ticket-card::after { top: 175px; }
  .ticket-card__top { min-height: 82px; padding: 17px; }
  .ticket-card__body { padding: 25px 20px 22px; }
  .ticket-card__bottom { min-height: 70px; padding: 16px 20px; }
  .barcode { width: 105px; }
  .number-ball--1 { left: -3px; }
  .number-ball--2 { right: -2px; }
  .number-ball--3 { display: none; }
  .hero-badge { left: 2px; bottom: -2px; }
  .info-strip { bottom: -120px; display: grid; grid-template-columns: 1fr; }
  .info-strip__item { padding: 0; }
  .info-strip__item:last-child { grid-column: auto; padding-top: 17px; }
  .info-strip__item:nth-child(3) { padding-top: 17px; border-top: 1px solid var(--line); }
  .services { padding-top: 215px; }
  .service-grid, .game-list, .steps__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .services__note { align-items: flex-start; text-align: left; }
  .game-item { min-height: 89px; }
  .experience__visual { min-height: 430px; }
  .counter-card { width: 155px; height: 100px; padding: 14px; }
  .counter-card--one { top: 40px; left: 16px; }
  .counter-card--two { top: 167px; right: 13px; }
  .counter-card--three { left: 20px; bottom: 38px; }
  .experience__seal { width: 125px; height: 125px; }
  .steps__grid { gap: 50px; }
  .steps__grid::before { display: none; }
  .faq__list summary { font-size: 14px; }
  .contact { padding: 80px 0; }
  .contact-form { padding: 25px 20px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .floating-whatsapp { width: 54px; height: 54px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.cookie-consent { position: fixed; z-index: 9999; right: 20px; bottom: 20px; width: min(540px, calc(100% - 40px)); padding: 20px; color: #0b1f39; background: rgba(255,255,255,.98); border: 1px solid #d8e3ef; border-radius: 18px; box-shadow: 0 22px 65px rgba(4,31,70,.25); backdrop-filter: blur(12px); }
.cookie-consent__content { display: grid; gap: 16px; }
.cookie-consent strong { display: block; margin-bottom: 6px; font: 800 16px/1.25 "Manrope", sans-serif; }
.cookie-consent p { margin: 0; color: #52657b; font-size: 13px; line-height: 1.55; }
.cookie-consent__actions { display: flex; justify-content: flex-end; gap: 10px; }
.cookie-consent__button, .cookie-settings { border: 0; font: 700 12px/1 "DM Sans", sans-serif; cursor: pointer; }
.cookie-consent__button { min-height: 42px; padding: 0 18px; border-radius: 10px; }
.cookie-consent__button--primary { color: #fff; background: #0751a6; }
.cookie-consent__button--secondary { color: #17314f; background: #edf3f8; }
.cookie-settings { padding: 0; color: inherit; background: transparent; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 580px) {
  .cookie-consent { right: 11px; bottom: 11px; width: calc(100% - 22px); padding: 17px; }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
