@font-face {
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-latin-ext-600-normal.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-cyrillic-600-normal.woff2') format('woff2');
  unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-latin-700-normal.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-latin-ext-700-normal.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-cyrillic-700-normal.woff2') format('woff2');
  unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* playfortunamobile.com — design system
   Palette: graphite black / antique gold / fortune green */
:root {
  --bg:      #0e0f13;
  --bg-2:    #14161d;
  --card:    #1a1d26;
  --card-2:  #20242f;
  --line:    #2b303d;
  --gold:    #d4a941;
  --gold-2:  #f0ce7a;
  --gold-dim:#8a6f2f;
  --green:   #3cb054;
  --green-2: #2f9445;
  --text:    #e9eaee;
  --muted:   #a5aab6;
  --shadow:  0 10px 30px rgba(0,0,0,.45);
  --r:       12px;
  --display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --body:    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation:none !important; transition:none !important; }
}
body {
  background:var(--bg);
  color:var(--text);
  font-family:var(--body);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
.wrap { max-width:1140px; margin:0 auto; padding:0 20px; }
img { max-width:100%; height:auto; display:block; }
a { color:var(--gold-2); text-decoration:none; }
a:hover { color:#fff; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline:2px solid var(--gold); outline-offset:2px; border-radius:4px;
}
.skip-link { position:absolute; left:-9999px; top:0; background:var(--gold); color:#000; padding:8px 16px; z-index:100; }
.skip-link:focus { left:8px; top:8px; }

/* ---------- typography ---------- */
h1, h2, h3 { font-family:var(--display); font-weight:700; line-height:1.2; color:#fff; }
h1 { font-size:clamp(30px, 4.6vw, 46px); margin:18px 0 14px; }
h2 { font-size:clamp(24px, 3.2vw, 32px); margin:44px 0 16px; position:relative; padding-left:18px; }
h2::before { content:""; position:absolute; left:0; top:.18em; bottom:.18em; width:4px; border-radius:2px;
  background:linear-gradient(180deg, var(--gold-2), var(--gold-dim)); }
h3 { font-size:clamp(19px, 2.4vw, 23px); margin:28px 0 10px; color:var(--gold-2); }
p { margin:0 0 16px; }
.lead { font-size:19px; color:var(--text); }
ul, ol { margin:0 0 18px 22px; }
li { margin-bottom:7px; }
strong { color:#fff; }

/* ---------- buttons ---------- */
.btn { display:inline-block; font-weight:700; font-family:var(--body); font-size:16px;
  padding:14px 30px; border-radius:10px; border:0; cursor:pointer; text-align:center;
  letter-spacing:.03em; text-transform:uppercase; transition:transform .15s, box-shadow .15s, background .15s; }
.btn:hover { transform:translateY(-2px); }
.btn-green { background:linear-gradient(180deg, var(--green), var(--green-2)); color:#fff;
  box-shadow:0 6px 18px rgba(60,176,84,.35); }
.btn-green:hover { color:#fff; box-shadow:0 10px 24px rgba(60,176,84,.5); }
.btn-gold { background:linear-gradient(180deg, var(--gold-2), var(--gold)); color:#1a1405;
  box-shadow:0 6px 18px rgba(212,169,65,.3); }
.btn-gold:hover { color:#000; box-shadow:0 10px 24px rgba(212,169,65,.45); }
.btn-ghost { background:transparent; color:var(--gold-2); border:1px solid var(--gold-dim); }
.btn-ghost:hover { border-color:var(--gold-2); color:#fff; }
.btn-header { padding:10px 22px; font-size:14px; }
.btn-xl { padding:17px 42px; font-size:18px; }

/* ---------- header ---------- */
.site-header { background:linear-gradient(180deg, #101218, #0c0d11); border-bottom:1px solid var(--line);
  position:sticky; top:0; z-index:50; }
.header-inner { display:flex; align-items:center; gap:16px; padding:12px 20px; }
.logo img { height:40px; width:auto; }
.header-cta { margin-left:auto; display:flex; align-items:center; gap:12px; }

.burger { display:none; background:none; border:0; width:40px; height:40px; cursor:pointer; flex-direction:column;
  justify-content:center; gap:6px; align-items:center; }
.burger span { display:block; width:24px; height:2px; background:var(--gold-2); border-radius:2px; transition:transform .2s, opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform:translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform:translateY(-8px) rotate(-45deg); }

/* language switcher */
.lang-switch { position:relative; }
.lang-btn { background:var(--card); color:var(--gold-2); border:1px solid var(--line); border-radius:8px;
  padding:9px 14px; font-size:13px; font-weight:700; cursor:pointer; }
.lang-menu { position:absolute; right:0; top:calc(100% + 6px); background:var(--card); border:1px solid var(--line);
  border-radius:10px; box-shadow:var(--shadow); list-style:none; margin:0; padding:6px; min-width:150px;
  display:none; z-index:60; }
.lang-switch.open .lang-menu { display:block; }
.lang-menu li { margin:0; }
.lang-menu a { display:block; padding:9px 14px; border-radius:7px; color:var(--text); font-size:14px; }
.lang-menu a:hover, .lang-menu a.active { background:var(--card-2); color:var(--gold-2); }

/* main nav */
.main-nav { background:#0c0d11; border-bottom:1px solid var(--line); }
.nav-list { display:flex; list-style:none; margin:0; padding:0; flex-wrap:wrap; }
.nav-list > li { margin:0; position:relative; }
.nav-list > li > a { display:block; padding:13px 16px; color:var(--muted); font-size:14.5px; font-weight:600;
  letter-spacing:.02em; border-bottom:2px solid transparent; }
.nav-list > li > a:hover { color:#fff; }
.nav-list > li > a.on { color:var(--gold-2); border-bottom-color:var(--gold); }
.has-sub .sub { display:none; position:absolute; left:0; top:100%; background:var(--card); border:1px solid var(--line);
  border-radius:0 0 12px 12px; box-shadow:var(--shadow); padding:18px; gap:28px; min-width:520px; z-index:55; }
.has-sub:hover .sub, .has-sub:focus-within .sub { display:flex; }
.sub-col { display:flex; flex-direction:column; min-width:220px; }
.sub-head { font-size:11.5px; text-transform:uppercase; letter-spacing:.12em; color:var(--gold); margin:0 0 8px; font-weight:700; }
.sub-head-2 { margin-top:16px; }
.sub-col a { padding:6px 8px; border-radius:6px; color:var(--text); font-size:14px; }
.sub-col a:hover { background:var(--card-2); color:var(--gold-2); }

/* ---------- hero ---------- */
.hero { position:relative; overflow:hidden; background:
  radial-gradient(1100px 420px at 78% -10%, rgba(212,169,65,.16), transparent 60%),
  radial-gradient(700px 380px at 12% 110%, rgba(60,176,84,.12), transparent 60%),
  linear-gradient(180deg, #14161d, #0e0f13); border-bottom:1px solid var(--line); }
.hero-inner { display:grid; grid-template-columns:1.15fr .85fr; gap:36px; align-items:center; padding:56px 20px 60px; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:12.5px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--gold); border:1px solid var(--gold-dim); border-radius:99px;
  padding:6px 14px; margin-bottom:18px; background:rgba(212,169,65,.06); }
.hero h1 { margin:0 0 16px; }
.hero h1 em { font-style:normal; color:var(--gold-2); }
.hero .lead { color:var(--muted); margin-bottom:26px; max-width:560px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.hero-art { justify-self:center; }
.hero-art img { width:100%; max-width:430px; filter:drop-shadow(0 18px 40px rgba(0,0,0,.5)); }
.hero-stats { display:grid; grid-template-columns:repeat(4, 1fr); gap:1px; background:var(--line);
  border-top:1px solid var(--line); }
.hero-stats .stat { background:var(--bg-2); padding:18px 12px; text-align:center; }
.stat b { display:block; font-family:var(--display); font-size:26px; color:var(--gold-2); }
.stat span { font-size:13px; color:var(--muted); }

/* ---------- cards & grids ---------- */
.grid-3 { display:grid; grid-template-columns:repeat(3, 1fr); gap:18px; margin:22px 0; }
.grid-2 { display:grid; grid-template-columns:repeat(2, 1fr); gap:18px; margin:22px 0; }
.card { background:linear-gradient(180deg, var(--card), var(--bg-2)); border:1px solid var(--line);
  border-radius:var(--r); padding:22px; }
.card h3 { margin-top:0; }
.card .icon { width:46px; height:46px; margin-bottom:12px; }
.bonus-card { border:1px solid var(--gold-dim); background:
  radial-gradient(400px 160px at 85% 0%, rgba(212,169,65,.14), transparent 65%),
  linear-gradient(180deg, var(--card), var(--bg-2)); }
.bonus-card .tag { display:inline-block; font-size:11px; letter-spacing:.12em; text-transform:uppercase;
  background:var(--gold); color:#1a1405; font-weight:800; border-radius:5px; padding:3px 9px; margin-bottom:10px; }
.bonus-amount { font-family:var(--display); font-size:34px; color:var(--gold-2); line-height:1.1; margin:4px 0 8px; }

/* ---------- tables ---------- */
.tbl-wrap { overflow-x:auto; margin:22px 0; border:1px solid var(--line); border-radius:var(--r); }
table { width:100%; border-collapse:collapse; font-size:15.5px; background:var(--bg-2); }
caption { caption-side:top; text-align:left; padding:14px 16px 4px; font-weight:700; color:var(--gold-2);
  font-family:var(--display); font-size:19px; }
th { background:linear-gradient(180deg, #23262f, #1c1f28); color:var(--gold-2); text-transform:uppercase;
  font-size:12.5px; letter-spacing:.08em; padding:13px 16px; text-align:left; border-bottom:2px solid var(--gold-dim); white-space:nowrap; }
td { padding:12px 16px; border-bottom:1px solid var(--line); color:var(--text); vertical-align:top; }
tbody tr:last-child td { border-bottom:0; }
tbody tr:nth-child(even) { background:rgba(255,255,255,.018); }
tbody tr:hover { background:rgba(212,169,65,.05); }
td .ok { color:var(--green); font-weight:700; }
td .no { color:#e05b5b; font-weight:700; }

/* ---------- callouts ---------- */
.callout { border-radius:var(--r); padding:18px 20px 18px 56px; margin:22px 0; position:relative;
  background:var(--card); border:1px solid var(--line); }
.callout::before { position:absolute; left:18px; top:16px; font-size:22px; }
.callout-tip    { border-left:4px solid var(--green); }  .callout-tip::before    { content:"✔"; color:var(--green); }
.callout-warn   { border-left:4px solid #e0a13c; }        .callout-warn::before   { content:"⚠"; color:#e0a13c; }
.callout-info   { border-left:4px solid var(--gold); }    .callout-info::before   { content:"★"; color:var(--gold); }
.callout p:last-child { margin-bottom:0; }

/* ---------- steps ---------- */
.steps { counter-reset:step; list-style:none; margin:22px 0; padding:0; }
.steps li { counter-increment:step; position:relative; padding:0 0 22px 58px; margin:0; }
.steps li::before { content:counter(step); position:absolute; left:0; top:-2px; width:38px; height:38px;
  border-radius:50%; background:linear-gradient(180deg, var(--gold-2), var(--gold)); color:#1a1405;
  font-weight:800; display:flex; align-items:center; justify-content:center; font-size:17px; }
.steps li::after { content:""; position:absolute; left:18px; top:40px; bottom:2px; width:2px;
  background:linear-gradient(180deg, var(--gold-dim), transparent); }
.steps li:last-child::after { display:none; }
.steps b { color:#fff; display:block; margin-bottom:3px; }

/* ---------- TOC ---------- */
.toc { background:var(--card); border:1px solid var(--line); border-radius:var(--r); padding:18px 22px; margin:26px 0; }
.toc-head { font-family:var(--display); font-size:19px; color:var(--gold-2); margin-bottom:10px; font-weight:700; }
.toc ol { columns:2; gap:32px; margin:0 0 0 20px; }
.toc a { color:var(--text); font-size:15px; }
.toc a:hover { color:var(--gold-2); }

/* ---------- FAQ ---------- */
.faq { margin-top:44px; }
.faq-item { background:var(--card); border:1px solid var(--line); border-radius:10px; margin-bottom:10px; overflow:hidden; }
.faq-item summary { cursor:pointer; padding:16px 20px; font-weight:700; color:#fff; list-style:none; position:relative; padding-right:48px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; position:absolute; right:18px; top:50%; transform:translateY(-50%);
  color:var(--gold-2); font-size:22px; font-weight:400; transition:transform .2s; }
.faq-item[open] summary::after { transform:translateY(-50%) rotate(45deg); }
.faq-item[open] summary { color:var(--gold-2); }
.faq-a { padding:0 20px 16px; color:var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { margin:44px 0 10px; border-radius:var(--r); border:1px solid var(--gold-dim); text-align:center;
  padding:38px 26px; background:
  radial-gradient(600px 220px at 50% -40%, rgba(212,169,65,.2), transparent 70%),
  linear-gradient(180deg, var(--card), var(--bg-2)); }
.cta-band .bonus-amount { font-size:40px; }
.cta-band p { color:var(--muted); max-width:520px; margin:0 auto 20px; }

/* ---------- article figure ---------- */
figure.art { margin:26px 0; border:1px solid var(--line); border-radius:var(--r); overflow:hidden; background:var(--bg-2); }
figure.art img { width:100%; }
figure.art figcaption { padding:10px 16px; font-size:13.5px; color:var(--muted); border-top:1px solid var(--line); }

/* ---------- breadcrumbs & page ---------- */
.crumbs { font-size:13.5px; color:var(--muted); padding-top:22px; display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
.crumbs a { color:var(--muted); }
.crumbs a:hover { color:var(--gold-2); }
.content-body { padding-bottom:56px; }
.is-page h1 { margin-top:10px; }
.updated-line { font-size:13.5px; color:var(--muted); margin-bottom:18px; }

/* ---------- footer ---------- */
.site-footer { background:#0a0b0e; border-top:1px solid var(--line); padding:44px 0 22px; margin-top:30px; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:34px; }
.footer-col { display:flex; flex-direction:column; gap:8px; }
.footer-head { font-size:11.5px; text-transform:uppercase; letter-spacing:.12em; color:var(--gold); font-weight:700; margin-bottom:4px; }
.footer-col a { color:var(--muted); font-size:14px; }
.footer-col a:hover { color:var(--gold-2); }
.footer-note { font-size:12.5px; color:#787e8c; margin-top:14px; line-height:1.55; }
.age-badge { width:44px; height:44px; border:2px solid var(--gold-dim); color:var(--gold-2); border-radius:50%;
  display:flex; align-items:center; justify-content:center; font-weight:800; margin-top:12px; font-size:14px; }
.footer-bottom { display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; border-top:1px solid var(--line);
  margin-top:34px; padding-top:18px; font-size:13px; color:#787e8c; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns:1fr; padding:40px 20px; text-align:center; }
  .hero .lead { margin-left:auto; margin-right:auto; }
  .hero-actions { justify-content:center; }
  .hero-art { order:-1; }
  .hero-art img { max-width:300px; }
  .grid-3 { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .hero-stats { grid-template-columns:repeat(2, 1fr); }
  .toc ol { columns:1; }
}
@media (max-width: 760px) {
  .burger { display:flex; }
  .main-nav { display:none; position:fixed; inset:65px 0 0 0; background:var(--bg); overflow-y:auto; z-index:49; border-bottom:0; }
  .main-nav.open { display:block; }
  .nav-list { flex-direction:column; padding:14px 6px; }
  .nav-list > li > a { padding:14px 16px; font-size:16px; border-bottom:1px solid var(--line); }
  .has-sub .sub { display:flex; position:static; flex-direction:column; min-width:0; border:0; border-radius:0;
    box-shadow:none; background:transparent; padding:4px 16px 12px; gap:14px; }
  .grid-3, .grid-2 { grid-template-columns:1fr; }
  .btn-header { display:none; }
}

/* --- footer legal row --- */
.footer-legal { display:flex; flex-wrap:wrap; gap:8px 20px; justify-content:center;
  padding:18px 0 4px; border-top:1px solid var(--line); margin-top:22px; }
.footer-legal a { color:var(--muted); font-size:14px; text-decoration:none; }
.footer-legal a:hover { color:var(--gold-l); text-decoration:underline; }
.footer-bottom a { color:var(--muted); text-decoration:none; }
.footer-bottom a:hover { color:var(--gold-l); }
