:root {
  --sun: #f4c430;
  --sun-deep: #e8b21a;
  --tomato: #e44632;
  --cream: #fff8e8;
  --ink: #111111;
  --muted: #3a3428;
  --line: 3px solid var(--ink);
  --shadow: 5px 5px 0 var(--ink);
  --shadow-sm: 3px 3px 0 var(--ink);
  --radius: 22px;
  --font-display: "Baloo 2", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--sun);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.28) 0 90px, transparent 91px),
    radial-gradient(circle at 88% 8%, rgba(228,70,50,.18) 0 70px, transparent 71px),
    radial-gradient(circle at 92% 78%, rgba(255,255,255,.2) 0 110px, transparent 111px);
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }

.sparkle {
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--sun);
  transform: rotate(45deg);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-sm);
  pointer-events: none;
}
.sparkle.s1 { top: 18%; left: 6%; animation: twinkle 3.2s ease-in-out infinite; }
.sparkle.s2 { top: 28%; right: 8%; width: 12px; height: 12px; animation: twinkle 2.4s ease-in-out infinite .4s; }
.sparkle.s3 { bottom: 12%; left: 14%; width: 14px; height: 14px; animation: twinkle 2.8s ease-in-out infinite .8s; }

@keyframes twinkle {
  0%, 100% { transform: rotate(45deg) scale(1); }
  50% { transform: rotate(45deg) scale(1.18); }
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 40;
  padding: 0 16px;
}
.header-bar {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--tomato);
  border: var(--line);
  border-radius: 999px;
  padding: 8px 10px 8px 8px;
  box-shadow: var(--shadow);
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 2px 8px 2px 10px;
  box-shadow: none;
}
.brand img {
  height: 42px;
  width: auto;
}
.nav {
  display: flex;
  gap: 8px;
  margin-left: auto;
  align-items: center;
}
.nav a {
  text-decoration: none;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
}
.nav a:hover { background: rgba(0,0,0,.16); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  line-height: 1;
}
.btn:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }
.btn:active { transform: translate(2px, 2px); box-shadow: 0 0 0 var(--ink); }
.btn-ink { background: var(--ink); color: var(--cream); }
.btn-sun { background: var(--sun); }
.btn-ghost { background: transparent; color: #fff; box-shadow: none; border-color: #fff; }
.mute-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: var(--line);
  background: var(--cream);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  padding: 0;
  flex-shrink: 0;
}
.mute-btn svg {
  width: 22px;
  height: 22px;
  fill: var(--ink);
}
.mute-btn .mute-off { display: none; }
.mute-btn.is-muted svg:first-child { display: none; }
.mute-btn.is-muted .mute-off { display: block; }

.boot {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: var(--tomato);
  display: grid;
  place-items: end center;
  padding: 0 20px 48px;
}
.boot.is-off { display: none; }
.boot-hint {
  font-weight: 800;
  margin: 0 0 18px;
  text-align: center;
}
.boot-start {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(220px, 56vw);
  height: min(220px, 56vw);
  border-radius: 50%;
  border: 4px solid var(--ink);
  background: var(--sun);
  font-family: var(--font-display);
  font-size: clamp(36px, 8vw, 56px);
  box-shadow: 8px 8px 0 var(--ink);
  cursor: pointer;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border-radius: 999px;
  border: var(--line);
  background: var(--cream);
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.hero-stage {
  padding: 56px 0 8px;
  min-height: calc(100svh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider {
  position: relative;
  width: min(980px, calc(100% - 24px));
  margin: 0 auto;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(28px);
  transition: opacity .45s ease, transform .45s ease;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}
.slide.is-on {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  position: relative;
}
.bubble {
  position: relative;
  z-index: 2;
  margin: 0 0 -18px -28%;
  background: #fff;
  border: var(--line);
  border-radius: 18px;
  padding: 8px 14px;
  font-family: var(--font-display);
  font-size: 22px;
  box-shadow: var(--shadow-sm);
  transform: rotate(-7deg);
}
.bubble small {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.stage-frame {
  width: min(400px, 68vw);
  aspect-ratio: 1.08;
  border: 4px solid var(--ink);
  border-radius: 50% 50% 46% 54% / 40% 42% 58% 60%;
  overflow: hidden;
  background: #7ec8e3;
  box-shadow: 6px 6px 0 var(--ink);
}
.stage-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.free-banner {
  margin-top: 14px;
  background: var(--tomato);
  color: #fff;
  border: var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
  transform: rotate(-1deg);
}
.slide h1 {
  margin-top: 10px;
  font-size: clamp(28px, 4.2vw, 46px);
  max-width: 16ch;
}
.slide-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: min(640px, 92%);
  margin: 12px auto 0;
  font-weight: 700;
  color: var(--muted);
  text-align: left;
}
.price-duel {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin: 14px 0 12px;
  flex-wrap: wrap;
}
.price-duel .old {
  font-size: 22px;
  font-weight: 800;
  color: #6b6458;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}
.price-duel .now {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 52px);
  color: var(--tomato);
}
.price-duel .now.free { color: #14833b; }

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0 18px;
}
.nav-arrow {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: var(--line);
  background: var(--cream);
  box-shadow: var(--shadow-sm);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}
.slider-track {
  width: min(180px, 30vw);
  height: 8px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}
.slider-track i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--ink);
}
.slider-dots {
  display: flex;
  gap: 6px;
}
.slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--ink);
  background: #fff;
  cursor: pointer;
}
.slider-dots button.is-on { background: var(--ink); }

