:root {
  --bg: #ffffff;
  --ink: #050505;
  --muted: rgba(0, 0, 0, 0.62);
  --soft-muted: rgba(0, 0, 0, 0.46);
  --line: rgba(0, 0, 0, 0.1);
  --green: #16a34a;
  --green-dark: #15803d;
  --green-deep: #075f49;
  --mint: #f7fef7;
  --lime: #b8ff16;
  --cream: #fff7df;
  --dark: #090f0d;
  --card: #ffffff;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  --green-shadow: 0 18px 42px rgba(22, 163, 74, 0.24);
  --radius: 24px;
  --container: 768px;
  --wide: 1040px;
  --vsl-progress-bg: rgba(0, 0, 0, 0.15);
  --vsl-progress-fill: #16a34a;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 50% -8%, rgba(22, 163, 74, 0.12), transparent 28rem),
    #ffffff;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: #ffffff;
  background: var(--green);
}

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

img,
video,
iframe,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(22, 163, 74, 0.55);
  outline-offset: 4px;
}

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.container.narrow {
  width: min(100% - 48px, 768px);
}

.container.wide {
  width: min(100% - 32px, var(--wide));
}

.section,
.hero {
  padding: clamp(66px, 8vw, 104px) 0;
}

.hero {
  padding-top: clamp(58px, 8vw, 92px);
  text-align: center;
}

.hero-inner {
  display: grid;
  justify-items: center;
}

.wordmark {
  margin: 0 0 56px;
  color: rgba(0, 0, 0, 0.62);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 76px;
  height: 1px;
  margin: 0 auto 56px;
  background: rgba(0, 0, 0, 0.1);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  letter-spacing: -0.025em;
}

h1 {
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: clamp(2.3rem, 6vw, 4.15rem);
  font-weight: 760;
  line-height: 1.03;
}

.hero-title {
  position: relative;
  max-width: 860px;
}

.hero-highlight {
  display: inline;
  color: #0b5e3f;
  font-weight: 850;
  text-decoration: underline solid #b8ff16 0.15em;
  text-underline-offset: 0.09em;
  text-decoration-skip-ink: none;
}

.hero-alert-icon,
.hero-down-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.72em;
  height: 0.72em;
  color: var(--green);
  vertical-align: 0.02em;
}

.hero-alert-icon {
  margin-right: 0.12em;
}

.hero-down-icon {
  margin-left: 0.12em;
  animation: heroDownPulse 1.55s ease-in-out infinite;
}

.hero-alert-icon svg,
.hero-down-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hero-alert-icon svg path:first-child {
  fill: rgba(22, 163, 74, 0.1);
}

@keyframes heroDownPulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.82;
  }

  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

h2 {
  max-width: 720px;
  margin: 0 auto 18px;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 760;
  line-height: 1.08;
  text-align: center;
}

h3 {
  margin-bottom: 6px;
  font-size: 1.1rem;
  line-height: 1.16;
}

em {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}

.lead,
.section-heading p,
.final-section p {
  max-width: 690px;
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
  line-height: 1.58;
  text-align: center;
}

.section-heading {
  margin: 0 auto 38px;
  text-align: center;
}

.button,
.checkout-button,
.whatsapp-specialist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border: 0;
  border-radius: 999px;
  padding: 0 34px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: var(--green-shadow);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.checkout-button:hover,
.whatsapp-specialist:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(22, 163, 74, 0.28);
}

.button.centered {
  display: flex;
  width: fit-content;
  margin: 34px auto 0;
}

.microcopy,
.compliance {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--soft-muted);
  font-size: 0.9rem;
  text-align: center;
}

.vsl-player {
  position: relative;
  overflow: hidden;
  width: min(100%, 760px);
  margin: 34px auto 34px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 36px;
  aspect-ratio: 16 / 9;
  background: #050505;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
  cursor: pointer;
}

.vsl-frame,
.vsl-frame iframe,
.panda-vsl iframe,
.vsl-native-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vsl-frame {
  pointer-events: none;
}

.vsl-native-video {
  object-fit: cover;
}

