:root {
  --bg: #180c06;
  --bg-soft: #2a1308;
  --card: #3a1b0d;
  --text: #fff8e7;
  --muted: #ffd89a;
  --brand: #ff9d1f;
  --brand-2: #ffe251;
  --accent: #7b3a12;
  --border: rgba(255, 226, 81, 0.24);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  --font: "Nunito Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: radial-gradient(circle at top, #55240d 0, var(--bg) 42%, #0e0704 100%);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
main { min-height: 60vh; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.hero { padding: 72px 0 56px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 36px; align-items: center; }
.badge { display: inline-flex; gap: 8px; align-items: center; padding: 8px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.06); font-weight: 800; }
h1 { font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; margin: 18px 0; letter-spacing: -0.04em; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.08; margin: 0 0 18px; }
h3 { font-size: 1.35rem; margin: 0 0 10px; }
p { color: rgba(255,248,231,.86); }
.lead { font-size: 1.18rem; max-width: 680px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 22px; border-radius: 999px; text-decoration: none; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #291006; box-shadow: 0 12px 30px rgba(255,157,31,.28); }
.btn-secondary { border-color: var(--border); background: rgba(255,255,255,.08); color: var(--text); }
.logo-card { background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.02)); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.logo-card img { display: block; margin: 0 auto; }
.section { padding: 56px 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: rgba(58,27,13,.82); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.info-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.06); }
.info-table th, .info-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); text-align: left; }
.info-table th { color: var(--brand-2); }
.notice { border-left: 4px solid var(--brand-2); padding: 18px 20px; background: rgba(255,226,81,.09); border-radius: 16px; }
.faq-item { border: 1px solid var(--border); border-radius: 18px; margin-bottom: 12px; overflow: hidden; background: rgba(255,255,255,.05); }
.faq-question { width: 100%; border: 0; background: transparent; color: var(--text); padding: 18px; font-weight: 900; text-align: left; cursor: pointer; font-size: 1rem; }
.faq-answer { display: none; padding: 0 18px 18px; }
.faq-item.is-open .faq-answer { display: block; }
.breadcrumbs { font-size: .92rem; color: var(--muted); margin: 24px 0 0; }
.page-header { padding: 56px 0 24px; }
.content { padding: 24px 0 64px; }
.content .card { margin-bottom: 18px; }
@media (max-width: 820px) {
  .hero-grid, .card-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 42px; }
}


