/* DullMaster Pro - infomercial-max */

:root {
  --red: #d61f1f;
  --red-dark: #a21212;
  --yellow: #ffd400;
  --yellow-soft: #ffe873;
  --blue: #123a8f;
  --blue-dark: #0b2560;
  --ink: #1a1a1a;
  --paper: #fffdf5;
  --font-display: "Alfa Slab One", "Arial Black", sans-serif;
  --font-body: "Barlow", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

img { max-width: 100%; display: block; }

.zoomable { cursor: zoom-in; }

.yellow { color: var(--yellow); }
.red { color: var(--red); }

/* ---------- ticker ---------- */
.ticker {
  background: var(--blue-dark);
  color: var(--yellow);
  overflow: hidden;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  border-bottom: 3px solid var(--yellow);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
  padding: 0.35rem 0;
}
.ticker-track span { white-space: nowrap; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- masthead ---------- */
.masthead {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.2rem;
  background: repeating-linear-gradient(135deg, var(--red) 0 26px, var(--red-dark) 26px 52px);
  color: #fff;
  flex-wrap: wrap;
}
.masthead-logo { width: 74px; height: 74px; border-radius: 50%; background: #fff; padding: 4px; }
.masthead-title { flex: 1; min-width: 220px; }
.masthead h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 5vw, 2.8rem);
  margin: 0;
  letter-spacing: 0.02em;
  text-shadow: 3px 3px 0 var(--blue-dark);
}
.tm { font-size: 0.45em; vertical-align: super; }
.masthead-tag {
  margin: 0.15rem 0 0;
  font-weight: 800;
  color: var(--yellow);
  letter-spacing: 0.08em;
  font-size: clamp(0.75rem, 2.2vw, 1rem);
}
.countdown-box {
  background: var(--yellow);
  color: var(--ink);
  border: 3px dashed var(--ink);
  padding: 0.5rem 1rem;
  text-align: center;
  transform: rotate(-2deg);
}
.countdown-label { margin: 0; font-weight: 800; font-size: 0.7rem; letter-spacing: 0.1em; }
.countdown {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.1;
  color: var(--red);
}
.countdown.flash { animation: flash 0.4s steps(2) 4; }
@keyframes flash { 50% { color: var(--blue); } }
.countdown-note { margin: 0; font-size: 0.68rem; font-style: italic; }

/* ---------- hero ---------- */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.burst-line {
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--blue);
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
}
.mini-burst {
  background: var(--red);
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  margin-right: 0.4rem;
  font-size: 0.8rem;
}
.hero h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.4rem);
  margin: 0 0 0.8rem;
  line-height: 1.05;
  color: var(--red);
  text-shadow: 2px 2px 0 var(--ink);
}
.hero h2 .yellow { text-shadow: 2px 2px 0 var(--ink); }
.hero-explain { font-size: 1.1rem; font-weight: 600; }
.hero-checks {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  font-weight: 600;
}
.hero-checks li { padding-left: 1.7rem; position: relative; margin: 0.35rem 0; }
.hero-checks li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  color: #fff;
  background: var(--blue);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.75rem;
  top: 0.15rem;
}
.btn-order {
  display: inline-block;
  background: linear-gradient(var(--red), var(--red-dark));
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.3rem;
  padding: 0.7rem 2rem;
  text-decoration: none;
  border: 3px solid var(--ink);
  border-radius: 12px;
  box-shadow: 0 5px 0 var(--ink);
  transition: transform 0.1s, box-shadow 0.1s;
  cursor: pointer;
}
.btn-order:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--ink); }
.hero-phone { font-size: 0.9rem; margin-top: 0.9rem; }
.hero-media { margin: 0; position: relative; }
.hero-media img { border: 5px solid var(--ink); border-radius: 10px; }
.price-burst {
  position: absolute;
  top: -22px;
  right: -12px;
  background: radial-gradient(var(--yellow), var(--yellow-soft));
  color: var(--red);
  font-family: var(--font-display);
  font-size: 1.25rem;
  text-align: center;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: polygon(50% 0%, 61% 12%, 76% 6%, 80% 22%, 96% 22%, 92% 38%, 100% 50%, 92% 62%, 96% 78%, 80% 78%, 76% 94%, 61% 88%, 50% 100%, 39% 88%, 24% 94%, 20% 78%, 4% 78%, 8% 62%, 0% 50%, 8% 38%, 4% 22%, 20% 22%, 24% 6%, 39% 12%);
  transform: rotate(8deg);
  line-height: 1.1;
}
.price-burst sup { font-size: 0.5em; }

