:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top, rgba(245, 158, 11, 0.08), transparent 28%),
    linear-gradient(180deg, #020617 0%, #020617 48%, #010409 100%);
  transition: background 0.45s ease;
}

body[data-alert-state="alert"] {
  background:
    radial-gradient(circle at top, rgba(245, 158, 11, 0.16), transparent 30%),
    linear-gradient(180deg, #0a0a0a 0%, #111827 54%, #1f1305 100%);
}

.glass-dark {
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 60px rgba(2, 6, 23, 0.38);
}

.glass-panel {
  background: rgba(10, 15, 26, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 32px 80px rgba(2, 6, 23, 0.34);
}

.glass-subtle {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 48px rgba(2, 6, 23, 0.22);
}

.glass-natural {
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.95), rgba(15, 23, 42, 0.94));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(245, 158, 11, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 30px 64px rgba(245, 158, 11, 0.16);
}

.premium-shell {
  background:
    radial-gradient(circle at 50% 26%, rgba(245, 158, 11, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(1, 4, 12, 0.98), rgba(2, 6, 23, 1));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 60px rgba(2, 6, 23, 0.34);
}

.premium-dial {
  background:
    radial-gradient(circle at center, rgba(245, 158, 11, 0.18), transparent 36%),
    linear-gradient(180deg, #010409 0%, #0b1120 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-number {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.laudo-anchor {
  scroll-margin-top: 32px;
}

.badge-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.result-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.7rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cbd5e1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.kcal-strip {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid rgba(245, 158, 11, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(16, 185, 129, 0.08), transparent 22%),
    radial-gradient(circle at 0% 50%, rgba(245, 158, 11, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
}

.kcal-value-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
}

.coupon-card {
  width: 100%;
  max-width: 260px;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 26px;
  background: rgba(245, 158, 11, 0.08);
  padding: 1rem 1.25rem;
}

.awakening-section {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(245, 158, 11, 0.08), transparent 26%),
    rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.awakening-layout {
  display: grid;
  gap: 1.5rem;
}

.awakening-pane {
  position: relative;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 48px rgba(2, 6, 23, 0.22);
}

.awakening-pane-left {
  background:
    radial-gradient(circle at top left, rgba(244, 63, 94, 0.07), transparent 26%),
    rgba(255, 255, 255, 0.03);
}

.awakening-pane-right {
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.03);
}

.awakening-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awakening-divider::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(245, 158, 11, 0.28), rgba(255, 255, 255, 0.05));
}

.awakening-seal {
  position: absolute;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.94);
  box-shadow:
    0 12px 30px rgba(2, 6, 23, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #f8fafc;
}

.awakening-photo-shell {
  position: relative;
  overflow: hidden;
  height: 16rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background: rgba(2, 6, 23, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 38px rgba(2, 6, 23, 0.22);
}

.awakening-photo-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.03), rgba(2, 6, 23, 0.18)),
    linear-gradient(0deg, rgba(2, 6, 23, 0.12), rgba(2, 6, 23, 0));
  pointer-events: none;
}

.awakening-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.32);
}

.awakening-photo-left {
  object-position: 50% 52%;
  transform: scale(1.92);
}

.awakening-photo-right {
  object-position: 50% 48%;
  transform: scale(1.84);
}

.benefit-photo-frame {
  position: relative;
  overflow: hidden;
  height: 11rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(2, 6, 23, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 38px rgba(2, 6, 23, 0.22);
}

.benefit-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.02), rgba(2, 6, 23, 0.18)),
    linear-gradient(0deg, rgba(2, 6, 23, 0.14), rgba(2, 6, 23, 0));
  pointer-events: none;
}

.benefit-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.benefit-photo-cocker {
  object-position: 50% 35%;
}

.benefit-photo-puppy {
  object-position: 56% 38%;
}

.benefit-photo-renal {
  object-position: 56% 50%;
}

.guide-finale {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.22), transparent 26%),
    radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(120, 53, 15, 0.88), rgba(15, 23, 42, 0.92) 45%, rgba(6, 78, 59, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 36px 80px rgba(2, 6, 23, 0.34),
    0 18px 42px rgba(245, 158, 11, 0.18);
}

