/* Preschool Mega Learning Bundle — landing page styles */
:root {
  --background: #fdfaf2;
  --foreground: #3a2a22;
  --card: #ffffff;
  --primary: #e2452c;
  --primary-dark: #c8341f;
  --primary-foreground: #fffaf3;
  --secondary: #fbeed4;
  --muted-foreground: #7a6455;
  --accent: #2fb79a;
  --accent-foreground: #14514a;
  --border: #ecdfc9;
  --sunny: #f7c948;
  --sunny-foreground: #4a3708;
  --mint: #b8ecdd;
  --cream: #fdf5e6;
  --radius: 20px;
  --shadow-soft: 0 10px 30px -12px rgba(90, 50, 30, 0.25);
  --shadow-pop: 0 16px 40px -14px rgba(180, 55, 30, 0.4);
  --font-display: "Baloo 2", ui-rounded, system-ui, sans-serif;
  --font-sans: "Nunito", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--background);
  color: var(--foreground);
  line-height: 1.55;
}
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.01em; margin: 0; }
h1 { font-size: clamp(2rem, 5vw, 3rem); line-height: 1.15; margin-top: 1rem; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.25rem); }
h3 { font-size: 1.1rem; }
p { margin: 0; }
img { max-width: 100%; display: block; }
s { color: var(--muted-foreground); }

.wrap { max-width: 1120px; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }
.wrap.narrow { max-width: 900px; }
.wrap.faq { max-width: 760px; }
.pad { padding-top: 4rem; padding-bottom: 4rem; }
.cream { background: var(--cream); }
.center { text-align: center; }
.mt { margin-top: 1.5rem; }
.muted { color: var(--muted-foreground); }
.strong { font-weight: 700; }
.small { font-size: 0.9rem; }
.text-primary { color: var(--primary); }
.good { color: var(--accent-foreground); font-weight: 600; }

/* Announcement bar */
.announce { position: sticky; top: 0; z-index: 50; background: var(--primary); color: var(--primary-foreground); }
.wrap-bar {
  max-width: 1120px; margin: 0 auto; padding: 0.5rem 1rem;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 0.25rem 1.5rem; font-size: 0.8rem; font-weight: 700; text-align: center;
}
.timer { background: var(--sunny); color: var(--sunny-foreground); border-radius: 999px; padding: 0.1rem 0.75rem; }

