/* PrintNPlay Kids – shared styles (mobile-first, no framework) */
:root {
  --pnp-navy: #0c1736;
  --pnp-teal: #00bcb3;
  --pnp-orange: #fb5913;
  --pnp-orange-dark: #d94500;
  --pnp-yellow: #fdb80b;
  --pnp-peach: #fdd6a2;
  --pnp-coral: #fc5d68;
  --pnp-bg: #FFF8F0;
  --pnp-bg-teal: #E6F8F7;
  --pnp-green: #25D366;
  --pnp-green-dark: #128C7E;
  --muted: #4b5470;
  --line: #eadfd0;
  --radius: 16px;
  --shadow: 0 6px 20px rgba(12, 23, 54, .08);
  --font-display: 'Fredoka', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --sticky-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--pnp-navy);
  background: var(--pnp-bg);
  overflow-x: hidden;
}
body.has-sticky { padding-bottom: calc(var(--sticky-h) + env(safe-area-inset-bottom)); }
img, picture { max-width: 100%; height: auto; display: block; }
a { color: var(--pnp-teal); }
h1, h2, h3, h4, .display { font-family: var(--font-display); font-weight: 700; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(1.85rem, 6.2vw, 3rem); }
h2 { font-size: clamp(1.5rem, 4.5vw, 2.25rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.tiny { font-size: .8rem; }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 18px; }
.wrap--narrow { max-width: 640px; }
section { padding: 44px 0; }
.section--teal { background: var(--pnp-bg-teal); }
.section--white { background: #fff; }
.section--navy { background: var(--pnp-navy); color: #fff; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-title { text-align: center; margin-bottom: 6px; }
.section-lead { text-align: center; color: var(--muted); max-width: 560px; margin: 0 auto 26px; }
.section--navy .section-lead { color: #c9d2ea; }

/* ---------- header ---------- */
.site-header { padding: 14px 0 4px; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--pnp-navy); }
.logo img { width: 84px; height: auto; }
.header-link { font-weight: 700; font-size: .9rem; color: var(--pnp-navy); text-decoration: none; padding: 8px 14px; border: 2px solid var(--pnp-navy); border-radius: 999px; white-space: nowrap; }
.header-link:hover { background: var(--pnp-navy); color: #fff; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; line-height: 1.1;
  padding: 15px 24px; border-radius: 999px; border: 0; cursor: pointer; text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  min-height: 52px; text-align: center;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--pnp-orange); color: #fff; box-shadow: 0 6px 16px rgba(251, 89, 19, .35); }
.btn--primary:hover { background: var(--pnp-orange-dark); }
.btn--whatsapp { background: var(--pnp-green); color: #fff; box-shadow: 0 6px 16px rgba(37, 211, 102, .35); }
.btn--whatsapp:hover { background: #1fb457; }
.btn--secondary { background: #fff; color: var(--pnp-navy); border: 2px solid var(--pnp-navy); }
.btn--secondary:hover { background: var(--pnp-navy); color: #fff; }
.btn--ghost { background: transparent; color: var(--pnp-navy); text-decoration: underline; padding: 8px; min-height: 0; font-family: var(--font-body); font-size: 1rem; }
.btn--block { width: 100%; }
.btn--lg { font-size: 1.25rem; padding: 18px 30px; }
.btn svg { width: 22px; height: 22px; flex: none; }
.btn-note { display: block; text-align: center; font-size: .85rem; color: var(--muted); margin-top: 8px; }

/* ---------- trust strip ---------- */
.trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; padding: 0; margin: 14px 0 0; list-style: none; font-size: .85rem; font-weight: 700; color: var(--muted); }
.trust-strip li { display: inline-flex; align-items: center; gap: 5px; }
.trust-strip li::before { content: "✓"; color: var(--pnp-teal); font-weight: 900; }
.trust-strip--light { color: #d5deee; }

/* ---------- hero ---------- */
.hero { padding: 18px 0 32px; }
.hero__grid { display: grid; gap: 22px; align-items: center; }
.hero h1 { margin-bottom: 12px; }
.hero__lead { font-size: 1.1rem; color: var(--muted); max-width: 520px; }
.hero__actions { display: grid; gap: 10px; margin-top: 18px; }
.eyebrow { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; background: var(--pnp-yellow); color: var(--pnp-navy); padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }

/* preview fan / strip (above the fold) */
.preview-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preview-strip picture, .preview-strip img { border-radius: 10px; box-shadow: var(--shadow); background: #fff; }
.preview-strip img { aspect-ratio: 3 / 4; object-fit: cover; object-position: top; width: 100%; height: auto; }
.preview-strip--6 { grid-template-columns: repeat(3, 1fr); }
.preview-grid-9 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preview-grid-9 img { aspect-ratio: 3 / 4; object-fit: cover; object-position: top; border-radius: 10px; box-shadow: var(--shadow); background: #fff; width: 100%; }
.preview-fan { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; align-items: end; padding: 12px 0 4px; }
.preview-fan img { aspect-ratio: 3 / 4; object-fit: cover; object-position: top; border-radius: 8px; box-shadow: 0 8px 22px rgba(12, 23, 54, .16); background: #fff; width: 100%; }
.preview-fan img:nth-child(odd) { transform: rotate(-3deg); }
.preview-fan img:nth-child(even) { transform: rotate(3deg) translateY(-8px); }
.preview-fan img:nth-child(3) { transform: rotate(0) scale(1.06); z-index: 1; }

img.img-contain { object-fit: contain !important; background: var(--pnp-bg-teal) !important; padding: 6px; }

/* carousel */
.carousel { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 18px 18px; margin: 0 -18px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.carousel > * { flex: 0 0 62%; scroll-snap-align: start; }
.carousel img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top; border-radius: 12px; box-shadow: var(--shadow); background: #fff; }
.carousel figcaption { font-size: .85rem; font-weight: 700; text-align: center; margin-top: 8px; color: var(--muted); }
.carousel figure { margin: 0; }

/* ---------- price ---------- */
.price-block { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; margin: 14px 0 6px; }
.price-now { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: var(--pnp-orange); line-height: 1; }
.price-was { font-size: 1.15rem; color: var(--muted); text-decoration: line-through; }
.price-save { font-size: .85rem; font-weight: 800; background: var(--pnp-yellow); color: var(--pnp-navy); padding: 4px 10px; border-radius: 999px; }
.price-per { font-size: .95rem; font-weight: 700; color: var(--pnp-teal); }
.delivery-line { font-size: .95rem; color: var(--muted); margin: 4px 0 14px; display: flex; gap: 6px; align-items: flex-start; }
.delivery-line::before { content: "📩"; }

/* ---------- cards ---------- */
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; }
.card--hero { border: 3px solid var(--pnp-yellow); position: relative; overflow: hidden; }
.card--hero .ribbon { position: absolute; top: 12px; right: 12px; background: var(--pnp-orange); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .78rem; letter-spacing: .03em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; box-shadow: 0 3px 10px rgba(251,89,19,.35); }
.card--hero__grid { display: grid; gap: 18px; }
.card--hero h2 { margin-bottom: 6px; }

.bundle-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.bundle { background: #fff; border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; }
.bundle.is-hidden { display: none; }
.bundle__img { position: relative; background: var(--pnp-bg-teal); }
.bundle__img img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top; }
.bundle__age { position: absolute; bottom: 8px; left: 8px; background: var(--pnp-navy); color: #fff; font-size: .72rem; font-weight: 800; padding: 3px 8px; border-radius: 999px; }
.bundle__body { padding: 12px 12px 14px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.bundle__body h3 { font-size: 1.02rem; margin: 0; }
.bundle__meta { font-size: .82rem; color: var(--muted); margin: 0; flex: 1; }
.bundle__price { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--pnp-orange); }
.bundle .btn { padding: 10px 14px; font-size: .98rem; min-height: 42px; margin-top: 6px; }
.bundle--featured { grid-column: 1 / -1; border: 3px solid var(--pnp-yellow); }

/* ---------- age chips ---------- */
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 20px; }
.chip { font-family: var(--font-display); font-weight: 600; font-size: .95rem; padding: 9px 16px; border-radius: 999px; border: 2px solid var(--pnp-teal); background: #fff; color: var(--pnp-navy); cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--pnp-teal); color: #fff; }

/* ---------- lists ---------- */
.check-list { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list li::before { content: "✅"; flex: none; }
.check-list--big li { font-size: 1.1rem; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 14px; counter-reset: step; list-style: none; padding: 0; margin: 0; }
.steps li { background: #fff; border-radius: 14px; padding: 18px 18px 18px 64px; position: relative; box-shadow: var(--shadow); }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 16px; top: 16px; width: 36px; height: 36px; border-radius: 50%; background: var(--pnp-teal); color: #fff; font-family: var(--font-display); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.steps h3 { margin-bottom: 4px; }
.steps p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ---------- testimonials ---------- */
.testi-grid { display: grid; gap: 14px; }
.testi { background: #fff; border-radius: 14px; padding: 18px; box-shadow: var(--shadow); border-left: 5px solid var(--pnp-yellow); }
.testi p { margin: 0 0 10px; font-style: italic; }
.testi footer { font-weight: 800; font-size: .9rem; }
.testi footer span { font-weight: 600; color: var(--muted); }
.illustrative { text-align: center; font-size: .8rem; color: var(--muted); margin-top: 14px; }

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 14px; box-shadow: var(--shadow); background: #fff; }
table { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 320px; }
th, td { padding: 11px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--pnp-navy); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .9rem; }
td.num, th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
tr:last-child td { border-bottom: 0; }
tfoot td { font-weight: 800; background: var(--pnp-bg-teal); }
.compare th:first-child, .compare td:first-child { width: 40%; }
.compare .col-best { background: #fff6e0; }
.compare th.col-best { background: var(--pnp-orange); }
.compare td, .compare th { text-align: center; }
.compare td:first-child, .compare th:first-child { text-align: left; }

/* ---------- age guide ---------- */
.age-guide { display: grid; gap: 12px; }
.age-guide .card h3 { color: var(--pnp-teal); }
.age-guide .card ul { margin: 0; padding-left: 1.1em; font-size: .95rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; max-width: 720px; margin: 0 auto; }
.faq details { background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 0; }
.faq summary { cursor: pointer; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; padding: 16px 44px 16px 18px; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 12px; font-size: 1.5rem; color: var(--pnp-orange); font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 18px 16px; color: var(--muted); font-size: .97rem; }
.faq details > div p:last-child { margin-bottom: 0; }

/* ---------- problem/solution ---------- */
.problem { display: grid; gap: 16px; }
.problem .card { border-top: 5px solid var(--pnp-coral); }
.problem .card--solution { border-top-color: var(--pnp-teal); }

/* ---------- bonus ---------- */
.bonus-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.bonus-list li { background: #fff; border-radius: 12px; padding: 14px 16px; box-shadow: var(--shadow); display: flex; gap: 12px; align-items: center; }
.bonus-list .gift { font-size: 1.6rem; flex: none; }
.bonus-list b { display: block; }
.bonus-list span { font-size: .88rem; color: var(--muted); }

/* ---------- mock email ---------- */
.mock-email { background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 16px; font-size: .92rem; border: 1px solid var(--line); max-width: 420px; margin: 16px auto 0; }
.mock-email .from { font-weight: 800; }
.mock-email .subj { color: var(--muted); margin-bottom: 8px; }
.mock-email .link { display: inline-block; background: var(--pnp-teal); color: #fff; padding: 8px 12px; border-radius: 8px; font-weight: 800; margin-top: 6px; }

/* ---------- final CTA ---------- */
.final-cta { text-align: center; }
.final-cta .btn { margin-top: 10px; }
.guarantee { display: inline-flex; gap: 10px; align-items: center; background: #fff; border-radius: 12px; padding: 12px 16px; margin-top: 18px; font-size: .92rem; text-align: left; box-shadow: var(--shadow); color: var(--pnp-navy); max-width: 460px; }
.guarantee .badge { font-size: 1.6rem; }

/* ---------- footer ---------- */
.site-footer { background: var(--pnp-navy); color: #c9d2ea; padding: 36px 0 30px; font-size: .9rem; }
.site-footer a { color: #fff; }
.site-footer .logo { color: #fff; margin-bottom: 12px; }
.site-footer .logo img { width: 70px; background: #fff; border-radius: 12px; padding: 4px; }
.site-footer ul { list-style: none; padding: 0; margin: 0 0 14px; display: grid; gap: 6px; }
.site-footer .copy { margin-top: 18px; font-size: .82rem; color: #9aa6c7; }

/* ---------- sticky bottom CTA ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: blur(6px); border-top: 1px solid var(--line); padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); display: flex; gap: 10px; align-items: center; box-shadow: 0 -6px 20px rgba(12, 23, 54, .1); }
.sticky-cta .sticky-price { font-family: var(--font-display); font-weight: 700; line-height: 1.05; }
.sticky-cta .sticky-price b { font-size: 1.3rem; color: var(--pnp-orange); display: block; }
.sticky-cta .sticky-price s { font-size: .8rem; color: var(--muted); }
.sticky-cta .btn { flex: 1; padding: 12px 16px; font-size: 1.02rem; min-height: 48px; }

/* ---------- free page ---------- */
.free-page main { padding: 24px 0 40px; }
.free-page .logo { justify-content: center; margin-bottom: 14px; }
.free-page h1 { text-align: center; }
.free-page .hero__lead { text-align: center; margin: 0 auto 20px; }
.free-page .check-list { margin: 22px 0; }
.free-page .trust-line { text-align: center; font-size: .85rem; color: var(--muted); margin: 12px 0 0; }
.free-page .footnote { text-align: center; margin-top: 34px; font-size: .9rem; }

/* ---------- desktop ---------- */
@media (min-width: 720px) {
  body { font-size: 18px; }
  section { padding: 64px 0; }
  .hero { padding: 28px 0 56px; }
  .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 40px; }
  .hero__actions { grid-template-columns: auto auto; justify-content: start; }
  .logo img { width: 110px; }
  .card--hero__grid { grid-template-columns: 1fr 1.1fr; align-items: center; }
  .bundle-grid { grid-template-columns: repeat(4, 1fr); }
  .bundle--featured { grid-column: auto; }
  .carousel { overflow: visible; display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; }
  .carousel > * { flex: auto; }
  .testi-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps li { padding: 64px 20px 20px 20px; }
  .steps li::before { left: 20px; top: 18px; }
  .age-guide { grid-template-columns: repeat(3, 1fr); }
  .problem { grid-template-columns: 1fr 1fr; }
  .bonus-list { grid-template-columns: repeat(3, 1fr); }
  .bonus-list li { flex-direction: column; align-items: flex-start; }
  .preview-grid-9 { gap: 14px; }
  .site-footer .wrap { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; align-items: start; }
  .site-footer .copy { grid-column: 1 / -1; }
  .sticky-cta { display: none; }
  body.has-sticky { padding-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
