/* ÁSTRIA Finance — landing premium */

:root {
  --bg-deep: #030508;
  --bg: #080c14;
  --bg-elevated: #0f141f;
  --bg-card: #121820;
  --border: rgba(212, 168, 83, 0.14);
  --border-cyan: rgba(34, 211, 238, 0.22);
  --border-strong: rgba(212, 168, 83, 0.38);
  --text: #f1f5f9;
  --text-muted: #94a3b8;
  --gold: #d4a853;
  --gold-light: #e8c872;
  --gold-dark: #a67c2e;
  --gold-glow: rgba(212, 168, 83, 0.35);
  --cyan: #22d3ee;
  --blue: #38bdf8;
  --accent-glow: rgba(34, 211, 238, 0.28);
  --gradient-gold: linear-gradient(135deg, #a67c2e 0%, #d4a853 45%, #e8c872 100%);
  --gradient-cyan: linear-gradient(135deg, #0ea5e9 0%, #22d3ee 50%, #38bdf8 100%);
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  --font-sans: 'DM Sans', system-ui, sans-serif;
  --font-display: 'Outfit', system-ui, sans-serif;
  --container: min(1140px, 92vw);
  --header-h: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg-deep);
  background-image:
    radial-gradient(ellipse 90% 55% at 15% -10%, rgba(212, 168, 83, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 45% at 95% 5%, rgba(34, 211, 238, 0.1), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(14, 165, 233, 0.06), transparent 60%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--gold-light);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--cyan);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(3, 5, 8, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}

.logo:hover {
  color: var(--text);
}

.logo__img {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: contain;
  flex-shrink: 0;
  box-shadow: 0 0 24px var(--gold-glow);
}

.logo__mark,
.logo__mark--fallback {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--gradient-gold);
  box-shadow: 0 0 24px var(--gold-glow);
  flex-shrink: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav a {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.nav a:hover {
  color: var(--gold-light);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-elevated);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--gold);
  border-radius: 2px;
}

/* Regions */
.regions {
  position: sticky;
  top: var(--header-h);
  z-index: 90;
  border-bottom: 1px solid var(--border);
  background: rgba(8, 12, 20, 0.94);
  backdrop-filter: blur(10px);
}

.regions__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding: 0.65rem 0;
}

.regions__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.regions__list {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.regions__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text);
  background: rgba(212, 168, 83, 0.06);
  border: 1px solid var(--border);
  border-radius: 999px;
}

.regions__divider {
  width: 1px;
  height: 18px;
  background: var(--border);
}

/* Hero */
.hero {
  padding: 4.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.hero__badge {
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212, 168, 83, 0.08);
  border: 1px solid var(--border-strong);
  border-radius: 999px;
}

.hero__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.8vw, 3.15rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text);
}