/* ---------- sections ---------- */
.section { padding: 2.8rem 1.5rem; max-width: 1100px; margin: 0 auto; }
.section-title {
  font-family: var(--font-display);
  text-align: center;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  margin: 0 0 0.5rem;
  line-height: 1.1;
}
.section-title.left { text-align: left; }
.section-sub { text-align: center; font-weight: 600; margin: 0 auto 1.8rem; max-width: 640px; }

.section-dark {
  background: var(--ink);
  color: var(--paper);
  max-width: none;
}
.section-dark > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.section-dark .section-sub { margin-bottom: 1.8rem; }

.section-blue {
  background: repeating-linear-gradient(135deg, var(--blue) 0 34px, var(--blue-dark) 34px 68px);
  color: #fff;
  max-width: none;
}
.section-blue > * { max-width: 900px; margin-left: auto; margin-right: auto; }

.section-yellow {
  background: var(--yellow);
  max-width: none;
}
.section-yellow > * { max-width: 1100px; margin-left: auto; margin-right: auto; }

/* ---------- problem ---------- */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.problem-stat {
  background: #262626;
  border: 3px solid var(--red);
  border-radius: 10px;
  padding: 1.2rem;
  text-align: center;
}
.stat-big {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--yellow);
  display: block;
}

/* ---------- kids / toy ---------- */
.toy-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.6rem;
  align-items: start;
}
.toy-main, .toy-boxfig { margin: 0; }
.toy-grid img { border: 5px solid var(--ink); border-radius: 10px; }
.toy-grid figcaption {
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.toy-side { display: grid; gap: 1.2rem; align-content: start; }
.toy-copy {
  background: var(--yellow-soft);
  border: 3px dashed var(--ink);
  border-radius: 10px;
  padding: 1rem 1.2rem;
}
.toy-copy h3 { font-family: var(--font-display); font-size: 1rem; margin: 0 0 0.5rem; color: var(--blue); }
.toy-list { margin: 0 0 0.6rem; padding-left: 1.3rem; font-weight: 600; }
.toy-list li { margin: 0.25rem 0; }

/* ---------- DULL-TV live demo ---------- */
.demo-box {
  background: #fff;
  color: var(--ink);
  border: 4px solid var(--ink);
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 8px 0 rgba(0,0,0,0.35);
}
.demo-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}
.demo-chip {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.9rem;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  cursor: pointer;
}
.demo-chip:hover:not(:disabled) { background: var(--yellow-soft); }
.demo-chip.active { background: var(--blue); border-color: var(--blue-dark); color: #fff; }
.demo-chip:disabled { opacity: 0.55; cursor: default; }
.demo-stage-wrap {
  position: relative;
  max-width: 640px;
  margin: 0 auto 1rem;
  border: 4px solid var(--ink);
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}
#demoStage { width: 100%; height: auto; display: block; }
.demo-item { transform-box: fill-box; transform-origin: 50% 100%; }
#demoBurst { transform-box: fill-box; transform-origin: 50% 50%; }
.demo-live {
  position: absolute;
  top: 10px;
  left: 12px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.demo-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: liveBlink 1.1s steps(2) infinite;
}
@keyframes liveBlink { 50% { opacity: 0.15; } }
.demo-replay-banner {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background: var(--yellow);
  color: var(--ink);
  border: 3px solid var(--ink);
  font-family: var(--font-display);
  font-size: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 8px;
  line-height: 1.2;
  z-index: 3;
}
.demo-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(0, 0, 0, 0.28) 3px 5px);
  transition: opacity 0.2s;
}
.replay .demo-scanlines { opacity: 1; }
.replay #demoStage { filter: sepia(0.5) contrast(1.1) saturate(0.55); }
.demo-stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-9deg);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 6vw, 2.6rem);
  color: var(--yellow);
  border: 5px solid var(--yellow);
  border-radius: 10px;
  padding: 0.3rem 1.1rem;
  line-height: 1.25;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  background: rgba(11, 37, 96, 0.55);
  animation: stampPop 0.35s cubic-bezier(0.2, 1.6, 0.5, 1);
  z-index: 2;
}
@keyframes stampPop {
  from { transform: translate(-50%, -50%) rotate(-9deg) scale(2.2); opacity: 0; }
  to { transform: translate(-50%, -50%) rotate(-9deg) scale(1); opacity: 1; }
}
.demo-caption {
  background: var(--ink);
  color: var(--yellow);
  border-radius: 10px;
  padding: 0.9rem 1.2rem;
  min-height: 1.5em;
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 auto 1rem;
  max-width: 640px;
}
.demo-controls .btn-order { font-size: 1.1rem; }
.demo-controls .btn-order:disabled { opacity: 0.6; cursor: default; transform: none; }
.demo-score { font-size: 0.9rem; margin: 0.8rem 0 0; }
.demo-cert {
  margin-top: 1.2rem;
  border-top: 3px dashed var(--ink);
  padding-top: 1rem;
}
.demo-cert p { font-weight: 600; margin: 0 0 0.7rem; }
.btn-cert { font-size: 1rem; }