.vsl-sound-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: min(82%, 310px);
  min-height: 150px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.9), rgba(21, 128, 61, 0.82));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transform: translate(-50%, -50%);
  animation: vslPulse 1.7s ease-in-out infinite;
}

.vsl-sound-button.is-hidden {
  display: none;
  animation: none;
}

.vsl-sound-button svg {
  width: 70px;
  height: 70px;
  margin: 6px 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vsl-sound-kicker,
.vsl-sound-button strong {
  font-weight: 850;
}

.vsl-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 7px;
  overflow: hidden;
  background: var(--vsl-progress-bg);
  pointer-events: none;
}

.vsl-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, var(--green-dark), var(--green));
  transition: width 420ms cubic-bezier(.2, .9, .2, 1);
}

@keyframes vslPulse {
  50% {
    opacity: 0.94;
    transform: translate(-50%, -50%) scale(1.035);
  }
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(247, 254, 247, 0.78), rgba(255, 255, 255, 0.94));
}

.feature-list,
.bonus-list,
.faq-list,
.easy-steps {
  display: grid;
  gap: 14px;
}

.feature-card,
.compare-card,
.bonus-list article,
.easy-step,
.price-old-card,
.offer-price-card,
.guarantee-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
}

.feature-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
}

.feature-card span,
.bonus-list span,
.offer-bonus strong,
.security-grid span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-deep);
  background: #d1fae5;
  font-weight: 850;
}

.feature-card p,
.easy-step p,
.compare-card li,
.price-old-card p,
.offer-price-card p,
.guarantee-card p,
.faq-list p {
  color: var(--muted);
}

.flow-card {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 36px 0 24px;
}

.flow-card span {
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 999px;
  padding: 12px 10px;
  color: var(--green-deep);
  background: #ffffff;
  font-weight: 800;
  text-align: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding: 8px 2px 20px;
  scrollbar-width: thin;
}

.video-proof {
  position: relative;
  overflow: hidden;
  min-width: 190px;
  border-radius: 22px;
  aspect-ratio: 9 / 16;
  background: #111111;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.16);
}

.video-proof iframe,
.media-video,
.youtube-embed {
  width: 100%;
  height: 100%;
  border: 0;
}

.easy-shift-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(22, 163, 74, 0.1), transparent 24rem),
    #ffffff;
}

.easy-step {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 4vw, 24px);
}

.easy-step strong {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--green-deep);
  background: #d1fae5;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.easy-step h3 {
  font-size: clamp(1.28rem, 4.6vw, 1.7rem);
}

.easy-step img,
.easy-step video {
  width: 100%;
  max-height: 560px;
  border-radius: 18px;
  background: #0b0f0d;
  object-fit: contain;
}

.step-arrow {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green);
  font-size: 1.3rem;
  font-weight: 900;
}

.closing-proof {
  margin-top: 18px;
  border: 1px solid rgba(22, 163, 74, 0.24);
  border-radius: 22px;
  background: var(--mint);
  color: var(--green-deep);
  font-size: 1.04rem;
  font-weight: 760;
  line-height: 1.58;
  padding: 20px;
  text-align: center;
}

.live-call-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(22, 163, 74, 0.09), transparent 24rem),
    linear-gradient(180deg, #ffffff, rgba(247, 254, 247, 0.72));
}

.call-video-card {
  overflow: hidden;
  width: min(100%, 760px);
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  aspect-ratio: 16 / 9;
  background: #050505;
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.16);
}

.call-video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.compare-card {
  padding: 24px;
}

.compare-card.highlighted {
  border-color: rgba(22, 163, 74, 0.32);
  background: var(--mint);
}

.clean-list,
.check-list,
.offer-benefits {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-list li,
.check-list li,
.offer-benefits li {
  position: relative;
  padding-left: 30px;
  font-weight: 650;
}

.clean-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #94a3b8;
  font-weight: 900;
}

.check-list li::before,
.offer-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #10b981;
  background: #d1fae5;
  font-size: 0.74rem;
  font-weight: 900;
}

.bonus-heading {
  margin-bottom: 34px;
}