/* Home page content styles */
:root {
  --bg: #171a2a;
  --bg-soft: #24283d;
  --card: #34394f;
  --text: #ffffff;
  --muted: #aeb6d1;
  --brand: #ff9d1f;
  --brand-2: #ffe251;
  --green: #35c75a;
  --border: rgba(255,255,255,.11);
  --font-display: "Baloo 2", "Nunito Sans", system-ui, sans-serif;
}
body {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 204, 61, .12), transparent 32%),
    radial-gradient(circle at 85% 8%, rgba(53, 199, 90, .08), transparent 30%),
    linear-gradient(180deg, #202437 0%, #171a2a 46%, #11131e 100%);
}
h1, h2, h3 { font-family: var(--font-display); }
.home-hero { padding: 46px 0 40px; position: relative; overflow: hidden; }
.home-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(255,255,255,.03), transparent); pointer-events:none; }
.hero-copy { position: relative; z-index: 1; }
.hero-media { margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; overflow: hidden; background: #30354a; box-shadow: 0 22px 70px rgba(0,0,0,.34); transform: rotate(1deg); }
.hero-media img { display:block; width:100%; height:auto; }
.content-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; align-items:start; }
.content-card, .quick-card, .image-card, .table-section, .final-card { border:1px solid var(--border); background:linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); border-radius:28px; padding:26px; box-shadow:0 20px 60px rgba(0,0,0,.22); }
.wide-card { min-height: 100%; }
.content-card p:first-child, .quick-card p:first-child { margin-top: 0; }
.quick-card h2, .table-section h2 { margin-bottom: 16px; }
.table-wrap { overflow-x:auto; border-radius:20px; border:1px solid rgba(255,255,255,.09); }
.info-table { min-width: 520px; background:rgba(23,26,42,.78); }
.info-table th { background:rgba(255, 157, 31, .14); color:#ffe251; font-weight:950; }
.info-table tr:last-child td { border-bottom: 0; }
.split-layout { display:grid; grid-template-columns: 1fr .82fr; gap:28px; align-items:center; }
.split-layout.reverse { grid-template-columns: .82fr 1fr; }
.image-card { padding:18px; overflow:hidden; }
.image-card img { display:block; border-radius:20px; width:100%; }
.dark-band { background: linear-gradient(180deg, rgba(58,64,87,.45), rgba(37,42,59,.34)); border-block: 1px solid rgba(255,255,255,.07); }
.feature-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:16px; }
.feature-card { padding:20px; border-radius:22px; border:1px solid rgba(255,255,255,.1); background:rgba(52,57,79,.72); color:rgba(255,255,255,.9); font-weight:850; }
.step-list { counter-reset: step; list-style:none; padding:0; margin:0; display:grid; gap:12px; }
.step-list li { position:relative; padding:16px 16px 16px 58px; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.052); color:rgba(255,255,255,.86); }
.step-list li::before { counter-increment: step; content: counter(step); position:absolute; left:16px; top:14px; width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(180deg,#ffe251,#ff9d1f); color:#261105; font-weight:950; }
.check-list { list-style:none; padding:0; display:grid; gap:10px; }
.check-list li { position:relative; padding:12px 14px 12px 44px; border-radius:16px; background:rgba(255,255,255,.055); color:rgba(255,255,255,.88); }
.check-list li::before { content:"✓"; position:absolute; left:14px; top:10px; width:22px; height:22px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:#fff; font-weight:950; }
.transparent-card { background:rgba(24,27,42,.56); }
.notice a { color:#ffe251; font-weight:900; }
.accent-card { background: linear-gradient(180deg, rgba(255, 157, 31, .12), rgba(255,255,255,.045)); }
.faq-list { display:grid; grid-template-columns: 1fr 1fr; gap:14px; }
.faq-question { font-family: var(--font-display); }
.final-cta { padding-bottom: 78px; }
.final-card { text-align:left; background:
  radial-gradient(circle at 88% 10%, rgba(255, 226, 81, .18), transparent 26%),
  linear-gradient(180deg, rgba(52,57,79,.96), rgba(31,35,53,.96)); }
@media (max-width: 960px) {
  .content-grid, .split-layout, .split-layout.reverse, .feature-grid, .faq-list { grid-template-columns:1fr; }
  .hero-media { transform:none; }
}
@media (max-width: 640px) {
  .home-hero { padding-top: 28px; }
  .content-card, .quick-card, .image-card, .table-section, .final-card { border-radius:22px; padding:18px; }
  .feature-grid { gap:12px; }
  .hero-grid { gap: 20px; }
}


/* License & Regulation page */
.legal-hero { padding: 46px 0 42px; overflow: hidden; }
.legal-hero-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 28px; align-items: center; }
.legal-hero-copy { position: relative; z-index: 1; }
.legal-hero-art { margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; overflow: hidden; background: rgba(52,57,79,.75); box-shadow: 0 22px 70px rgba(0,0,0,.34); }
.legal-hero-art img { display: block; width: 100%; height: auto; }
.legal-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: start; }
.legal-main { min-height: 100%; }
.legal-checklist-card { position: sticky; top: 92px; }
.compact-list { margin-bottom: 0; }
.compact-list li { padding-top: 10px; padding-bottom: 10px; }
@media (max-width: 960px) {
  .legal-hero-grid, .legal-layout { grid-template-columns: 1fr; }
  .legal-checklist-card { position: static; }
}
@media (max-width: 640px) {
  .legal-hero { padding-top: 28px; }
}

/* Responsible Gambling page */
.responsible-hero { padding: 46px 0 42px; overflow: hidden; }
.responsible-hero-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 28px; align-items: center; }
.responsible-copy { position: relative; z-index: 1; }
.responsible-hero-art { margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; overflow: hidden; background: rgba(52,57,79,.75); box-shadow: 0 22px 70px rgba(0,0,0,.34); }
.responsible-hero-art img { display: block; width: 100%; height: auto; }
.safety-grid, .warning-layout, .help-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: start; }
.limit-card { position: sticky; top: 92px; }
.responsible-tools { grid-template-columns: repeat(2, 1fr); }
.responsible-tools .feature-card strong { color: #ffe251; font-family: var(--font-display); font-size: 1.08rem; }
.warning-card { border-color: rgba(255, 93, 93, .28); background: linear-gradient(180deg, rgba(255, 93, 93, .10), rgba(255,255,255,.035)); }
.warning-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.warning-list li { position: relative; padding: 12px 14px 12px 44px; border-radius: 16px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.9); }
.warning-list li::before { content: "!"; position: absolute; left: 14px; top: 10px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #ffbd3a; color: #2b1305; font-weight: 1000; }
.action-card { background: linear-gradient(180deg, rgba(53,199,90,.12), rgba(255,255,255,.035)); }
.help-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding: 18px; margin: 18px 0; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(24,27,42,.56); }
.help-badges img { display: block; object-fit: contain; }
.muted-note { color: var(--muted); font-size: .96rem; }
.responsible-final { background: radial-gradient(circle at 82% 10%, rgba(53,199,90,.18), transparent 26%), linear-gradient(180deg, rgba(52,57,79,.96), rgba(31,35,53,.96)); }
@media (max-width: 960px) {
  .responsible-hero-grid, .safety-grid, .warning-layout, .help-grid { grid-template-columns: 1fr; }
  .limit-card { position: static; }
  .responsible-tools { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .responsible-hero { padding-top: 28px; }
}


/* Terms & Conditions page */
.terms-hero { padding: 46px 0 42px; overflow: hidden; }
.terms-hero-grid { display: grid; grid-template-columns: 1fr .74fr; gap: 28px; align-items: center; }
.terms-copy { position: relative; z-index: 1; }
.terms-hero-art { margin: 0; max-height: 540px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; overflow: hidden; background: rgba(52,57,79,.75); box-shadow: 0 22px 70px rgba(0,0,0,.34); display: grid; place-items: center; }
.terms-hero-art img { display: block; width: min(100%, 420px); height: auto; }
.terms-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .52fr); gap: 22px; align-items: start; }
.terms-main h2 { margin-top: 34px; }
.terms-main h2:first-child { margin-top: 0; }
.terms-aside { position: sticky; top: 92px; }
.terms-aside a, .terms-main a { color: #ffe251; font-weight: 900; }
.terms-mini-card { margin-top: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.10); border-radius: 20px; background: rgba(24,27,42,.56); }
.terms-badges { justify-content: flex-start; }
.terms-final { background: radial-gradient(circle at 82% 10%, rgba(255,226,81,.18), transparent 26%), linear-gradient(180deg, rgba(52,57,79,.96), rgba(31,35,53,.96)); }
@media (max-width: 960px) {
  .terms-hero-grid, .terms-layout { grid-template-columns: 1fr; }
  .terms-aside { position: static; }
  .terms-hero-art { max-height: none; }
}
@media (max-width: 640px) {
  .terms-hero { padding-top: 28px; }
}