/* ---------- comparison ---------- */
.compare-wrap { overflow-x: auto; }
.compare-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid var(--ink);
  font-size: 0.98rem;
}
.compare-table th, .compare-table td {
  border: 2px solid var(--ink);
  padding: 0.65rem 0.9rem;
  text-align: center;
}
.compare-table thead th {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}
.compare-table tbody th { text-align: left; font-weight: 700; background: #f6f2e6; }
.col-them { background: #555; color: #fff; }
.col-us { background: var(--red); color: #fff; }
.compare-table .them { color: #444; }
.compare-table .us { font-weight: 800; color: var(--red); background: var(--yellow-soft); }
.danger-tag {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  letter-spacing: 0.08em;
  vertical-align: middle;
  margin-left: 0.3rem;
}

/* ---------- family ---------- */
.family-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.family-grid figure { margin: 0; }
.family-grid img { border: 5px solid var(--ink); border-radius: 10px; }
.family-copy p { font-weight: 600; }
.family-note { font-size: 0.9rem; font-style: italic; font-weight: 400 !important; }

/* ---------- testimonials ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.testimonial {
  background: #262626;
  border: 3px solid var(--yellow);
  border-radius: 10px;
  padding: 1rem;
}
.testimonial img { border-radius: 6px; margin-bottom: 0.8rem; }
.testimonial blockquote { margin: 0 0 0.7rem; font-style: italic; font-size: 0.97rem; }
.t-name { color: var(--yellow); font-weight: 800; font-size: 0.85rem; margin: 0; }

/* ---------- but wait ---------- */
.but-wait { text-align: center; }
.but-wait-lead {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 8vw, 4rem);
  color: var(--red);
  margin: 0;
  transform: rotate(-3deg);
  text-shadow: 3px 3px 0 var(--yellow);
  animation: pulse 1.4s ease-in-out infinite;
}
@keyframes pulse { 50% { transform: rotate(-3deg) scale(1.06); } }
.bonus {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: center;
  text-align: left;
  margin-top: 1.5rem;
}
.bonus figure { margin: 0; }
.bonus img { border: 5px solid var(--ink); border-radius: 10px; }
.bonus-copy h3 { font-family: var(--font-display); color: var(--blue); font-size: 1.3rem; margin: 0 0 0.6rem; }
.fine-inline { font-size: 0.8rem; font-style: italic; opacity: 0.8; }

/* ---------- order ---------- */
.section-order {
  background: repeating-linear-gradient(135deg, var(--red) 0 34px, var(--red-dark) 34px 68px);
  color: #fff;
  max-width: none;
}
.section-order > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.stock-line { text-align: center; font-weight: 600; }
.stock-line strong { color: var(--yellow); font-size: 1.2em; }
.offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin: 1.8rem auto;
}
.offer {
  background: var(--paper);
  color: var(--ink);
  border: 4px solid var(--ink);
  border-radius: 12px;
  padding: 1.3rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.offer-featured { border-color: var(--yellow); box-shadow: 0 0 0 4px var(--ink); }
.offer-flag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background: var(--yellow);
  border: 2px solid var(--ink);
  font-weight: 800;
  padding: 0.15rem 0.7rem;
  border-radius: 6px;
  font-size: 0.8rem;
}
.offer h3 { font-family: var(--font-display); margin: 0 0 0.3rem; font-size: 1.15rem; }
.offer-price { font-family: var(--font-display); font-size: 2rem; color: var(--red); margin: 0; }
.offer-desc { font-weight: 600; flex: 1; }
.offer-sh { font-size: 0.78rem; font-style: italic; }
.btn-offer {
  background: linear-gradient(var(--blue), var(--blue-dark));
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.95rem;
  border: 3px solid var(--ink);
  border-radius: 10px;
  padding: 0.55rem 1.2rem;
  cursor: pointer;
  box-shadow: 0 4px 0 var(--ink);
  transition: transform 0.1s, box-shadow 0.1s;
}
.btn-offer:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--ink); }