.bonus-gift {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 24px;
  color: var(--green);
  background: linear-gradient(145deg, #ffffff, #ecfdf5);
  box-shadow: 0 18px 42px rgba(22, 163, 74, 0.16);
}

.bonus-gift svg {
  width: 58px;
  height: 58px;
  fill: #16a34a !important;
  stroke: #065f46 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.bonus-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bonus-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 152px;
  padding: 24px;
  border-color: rgba(22, 163, 74, 0.2);
  background: linear-gradient(135deg, #ffffff, #f0fdf4);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.bonus-list article:last-child {
  grid-column: span 2;
}

.bonus-list span {
  width: 34px;
  height: 34px;
  color: var(--green-deep);
  background: #bbf7d0;
  font-size: 0.74rem;
}

.bonus-list h3 {
  margin: 0 0 8px;
  color: #13281e;
  font-size: 1.08rem;
}

.bonus-list p {
  margin: 0;
  color: #5c6f63;
  font-size: 0.96rem;
  line-height: 1.52;
}

.marquee-shell {
  position: relative;
  overflow: hidden;
  width: min(100%, 1000px);
  margin-inline: auto;
}

.marquee-shell::before,
.marquee-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(13vw, 130px);
  pointer-events: none;
}

.marquee-shell::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 5%, rgba(255, 255, 255, 0));
}

.marquee-shell::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 5%, rgba(255, 255, 255, 0));
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding: 8px 0 20px;
  animation: marquee 42s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.photo-proof {
  overflow: hidden;
  flex: 0 0 300px;
  border: 1px solid var(--line);
  border-radius: 22px;
  aspect-ratio: 9 / 16;
  background: #111111;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.photo-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.offer-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 255, 22, 0.12), transparent 26rem),
    #111111;
  color: #ffffff;
}

.offer-container {
  width: min(100% - 32px, 430px);
}

.section-heading.light h2,
.section-heading.light p {
  color: #ffffff;
}

.price-old-card,
.offer-price-card,
.guarantee-card {
  padding: 24px;
}

.price-old-card {
  margin-bottom: 16px;
}

.price-old-card span,
.offer-price-card h3,
.offer-price-card h4,
.guarantee-card h3 {
  color: var(--green-deep);
  font-weight: 850;
  text-transform: uppercase;
}

.price-old-card strong {
  display: block;
  margin: 10px 0;
  color: #9ca3af;
  font-size: 3rem;
  line-height: 1;
  text-decoration: line-through;
}

.offer-price-card {
  overflow: hidden;
  border: 2px solid var(--lime);
  box-shadow: 0 0 0 5px rgba(184, 255, 22, 0.12), 0 24px 70px rgba(0, 0, 0, 0.22);
}

.discount-strip {
  display: block;
  margin: -24px -24px 20px;
  background: var(--lime);
  color: #07110f;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
}

.offer-price-card h3 {
  color: #07110f;
  font-size: 1.4rem;
  text-transform: none;
}

.price {
  display: block;
  margin: 10px 0 0;
  color: var(--green-deep);
  font-size: clamp(4rem, 18vw, 5rem);
  font-weight: 820;
  line-height: 0.95;
}

.offer-price-card small {
  color: #536174;
  font-weight: 760;
}

.offer-price-card p,
.offer-price-card li,
.offer-bonus p,
.offer-bonus span {
  color: #111827;
}

.offer-benefits {
  margin: 16px 0 22px;
}

.offer-benefits li {
  color: #42526a;
  font-weight: 850;
  text-transform: uppercase;
}

.offer-bonus {
  display: grid;
  gap: 10px;
  border-top: 1px solid #e5e7eb;
  padding-top: 18px;
}

.offer-bonus h4,
.offer-bonus p {
  margin: 0;
}

.offer-bonus div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-radius: 14px;
  background: #f8fafc;
  padding: 12px;
}

.offer-bonus span {
  font-weight: 850;
  line-height: 1.25;
}