/* Buttons */
.btn-buy {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  border-radius: 999px; padding: 1rem 2rem; text-decoration: none;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  color: var(--primary-foreground);
  background-image: linear-gradient(100deg, #ef6b3f, var(--primary-dark));
  box-shadow: var(--shadow-pop);
  transition: transform 0.18s ease, filter 0.18s ease;
}
.btn-buy:hover { transform: translateY(-2px) scale(1.02); filter: brightness(1.05); }
.btn-buy.full { display: flex; width: 100%; }

/* Cards & grids */
.card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 1.25rem;
}
.card.center { text-align: center; }
.card.row { display: flex; gap: 1rem; align-items: flex-start; }
.grid { display: grid; gap: 1rem; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cols-5 { grid-template-columns: repeat(5, 1fr); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.middle { align-items: center; }
.stack > * + * { margin-top: 0.75rem; }
.stack { margin-top: 1.5rem; }
.icon { font-size: 1.9rem; line-height: 1.2; }
.icon.big { font-size: 2.4rem; }
.card p.muted { margin-top: 0.35rem; font-size: 0.92rem; }
.card h3 { margin-top: 0.4rem; }
.grow { flex: 1; }
.pill-benefit {
  margin-top: 0.75rem; background: var(--secondary); border-radius: 12px;
  padding: 0.5rem 0.75rem; font-size: 0.88rem; font-weight: 600;
}
article.card { display: flex; flex-direction: column; }

/* Section titles */
.sec-title { max-width: 720px; margin: 0 auto 2.5rem; text-align: center; }
.kicker {
  display: inline-block; background: var(--sunny); color: var(--sunny-foreground);
  border-radius: 999px; padding: 0.25rem 1rem; font-size: 0.82rem; font-weight: 800;
}
.sec-title h2 { margin-top: 0.75rem; }
.sec-title .sub { margin-top: 0.75rem; color: var(--muted-foreground); }

/* Hero */
.hero { background: linear-gradient(160deg, #fdf3dc, #fae7cf); padding: 3rem 0 4rem; }
.badge-mint {
  display: inline-block; background: var(--mint); color: var(--accent-foreground);
  border-radius: 999px; padding: 0.25rem 1rem; font-size: 0.85rem; font-weight: 800;
}
.lead { margin-top: 1rem; font-size: 1.05rem; color: var(--muted-foreground); }
.ticks { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; font-weight: 700; }
.price-card { margin-top: 1.5rem; }
.price-row { display: flex; align-items: flex-end; gap: 0.75rem; flex-wrap: wrap; }
.price-row.center-row { justify-content: center; }
.price { font-size: 2.4rem; font-weight: 800; color: var(--primary); font-family: var(--font-display); }
.price.xl { font-size: 3rem; }
.mrp { font-size: 1.25rem; }
.off { background: var(--primary); color: var(--primary-foreground); border-radius: 999px; padding: 0.2rem 0.75rem; font-size: 0.85rem; font-weight: 800; }
.save { margin-top: 0.5rem; font-weight: 700; color: var(--accent-foreground); font-size: 0.95rem; }
.price-card .btn-buy { margin-top: 1rem; }
.fine { margin-top: 0.75rem; font-size: 0.78rem; color: var(--muted-foreground); text-align: center; }
.rating { margin-top: 1rem; font-weight: 700; font-size: 0.95rem; }
.hero-img { position: relative; }
.hero-img img { border-radius: 26px; box-shadow: var(--shadow-pop); }
.float-tag {
  position: absolute; bottom: -1rem; left: 1rem; background: var(--card);
  border-radius: 16px; padding: 0.65rem 1rem; font-weight: 800; font-size: 0.85rem;
  box-shadow: var(--shadow-soft);
}
.rounded { border-radius: 26px; box-shadow: var(--shadow-soft); }

.note {
  max-width: 640px; margin: 2rem auto 0; background: var(--secondary);
  border-radius: 18px; padding: 1.25rem; text-align: center; font-weight: 600; font-size: 1.05rem;
}

/* Table */
.table-wrap { padding: 0; overflow: hidden; }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: 0.95rem; }
th { background: var(--secondary); padding: 1rem; font-family: var(--font-display); }
td { padding: 1rem; border-top: 1px solid var(--border); }
tbody tr:nth-child(odd) { background: #fffdf8; }

/* Steps */
.step { position: relative; padding-top: 1.75rem; }
.step-no {
  position: absolute; top: -0.75rem; left: 50%; transform: translateX(-50%);
  background: var(--primary); color: var(--primary-foreground);
  border-radius: 999px; padding: 0.2rem 0.85rem; font-size: 0.8rem; font-weight: 800; white-space: nowrap;
}

/* Figures */
.figure { padding: 0; overflow: hidden; margin: 0; }
.figure img { height: 260px; width: 100%; object-fit: cover; }
.figure figcaption { padding: 1.25rem; }

/* Bonuses */
.bonus-no { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--primary); }
.bonus-val { margin-top: 0.75rem; font-weight: 700; }
.free { color: var(--accent-foreground); }
.bonus-total {
  max-width: 520px; margin: 2rem auto 0; background: var(--primary); color: var(--primary-foreground);
  border-radius: 18px; padding: 1.5rem; text-align: center;
}
.bonus-total .big { font-size: 2.4rem; font-weight: 800; font-family: var(--font-display); }

/* Testimonials */
blockquote.card { margin: 0; }
blockquote p { margin-top: 0.5rem; font-size: 0.95rem; }
blockquote footer { margin-top: 1rem; font-size: 0.9rem; font-weight: 700; }
blockquote footer span { display: block; font-weight: 400; }
.stars { color: var(--sunny); }

/* FAQ */
details.card summary { cursor: pointer; font-weight: 700; font-family: var(--font-display); }
details.card p { margin-top: 0.5rem; font-size: 0.92rem; }

/* Final CTA + footer */
.final { margin-top: 1.5rem; padding: 1.5rem; }
.final .btn-buy { margin-top: 1.25rem; }
.site-footer { border-top: 1px solid var(--border); padding: 2rem 1rem; text-align: center; font-size: 0.85rem; color: var(--muted-foreground); }
.sticky-cta {
  position: sticky; bottom: 0; z-index: 40; display: none;
  padding: 0.75rem; background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid var(--border); backdrop-filter: blur(6px);
}

/* Responsive */
@media (max-width: 1024px) {
  .cols-4, .cols-5 { grid-template-columns: repeat(2, 1fr); }
  .cols-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .grid-2 { grid-template-columns: 1fr; }
  .cols-2, .cols-3, .cols-4, .cols-5 { grid-template-columns: 1fr; }
  .ticks { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  .pad { padding-top: 3rem; padding-bottom: 3rem; }
  table { font-size: 0.85rem; }
  td, th { padding: 0.7rem; }
}