.order-form, .order-confirm {
  background: var(--paper);
  color: var(--ink);
  border: 4px solid var(--ink);
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 560px !important;
  margin: 0 auto;
  text-align: center;
}
.order-form h3, .order-confirm h3 { font-family: var(--font-display); margin: 0 0 0.5rem; }
.order-summary { font-weight: 600; }
.order-fields { text-align: left; display: grid; gap: 0.8rem; margin: 1rem 0; }
.order-fields label { font-weight: 700; font-size: 0.9rem; display: block; }
.order-fields input[type="text"] {
  width: 100%;
  padding: 0.55rem;
  border: 2px solid var(--ink);
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 1rem;
  margin-top: 0.25rem;
}
.order-check { display: flex; align-items: center; gap: 0.5rem; font-weight: 600 !important; }
.order-total { font-family: var(--font-display); font-size: 1.4rem; }
.order-total span { color: var(--red); }
.btn-wide { width: 100%; }
.guarantee {
  background: var(--yellow);
  color: var(--ink);
  border: 3px dashed var(--ink);
  padding: 1rem 1.3rem;
  max-width: 760px !important;
  margin: 2rem auto 0;
  font-size: 0.95rem;
  border-radius: 8px;
}

/* ---------- faq ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-list details {
  border: 3px solid var(--ink);
  border-radius: 8px;
  margin-bottom: 0.7rem;
  background: #fff;
  overflow: hidden;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  padding: 0.8rem 1rem;
  background: var(--yellow-soft);
}
.faq-list details[open] summary { border-bottom: 2px solid var(--ink); }
.faq-list details p { padding: 0.4rem 1rem 0.9rem; margin: 0; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--blue-dark);
  color: #cfd8ea;
  padding: 2rem 1.5rem;
  text-align: center;
}
.footer-logo { width: 64px; margin: 0 auto 1rem; border-radius: 50%; background: #fff; padding: 3px; }
.footer-fine { font-size: 0.75rem; max-width: 820px; margin: 0 auto 1rem; opacity: 0.85; }
.footer-links a { color: var(--yellow); font-weight: 700; }
.footer-copy { font-size: 0.8rem; opacity: 0.7; }

/* ---------- image modal ---------- */
.img-modal[hidden] { display: none; }
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 2rem;
}
.img-modal img { max-width: 95%; max-height: 90vh; border-radius: 8px; }
.img-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  line-height: 1;
}

/* ---------- marketing page ---------- */
.marketing-page { max-width: 900px; margin: 0 auto; padding: 2rem 1.5rem; }
.marketing-page h2 { font-family: var(--font-display); text-align: center; }
.marketing-grid { display: grid; gap: 1.6rem; margin-top: 1.6rem; }
.marketing-grid figure { margin: 0; }
.marketing-grid img { border: 4px solid var(--ink); border-radius: 8px; margin: 0 auto; }
.marketing-grid figcaption { text-align: center; font-size: 0.85rem; font-style: italic; margin-top: 0.4rem; }
.back-link { display: block; text-align: center; margin-top: 2rem; font-weight: 700; color: var(--red); }

/* ---------- responsive ---------- */
@media (max-width: 840px) {
  .hero { grid-template-columns: 1fr; padding-top: 1.8rem; }
  .problem-grid, .testimonials, .offers { grid-template-columns: 1fr; }
  .family-grid, .bonus, .toy-grid { grid-template-columns: 1fr; }
  .masthead { justify-content: center; text-align: center; }
  .price-burst { top: auto; bottom: -18px; right: 4px; }
}
@media (max-width: 480px) {
  .section { padding: 2rem 1rem; }
  .compare-table { font-size: 0.85rem; }
  .compare-table th, .compare-table td { padding: 0.5rem 0.5rem; }
  .demo-chip { font-size: 0.8rem; padding: 0.4rem 0.8rem; }
}
