:root {
  --landing-bg: #07111f;
  --landing-surface: rgba(9, 19, 33, 0.72);
  --landing-surface-strong: rgba(10, 19, 34, 0.92);
  --landing-card: rgba(255, 255, 255, 0.05);
  --landing-card-strong: rgba(255, 255, 255, 0.08);
  --landing-border: rgba(255, 255, 255, 0.12);
  --landing-text: #f8fafc;
  --landing-text-strong: #fff7ed;
  --landing-muted: #9fb0c9;
  --landing-gold: #ffb347;
  --landing-gold-deep: #ff7a18;
  --landing-cyan: #5eead4;
  --landing-emerald: #25d366;
  --landing-ink: #0b1627;
  --landing-shadow: 0 32px 90px rgba(2, 8, 23, 0.45);
  --landing-radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.landing-v2 {
  margin: 0;
  min-height: 100vh;
  color: var(--landing-text);
  font-family: "Outfit", "Segoe UI Variable", sans-serif;
  background:
    radial-gradient(circle at 12% 20%, rgba(94, 234, 212, 0.18), transparent 24%),
    radial-gradient(circle at 90% 12%, rgba(255, 122, 24, 0.18), transparent 20%),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #06101d 0%, #081222 32%, #040914 100%);
  overflow-x: hidden;
}

body.landing-v2::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 82%);
  opacity: 0.14;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--landing-text);
  padding: 14px 16px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(159, 176, 201, 0.68);
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: 2px solid rgba(94, 234, 212, 0.55);
  outline-offset: 2px;
}

textarea {
  resize: vertical;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.landing-orb {
  position: fixed;
  inset: auto;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.28;
}

.orb-one {
  top: -140px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 179, 71, 0.9), transparent 64%);
}

.orb-two {
  bottom: -160px;
  left: -120px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.82), transparent 64%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(22px);
  background: rgba(4, 8, 15, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(2, 8, 23, 0.16);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: transform 0.24s ease;
}

.brand-mark:hover {
  transform: translateY(-1px);
}

.brand-mark-chip {
  display: inline-grid;
  place-items: center;
  min-width: 78px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 221, 161, 0.22), rgba(255, 122, 24, 0.24));
  border: 1px solid rgba(255, 179, 71, 0.3);
  color: var(--landing-text-strong);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

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

.brand-mark-copy strong {
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: var(--landing-text-strong);
}

.brand-mark-copy small {
  color: var(--landing-muted);
  letter-spacing: 0.04em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--landing-muted);
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
  color: var(--landing-text);
  transform: translateY(-1px);
}

.site-nav .nav-login {
  color: var(--landing-text);
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-nav .nav-device-link {
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.site-nav .nav-device-link i {
  color: #ffd089;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 4px;
  background: var(--landing-text);
}

.nav-toggle span:last-child {
  margin-bottom: 0;
}

.hero-section,
.value-section,
.features-section,
.showcase-section,
.pricing-section,
.process-section,
.contact-section {
  padding: 88px 0;
}

.hero-grid,
.showcase-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 42px;
  align-items: center;
}

.hero-copy h1,
.section-intro h2,
.value-card h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--landing-text-strong);
}

.hero-copy h1 {
  font-size: clamp(3.6rem, 7vw, 6.4rem);
  max-width: 10ch;
}

.section-intro h2,
.contact-copy h2,
.value-card h2 {
  font-size: clamp(2.2rem, 4.4vw, 4rem);
}

.hero-copy,
.section-intro,
.contact-copy {
  display: grid;
  gap: 18px;
}