/* Bonus Terms page */
.bonus-hero { padding: 46px 0 42px; overflow: hidden; }
.bonus-hero-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 28px; align-items: center; }
.bonus-copy { position: relative; z-index: 1; }
.bonus-hero-art { margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; overflow: hidden; background: rgba(52,57,79,.75); box-shadow: 0 22px 70px rgba(0,0,0,.34); }
.bonus-hero-art img { display: block; width: 100%; height: auto; }
.bonus-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .52fr); gap: 22px; align-items: start; }
.bonus-main h2 { margin-top: 34px; }
.bonus-main h2:first-child { margin-top: 0; }
.bonus-main a, .bonus-aside a { color: #ffe251; font-weight: 900; }
.calculation-card { margin: 18px 0; padding: 22px; border-radius: 22px; border: 1px solid rgba(255,226,81,.22); background: radial-gradient(circle at 100% 0, rgba(255,226,81,.18), transparent 36%), rgba(24,27,42,.70); }
.calculation-card span { display: block; color: var(--muted); font-weight: 900; margin-bottom: 8px; }
.calculation-card strong { display: block; font-family: var(--font-display); font-size: clamp(1.6rem, 4vw, 2.6rem); line-height: 1; color: #ffe251; }
.calculation-card p { margin-bottom: 0; }
.bonus-aside { position: sticky; top: 92px; }
.bonus-mini-card { margin-top: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.10); border-radius: 20px; background: rgba(24,27,42,.56); }
.bonus-side-image { margin: 18px 0 0; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.10); background: rgba(24,27,42,.56); }
.bonus-side-image img { display: block; width: 100%; height: auto; }
.bonus-final { background: radial-gradient(circle at 82% 10%, rgba(255,157,31,.20), transparent 26%), linear-gradient(180deg, rgba(52,57,79,.96), rgba(31,35,53,.96)); }
@media (max-width: 960px) {
  .bonus-hero-grid, .bonus-layout { grid-template-columns: 1fr; }
  .bonus-aside { position: static; }
}
@media (max-width: 640px) {
  .bonus-hero { padding-top: 28px; }
}


