@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&display=swap');
:root{
  --cream:#FFF7E9; --ink:#3E3730; --soft:#8A8078;
  --red:#EF5C5C; --yellow:#FFC53D; --purple:#8B6DC9; --green:#4FB477; --sky:#5AB6E8;
  --primary:#4FB477;
}
*{box-sizing:border-box;margin:0;padding:0;font-family:'Baloo Bhaijaan 2',sans-serif;-webkit-tap-highlight-color:transparent;}
html{scroll-behavior:smooth;}
body{background:var(--cream);color:var(--ink);overflow-x:hidden;}
.wrap{max-width:1120px;margin:0 auto;padding:0 20px;}

/* ---------- NAV ---------- */
nav{position:sticky;top:0;z-index:50;background:rgba(255,247,233,.9);backdrop-filter:blur(10px);border-bottom:2px solid #f0e6d0;}
.nav-in{display:flex;align-items:center;justify-content:space-between;padding:12px 0;}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:24px;color:inherit;}
.brand-flower{width:40px;height:40px;flex:0 0 auto;}
.nav-links{display:flex;gap:6px;}
.nav-links a{text-decoration:none;color:var(--ink);font-weight:600;font-size:16px;padding:8px 14px;border-radius:999px;transition:.15s;}
.nav-links a:hover{background:#fff;}
.nav-links a.cta{background:var(--green);color:#fff;}
@media(max-width:640px){.nav-links a:not(.cta){display:none;}}

/* ---------- HERO ---------- */
.hero{position:relative;padding:60px 0 40px;overflow:hidden;}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;}
@media(max-width:820px){.hero-grid{grid-template-columns:1fr;text-align:center;}}
.hero h1{font-size:clamp(34px,6vw,58px);font-weight:800;line-height:1.15;}
.hero h1 .hl{color:var(--green);}
.hero p{font-size:clamp(17px,2.4vw,21px);color:#5a524a;margin:18px 0 26px;font-weight:500;line-height:1.6;}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;}
@media(max-width:820px){.hero-btns{justify-content:center;}}
.btn{border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:18px;padding:15px 30px;border-radius:999px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform .12s;}
.btn:active{transform:translateY(2px);}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 5px 0 #3d9160;}
.btn-ghost{background:#fff;color:var(--ink);box-shadow:0 5px 0 #e7ddc8;}
/* floating letters art */
.hero-art{position:relative;height:340px;}
.float{position:absolute;font-weight:800;border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 0 rgba(0,0,0,.08);}
.float img{width:64%;height:64%;object-fit:contain;}
@keyframes bob{0%,100%{transform:translateY(0) rotate(var(--r,0));}50%{transform:translateY(-12px) rotate(var(--r,0));}}
.float{animation:bob 3s ease-in-out infinite;}

/* ---------- VALUES ---------- */
.values-sec{padding-top:30px;}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;}
.value{background:#fff;border-radius:22px;padding:26px 22px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.05);}
.value .vic{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;}
.value .vic svg{width:34px;height:34px;}
.value h3{font-size:19px;font-weight:800;margin-bottom:6px;}
.value p{color:#6a6157;font-size:14px;font-weight:500;line-height:1.55;}

/* ---------- SECTION TITLES ---------- */
.sec{padding:56px 0;}
.sec h2{font-size:clamp(26px,4vw,38px);font-weight:800;text-align:center;margin-bottom:8px;}
.sec .sub{text-align:center;color:var(--soft);font-size:17px;font-weight:500;margin-bottom:36px;}

/* ---------- PRODUCTS ---------- */
.prod-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;}
.prod{background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:transform .18s;display:flex;flex-direction:column;}
.prod:hover{transform:translateY(-6px);}
.prod .top{height:170px;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;}
.prod .top .big{font-size:78px;font-weight:800;color:#fff;}
.prod .top img{width:90px;height:90px;object-fit:contain;}
.cover-thumb{width:100% !important;height:100% !important;object-fit:cover;object-position:top;}
.game-thumb{width:52px;height:66px;object-fit:cover;object-position:top;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.2);background:#fff;}
.prod .body{padding:20px 22px 24px;}
.prod .tag{display:inline-block;font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px;margin-bottom:10px;}
.prod h3{font-size:22px;font-weight:800;margin-bottom:6px;}
.prod p{color:#6a6157;font-size:15px;font-weight:500;line-height:1.55;margin-bottom:16px;}
.prod .row{display:flex;gap:8px;flex-wrap:wrap;}
.mini{font-size:13px;font-weight:700;padding:9px 16px;border-radius:999px;text-decoration:none;cursor:pointer;border:none;font-family:inherit;}
.mini.play{background:var(--purple);color:#fff;}
.mini.soon{background:#f0ece3;color:var(--soft);}

/* ---------- GAMES HUB ---------- */
.games{background:linear-gradient(160deg,#FFF7E9,#FFEBCB);}
.game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;}
.game{border-radius:24px;padding:26px 22px;color:#fff;text-align:center;box-shadow:0 8px 0 rgba(0,0,0,.1);cursor:pointer;text-decoration:none;display:block;transition:transform .12s;}
.game:active{transform:translateY(3px);}
.game .ic{margin-bottom:8px;display:flex;justify-content:center;}
.game .ic svg{width:52px;height:52px;}
.game h3{font-size:22px;font-weight:800;}
.game p{font-size:14px;font-weight:500;opacity:.92;margin-top:4px;}
.game.locked{background:#d9d1c4 !important;box-shadow:0 8px 0 #c3baa9;cursor:default;}
.game.locked .ic{opacity:.6;}
.game.locked .lockp{font-size:13px;margin-top:8px;background:rgba(255,255,255,.4);display:inline-flex;align-items:center;gap:5px;padding:3px 12px;border-radius:999px;}

/* ---------- SCAN STRIP ---------- */
.scanstrip{background:var(--purple);color:#fff;border-radius:28px;padding:34px;display:flex;align-items:center;gap:26px;flex-wrap:wrap;justify-content:center;text-align:center;}
.scanstrip .qr{width:110px;height:110px;background:#fff;border-radius:16px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);padding:10px;gap:2px;flex:0 0 auto;}
.scanstrip .qr i{background:var(--ink);border-radius:2px;}
.scanstrip .qr i.off{background:transparent;}
.scanstrip h3{font-size:26px;font-weight:800;}
.scanstrip p{font-size:16px;opacity:.92;font-weight:500;max-width:420px;margin-top:6px;}

/* ---------- HOW ---------- */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;}
.step{background:#fff;border-radius:22px;padding:26px 22px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.05);}
.step .n{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#fff;margin:0 auto 14px;}
.step h3{font-size:19px;font-weight:800;margin-bottom:6px;}
.step p{color:#6a6157;font-size:14px;font-weight:500;line-height:1.5;}

/* ---------- FOOTER ---------- */
footer{background:var(--ink);color:#efe7d6;padding:44px 0 30px;margin-top:40px;}
.foot-in{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;}
.foot-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px;color:inherit;}
.foot-flower{width:38px;height:38px;}
.foot-links{display:flex;gap:18px;flex-wrap:wrap;}
.foot-links a{color:#cfc6b6;text-decoration:none;font-weight:600;font-size:15px;}
.foot-links a:hover{color:#fff;}
.copy{text-align:center;color:#8a8078;font-size:13px;margin-top:24px;font-weight:500;}

.logo-svg-book{fill:#fff;stroke:var(--ink);}/* ===== product-houroufi.html — reuses tokens from style.css ===== */

.pd-crumb{display:flex;align-items:center;gap:8px;padding:18px 20px 0;font-size:14px;color:var(--soft);font-weight:600;}
.pd-crumb a{color:var(--soft);text-decoration:none;}
.pd-crumb a:hover{color:var(--ink);}
.pd-crumb-current{color:var(--ink);}

/* ---------- PRODUCT HERO ---------- */
.pd-hero{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:center;padding:36px 20px 56px;}
@media(max-width:860px){.pd-hero{grid-template-columns:1fr;}}

.pd-media{position:relative;display:flex;justify-content:center;}
.pd-cover{width:100%;max-width:340px;border-radius:26px;box-shadow:0 24px 50px rgba(62,55,48,.18);border:10px solid #fff;}
.pd-badge{position:absolute;top:14px;right:calc(50% - 170px + 14px);background:var(--green);color:#fff;font-weight:700;font-size:13px;
  padding:8px 14px;border-radius:999px;display:flex;align-items:center;gap:6px;box-shadow:0 6px 0 rgba(0,0,0,.08);}
@media(max-width:860px){.pd-badge{right:calc(50% - 170px + 14px);}}

.pd-tag{display:inline-block;font-size:13px;font-weight:700;color:var(--purple);background:#8B6DC922;
  padding:5px 14px;border-radius:999px;margin-bottom:14px;}
.pd-info h1{font-size:clamp(34px,5vw,50px);font-weight:800;line-height:1.1;margin-bottom:12px;}
.pd-sub{font-size:18px;color:#5a524a;font-weight:500;line-height:1.6;margin-bottom:26px;max-width:520px;}

.pd-stats{display:flex;gap:28px;margin-bottom:30px;flex-wrap:wrap;}
.pd-stat{display:flex;flex-direction:column;}
.pd-stat strong{font-size:30px;font-weight:800;color:var(--red);line-height:1;}
.pd-stat span{font-size:13px;color:var(--soft);font-weight:600;margin-top:4px;}

.pd-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px;}
.pd-play-btn{font-size:17px;}

.pd-scan{display:flex;align-items:center;gap:10px;font-size:14px;color:#6a6157;font-weight:600;
  background:#fff;border-radius:16px;padding:14px 18px;max-width:520px;box-shadow:0 4px 16px rgba(0,0,0,.04);}
.pd-scan svg{flex:0 0 auto;color:var(--green);}

/* ---------- DETAILS / FEATURES ---------- */
.pd-details{padding:20px 20px 56px;}
.pd-details h2, .pd-how h2{font-size:clamp(26px,4vw,32px);font-weight:800;text-align:center;margin-bottom:34px;}

.pd-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}
.pd-feature{background:#fff;border-radius:22px;padding:26px 22px;box-shadow:0 8px 24px rgba(0,0,0,.05);}
.pd-fic{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.pd-feature h3{font-size:19px;font-weight:800;margin-bottom:8px;}
.pd-feature p{font-size:14.5px;color:#6a6157;font-weight:500;line-height:1.6;}

/* ---------- HOW TO PLAY ---------- */
.pd-how{background:linear-gradient(160deg,#FFF7E9,#FFEBCB);padding:56px 20px;border-radius:32px;margin:0 auto 56px;text-align:center;}
.pd-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:34px;max-width:1000px;margin-inline:auto;}
.pd-step{background:#fff;border-radius:22px;padding:26px 20px;box-shadow:0 8px 24px rgba(0,0,0,.05);}
.pd-stepn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:20px;font-weight:800;color:#fff;margin:0 auto 12px;}
.pd-step h3{font-size:17px;font-weight:800;margin-bottom:6px;}
.pd-step p{font-size:13.5px;color:#6a6157;font-weight:500;line-height:1.5;}
.pd-play-btn-lg{font-size:18px;padding:16px 34px;}