.hero-lead {
  max-width: 680px;
  font-size: 1.08rem;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-lead,
.section-intro p,
.contact-copy p,
.value-card p,
.feature-card p,
.process-card p,
.screen-card figcaption,
.pricing-description,
.pricing-savings {
  margin: 0;
  color: var(--landing-muted);
  line-height: 1.7;
}

.hero-actions,
.pricing-actions,
.form-footer,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn i {
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.btn:hover i:last-child {
  transform: translateX(3px);
}

.btn-primary {
  color: #111827;
  background: linear-gradient(135deg, #ffe3ad 0%, #ffbf63 44%, var(--landing-gold-deep) 100%);
  box-shadow:
    0 18px 40px rgba(255, 122, 24, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.btn-secondary,
.btn-ghost {
  color: var(--landing-text);
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(16px);
}

.btn-whatsapp {
  border-color: rgba(37, 211, 102, 0.28);
  color: #ebfff3;
}

.btn-whatsapp i,
.btn-whatsapp-inline i {
  color: var(--landing-emerald);
}

.btn-whatsapp-inline {
  border-color: rgba(37, 211, 102, 0.22);
}

.hero-proof-strip,
.hero-glass-metrics,
.showcase-bullets,
.pricing-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-proof-strip article,
.value-card,
.feature-card,
.process-card,
.contact-card,
.screen-card,
.pricing-card,
.hero-glass-card,
.interest-form {
  border-radius: var(--landing-radius);
  border: 1px solid var(--landing-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 14, 25, 0.74);
  box-shadow: var(--landing-shadow);
}

.hero-proof-strip article {
  padding: 18px;
  display: grid;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.hero-proof-strip article::after,
.feature-card::after,
.pricing-card::after,
.contact-card::after,
.screen-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-proof-strip strong,
.pricing-card h3,
.feature-card strong,
.process-card h3,
.contact-card strong {
  font-size: 1.04rem;
  color: var(--landing-text-strong);
}

.hero-proof-strip span,
.contact-card span,
.pricing-support {
  color: var(--landing-muted);
  line-height: 1.6;
}

.proof-icon,
.feature-icon,
.pricing-emblem,
.contact-badge,
.floating-whatsapp-icon,
.process-card-top i {
  display: inline-grid;
  place-items: center;
}

.proof-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 221, 161, 0.18), rgba(94, 234, 212, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffe0a3;
  font-size: 1rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-glass-card {
  position: relative;
  width: min(468px, 100%);
  padding: 32px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 34px 90px rgba(2, 8, 23, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  background:
    radial-gradient(circle at top right, rgba(255, 179, 71, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 14, 25, 0.82);
  overflow: hidden;
}

.hero-glass-card::before,
.hero-glass-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-glass-card::before {
  top: -80px;
  right: -40px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 208, 137, 0.24), transparent 70%);
}

.hero-glass-card::after {
  bottom: -90px;
  left: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.14), transparent 70%);
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero-stage::before {
  width: min(520px, 88%);
  height: min(520px, 88%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04), transparent 66%);
}

.hero-stage::after {
  width: min(410px, 72%);
  height: min(410px, 72%);
  border: 1px solid rgba(255, 208, 137, 0.12);
}

.hero-stage-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.72;
  animation: heroGlowPulse 5.6s ease-in-out infinite;
}

.hero-stage-glow-one {
  top: 74px;
  left: 56px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 208, 137, 0.38), transparent 72%);
}

.hero-stage-glow-two {
  top: 56px;
  right: 72px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.26), transparent 74%);
  animation-delay: 0.8s;
}

.hero-stage-glow-three {
  bottom: 46px;
  left: calc(50% - 120px);
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 122, 24, 0.22), transparent 74%);
  animation-delay: 1.6s;
}

.hero-firework {
  position: absolute;
  width: 220px;
  height: 220px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.18);
  mix-blend-mode: screen;
}

