:root {
  --radius: 0.9rem;
  --background: oklch(98% 0.012 75);
  --foreground: oklch(20% 0.03 40);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(20% 0.03 40);
  --primary: oklch(48% 0.19 28);
  --primary-foreground: oklch(99% 0.01 80);
  --secondary: oklch(94% 0.03 70);
  --secondary-foreground: oklch(25% 0.04 40);
  --muted: oklch(95% 0.02 70);
  --muted-foreground: oklch(45% 0.03 50);
  --accent: oklch(75% 0.18 55);
  --accent-foreground: oklch(20% 0.05 40);
  --border: oklch(90% 0.02 70);
  --flame: oklch(68% 0.22 42);
  --flame-foreground: oklch(100% 0 0);
  --whatsapp: oklch(60% 0.15 155);
  --cream: oklch(97% 0.02 80);
  --gradient-hero: radial-gradient(120% 80% at 50% 0%, oklch(55% 0.2 30) 0%, oklch(35% 0.15 25) 55%, oklch(22% 0.08 30) 100%);
  --gradient-flame: linear-gradient(135deg, oklch(72% 0.22 45), oklch(60% 0.24 30));
  --shadow-cta: 0 14px 40px -12px oklch(55% 0.24 30 / 0.6), inset 0 1px 0 oklch(100% 0 0 / 0.25);
  --shadow-card: 0 20px 50px -20px oklch(30% 0.1 30 / 0.25);
  --font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

main {
  min-height: 100vh;
  background: var(--background);
}

.timer-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  color: var(--foreground);
  padding: 0.625rem 1rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-bottom: 1px solid var(--border);
}

.timer-inner {
  max-width: 28rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.timer-label {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.timer-value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 800;
  color: var(--primary);
  font-size: 1.125rem;
  font-variant-numeric: tabular-nums;
}

.hero {
  position: relative;
  overflow: hidden;
  background-image: var(--gradient-hero);
  color: var(--primary-foreground);
  padding: 2.5rem 1.25rem 3.5rem;
}

.hero-glow {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 10%, oklch(0.9 0.15 60) 0%, transparent 40%),
    radial-gradient(circle at 80% 90%, oklch(0.7 0.2 30) 0%, transparent 50%);
}

.wrap {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
}

.wrap-center {
  text-align: center;
}

.badge {
  display: inline-block;
  background: color-mix(in oklab, var(--flame) 20%, transparent);
  border: 1px solid color-mix(in oklab, var(--flame) 40%, transparent);
  color: var(--cream);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 1rem;
}

.grad-text {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: var(--gradient-flame);
}

.hero-sub {
  font-size: 1rem;
  color: color-mix(in oklab, var(--cream) 90%, transparent);
  margin-bottom: 2rem;
  line-height: 1.625;
}

.mockup-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.mockup-blur {
  position: absolute;
  width: 14rem;
  height: 14rem;
  background: color-mix(in oklab, var(--flame) 40%, transparent);
  filter: blur(64px);
  border-radius: 9999px;
}

.mockup-img {
  position: relative;
  width: 16rem;
  height: auto;
  filter: drop-shadow(0 25px 40px oklch(0 0 0 / 0.5));
  animation: float-ebook 5s ease-in-out infinite;
}

.price-row {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.old-price {
  color: color-mix(in oklab, var(--cream) 60%, transparent);
  font-size: 1.125rem;
  text-decoration: line-through;
}

.new-price {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--flame);
}

.cta-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: transform 0.15s ease;
  box-shadow: var(--shadow-cta);
  animation: pulse-cta 2s ease-out infinite;
  background-image: var(--gradient-flame);
  color: var(--flame-foreground);
}

.btn:active {
  transform: scale(0.98);
}

.btn-whatsapp {
  background-image: none;
  background-color: var(--whatsapp);
  color: var(--flame-foreground);
}

.cta-note {
  font-size: 0.875rem;
  color: color-mix(in oklab, var(--cream) 80%, transparent);
}

.guarantee-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: color-mix(in oklab, var(--whatsapp) 20%, transparent);
  border: 1px solid color-mix(in oklab, var(--whatsapp) 50%, transparent);
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cream);
}

.section {
  padding: 3.5rem 1.25rem;
}

.section-inner {
  max-width: 28rem;
  margin: 0 auto;
}

.kicker {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.kicker-center {
  text-align: center;
}

.kicker-flame {
  color: var(--flame);
  text-align: center;
}

h2 {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--foreground);
  line-height: 1.25;
}

.text-primary {
  color: var(--primary);
}

.problem-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 1.125rem;
  color: var(--muted-foreground);
  margin-top: 1.5rem;
}

.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: var(--card);
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: var(--shadow-card);
}

.x-mark {
  color: var(--primary);
  font-size: 1.25rem;
  line-height: 1;
}

.problem-item span:last-child {
  color: var(--foreground);
  font-weight: 500;
}

.bg-secondary {
  background: var(--secondary);
}

.stress-copy {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--foreground);
  line-height: 1.375;
}

.stress-sub {
  margin-top: 1.25rem;
  color: var(--muted-foreground);
  font-size: 1.125rem;
}

.included {
  background-image: var(--gradient-hero);
  color: var(--primary-foreground);
}