/* Payments page styles */
.payments-hero { padding: 48px 0 42px; position: relative; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(255,226,81,.14), transparent 28%); }
.payments-hero-grid { display:grid; grid-template-columns: 1.02fr .98fr; gap:30px; align-items:center; }
.payments-copy { position:relative; z-index:1; }
.payments-hero-art { margin:0; border-radius:30px; overflow:hidden; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05); box-shadow:0 24px 72px rgba(0,0,0,.34); transform:rotate(-1deg); }
.payments-hero-art img { display:block; width:100%; height:auto; }
.payments-grid { display:grid; grid-template-columns: 1.08fr .92fr; gap:22px; align-items:start; }
.payment-summary-card { position:sticky; top:92px; }
.section-heading { max-width:760px; margin-bottom:24px; }
.payments-table td:first-child { font-weight:950; color:#ffe251; }
.compact-steps li { padding-top:13px; padding-bottom:13px; }
.four-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card strong { display:block; color:#ffe251; margin-bottom:8px; font-size:1.05rem; }
.feature-card span { display:block; color:rgba(255,255,255,.8); font-weight:700; }
.trust-row { display:flex; align-items:center; flex-wrap:wrap; gap:14px; margin-top:18px; }
.compact-trust img { max-height:54px; width:auto; border-radius:12px; background:rgba(255,255,255,.06); padding:6px; }
@media (max-width: 920px) {
  .payments-hero-grid, .payments-grid, .split-layout, .split-layout.reverse { grid-template-columns:1fr; }
  .payment-summary-card { position:static; }
  .four-grid { grid-template-columns:1fr 1fr; }
  .faq-list { grid-template-columns:1fr; }
}
@media (max-width: 560px) {
  .four-grid { grid-template-columns:1fr; }
}


/* Contact page styles */
.contact-hero { padding: 48px 0 42px; position: relative; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(53,199,90,.12), transparent 28%); }
.contact-hero-grid { display:grid; grid-template-columns: 1fr .95fr; gap:30px; align-items:center; }
.contact-copy { position:relative; z-index:1; }
.contact-hero-art { margin:0; border-radius:30px; overflow:hidden; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05); box-shadow:0 24px 72px rgba(0,0,0,.34); transform:rotate(1deg); }
.contact-hero-art img { display:block; width:100%; height:auto; }
.contact-layout { display:grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .52fr); gap:22px; align-items:start; }
.contact-main h2 { margin-top:34px; }
.contact-main h2:first-child { margin-top:0; }
.contact-main a, .contact-aside a { color:#ffe251; font-weight:900; }
.contact-cards { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:22px 0; }
.contact-card { padding:20px; border:1px solid rgba(255,255,255,.1); border-radius:22px; background:rgba(52,57,79,.72); }
.contact-card strong { display:block; color:#ffe251; font-family:var(--font-display); font-size:1.12rem; margin-bottom:8px; }
.contact-card p { margin:0 0 12px; }
.contact-aside { position:sticky; top:92px; }
.contact-panel { margin-bottom:18px; }
.support-box { background:linear-gradient(180deg, rgba(53,199,90,.10), rgba(255,255,255,.035)); }
.contact-final { background: radial-gradient(circle at 82% 10%, rgba(53,199,90,.18), transparent 26%), linear-gradient(180deg, rgba(52,57,79,.96), rgba(31,35,53,.96)); }
@media (max-width: 960px) {
  .contact-hero-grid, .contact-layout { grid-template-columns:1fr; }
  .contact-aside { position:static; }
  .contact-hero-art { transform:none; }
}
@media (max-width: 640px) {
  .contact-hero { padding-top:28px; }
  .contact-cards { grid-template-columns:1fr; }
}
