:root {
  --ink: #0b1f33;
  --muted: #607184;
  --paper: #f4f8fb;
  --card: #ffffff;
  --navy: #071b30;
  --blue: #0e63e9;
  --blue-dark: #0848ad;
  --sun: #ffca42;
  --red: #e85156;
  --green: #159b77;
  --line: #dbe5ee;
  --shadow: 0 18px 55px rgba(14, 44, 78, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 100; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { left: 10px; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.trust-strip {
  background: #061522;
  color: #c9d8e6;
  font-size: 12px;
  letter-spacing: .02em;
}
.trust-strip .container { display: flex; justify-content: center; gap: 24px; padding: 8px 0; }
.trust-strip span { display: inline-flex; align-items: center; gap: 7px; }
.trust-strip i { width: 7px; height: 7px; border-radius: 50%; background: #38c89e; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(219,229,238,.9);
  backdrop-filter: blur(16px);
}
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 900; letter-spacing: -.03em; font-size: 22px; }
.logo-mark { width: 40px; height: 40px; display: grid; flex: 0 0 40px; place-items: center; overflow: hidden; border-radius: 12px; color: transparent; background: transparent url('/assets/favicon.svg?v=20260817-pd-chat') center/contain no-repeat; box-shadow: 0 9px 22px rgba(7,27,48,.28); font-size: 0; }
.logo-mark svg { width: 23px; height: 23px; }
.logo b { color: var(--blue); }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { color: #3c5369; text-decoration: none; font-size: 14px; font-weight: 750; }
.desktop-nav a:hover { color: var(--blue); }
.nav-cta { padding: 10px 16px; border-radius: 999px; color: #fff !important; background: var(--blue); box-shadow: 0 8px 22px rgba(14,99,233,.22); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.language-switch { display: inline-flex; align-items: center; padding: 3px; border: 1px solid #cddbe7; border-radius: 999px; background: #edf4f9; }
.language-switch button { min-width: 34px; height: 28px; padding: 0 8px; border: 0; border-radius: 999px; color: #557086; background: transparent; font-size: 11px; font-weight: 900; letter-spacing: .05em; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: #fff; background: var(--blue); box-shadow: 0 5px 14px rgba(14,99,233,.22); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  color: #fff;
  background: #071b30 url("manila-bay-sunset-real-v1.webp") center 58%/cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,13,26,.98) 0%, rgba(4,20,41,.9) 42%, rgba(5,29,55,.48) 67%, rgba(5,18,34,.16) 100%), linear-gradient(0deg, rgba(4,16,28,.62), transparent 45%); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; left: -180px; bottom: -250px; border-radius: 50%; background: rgba(14,99,233,.35); filter: blur(4px); }
.hero-grid { position: relative; z-index: 2; min-height: 660px; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 70px; padding: 78px 0 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #a9cfff; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--sun); }
.hero h1 { max-width: 720px; margin: 18px 0 20px; font-size: clamp(44px, 5.3vw, 74px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--sun); }
.hero-copy { max-width: 670px; margin: 0; color: #d5e2ee; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 19px; border: 0; border-radius: 12px; background: var(--blue); color: #fff; text-decoration: none; font-weight: 850; cursor: pointer; box-shadow: 0 10px 28px rgba(14,99,233,.22); }
.button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.button.secondary { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); box-shadow: none; backdrop-filter: blur(10px); }
.button.light { border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: none; }
.hero-proof { align-self: end; display: grid; gap: 12px; padding-bottom: 12px; }
.proof-card { padding: 18px 19px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(6,22,40,.7); box-shadow: 0 18px 50px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.proof-card strong { display: block; margin-bottom: 4px; font-size: 15px; }
.proof-card p { margin: 0; color: #b9cad9; font-size: 13px; }
.proof-icon { float: left; width: 38px; height: 38px; margin: 1px 13px 0 0; display: grid; place-items: center; border-radius: 11px; color: var(--sun); background: rgba(255,202,66,.12); }

.quick-panel { position: relative; z-index: 4; margin-top: -58px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); box-shadow: var(--shadow); }
.quick-link { display: block; min-height: 150px; padding: 22px; background: #fff; text-decoration: none; transition: .2s ease; }
.quick-link:hover { position: relative; z-index: 2; background: #f8fbff; box-shadow: inset 0 -4px 0 var(--blue); }
.quick-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(35,111,231,.16); border-radius: 14px; color: #256fd8; background: linear-gradient(145deg, #f7faff, #dce9ff); box-shadow: 0 9px 20px rgba(35,111,231,.13); }
.quick-icon svg { width: 25px; height: 25px; display: block; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.quick-link:nth-child(2) .quick-icon { border-color: rgba(225,159,0,.18); color: #a46d00; background: linear-gradient(145deg, #fffaf0, #ffedaa); box-shadow: 0 9px 20px rgba(225,159,0,.12); }
.quick-link:nth-child(3) .quick-icon { border-color: rgba(22,141,114,.18); color: #0d7d65; background: linear-gradient(145deg, #f5fffb, #cef0e5); box-shadow: 0 9px 20px rgba(22,141,114,.12); }
.quick-link:nth-child(4) .quick-icon { border-color: rgba(201,77,88,.17); color: #b54552; background: linear-gradient(145deg, #fff8f8, #ffdadd); box-shadow: 0 9px 20px rgba(201,77,88,.12); }
.quick-link strong { display: block; margin-top: 15px; font-size: 16px; }
.quick-link span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }

.section { padding: 90px 0; }
.section.white { background: #fff; }
.section.dark { color: #fff; background: var(--navy); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.kicker { display: block; margin-bottom: 8px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section.dark .kicker { color: #7eb5ff; }
.section-head h2, .content-head h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-head > p { max-width: 480px; margin: 0; color: var(--muted); }
.section.dark .section-head > p { color: #aabfd2; }

.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.feature-story { min-height: 460px; padding: 36px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-radius: var(--radius); color: #fff; background: linear-gradient(180deg, rgba(7,27,48,.08), rgba(7,27,48,.96)), url("editorial-hero.webp") center/cover no-repeat; box-shadow: var(--shadow); }
.feature-story h3 { max-width: 630px; margin: 12px 0 12px; font-size: 35px; line-height: 1.08; }
.feature-story p { max-width: 620px; margin: 0 0 22px; color: #d2e0eb; }
.mini-stories { display: grid; gap: 18px; }
.story-card { min-height: 140px; padding: 24px; display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; transition: .2s ease; }
.story-card:hover { border-color: #9fc4fa; transform: translateY(-2px); box-shadow: 0 12px 35px rgba(14,44,78,.09); }
.story-card .num { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #edf4ff; color: var(--blue); font-weight: 950; }
.story-card h3 { margin: 0 0 6px; font-size: 18px; line-height: 1.25; }
.story-card p { margin: 0; color: var(--muted); font-size: 14px; }

.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: start; }
.promise { position: sticky; top: 112px; padding: 32px; border: 1px solid #1e3a54; border-radius: var(--radius); background: #0b2944; }
.promise h3 { margin: 12px 0 10px; font-size: 30px; }
.promise p { margin: 0; color: #b2c6d8; }
.promise-list { display: grid; gap: 15px; }
.promise-row { padding: 22px; display: grid; grid-template-columns: 45px 1fr; gap: 16px; border-bottom: 1px solid #234159; }
.promise-row:last-child { border-bottom: 0; }
.promise-row .check { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(56,200,158,.13); color: #38c89e; font-weight: 950; }
.promise-row h3 { margin: 0 0 5px; font-size: 18px; }
.promise-row p { margin: 0; color: #aabfd2; font-size: 14px; }

.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.process-card b { color: var(--blue); font-size: 12px; letter-spacing: .12em; }
.process-card h3 { margin: 12px 0 8px; }
.process-card p { margin: 0; color: var(--muted); }
.alert { margin-top: 26px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; border-left: 4px solid var(--red); border-radius: 10px; background: #fff0f1; color: #713b42; }
.alert strong { color: #982f3b; }

.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
summary { padding: 19px 22px; cursor: pointer; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--blue); font-size: 21px; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

.cta-band { padding: 35px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: var(--radius); color: #fff; background: linear-gradient(115deg, #0b56c8, #0c2e62); box-shadow: var(--shadow); }
.cta-band h2 { margin: 0 0 5px; font-size: 28px; }
.cta-band p { margin: 0; color: #d1e2f6; }
.disclosure { margin-top: 14px; color: var(--muted); font-size: 12px; }

.site-footer { padding: 55px 0 28px; color: #b6c6d5; background: #061522; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; }
.footer-grid h3 { color: #fff; margin: 0 0 12px; }
.footer-grid p { max-width: 500px; margin: 0; }
.footer-grid a { display: block; margin: 7px 0; color: #c9d8e6; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 38px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #183149; font-size: 12px; }

/* Guide pages */
.content-hero { padding: 74px 0 62px; color: #fff; background: linear-gradient(120deg, #071b30, #0c3f79); }
.breadcrumb { margin-bottom: 20px; color: #abc2d8; font-size: 13px; }
.breadcrumb a { color: #d6e8fa; text-decoration: none; }
.content-head { max-width: 850px; }
.content-head p { max-width: 720px; margin: 18px 0 0; color: #cfdeeb; font-size: 18px; }
.updated { display: inline-flex; margin-top: 20px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #bcd1e4; font-size: 12px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; padding: 64px 0 90px; align-items: start; }
.article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(14,44,78,.07); }
.article-body { padding: 38px; }
.article h2 { margin: 38px 0 12px; font-size: 28px; line-height: 1.2; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 25px 0 8px; font-size: 20px; }
.article p { color: #445b70; }
.article ul, .article ol { color: #445b70; padding-left: 22px; }
.article li { margin: 8px 0; }
.answer-box { padding: 19px 21px; border-left: 4px solid var(--blue); border-radius: 10px; background: #edf5ff; }
.answer-box p { margin: 0; color: #24435f; }
.danger-box { margin: 26px 0; padding: 19px 21px; border: 1px solid #ffc6ca; border-radius: 12px; background: #fff0f1; }
.danger-box strong { color: #a52d39; }
.check-table { width: 100%; border-collapse: collapse; margin: 22px 0; }
.check-table th, .check-table td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.check-table th { background: #f0f5f9; }
.side-card { margin-bottom: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.side-card h3 { margin: 0 0 9px; }
.side-card p { margin: 0; color: var(--muted); font-size: 14px; }
.side-card a { display: block; margin-top: 12px; color: var(--blue); text-decoration: none; font-weight: 800; }
.toc { position: sticky; top: 104px; }
.toc a { display: block; padding: 7px 0; color: #4f6578; text-decoration: none; font-size: 14px; }
.toc a:hover { color: var(--blue); }
.rich-guide-hero { padding: 58px 0; }
.rich-guide-grid { display: grid; grid-template-columns: 1.12fr .72fr; gap: 48px; align-items: center; }
.rich-guide-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.bonus-hero { background: linear-gradient(120deg, #271546, #674027); }
.games-hero { background: linear-gradient(120deg, #071b30, #4a204f); }
.guide-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 23px 0; }
.guide-choice-grid a { padding: 15px; border: 1px solid var(--line); border-radius: 13px; text-decoration: none; background: #f8fbfe; }
.guide-choice-grid b, .guide-choice-grid span { display: block; }
.guide-choice-grid span { color: var(--muted); font-size: 12px; }
.referral-card { border-color: #f1d68c; background: #fffaf0; }
.referral-card small { display: block; margin-top: 8px; color: var(--muted); }
.referral-card .side-action { padding: 10px 12px; border-radius: 10px; color: #071b30; background: var(--sun); text-align: center; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .language-switch { margin-left: auto; }
  .menu-button { display: grid; place-items: center; }
  .desktop-nav.open { position: absolute; display: grid; right: 20px; top: 70px; min-width: 230px; padding: 18px; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .trust-grid { grid-template-columns: 1fr; }
  .promise { position: static; }
  .article-layout { grid-template-columns: 1fr; }
  .rich-guide-grid { grid-template-columns: 1fr; }
  .rich-guide-grid img { max-width: 620px; }
  .toc { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .trust-strip .container span:nth-child(n+2) { display: none; }
  .hero { min-height: auto; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(4,17,32,.98), rgba(5,26,51,.8)); }
  .hero-grid { min-height: 620px; padding: 62px 0 110px; }
  .hero-copy { font-size: 17px; }
  .hero-proof { grid-template-columns: 1fr; }
  .quick-grid, .process, .footer-grid { grid-template-columns: 1fr; }
  .quick-link { min-height: 120px; }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 12px; }
  .feature-story { min-height: 420px; padding: 25px; }
  .feature-story h3 { font-size: 29px; }
  .cta-band, .footer-bottom { display: block; }
  .cta-band .button { margin-top: 20px; width: 100%; }
  .article-body { padding: 24px; }
  .check-table { font-size: 13px; }
  .guide-choice-grid { grid-template-columns: 1fr; }
}

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

/* Homepage V2 */
.home-page .site-header { border-bottom-color: rgba(255,255,255,.1); background: rgba(3,14,27,.92); backdrop-filter: blur(18px); }
.home-page .logo { color: #fff; }
.home-page .desktop-nav a { color: #d9e6f2; }
.home-page .desktop-nav a:hover { color: #fff; }
.home-page .nav-cta { color: #071b30 !important; background: var(--sun); box-shadow: 0 8px 22px rgba(255,202,66,.2); }
.home-page .menu-button { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.hero-v2 { min-height: 650px; border-bottom: 4px solid #dba82d; background-position: center; }
.hero-v2::before { background: linear-gradient(90deg,rgba(2,11,21,.98) 0%,rgba(3,18,36,.91) 42%,rgba(4,22,42,.43) 70%,rgba(4,15,29,.15) 100%); }
.hero-grid-v2 { min-height: 650px; grid-template-columns: 1fr; align-items: center; padding: 68px 0 98px; }
.hero-grid-v2 > div:first-child { width: min(720px, 68vw); }
.hero-v2 h1 { max-width: 720px; font-size: clamp(44px,5.1vw,64px); text-transform: uppercase; }
.hero-grid-v2 .hero-copy { max-width: 650px; }
.sun-button { color: #071b30; background: var(--sun); box-shadow: 0 12px 30px rgba(255,202,66,.26); }
.sun-button:hover { color: #071b30; background: #ffd765; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.hero-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d8e5ef; background: rgba(6,21,34,.44); font-size: 12px; }
.hero-link-note { margin: 12px 0 0; color: #9fb4c8; font-size: 11px; }
.hero-photo-credit { max-width: 680px; margin: 16px 0 0; color: rgba(222,234,243,.67); font-size: 10px; line-height: 1.5; }
.hero-photo-credit a { color: inherit; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 2px; }
.intent-panel { position: absolute; left: 0; right: 0; bottom: 48px; overflow: hidden; display: grid; grid-template-columns: 1.05fr repeat(4, 1fr); border: 1px solid rgba(255,255,255,.19); border-radius: 22px; background: rgba(3,16,30,.78); box-shadow: 0 28px 70px rgba(0,0,0,.34); backdrop-filter: blur(20px); }
.intent-panel-head { display: flex; align-items: center; gap: 11px; padding: 19px 20px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.intent-panel-head b, .intent-panel-head small { display: block; }
.intent-panel-head small { color: #9cb3c8; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #36c89c; box-shadow: 0 0 0 6px rgba(54,200,156,.12); }
.intent-panel > a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; min-height: 88px; padding: 13px 15px; border-left: 1px solid rgba(255,255,255,.1); color: #fff; text-decoration: none; transition: .2s ease; }
.intent-panel > a:last-child { border-bottom: 0; }
.intent-panel > a:hover { padding-left: 23px; background: rgba(255,255,255,.07); }
.intent-panel a b, .intent-panel a small { display: block; }
.intent-panel a small { color: #9fb3c5; font-size: 12px; }
.intent-panel a em { color: var(--sun); font-style: normal; font-size: 20px; }
.intent-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; font-weight: 900; }
.intent-icon.gold { color: #071b30; background: var(--sun); }
.intent-icon.violet { background: #7c51df; }
.intent-icon.green { background: #168d72; }
.intent-icon.blue { background: #1767da; }

.finder-wrap { position: relative; z-index: 5; margin-top: -34px; }
.finder-card { display: grid; grid-template-columns: .72fr 1.3fr; gap: 14px 28px; align-items: center; padding: 25px 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.finder-copy span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.finder-copy h2 { margin: 2px 0 0; font-size: 23px; letter-spacing: -.03em; }
.finder-input { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 54px; padding: 0 14px; border: 1px solid #c9d8e6; border-radius: 14px; background: #f8fbfe; }
.finder-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(14,99,233,.1); }
.finder-input > span { color: var(--blue); font-size: 26px; line-height: 1; }
.finder-input input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.finder-input button { border: 0; color: var(--blue); background: transparent; cursor: pointer; font-weight: 800; }
.search-chips { grid-column: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.search-chips button { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #425a70; background: #fff; cursor: pointer; font-size: 12px; font-weight: 750; }
.search-chips button:hover { color: var(--blue); border-color: #9bbef0; background: #f4f8ff; }

.local-checks { padding: clamp(58px,6vw,78px) 0; background: #f5f8fb; }
.local-checks-head { display: grid; grid-template-columns: 1fr 1.35fr; gap: 8px 48px; align-items: end; margin-bottom: 30px; }
.local-checks-head > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.local-checks-head h2 { grid-row: 2; max-width: 560px; margin: 0; font-size: clamp(34px,4vw,50px); line-height: 1.03; letter-spacing: -.045em; }
.local-checks-head p { grid-column: 2; grid-row: 1 / span 2; max-width: 560px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.local-check-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.local-check-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #d3e0eb; border-radius: 22px; color: var(--ink); background: #fff; text-decoration: none; box-shadow: 0 14px 34px rgba(14,47,80,.06); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.local-check-card:hover { transform: translateY(-4px); border-color: #9ebfea; box-shadow: 0 20px 44px rgba(14,47,80,.1); }
.local-check-media { position: relative; overflow: hidden; display: block; aspect-ratio: 16/9; background: #071b30; }
.local-check-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.local-check-card:hover .local-check-media img { transform: scale(1.035); }
.local-check-media > span { position: absolute; left: 14px; bottom: 14px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: #071b30; background: var(--sun); font-size: 9px; font-weight: 950; letter-spacing: .09em; }
.local-check-body { flex: 1; padding: 22px 24px 24px; display: flex; flex-direction: column; }
.local-check-card small { margin: 0 0 7px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.local-check-card b { font-size: 21px; line-height: 1.2; }
.local-check-card p { margin: 10px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.local-check-card em { margin-top: auto; color: var(--blue); font-size: 13px; font-style: normal; font-weight: 850; }

.discovery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.discovery-card { position: relative; min-height: 270px; padding: 23px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 19px; color: var(--ink); background: #fff; text-decoration: none; overflow: hidden; transition: .22s ease; }
.discovery-card::after { content: ""; position: absolute; width: 120px; height: 120px; top: -65px; right: -55px; border-radius: 50%; background: #e7f0ff; }
.discovery-card::before { content: attr(data-sequence); position: absolute; z-index: 2; top: 18px; right: 19px; color: #6c88a1; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.discovery-card > * { position: relative; z-index: 1; }
.discovery-card:hover { transform: translateY(-5px); border-color: #a8c7f3; box-shadow: 0 18px 38px rgba(11,47,85,.1); }
.discovery-card:focus-visible { outline: 3px solid rgba(14,99,233,.35); outline-offset: 3px; }
.discovery-card[hidden] { display: none; }
.card-badge { align-self: flex-start; padding: 5px 9px; border-radius: 999px; color: #31536f; background: #edf4fa; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.card-symbol { width: 48px; height: 48px; margin: 24px 0 18px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 15px; color: #fff; background: var(--blue); box-shadow: 0 10px 22px rgba(7,38,70,.16); }
.card-symbol svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-card .card-symbol { color: #071b30; background: var(--sun); }
.offer-card .card-symbol { background: #7c51df; }
.game-card .card-symbol { background: #e65d3c; }
.game-card .color-symbol { background: linear-gradient(135deg,#d94c4c 0 33%,#2e79d6 33% 66%,#21a16f 66%); }
.game-card .bingo-symbol { background: #7c51df; }
.help-card .card-symbol { background: #168d72; }
.safety-card .card-symbol { background: #31506b; }
.discovery-card h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.2; }
.discovery-card p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.card-link { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 850; }
.no-results { padding: 34px; border: 1px dashed #b7c8d8; border-radius: 18px; text-align: center; background: #f8fbfd; }
.no-results p { margin: 4px 0 0; color: var(--muted); }

.game-showcase { padding: 64px 0 78px; overflow: hidden; background: linear-gradient(135deg, #edf5ff, #f5f0ff); }
.showcase-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; align-items: center; }
.showcase-visual { position: relative; overflow: hidden; border-radius: 27px; background: #061522; box-shadow: 0 26px 60px rgba(9,38,70,.2); }
.showcase-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); border-radius: inherit; pointer-events: none; }
.showcase-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.showcase-visual > span { position: absolute; left: 18px; bottom: 18px; padding: 7px 11px; border-radius: 999px; color: #071b30; background: var(--sun); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.game-cover-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; transform: rotate(-1.2deg); }
.game-cover-grid a { position: relative; min-height: 0; overflow: hidden; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: #061522; box-shadow: 0 18px 45px rgba(9,38,70,.18); text-decoration: none; transition: .22s ease; }
.game-cover-grid a:nth-child(even) { transform: translateY(18px); }
.game-cover-grid a:hover { z-index: 2; transform: translateY(-4px) scale(1.02); box-shadow: 0 24px 54px rgba(9,38,70,.28); }
.game-cover-grid a:nth-child(even):hover { transform: translateY(12px) scale(1.02); }
.game-cover-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.game-cover-grid a:hover img { transform: scale(1.04); }
.game-cover-grid span { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: #fff; background: rgba(3,16,30,.76); backdrop-filter: blur(12px); font-size: 13px; font-weight: 900; text-align: center; }
.authentic-category-grid { transform: none; }
.authentic-category-grid .category-tile { display: grid; place-items: center; padding: 22px; background: linear-gradient(145deg,#0c263d,#071624); }
.authentic-category-grid .category-tile:nth-child(even) { transform: translateY(12px); }
.authentic-category-grid .category-tile:hover { transform: translateY(-4px); }
.authentic-category-grid .category-tile:nth-child(even):hover { transform: translateY(6px); }
.category-tile > div { display: flex; align-items: center; justify-content: center; gap: 8px; }
.slot-tile > div i { width: 54px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: #143755; font-size: 23px; font-style: normal; font-weight: 900; }
.slot-tile > div i:nth-child(2) { color: #1c2d3b; background: #ffd05c; }
.slot-tile > div i:nth-child(3) { background: #14886d; }
.table-mark { width: 80%; aspect-ratio: 1.7; flex-direction: column; border: 3px solid #f0c65c; border-radius: 90px 90px 20px 20px; background: #155e4b; box-shadow: inset 0 0 0 6px rgba(5,30,26,.42); }
.table-mark i { width: 45%; height: 2px; background: rgba(255,255,255,.5); }
.table-mark b { color: #fff; font-size: 12px; letter-spacing: .16em; }
.color-tile > div i { width: 52px; height: 52px; border-radius: 50%; background: #d84d51; box-shadow: inset 0 0 0 6px rgba(255,255,255,.22); }
.color-tile > div i:nth-child(2) { background: #2f77d0; }
.color-tile > div i:nth-child(3) { background: #22a272; }
.bingo-tile > div { display: grid; grid-template-columns: repeat(5,1fr); gap: 4px; }
.bingo-tile > div b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; color: #132a3f; background: #f4ce68; }
.showcase-copy h2, .brand-spotlight h2 { margin: 8px 0 16px; font-size: clamp(34px, 4vw, 50px); line-height: 1.06; letter-spacing: -.045em; }
.showcase-copy > p, .brand-spotlight-copy > p { color: var(--muted); font-size: 17px; }
.category-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 25px 0; }
.category-list a { padding: 14px; border: 1px solid #cfdeeb; border-radius: 13px; background: rgba(255,255,255,.75); text-decoration: none; }
.category-list b, .category-list span { display: block; }
.category-list span { color: var(--muted); font-size: 12px; }
.text-link { color: var(--blue); font-weight: 850; text-decoration: none; }

.brand-spotlight { display: grid; grid-template-columns: 1fr .85fr; gap: 54px; align-items: center; }
.spotlight-points { margin: 24px 0; padding: 0; list-style: none; }
.spotlight-points li { display: flex; align-items: center; gap: 13px; margin: 11px 0; color: #365068; }
.spotlight-points span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #edf4ff; font-size: 11px; font-weight: 900; }
.brand-spotlight-visual { position: relative; overflow: hidden; border-radius: 27px; background: var(--navy); box-shadow: var(--shadow); }
.brand-spotlight-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.platform-check-board { min-height: 455px; padding: 26px; color: #fff; background: linear-gradient(145deg,#071b30,#0d3556); }
.platform-check-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.13); }
.platform-check-top span { color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.platform-check-top b { font-size: 14px; }
.platform-check-board ol { margin: 21px 0 70px; padding: 0; list-style: none; }
.platform-check-board li { display: grid; grid-template-columns: 38px 1fr auto; gap: 13px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.platform-check-board li > i { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; color: #071b30; background: var(--sun); font-size: 10px; font-style: normal; font-weight: 950; }
.platform-check-board li span b,.platform-check-board li span small { display: block; }
.platform-check-board li span small { margin-top: 2px; color: #a9c0d2; font-size: 11px; }
.platform-check-board li > em { padding: 5px 8px; border: 1px solid rgba(72,205,166,.35); border-radius: 999px; color: #71d6b7; background: rgba(27,157,119,.12); font-size: 9px; font-style: normal; font-weight: 900; }
.visual-caption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; color: #fff; background: rgba(4,19,34,.82); backdrop-filter: blur(12px); }
.visual-caption b, .visual-caption span { display: block; }
.visual-caption span { color: #b7c9d8; font-size: 12px; }
.local-players { color: #fff; background: linear-gradient(130deg, #061522, #0b3154 62%, #123e62); }
.local-player-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; align-items: center; }
.local-player-copy .kicker { color: #7eb5ff; }
.local-player-copy h2 { margin: 8px 0 16px; font-size: clamp(34px, 4vw, 50px); line-height: 1.06; letter-spacing: -.045em; }
.local-player-copy > p { margin: 0; color: #bad0e0; font-size: 17px; }
.local-feature-list { display: grid; gap: 10px; margin-top: 26px; }
.local-feature-list > span { padding: 14px 15px; display: grid; gap: 2px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.05); }
.local-feature-list b { color: #fff; font-size: 14px; }
.local-feature-list small { color: #9fb7ca; }
.local-player-visual { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #071b30; box-shadow: 0 26px 70px rgba(0,0,0,.3); }
.local-player-visual img { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
.local-player-visual figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; color: #d8e5ef; background: rgba(3,16,30,.78); backdrop-filter: blur(10px); font-size: 10px; }
.service-board { padding: 24px; background: #fff; color: var(--ink); }
.service-board-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid #d7e2eb; }
.service-board-head span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.service-board-head b { font-size: 14px; }
.service-board-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 17px; }
.service-board-grid a { min-width: 0; padding: 15px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; border: 1px solid #d9e4ed; border-radius: 14px; color: var(--ink); background: #f8fbfd; text-decoration: none; }
.service-board-grid a:hover { border-color: #9cbde9; background: #f0f6ff; }
.service-board-grid i { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: #168d72; font-style: normal; font-weight: 900; }
.service-board-grid a:nth-child(2) i { background: #226fc8; }
.service-board-grid a:nth-child(3) i { background: #7c51df; }
.service-board-grid a:nth-child(4) i { background: #31506b; }
.service-board-grid b,.service-board-grid small { display: block; }
.service-board-grid small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.service-board-grid em { color: var(--blue); font-style: normal; }
.service-board > p { margin: 17px 0 0; padding-top: 14px; border-top: 1px solid #d7e2eb; color: #526a7d; font-size: 11px; }
.game-help-hub { position: relative; padding: 90px 0; color: #fff; background: radial-gradient(circle at 80% 10%, rgba(39,117,255,.22), transparent 28%), linear-gradient(145deg, #020c18, #071b30 55%, #04111e); overflow: hidden; }
.game-help-hub::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 78%); pointer-events: none; }
.game-help-hub > .container { position: relative; z-index: 1; }
.game-help-head, .help-service-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: end; margin-bottom: 30px; }
.game-help-head h2, .help-service-head h2 { margin: 8px 0 0; max-width: 720px; font-size: clamp(40px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; }
.game-help-head > p, .help-service-head > p { margin: 0; color: #adc2d4; font-size: 16px; line-height: 1.75; }
.game-help-stage { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: #061522; box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.game-help-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(2,11,22,.86)); pointer-events: none; }
.game-help-stage img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.game-help-stage figcaption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 21px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.game-help-stage figcaption span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #d7e5ef; background: rgba(3,15,29,.72); backdrop-filter: blur(10px); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.game-help-stage figcaption b { font-size: 19px; }
.authentic-game-stage { min-height: 520px; padding: 32px; display: grid; grid-template-columns: 230px 230px 1fr; gap: 24px; align-items: center; background: radial-gradient(circle at 15% 20%,rgba(255,201,62,.16),transparent 30%),#061522; }
.authentic-game-stage::after { display: none; }
.recorded-frame { position: relative; overflow: hidden; aspect-ratio: 9/16; border: 7px solid #11151b; border-radius: 28px; background: #10151c; box-shadow: 0 24px 55px rgba(0,0,0,.38); }
.recorded-frame img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.recorded-frame span { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 7px 8px; border-radius: 8px; color: #fff; background: rgba(2,11,20,.82); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-align: center; }
.stage-guide-copy { padding: clamp(10px,3vw,42px); }
.stage-guide-copy > small { color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.stage-guide-copy h3 { max-width: 480px; margin: 10px 0 18px; font-size: clamp(34px,4.2vw,58px); line-height: .98; letter-spacing: -.045em; }
.stage-guide-copy ul { margin: 0 0 24px; padding: 0; list-style: none; }
.stage-guide-copy li { padding: 10px 0 10px 27px; border-bottom: 1px solid rgba(255,255,255,.1); color: #bdd0de; font-size: 14px; }
.stage-guide-copy li::before { content: "✓"; float: left; margin-left: -27px; color: #5cd3ad; font-weight: 900; }
.stage-guide-copy a { color: #fff; font-size: 13px; font-weight: 850; text-decoration-color: var(--sun); text-underline-offset: 5px; }
.game-video-feature { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(35px, 5vw, 72px); align-items: center; margin: 28px 0 24px; padding: clamp(28px, 4vw, 54px); overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; background: radial-gradient(circle at 78% 30%, rgba(255,196,59,.2), transparent 31%), linear-gradient(130deg, rgba(15,53,82,.96), rgba(5,20,35,.97)); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.game-video-copy h3 { max-width: 720px; margin: 10px 0 18px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.game-video-copy > p { max-width: 680px; margin: 0; color: #b6cad9; font-size: 16px; line-height: 1.72; }
.game-video-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0; }
.game-video-facts span { padding: 11px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: #aac1d2; background: rgba(255,255,255,.06); font-size: 12px; }
.game-video-facts b { color: #fff; }
.game-video-copy .game-video-note { padding: 14px 16px; border-left: 3px solid var(--sun); color: #e4edf4; background: rgba(0,0,0,.14); font-size: 13px; }
.game-video-watch-link { display: inline-flex; margin-top: 18px; padding: 12px 16px; border-radius: 12px; color: #071b30; background: var(--sun); text-decoration: none; font-size: 13px; font-weight: 900; }
.game-video-watch-link:hover { background: #ffe08a; }
.game-video-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.game-video-player { min-width: 0; width: 100%; text-align: center; }
.game-video-phone { position: relative; overflow: hidden; aspect-ratio: 9/16; border: 8px solid #0b0e13; border-radius: 34px; background: #0b0e13; box-shadow: 0 32px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.22); }
.game-video-phone::before { content: ""; position: absolute; z-index: 2; top: 7px; left: 50%; width: 68px; height: 5px; transform: translateX(-50%); border-radius: 999px; background: rgba(3,8,12,.78); pointer-events: none; }
.game-video-phone video { width: 100%; height: 100%; display: block; object-fit: cover; }
.game-video-controls { position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 12px; display: flex; justify-content: space-between; gap: 8px; }
.game-video-button { min-height: 38px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; background: rgba(2,11,21,.78); backdrop-filter: blur(10px); font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.game-video-button:hover, .game-video-button:focus-visible { color: #061522; background: var(--sun); outline: none; }
.game-video-player.has-sound .game-video-sound { color: #061522; background: var(--sun); }
.game-video-player > p { margin: 13px 0 0; color: #8fa9bc; font-size: 11px; line-height: 1.45; }
.play-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 24px 0 90px; }
.play-path-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; color: #fff; background: rgba(10,34,55,.88); text-decoration: none; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.play-path-card:hover { transform: translateY(-6px); border-color: rgba(255,203,75,.7); box-shadow: 0 25px 55px rgba(0,0,0,.32); }
.play-path-card > img { width: 100%; height: auto; display: block; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s ease; }
.play-path-card:hover > img { transform: scale(1.035); }
.play-path-visual { min-height: 190px; padding: 34px 20px 24px; display: flex; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(145deg,#113552,#081927); }
.play-path-visual i { width: 56px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; color: #fff; background: #173f60; font-style: normal; font-size: 24px; font-weight: 900; }
.play-path-visual i:nth-child(2) { color: #162a39; background: #ffd05c; }
.play-path-visual i:nth-child(3) { background: #168d72; }
.play-path-visual > span { position: absolute; top: 155px; color: #8fa9bc; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.color-path-visual i { width: 62px; height: 62px; border-radius: 50%; background: #d94c4c; box-shadow: inset 0 0 0 7px rgba(255,255,255,.2); }
.color-path-visual i:nth-child(2) { background: #2e79d6; }
.color-path-visual i:nth-child(3) { background: #21a16f; }
.bingo-path-visual { gap: 5px; }
.bingo-path-visual b { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 10px; color: #162a3a; background: #f3ca60; }
.play-path-card > div { padding: 25px; }
.play-path-card small { color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.play-path-card h3 { margin: 8px 0 10px; font-size: 23px; line-height: 1.12; }
.play-path-card p { min-height: 88px; margin: 0 0 18px; color: #aac1d2; font-size: 14px; line-height: 1.6; }
.play-path-card strong { color: #fff; font-size: 13px; }
.play-path-number { position: absolute; top: 14px; left: 14px; z-index: 1; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #071b30; background: var(--sun); font-size: 11px; font-weight: 950; box-shadow: 0 8px 22px rgba(0,0,0,.25); }
.help-service-head { align-items: center; margin-bottom: 22px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.12); }
.help-service-head h2 { font-size: clamp(32px, 4vw, 48px); }
.help-service-grid { padding: 0; border: 0; background: transparent; }
.help-service-grid .quick-link { border-color: rgba(255,255,255,.13); color: #fff; background: rgba(255,255,255,.06); }
.help-service-grid .quick-link:hover { border-color: rgba(255,203,75,.55); background: rgba(255,255,255,.1); }
.help-service-grid .quick-link > span:last-child { color: #9fb7ca; }
.cta-label { display: block; margin-bottom: 7px; color: #bcd6f5; font-size: 10px; font-weight: 900; letter-spacing: .1em; }

.featured-games-section {
  position: relative;
  padding: clamp(52px, 7vw, 92px) 0;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 12% 0%, rgba(44,118,185,.32), transparent 31%), radial-gradient(circle at 92% 92%, rgba(255,193,51,.16), transparent 28%), #071b30;
}
.featured-games-head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: end; gap: 36px; margin-bottom: 28px; }
.featured-games-head h2 { max-width: 760px; margin: 7px 0 0; color: #fff; font-size: clamp(2rem,4.5vw,4.5rem); line-height: .98; letter-spacing: -.04em; }
.featured-games-head p { max-width: 520px; margin: 0; color: #b8c9d9; font-size: 1rem; line-height: 1.75; }
.featured-games-rail { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.featured-game-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; color: inherit; background: rgba(255,255,255,.06); box-shadow: 0 20px 44px rgba(0,0,0,.22); text-decoration: none; transition: transform .2s ease,border-color .2s ease,background .2s ease; }
.featured-game-card:hover { transform: translateY(-5px); border-color: rgba(255,202,55,.65); background: rgba(255,255,255,.1); }
.featured-game-media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #10263c; }
.featured-game-card img { display: block; width: 100%; height: 100%; object-fit: cover; background: #10263c; transition: transform .28s ease; }
.featured-game-card:hover img { transform: scale(1.045); }
.featured-game-card img.authentic-game-frame { object-position: 50% 37%; }
.media-label { position: absolute; left: 14px; bottom: 13px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #071b30; background: #ffd05a; box-shadow: 0 8px 22px rgba(0,0,0,.22); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.game-diagram { min-height: 0; aspect-ratio: 16/9; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg,#102f49,#071724); }
.diagram-status { align-self: flex-start; padding: 6px 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #cfe0ec; background: rgba(0,0,0,.16); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.color-bowls { display: flex; align-items: center; justify-content: center; gap: 12px; }
.color-bowls i { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #d94c4c; box-shadow: inset 0 0 0 7px rgba(255,255,255,.2),0 8px 18px rgba(0,0,0,.25); font-size: 9px; font-style: normal; font-weight: 900; }
.color-bowls i.blue { background: #2e79d6; }
.color-bowls i.green { background: #21a16f; }
.diagram-history { display: flex; align-items: center; gap: 6px; }
.diagram-history b { margin-right: auto; color: #8fa9bc; font-size: 9px; }
.diagram-history span { width: 12px; height: 12px; border-radius: 50%; background: #d94c4c; }
.diagram-history span:nth-of-type(2),.diagram-history span:nth-of-type(5) { background: #2e79d6; }
.diagram-history span:nth-of-type(3),.diagram-history span:nth-of-type(4) { background: #21a16f; }
.bingo-diagram { gap: 10px; background: linear-gradient(145deg,#2d1e54,#111b39); }
.bingo-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 5px; }
.bingo-grid i { min-height: 33px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: rgba(255,255,255,.11); font-size: 10px; font-style: normal; font-weight: 850; }
.bingo-grid i:nth-child(-n+5) { color: #1e2739; background: #f4ce68; }
.bingo-grid i:nth-child(8) { color: #173e34; background: #7ad9b9; }
.bingo-diagram > small { color: #aebbd2; font-size: 8px; }
.featured-game-card > span { display: grid; grid-template-rows: auto auto 1fr auto; gap: 9px; min-height: 190px; padding: 18px 18px 20px; }
.featured-game-card small { color: #ffc633; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.featured-game-card strong { color: #fff; font-size: 1.15rem; line-height: 1.25; }
.featured-game-card p { margin: 0; color: #a9bdce; font-size: .86rem; line-height: 1.6; }
.featured-game-card em { align-self: end; color: #d8e5ef; font-size: .82rem; font-style: normal; font-weight: 750; }
.featured-games-note { margin: 18px 0 0; color: #91a9bd; font-size: .78rem; line-height: 1.6; }

.real-category-gallery { display: grid; grid-template-columns: 1.22fr .78fr; grid-template-rows: repeat(2,minmax(185px,1fr)); gap: 13px; min-height: 520px; }
.real-category-card { position: relative; min-height: 0; overflow: hidden; border: 1px solid rgba(6,29,53,.12); border-radius: 22px; color: #fff; background: #071b30; box-shadow: 0 22px 52px rgba(9,38,70,.18); text-decoration: none; }
.real-category-card.category-slot-photo { grid-row: 1 / -1; }
.real-category-card::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(180deg,transparent,rgba(3,14,26,.92)); }
.real-category-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.real-category-card:hover img { transform: scale(1.04); }
.real-category-card > span { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 17px; }
.real-category-card small,.real-category-card b { display: block; }
.real-category-card small { margin-bottom: 4px; color: #ffd05a; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.real-category-card b { color: #fff; font-size: 19px; line-height: 1.1; }

@media (max-width: 1100px) {
  .discovery-grid { grid-template-columns: repeat(2, 1fr); }
  .game-video-feature { grid-template-columns: 1fr; }
  .game-video-gallery { width: min(100%, 650px); margin: 0 auto; }
  .featured-games-rail { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .hero-grid-v2, .showcase-grid, .brand-spotlight, .local-player-grid { grid-template-columns: 1fr; }
  .hero-grid-v2 { padding-bottom: 110px; }
  .hero-grid-v2 > div:first-child { width: min(650px, 72vw); }
  .intent-panel { position: static; grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-top: 34px; }
  .intent-panel-head { grid-column: 1 / -1; }
  .intent-panel > a { border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .intent-panel > a:nth-of-type(even) { border-left: 1px solid rgba(255,255,255,.1); }
  .finder-card { grid-template-columns: 1fr; }
  .search-chips { grid-column: 1; }
  .local-checks-head { grid-template-columns: 1fr; }
  .local-checks-head p { grid-column: 1; grid-row: auto; margin-top: 8px; }
  .local-check-grid { grid-template-columns: 1fr; }
  .local-check-card { display: grid; grid-template-columns: minmax(220px,.85fr) 1.15fr; }
  .local-check-media { height: 100%; aspect-ratio: auto; min-height: 210px; }
  .authentic-game-stage { grid-template-columns: 190px 190px 1fr; gap: 16px; padding: 22px; }
  .real-category-gallery { min-height: 460px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .hero-v2, .hero-grid-v2 { min-height: auto; }
  .hero-v2 { background-position: 58% center; }
  .hero-grid-v2 { padding: 48px 0 70px; }
  .hero-grid-v2 > div:first-child { width: 100%; }
  .hero-v2 h1 { margin: 14px 0 16px; font-size: clamp(36px, 10.5vw, 46px); }
  .hero-v2 .eyebrow { font-size: 10px; line-height: 1.45; }
  .hero-v2 .hero-copy { font-size: 15.5px; line-height: 1.55; }
  .hero-v2 .hero-actions { margin-top: 22px; gap: 9px; }
  .hero-v2 .hero-actions .button { width: 100%; min-height: 46px; }
  .hero-v2 .hero-link-note, .hero-v2 .hero-tags { display: none; }
  .hero-v2 .hero-photo-credit { margin-top: 12px; font-size: 8px; }
  .home-page .desktop-nav.open { border-color: rgba(255,255,255,.16); background: #071b30; }
  .home-page .desktop-nav.open a { color: #fff; }
  .intent-panel { grid-template-columns: 1fr; }
  .intent-panel-head { grid-column: 1; }
  .intent-panel > a { padding: 12px 14px; }
  .intent-panel > a:nth-of-type(even) { border-left: 0; }
  .finder-wrap { margin-top: -26px; }
  .finder-card { padding: 20px; }
  .finder-input { min-height: 50px; }
  .local-checks { padding: 58px 0; }
  .local-checks-head h2 { font-size: 38px; }
  .local-check-card { display: flex; }
  .local-check-media { height: auto; min-height: 0; aspect-ratio: 16/9; }
  .discovery-grid, .category-list, .footer-grid { grid-template-columns: 1fr; }
  .discovery-card { min-height: 235px; }
  .showcase-grid, .brand-spotlight, .local-player-grid { gap: 30px; }
  .game-cover-grid { gap: 8px; transform: none; }
  .game-cover-grid a { border-radius: 15px; }
  .game-cover-grid a:nth-child(even) { transform: translateY(8px); }
  .game-cover-grid span { left: 7px; right: 7px; bottom: 7px; padding: 7px 5px; font-size: 11px; }
  .showcase-copy h2, .brand-spotlight h2, .local-player-copy h2 { font-size: 35px; }
  .local-player-visual img { aspect-ratio: 4/3; }
  .local-player-visual figcaption { position: static; display: block; border-radius: 0; }
  .service-board-grid { grid-template-columns: 1fr; }
  .service-board-head { display: grid; }
  .authentic-game-stage { min-height: 0; grid-template-columns: repeat(2,1fr); gap: 12px; padding: 16px; }
  .stage-guide-copy { grid-column: 1 / -1; padding: 16px 4px 7px; }
  .stage-guide-copy h3 { font-size: 36px; }
  .recorded-frame { border-width: 5px; border-radius: 21px; }
  .game-help-head, .help-service-head { grid-template-columns: 1fr; gap: 16px; }
  .game-video-feature { grid-template-columns: 1fr minmax(240px, 310px); }
  .play-path-grid { grid-template-columns: 1fr; }
  .play-path-card { display: grid; grid-template-columns: minmax(180px, .8fr) 1.2fr; }
  .play-path-card > img { height: 100%; aspect-ratio: auto; }
  .play-path-card p { min-height: 0; }
}

@media (max-width: 680px) {
  .game-help-hub { padding: 64px 0; }
  .game-help-head h2 { font-size: 43px; }
  .game-help-stage { aspect-ratio: 16/10; border-radius: 20px; }
  .game-help-stage img { height: 100%; aspect-ratio: auto; object-position: center; }
  .game-help-stage figcaption { left: 14px; right: 14px; bottom: 13px; }
  .game-help-stage figcaption b { font-size: 15px; }
  .game-video-feature { grid-template-columns: 1fr; padding: 26px 18px; border-radius: 22px; }
  .game-video-copy h3 { font-size: 36px; }
  .game-video-gallery { display: flex; width: calc(100% + 18px); max-width: none; margin: 0 -18px 0 0; padding: 0 18px 10px 0; overflow-x: auto; scroll-snap-type: x mandatory; }
  .game-video-gallery .game-video-player { flex: 0 0 250px; width: auto; scroll-snap-align: start; }
  .featured-games-head { grid-template-columns: 1fr; gap: 14px; }
  .featured-games-head h2 { font-size: clamp(2.05rem,12vw,3.2rem); }
  .featured-games-rail { display: flex; width: calc(100% + 18px); margin-right: -18px; padding: 0 18px 10px 0; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .featured-game-card { flex: 0 0 min(84vw,340px); scroll-snap-align: start; }
  .featured-game-card > span { min-height: 190px; }
  .game-diagram { padding: 17px; }
  .color-bowls i { width: 62px; height: 62px; }
  .bingo-grid i { min-height: 29px; }
  .real-category-gallery { display: flex; min-height: 0; width: calc(100% + 18px); margin-right: -18px; padding: 0 18px 10px 0; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .real-category-card,.real-category-card.category-slot-photo { flex: 0 0 min(82vw,340px); min-height: 370px; scroll-snap-align: start; }
  .play-path-grid { margin-bottom: 65px; }
  .play-path-card { display: block; }
  .play-path-card > img { height: auto; aspect-ratio: 16/9; }
}

.page-platform-entry { padding: 28px 0; color: #fff; background: #071b30; }
.page-platform-entry .container { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 26px; align-items: center; }
.page-platform-entry small { display: block; color: #8fc4ec; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.page-platform-entry h2 { margin: 5px 0 6px; color: #fff; font-size: clamp(24px,3vw,34px); }
.page-platform-entry p { max-width: 720px; margin: 0; color: #b8cada; font-size: 13px; }
.page-platform-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.page-platform-actions a { padding: 12px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 850; }
.page-platform-actions a:last-child { border-color: var(--sun); color: #071b30; background: var(--sun); }

.watch-page { background: #edf4f8; }
.watch-hero { padding: 42px 0 70px; color: #fff; background: radial-gradient(circle at 82% 12%, rgba(14,99,233,.34), transparent 28%), linear-gradient(145deg, #061522 0%, #0a2942 64%, #0e3650 100%); }
.watch-hero .breadcrumb { margin-bottom: 20px; color: #9db7ca; font-size: 13px; }
.watch-hero .breadcrumb a { color: #d5e7f4; }
.watch-kicker, .watch-section-label { display: block; color: var(--sun); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.watch-hero h1 { max-width: 900px; margin: 11px 0 16px; font-size: clamp(40px,5.4vw,70px); line-height: 1.02; letter-spacing: -.045em; }
.watch-intro { max-width: 800px; margin: 0; color: #c8d9e6; font-size: 18px; line-height: 1.7; }
.watch-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 28px; align-items: stretch; margin-top: 34px; }
.watch-stage { display: grid; min-height: 610px; place-items: center; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: radial-gradient(circle at 50% 30%, rgba(255,202,66,.17), transparent 35%), #020b13; box-shadow: 0 28px 65px rgba(0,0,0,.3); }
.watch-stage video { display: block; width: min(100%,340px); max-height: 68vh; aspect-ratio: 9/16; border: 7px solid #111820; border-radius: 27px; background: #000; box-shadow: 0 24px 55px rgba(0,0,0,.55); object-fit: cover; }
.watch-checklist { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.08); }
.watch-checklist > small { color: #8fc4ec; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.watch-checklist h2 { margin: 8px 0 22px; font-size: 31px; line-height: 1.08; }
.watch-checklist ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: watch-step; }
.watch-checklist li { position: relative; padding: 14px 14px 14px 49px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(4,17,29,.4); counter-increment: watch-step; }
.watch-checklist li::before { content: counter(watch-step, decimal-leading-zero); position: absolute; left: 13px; top: 14px; color: var(--sun); font-size: 11px; font-weight: 900; }
.watch-checklist li b, .watch-checklist li span { display: block; }
.watch-checklist li b { color: #fff; font-size: 15px; }
.watch-checklist li span { margin-top: 3px; color: #b5c9d8; font-size: 13px; line-height: 1.45; }
.watch-local-note { margin: 18px 0 0; padding: 14px; border-left: 3px solid #38c89e; color: #cce0ec; background: rgba(0,0,0,.18); font-size: 13px; }
.watch-details { padding: 64px 0; }
.watch-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 28px; }
.watch-detail-grid > article, .watch-next { padding: clamp(24px,4vw,42px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.watch-detail-grid article h2 { max-width: 680px; margin: 9px 0 16px; font-size: clamp(30px,4vw,44px); line-height: 1.08; letter-spacing: -.035em; }
.watch-detail-grid article h3 { margin: 28px 0 8px; font-size: 22px; }
.watch-detail-grid article p, .watch-detail-grid article li { color: #536b80; }
.watch-next > span { display: block; margin-bottom: 10px; color: #6a8194; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.watch-next a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.watch-next a:last-child { border-bottom: 0; }
.watch-next b, .watch-next small { display: block; }
.watch-next b { color: var(--blue-dark); }
.watch-next small { margin-top: 4px; color: #607184; font-size: 12px; line-height: 1.45; }

@media (max-width: 850px) {
  .watch-layout, .watch-detail-grid { grid-template-columns: 1fr; }
  .watch-stage { min-height: 0; }
  .watch-checklist { order: 2; }
}

@media (max-width: 620px) {
  .page-platform-entry .container { grid-template-columns: 1fr; }
  .page-platform-actions a { flex: 1 1 145px; text-align: center; }
  .watch-hero { padding: 30px 0 52px; }
  .watch-hero h1 { font-size: 42px; }
  .watch-intro { font-size: 16px; }
  .watch-stage { padding: 14px; border-radius: 21px; }
  .watch-stage video { width: min(100%,310px); max-height: 66vh; border-width: 5px; border-radius: 22px; }
  .watch-checklist { padding: 22px; border-radius: 21px; }
  .watch-details { padding: 44px 0; }
}

/* Official JILIEVO promotion catalogue */
.official-promo-section { padding: 72px 0; color: #fff; background: #071b30; }
.official-promo-shell { display: grid; grid-template-columns: minmax(0,.9fr) minmax(440px,1.1fr); gap: 38px; align-items: center; }
.official-promo-copy .kicker { color: var(--sun); }
.official-promo-copy h2 { max-width: 620px; margin: 8px 0 14px; color: #fff; font-size: clamp(34px,4.5vw,58px); line-height: 1; letter-spacing: -.045em; }
.official-promo-copy > p { max-width: 650px; color: #b9cada; }
.official-promo-actions { display: flex; gap: 11px; flex-wrap: wrap; margin: 23px 0 12px; }
.official-promo-actions a { padding: 13px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 900; }
.official-promo-actions .official-promo-open { border-color: var(--sun); color: #071b30; background: var(--sun); }
.official-promo-copy > small { color: #91a9bd; }
.official-promo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.official-promo-grid article { min-height: 166px; padding: 19px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: linear-gradient(155deg,#123554,#0b263f); }
.official-promo-grid article span, .official-promo-grid article strong, .official-promo-grid article small { display: block; }
.official-promo-grid article span { color: #8fc4ec; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.official-promo-grid article strong { margin-top: 18px; color: #fff; font-size: 22px; line-height: 1.1; }
.official-promo-grid article small { margin-top: 10px; color: #aebfce; line-height: 1.4; }
.official-promo-calendar { grid-column: 1/-1; padding: 16px 18px; border-left: 4px solid var(--sun); border-radius: 12px; background: rgba(255,255,255,.07); }
.official-promo-calendar b, .official-promo-calendar span { display: block; }
.official-promo-calendar span { margin-top: 4px; color: #b9cada; font-size: 12px; }
.jilievo-offers { margin: 30px 0; padding: 26px; border: 1px solid #cbdcf0; border-radius: 22px; background: linear-gradient(145deg,#f7fbff,#eef5fc); }
.jilievo-offers > h2, .jilievo-schedule > h2 { margin-top: 0; }
.offer-note, .jilievo-schedule > p { color: var(--muted); font-size: 13px; }
.offer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin-top: 18px; }
.offer-grid article { padding: 16px; border: 1px solid #d9e6f2; border-radius: 15px; background: #fff; }
.offer-grid small, .offer-grid strong { display: block; }
.offer-grid small { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.offer-grid strong { margin-top: 5px; color: var(--blue-dark); font-size: 17px; }
.offer-action { display: inline-block; margin-top: 18px; padding: 13px 17px; border-radius: 12px; color: #071b30; background: var(--sun); text-decoration: none; font-weight: 900; }
.jilievo-schedule { margin: 34px 0; }
.schedule-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.schedule-grid div { padding: 15px; border-left: 4px solid var(--blue); border-radius: 9px; background: #f5f8fc; }
.schedule-grid b, .schedule-grid span { display: block; }
.schedule-grid span { margin-top: 3px; color: var(--muted); font-size: 13px; }

@media (max-width: 900px) {
  .official-promo-shell { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .official-promo-section { padding: 52px 0; }
  .official-promo-shell { grid-template-columns: 1fr; }
  .official-promo-grid { grid-template-columns: 1fr; }
  .official-promo-grid article { min-height: 0; }
  .official-promo-actions a { flex: 1 1 100%; text-align: center; }
  .offer-grid, .schedule-grid { grid-template-columns: 1fr; }
  .jilievo-offers { padding: 20px; }
}