.included h2 {
  color: var(--primary-foreground);
  text-align: center;
  margin-bottom: 0.5rem;
}

.included-sub {
  text-align: center;
  color: color-mix(in oklab, var(--cream) 70%, transparent);
  margin-bottom: 2rem;
}

.included-old {
  text-decoration: line-through;
}

.included-now {
  color: var(--flame);
  font-weight: 700;
}

.inc-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: color-mix(in oklab, var(--cream) 10%, transparent);
  backdrop-filter: blur(8px);
  border: 1px solid color-mix(in oklab, var(--cream) 20%, transparent);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.inc-emoji {
  font-size: 1.875rem;
  line-height: 1;
}

.inc-title {
  font-weight: 700;
  color: var(--cream);
}

.inc-desc {
  font-size: 0.875rem;
  color: color-mix(in oklab, var(--cream) 70%, transparent);
}

.bonus-box {
  background: color-mix(in oklab, var(--flame) 15%, transparent);
  border: 1px solid color-mix(in oklab, var(--flame) 40%, transparent);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}

.bonus-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--flame);
  margin-bottom: 0.75rem;
  text-align: center;
}

.bonus-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bonus-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: color-mix(in oklab, var(--cream) 10%, transparent);
  border-radius: 0.75rem;
  padding: 0.625rem 0.75rem;
}

.bonus-item span:first-child {
  font-size: 1.25rem;
}

.bonus-item span:last-child {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cream);
}

.cta-mt {
  margin-top: 2rem;
}

.guarantee-text {
  text-align: center;
  font-size: 0.875rem;
  color: color-mix(in oklab, var(--cream) 80%, transparent);
}

.authority {
  background: oklch(0.96 0.02 80);
}

.authority-inner {
  max-width: 28rem;
  margin: 0 auto;
}

.authority-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.chef-photo {
  width: 10rem;
  height: 10rem;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: var(--shadow-card);
  flex-shrink: 0;
  border: 4px solid #fff;
}

.chef-bio {
  font-size: 15px;
  line-height: 1.625;
  color: var(--foreground);
}

.chef-sign {
  margin-top: 1rem;
  height: 4rem;
  width: auto;
  margin-left: auto;
  display: block;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.proof-grid img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
}

.fb-kicker {
  margin-top: 2rem;
  text-align: center;
}

.fb-list {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fb-list img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  background: #fff;
}

.check-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--foreground);
  font-weight: 500;
}

.wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background: var(--whatsapp);
  color: var(--flame-foreground);
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.text-whatsapp {
  color: var(--whatsapp);
}

.delivery-copy {
  color: var(--muted-foreground);
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.delivery-checks {
  display: inline-block;
  text-align: left;
  color: var(--foreground);
  font-weight: 500;
}

.delivery-checks li + li {
  margin-top: 0.5rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

details.faq {
  background: var(--card);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
}

details.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem;
  font-weight: 600;
  color: var(--foreground);
  list-style: none;
}

details.faq summary::-webkit-details-marker {
  display: none;
}

.faq-plus {
  color: var(--primary);
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

details.faq[open] .faq-plus {
  transform: rotate(45deg);
}

details.faq p {
  padding: 0 1rem 1rem;
  color: var(--muted-foreground);
}

.final {
  padding: 4rem 1.25rem;
  background-image: var(--gradient-hero);
  color: var(--primary-foreground);
}

.final h2 {
  color: var(--primary-foreground);
  margin-bottom: 0.75rem;
}

.final-sub {
  color: color-mix(in oklab, var(--cream) 80%, transparent);
  margin-bottom: 1rem;
}

.final-old {
  color: color-mix(in oklab, var(--cream) 60%, transparent);
  text-decoration: line-through;
}

.expire-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: color-mix(in oklab, var(--flame) 20%, transparent);
  border: 1px solid color-mix(in oklab, var(--flame) 50%, transparent);
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  color: var(--cream);
  margin-bottom: 1.5rem;
}

.expire-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.expire-time {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 800;
  color: var(--flame);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.final-guarantee {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cream);
}

.final-pay {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: color-mix(in oklab, var(--cream) 60%, transparent);
}

footer {
  padding: 2rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

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

@keyframes pulse-cta {
  0%,
  100% {
    box-shadow: 0 14px 40px -12px oklch(55% 0.24 30 / 0.6), 0 0 0 0 oklch(70% 0.22 45 / 0.5);
  }
  50% {
    box-shadow: 0 14px 40px -12px oklch(55% 0.24 30 / 0.6), 0 0 0 14px oklch(70% 0.22 45 / 0);
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@media (min-width: 640px) {
  .timer-inner {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-sub {
    font-size: 1.125rem;
  }

  .mockup-img {
    width: 18rem;
  }

  .new-price {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .stress-copy {
    font-size: 1.875rem;
  }

  .authority-inner {
    max-width: 48rem;
  }

  .authority .kicker {
    text-align: left;
  }

  .authority-row {
    flex-direction: row;
  }

  .chef-photo {
    width: 14rem;
    height: 14rem;
  }

  .chef-bio {
    font-size: 1rem;
  }

  .chef-sign {
    height: 5rem;
  }
}