.price-stack { display: grid; gap: 2px; }
.price-stack .old {
  font-size: 13px;
  font-weight: 800;
  color: #6b6458;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

@media (max-width: 900px) {
  .mute-btn { margin-left: auto; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: 8px; }
  .slide-copy { grid-template-columns: 1fr; text-align: center; }
  .slider { min-height: 560px; }
  .bubble { margin-left: 0; }
}

.hero {
  padding: 42px 0 18px;
  text-align: center;
}
.hero-logo {
  width: min(640px, 92%);
  margin: 8px auto 18px;
  filter: drop-shadow(6px 8px 0 rgba(17,17,17,.18));
}
.kicker {
  display: inline-block;
  background: var(--cream);
  border: var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
  margin-bottom: 14px;
}
h1, h2, .display {
  font-family: var(--font-display);
  letter-spacing: .01em;
  line-height: .95;
  margin: 0;
}
h1 {
  font-size: clamp(42px, 7vw, 84px);
  max-width: 14ch;
  margin: 0 auto 16px;
}
.lead {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  max-width: 46ch;
  margin: 0 auto 22px;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.price-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.chip {
  background: var(--cream);
  border: var(--line);
  border-radius: 16px;
  padding: 8px 12px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
  transform: rotate(-1.5deg);
}
.chip:nth-child(2) { transform: rotate(1.4deg); background: #fff; }
.chip:nth-child(3) { transform: rotate(-.6deg); }
.chip b { color: var(--tomato); }

.section { padding: 28px 0 10px; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.section-head h2 { font-size: clamp(34px, 5vw, 58px); }
.section-head p { margin: 8px 0 0; font-weight: 700; max-width: 46ch; }

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tab {
  border: var(--line);
  background: var(--cream);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.tab.is-on { background: var(--ink); color: var(--cream); }

.catalog-intro {
  font-weight: 800;
  margin: 0 0 16px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card {
  background: var(--cream);
  border: var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  text-align: left;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  margin-bottom: 12px;
}
.mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: var(--line);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--font-display);
  font-size: 22px;
  box-shadow: var(--shadow-sm);
}
.tag {
  border: var(--line);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 800;
  background: #fff;
}
.card h3 {
  font-family: var(--font-display);
  font-size: 28px;
  margin: 0 0 6px;
}
.meta { font-weight: 700; color: var(--muted); margin: 0 0 auto; }
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.price {
  font-family: var(--font-display);
  font-size: 28px;
}
.price span { font-size: 14px; font-family: var(--font-body); font-weight: 800; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.step {
  background: var(--cream);
  border: var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
}
.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: var(--line);
  display: grid;
  place-items: center;
  background: var(--sun);
  font-family: var(--font-display);
  font-size: 24px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 12px;
}
.step h3 { font-family: var(--font-display); font-size: 28px; margin: 0 0 8px; }
.step p { margin: 0; font-weight: 700; color: var(--muted); }

.why {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
}
.why-card, .faq {
  background: var(--cream);
  border: var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 8px;
}
.perk {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-bottom: 2px dashed #1113;
}
.perk:last-child { border-bottom: 0; }
.perk b { display: block; font-size: 18px; }
.perk span { font-weight: 700; color: var(--muted); }

.faq-item + .faq-item { border-top: var(--line); }
.faq-item button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 16px 14px;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.faq-item p {
  display: none;
  margin: 0;
  padding: 0 14px 16px;
  font-weight: 700;
  color: var(--muted);
}
.faq-item.is-open p { display: block; }

.footer {
  padding: 28px 0 40px;
}
.footer-box {
  background: var(--ink);
  color: var(--cream);
  border: var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.footer a { font-weight: 800; }
.footer nav { display: flex; gap: 14px; flex-wrap: wrap; }

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(17,17,17,.45);
  z-index: 60;
  display: none;
  padding: 20px;
  overflow: auto;
}
.overlay.is-on { display: grid; place-items: center; }
.overlay[hidden] { display: none !important; }
.modal {
  width: min(560px, 100%);
  background: var(--cream);
  border: var(--line);
  border-radius: 28px;
  box-shadow: 8px 8px 0 var(--ink);
  padding: 18px;
  position: relative;
}
.modal h3 { font-family: var(--font-display); font-size: 32px; margin: 0 0 8px; }
.modal p { font-weight: 700; color: var(--muted); }
.close-x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: var(--line);
  background: var(--sun);
  font-weight: 900;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}
.variant {
  border: var(--line);
  border-radius: 18px;
  padding: 12px;
  margin: 10px 0;
  background: #fff;
}
.variant-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 10px;
}
.variant b { font-size: 16px; }
.variant small { display: block; font-weight: 700; color: var(--muted); }
.variant .old {
  font-size: 12px;
  font-weight: 800;
  color: #6b6458;
  text-decoration: line-through;
}
.variant .sum {
  font-family: var(--font-display);
  font-size: 24px;
  white-space: nowrap;
  text-align: right;
}
.variant .btn { width: 100%; }

.mobile-nav {
  display: none;
  position: fixed;
  inset: 78px 16px auto;
  background: var(--cream);
  border: var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 12px;
  z-index: 50;
}
.mobile-nav.is-on { display: grid; gap: 8px; }
.mobile-nav a, .mobile-nav button {
  border: var(--line);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
  text-align: left;
}

@media (max-width: 900px) {
  .grid, .steps, .why { grid-template-columns: 1fr; }
  .nav { display: none; }
  h1 { font-size: 46px; }
}