.hero__highlight {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 600;
  line-height: 1.35;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__subtitle {
  margin: 0 0 2rem;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero__visual {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: 420px;
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-strong);
  box-shadow:
    var(--shadow),
    0 0 48px rgba(212, 168, 83, 0.15),
    0 0 24px rgba(34, 211, 238, 0.08);
  object-fit: cover;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.hero__glow--gold {
  width: 280px;
  height: 280px;
  top: 10%;
  right: 5%;
  background: rgba(212, 168, 83, 0.28);
}

.hero__glow--cyan {
  width: 200px;
  height: 200px;
  bottom: 5%;
  left: 0;
  background: rgba(34, 211, 238, 0.18);
}

.hero-dashboard {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  padding: 1.5rem 1.35rem 1.25rem;
  background: linear-gradient(165deg, rgba(22, 28, 38, 0.95) 0%, rgba(10, 14, 22, 0.98) 100%);
  border: 1px solid var(--border-strong);
  box-shadow:
    var(--shadow),
    0 0 50px rgba(212, 168, 83, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.hero-dashboard__brand {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.hero-dashboard__pill {
  padding: 0.2rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bg-deep);
  background: var(--gradient-gold);
  border-radius: 999px;
}

.hero-dashboard__label {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.hero-dashboard__balance {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hero-dashboard__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hero-dashboard__tag {
  padding: 0.2rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
}

.hero-dashboard__tag--eur {
  color: var(--gold-light);
  background: rgba(212, 168, 83, 0.15);
  border: 1px solid rgba(212, 168, 83, 0.35);
}

.hero-dashboard__tag--brl {
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid var(--border-cyan);
}

.hero-dashboard__change {
  margin-left: auto;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4ade80;
}

.hero-dashboard__chart {
  height: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.75rem;
}

.hero-dashboard__chart svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.6rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn--block {
  width: 100%;
}

.btn--primary {
  color: var(--bg-deep);
  background: var(--gradient-gold);
  box-shadow: 0 6px 28px var(--gold-glow);
}

.btn--primary:hover {
  color: var(--bg-deep);
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(212, 168, 83, 0.45);
}

.btn--secondary {
  color: var(--text);
  background: transparent;
  border: 1px solid var(--border-strong);
}

.btn--secondary:hover {
  color: var(--gold-light);
  background: rgba(212, 168, 83, 0.08);
}

.btn--outline {
  color: var(--gold-light);
  background: transparent;
  border: 1px solid var(--border);
}

/* Sections */
.section {
  padding: 4rem 0;
}

.section__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section__lead {
  margin: 0 0 2.5rem;
  max-width: 36rem;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.card:hover {
  border-color: rgba(212, 168, 83, 0.32);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 30px rgba(212, 168, 83, 0.06);
}

/* Benefits */
.benefits {
  padding: 2.5rem 0 4rem;
  margin-top: -0.5rem;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.benefit-card {
  padding: 1.75rem 1.35rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(18, 24, 32, 0.9) 0%, rgba(10, 14, 22, 0.95) 100%);
}

.benefit-card__emoji {
  display: block;
  margin: 0 auto 0.65rem;
  font-size: 1.75rem;
  line-height: 1;
}

.benefit-card__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-light);
}

.benefit-card__desc {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted);
}

/* Coming soon */
.coming-soon {
  background: rgba(8, 12, 20, 0.65);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.coming-soon__wrap {
  text-align: center;
}

.coming-soon__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.coming-soon__title {
  margin-bottom: 2rem;
}

.coming-soon__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 920px;
  margin-inline: auto;
  text-align: left;
}

.coming-soon__card {
  width: 100%;
  max-width: none;
  padding: 2rem 1.65rem;
  text-align: center;
  opacity: 0.92;
  border-color: rgba(148, 163, 184, 0.22);
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.coming-soon__card-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.coming-soon__card-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
}

.coming-soon__badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(212, 168, 83, 0.1);
  border: 1px solid rgba(212, 168, 83, 0.28);
  border-radius: 999px;
}

.coming-soon__ai-orb {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin: 0;
  isolation: isolate;
}

.coming-soon__ai-orb-glow,
.coming-soon__ai-orb-orbit,
.coming-soon__ai-orb-core {
  display: block;
}

.coming-soon__ai-orb-core {
  position: absolute;
  inset: 20px;
  z-index: 2;
  border-radius: 50%;
  background: radial-gradient(
    circle at 40% 34%,
    rgba(56, 189, 248, 0.55) 0%,
    rgba(34, 211, 238, 0.28) 28%,
    rgba(15, 23, 42, 0.88) 58%,
    rgba(212, 168, 83, 0.16) 100%
  );
  border: 1px solid rgba(34, 211, 238, 0.48);
  box-shadow:
    0 0 28px rgba(34, 211, 238, 0.32),
    0 0 44px rgba(212, 168, 83, 0.16),
    inset 0 0 22px rgba(34, 211, 238, 0.14);
  animation: ai-orb-pulse 4.5s ease-in-out infinite;
  will-change: transform, opacity;
}

.coming-soon__ai-orb-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.coming-soon__ai-orb-glow--cyan {
  inset: -4px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.38) 0%, transparent 72%);
  filter: blur(12px);
  animation: ai-orb-glow-pulse 4.5s ease-in-out infinite;
  will-change: transform, opacity;
}

.coming-soon__ai-orb-glow--gold {
  inset: 6px;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.3) 0%, transparent 68%);
  filter: blur(10px);
  animation: ai-orb-glow-pulse 4.5s ease-in-out infinite 1.1s;
  will-change: transform, opacity;
}

.coming-soon__ai-orb-orbit {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(34, 211, 238, 0.2);
  animation: ai-orb-spin 14s linear infinite;
  will-change: transform;
}

.coming-soon__ai-orb-orbit--2 {
  inset: 8px;
  border-color: rgba(212, 168, 83, 0.22);
  animation-duration: 18s;
  animation-direction: reverse;
}

.coming-soon__ai-orb-orbit--3 {
  inset: 16px;
  animation-duration: 22s;
  border-color: rgba(56, 189, 248, 0.16);
}

.coming-soon__ai-orb-dot {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3.5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.75);
  animation: ai-orb-dot-pulse 3s ease-in-out infinite;
  will-change: transform, opacity;
}

.coming-soon__ai-orb-orbit--2 .coming-soon__ai-orb-dot {
  top: auto;
  bottom: -3px;
  background: var(--gold-light);
  box-shadow: 0 0 10px rgba(212, 168, 83, 0.65);
  animation-delay: 0.9s;
}

