:root {
  --bg: #06191d;
  --bg-deep: #031014;
  --surface: rgba(8, 24, 29, 0.78);
  --surface-strong: rgba(10, 28, 34, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.03);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 177, 96, 0.22);
  --text: #f6efe2;
  --muted: #c7bdaa;
  --muted-strong: #a79d8d;
  --orange: #ff6f0f;
  --orange-soft: #ffb876;
  --cream: #ffe6c4;
  --green: #29b36b;
  --shadow: 0 30px 120px rgba(0, 0, 0, 0.38);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 122, 24, 0.18), transparent 24%),
    radial-gradient(circle at 20% 20%, rgba(255, 190, 120, 0.09), transparent 22%),
    radial-gradient(circle at bottom, rgba(41, 179, 107, 0.08), transparent 28%),
    linear-gradient(180deg, #0a2328 0%, var(--bg) 58%, var(--bg-deep) 100%);
}

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

a {
  color: inherit;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 20px 10px 36px;
}

.page-noise {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle at center, black, transparent 85%);
}

.card {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, rgba(6, 20, 24, 0.9), rgba(7, 27, 32, 0.98));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 14px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: calc(var(--radius-xl) - 8px);
  background:
    radial-gradient(circle at top right, rgba(255, 111, 15, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.offer-badge,
.cta-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 800;
}

.hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-overline {
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-copy strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-status {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--cream);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 184, 118, 0.2);
  background: rgba(255, 184, 118, 0.08);
}

.brand-logo {
  width: 76px;
  height: 76px;
  margin: 0;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.24),
    0 0 0 8px rgba(255, 255, 255, 0.025);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--orange-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.offer-panel h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  line-height: 0.98;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(1.8rem, 6vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.hero h1 span {
  color: var(--cream);
  text-shadow: 0 0 30px rgba(255, 184, 118, 0.12);
}

.hero-copy,
.offer-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.hero-copy {
  max-width: 38ch;
  margin: 10px 0 0;
  font-size: 0.92rem;
}

.hero-cta-wrap {
  margin-top: 14px;
}

.hero-stats {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-stats article {
  display: grid;
  gap: 2px;
  padding: 10px 10px 9px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
}

.hero-stats strong {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.35;
}

.offer-panel {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  padding: 18px 14px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at top right, rgba(255, 111, 15, 0.15), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

.offer-badge {
  margin-bottom: 14px;
  color: #211408;
  background: linear-gradient(90deg, #ffe1bb, #ffbf79);
}

.offer-panel h2 {
  max-width: 17ch;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.offer-panel p {
  max-width: 42ch;
  margin: 10px 0 0;
  font-size: 0.92rem;
}

.benefit-grid {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.benefit-card {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.11);
}

.benefit-card strong {
  font-size: 0.94rem;
  font-weight: 800;
}

.benefit-card span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.actions {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 14px;
  text-decoration: none;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
  position: relative;
  overflow: hidden;
}

.cta-primary {
  color: #0c1f24;
  background:
    linear-gradient(135deg, #fff4e4 0%, #ffd5a3 46%, #ff9a42 100%);
  box-shadow:
    0 20px 40px rgba(255, 111, 15, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.cta-primary .cta-kicker {
  color: #fff1de;
  background: rgba(9, 31, 35, 0.9);
}

.cta-secondary {
  color: var(--text);
  border-color: rgba(41, 179, 107, 0.18);
  background:
    radial-gradient(circle at right, rgba(41, 179, 107, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.cta-secondary .cta-kicker {
  color: #dffbe8;
  background: rgba(41, 179, 107, 0.18);
}

.cta-copy {
  min-width: 0;
}

.cta strong,
.cta small {
  display: block;
}

.cta strong {
  margin-top: 7px;
  font-family: "Outfit", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.cta small {
  margin-top: 5px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.cta-primary small {
  color: rgba(10, 31, 35, 0.72);
}

.cta-secondary small {
  color: #ccd6d0;
}

.cta-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 800;
}

.cta-hero {
  margin: 0;
}

.cta-primary .cta-arrow {
  color: #fff7ee;
  background: rgba(10, 31, 35, 0.88);
}

.cta-secondary .cta-arrow {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.cta-arrow-whatsapp {
  color: #eafff3;
  background: linear-gradient(180deg, #30c76d, #179c50);
  box-shadow: 0 10px 24px rgba(41, 179, 107, 0.28);
}

.cta-arrow-whatsapp svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.cta-primary:hover,
.cta-primary:focus-visible {
  box-shadow:
    0 24px 48px rgba(255, 111, 15, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.cta-secondary:hover,
.cta-secondary:focus-visible {
  border-color: rgba(41, 179, 107, 0.38);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.trust-strip {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-strip article {
  padding: 12px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--surface);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 0.9rem;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
}

@media (max-width: 420px) {
  .hero-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero h1 {
    max-width: 11.5ch;
    font-size: clamp(1.7rem, 6vw, 2.25rem);
  }

  .cta {
    align-items: flex-start;
  }

  .cta-arrow {
    width: 36px;
    height: 36px;
  }

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

@media (min-width: 768px) {
  .page-shell {
    padding-top: 44px;
    padding-bottom: 64px;
  }

  .card {
    width: min(100%, 560px);
    padding: 22px;
  }

  .hero {
    padding: 20px;
  }

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

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

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

  .cta {
    transition: none;
  }
}