.hero-firework::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 -84px 0 2px rgba(255, 208, 137, 0.96),
    54px -54px 0 1px rgba(94, 234, 212, 0.9),
    84px 0 0 2px rgba(255, 122, 24, 0.95),
    54px 54px 0 1px rgba(255, 208, 137, 0.88),
    0 84px 0 2px rgba(94, 234, 212, 0.92),
    -54px 54px 0 1px rgba(255, 122, 24, 0.94),
    -84px 0 0 2px rgba(255, 208, 137, 0.9),
    -54px -54px 0 1px rgba(94, 234, 212, 0.9),
    26px -96px 0 1px rgba(255, 255, 255, 0.9),
    96px -24px 0 1px rgba(255, 208, 137, 0.8),
    78px 44px 0 1px rgba(94, 234, 212, 0.8),
    -26px 96px 0 1px rgba(255, 122, 24, 0.84),
    -96px 20px 0 1px rgba(255, 255, 255, 0.78),
    -72px -48px 0 1px rgba(255, 208, 137, 0.82);
}

.hero-firework::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 2px;
  height: 120px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 208, 137, 0.8), rgba(255, 255, 255, 0));
  opacity: 0;
}

.hero-firework-one {
  top: 22%;
  left: 18%;
  --burst-delay: 0.12s;
}

.hero-firework-two {
  top: 18%;
  left: 82%;
  --burst-delay: 0.42s;
}

.hero-firework-three {
  top: 72%;
  left: 58%;
  --burst-delay: 0.76s;
}

.hero-visual.is-live .hero-firework {
  animation: heroFireworkBurst 1.45s cubic-bezier(0.18, 0.89, 0.32, 1.06) forwards;
  animation-delay: var(--burst-delay, 0s);
}

.hero-visual.is-live .hero-firework::after {
  animation: heroFireworkTrail 0.72s ease-out forwards;
  animation-delay: calc(var(--burst-delay, 0s) - 0.08s);
}

.hero-visual.is-live .hero-plan-card {
  animation: heroPlanLift 0.95s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-plan-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero-plan-caption {
  color: rgba(240, 247, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-chip,
.pricing-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fef3c7;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-plan-title {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
}

.hero-plan-title strong {
  font-family: "Fraunces", serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  line-height: 0.96;
  color: var(--landing-text-strong);
}

.hero-plan-title span {
  color: var(--landing-muted);
  line-height: 1.65;
}

.hero-plan-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 16px;
}

.hero-plan-price small {
  width: 100%;
  color: #dbeafe;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-plan-price strong {
  font-family: "Fraunces", serif;
  font-size: clamp(2.7rem, 6vw, 4rem);
  line-height: 0.9;
  color: var(--landing-text-strong);
}

.hero-plan-price span {
  color: var(--landing-muted);
  padding-bottom: 8px;
}

.hero-glass-card p {
  margin: 0 0 18px;
  color: var(--landing-muted);
  line-height: 1.7;
}

.hero-plan-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.hero-plan-grid article {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  gap: 6px;
}

.hero-plan-grid strong {
  font-size: 1.34rem;
  color: var(--landing-text-strong);
}

.hero-plan-grid span {
  color: var(--landing-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero-glass-metrics {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-glass-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #dbeafe;
  font-size: 0.8rem;
}

.hero-glass-metrics i {
  color: #ffd089;
}

@keyframes heroGlowPulse {
  0%,
  100% {
    opacity: 0.46;
    transform: scale(0.94);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.08);
  }
}

@keyframes heroFireworkBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.18);
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes heroFireworkTrail {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(26px);
  }
  30% {
    opacity: 0.84;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-28px);
  }
}

@keyframes heroPlanLift {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.value-grid,
.feature-grid,
.process-grid,
.pricing-grid {
  display: grid;
  gap: 22px;
}

.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

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

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

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  max-width: 1080px;
  margin: 34px auto 0;
}

.value-card,
.feature-card,
.process-card,
.screen-card,
.pricing-card,
.interest-form {
  padding: 26px;
}

.value-card {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 30px;
  overflow: hidden;
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 208, 137, 0.56), rgba(94, 234, 212, 0.08));
}

.value-index,
.process-card span {
  color: var(--landing-cyan);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.value-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.value-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 221, 161, 0.18), rgba(255, 122, 24, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffe0a3;
  font-size: 1.08rem;
}

