@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Lato:wght@400;700;900&display=swap');

/* ============ 2. reset ============ */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, li, figure, blockquote, table, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
table { border-collapse: collapse; width: 100%; }

/* ============ 3. :root ============ */
:root {
  --bg-base: #0a1420;
  --bg-card: #10212f;
  --accent: #2f7dfb;
  --highlight: #ffd21e;
  --text: #e9f2fb;
  --muted: #8ea7bd;
  --border: #1d3448;
}
:root {
  --disp: 'Outfit', system-ui, sans-serif;
  --body: 'Lato', system-ui, sans-serif;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --pill: 999px;
  --t: .22s ease;
  --wrap: 1180px;
}

/* ============ 4. html / body / scrollbar ============ */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg-base);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.72;
  overflow-x: hidden;
  padding-bottom: 74px;
}
::selection { background: var(--highlight); color: var(--bg-base); }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--bg-card); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: var(--pill); }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }
a { color: var(--highlight); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--accent); }
:focus-visible { outline: 3px solid var(--highlight); outline-offset: 2px; }

/* ============ 5. type scale ============ */
h1, h2, h3, h4 { font-family: var(--disp); line-height: 1.12; font-weight: 800; letter-spacing: -.015em; }
h1 { font-size: 2.05rem; margin-bottom: .55em; }
h2 { font-size: 1.5rem; margin: 2.1rem 0 .8rem; }
h3 { font-size: 1.15rem; font-weight: 700; margin: 1.5rem 0 .5rem; }
h4 { font-size: 1rem; font-weight: 700; margin: 1.1rem 0 .35rem; }
p { margin-bottom: 1.05rem; }
p + h2, ul + h2, ol + h2, div + h2, figure + h2, table + h2 { margin-top: 2.4rem; }
strong { font-weight: 900; color: #fff; }
small { font-size: .85rem; color: var(--muted); }
.k7v_lead { font-size: 1.1rem; color: #f6fbff; }
.k7v_muted { color: var(--muted); }
.k7v_gold { color: var(--highlight); }

/* ============ 6. container ============ */
.k7v_container { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }

/* ============ 7. buttons ============ */
.k7v_btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 48px; padding: .78em 1.5em;
  font-family: var(--disp); font-weight: 700; font-size: .98rem; letter-spacing: .01em;
  border-radius: var(--pill); text-align: center; cursor: pointer;
  transition: transform var(--t), box-shadow var(--t), background var(--t), color var(--t);
}
.k7v_btn:hover { transform: translateY(-2px); }
.k7v_btn--primary { background: var(--accent); color: #fff; box-shadow: 0 8px 22px -10px var(--accent); }
.k7v_btn--primary:hover { background: #4a90ff; color: #fff; box-shadow: 0 12px 26px -10px var(--accent); }
.k7v_btn--gold { background: var(--highlight); color: #12203a; box-shadow: 0 8px 22px -10px var(--highlight); }
.k7v_btn--gold:hover { background: #ffdf55; color: #12203a; }
.k7v_btn--outline { border: 2px solid var(--border); color: var(--text); }
.k7v_btn--outline:hover { border-color: var(--highlight); color: var(--highlight); }
.k7v_btn--ghost { color: var(--muted); padding-left: .4em; padding-right: .4em; }
.k7v_btn--ghost:hover { color: var(--highlight); }
.k7v_btn--sm { min-height: 44px; padding: .55em 1.05em; font-size: .88rem; }
.k7v_btn--lg { min-height: 56px; padding: .95em 1.9em; font-size: 1.06rem; }
.k7v_btn--full { display: flex; width: 100%; }

/* ============ 8. nav ============ */
.k7v_top {
  position: sticky; top: 0; z-index: 60;
  background: rgba(8,17,27,.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(9px);
}
.k7v_nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; }
.k7v_logo { display: flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 800; color: var(--text); font-size: 1.02rem; }
.k7v_logo:hover { color: var(--highlight); }
.k7v_navlinks { display: none; }
.k7v_here { font-family: var(--disp); font-weight: 700; color: var(--highlight); font-size: .9rem; }
.k7v_mnav .k7v_here { display: block; padding: 12px 4px; border-bottom: 1px solid var(--border); }
.k7v_foot .k7v_here { font-family: var(--body); font-weight: 700; color: var(--text); font-size: inherit; }
.k7v_burger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border: 1px solid var(--border); border-radius: var(--r-sm); color: var(--text);
}
.k7v_burger span { display: block; width: 20px; height: 2px; background: currentColor; position: relative; }
.k7v_burger span::before, .k7v_burger span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: currentColor; }
.k7v_burger span::before { top: -6px; }
.k7v_burger span::after { top: 6px; }
.k7v_mnav { display: none; border-top: 1px solid var(--border); background: var(--bg-card); }
.k7v_mnav.open { display: block; }
.k7v_mnav ul { padding: 8px 0 14px; }
.k7v_mnav a { display: block; padding: 12px 4px; color: var(--text); border-bottom: 1px solid var(--border); font-family: var(--disp); font-weight: 600; }
.k7v_mnav a:hover { color: var(--highlight); }

/* ============ 9. ticker ============ */
.k7v_ticker { background: var(--highlight); color: #12203a; font-family: var(--disp); font-weight: 700; font-size: .84rem; overflow: hidden; }
.k7v_ticker p { margin: 0; padding: 7px 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

/* ============ 10. hero — LAYOUT E (magazine) ============ */
.k7v_hero { padding: 30px 0 12px; }
.k7v_mag { display: grid; gap: 20px; }
.k7v_mag-main h1 { font-size: 2.2rem; }
.k7v_eyebrow { font-family: var(--disp); font-weight: 700; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--highlight); margin-bottom: .7rem; }
.k7v_hero-cta { display: flex; flex-wrap: wrap; gap: 11px; margin: 18px 0 8px; }

/* offer banner — rebuilt in brand colours, never a blank gradient */
.k7v_offer {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, #123a72 0%, #0d2647 55%, #0a1a30 100%);
  border: 1px solid var(--border); border-radius: var(--r-lg); padding: 22px 20px 24px;
}
.k7v_offer::after {
  content: ""; position: absolute; right: -70px; top: -70px; width: 210px; height: 210px;
  background: radial-gradient(circle, rgba(255,210,30,.30), transparent 68%); pointer-events: none;
}
.k7v_offer-tag { display: inline-block; background: var(--highlight); color: #12203a; font-family: var(--disp); font-weight: 800; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--pill); }
.k7v_offer-fig { font-family: var(--disp); font-weight: 800; line-height: 1.02; margin: 12px 0 4px; }
.k7v_offer-fig b { display: block; font-size: 2.6rem; color: var(--highlight); }
.k7v_offer-fig span { display: block; font-size: 1.15rem; color: #fff; }
.k7v_offer ul { margin: 12px 0 16px; font-size: .94rem; }
.k7v_offer li { padding-left: 20px; position: relative; margin-bottom: 5px; color: #d8e7f6; }
.k7v_offer li::before { content: "✦"; position: absolute; left: 0; color: var(--highlight); }
.k7v_offer .k7v_fine { font-size: .78rem; color: #9db6cd; margin: 10px 0 0; }

/* subpage hero */
.k7v_phero { padding: 26px 0 6px; }
.k7v_crumb { font-size: .8rem; color: var(--muted); margin-bottom: 12px; }
.k7v_crumb a { color: var(--muted); }
.k7v_crumb a:hover { color: var(--highlight); }

/* ============ 11. trust bar ============ */
.k7v_trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0 6px; }
.k7v_trust div { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-md); padding: 12px 13px; }
.k7v_trust b { display: block; font-family: var(--disp); font-size: 1.02rem; color: var(--highlight); }
.k7v_trust span { font-size: .78rem; color: var(--muted); line-height: 1.4; display: block; }

/* ============ 12. content sections ============ */
.k7v_sec { padding: 20px 0; }
.k7v_sec--alt { background: #08121d; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.k7v_card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-md); padding: 17px 16px; }
.k7v_card h3 { margin-top: 0; }
.k7v_card > :last-child { margin-bottom: 0; }
.k7v_grid { display: grid; gap: 14px; }
.k7v_callout { border-left: 4px solid var(--highlight); background: var(--bg-card); border-radius: 0 var(--r-md) var(--r-md) 0; padding: 14px 16px; margin: 18px 0; }
.k7v_callout > :last-child { margin-bottom: 0; }
.k7v_note { border: 1px dashed var(--border); border-radius: var(--r-md); padding: 13px 15px; margin: 18px 0; font-size: .93rem; color: var(--muted); }
.k7v_note > :last-child { margin-bottom: 0; }
.k7v_code { display: inline-block; font-family: var(--disp); font-weight: 800; letter-spacing: .06em; background: rgba(255,210,30,.13); color: var(--highlight); border: 1px dashed var(--highlight); border-radius: var(--r-sm); padding: 2px 9px; }

/* prose lists */
.k7v_list { margin: 0 0 1.05rem; }
.k7v_list li { position: relative; padding-left: 22px; margin-bottom: 7px; }
.k7v_list li::before { content: "▸"; position: absolute; left: 2px; color: var(--accent); }
.k7v_kv { margin: 0 0 1.05rem; }
.k7v_kv li { display: flex; flex-wrap: wrap; gap: 4px 10px; padding: 9px 0; border-bottom: 1px solid var(--border); }
.k7v_kv b { font-family: var(--disp); min-width: 150px; color: var(--highlight); font-weight: 700; }

/* steps */
.k7v_steps { counter-reset: k7v; margin: 0 0 1.1rem; }
.k7v_steps li { counter-increment: k7v; position: relative; padding: 0 0 14px 46px; }
.k7v_steps li::before {
  content: counter(k7v); position: absolute; left: 0; top: 1px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: #fff;
  font-family: var(--disp); font-weight: 800; font-size: .95rem;
  display: flex; align-items: center; justify-content: center;
}
.k7v_steps b { display: block; font-family: var(--disp); color: #fff; }

/* tables */
.k7v_tw { overflow-x: auto; margin: 0 0 1.2rem; border: 1px solid var(--border); border-radius: var(--r-md); }
.k7v_table { min-width: 520px; font-size: .9rem; }
.k7v_table caption { text-align: left; padding: 11px 13px; font-size: .82rem; color: var(--muted); border-bottom: 1px solid var(--border); }
.k7v_table th, .k7v_table td { padding: 10px 13px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
.k7v_table th { font-family: var(--disp); font-weight: 700; color: var(--highlight); background: #0c1a28; white-space: nowrap; }
.k7v_table tbody tr:last-child td { border-bottom: 0; }
.k7v_table tbody tr:nth-child(even) { background: rgba(255,255,255,.018); }

/* pokie tiles */
.k7v_tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin-bottom: 1.2rem; }
.k7v_tile { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; }
.k7v_tile img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.k7v_tile b, .k7v_tile span { display: block; padding: 0 10px; font-size: .82rem; }
.k7v_tile b { font-family: var(--disp); padding-top: 9px; color: #fff; }
.k7v_tile span { color: var(--muted); padding-bottom: 10px; font-size: .76rem; }
.k7v_tile--txt { display: flex; flex-direction: column; justify-content: center; min-height: 118px; background: linear-gradient(145deg, #16324f, #0d1e2f); }
.k7v_tile--txt b { padding-top: 0; }

/* chips: providers + payments */
.k7v_chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 1.2rem; }
.k7v_chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--pill);
  padding: 7px 14px; font-family: var(--disp); font-weight: 600; font-size: .84rem; color: var(--text);
}
.k7v_chip svg { flex: 0 0 auto; }
.k7v_chip i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); font-style: normal; }
.k7v_chip--gold i { background: var(--highlight); }

/* screenshots */
.k7v_shot { margin: 0 0 1.3rem; border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; background: var(--bg-card); }
.k7v_shot img { width: 100%; }
.k7v_shot figcaption { padding: 10px 13px; font-size: .82rem; color: var(--muted); }

/* ============ 13. FAQ accordion ============ */
.k7v_faq { border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; margin-bottom: 1.3rem; }
.k7v_faq-item + .k7v_faq-item { border-top: 1px solid var(--border); }
.k7v_faq-btn {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px;
  width: 100%; min-height: 52px; padding: 14px 15px; text-align: left;
  font-family: var(--disp); font-weight: 700; font-size: .98rem; color: var(--text); background: var(--bg-card);
  transition: color var(--t);
}
.k7v_faq-btn:hover { color: var(--highlight); }
.k7v_faq-btn::after { content: "+"; font-size: 1.35rem; line-height: 1; color: var(--highlight); transition: transform var(--t); }
.k7v_faq-item.open .k7v_faq-btn::after { transform: rotate(45deg); }
.k7v_faq-body { display: none; padding: 0 15px 15px; font-size: .95rem; }
.k7v_faq-item.open .k7v_faq-body { display: block; }
.k7v_faq-body > :last-child { margin-bottom: 0; }

/* ============ 14. CTA band ============ */
.k7v_band { background: linear-gradient(120deg, #14407e, #0b2140); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 26px 0; margin: 26px 0; text-align: center; }
.k7v_band h2 { margin-top: 0; }
.k7v_band p { color: #cfe1f2; }

/* ============ 15. footer ============ */
.k7v_foot { border-top: 1px solid var(--border); background: #08121d; padding: 26px 0 30px; font-size: .89rem; color: var(--muted); }
.k7v_foot h4 { color: var(--text); font-size: .92rem; letter-spacing: .04em; text-transform: uppercase; }
.k7v_foot a { color: var(--muted); }
.k7v_foot a:hover { color: var(--highlight); }
.k7v_fcols { display: grid; gap: 18px; margin-bottom: 20px; }
.k7v_fcols li { margin-bottom: 6px; }
.k7v_badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 16px; }
.k7v_badge {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--border); border-radius: var(--pill); padding: 6px 12px;
  font-family: var(--disp); font-weight: 700; font-size: .78rem; color: var(--muted); background: var(--bg-card);
}
.k7v_badge:hover { color: var(--highlight); border-color: var(--highlight); }
.k7v_badge--age { color: var(--highlight); border-color: var(--highlight); }
.k7v_updated { font-family: var(--disp); font-weight: 700; color: var(--text); }
.k7v_fine { font-size: .8rem; line-height: 1.6; }

/* ============ 16. sticky mobile CTA ============ */
.k7v_sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(8,17,27,.97); border-top: 1px solid var(--border);
  padding: 10px 14px; display: flex; align-items: center; gap: 12px;
  backdrop-filter: blur(9px);
}
.k7v_sticky p { margin: 0; font-size: .78rem; line-height: 1.32; color: var(--muted); flex: 1; }
.k7v_sticky b { display: block; color: var(--highlight); font-family: var(--disp); font-size: .9rem; }

/* ============ 17. animations ============ */
@keyframes k7v-rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.k7v_offer, .k7v_mag-main { animation: k7v-rise .5s ease both; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .k7v_btn:hover { transform: none; }
}

/* ============ 18. responsive ============ */
@media (min-width: 480px) {
  h1 { font-size: 2.4rem; }
  .k7v_mag-main h1 { font-size: 2.7rem; }
  .k7v_tiles { grid-template-columns: repeat(3, 1fr); }
  .k7v_offer-fig b { font-size: 3.1rem; }
}
@media (min-width: 768px) {
  body { padding-bottom: 0; font-size: 17px; }
  h1 { font-size: 2.7rem; }
  h2 { font-size: 1.78rem; }
  .k7v_container { padding: 0 26px; }
  .k7v_navlinks { display: flex; align-items: center; gap: 17px; }
  .k7v_navlinks a { font-family: var(--disp); font-weight: 600; font-size: .9rem; color: var(--text); }
  .k7v_navlinks a:hover { color: var(--highlight); }
  .k7v_burger, .k7v_mnav, .k7v_sticky { display: none !important; }
  .k7v_trust { grid-template-columns: repeat(4, 1fr); }
  .k7v_grid--2 { grid-template-columns: repeat(2, 1fr); }
  .k7v_grid--3 { grid-template-columns: repeat(3, 1fr); }
  .k7v_tiles { grid-template-columns: repeat(4, 1fr); }
  .k7v_fcols { grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .k7v_sec { padding: 26px 0; }
}
@media (min-width: 1024px) {
  .k7v_mag-main h1 { font-size: 3.1rem; }
  .k7v_mag { grid-template-columns: 1.35fr 1fr; align-items: start; gap: 30px; }
  .k7v_mag--wide { grid-template-columns: 1.05fr 1fr .78fr; }
  .k7v_grid--4 { grid-template-columns: repeat(4, 1fr); }
  .k7v_tiles { grid-template-columns: repeat(6, 1fr); }
  .k7v_hero { padding: 46px 0 18px; }
  .k7v_offer { padding: 28px 26px 30px; }
}