.coming-soon__ai-orb-orbit--3 .coming-soon__ai-orb-dot {
  top: 50%;
  left: auto;
  right: -3px;
  margin-left: 0;
  margin-top: -3.5px;
  width: 5px;
  height: 5px;
  opacity: 0.85;
  animation-delay: 1.6s;
}

@keyframes ai-orb-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.03);
    opacity: 0.94;
  }
}

@keyframes ai-orb-glow-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes ai-orb-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ai-orb-dot-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.88);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.coming-soon__card:nth-child(1) .coming-soon__ai-orb-orbit--1 {
  animation-duration: 14s;
}

.coming-soon__module-icon {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(15, 23, 42, 0.55) 0%,
    rgba(8, 12, 20, 0.85) 72%
  );
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow:
    inset 0 0 18px rgba(34, 211, 238, 0.08),
    0 0 24px rgba(34, 211, 238, 0.12);
}

.coming-soon__module-icon-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.coming-soon__module-icon-glow--cyan {
  inset: -6px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.34) 0%, transparent 72%);
  filter: blur(12px);
  animation: ai-orb-glow-pulse 4.5s ease-in-out infinite;
}

.coming-soon__module-icon-glow--gold {
  inset: 4px;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.28) 0%, transparent 68%);
  filter: blur(10px);
  animation: ai-orb-glow-pulse 4.5s ease-in-out infinite 1.1s;
}

.coming-soon__finance-chart {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.35))
    drop-shadow(0 0 14px rgba(212, 168, 83, 0.2));
  animation: module-icon-float 5s ease-in-out infinite;
}

.coming-soon__module-icon--finance .coming-soon__finance-line {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: finance-line-draw 2.8s ease-out infinite alternate;
}

.coming-soon__module-emoji {
  position: relative;
  z-index: 1;
  font-size: 2.75rem;
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.4))
    drop-shadow(0 0 16px rgba(212, 168, 83, 0.25));
  animation: module-icon-float 5s ease-in-out infinite 0.6s;
}

@keyframes module-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes finance-line-draw {
  0% {
    stroke-dashoffset: 120;
    opacity: 0.65;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.coming-soon__card:last-child:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 440px;
  margin-inline: auto;
}

@media (prefers-reduced-motion: reduce) {
  .coming-soon__ai-orb-core,
  .coming-soon__ai-orb-glow,
  .coming-soon__ai-orb-orbit,
  .coming-soon__ai-orb-dot,
  .coming-soon__finance-chart,
  .coming-soon__module-emoji,
  .coming-soon__module-icon-glow {
    animation: none;
  }

  .coming-soon__module-icon--finance .coming-soon__finance-line {
    stroke-dashoffset: 0;
  }
}

.coming-soon__card-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}

.coming-soon__card-desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
}

@media (max-width: 680px) {
  .coming-soon__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

/* Plans */
.plans {
  background: rgba(8, 12, 20, 0.5);
}

.plans__wrap {
  max-width: 560px;
}

.plans__title,
.plans__lead {
  text-align: center;
}

.plans__lead {
  margin-inline: auto;
}

.plans__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.plans__grid--single {
  max-width: 420px;
  margin-inline: auto;
}

.plans__note {
  margin: 2rem auto 0;
  max-width: 34rem;
  padding: 1rem 1.25rem;
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
  color: var(--text-muted);
  background: rgba(148, 163, 184, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: var(--radius);
}

.plan-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.plan-card__trial {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 0.85rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bg-deep);
  background: var(--gradient-gold);
  border-radius: 999px;
}

.plan-card__name {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
}

.plan-card__prices {
  margin: 0 0 0.75rem;
}

.plan-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.15rem 0.35rem;
  margin: 0;
}

.plan-price-or {
  display: block;
  margin: 0.35rem 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.plan-card__amount {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold-light);
}

.plan-price-line--br .plan-card__amount {
  color: var(--cyan);
}

.plan-card__period {
  font-size: 1rem;
  color: var(--text-muted);
}

.plan-card__hint {
  flex: 1;
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.plan-card--featured {
  border: 1px solid var(--border-strong);
  background: linear-gradient(165deg, rgba(22, 28, 38, 0.95) 0%, rgba(10, 14, 22, 0.98) 100%);
  box-shadow: var(--shadow), 0 0 50px rgba(212, 168, 83, 0.1);
}

.plan-card--featured:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow), 0 0 60px rgba(212, 168, 83, 0.18);
}

/* Trial flow */
.trial-flow {
  background: rgba(8, 12, 20, 0.45);
}

.trial-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trial-step {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  padding-top: 2.25rem;
}

.trial-step__num {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--bg-deep);
  background: var(--gradient-gold);
  border-radius: 10px;
  box-shadow: 0 4px 16px var(--gold-glow);
}

.trial-step__title {
  margin: 0 0 0.5rem;
  padding-left: 2.75rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}