.value-kicker {
  color: #dbeafe;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.value-card h2 {
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.94;
  max-width: 9ch;
  text-wrap: balance;
}

.value-card p {
  max-width: 34ch;
  color: #c7d2fe;
  font-size: 0.98rem;
}

.feature-card,
.process-card {
  display: grid;
  gap: 10px;
}

.feature-card,
.process-card,
.screen-card,
.pricing-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.feature-card:hover,
.process-card:hover,
.screen-card:hover,
.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 80px rgba(2, 8, 23, 0.5);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 221, 161, 0.18), rgba(255, 122, 24, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffe0a3;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.section-intro-left {
  max-width: 620px;
}

.showcase-bullets {
  display: grid;
  gap: 10px;
}

.showcase-bullets li {
  position: relative;
  padding-left: 18px;
  color: #e2e8f0;
  line-height: 1.65;
}

.showcase-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd089, var(--landing-gold-deep));
}

.screen-card figcaption {
  display: flex;
  align-items: start;
  gap: 12px;
}

.screen-card figcaption i {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd089;
}

.screen-gallery {
  display: grid;
  gap: 18px;
}

.screen-card {
  display: grid;
  gap: 18px;
}

.screen-card img {
  border-radius: 22px;
}

.pricing-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.billing-toggle {
  display: inline-flex;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.billing-toggle button {
  min-width: 122px;
  min-height: 48px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--landing-muted);
  font-weight: 700;
}

.billing-toggle button.is-active {
  color: #111827;
  background: linear-gradient(135deg, #ffd089, var(--landing-gold-deep));
}

.pricing-card {
  position: relative;
  display: grid;
  gap: 18px;
}

.pricing-card.is-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 179, 71, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 179, 71, 0.34);
  box-shadow:
    0 0 0 1px rgba(255, 179, 71, 0.16),
    0 24px 56px rgba(255, 122, 24, 0.18);
}

.pricing-card-title {
  display: grid;
  gap: 14px;
}

.pricing-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.pricing-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing-card-head h3 {
  margin: 0;
  font-size: 1.3rem;
}

.pricing-emblem {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 221, 161, 0.18), rgba(255, 122, 24, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffd089;
  font-size: 1.12rem;
}