.checkout-button {
  width: 100%;
  margin-top: 18px;
  background: #25d366;
  box-shadow: 0 10px 0 rgba(15, 118, 69, 0.28), 0 18px 34px rgba(37, 211, 102, 0.26);
  text-transform: uppercase;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.security-grid article {
  border-radius: 14px;
  background: #ffffff;
  color: #111827;
  padding: 14px 8px;
  text-align: center;
}

.security-grid span {
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
}

.security-grid strong {
  display: block;
  font-size: 0.76rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.security-grid p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1.25;
}

.guarantee-card {
  margin-top: 16px;
}

.guarantee-card h3 {
  color: #07110f;
  text-transform: none;
}

.whatsapp-specialist {
  width: 100%;
  margin-top: 18px;
  background: #25d366;
  text-transform: uppercase;
}

.faq-list details {
  padding: 0 20px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.faq-list summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-weight: 760;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin-bottom: 0;
  padding-bottom: 18px;
}

.final-section {
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
  color: var(--soft-muted);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #16a34a;
  box-shadow: 0 18px 48px rgba(22, 163, 74, 0.35);
  transition: transform 180ms ease;
}

.floating-whatsapp:hover {
  transform: scale(1.05);
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.admin-body {
  min-height: 100vh;
  background: #f4f7f6;
  color: #111827;
}

.admin-shell {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
  padding: 48px 0 72px;
}

.admin-panel,
.admin-login,
.admin-card {
  border: 1px solid #dbe5e1;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.admin-login {
  max-width: 460px;
  margin: 72px auto;
  padding: 32px;
}

.admin-login h1,
.admin-panel h1,
.admin-card h2 {
  margin: 0 0 10px;
  color: #064e3b;
}

.admin-login form,
.admin-upload-form,
.admin-link-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.admin-login label,
.admin-upload-form label,
.admin-link-form label {
  display: grid;
  gap: 8px;
  color: #334155;
  font-weight: 800;
}

.admin-login input,
.admin-upload-form input,
.admin-link-form input,
.admin-link-form select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 12px 14px;
  color: #111827;
  font: inherit;
  background: #ffffff;
}

.admin-panel {
  padding: 28px;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.admin-card {
  padding: 22px;
}

.metrics-card {
  margin-bottom: 18px;
}

.metrics-head,
.metrics-filters,
.metrics-summary,
.metrics-columns {
  display: grid;
  gap: 14px;
}

.metrics-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  margin-bottom: 18px;
}

.metrics-filters {
  grid-template-columns: 170px 150px 150px auto;
  align-items: center;
}

.metrics-filters select,
.metrics-filters input {
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 10px 14px;
  color: #111827;
  font: inherit;
  background: #ffffff;
}

.metrics-summary {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-bottom: 16px;
}

.metrics-summary article,
.metric-box {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
}

.metrics-summary article {
  padding: 14px;
}

.metrics-summary span,
.metric-bar-row span,
.section-heatmap-row span {
  display: block;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 750;
}

.metrics-summary strong {
  display: block;
  margin-top: 6px;
  color: #064e3b;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1;
}

.metrics-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.metric-box {
  padding: 18px;
}

.metric-box h3 {
  margin: 0 0 14px;
  color: #064e3b;
}

.metric-bar-row,
.section-heatmap-row {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
}

.metric-bar-row + .metric-bar-row,
.section-heatmap-row + .section-heatmap-row {
  margin-top: 10px;
}

.metric-bar-row div,
.section-heatmap-row div {
  position: relative;
  z-index: 1;
}

.metric-bar-row strong,
.section-heatmap-row strong {
  display: block;
  color: #111827;
}

.metric-bar-row i,
.section-heatmap-row i {
  position: absolute;
  inset: auto auto 0 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #10b981, #064e3b);
}

.section-heatmap {
  display: grid;
  gap: 10px;
}

.admin-help,
.admin-status,
.admin-error {
  color: #64748b;
  font-size: 0.95rem;
}

.admin-error {
  color: #b91c1c;
  font-weight: 800;
}

.upload-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.admin-list-title {
  margin: 18px 0 8px;
  color: #064e3b;
  font-size: 1.02rem;
}

.testimonial-admin-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 10px;
  background: #f8fafc;
}