.trial-step__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* Founder */
.founder__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}

.founder-card {
  padding: 1.5rem;
}

.founder-card__icon {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  color: var(--gold);
}

.founder-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
}

.founder-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.founder-card--highlight {
  border-color: var(--border-strong);
  background: linear-gradient(145deg, rgba(212, 168, 83, 0.08), var(--bg-card));
}

/* Referral */
.referral {
  background: rgba(8, 12, 20, 0.55);
}

.referral__hero {
  padding: 2.25rem 2rem;
  margin-bottom: 2rem;
  text-align: center;
  border: 1px solid var(--border-strong);
  background: linear-gradient(165deg, rgba(212, 168, 83, 0.08) 0%, var(--bg-card) 50%);
  box-shadow: 0 0 50px rgba(212, 168, 83, 0.08);
}

.referral__headline {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.referral__desc {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.referral__badge {
  display: inline-block;
  margin: 0;
  padding: 0.45rem 1.1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bg-deep);
  background: var(--gradient-gold);
  border-radius: 999px;
}

.referral__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.referral-step {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  padding-top: 2.35rem;
}

.referral-step__num {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--bg-deep);
  background: var(--gradient-gold);
  border-radius: 10px;
}

.referral-step__title {
  margin: 0 0 0.5rem;
  padding-left: 2.75rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}

.referral-step__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.referral__notice {
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  text-align: center;
  background: rgba(18, 24, 32, 0.6);
  border: 1px solid var(--border);
  border-radius: 10px;
  border-left: 3px solid var(--gold);
}

/* Beta notice */
.beta-notice__card {
  padding: 2rem 2.5rem;
  border-left: 4px solid var(--gold);
}

.beta-notice__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--gold-light);
}

.beta-notice__card p {
  margin: 0;
  color: var(--text-muted);
  max-width: 52rem;
}

/* WhatsApp CTA */
.whatsapp-cta {
  padding: 5rem 0 5.5rem;
  background: radial-gradient(
    ellipse 80% 55% at 50% 100%,
    rgba(37, 211, 102, 0.1),
    transparent 65%
  );
}

.whatsapp-cta__wrap {
  max-width: 640px;
}

.whatsapp-cta__card {
  padding: 3rem 2.5rem;
  text-align: center;
  border: 1px solid rgba(37, 211, 102, 0.28);
  background: linear-gradient(165deg, rgba(37, 211, 102, 0.07) 0%, var(--bg-card) 45%);
  box-shadow: var(--shadow), 0 0 50px rgba(37, 211, 102, 0.1);
}

.whatsapp-cta__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4ade80;
}

.whatsapp-cta__title {
  margin-bottom: 1rem;
}

.whatsapp-cta__lead {
  margin: 0 auto 1.25rem;
  max-width: 28rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.whatsapp-cta__regions {
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.whatsapp-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.btn--whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1.1rem 1.5rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn--whatsapp:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.45);
}

.btn--whatsapp-group {
  background: linear-gradient(135deg, #25d366 0%, #0ea5e9 55%, #128c7e 100%);
}

.btn-whatsapp__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.whatsapp-cta__note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Footer */
.footer {
  padding: 3rem 0;
  border-top: 1px solid var(--border);
  background: rgba(3, 5, 8, 0.85);
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.footer__brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold-light);
}

.footer__tagline {
  margin: 0;
  max-width: 26rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.footer__whatsapp {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.55rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #4ade80;
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-radius: 999px;
}

.footer__whatsapp:hover {
  color: #fff;
  background: rgba(37, 211, 102, 0.15);
  border-color: #25d366;
}

/* Responsive */
@media (max-width: 1024px) {
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero__subtitle {
    margin-inline: auto;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__visual {
    min-height: 260px;
  }

  .hero__figure {
    margin-inline: auto;
    max-width: min(420px, 100%);
  }

  .hero-dashboard {
    margin-inline: auto;
  }

  .hero-dashboard__change {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .trial-flow__steps,
  .referral__steps {
    grid-template-columns: 1fr;
  }

  .whatsapp-cta__card {
    padding: 2.25rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    top: calc(var(--header-h) + 48px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 1rem;
    background: rgba(3, 5, 8, 0.98);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
  }

  .nav--open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav a {
    display: block;
    padding: 0.85rem 1rem;
    width: 100%;
    border-radius: 8px;
  }

  .nav a:hover {
    background: rgba(212, 168, 83, 0.08);
  }

  .section {
    padding: 3rem 0;
  }

  .benefits__grid {
    grid-template-columns: 1fr;
  }

  .founder__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .regions__inner {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 0;
  }

  .regions__divider {
    display: none;
  }

  .plan-card__amount {
    font-size: 1.45rem;
  }
}