.pricing-highlight {
  color: #111827;
  background: linear-gradient(135deg, #ffd089, var(--landing-gold-deep));
  border: none;
}

.pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.pricing-price strong {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  line-height: 1;
}

.pricing-price span {
  color: var(--landing-muted);
  padding-bottom: 6px;
}

.pricing-support {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.pricing-support i {
  color: #ffd089;
}

.pricing-features {
  display: grid;
  gap: 12px;
}

.pricing-features li {
  display: flex;
  align-items: start;
  gap: 12px;
  padding-left: 0;
}

.pricing-features li::before {
  content: none;
}

.pricing-features i {
  margin-top: 5px;
  color: #ffd089;
}

.contact-card {
  margin-top: 10px;
  padding: 24px;
  display: grid;
  gap: 8px;
  max-width: 420px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.contact-card a {
  color: #fff7ed;
  font-size: 1.08rem;
  font-weight: 800;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.22);
  color: #dcfce7;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-link:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 211, 102, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.contact-link .fa-whatsapp {
  color: var(--landing-emerald);
}

.contact-link .fa-arrow-up-right-from-square {
  font-size: 0.92rem;
  color: #ffd089;
}

.interest-form {
  backdrop-filter: blur(16px);
  background:
    radial-gradient(circle at top right, rgba(255, 179, 71, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.interest-form label {
  display: grid;
  gap: 8px;
  color: #dbeafe;
  font-size: 0.92rem;
}

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

.form-span-2 {
  grid-column: 1 / -1;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-footer {
  margin-top: 20px;
  justify-content: space-between;
}

.form-feedback {
  margin: 0;
  min-height: 24px;
  color: #c7d2fe;
}

.form-feedback.is-success {
  color: #86efac;
}

.form-feedback.is-error {
  color: #fdba74;
}

.site-footer {
  padding: 0 0 42px;
}

.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bar strong {
  display: block;
  margin-bottom: 6px;
}

.footer-bar span,
.footer-actions a {
  color: var(--landing-muted);
}

.footer-action-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-action-link.is-tv-entry i {
  color: #ffd089;
}

.footer-action-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--landing-text);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 28;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 280px;
  padding: 14px 16px;
  border-radius: 24px;
  border: 1px solid rgba(37, 211, 102, 0.2);
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(8, 25, 18, 0.96), rgba(12, 40, 29, 0.94));
  color: #f0fff4;
  box-shadow:
    0 24px 60px rgba(3, 17, 11, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 211, 102, 0.32);
  box-shadow:
    0 28px 70px rgba(3, 17, 11, 0.52),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.floating-whatsapp-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #4cf08f, #1fbd63);
  color: #03210f;
  font-size: 1.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.floating-whatsapp-copy {
  display: grid;
  gap: 3px;
  flex: 1;
  min-width: 0;
}

.floating-whatsapp-copy small {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(220, 252, 231, 0.8);
}

.floating-whatsapp-copy strong {
  font-size: 1rem;
  color: #ffffff;
}

.floating-whatsapp-arrow {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #dcfce7;
}

.floating-whatsapp-arrow i {
  display: block;
  line-height: 1;
  transform: translateX(1px);
}

.process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.process-card-top i {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 221, 161, 0.18), rgba(94, 234, 212, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffe0a3;
  font-size: 1rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-stage-glow,
  .hero-firework,
  .hero-firework::after,
  .hero-visual.is-live .hero-plan-card {
    animation: none !important;
  }

  .hero-firework {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .showcase-grid,
  .contact-grid,
  .value-grid,
  .feature-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 640px;
  }
}

@media (max-width: 980px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-nav {
    position: fixed;
    top: 86px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(6, 12, 22, 0.96);
    box-shadow: var(--landing-shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .hero-section,
  .value-section,
  .features-section,
  .showcase-section,
  .pricing-section,
  .process-section,
  .contact-section {
    padding: 74px 0;
  }

  .hero-proof-strip,
  .form-grid,
  .footer-bar {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .pricing-head,
  .footer-bar,
  .footer-actions,
  .form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .floating-whatsapp {
    min-width: 0;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-glass-card {
    width: 100%;
    padding: 28px;
  }

  .hero-firework-one {
    left: 16%;
  }

  .hero-firework-two {
    left: 84%;
  }

  .hero-firework-three {
    top: 74%;
    left: 50%;
  }

  .floating-whatsapp {
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 560px) {
  .header-bar {
    min-height: 76px;
  }

  .site-nav {
    top: 76px;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  .section-intro h2,
  .contact-copy h2,
  .value-card h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .value-card,
  .feature-card,
  .process-card,
  .screen-card,
  .pricing-card,
  .interest-form {
    padding: 22px;
  }

  .btn,
  .contact-link,
  .footer-action-link {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    min-height: 480px;
  }

  .value-card {
    padding: 24px;
  }

  .value-card h2 {
    font-size: clamp(1.86rem, 10vw, 2.45rem);
    max-width: none;
  }

  .value-card p {
    max-width: none;
  }

  .hero-glass-card {
    padding: 24px;
  }

  .hero-plan-top,
  .hero-plan-price {
    align-items: flex-start;
  }

  .hero-plan-top {
    flex-direction: column;
  }

  .hero-plan-grid {
    grid-template-columns: 1fr;
  }

  .hero-firework {
    width: 170px;
    height: 170px;
  }

  .hero-firework-one {
    top: 18%;
    left: 16%;
  }

  .hero-firework-two {
    top: 14%;
    left: 86%;
  }

  .hero-firework-three {
    top: 78%;
    left: 50%;
  }

  .contact-link {
    justify-content: space-between;
  }

  .floating-whatsapp {
    gap: 12px;
    padding: 14px;
  }

}
