@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Fredoka:wght@300;400;500;600;700&display=swap');

:root{
  --bg: #FFFDF8;
  --primary: #F8C537;
  --secondary: #A5D66F;
  --ink: #111;
  --muted: #5a5a5a;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(17,17,17,.08);
  --shadow-soft: 0 10px 25px rgba(0,0,0,.06);
  --radius-xl: 40px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 16px;
}

*{ box-sizing: border-box; margin: 0; padding: 0; }

hhtml{ scroll-behavior: smooth; }
#games,
#about-founder{
  scroll-margin-top: 40px;
}

#why {
  scroll-margin-top: 0px; 
}

#stats-section{
  scroll-margin-top: 200px;
}
body{
  font-family: 'Fredoka', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(248,197,55,.22), transparent 55%),
              radial-gradient(900px 500px at 100% 20%, rgba(165,214,111,.18), transparent 55%),
              linear-gradient(135deg, #fffdf8, #fff7d6, #fff4c7);
  color: var(--ink);
  overflow-x: hidden;
}

img{ max-width: 100%; height: auto; }

.container{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--primary);
  color: #111;
  padding: 12px 16px;
  border-radius: 999px;
  z-index: 1000;
  font-weight: 800;
}
.skip-link:focus{ left: 16px; }
/* ===== LOGO SCENE HERO ===== */
.badge-color-dots {
  display: inline-flex; gap: 5px; align-items: center;
}
.bcd { width: 9px; height: 9px; border-radius: 50%; }
.bcd1 { background: #FF6B9D; }
.bcd2 { background: #A855F7; }
.bcd3 { background: #22C55E; }

.logo-scene {
  width: min(520px, 100%);
  height: 460px;
  position: relative;
}

/* Pastel circles */
.lsc-circle { position: absolute; border-radius: 50%; }
.lsc-c1 { width:165px;height:165px;background:#F5E6B2;top:18px;left:75px;  animation:bob 6s ease-in-out infinite; }
.lsc-c2 { width:122px;height:122px;background:#D4EDBA;top:38px;left:220px; animation:bob 5s ease-in-out infinite .4s; }
.lsc-c3 { width:134px;height:134px;background:#E8D5F5;bottom:55px;right:75px; animation:bob 7s ease-in-out infinite .6s; }
.lsc-c4 { width:82px; height:82px; background:#D4EDBA;bottom:18px;left:135px; animation:bob 5.5s ease-in-out infinite .2s; }
.lsc-c5 { width:58px; height:58px; background:#F5E6B2;bottom:105px;left:55px; animation:bob 4.5s ease-in-out infinite 1s; }

/* Big logo */
/* FIND THIS: */
.lsc-logo-wrap {
  position: absolute;
  bottom: 105px; left: 50%; transform: translateX(-46%);
  z-index: 5;
  animation: bob 5s ease-in-out infinite .3s;
}
.lsc-logo {
  font-family: 'Baloo 2', cursive;
  font-weight: 900;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -2px;
  white-space: nowrap;
}
.lsc-tri  { color: #111; }
.lsc-joys { color: #F8C537; }

/* REPLACE WITH: */
.lsc-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -38%);
  z-index: 5;
  animation: bob 5s ease-in-out infinite .3s;
  text-align: center;
}
.lsc-logo {
  font-family: 'Baloo 2', cursive;
  font-weight: 900;
  font-size: 118px;
  line-height: 1;
  letter-spacing: -3px;
  white-space: nowrap;
  filter: drop-shadow(0 6px 0 rgba(0,0,0,0.08));
}
.lsc-tri  {
  color: #111;
  -webkit-text-stroke: 2px rgba(255,255,255,0.4);
  paint-order: stroke fill;
}
.lsc-joys {
  color: #F8C537;
  -webkit-text-stroke: 2px rgba(255,255,255,0.5);
  paint-order: stroke fill;
  text-shadow: 0 8px 24px rgba(248,197,55,0.45);
}
.lsc-gem  { font-size: 28px; vertical-align: super; margin-left: 2px; }
.lsc-logo-star { font-size: 30px; position: absolute; top: -16px; left: 200px; }
.lsc-shine {
  position: absolute; font-size: 24px; color: #F8C537;
  font-weight: 900; animation: bob 3s ease-in-out infinite;
}
.lsc-sh1 { left: -24px; top: 50%; transform: translateY(-50%); }
.lsc-sh2 { right: -28px; top: 50%; transform: translateY(-50%); }

/* Floating objects */
.lsc-obj { position: absolute; z-index: 6; pointer-events: none; animation: bob 4s ease-in-out infinite; }
.lo-ctrl  { font-size: 64px; top: 6px;   right: 0;    animation-delay: .2s; }
.lo-bball { font-size: 56px; top: 58px;  left: 16px;  animation-delay: .5s; }
.lo-bug   { font-size: 54px; bottom: 48px; left: 76px; animation-delay: .8s; }
.lo-slip  { font-size: 52px; bottom: 38px; right: 55px; animation-delay: .4s; }

/* Scattered dots */
.lsc-dot { position: absolute; border-radius: 50%; z-index: 4; animation: bob 5s ease-in-out infinite; }
.ld1 { width:10px;height:10px;background:#A855F7;top:118px;left:48px;  animation-delay:.3s; }
.ld2 { width:8px; height:8px; background:#22C55E;top:198px;left:178px; animation-delay:.7s; }
.ld3 { width:10px;height:10px;background:#FF6B9D;top:78px; right:118px; animation-delay:.1s; }
.ld4 { width:8px; height:8px; background:#F8C537;bottom:138px;right:18px; animation-delay:.9s; }
.ld5 { width:7px; height:7px; background:#60C8F5;bottom:78px;right:158px; animation-delay:.5s; }
.ld6 { width:9px; height:9px; background:#FF6B9D;bottom:198px;left:28px; animation-delay:1.1s; }

/* Mini stars */
.lsc-star { position: absolute; z-index: 4; animation: bob 4.5s ease-in-out infinite; }
.ls1 { font-size:16px;color:#FF6B9D;top:48px; left:168px; animation-delay:.3s; }
.ls2 { font-size:14px;color:#F8C537;top:28px; right:158px; animation-delay:.7s; }
.ls3 { font-size:18px;color:#A855F7;top:158px;right:38px;  animation-delay:.4s; }
.ls4 { font-size:13px;color:#22C55E;bottom:158px;right:108px; animation-delay:.9s; }
.ls5 { font-size:20px;color:#F8C537;bottom:98px; right:28px; animation-delay:1.2s; }
.ls6 { font-size:14px;color:#60C8F5;top:278px; left:38px;  animation-delay:.6s; }

@media (max-width: 980px) {
  .logo-scene { height: 360px; }
  .lsc-logo { font-size: 72px; }
  .lo-ctrl { font-size: 48px; } .lo-bball { font-size: 42px; }
  .lo-bug  { font-size: 40px; } .lo-slip  { font-size: 38px; }
}
@media (max-width: 520px) {
  .logo-scene { height: 280px; }
  .lsc-logo { font-size: 52px; }
}
/* ===== END LOGO SCENE ===== */


h1,h2,h3{ font-family: 'Baloo 2', cursive; }

a{ color: inherit; }

header{
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(255,253,248,.85), rgba(255,253,248,.55));
  border-bottom: 1px solid rgba(17,17,17,.06);
}

.navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.menu{
  display: flex;
  gap: 28px;
  align-items: center;
}

.menu a{
  text-decoration: none;
  font-weight: 700;
  color: rgba(0,0,0,.72);
  padding: 10px 12px;
  border-radius: 999px;
  transition: transform .15s ease, background .15s ease;
}
.menu a:hover{
  background: rgba(248,197,55,.18);
  transform: translateY(-1px);
}

.btn{
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover{
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
}

.btn:active{ transform: translateY(-1px) scale(.99); }

.btn.yellow{
  background: var(--primary);
  color: #111;
  border-color: rgba(0,0,0,.05);
}

.btn.white{
  background: rgba(255,255,255,.9);
  border-color: rgba(17,17,17,.12);
  color: #111;
}

/* HERO */
./* ================= HERO ================= */

.hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:54px;
  padding:68px 0 36px;
  position:relative;
}

.hero-content{
  position:relative;
  flex:1;
  z-index:2;
}

/* HERO BRAND LOGO */
.hero-brand-logo{
  font-family:'Baloo 2',cursive;
  font-weight:900;
  font-size:52px;
  line-height:1;
  letter-spacing:-1px;
  margin-bottom:14px;
  color:#111;
}

.hero-brand-logo span{
  color:var(--primary);
  text-shadow:0 4px 18px rgba(248,197,55,.45);
}

/* Badge */
.badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(248,197,55,.65);
  background:rgba(255,255,255,.6);
  font-weight:900;
  letter-spacing:.3px;
  box-shadow:0 10px 20px rgba(248,197,55,.12);
  margin-bottom:18px;
  font-size:14px;
}

.badge-dots{
  color:rgba(0,0,0,.35);
  font-weight:900;
}

/* Heading */
.hero h1{
  font-size:76px;
  line-height:1.02;
  margin-bottom:18px;
}

.hero h1 .joy{
  color:var(--primary);
}

/* Text */
.hero p{
  font-size:20px;
  line-height:1.75;
  color:rgba(0,0,0,.58);
  margin-bottom:26px;
  max-width:520px;
}

/* Buttons */
.hero-buttons{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* Doodles */
.hero-doodles{
  margin-top:22px;
  position:relative;
  height:40px;
  display:flex;
  gap:18px;
  align-items:center;
}

.sparkle{
  color:rgba(0,0,0,.75);
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.08));
}

.star{
  color:rgba(248,197,55,.9);
}

.gamepad{
  font-size:26px;
}

/* RIGHT SIDE */
.hero-image{
  flex:1;
  position:relative;
  min-height:600px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-trijoys-logo{
  position:absolute;
  left:55%;
  top:25%;
  transform:translate(-50%,-50%);

  font-family:'Fredoka', sans-serif;
  font-size:clamp(90px,10vw,180px);
  font-weight:900;

  color:rgba(0,0,0,.58); /* darker */

  text-shadow:
  none;
color:#222;
  z-index:50;
  pointer-events:none;
  user-select:none;
 animation:logoTilt 3s ease-in-out infinite;
transform-origin:center center;
}

.hero-trijoys-logo span{
   color:var(--primary);/* brighter yellow */
}@keyframes logoTilt{
  0%,100%{
    transform:translate(-50%,-50%) rotate(-1.5deg);
  }

  50%{
    transform:translate(-50%,-50%) rotate(1.5deg);
  }
}
/* ================= RESPONSIVE ================= */

@media(max-width:1024px){

  .hero{
    flex-direction:column;
    text-align:center;
  }

  .hero p{
    margin-left:auto;
    margin-right:auto;
  }

  .hero-buttons{
    justify-content:center;
  }

  .hero-doodles{
    justify-content:center;
  }

  .hero-image{
    min-height:450px;
  }

  .hero-trijoys-logo{
    font-size:110px;
  }
}

@media(max-width:768px){

  .hero h1{
    font-size:52px;
  }

  .hero p{
    font-size:17px;
  }

  .hero-brand-logo{
    font-size:40px;
  }

  .hero-trijoys-logo{
    font-size:80px;
  }
}

@media(max-width:480px){

  .hero{
    padding:40px 0;
  }

  .hero h1{
    font-size:40px;
  }

  .hero-trijoys-logo{
    font-size:60px;
  }
}

.floating{
  position: absolute;
  z-index: 3;
  pointer-events: none;
  animation: bob 3.4s ease-in-out infinite;
}

@keyframes bob{
  0%,100%{ transform: translateY(0) rotate(-2deg); }
  50%{ transform: translateY(-12px) rotate(2deg); }
}

/* ===== JOY MAKERS TEAM SECTION ===== */
.joy-makers-section{
  position: relative;
  padding: 90px 0 0px;
  overflow: hidden;
  background: #FDF8EC;
}

/* Decorative elements */
.jm-deco{ position: absolute; pointer-events: none; }
.jm-star-left{
  font-size: 72px; left: 4%; top: 10%;
  filter: drop-shadow(0 8px 18px rgba(248,197,55,.4));
  animation: jmFloat 4s ease-in-out infinite;
}
.jm-gamepad-right{
  font-size: 64px; right: 4%; top: 8%;
  animation: jmFloat 4.5s ease-in-out infinite .5s;
}
.jm-dot{
  width: 12px; height: 12px; border-radius: 50%;
  background: #F8C537; opacity: .5;
}
.jm-dot1{ left: 8%; top: 52%; }
.jm-dot2{ right: 12%; bottom: 20%; background: #8B5CF6; }
.jm-dot3{ left: 20%; bottom: 12%; background: #22c55e; width:8px; height:8px; }
.jm-dot4{ right: 22%; top: 55%; width:8px; height:8px; }
.jm-x{ font-size: 18px; font-weight: 900; color: #8B5CF6; opacity: .55; }
.jm-x1{ left: 5%; top: 40%; }
.jm-x2{ right: 7%; bottom: 32%; color: #F8C537; }
.jm-spark{ font-size: 22px; color: #F8C537; opacity: .7; }
.jm-spark1{ left: 35%; top: 5%; }
.jm-spark2{ right: 35%; bottom: 8%; }

@keyframes jmFloat{
  0%,100%{ transform: translateY(0) rotate(-5deg); }
  50%{ transform: translateY(-14px) rotate(5deg); }
}

/* Header */
.jm-header{
  text-align: center;
  margin-bottom: 56px;
}

.jm-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 2px solid #111;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .8px;
  margin-bottom: 22px;
  background: #fff;
}
.jm-kicker-emoji{ font-size: 16px; }

.jm-title{
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-family: 'Baloo 2', cursive;
  font-weight: 900;
  color: #111;
  line-height: 1.05;
  margin-bottom: 18px;
}
.jm-joy{ color: #F8C537; }

.jm-sub{
  font-size: 18px;
  color: rgba(0,0,0,.55);
  line-height: 1.7;
  margin-bottom: 24px;
}

.jm-divider{
  width: 60px; height: 5px;
  background: #111;
  border-radius: 4px;
  margin: 0 auto;
}

/* Team Grid */
.jm-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: end;
}

.jm-card{
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.07);
  transition: transform .3s ease, box-shadow .3s ease;
  border: 1.5px solid rgba(0,0,0,.05);
}
.jm-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0,0,0,.14);
}

/* Featured center card slightly taller */
.jm-card-featured .jm-avatar-wrap{ height: 290px; background: #F8C537; }

.jm-avatar-wrap{
  height: 250px;
  background: #FFF3C4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.jm-card:nth-child(2) .jm-avatar-wrap{ background: #FFF3C4; }
.jm-card:nth-child(4) .jm-avatar-wrap{ background: #FFF3C4; }
.jm-card:nth-child(5) .jm-avatar-wrap{ background: #FFF3C4; }
.jm-card:nth-child(1) .jm-avatar-wrap{ background: #F5F5F5; }

.jm-avatar{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.jm-card-body{
  padding: 20px 20px 24px;
  text-align: center;
}

.jm-name{
  font-size: 20px;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  color: #111;
  margin-bottom: 4px;
}

.jm-role{
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 12px;
}

.jm-desc{
  font-size: 14px;
  color: rgba(0,0,0,.58);
  line-height: 1.65;
  margin-bottom: 18px;
}

.jm-socials{
  display: flex;
  justify-content: center;
  gap: 10px;
}

.jm-social-btn{
  width: 42px; height: 42px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
  background: #f5f5f5;
  color: #333;
}
.jm-social-btn:hover{ transform: scale(1.12); opacity: .85; }
.jm-linkedin{ background: #E8F0FE; color: #0A66C2; }
.jm-instagram{ background: #FEE8F0; color: #E1306C; }
.jm-github{ background: #F0F0F0; color: #111; }
.jm-docs{ background: #E8F4FD; color: #1A73E8; }
.jm-twitter{ background: #F0F0F0; color: #111; }

/* Footer bar */
.jm-footer-bar{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 52px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,.65);
  flex-wrap: wrap;
}
.jm-footer-heart{ font-size: 22px; }
.jm-footer-sep{ color: rgba(0,0,0,.25); }
.jm-footer-spark{ color: #F8C537; font-size: 20px; }

/* ===== END JOY MAKERS ===== */

@keyframes float{
  0%,100%{ transform:translateY(0px); }
  50%{ transform:translateY(-25px); }
}

.q-purple{ color: #7c3aed; font-weight: 800; }
.q-orange{ color: #f7931e; font-weight: 800; }

.floating.cockroach{ left: -2%; top: 42%; font-size: 44px; }

.floating .bubble{
  position: absolute;
  left: 40px;
  top: -14px;
  background: rgba(165,214,111,.95);
  border-radius: 18px;
  padding: 10px 12px;
  color: #0d2a0d;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
  max-width: 220px;
}

.floating.slippers{ right: 8%; top: 40%; font-size: 34px; animation-delay: .35s; }
.floating.starburst{ right: -1%; top: 22%; font-size: 30px; animation-delay: .2s; }

.doodle{
  position: absolute;
  z-index: 3;
  font-size: 26px;
  color: rgba(0,0,0,.7);
  animation: drift 4.2s ease-in-out infinite;
}

@keyframes drift{
  0%,100%{ transform: translateY(0) rotate(0deg); }
  50%{ transform: translateY(-10px) rotate(10deg); }
}

.doodle1{ left: 12%; top: 8%; animation-delay: .2s; }
.doodle2{ right: 18%; top: 54%; font-size: 24px; animation-delay: .45s; }
.doodle3{ right: 5%; top: 65%; font-size: 30px; animation-delay: .1s; color: rgba(248,197,55,.9); }

/* Sections */
.section-head{ text-align: center; margin-bottom: 10px; position: relative; }
.center{ text-align: center; }

.section-head h2{ 
  font-size: 56px; 
  margin-bottom: 8px;
  background: linear-gradient(135deg, #F8C537 0%, #A5D66F 50%, #FF6B35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  letter-spacing: 2px;
  animation: bounce 2s ease-in-out infinite;
  position: relative;
  display: inline-block;
}

.section-head h2::before {
  content: '🎮';
  position: absolute;
  left: -60px;
  top: -10px;
  font-size: 40px;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0s;
}

.section-head h2::after {
  content: '⭐';
  position: absolute;
  right: -60px;
  top: -15px;
  font-size: 35px;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0.5s;
}

.section-sub{ 
  font-size: 18px; 
  color: #5a5a5a;
  font-weight: 600;
  position: relative;
}

.section-sub::before {
  content: '✨';
  margin-right: 8px;
  animation: spin 2s linear infinite;
}

.section-sub::after {
  content: '✨';
  margin-left: 8px;
  animation: spin 2s linear infinite;
  animation-delay: 1s;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-15px) rotate(5deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Reveal */
[data-reveal]{ opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.is-visible{ opacity: 1 !important; transform: translateY(0) !important; }

/* GAMES */
.games{ padding: 70px 0 0; }

.games-grid{
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card{
  background: rgba(255,255,255,.92);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.07);
  box-shadow: var(--shadow-soft);
  transition: transform .22s ease, box-shadow .22s ease;
  position: relative;
}

.card:hover{ transform: translateY(-6px); box-shadow: var(--shadow); }

.card-art{ position: relative; }
.featured-badge{
    position: absolute;
    top: 14px;
    left: -8px; /* makes it overlap edge */

    background: #f5c32c;
    color: #000;

    padding: 5px 14px;
    border-radius: 8px;

    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;

    box-shadow: 0 4px 12px rgba(0,0,0,.18);

    z-index: 20;
}

.card-art img{ width: 100%; height: 420px; object-fit: cover; display: block; }

.card-body{ padding: 42px 20px 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.card-body h3{ font-size: 26px; margin-bottom: 0; flex-basis: 100%; }
.card-body p{ color: rgba(0,0,0,.58); line-height: 1.7; font-size: 16px; margin-bottom: 12px; flex-basis: 100%; }

.stores{
  display:flex;
  gap:4px;
  flex-wrap:wrap;
  margin-bottom:0;
  align-items:center;
  flex-grow:1;
}

.store-btn{
  display:inline-flex;
  transition:all 0.25s ease;
  transform-origin:center;
}

.store-btn img{
  height:46px;
  width:auto;
  transition:all 0.25s ease;
}

/* Hover effect */
.store-btn:hover{
  transform:translateY(-4px) scale(1.08);
}

/* Click/Tap Pop Effect */
.store-btn:active{
  transform:scale(1.18);
}

.store-btn:active img{
  transform:scale(1.08);
}

/* Optional glow */
.store-btn:hover img{
  filter:drop-shadow(0 8px 15px rgba(0,0,0,0.2));
}

.card-actions{ display: flex; justify-content: flex-end; align-items: center; }

.circle-btn{
  width: 48px; height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.1);
  background: rgba(248,197,55,.95);
  color: #111; font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease;
}
.circle-btn:hover{ transform: scale(1.05) rotate(-2deg); }
.circle-btn:active{ transform: scale(.94); }

.card-highlight{ animation: cardPulse .9s ease; }
@keyframes cardPulse{
  0%{ box-shadow: 0 0 0 0 rgba(248,197,55,.7); }
  60%{ box-shadow: 0 0 0 14px rgba(248,197,55,0); }
  100%{ box-shadow: 0 0 0 0 rgba(248,197,55,0); }
}

.coming-soon{ background: linear-gradient(180deg, rgba(165,214,111,.18), rgba(255,255,255,.92)); }

.coming-art{
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, rgba(248,197,55,.35), transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(165,214,111,.35), transparent 55%),
              rgba(255,255,255,.6);
}

.monster-silhouette{ font-size: 76px; filter: drop-shadow(0 18px 20px rgba(0,0,0,.12)); opacity: .9; }

.mini-tag{
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(165,214,111,.22);
  border: 1px solid rgba(165,214,111,.4);
  font-weight: 900;
  margin-bottom: 10px;
}

.coming-body h3{ font-size: 24px; }

/* WHY */
/* ===== WHY SECTION FIX ===== */
/* WHY SECTION HEADER */
/* WHY SECTION */
.why{
  position: relative;
  margin: 0;
  padding: 40px 0 60px;
  background: transparent;
}

.why .section-head{
  text-align: center;
  margin-bottom: 30px;
}

.why .section-head h2{
  font-size: clamp(2rem,4vw,3rem);
  font-weight: 900;
  margin: 10px 0;
  line-height: 1;
}

.why-sub{
    font-size: 1.15rem;   /* keep modest */
    font-weight: 700;
    color: #4a443d;
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-align: center;
    opacity: 1;
    margin-top: 8px;
}

.why-sub .highlight{
    color: #6b9437;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
.why-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  align-items: stretch;
}

/* CARD */
.why-card{
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 28px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all .35s ease;
  box-shadow:
    0 10px 25px rgba(0,0,0,.08),
    0 0 0 1px rgba(255,190,0,.15);
}

.why-card:hover{
  transform: translateY(-8px);
  box-shadow:
    0 18px 40px rgba(0,0,0,.12),
    0 0 0 2px rgba(255,190,0,.25);
}

.why-icon{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.why-card h3{
  font-size: 1.25rem;
  margin-bottom: 12px;
  line-height: 1.2;
}

.why-card p{
  font-size: .95rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* MOBILE */
@media (max-width: 900px){
  .why-grid{
    grid-template-columns: 1fr;
  }

  .why-card{
    min-height: auto;
    padding: 24px;
  }
}
.why .section-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 40px;
    width: 100%;
}

.why .eyebrow,
.why .badge,
.why-pill{
    margin: 0 auto 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.why .section-head h2{
    width: 100%;
    text-align: center;
    margin: 0;
    display: block;
}

.why .section-sub{
    text-align: center;
    margin-top: 12px;
}

/* remove any left shift */
.why .section-head > *{
    align-self: center;
}/* Parent */
.why{
    position: relative;
    overflow: hidden;
}

/* Sparkles container */
.why-sparkles{
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

/* Keep content above sparkles */
.why-content,
.why-header,
.why-grid,
.section-head{
    position: relative;
    z-index: 2;
}.ws1{ top:15%; left:20%; }
.ws2{ top:10%; right:25%; }
.ws3{ top:35%; left:15%; }
.ws4{ top:45%; right:18%; }
.ws5{ top:60%; left:25%; }

.wf1{ top:20%; left:30%; }
.wf2{ top:15%; right:30%; }
.wf3{ top:50%; right:22%; }
.wf4{ top:65%; left:20%; }
.wf5{ top:70%; right:35%; }

.why-star,
.why-float{
    position:absolute;
}

.feature{
  background: rgba(255,253,248,.97);
  border-radius: 28px;
  padding: 32px 26px;
  border: 3px solid transparent;
  box-shadow: 0 22px 42px rgba(0,0,0,.14);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature:hover{ transform: translateY(-8px) rotate(-1deg); box-shadow: 0 28px 50px rgba(0,0,0,.18); }

.feature.gold{ border-color: #F8C537; }
.feature.green{ border-color: #8DBF5A; }
.feature.amber{ border-color: #D99800; }

.feature-icon{
  width: 60px; height: 60px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
  box-shadow: 0 12px 22px rgba(0,0,0,.16);
}
.feature.gold .feature-icon{ background: linear-gradient(135deg, #FFD93D, #F8C537); }
.feature.green .feature-icon{ background: linear-gradient(135deg, #C3E6A0, #7CB342); }
.feature.amber .feature-icon{ background: linear-gradient(135deg, #FFC929, #D99800); }

.feature h3{ font-size: 24px; margin-bottom: 10px; color: #1A1206; }

.accent-line{ display: block; width: 36px; height: 4px; border-radius: 4px; margin-bottom: 14px; }
.feature.gold .accent-line{ background: #F8C537; }
.feature.green .accent-line{ background: #7CB342; }
.feature.amber .accent-line{ background: #D99800; }

.feature p{ color: rgba(0,0,0,.6); line-height: 1.7; font-size: 16px; }
.hl-gold{ color: #B8860B; font-weight: 800; }
.hl-green{ color: #4F7A1E; font-weight: 800; }
.hl-amber{ color: #A85F00; font-weight: 800; }

/* ABOUT */
.about{ padding: 60px 0 20px; }

/* FOUNDER */
.founder-card{
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,253,248,.86));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.founder-text{ flex: 1; padding: 58px 46px; }
.founder-text .label{
  display: inline-flex;
  font-weight: 900;
  background: rgba(248,197,55,.22);
  border: 1px solid rgba(248,197,55,.4);
  padding: 10px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.founder-text h2{ font-size: 56px; line-height: 1.05; margin-bottom: 14px; }
.founder-text h2 span{ color: var(--primary); }
.founder-roles{ font-weight: 1000; color: rgba(0,0,0,.75); margin-bottom: 16px; font-size: 18px; }
.founder-text p{ color: rgba(0,0,0,.58); font-size: 18px; line-height: 1.8; margin-bottom: 14px; }

.founder-art{
  flex: 1.2;
  position: relative;
  background: radial-gradient(circle at 30% 20%, rgba(248,197,55,.35), transparent 55%),
              radial-gradient(circle at 80% 70%, rgba(165,214,111,.32), transparent 55%),
              rgba(255,255,255,.7);
}

.founder-blob{
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 46% 54% 50% 50% / 46% 40% 60% 54%;
  left: -80px; top: 30px;
  background: radial-gradient(circle at 30% 30%, rgba(248,197,55,.38), transparent 55%),
              radial-gradient(circle at 60% 70%, rgba(165,214,111,.35), transparent 55%),
              rgba(255,255,255,.35);
  filter: blur(.2px);
}

.founder-sticker{
  position: absolute;
  z-index: 3;
  font-size: 56px;
  padding: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 18px 35px rgba(0,0,0,.08);
  animation: bob 3.2s ease-in-out infinite;
}
.founder-sticker.s1{ left: 16%; top: 14%; animation-delay: .1s; }
.founder-sticker.s2{ right: 12%; bottom: 20%; animation-delay: .35s; }
.founder-sticker.bubble{
  left: 50%; transform: translateX(-50%); bottom: 18%;
  font-size: 16px; font-weight: 900; border-radius: 22px; padding: 12px 14px;
  color: rgba(0,0,0,.7); background: rgba(165,214,111,.92); border-color: rgba(165,214,111,.55);
  width: max-content; animation-delay: .2s;
}

.about-card{
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,253,248,.86));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.about-text{ flex: 1; padding: 58px 46px; }
.about-text .label{
  display: inline-flex; font-weight: 900;
  background: rgba(248,197,55,.22); border: 1px solid rgba(248,197,55,.4);
  padding: 10px 14px; border-radius: 999px; margin-bottom: 18px;
}
.about-text h2{ font-size: 56px; line-height: 1.05; margin-bottom: 14px; }
.about-text h2 span{ color: var(--primary); }
.about-text p{ color: rgba(0,0,0,.66); font-size: 18px; line-height: 1.8; margin-bottom: 18px; }

.about-art{ flex: 1.2; position: relative; background: radial-gradient(circle at 30% 20%, rgba(248,197,55,.35), transparent 55%), rgba(255,255,255,.7); }
.about-img{ width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }

.dev-sticker{
  position: absolute; z-index: 3; font-size: 44px; padding: 14px;
  border-radius: 999px; background: rgba(255,255,255,.72);
  border: 1px solid rgba(17,17,17,.08); box-shadow: 0 18px 35px rgba(0,0,0,.08);
  animation: bob 3.2s ease-in-out infinite;
}
.dev-sticker.s1{ left: 16%; top: 18%; animation-delay: .1s; }
.dev-sticker.s2{ right: 10%; bottom: 18%; animation-delay: .35s; }
.dev-sticker.bubble{
  left: 50%; transform: translateX(-50%); bottom: 18%; font-size: 16px; font-weight: 900;
  border-radius: 22px; padding: 12px 14px; color: rgba(0,0,0,.7);
  background: rgba(165,214,111,.92); border-color: rgba(165,214,111,.55);
  width: max-content; animation-delay: .2s;
}

/* STATS */
.stats-section{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
  margin: 80px 0;
  padding: 0 5%;
}

.stat-card{
  position: relative; overflow: hidden;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  padding: 30px 20px; border-radius: 28px; text-align: center;
  border: 2px solid rgba(255,255,255,0.5);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all .4s ease;
 
}
.stat-card:nth-child(2){ animation-delay: .5s; }
.stat-card:nth-child(3){ animation-delay: 1s; }
.stat-card:nth-child(4){ animation-delay: 1.5s; }

.stat-card::before{
  content: ""; position: absolute; width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(255,193,7,.5), transparent 70%);
  top: -80px; right: -80px; pointer-events: none;
}

.stat-card:hover{ transform: translateY(-12px) scale(1.05); box-shadow: 0 25px 60px rgba(255,193,7,.25); }

.stat-emoji{ font-size: 3rem; margin-bottom: 15px; animation: bounce 2s infinite; }
.stat-num{ font-size: 2.2rem; font-weight: 800; color: #222; }
.stat-plus{ display: block; margin-top: 8px; font-size: 1rem; font-weight: 500; color: #666; }

@keyframes bounce{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }

/* CTA */
.cta{
  margin: 70px auto 40px;
  background: linear-gradient(160deg, #F6E9C8, #F2E0B3);
  border: 1px solid rgba(217,152,0,.28);
  border-radius: var(--radius-xl);
  padding: 50px 56px;
  box-shadow: 0 18px 45px rgba(217,152,0,.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-copy{ max-width: 560px; }
.cta-kicker{
  font-weight: 1000; letter-spacing: .6px; font-size: 13px;
  background: rgba(255,255,255,.55); border: 1px solid rgba(217,152,0,.35);
  color: #7A5800;
  padding: 10px 14px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
}
.cta-copy h2{ font-size: 42px; line-height: 1.18; margin-bottom: 22px; font-family: 'Baloo 2', cursive; color: #1A1206; }
.cta-orange{ color: #F0670B; font-style: italic; }
.cta-purple{ color: #7C3AED; }
.stores-cta .store-btn img{ height: 52px; }

.cta-features{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.cta-feature{
  background: rgba(255,255,255,.65); border: 1px solid rgba(0,0,0,.07);
  padding: 10px 16px; border-radius: 999px; font-weight: 800; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px; color: #2a2210;
}

.cta-mascot-wrap{ display: flex; flex-direction: column; align-items: center; gap: 28px; flex-shrink: 0; }

.cta-mascot{
  position: relative; width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(255,193,7,.22), transparent 60%);
  border: 1.5px dashed rgba(180,130,30,.4);
  display: flex; align-items: center; justify-content: center;
}
.mascot{ font-size: 92px; animation: bob 3s ease-in-out infinite; filter: drop-shadow(0 14px 18px rgba(0,0,0,.18)); }

.float-badge{
  position: absolute; width: 54px; height: 54px; border-radius: 18px;
  background: #fff; box-shadow: 0 14px 26px rgba(0,0,0,.12);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
  animation: bob 3.4s ease-in-out infinite;
}
.fb-trophy{ top: -8px; left: -14px; }
.fb-heart{ top: -8px; right: -28px; background: #FDEAF0; animation-delay: .3s; }
.fb-star{ bottom: 4px; right: -36px; background: #FFF6D6; animation-delay: .6s; }

.cta-go{
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(180deg, #5BD55B, #38AE3A);
  color: #fff; font-weight: 900; font-size: 18px; text-decoration: none;
  padding: 16px 38px; border-radius: 999px;
  border-bottom: 4px solid #2A8A2C;
  box-shadow: 0 16px 30px rgba(56,174,58,.35);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cta-go:hover{ transform: translateY(-2px); box-shadow: 0 20px 36px rgba(56,174,58,.4); }
.cta-go:active{ transform: translateY(0); }




/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-section{
  padding: 80px 0 90px;
}

.contact-inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.contact-left h2{
  font-size: 56px;
  line-height: 1.02;
  margin-bottom: 16px;
  margin-top: 16px;
}
.contact-left h2 .joy{ color: var(--primary); }

.contact-left p{
  color: rgba(0,0,0,.55);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 30px;
  max-width: 420px;
}

.contact-info-row{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-info-item{
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(17,17,17,.07);
  border-radius: 20px;
  padding: 14px 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
  font-weight: 700;
  font-size: 15px;
  color: rgba(0,0,0,.78);
  transition: transform .18s ease;
}
.contact-info-item:hover{ transform: translateX(4px); }

.ci-icon{
  width: 40px; height: 40px;
  border-radius: 999px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}

.contact-card{
  background: rgba(255,255,255,.92);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(17,17,17,.07);
  box-shadow: var(--shadow);
  padding: 38px 34px;
}

.contact-card h3{
  font-size: 30px;
  text-align: center;
  margin-bottom: 6px;
  color: #111;
}

.contact-card-sub{
  text-align: center;
  color: rgba(0,0,0,.45);
  font-size: 15px;
  margin-bottom: 28px;
  font-family: 'Fredoka', sans-serif;
}

.cf-label{
  display: block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(0,0,0,.5);
  margin-bottom: 7px;
}

.cf-input{
  width: 100%;
  box-sizing: border-box;
  background: #FFFDF8;
  border: 1.5px solid rgba(17,17,17,.12);
  border-radius: 14px;
  padding: 13px 16px;
  font-family: 'Fredoka', sans-serif;
  font-size: 15px;
  color: #111;
  margin-bottom: 16px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
  appearance: none;
  -webkit-appearance: none;
}

.cf-input:focus{
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(248,197,55,.2);
}

.cf-input::placeholder{ color: rgba(0,0,0,.32); }

.cf-select{
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.cf-textarea{
  resize: vertical;
  min-height: 120px;
}

.cf-error{
  background: rgba(232,74,74,.1);
  border: 1px solid rgba(232,74,74,.3);
  border-radius: 12px;
  padding: 11px 16px;
  color: #c0392b;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
}

.cf-submit{
  width: 100%;
  justify-content: center;
  font-size: 18px;
  padding: 16px 22px;
  box-shadow: 0 14px 28px rgba(248,197,55,.3);
}

/* Success state */
.contact-success{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px 20px;
  gap: 10px;
}

.success-icon{ font-size: 56px; animation: bob 2s ease-in-out infinite; }

.contact-success h4{
  font-family: 'Baloo 2', cursive;
  font-size: 26px;
  color: #111;
}

.contact-success p{
  color: rgba(0,0,0,.55);
  font-size: 16px;
  line-height: 1.6;
}

/* ============================================
   FOOTER
   ============================================ */
:root{
  --cream: #FFF8E7;
  --cream-2: #FFF1CF;
  --ink: #1B1607;
  --ink-soft: #5A4F33;
  --yellow: #FFC929;
  --yellow-deep: #D99800;
  --line: rgba(217,152,0,0.30);
}

.sunny-footer{
  position: relative;
  background: radial-gradient(ellipse at 12% 10%, rgba(255,201,41,0.25), transparent 55%),
              radial-gradient(ellipse at 88% 90%, rgba(255,201,41,0.18), transparent 55%),
              linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 100%);
  color: var(--ink);
  overflow: hidden;
  padding: 34px 0 44px;
}

.sunny-wrap{ position: relative; }

.sunny-grid{
  display: grid;
  grid-template-columns: 1.05fr 1.45fr 0.8fr;
  align-items: start;
  gap: 22px;
  position: relative;
  z-index: 2;
}

.brand-block{ padding-top: 10px; }

.brand-logo{
  font-family: 'Baloo 2', cursive;
  font-weight: 900; font-size: 54px; line-height: 0.95;
  letter-spacing: 0.2px; text-shadow: 0 10px 30px rgba(217,152,0,0.25);
}
.brand-tri{ color: #fff; -webkit-text-stroke: 1px rgba(0,0,0,0.03); }
.brand-joys{ color: var(--yellow-deep); }

.brand-tag{
  margin-top: 10px; font-weight: 800; color: rgba(0,0,0,0.95);
  background: rgba(255,255,255,0.55); border: 1px solid rgba(0,0,0,0.08);
  padding: 10px 14px; border-radius: 18px; backdrop-filter: blur(8px);
  font-size: 13px; max-width: 420px;
}

.badge-row{
  display: flex; justify-content: space-between; gap: 14px; padding-top: 18px;
}

.icon-badge{
  flex: 1; min-width: 170px;
  background: rgba(255,255,255,0.55); border: 1px solid rgba(217,152,0,0.25);
  border-radius: 26px; padding: 16px 14px 14px;
  box-shadow: 0 22px 60px rgba(217,152,0,0.12); text-align: center;
  position: relative; overflow: hidden;
}

.icon-badge::before{
  content: ""; position: absolute; inset: -40px -60px auto -60px; height: 120px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.85), transparent 55%);
  transform: rotate(-8deg); opacity: 0.65;
}

/* Footer link styles (underline + pop-out on hover) */
.icon-head a,
.icon-sub a{
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Make whole footer card feel clickable when it contains a link */
.icon-badge:has(a:hover){
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 30px 70px rgba(217,152,0,0.18);
}


.icon-circle{
  width: 58px; height: 58px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px; font-size: 26px;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,0.12));
  background: rgba(255,255,255,0.65);
}

.b-orange{ background: linear-gradient(180deg,#FFB347,#FF8A00); }
.b-blue{ background: linear-gradient(180deg,#5AB6FF,#1B86FF); }
.b-yellow{ background: linear-gradient(180deg,#FFE066,#FFC107); }
.b-green{ background: linear-gradient(180deg,#8BE07A,#2DBE4B); }

.icon-head{
  font-family: 'Baloo 2', cursive; font-weight: 900; font-size: 20px;
  margin-bottom: 4px; color: rgba(27,22,7,0.95); text-shadow: 0 10px 24px rgba(255,255,255,0.25);
}

.icon-sub{ font-weight: 800; color: rgba(27,22,7,0.85); font-size: 12.5px; }

a.icon-badge-clickable{
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
a.icon-badge-clickable:hover{
  transform: translateY(-4px);
  box-shadow: 0 28px 50px rgba(217,152,0,0.22);
}

.follow-block{ padding-top: 18px; }

.follow-title{
  font-family: 'Baloo 2', cursive; font-weight: 900; font-size: 22px;
  color: rgba(0,0,0,0.92); text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,0.65);
}

.spark{ color: var(--yellow-deep); margin: 0 6px; }

.social-row{
  margin-top: 14px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;
}

.social-btn{
  width: 46px; height: 46px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12); transition: transform .18s ease;
  border: 1px solid rgba(255,255,255,0.35); overflow: hidden;
  background: rgba(255,255,255,0.9);
}
.social-btn:hover{ transform: translateY(-4px) scale(1.03); }
.social-btn img{ width: 100%; height: 100%; object-fit: cover; display: block; }

.s-instagram{ background: linear-gradient(180deg,#FFCF5C,#F56040); }
.s-discord{ background: linear-gradient(180deg,#6F7CFF,#4C5CFF); }
.s-x{ background: linear-gradient(180deg,#111,#2B2B2B); }
.s-x img{ transform: scale(1.8); }
.s-youtube{ background: linear-gradient(180deg,#FF4E47,#D11E1E); }

.mascot-left, .mascot-right{ position: absolute; bottom: 0; z-index: 3; pointer-events: none; }
.mascot-left{ left: -8px; }
.mascot-right{ right: -8px; }

.mascot-left{ position: absolute; left: 20px; bottom: 15px; z-index: 10; pointer-events: none; }

.star-mascot{
  width: 110px; height: 110px; position: relative;
  background: radial-gradient(circle at 30% 20%, #FFF7C8, #FFC929 55%, #D99800 100%);
  clip-path: polygon(50% 0%, 62% 38%, 100% 38%, 69% 59%, 81% 100%, 50% 75%, 19% 100%, 31% 59%, 0% 38%, 38% 38%);
  box-shadow: 0 12px 25px rgba(217,152,0,.25), 0 0 25px rgba(255,201,41,.35);
  animation: starFloat 4s ease-in-out infinite;
}

.star-mascot::after{
  content: ""; position: absolute; inset: 10px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.85), transparent 60%); opacity: .9;
}

.star-face{ position: absolute; inset: 0; }
.star-eye{ position: absolute; width: 10px; height: 10px; background: #222; border-radius: 50%; }
.star-mouth{
  position: absolute; left: 42px; top: 62px; width: 24px; height: 10px;
  border: 3px solid rgba(0,0,0,.7); border-top: 0; border-left: 0; border-right: 0;
  border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;
}

@keyframes starFloat{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-12px); } }

.controller-mascot{
  width: 110px; height: 72px; border-radius: 40px;
  background: linear-gradient(180deg,#FFFFFF,#FFF4B8);
  box-shadow: 0 28px 60px rgba(0,0,0,0.14); border: 3px solid rgba(217,152,0,0.55); position: relative;
}
.controller-mascot::before{
  content: ""; position: absolute; inset: 10px; border-radius: 34px;
  background: radial-gradient(circle at 25% 20%, rgba(255,255,255,0.9), rgba(255,255,255,0.2) 55%, transparent 70%);
}
.controller-screen{
  position: absolute; left: 16px; right: 16px; top: 18px; height: 36px;
  border-radius: 22px; background: linear-gradient(180deg,#FFF,#FFE9A8);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.06);
}
.ctrl-eye{ position: absolute; width: 8px; height: 8px; background: rgba(0,0,0,0.6); border-radius: 50%; }
.ctrl-mouth{
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 7px;
  width: 26px; height: 10px; border: 3px solid rgba(0,0,0,0.55); border-top: 0;
  border-left: 0; border-right: 0; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px;
}
.paper-plane{ position: absolute; right: 38px; bottom: 36px; font-size: 18px; color: #fff; text-shadow: 0 14px 28px rgba(0,0,0,0.2); }
.near-spark{ position: absolute; right: 20px; bottom: 56px; color: #fff; font-size: 16px; text-shadow: 0 16px 30px rgba(0,0,0,0.18); }
.sB{ right: 54px; bottom: 46px; opacity: .95; }

.wavy-line{ width: 100%; position: absolute; left: 0; right: 0; bottom: -4px; height: 38px; z-index: 1; }
/* ============================================
   SOCIAL FOLLOW BANNER
   ============================================ */
.social-banner{
  position: relative;
  background: linear-gradient(180deg, #FFF3CF 0%, #FCE6A8 100%);
  padding: 70px 20px 80px;
  display: flex;
  justify-content: center;
}

.social-banner-box{
  position: relative;
  background: linear-gradient(160deg, #ffffff 0%, #FFFDF5 100%);
  border-radius: 32px;
  padding: 42px 56px 46px;
  text-align: center;
  max-width: 620px;
  width: 100%;
  box-shadow: 0 25px 60px rgba(217,152,0,.22), 0 0 0 1px rgba(255,255,255,.6) inset;
}

.social-banner-kicker{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(248,197,55,.18);
  border: 1px solid rgba(248,197,55,.5);
  color: #8a6300;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .6px;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.social-banner-title{
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  font-size: 30px;
  color: #1B1607;
  margin-bottom: 8px;
  line-height: 1.2;
}
.social-banner-title .joy{ color: var(--primary); }

.social-banner-sub{
  color: rgba(0,0,0,.5);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 28px;
}

.social-banner-icons{
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-banner-icons .social-btn{
  width: 60px;
  height: 60px;
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.social-banner-icons .social-btn:hover{
  transform: translateY(-5px) scale(1.06);
  box-shadow: 0 18px 34px rgba(0,0,0,.2);
}

@media (max-width: 600px){
  .social-banner-box{ padding: 34px 24px 36px; }
  .social-banner-title{ font-size: 24px; }
  .social-banner-icons{ gap: 12px; }
  .social-banner-icons .social-btn{ width: 52px; height: 52px; }
}
.footer-credit{
  margin-top: 46px; text-align: center; font-weight: 900;
  color: rgba(0,0,0,0.92); font-size: 13px; z-index: 2; position: relative;
}
/* ── Footer: Follow Us badge with inline social icons ── */
.footer-follow-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.footer-social-mini {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Slightly smaller social buttons inside the badge card */
.footer-social-mini .social-btn {
  width: 34px;
  height: 34px;
}

/* Since Follow Us now lives in badge-row, hide the old follow-block column */
.follow-block {
  display: none !important;
}

/* Make badge-row span nicely with 4 items across 2 columns grid */
/* Override: footer grid is now 2-col (brand + badges) since follow-block gone */
.sunny-grid {
  grid-template-columns: 1.05fr 2.5fr;
}

@media (max-width: 980px) {
  .sunny-grid {
    grid-template-columns: 1fr;
  }
  .badge-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.heart{ color: var(--yellow-deep); font-size: 14px; }

.sp{ position: absolute; color: #fff; text-shadow: 0 18px 35px rgba(0,0,0,0.18); z-index: 2; font-size: 14px; opacity: 0.9; }
.p1{ top: 18px; left: 30%; }
.p2{ top: 10px; left: 70%; font-size: 12px; opacity: .75; }
.p3{ top: 28px; left: 52%; font-size: 16px; }
.p4{ top: 44px; left: 18%; font-size: 12px; opacity: .7; }

/* MODAL */
.modal{ position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open{ display: block; }
.modal-backdrop{ position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.modal-panel{
  position: relative; width: min(780px, 92vw); margin: 7vh auto;
  background: rgba(255,255,255,.95); border-radius: 28px;
  border: 1px solid rgba(17,17,17,.12); box-shadow: 0 40px 90px rgba(0,0,0,.25); overflow: hidden;
}
.modal-head{
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 18px; border-bottom: 1px solid rgba(0,0,0,.07);
}
.modal-title{ font-weight: 1000; font-family: 'Baloo 2', cursive; font-size: 24px; }
.modal-sub{ color: rgba(0,0,0,.55); margin-top: 6px; font-weight: 800; }
.icon-btn{
  width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(0,0,0,.1);
  background: rgba(248,197,55,.9); cursor: pointer; font-weight: 1000;
}
.modal-body{ padding: 22px; }
.video-placeholder{
  height: 360px; border-radius: 22px;
  background: radial-gradient(circle at 30% 20%, rgba(248,197,55,.25), transparent 55%),
              radial-gradient(circle at 70% 80%, rgba(165,214,111,.25), transparent 55%), rgba(0,0,0,.05);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; font-weight: 1000; color: rgba(0,0,0,.6);
}
.modal-foot{ padding: 18px; display: flex; justify-content: flex-end; border-top: 1px solid rgba(0,0,0,.07); }

/* RESPONSIVE */
@media (max-width: 980px){
  .hero{ flex-direction: column; text-align: left; }
  .hero-image{ justify-content: center; }
  .hero h1{ font-size: 56px; }
  .games-grid{ grid-template-columns: 1fr; }
  .why-grid{ grid-template-columns: 1fr; }
    
  .why-title{ font-size: 42px; }
  .about-card{ flex-direction: column; }
  .about-text{ padding: 44px 22px; }
  .founder-card{ flex-direction: column; }
  .founder-text{ padding: 44px 22px; }
  .jm-grid{ grid-template-columns: repeat(3, 1fr); }
  .jm-card:nth-child(4), .jm-card:nth-child(5){ grid-column: span 1; }
  .jm-title{ font-size: 3rem; }
  .stats-section{ grid-template-columns: 1fr 1fr; }
  .cta{ flex-direction: column; align-items: flex-start; }
  .cta-mascot-wrap{ align-self: center; margin-top: 10px; }
  .footer{ flex-direction: column; }
  .footer-cols{ grid-template-columns: 1fr; }
  header{ position: static; }
  .menu{ display: none; }
  .sunny-grid{ grid-template-columns: 1fr; }
  .badge-row{ flex-wrap: wrap; justify-content: center; }
  .icon-badge{ min-width: 200px; }
  .follow-block{ display: flex; flex-direction: column; align-items: center; }
  .mascot-left, .mascot-right{ display: none; }

  /* Contact responsive */
  .contact-inner{ grid-template-columns: 1fr; gap: 36px; }
  .contact-left h2{ font-size: 42px; }
}

@media (max-width: 520px){
  .hero h1{ font-size: 44px; }
  .phone-scene{ padding: 8px; }
  .cta-copy h2{ font-size: 30px; }
  .stats-section{ grid-template-columns: 1fr; }
  .contact-card{ padding: 26px 20px; }
  .jm-grid{ grid-template-columns: 1fr 1fr; }
  .jm-card:nth-child(5){ grid-column: span 2; }
  .jm-title{ font-size: 2.4rem; }
}

@media(max-width:768px){
  .mascot-left{ display: none; }
}@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Fredoka:wght@300;400;500;600;700&display=swap');

:root{
  --bg: #FFFDF8;
  --primary: #F8C537;
  --secondary: #A5D66F;
  --ink: #111;
  --muted: #5a5a5a;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(17,17,17,.08);
  --shadow-soft: 0 10px 25px rgba(0,0,0,.06);
  --radius-xl: 40px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 16px;
}

*{ box-sizing: border-box; margin: 0; padding: 0; }

html{ scroll-behavior: smooth; }
#games,
#why,
#contact-form{
  scroll-margin-top: 40px;
}

#stats-section{
  scroll-margin-top: 200px;
}
body{
  font-family: 'Fredoka', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(248,197,55,.22), transparent 55%),
              radial-gradient(900px 500px at 100% 20%, rgba(165,214,111,.18), transparent 55%),
              linear-gradient(135deg, #fffdf8, #fff7d6, #fff4c7);
  color: var(--ink);
  overflow-x: hidden;
}

img{ max-width: 100%; height: auto; }

.container{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--primary);
  color: #111;
  padding: 12px 16px;
  border-radius: 999px;
  z-index: 1000;
  font-weight: 800;
}
.skip-link:focus{ left: 16px; }

.logo{
  font-family: 'Baloo 2', cursive;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .2px;
}
.logo span{ color: var(--primary); }

h1,h2,h3{ font-family: 'Baloo 2', cursive; }

a{ color: inherit; }

header{
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(255,253,248,.85), rgba(255,253,248,.55));
  border-bottom: 1px solid rgba(17,17,17,.06);
}

.navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.menu{
  display: flex;
  gap: 28px;
  align-items: center;
}

.menu a{
  text-decoration: none;
  font-weight: 700;
  color: rgba(0,0,0,.72);
  padding: 10px 12px;
  border-radius: 999px;
  transition: transform .15s ease, background .15s ease;
}
.menu a:hover{
  background: rgba(248,197,55,.18);
  transform: translateY(-1px);
}

.btn{
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover{
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
}

.btn:active{ transform: translateY(-1px) scale(.99); }

.btn.yellow{
  background: var(--primary);
  color: #111;
  border-color: rgba(0,0,0,.05);
}

.btn.white{
  background: rgba(255,255,255,.9);
  border-color: rgba(17,17,17,.12);
  color: #111;
}

/* HERO */
.hero{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding: 68px 0 36px;
  position: relative;
}

.hero-content{ position: relative; }

.badge{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(248,197,55,.65);
  background: rgba(255,255,255,.6);
  font-weight: 900;
  letter-spacing: .3px;
  box-shadow: 0 10px 20px rgba(248,197,55,.12);
  margin-bottom: 18px;
  font-size: 14px;
}

.badge-dots{ color: rgba(0,0,0,.35); font-weight: 900; }

.hero h1{
  font-size: 76px;
  line-height: 1.02;
  margin-bottom: 18px;
}

.hero h1 .joy{ color: var(--primary); }

.hero p{
  font-size: 20px;
  line-height: 1.75;
  color: rgba(0,0,0,.58);
  margin-bottom: 26px;
  max-width: 520px;
}

.hero-buttons{ display: flex; gap: 14px; flex-wrap: wrap; }

.hero-doodles{
  margin-top: 22px;
  position: relative;
  height: 40px;
  display: flex;
  gap: 18px;
  align-items: center;
  opacity: .98;
}

.sparkle{ color: rgba(0,0,0,.75); filter: drop-shadow(0 8px 12px rgba(0,0,0,.08)); }
.star{ color: rgba(248,197,55,.9); }
.gamepad{ font-size: 26px; }

.hero-image{ flex: 1; display: flex; justify-content: flex-end; }

.phone-scene{
  width: min(520px, 100%);
  position: relative;
  transform-style: preserve-3d;
  transition: transform .2s ease;
  padding: 20px;
}

.phone{
  width: 100%;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.15));
}

.phone-screen{
  position: absolute;
  left: 12%;
  top: 18.5%;
  width: 76%;
  height: 67%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.55);
}

.screen-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.floating{
  position: absolute;
  z-index: 3;
  pointer-events: none;
  animation: bob 3.4s ease-in-out infinite;
}

@keyframes bob{
  0%,100%{ transform: translateY(0) rotate(-2deg); }
  50%{ transform: translateY(-12px) rotate(2deg); }
}

/* ==========================
   TEAM CARDS
========================== */

.jm-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(260px,1fr));
  gap:24px;
  align-items:stretch;
}

.jm-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  border:1.5px solid rgba(0,0,0,.05);
  box-shadow:0 10px 30px rgba(0,0,0,.07);
  transition:all .35s ease;

  display:flex;
  flex-direction:column;
  height:100%;
  min-height:500px;

  position:relative;
}

.jm-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.jm-card-featured{
  transform:none;
}

.jm-card-featured:hover{
  transform:translateY(-10px);
}

/* ==========================
   IMAGE AREA
========================== */

.jm-avatar-wrap{
  height:250px;
  background:#FFF3C4;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  position:relative;
  flex-shrink:0;
}

.jm-card:nth-child(1) .jm-avatar-wrap{
  background:#F5F5F5;
}

.jm-card:nth-child(2) .jm-avatar-wrap,
.jm-card:nth-child(3) .jm-avatar-wrap,
.jm-card:nth-child(4) .jm-avatar-wrap{
  background:#FFF3C4;
}

.jm-card-featured .jm-avatar-wrap{
  height:250px;
}

.jm-avatar{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}

/* ==========================
   CONTENT AREA
========================== */

.jm-card-body{
  padding:22px;
  text-align:center;

  display:flex;
  flex-direction:column;
  flex:1;
}

.jm-name{
  font-size:22px;
  font-family:'Baloo 2', cursive;
  font-weight:800;
  color:#111;
  margin-bottom:6px;
  line-height:1.2;
}

.jm-role{
  display:block;
  font-size:13px;
  font-weight:700;
  letter-spacing:.4px;
  margin-bottom:14px;
}

.jm-desc{
  font-size:14px;
  color:rgba(0,0,0,.6);
  line-height:1.7;
  flex-grow:1;
  margin-bottom:18px;
}

/* ==========================
   SOCIAL BUTTONS
========================== */

.jm-socials{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-top:auto;
}

.jm-social-btn{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:all .25s ease;
  background:#f5f5f5;
  color:#333;
}

.jm-social-btn:hover{
  transform:translateY(-3px) scale(1.08);
}

.jm-linkedin{
  background:#E8F0FE;
  color:#0A66C2;
}

.jm-instagram{
  background:#FEE8F0;
  color:#E1306C;
}

.jm-github{
  background:#F0F0F0;
  color:#111;
}

.jm-docs{
  background:#E8F4FD;
  color:#1A73E8;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width:1200px){

  .jm-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .jm-card{
    min-height:480px;
  }
}

@media (max-width:768px){

  .jm-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .jm-card{
    min-height:auto;
  }

  .jm-avatar-wrap{
    height:220px;
  }

  .jm-name{
    font-size:20px;
  }
}/* ==========================
   FLOATING OBJECTS
========================== */

.jm-float{
  position:absolute;
  z-index:1;
  pointer-events:none;
  user-select:none;
  opacity:.9;
}

/* Basketball */
.jm-ball{
  font-size:42px;
  left:4%;
  top:25%;
  animation:floatBall 8s ease-in-out infinite;
}

/* Controller */
.jm-controller{
  font-size:44px;
  right:5%;
  top:28%;
  animation:floatController 7s ease-in-out infinite;
}

/* Rocket */
.jm-rocket{
  font-size:38px;
  left:8%;
  bottom:12%;
  animation:rocketFly 10s linear infinite;
}

/* Star */
.jm-star2{
  font-size:28px;
  right:12%;
  bottom:18%;
  animation:twinkleStar 3s ease-in-out infinite;
}

/* Puzzle */
.jm-cube{
  font-size:34px;
  left:22%;
  top:12%;
  animation:floatUpDown 6s ease-in-out infinite;
}

/* Trophy */
.jm-trophy{
  font-size:34px;
  right:24%;
  top:15%;
  animation:floatUpDown 5s ease-in-out infinite reverse;
}

/* Joystick */
.jm-joystick{
  font-size:32px;
  left:15%;
  bottom:28%;
  animation:swingFloat 7s ease-in-out infinite;
}

/* Gem */
.jm-gem{
  font-size:30px;
  right:18%;
  bottom:35%;
  animation:spinGem 8s linear infinite;
}

/* ==========================
   ANIMATIONS
========================== */

@keyframes floatBall{
  0%,100%{
    transform:translateY(0) rotate(0deg);
  }
  50%{
    transform:translateY(-30px) rotate(180deg);
  }
}

@keyframes floatController{
  0%,100%{
    transform:translateY(0) rotate(-8deg);
  }
  50%{
    transform:translateY(-20px) rotate(8deg);
  }
}

@keyframes rocketFly{
  0%{
    transform:translateX(-30px) translateY(20px) rotate(-15deg);
  }
  50%{
    transform:translateX(50px) translateY(-30px) rotate(10deg);
  }
  100%{
    transform:translateX(-30px) translateY(20px) rotate(-15deg);
  }
}

@keyframes twinkleStar{
  0%,100%{
    transform:scale(1);
    opacity:.6;
  }
  50%{
    transform:scale(1.5);
    opacity:1;
  }
}

@keyframes floatUpDown{
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-25px);
  }
}

@keyframes swingFloat{
  0%,100%{
    transform:translateY(0) rotate(-8deg);
  }
  50%{
    transform:translateY(-20px) rotate(8deg);
  }
}

@keyframes spinGem{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(360deg);
  }
}

/* ==========================
   CARD ANIMATIONS
========================== */

.jm-card{
  animation:cardPop .8s ease backwards;
}

.jm-card:nth-child(1){animation-delay:.1s;}
.jm-card:nth-child(2){animation-delay:.2s;}
.jm-card:nth-child(3){animation-delay:.3s;}
.jm-card:nth-child(4){animation-delay:.4s;}

@keyframes cardPop{
  from{
    opacity:0;
    transform:translateY(60px) scale(.9);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

/* Glow behind section */

.joy-makers-section::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:radial-gradient(circle,
      rgba(248,197,55,.18),
      transparent 70%);
  top:-120px;
  left:-120px;
  border-radius:50%;
  pointer-events:none;
}

.joy-makers-section::after{
  content:"";
  position:absolute;
  width:450px;
  height:450px;
  background:radial-gradient(circle,
      rgba(139,92,246,.12),
      transparent 70%);
  bottom:-100px;
  right:-100px;
  border-radius:50%;
  pointer-events:none;
}

.q-purple{ color: #7c3aed; font-weight: 800; }
.q-orange{ color: #f7931e; font-weight: 800; }

.floating.cockroach{ left: -2%; top: 42%; font-size: 44px; }

.floating .bubble{
  position: absolute;
  left: 40px;
  top: -14px;
  background: rgba(165,214,111,.95);
  border-radius: 18px;
  padding: 10px 12px;
  color: #0d2a0d;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
  max-width: 220px;
}

.floating.slippers{ right: 8%; top: 40%; font-size: 34px; animation-delay: .35s; }
.floating.starburst{ right: -1%; top: 22%; font-size: 30px; animation-delay: .2s; }

.doodle{
  position: absolute;
  z-index: 3;
  font-size: 26px;
  color: rgba(0,0,0,.7);
  animation: drift 4.2s ease-in-out infinite;
}

@keyframes drift{
  0%,100%{ transform: translateY(0) rotate(0deg); }
  50%{ transform: translateY(-10px) rotate(10deg); }
}

.doodle1{ left: 12%; top: 8%; animation-delay: .2s; }
.doodle2{ right: 18%; top: 54%; font-size: 24px; animation-delay: .45s; }
.doodle3{ right: 5%; top: 65%; font-size: 30px; animation-delay: .1s; color: rgba(248,197,55,.9); }

/* Sections */
.section-head{ text-align: center; margin-bottom: 10px; position: relative; }
.center{ text-align: center; }

.section-head h2{ 
  font-size: 56px; 
  margin-bottom: 8px;
  background: linear-gradient(135deg, #F8C537 0%, #A5D66F 50%, #FF6B35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  letter-spacing: 2px;
  animation: bounce 2s ease-in-out infinite;
  position: relative;
  display: inline-block;
}

.section-head h2::before {
  content: '🎮';
  position: absolute;
  left: -60px;
  top: -10px;
  font-size: 40px;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0s;
}

.section-head h2::after {
  content: '⭐';
  position: absolute;
  right: -60px;
  top: -15px;
  font-size: 35px;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0.5s;
}

.section-sub{ 
  font-size: 18px; 
  color: #5a5a5a;
  font-weight: 600;
  position: relative;
}

.section-sub::before {
  content: '✨';
  margin-right: 8px;
  animation: spin 2s linear infinite;
}

.section-sub::after {
  content: '✨';
  margin-left: 8px;
  animation: spin 2s linear infinite;
  animation-delay: 1s;
}

.section-sub{ font-size: 18px; color: rgba(0,0,0,.55); }

/* Reveal */
[data-reveal]{ opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.is-visible{ opacity: 1 !important; transform: translateY(0) !important; }



/* ABOUT */
.about{ padding: 60px 0 20px; }

/* FOUNDER */
.founder-card{
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,253,248,.86));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.founder-text{ flex: 1; padding: 58px 46px; }
.founder-text .label{
  display: inline-flex;
  font-weight: 900;
  background: rgba(248,197,55,.22);
  border: 1px solid rgba(248,197,55,.4);
  padding: 10px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.founder-text h2{ font-size: 56px; line-height: 1.05; margin-bottom: 14px; }
.founder-text h2 span{ color: var(--primary); }
.founder-roles{ font-weight: 1000; color: rgba(0,0,0,.75); margin-bottom: 16px; font-size: 18px; }
.founder-text p{ color: rgba(0,0,0,.58); font-size: 18px; line-height: 1.8; margin-bottom: 14px; }

.founder-art{
  flex: 1.2;
  position: relative;
  background: radial-gradient(circle at 30% 20%, rgba(248,197,55,.35), transparent 55%),
              radial-gradient(circle at 80% 70%, rgba(165,214,111,.32), transparent 55%),
              rgba(255,255,255,.7);
}

.founder-blob{
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 46% 54% 50% 50% / 46% 40% 60% 54%;
  left: -80px; top: 30px;
  background: radial-gradient(circle at 30% 30%, rgba(248,197,55,.38), transparent 55%),
              radial-gradient(circle at 60% 70%, rgba(165,214,111,.35), transparent 55%),
              rgba(255,255,255,.35);
  filter: blur(.2px);
}

.founder-sticker{
  position: absolute;
  z-index: 3;
  font-size: 56px;
  padding: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 18px 35px rgba(0,0,0,.08);
  animation: bob 3.2s ease-in-out infinite;
}
.founder-sticker.s1{ left: 16%; top: 14%; animation-delay: .1s; }
.founder-sticker.s2{ right: 12%; bottom: 20%; animation-delay: .35s; }
.founder-sticker.bubble{
  left: 50%; transform: translateX(-50%); bottom: 18%;
  font-size: 16px; font-weight: 900; border-radius: 22px; padding: 12px 14px;
  color: rgba(0,0,0,.7); background: rgba(165,214,111,.92); border-color: rgba(165,214,111,.55);
  width: max-content; animation-delay: .2s;
}

.about-card{
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,253,248,.86));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.about-text{ flex: 1; padding: 58px 46px; }
.about-text .label{
  display: inline-flex; font-weight: 900;
  background: rgba(248,197,55,.22); border: 1px solid rgba(248,197,55,.4);
  padding: 10px 14px; border-radius: 999px; margin-bottom: 18px;
}
.about-text h2{ font-size: 56px; line-height: 1.05; margin-bottom: 14px; }
.about-text h2 span{ color: var(--primary); }
.about-text p{ color: rgba(0,0,0,.66); font-size: 18px; line-height: 1.8; margin-bottom: 18px; }

.about-art{ flex: 1.2; position: relative; background: radial-gradient(circle at 30% 20%, rgba(248,197,55,.35), transparent 55%), rgba(255,255,255,.7); }
.about-img{ width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }

.dev-sticker{
  position: absolute; z-index: 3; font-size: 44px; padding: 14px;
  border-radius: 999px; background: rgba(255,255,255,.72);
  border: 1px solid rgba(17,17,17,.08); box-shadow: 0 18px 35px rgba(0,0,0,.08);
  animation: bob 3.2s ease-in-out infinite;
}
.dev-sticker.s1{ left: 16%; top: 18%; animation-delay: .1s; }
.dev-sticker.s2{ right: 10%; bottom: 18%; animation-delay: .35s; }
.dev-sticker.bubble{
  left: 50%; transform: translateX(-50%); bottom: 18%; font-size: 16px; font-weight: 900;
  border-radius: 22px; padding: 12px 14px; color: rgba(0,0,0,.7);
  background: rgba(165,214,111,.92); border-color: rgba(165,214,111,.55);
  width: max-content; animation-delay: .2s;
}

/* STATS */
.stats-section{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
  margin: 80px 0;
  padding: 0 5%;
}

.stat-card{
  position: relative; overflow: hidden;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  padding: 30px 20px; border-radius: 28px; text-align: center;
  border: 2px solid rgba(255,255,255,0.5);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all .4s ease;
  cursor: pointer;
  animation: none !important;
}

.stat-card::before{
  content: ""; position: absolute; width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(255,193,7,.5), transparent 70%);
  top: -80px; right: -80px; pointer-events: none;
}

.stat-card:hover{ transform: scale(1.02); box-shadow: 0 20px 50px rgba(255,193,7,.2); }

.stat-card.popped{
  transform: scale(1.15) !important;
  box-shadow: 0 30px 70px rgba(255,193,7,.35) !important;
  background: rgba(255,255,255,0.95);
}

.stat-emoji{ font-size: 3rem; margin-bottom: 15px; animation: bounce 2s infinite; }
.stat-num{ font-size: 2.2rem; font-weight: 800; color: #222; }
.stat-plus{ display: block; margin-top: 8px; font-size: 1rem; font-weight: 500; color: #666; }

@keyframes bounce{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }

/* CTA */
.cta{
  margin: 70px auto 40px;
  background: linear-gradient(160deg, #F6E9C8, #F2E0B3);
  border: 1px solid rgba(217,152,0,.28);
  border-radius: var(--radius-xl);
  padding: 50px 56px;
  box-shadow: 0 18px 45px rgba(217,152,0,.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-copy{ max-width: 560px; }
.cta-kicker{
  font-weight: 1000; letter-spacing: .6px; font-size: 13px;
  background: rgba(255,255,255,.55); border: 1px solid rgba(217,152,0,.35);
  color: #7A5800;
  padding: 10px 14px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
}
.cta-copy h2{ font-size: 42px; line-height: 1.18; margin-bottom: 22px; font-family: 'Baloo 2', cursive; color: #1A1206; }
.cta-orange{ color: #F0670B; font-style: italic; }
.cta-purple{ color: #7C3AED; }
.stores-cta .store-btn img{ height: 52px; }

.cta-features{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.cta-feature{
  background: rgba(255,255,255,.65); border: 1px solid rgba(0,0,0,.07);
  padding: 10px 16px; border-radius: 999px; font-weight: 800; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px; color: #2a2210;
}

.cta-mascot-wrap{ display: flex; flex-direction: column; align-items: center; gap: 28px; flex-shrink: 0; }

.cta-mascot{
  position: relative; width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(255,193,7,.22), transparent 60%);
  border: 1.5px dashed rgba(180,130,30,.4);
  display: flex; align-items: center; justify-content: center;
}
.mascot{ font-size: 92px; animation: bob 3s ease-in-out infinite; filter: drop-shadow(0 14px 18px rgba(0,0,0,.18)); }

.float-badge{
  position: absolute; width: 54px; height: 54px; border-radius: 18px;
  background: #fff; box-shadow: 0 14px 26px rgba(0,0,0,.12);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
  animation: bob 3.4s ease-in-out infinite;
}
.fb-trophy{ top: -8px; left: -14px; }
.fb-heart{ top: -8px; right: -28px; background: #FDEAF0; animation-delay: .3s; }
.fb-star{ bottom: 4px; right: -36px; background: #FFF6D6; animation-delay: .6s; }

.cta-go{
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(180deg, #5BD55B, #38AE3A);
  color: #fff; font-weight: 900; font-size: 18px; text-decoration: none;
  padding: 16px 38px; border-radius: 999px;
  border-bottom: 4px solid #2A8A2C;
  box-shadow: 0 16px 30px rgba(56,174,58,.35);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cta-go:hover{ transform: translateY(-2px); box-shadow: 0 20px 36px rgba(56,174,58,.4); }
.cta-go:active{ transform: translateY(0); }




/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-section{
  padding: 80px 0 90px;
}

.contact-inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.contact-left h2{
  font-size: 56px;
  line-height: 1.02;
  margin-bottom: 16px;
  margin-top: 16px;
}
.contact-left h2 .joy{ color: var(--primary); }

.contact-left p{
  color: rgba(0,0,0,.55);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 30px;
  max-width: 420px;
}

.contact-info-row{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-info-item{
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(17,17,17,.07);
  border-radius: 20px;
  padding: 14px 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
  font-weight: 700;
  font-size: 15px;
  color: rgba(0,0,0,.78);
  transition: transform .18s ease;
}
.contact-info-item:hover{ transform: translateX(4px); }

.ci-icon{
  width: 40px; height: 40px;
  border-radius: 999px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}

.contact-card{
  background: rgba(255,255,255,.92);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(17,17,17,.07);
  box-shadow: var(--shadow);
  padding: 38px 34px;
}

.contact-card h3{
  font-size: 30px;
  text-align: center;
  margin-bottom: 6px;
  color: #111;
}

.contact-card-sub{
  text-align: center;
  color: rgba(0,0,0,.45);
  font-size: 15px;
  margin-bottom: 28px;
  font-family: 'Fredoka', sans-serif;
}

.cf-label{
  display: block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(0,0,0,.5);
  margin-bottom: 7px;
}

.cf-input{
  width: 100%;
  box-sizing: border-box;
  background: #FFFDF8;
  border: 1.5px solid rgba(17,17,17,.12);
  border-radius: 14px;
  padding: 13px 16px;
  font-family: 'Fredoka', sans-serif;
  font-size: 15px;
  color: #111;
  margin-bottom: 16px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
  appearance: none;
  -webkit-appearance: none;
}

.cf-input:focus{
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(248,197,55,.2);
}

.cf-input::placeholder{ color: rgba(0,0,0,.32); }

.cf-select{
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.cf-textarea{
  resize: vertical;
  min-height: 120px;
}

.cf-error{
  background: rgba(232,74,74,.1);
  border: 1px solid rgba(232,74,74,.3);
  border-radius: 12px;
  padding: 11px 16px;
  color: #c0392b;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
}

.cf-submit{
  width: 100%;
  justify-content: center;
  font-size: 18px;
  padding: 16px 22px;
  box-shadow: 0 14px 28px rgba(248,197,55,.3);
}

/* Success state */
.contact-success{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px 20px;
  gap: 10px;
}

.success-icon{ font-size: 56px; animation: bob 2s ease-in-out infinite; }

.contact-success h4{
  font-family: 'Baloo 2', cursive;
  font-size: 26px;
  color: #111;
}

.contact-success p{
  color: rgba(0,0,0,.55);
  font-size: 16px;
  line-height: 1.6;
}

/* ============================================
   FOOTER
   ============================================ */
:root{
  --cream: #FFF8E7;
  --cream-2: #FFF1CF;
  --ink: #1B1607;
  --ink-soft: #5A4F33;
  --yellow: #FFC929;
  --yellow-deep: #D99800;
  --line: rgba(217,152,0,0.30);
}

.sunny-footer{
  position: relative;
  background: radial-gradient(ellipse at 12% 10%, rgba(255,201,41,0.25), transparent 55%),
              radial-gradient(ellipse at 88% 90%, rgba(255,201,41,0.18), transparent 55%),
              linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 100%);
  color: var(--ink);
  overflow: hidden;
  padding: 34px 0 44px;
}

.sunny-wrap{ position: relative; }

.sunny-grid{
  display: grid;
  grid-template-columns: 1.05fr 1.45fr 0.8fr;
  align-items: start;
  gap: 22px;
  position: relative;
  z-index: 2;
}

.brand-block{ padding-top: 10px; }

.brand-logo{
  font-family: 'Baloo 2', cursive;
  font-weight: 900; font-size: 54px; line-height: 0.95;
  letter-spacing: 0.2px; text-shadow: 0 10px 30px rgba(217,152,0,0.25);
}
.brand-tri{ color: #fff; -webkit-text-stroke: 1px rgba(0,0,0,0.03); }
.brand-joys{ color: var(--yellow-deep); }

.brand-tag{
  margin-top: 10px; font-weight: 800; color: rgba(0,0,0,0.95);
  background: rgba(255,255,255,0.55); border: 1px solid rgba(0,0,0,0.08);
  padding: 10px 14px; border-radius: 18px; backdrop-filter: blur(8px);
  font-size: 13px; max-width: 420px;
}

.badge-row{
  display: flex; justify-content: space-between; gap: 14px; padding-top: 18px;
}

.icon-badge{
  flex: 1; min-width: 170px;
  background: rgba(255,255,255,0.55); border: 1px solid rgba(217,152,0,0.25);
  border-radius: 26px; padding: 16px 14px 14px;
  box-shadow: 0 22px 60px rgba(217,152,0,0.12); text-align: center;
  position: relative; overflow: hidden;
}

.icon-badge::before{
  content: ""; position: absolute; inset: -40px -60px auto -60px; height: 120px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.85), transparent 55%);
  transform: rotate(-8deg); opacity: 0.65;
}

/* Footer link styles (underline + pop-out on hover) */
.icon-head a,
.icon-sub a{
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Make whole footer card feel clickable when it contains a link */
.icon-badge:has(a:hover){
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 30px 70px rgba(217,152,0,0.18);
}


.icon-circle{
  width: 58px; height: 58px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px; font-size: 26px;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,0.12));
  background: rgba(255,255,255,0.65);
}

.b-orange{ background: linear-gradient(180deg,#FFB347,#FF8A00); }
.b-blue{ background: linear-gradient(180deg,#5AB6FF,#1B86FF); }
.b-yellow{ background: linear-gradient(180deg,#FFE066,#FFC107); }
.b-green{ background: linear-gradient(180deg,#8BE07A,#2DBE4B); }

.icon-head{
  font-family: 'Baloo 2', cursive; font-weight: 900; font-size: 20px;
  margin-bottom: 4px; color: rgba(27,22,7,0.95); text-shadow: 0 10px 24px rgba(255,255,255,0.25);
}

.icon-sub{ font-weight: 800; color: rgba(27,22,7,0.85); font-size: 12.5px; }

a.icon-badge-clickable{
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
a.icon-badge-clickable:hover{
  transform: translateY(-4px);
  box-shadow: 0 28px 50px rgba(217,152,0,0.22);
}

.follow-block{ padding-top: 18px; }

.follow-title{
  font-family: 'Baloo 2', cursive; font-weight: 900; font-size: 22px;
  color: rgba(0,0,0,0.92); text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,0.65);
}

.spark{ color: var(--yellow-deep); margin: 0 6px; }

.social-row{
  margin-top: 14px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;
}

.social-btn{
  width: 46px; height: 46px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12); transition: transform .18s ease;
  border: 1px solid rgba(255,255,255,0.35); overflow: hidden;
  background: rgba(255,255,255,0.9);
}
.social-btn:hover{ transform: translateY(-4px) scale(1.03); }
.social-btn img{ width: 100%; height: 100%; object-fit: cover; display: block; }

.s-instagram{ background: linear-gradient(180deg,#FFCF5C,#F56040); }
.s-discord{ background: linear-gradient(180deg,#6F7CFF,#4C5CFF); }
.s-x{ background: linear-gradient(180deg,#111,#2B2B2B); }
.s-x img{ transform: scale(1.8); }
.s-youtube{ background: linear-gradient(180deg,#FF4E47,#D11E1E); }

.mascot-left, .mascot-right{ position: absolute; bottom: 0; z-index: 3; pointer-events: none; }
.mascot-left{ left: -8px; }
.mascot-right{ right: -8px; }

.mascot-left{ position: absolute; left: 20px; bottom: 15px; z-index: 10; pointer-events: none; }

.star-mascot{
  width: 110px; height: 110px; position: relative;
  background: radial-gradient(circle at 30% 20%, #FFF7C8, #FFC929 55%, #D99800 100%);
  clip-path: polygon(50% 0%, 62% 38%, 100% 38%, 69% 59%, 81% 100%, 50% 75%, 19% 100%, 31% 59%, 0% 38%, 38% 38%);
  box-shadow: 0 12px 25px rgba(217,152,0,.25), 0 0 25px rgba(255,201,41,.35);
  animation: starFloat 4s ease-in-out infinite;
}

.star-mascot::after{
  content: ""; position: absolute; inset: 10px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.85), transparent 60%); opacity: .9;
}

.star-face{ position: absolute; inset: 0; }
.star-eye{ position: absolute; width: 10px; height: 10px; background: #222; border-radius: 50%; }
.star-mouth{
  position: absolute; left: 42px; top: 62px; width: 24px; height: 10px;
  border: 3px solid rgba(0,0,0,.7); border-top: 0; border-left: 0; border-right: 0;
  border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;
}

@keyframes starFloat{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-12px); } }

.controller-mascot{
  width: 110px; height: 72px; border-radius: 40px;
  background: linear-gradient(180deg,#FFFFFF,#FFF4B8);
  box-shadow: 0 28px 60px rgba(0,0,0,0.14); border: 3px solid rgba(217,152,0,0.55); position: relative;
}
.controller-mascot::before{
  content: ""; position: absolute; inset: 10px; border-radius: 34px;
  background: radial-gradient(circle at 25% 20%, rgba(255,255,255,0.9), rgba(255,255,255,0.2) 55%, transparent 70%);
}
.controller-screen{
  position: absolute; left: 16px; right: 16px; top: 18px; height: 36px;
  border-radius: 22px; background: linear-gradient(180deg,#FFF,#FFE9A8);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.06);
}
.ctrl-eye{ position: absolute; width: 8px; height: 8px; background: rgba(0,0,0,0.6); border-radius: 50%; }
.ctrl-mouth{
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 7px;
  width: 26px; height: 10px; border: 3px solid rgba(0,0,0,0.55); border-top: 0;
  border-left: 0; border-right: 0; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px;
}
.paper-plane{ position: absolute; right: 38px; bottom: 36px; font-size: 18px; color: #fff; text-shadow: 0 14px 28px rgba(0,0,0,0.2); }
.near-spark{ position: absolute; right: 20px; bottom: 56px; color: #fff; font-size: 16px; text-shadow: 0 16px 30px rgba(0,0,0,0.18); }
.sB{ right: 54px; bottom: 46px; opacity: .95; }

.wavy-line{ width: 100%; position: absolute; left: 0; right: 0; bottom: -4px; height: 38px; z-index: 1; }
/* ============================================
   SOCIAL FOLLOW BANNER
   ============================================ */
.social-banner{
  position: relative;
  background: linear-gradient(180deg, #FFF3CF 0%, #FCE6A8 100%);
  padding: 70px 20px 80px;
  display: flex;
  justify-content: center;
}

.social-banner-box{
  position: relative;
  background: linear-gradient(160deg, #ffffff 0%, #FFFDF5 100%);
  border-radius: 32px;
  padding: 42px 56px 46px;
  text-align: center;
  max-width: 620px;
  width: 100%;
  box-shadow: 0 25px 60px rgba(217,152,0,.22), 0 0 0 1px rgba(255,255,255,.6) inset;
}

.social-banner-kicker{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(248,197,55,.18);
  border: 1px solid rgba(248,197,55,.5);
  color: #8a6300;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .6px;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.social-banner-title{
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  font-size: 30px;
  color: #1B1607;
  margin-bottom: 8px;
  line-height: 1.2;
}
.social-banner-title .joy{ color: var(--primary); }

.social-banner-sub{
  color: rgba(0,0,0,.5);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 28px;
}

.social-banner-icons{
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-banner-icons .social-btn{
  width: 60px;
  height: 60px;
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.social-banner-icons .social-btn:hover{
  transform: translateY(-5px) scale(1.06);
  box-shadow: 0 18px 34px rgba(0,0,0,.2);
}

@media (max-width: 600px){
  .social-banner-box{ padding: 34px 24px 36px; }
  .social-banner-title{ font-size: 24px; }
  .social-banner-icons{ gap: 12px; }
  .social-banner-icons .social-btn{ width: 52px; height: 52px; }
}
.footer-credit{
  margin-top: 46px; text-align: center; font-weight: 900;
  color: rgba(0,0,0,0.92); font-size: 13px; z-index: 2; position: relative;
}
/* ── Footer: Follow Us badge with inline social icons ── */
.footer-follow-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.footer-social-mini {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Slightly smaller social buttons inside the badge card */
.footer-social-mini .social-btn {
  width: 34px;
  height: 34px;
}

/* Since Follow Us now lives in badge-row, hide the old follow-block column */
.follow-block {
  display: none !important;
}

/* Make badge-row span nicely with 4 items across 2 columns grid */
/* Override: footer grid is now 2-col (brand + badges) since follow-block gone */
.sunny-grid {
  grid-template-columns: 1.05fr 2.5fr;
}

@media (max-width: 980px) {
  .sunny-grid {
    grid-template-columns: 1fr;
  }
  .badge-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.heart{ color: var(--yellow-deep); font-size: 14px; }

.sp{ position: absolute; color: #fff; text-shadow: 0 18px 35px rgba(0,0,0,0.18); z-index: 2; font-size: 14px; opacity: 0.9; }
.p1{ top: 18px; left: 30%; }
.p2{ top: 10px; left: 70%; font-size: 12px; opacity: .75; }
.p3{ top: 28px; left: 52%; font-size: 16px; }
.p4{ top: 44px; left: 18%; font-size: 12px; opacity: .7; }

/* MODAL */
.modal{ position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open{ display: block; }
.modal-backdrop{ position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.modal-panel{
  position: relative; width: min(780px, 92vw); margin: 7vh auto;
  background: rgba(255,255,255,.95); border-radius: 28px;
  border: 1px solid rgba(17,17,17,.12); box-shadow: 0 40px 90px rgba(0,0,0,.25); overflow: hidden;
}
.modal-head{
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 18px; border-bottom: 1px solid rgba(0,0,0,.07);
}
.modal-title{ font-weight: 1000; font-family: 'Baloo 2', cursive; font-size: 24px; }
.modal-sub{ color: rgba(0,0,0,.55); margin-top: 6px; font-weight: 800; }
.icon-btn{
  width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(0,0,0,.1);
  background: rgba(248,197,55,.9); cursor: pointer; font-weight: 1000;
}
.modal-body{ padding: 22px; }
.video-placeholder{
  height: 360px; border-radius: 22px;
  background: radial-gradient(circle at 30% 20%, rgba(248,197,55,.25), transparent 55%),
              radial-gradient(circle at 70% 80%, rgba(165,214,111,.25), transparent 55%), rgba(0,0,0,.05);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; font-weight: 1000; color: rgba(0,0,0,.6);
}
.modal-foot{ padding: 18px; display: flex; justify-content: flex-end; border-top: 1px solid rgba(0,0,0,.07); }

/* RESPONSIVE */
@media (max-width: 980px){
  .hero{ flex-direction: column; text-align: left; }
  .hero-image{ justify-content: center; }
  .hero h1{ font-size: 56px; }
  .games-grid{ grid-template-columns: 1fr; }
  .why-grid{ grid-template-columns: 1fr; }
  .why{ margin: 30px 10px; padding: 70px 0 80px; border-radius: 32px; }
  .why-title{ font-size: 42px; }
  .about-card{ flex-direction: column; }
  .about-text{ padding: 44px 22px; }
  .founder-card{ flex-direction: column; }
  .founder-text{ padding: 44px 22px; }
  .jm-grid{ grid-template-columns: repeat(3, 1fr); }
  .jm-card:nth-child(4), .jm-card:nth-child(5){ grid-column: span 1; }
  .jm-title{ font-size: 3rem; }
  .stats-section{ grid-template-columns: 1fr 1fr; }
  .cta{ flex-direction: column; align-items: flex-start; }
  .cta-mascot-wrap{ align-self: center; margin-top: 10px; }
  .footer{ flex-direction: column; }
  .footer-cols{ grid-template-columns: 1fr; }
  header{ position: static; }
  .menu{ display: none; }
  .sunny-grid{ grid-template-columns: 1fr; }
  .badge-row{ flex-wrap: wrap; justify-content: center; }
  .icon-badge{ min-width: 200px; }
  .follow-block{ display: flex; flex-direction: column; align-items: center; }
  .mascot-left, .mascot-right{ display: none; }

  /* Contact responsive */
  .contact-inner{ grid-template-columns: 1fr; gap: 36px; }
  .contact-left h2{ font-size: 42px; }
}

@media (max-width: 520px){
  .hero h1{ font-size: 44px; }
  .phone-scene{ padding: 8px; }
  .cta-copy h2{ font-size: 30px; }
  .stats-section{ grid-template-columns: 1fr; }
  .contact-card{ padding: 26px 20px; }
  .jm-grid{ grid-template-columns: 1fr 1fr; }
  .jm-card:nth-child(5){ grid-column: span 2; }
  .jm-title{ font-size: 2.4rem; }
}

@media(max-width:768px){
  .mascot-left{ display: none;}
}