.offer-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  min-height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.2), rgba(15, 23, 42, 0.24)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 54px rgba(2, 6, 23, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.offer-card-tier-start {
  background:
    linear-gradient(180deg, rgba(5, 10, 20, 0.82), rgba(15, 23, 42, 0.74));
}

.offer-card-tier-evolution::before,
.offer-card-tier-vitality::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.offer-card-tier-evolution {
  background:
    linear-gradient(180deg, rgba(6, 11, 21, 0.9), rgba(15, 23, 42, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(2, 6, 23, 0.3),
    0 10px 28px rgba(245, 158, 11, 0.12);
}

.offer-card-tier-evolution::before {
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.46), rgba(255, 255, 255, 0.05), rgba(16, 185, 129, 0.18));
}

.offer-card-tier-vitality {
  background:
    linear-gradient(180deg, rgba(3, 8, 18, 0.94), rgba(6, 78, 59, 0.2) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 26px 64px rgba(2, 6, 23, 0.34),
    0 12px 32px rgba(16, 185, 129, 0.12),
    0 0 40px -15px rgba(245, 158, 11, 0.3);
}

.offer-card-tier-vitality::before {
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.62), rgba(16, 185, 129, 0.32), rgba(245, 158, 11, 0.12));
}

.tier-price-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.offer-card-recommended {
  border-color: rgba(245, 158, 11, 0.95);
  box-shadow:
    inset 0 0 0 1px rgba(245, 158, 11, 0.36),
    0 30px 70px rgba(2, 6, 23, 0.34),
    0 0 0 1px rgba(245, 158, 11, 0.26),
    0 0 38px rgba(245, 158, 11, 0.18),
    0 0 40px -15px rgba(245, 158, 11, 0.3);
  transform: translateY(-6px);
  animation: recommendationPulse 2.4s ease-in-out infinite;
}

.tier-price-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.tier-price-multiplier {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.tier-price-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: nowrap;
}

.tier-price-value {
  font-size: clamp(2.35rem, 4.2vw, 3.1rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.tier-price-suffix {
  padding-bottom: 0.32rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.72);
}

.offer-recommendation-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.38);
  background: rgba(245, 158, 11, 0.14);
  padding: 0.45rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fde68a;
}

.offer-cta-primary {
  background: linear-gradient(135deg, #fde68a 0%, #f59e0b 44%, #f97316 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 36px rgba(245, 158, 11, 0.16);
}

.offer-cta-primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 22px 40px rgba(245, 158, 11, 0.22);
  filter: saturate(1.03);
}

.offer-comparison-shell {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.42), rgba(15, 23, 42, 0.28)),
    rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 48px rgba(2, 6, 23, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.comparison-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.comparison-icon-check {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}

.comparison-icon-off {
  background: rgba(148, 163, 184, 0.08);
  color: rgba(148, 163, 184, 0.64);
}

@keyframes recommendationPulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(245, 158, 11, 0.32),
      0 30px 70px rgba(2, 6, 23, 0.34),
      0 0 0 1px rgba(245, 158, 11, 0.24),
      0 0 28px rgba(245, 158, 11, 0.14),
      0 0 40px -15px rgba(245, 158, 11, 0.26);
  }

  50% {
    box-shadow:
      inset 0 0 0 1px rgba(245, 158, 11, 0.4),
      0 34px 82px rgba(2, 6, 23, 0.38),
      0 0 0 1px rgba(245, 158, 11, 0.36),
      0 0 44px rgba(245, 158, 11, 0.24),
      0 0 40px -15px rgba(245, 158, 11, 0.32);
  }
}

.result-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.result-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.score-glow {
  text-shadow:
    0 0 16px rgba(16, 185, 129, 0.18),
    0 0 30px rgba(250, 204, 21, 0.18);
}

.score-card-glow {
  box-shadow:
    0 0 0 1px rgba(16, 185, 129, 0.14),
    0 24px 54px rgba(16, 185, 129, 0.12);
}

body[data-alert-state="alert"] .alert-surface {
  border: 1px solid rgba(245, 158, 11, 0.28);
  background: rgba(245, 158, 11, 0.08);
}

@media (min-width: 900px) {
  .kcal-strip {
    grid-template-columns: 1.15fr 0.7fr auto;
  }

  .kcal-value-block {
    align-items: center;
    text-align: center;
  }

  .awakening-layout {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
  }

  .awakening-divider::before {
    width: 1px;
    height: 100%;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(245, 158, 11, 0.28), rgba(255, 255, 255, 0.05));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body,
  .result-reveal,
  .offer-card {
    transition: none;
  }

  .offer-card-recommended {
    animation: none;
  }
}