.testimonial-admin-item img,
.testimonial-admin-item video,
.testimonial-admin-item iframe {
  width: 88px;
  height: 118px;
  border-radius: 10px;
  object-fit: cover;
  background: #0b0f0d;
}

.audio-preview {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border-radius: 10px;
  color: #064e3b;
  font-weight: 900;
  background: #d1fae5;
}

.testimonial-admin-item strong,
.testimonial-admin-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-admin-item span {
  color: #64748b;
  font-size: 0.9rem;
}

.admin-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0f766e;
  border-radius: 999px;
  padding: 10px 18px;
  color: #ffffff;
  font-weight: 850;
  text-transform: uppercase;
  background: linear-gradient(135deg, #10b981, #0f766e);
  cursor: pointer;
}

.admin-button.secondary {
  color: #064e3b;
  background: #ffffff;
}

.admin-button.danger {
  border-color: #b91c1c;
  background: #b91c1c;
}

.legal-page {
  min-height: 100vh;
}

.legal-hero,
.legal-content {
  padding: 70px 0;
}

.legal-content article {
  max-width: 860px;
  margin: 0 auto;
}

.legal-content a {
  color: var(--green);
  font-weight: 750;
}

@media (max-width: 900px) {
  .flow-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .compare-grid,
  .metrics-head,
  .metrics-columns,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .metrics-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metrics-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container,
  .container.narrow,
  .container.wide {
    width: min(100% - 28px, 100%);
  }

  .section,
  .hero {
    padding: 58px 0;
  }

  .wordmark {
    margin-bottom: 38px;
  }

  .divider {
    margin-bottom: 38px;
  }

  h1 {
    font-size: clamp(2rem, 10.2vw, 3rem);
  }

  .hero-title {
    max-width: 100%;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }

  .button,
  .checkout-button,
  .whatsapp-specialist {
    width: 100%;
    min-height: 58px;
    padding: 0 22px;
  }

  .vsl-player {
    border-radius: 24px;
  }

  .feature-card {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px;
  }

  .bonus-list {
    grid-template-columns: 1fr;
  }

  .bonus-list article,
  .bonus-list article:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 20px;
  }

  .flow-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(5, minmax(205px, 1fr));
  }

  .photo-proof {
    flex-basis: 245px;
  }

  .security-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-inner,
  .admin-topbar {
    display: grid;
    text-align: center;
  }

  .footer-links,
  .admin-actions {
    justify-content: center;
  }

  .metrics-filters,
  .metrics-summary {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 420px) {
  .security-grid article {
    padding: 12px 6px;
  }

  .security-grid strong {
    font-size: 0.68rem;
  }

  .security-grid p {
    font-size: 0.64rem;
  }

  .offer-container {
    width: min(100% - 24px, 430px);
  }
}

/* Larger reading text across the direct offer page. */
body {
  font-size: 1.125rem;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  letter-spacing: 0;
}

main p, main li, .offer-bonus span, .faq-list summary {
  font-size: 1.125rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.offer-price-card small, .microcopy, .compliance,
.security-grid strong, .security-grid p,
.footer-inner p, .footer-links a {
  font-size: 1rem;
  line-height: 1.6;
}

.vsl-instruction {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 700px;
  color: #c91c24;
  text-align: left;
}

.vsl-instruction strong {
  color: #c91c24;
  flex: 1;
  min-width: 0;
}

.vsl-warning-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  filter: drop-shadow(0 5px 4px rgba(80, 48, 0, 0.18));
}

@media (max-width: 600px) {
  .vsl-instruction {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

.lifetime-access {
  margin: 18px 0;
  padding: 16px 0;
  border-block: 1px solid #bbf7d0;
}

.lifetime-access strong {
  color: var(--green-deep);
}

.guarantee-extended {
  border-top: 4px solid var(--green);
}

.button, .whatsapp-specialist {
  white-space: normal;
  text-align: center;
  height: auto;
  min-height: 56px;
}

@media (max-width: 600px) {
  .security-grid {
    grid-template-columns: 1fr;
  }

  .price {
    font-size: 3.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
