/* ===== PlayRound — mini-site ===== */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700&display=swap');

:root{
  --coral:#E8654A;
  --coral-d:#c0492f;
  --coral-soft:#fff1ec;
  --turq:#22D3C5;
  --turq-d:#15a99d;
  --ink:#1B2A4A;
  --muted:#5b6478;
  --cream:#FFF8F0;
  --line:#ece3d8;
  --radius:18px;
  --shadow:0 10px 30px rgba(27,42,74,.10);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Nunito Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--coral-d);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{font-family:'Baloo 2',cursive;line-height:1.2;letter-spacing:-.01em}

/* ===== top nav (shared) ===== */
.nav{
  display:flex;align-items:center;justify-content:space-between;
  max-width:980px;margin:0 auto;padding:18px 24px;
}
.nav .brand{display:flex;align-items:center;gap:10px;font-family:'Baloo 2';font-weight:800;font-size:20px;color:var(--ink)}
.nav .brand img{width:34px;height:34px;border-radius:9px;box-shadow:0 3px 8px rgba(27,42,74,.18)}
.nav a.brand:hover{text-decoration:none}
.nav .links{display:flex;gap:18px;font-size:14px;font-weight:700}
.nav .links a{color:var(--muted)}
.nav .links a:hover{color:var(--coral-d);text-decoration:none}

/* ===== LANDING ===== */
.hero{
  background:
    radial-gradient(ellipse at 75% 12%,rgba(255,255,255,.22) 0%,transparent 48%),
    radial-gradient(ellipse at 18% 88%,rgba(160,30,10,.20) 0%,transparent 46%),
    linear-gradient(160deg,#ef7459 0%,#E8654A 55%,#d4502f 100%);
  color:#fff;
  text-align:center;
  padding:64px 24px 80px;
  position:relative;
  overflow:hidden;
}
.hero .logo{
  width:124px;height:124px;border-radius:30px;
  box-shadow:0 18px 44px rgba(120,30,10,.45);
  margin-bottom:26px;
}
.hero h1{font-size:clamp(34px,7vw,56px);font-weight:800;color:#fff;margin-bottom:14px}
.hero .tag{font-size:clamp(16px,2.6vw,21px);font-weight:700;color:rgba(255,255,255,.92);max-width:560px;margin:0 auto 32px}
.stores{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.store-btn{
  display:inline-flex;align-items:center;gap:10px;
  background:#1B2A4A;color:#fff;font-weight:800;font-size:15px;
  padding:13px 22px;border-radius:14px;
  box-shadow:0 8px 20px rgba(27,42,74,.3);
  transition:transform .15s ease,box-shadow .15s ease;
}
.store-btn:hover{transform:translateY(-2px);text-decoration:none;box-shadow:0 12px 26px rgba(27,42,74,.4)}
.store-btn svg{width:22px;height:22px;flex-shrink:0}

/* modes */
.section{max-width:980px;margin:0 auto;padding:64px 24px}
.section h2{font-size:clamp(26px,4vw,34px);font-weight:800;text-align:center;margin-bottom:8px}
.section .sub{text-align:center;color:var(--muted);font-weight:600;margin-bottom:40px}
.modes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.mode{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;box-shadow:var(--shadow);
}
.mode .ic{
  width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  font-family:'Baloo 2';font-weight:800;font-size:18px;color:#fff;margin-bottom:14px;
}
.mode h3{font-size:19px;font-weight:800;margin-bottom:6px}
.mode p{font-size:14px;color:var(--muted)}

.peros{
  background:linear-gradient(135deg,#22D3C5,#15a99d);
  color:#fff;border-radius:24px;padding:36px 28px;text-align:center;margin-top:24px;
  box-shadow:0 14px 34px rgba(21,169,157,.3);
}
.peros h3{color:#fff;font-size:24px;font-weight:800;margin-bottom:8px}
.peros p{font-size:15px;color:rgba(255,255,255,.92);max-width:560px;margin:0 auto}

/* ===== FOOTER (shared) ===== */
.foot{
  background:#1B2A4A;color:rgba(255,255,255,.65);
  text-align:center;padding:38px 24px;margin-top:64px;font-size:14px;
}
.foot .brand{font-family:'Baloo 2';font-weight:800;font-size:18px;color:#fff;margin-bottom:10px}
.foot a{color:rgba(255,255,255,.8);font-weight:700}
.foot a:hover{color:var(--turq);text-decoration:none}
.foot .legal{margin-top:12px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.foot .copy{margin-top:16px;font-size:12px;color:rgba(255,255,255,.4)}

/* ===== LEGAL PAGES ===== */
.legal-hero{
  background:linear-gradient(160deg,#ef7459,#E8654A 60%,#d4502f);
  color:#fff;text-align:center;padding:48px 24px 40px;
}
.legal-hero .badge{
  display:inline-block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);
  color:#fff;font-size:11px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;
  padding:5px 14px;border-radius:20px;margin-bottom:14px;
}
.legal-hero h1{font-size:clamp(26px,5vw,40px);font-weight:800;color:#fff;margin-bottom:8px}
.legal-hero p{font-size:14px;color:rgba(255,255,255,.8)}

.legal{max-width:780px;margin:0 auto;padding:48px 24px 0}
.legal .notice{
  background:var(--coral-soft);border:1px solid rgba(232,101,74,.25);border-left:4px solid var(--coral);
  border-radius:12px;padding:16px 20px;margin-bottom:44px;font-size:14px;color:#7a3a2a;
}
.art{margin-bottom:42px}
.art h2{
  font-size:21px;font-weight:800;margin-bottom:16px;padding-bottom:12px;
  border-bottom:2px solid var(--line);display:flex;align-items:center;gap:12px;
}
.art h2 .n{
  display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;
  background:var(--coral);color:#fff;font-family:'Baloo 2';font-weight:800;font-size:14px;border-radius:9px;flex-shrink:0;
}
.art h3{font-size:16px;font-weight:800;margin:20px 0 8px;color:var(--ink)}
.art p,.art li{font-size:15px;color:#2c3346;margin-bottom:12px}
.art ul,.art ol{margin:0 0 12px 22px}
.art li{margin-bottom:6px}
.table{width:100%;border-collapse:collapse;margin:14px 0 18px;font-size:14px}
.table th{background:var(--ink);color:#fff;padding:10px 16px;text-align:left;font-weight:700;font-size:13px}
.table th:last-child{text-align:right}
.table td{padding:12px 16px;border-bottom:1px solid var(--line)}
.table td:last-child{text-align:right}
.table tr:last-child td{border-bottom:none}
.table tr:nth-child(even) td{background:#fafbfc}
.price{font-family:'Baloo 2';font-weight:800;color:var(--coral);font-size:16px}
.box{background:var(--coral-soft);border:1.5px solid var(--coral);border-radius:12px;padding:18px 20px;margin:14px 0}
.box strong{display:block;font-weight:800;color:var(--coral-d);margin-bottom:8px}
.steps{list-style:none;margin:8px 0 12px!important;padding:0}
.steps li{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 16px;margin-bottom:8px;font-size:14px}
.steps li b{color:var(--turq-d)}

@media (max-width:600px){
  .nav .links{gap:12px;font-size:13px}
  .hero{padding:48px 20px 60px}
  .legal{padding:32px 20px 0}
}
