@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --ink: #12233f;
  --muted: #5f6f86;
  --paper: #fbfcf7;
  --white: #fff;
  --line: #dce5e8;
  --blue: #2357ff;
  --blue-dark: #173cc4;
  --lime: #b8f23f;
  --coral: #ff785c;
  --aqua: #50d8d1;
  --sun: #ffd25f;
  --shadow: 0 18px 50px rgba(18,35,63,.11);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; line-height: 1.6; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .18; z-index: -1; background-image: linear-gradient(rgba(35,87,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(35,87,255,.08) 1px,transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom,black,transparent 72%); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; border-radius: 12px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; padding: 10px 0 0; background: linear-gradient(to bottom,rgba(251,252,247,.96),rgba(251,252,247,0)); }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 7px 8px 7px 14px; background: rgba(255,255,255,.9); border: 2px solid var(--ink); border-radius: 22px 22px 12px 22px; box-shadow: 6px 6px 0 var(--ink); backdrop-filter: blur(18px); position: relative; }
.nav::after { content: 'NZ // FREEPLAY'; position: absolute; right: 22px; bottom: -19px; padding: 2px 9px; background: var(--lime); border: 1.5px solid var(--ink); border-radius: 0 0 8px 8px; font: 700 .61rem 'Space Grotesk'; letter-spacing: .08em; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 700 22px 'Space Grotesk'; letter-spacing: -.04em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 4px; padding: 4px; background: #f0f3ef; border: 1px solid var(--line); border-radius: 16px 16px 8px 16px; }
.nav-links a { text-decoration: none; font-weight: 700; padding: 8px 12px; border-radius: 11px; font-size: .92rem; }
.nav-links a:hover,.nav-links a[aria-current='page'] { background: white; color: var(--blue); box-shadow: 0 2px 8px rgba(18,35,63,.08); }
.nav-cta { margin-left: 4px; background: var(--coral)!important; color: var(--ink)!important; border: 1.5px solid var(--ink); transform: rotate(-1deg); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; cursor: pointer; }

.eyebrow { margin: 0 0 14px; color: var(--blue); font-weight: 800; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
h1,h2,h3 { margin: 0; font-family: 'Space Grotesk'; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.1rem,7vw,6.7rem); }
h2 { font-size: clamp(2rem,4vw,3.5rem); }
h3 { font-size: 1.35rem; }
.lead { color: var(--muted); font-size: clamp(1.05rem,1.8vw,1.27rem); max-width: 680px; }
.section { padding: 92px 0; }
.section-tight { padding: 60px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.section-head p { max-width: 540px; margin: 0; color: var(--muted); }

.hero { min-height: 760px; display: grid; align-items: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 8% 18%,rgba(184,242,63,.2),transparent 24%),radial-gradient(circle at 92% 80%,rgba(80,216,209,.18),transparent 25%),var(--paper); }
.hero::before { content: ''; position: absolute; width: 360px; height: 360px; left: -245px; top: 110px; border: 54px solid var(--blue); border-radius: 50%; opacity: .08; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(430px,.98fr); gap: clamp(34px,5vw,72px); align-items: center; padding-block: 66px 80px; }
.hero-copy { max-width: 700px; position: relative; z-index: 3; }
.hero-signal { width: max-content; display: flex; align-items: center; gap: 9px; margin-bottom: 38px; padding: 7px 11px; background: var(--ink); color: white; border-radius: 5px 12px 12px 12px; font: 700 .68rem 'Space Grotesk'; letter-spacing: .11em; text-transform: uppercase; transform: rotate(-1deg); }
.hero-signal span { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(184,242,63,.15); animation: signal 1.8s ease-in-out infinite; }
@keyframes signal { 50% { transform: scale(.65); opacity: .55; } }
.hero h1 { font-size: clamp(3.3rem,4.4vw,4.6rem); line-height: .97; max-width: 650px; }
.hero h1 span { display: inline-block; color: var(--blue); position: relative; white-space: nowrap; transform: none; }
.hero h1 span::after { content: ''; position: absolute; height: 18%; left: -2%; right: -1%; bottom: 2px; background: var(--lime); z-index: -1; transform: rotate(-1deg) skewX(-8deg); }
.hero .lead { max-width: 610px; margin-top: 28px; }
.hero-side-note { position: absolute; left: 11px; top: 50%; z-index: 4; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); font: 700 .62rem 'Space Grotesk'; letter-spacing: .18em; color: var(--muted); }
.hero-stage-shell { min-height: 590px; position: relative; isolation: isolate; filter: drop-shadow(16px 20px 0 rgba(18,35,63,.95)); }
.hero-stage { position: absolute; inset: 0; background: url('../images/hero-kiwi-arcade.png') 63% center/cover no-repeat; border: 2px solid var(--ink); clip-path: polygon(8% 0,100% 0,100% 86%,88% 100%,0 100%,0 11%); }
.hero-stage::after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg,rgba(255,255,255,.2),transparent 44%); pointer-events: none; }
.orbit-chip { position: absolute; z-index: 3; padding: 8px 13px; background: white; border: 2px solid var(--ink); border-radius: 999px; font: 700 .72rem 'Space Grotesk'; letter-spacing: .08em; box-shadow: 4px 4px 0 var(--ink); }
.chip-one { top: 15%; left: -28px; color: var(--blue); transform: rotate(-7deg); }
.chip-two { top: 34%; right: -22px; background: var(--coral); transform: rotate(6deg); }
.chip-three { top: 53%; left: -16px; background: var(--lime); transform: rotate(4deg); }
.hero-hud { position: absolute; z-index: 4; left: 34px; right: 28px; bottom: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; color: white; background: rgba(18,35,63,.9); border: 1px solid rgba(255,255,255,.5); border-radius: 8px 18px 18px 18px; backdrop-filter: blur(12px); }
.hero-hud div { display: grid; }
.hero-hud small { color: var(--lime); font: 700 .59rem 'Space Grotesk'; letter-spacing: .12em; }
.hero-hud strong { font: 700 1.08rem 'Space Grotesk'; }
.hero-hud b { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--lime); border-radius: 50%; font: 700 1.05rem 'Space Grotesk'; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); max-width: 600px; margin-top: 34px; border-top: 1px solid var(--line); }
.hero-proof div { padding: 18px 14px 0 0; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-proof strong { display: block; font: 700 1.35rem 'Space Grotesk'; }
.hero-proof span { display: block; color: var(--muted); font-size: .78rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 14px 20px; border-radius: 15px; text-decoration: none; border: 2px solid var(--ink); font-weight: 800; transition: transform .2s,box-shadow .2s; cursor: pointer; }
.btn:hover { transform: translateY(-3px); box-shadow: 5px 6px 0 var(--ink); }
.btn-primary { background: var(--blue); color: white; }
.btn-secondary { background: white; }
.btn-small { padding: 10px 14px; border-width: 1.5px; border-radius: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; padding: 0; margin: 32px 0 0; list-style: none; }
.trust-row li { background: rgba(255,255,255,.9); border: 1px solid var(--line); padding: 9px 13px; border-radius: 999px; font-size: .9rem; font-weight: 700; }

.ticker { overflow: hidden; background: var(--ink); color: white; border-block: 4px solid var(--lime); transform: rotate(-.35deg); }
.ticker-inner { display: flex; width: max-content; gap: 34px; padding: 11px 0; animation: ticker 28s linear infinite; text-transform: uppercase; font: 700 .85rem 'Space Grotesk'; letter-spacing: .1em; }
.ticker-inner span::before { content: '✦'; color: var(--lime); margin-right: 34px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.stats { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 34px; position: relative; z-index: 3; border: 2px solid var(--ink); background: white; border-radius: var(--radius); box-shadow: 7px 8px 0 var(--ink); overflow: hidden; }
.stat { padding: 26px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { font: 700 2rem 'Space Grotesk'; display: block; }
.stat span { color: var(--muted); font-size: .9rem; }

.game-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.game-card { background: white; border: 2px solid var(--ink); border-radius: var(--radius); overflow: hidden; box-shadow: 5px 6px 0 rgba(18,35,63,.95); display: flex; flex-direction: column; transition: transform .2s,box-shadow .2s; }
.game-card:hover { transform: translateY(-6px) rotate(.3deg); box-shadow: 9px 12px 0 var(--ink); }
.card-visual { min-height: 190px; position: relative; display: grid; place-items: center; overflow: hidden; background-color: var(--card-bg,#e8edff); background-image: linear-gradient(145deg,rgba(18,35,63,.08),rgba(18,35,63,.02) 44%,rgba(255,255,255,.08)),var(--card-banner); background-position: center; background-size: cover; }
.card-visual::before,.card-visual::after { content: ''; position: absolute; width: 100px; height: 100px; border: 18px solid rgba(255,255,255,.25); border-radius: 24px; transform: rotate(25deg); left: -30px; bottom: -34px; }
.card-visual::after { left: auto; bottom: auto; right: -28px; top: -30px; border-radius: 50%; }
.card-visual img { width: 94px; height: 94px; object-fit: contain; image-rendering: auto; padding: 12px; background: rgba(255,255,255,.9); border: 1.5px solid rgba(18,35,63,.75); border-radius: 20px; box-shadow: 0 12px 20px rgba(18,35,63,.24); position: relative; z-index: 2; }
.card-rank { position: absolute; left: 14px; top: 14px; background: white; border: 1.5px solid var(--ink); padding: 5px 9px; border-radius: 10px; font-weight: 800; z-index: 3; }
.card-score { position: absolute; right: 14px; bottom: 14px; background: var(--ink); color: white; border-radius: 999px; padding: 7px 10px; font-weight: 800; z-index: 3; }
.card-body { padding: 22px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.card-body h3 { font-size: 1.5rem; }
.card-body p { color: var(--muted); margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #eef2f4; font-size: .78rem; font-weight: 700; }
.tag-free { background: #ddf8af; color: #315403; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 6px; }
.card-foot small { color: var(--muted); }

.week-card { display: grid; grid-template-columns: .88fr 1.12fr; border: 2px solid var(--ink); border-radius: 34px; overflow: hidden; background: var(--lime); box-shadow: 9px 10px 0 var(--ink); }
.week-copy { padding: clamp(32px,6vw,76px); }
.week-copy h2 { margin-bottom: 20px; }
.week-copy p { max-width: 550px; }
.score-ring { width: 94px; height: 94px; border-radius: 50%; border: 8px solid white; outline: 2px solid var(--ink); background: var(--blue); color: white; display: grid; place-items: center; font: 700 1.55rem 'Space Grotesk'; transform: rotate(-7deg); margin-bottom: 26px; }
.week-art { min-height: 500px; background: url('../images/kiwi-curator.png') center/cover; border-left: 2px solid var(--ink); }

.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.method-card { padding: 30px; border: 1.5px solid var(--line); background: white; border-radius: var(--radius); position: relative; overflow: hidden; }
.method-card b { display: inline-grid; place-items: center; width: 43px; height: 43px; background: var(--lime); border: 1.5px solid var(--ink); border-radius: 13px; margin-bottom: 28px; font-family: 'Space Grotesk'; }
.method-card p { color: var(--muted); margin-bottom: 0; }

.feature-band { background: var(--blue); color: white; overflow: hidden; position: relative; }
.feature-band::after { content: 'FREE'; position: absolute; right: -20px; bottom: -90px; font: 700 12rem 'Space Grotesk'; color: rgba(255,255,255,.08); transform: rotate(-8deg); }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.feature-list { display: grid; gap: 16px; }
.feature-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.feature-icon { width: 48px; height: 48px; border: 2px solid white; border-radius: 15px; display: grid; place-items: center; background: var(--lime); color: var(--ink); font-size: 1.3rem; }
.feature-item p { margin: 3px 0 0; color: #dae2ff; }

.faq { max-width: 850px; margin-inline: auto; }
.faq details { background: white; border: 1.5px solid var(--line); border-radius: 18px; margin-bottom: 12px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 34px 20px 0; font: 700 1.06rem 'Space Grotesk'; position: relative; }
.faq summary::after { content: '+'; position: absolute; right: 0; font-size: 1.5rem; color: var(--blue); }
.faq details[open] summary::after { content: '–'; }
.faq details p { color: var(--muted); margin: 0 0 22px; }

.catalog-hero { padding: 80px 0 50px; background: linear-gradient(135deg,#eef3ff,#f9ffe9); border-bottom: 1px solid var(--line); }
.catalog-hero h1 { font-size: clamp(3rem,6vw,5.4rem); }
.catalog-controls { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; margin: 28px 0 40px; }
.field { min-height: 52px; border: 2px solid var(--ink); background: white; border-radius: 14px; padding: 0 16px; color: var(--ink); outline: none; }
.field:focus { box-shadow: 0 0 0 4px rgba(35,87,255,.16); }
.result-count { color: var(--muted); margin-bottom: 18px; }
.empty-state { grid-column: 1/-1; padding: 70px 20px; text-align: center; border: 2px dashed var(--line); border-radius: var(--radius); }

.detail-hero { padding: 70px 0; background-color: var(--detail-bg,#eaf0ff); background-image: linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.93) 36%,rgba(255,255,255,.28) 100%),var(--detail-banner); background-position: center; background-size: cover; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .9rem; margin-bottom: 32px; }
.breadcrumbs a { color: var(--blue); }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.detail-logo { width: 150px; height: 150px; object-fit: contain; padding: 22px; background: white; border: 2px solid var(--ink); border-radius: 32px; box-shadow: 8px 9px 0 var(--ink); transform: rotate(3deg); }
.detail-title { font-size: clamp(3.2rem,7vw,6rem); margin: 12px 0 20px; }
.verdict-box { background: white; border: 2px solid var(--ink); border-radius: 26px; padding: 28px; box-shadow: 7px 8px 0 var(--ink); }
.score-big { font: 700 4rem 'Space Grotesk'; color: var(--blue); line-height: 1; }
.score-big small { font-size: 1rem; color: var(--muted); }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 60px; align-items: start; }
.prose h2 { font-size: 2rem; margin: 48px 0 18px; }
.prose h3 { margin-top: 28px; }
.prose p,.prose li { color: #42526a; }
.prose p { font-size: 1.05rem; }
.prose .callout { background: #eef3ff; border-left: 5px solid var(--blue); padding: 20px 22px; border-radius: 0 16px 16px 0; color: var(--ink); }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0; }
.pros-cons > div { padding: 22px; border-radius: 18px; border: 1px solid var(--line); background: white; }
.pros-cons ul { padding-left: 20px; }
.sidebar { position: sticky; top: 100px; }
.info-card { background: white; border: 1.5px solid var(--line); border-radius: 22px; padding: 22px; margin-bottom: 16px; }
.info-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.info-row:last-child { border: 0; }
.info-row span { color: var(--muted); }
.source-list { padding-left: 20px; word-break: break-word; }
.source-list a { color: var(--blue); }

.legal-hero { padding: 72px 0 34px; }
.legal-hero h1 { font-size: clamp(2.6rem,5vw,4.7rem); }
.legal-wrap { max-width: 820px; padding-bottom: 90px; }
.legal-wrap h2 { font-size: 1.8rem; margin: 42px 0 14px; }
.legal-wrap h3 { margin-top: 28px; }
.legal-wrap p,.legal-wrap li { color: #42526a; }
.legal-note { background: #eff9dc; border: 1px solid #b6dd67; padding: 18px 20px; border-radius: 16px; }

.site-footer { background: var(--ink); color: white; padding: 66px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 50px; }
.footer-grid h3 { font-size: 1rem; letter-spacing: 0; margin-bottom: 14px; }
.footer-grid p,.footer-grid a { color: #bfc9da; }
.footer-grid a { display: block; text-decoration: none; margin: 9px 0; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid #34435d; margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #9cabc0; font-size: .85rem; }

.cookie-banner { position: fixed; z-index: 50; left: 20px; right: 20px; bottom: 20px; max-width: 760px; margin: auto; padding: 20px; background: white; border: 2px solid var(--ink); border-radius: 20px; box-shadow: 8px 9px 0 var(--ink),var(--shadow); display: none; align-items: center; gap: 20px; }
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .92rem; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }

@media (max-width: 940px) {
  .site-header { padding-top: 7px; }
  .nav { min-height: 62px; border-radius: 18px 18px 9px 18px; }
  .nav::after { display: none; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 70px; padding: 14px; flex-direction: column; align-items: stretch; background: white; border: 2px solid var(--ink); border-radius: 18px; box-shadow: 5px 6px 0 var(--ink); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy { max-width: 760px; }
  .hero-stage-shell { min-height: 540px; width: min(100%,680px); margin-inline: auto; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .game-grid { grid-template-columns: repeat(2,1fr); }
  .week-card,.feature-grid,.detail-grid,.detail-layout { grid-template-columns: 1fr; }
  .week-art { border: 0; border-top: 2px solid var(--ink); min-height: 420px; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px,1180px); }
  .section { padding: 68px 0; }
  .site-header .container { width: min(100% - 18px,1180px); }
  .nav { padding-left: 10px; box-shadow: 4px 4px 0 var(--ink); }
  .brand { font-size: 19px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero-grid { gap: 38px; padding: 54px 0 62px; }
  .hero-side-note { display: none; }
  .hero-signal { margin-bottom: 25px; font-size: .58rem; }
  .hero h1 { font-size: clamp(3rem,14vw,4.4rem); }
  .hero h1 span { transform: none; white-space: normal; }
  .hero .lead { font-size: 1rem; max-width: 100%; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: repeat(3,1fr); }
  .hero-proof div { padding-right: 8px; }
  .hero-proof div + div { padding-left: 10px; }
  .hero-proof strong { font-size: 1.05rem; }
  .hero-proof span { font-size: .68rem; line-height: 1.3; }
  .hero-stage-shell { width: calc(100% - 8px); min-height: 390px; filter: drop-shadow(9px 11px 0 rgba(18,35,63,.95)); }
  .hero-stage { background-position: 65% center; }
  .chip-one { top: 10%; left: -7px; }
  .chip-two { top: 27%; right: -5px; }
  .chip-three { display: none; }
  .hero-hud { left: 16px; right: 14px; bottom: 16px; padding: 11px 12px; }
  .hero-hud b { width: 46px; height: 46px; }
  .section-head { align-items: start; flex-direction: column; }
  .stats,.game-grid,.method-grid,.pros-cons,.footer-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line)!important; }
  .stat:last-child { border-bottom: 0!important; }
  .week-art { min-height: 310px; }
  .catalog-controls { grid-template-columns: 1fr; }
  .detail-logo { width: 110px; height: 110px; }
  .footer-bottom,.cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-actions .btn { flex: 1; }
}

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