:root {
  --bg: #080c19;
  --bg-alt: #111d3c;
  --surface: #1a2950;
  --surface-2: #223160;
  --divider: rgba(150, 185, 245, 0.16);
  --panel: #0a1530;
  --panel-soft: #050b1a;
  --text: #f4f7fc;
  --muted: #aab8d6;
  --dim: #76859f;
  --purple: #1e5fff;
  --purple-2: #4a9fff;
  --purple-soft: #6fb6ff;
  --green: #a8d8ff;
  --line: rgba(74, 159, 255, 0.72);
  --container: 1160px;

  /* Brand chrome — derived from the TC badge */
  --chrome-deep: #0a3aa8;
  --chrome-mid: #1e5fff;
  --chrome-bright: #66b3ff;
  --chrome-pale: #c8e4ff;
  --chrome-spark: #eaf3ff;
  --brand-glow: 0 0 22px rgba(74, 159, 255, 0.55), 0 0 60px rgba(30, 95, 255, 0.35);
  --brand-glow-strong: 0 0 28px rgba(102, 179, 255, 0.7), 0 0 80px rgba(30, 95, 255, 0.55);
  --chrome-gradient: linear-gradient(
    135deg,
    var(--chrome-deep) 0%,
    var(--chrome-mid) 28%,
    var(--chrome-bright) 50%,
    var(--chrome-mid) 72%,
    var(--chrome-deep) 100%
  );
  --chrome-border: linear-gradient(135deg, rgba(200, 228, 255, 0.6), rgba(30, 95, 255, 0.15) 50%, rgba(200, 228, 255, 0.55));
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color-scheme: dark;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: none;
  background: #080c19;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

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

.section-reveal {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

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

/* Stagger inner items as the section reveals */
.section-reveal .value-card,
.section-reveal .plan-card,
.section-reveal .relato,
.section-reveal .stat {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.section-reveal.is-visible .value-card,
.section-reveal.is-visible .plan-card,
.section-reveal.is-visible .relato,
.section-reveal.is-visible .stat {
  opacity: 1;
  transform: translateY(0);
}

.section-reveal.is-visible .value-card:nth-child(2),
.section-reveal.is-visible .stat:nth-child(2) { transition-delay: 0.1s; }
.section-reveal.is-visible .value-card:nth-child(3),
.section-reveal.is-visible .stat:nth-child(3) { transition-delay: 0.2s; }
.section-reveal.is-visible .stat:nth-child(4) { transition-delay: 0.3s; }
.section-reveal.is-visible .plan-card:nth-child(2) { transition-delay: 0.12s; }
.section-reveal.is-visible .plan-card:nth-child(3) { transition-delay: 0.24s; }
.section-reveal.is-visible .relato:nth-child(2) { transition-delay: 0.08s; }
.section-reveal.is-visible .relato:nth-child(3) { transition-delay: 0.16s; }
.section-reveal.is-visible .relato:nth-child(4) { transition-delay: 0.24s; }
.section-reveal.is-visible .relato:nth-child(5) { transition-delay: 0.32s; }
.section-reveal.is-visible .relato:nth-child(6) { transition-delay: 0.4s; }
.section-reveal.is-visible .relato:nth-child(7) { transition-delay: 0.48s; }
.dash-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.72s ease, transform 0.72s ease, border-color 200ms ease, box-shadow 200ms ease;
}

.dash-card .dash-media {
  opacity: 0;
  transform: translate3d(-24px, 0, 0) scale(0.985);
  transition: opacity 0.76s ease, transform 0.76s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.dash-card.is-visible,
.dash-card.is-visible .dash-media {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* ===== Living animated background ===== */
.aurora {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 55% at 50% -8%, rgba(43, 99, 220, 0.26), transparent 60%),
    linear-gradient(180deg, rgba(8, 12, 25, 0.84), rgba(5, 8, 15, 0.93)),
    url("assets/bg-page.webp") center / cover no-repeat,
    linear-gradient(180deg, #0c1530 0%, #080c19 45%, #05080f 100%);
}

/* animated ambient glows — lively but moderate so text stays readable */
.aurora .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(95px);
  opacity: 0.5;
  mix-blend-mode: screen;
}

.blob-1 {
  width: 640px;
  height: 640px;
  top: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(40, 110, 255, 1), transparent 62%);
  animation: drift-1 20s ease-in-out infinite;
}

.blob-2 {
  width: 560px;
  height: 560px;
  top: 26%;
  right: -180px;
  background: radial-gradient(circle, rgba(110, 180, 255, 0.9), transparent 62%);
  animation: drift-2 24s ease-in-out infinite;
}

.blob-3 {
  width: 720px;
  height: 720px;
  bottom: -280px;
  left: 32%;
  background: radial-gradient(circle, rgba(25, 85, 220, 1), transparent 62%);
  animation: drift-3 28s ease-in-out infinite;
}

/* drifting glow particles */
.sparks {
  position: absolute;
  inset: -50%;
  background-image:
    radial-gradient(circle, rgba(150, 200, 255, 0.85) 1px, transparent 1.6px),
    radial-gradient(circle, rgba(120, 180, 255, 0.55) 1px, transparent 1.6px);
  background-size: 130px 130px, 190px 190px;
  background-position: 0 0, 70px 100px;
  opacity: 0.35;
  animation: sparks-drift 28s linear infinite, twinkle 5s ease-in-out infinite;
}

/* slow light beam sweeping across */
.beam {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 60%;
  height: 160%;
  background: linear-gradient(105deg, transparent, rgba(90, 160, 255, 0.12), transparent);
  transform: rotate(8deg);
  filter: blur(30px);
  animation: beam-sweep 14s ease-in-out infinite;
}

@keyframes sparks-drift {
  from { transform: translate(0, 0); }
  to { transform: translate(120px, -180px); }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.28; }
  50% { opacity: 0.5; }
}

@keyframes beam-sweep {
  0%, 100% { transform: translateX(0) rotate(8deg); opacity: 0; }
  50% { transform: translateX(180%) rotate(8deg); opacity: 1; }
}

.grid-fx {
  position: absolute;
  inset: -50%;
  background-image:
    linear-gradient(rgba(74, 159, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 159, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, #000 10%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, #000 10%, transparent 75%);
  animation: grid-pan 40s linear infinite;
}

@keyframes drift-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(120px, 80px) scale(1.15); }
}

@keyframes drift-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-100px, 120px) scale(1.2); }
}

@keyframes drift-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-90px, -70px) scale(0.9); }
}

@keyframes grid-pan {
  from { transform: translate(0, 0); }
  to { transform: translate(60px, 60px); }
}

/* ===== Site header / nav ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 20px 0;
  background: linear-gradient(180deg, rgba(2, 4, 10, 0.85), rgba(2, 4, 10, 0));
  transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.scrolled {
  padding: 12px 0;
  background: rgba(4, 8, 18, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(74, 159, 255, 0.18), 0 10px 30px rgba(0, 0, 0, 0.4);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--text);
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  object-fit: cover;
  padding: 3px;
  background: var(--chrome-gradient);
  border: 1px solid rgba(200, 228, 255, 0.35);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    var(--brand-glow-strong);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.brand:hover img {
  transform: translateY(-1px) scale(1.04);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.25),
    0 0 28px rgba(102, 179, 255, 0.85),
    0 0 70px rgba(30, 95, 255, 0.55);
}

.brand span {
  display: flex;
  flex-direction: column;
  font-size: 19px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 0 18px rgba(30, 95, 255, 0.4);
}

.brand span strong {
  font-weight: 800;
  letter-spacing: 2.5px;
  font-size: 13px;
  background: linear-gradient(90deg, var(--chrome-bright), var(--chrome-mid));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(74, 159, 255, 0.18);
  background: rgba(8, 16, 36, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nav-links a {
  position: relative;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
  color: #fff;
  background: rgba(30, 95, 255, 0.22);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--chrome-gradient);
  background-size: 200% 100%;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 8px 22px rgba(30, 95, 255, 0.4);
  transition: transform 200ms ease, background-position 320ms ease, box-shadow 200ms ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 14px 32px rgba(74, 159, 255, 0.55);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 0;
  padding: 26px 0 96px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse 52% 42% at 50% 27%, rgba(17, 91, 255, 0.24), transparent 72%),
    linear-gradient(180deg, #020713 0%, #020713 54%, #051026 80%, #080c19 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(74, 159, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 159, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 80%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  gap: clamp(24px, 4vw, 44px);
  text-align: center;
}

.hero-copy-col {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(880px, 100%);
  flex-direction: column;
  align-items: center;
}

.hero-eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-eyebrow .bang {
  color: var(--chrome-bright);
  margin-left: 4px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  order: -1;
  width: min(760px, calc(100vw - 48px));
  max-width: none;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease-out;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 1%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(30, 95, 255, 0.52), rgba(30, 95, 255, 0.1) 48%, transparent 74%);
  filter: blur(18px);
  z-index: -1;
  animation: glow-pulse 5s ease-in-out infinite;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 8% 4%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 34%, rgba(154, 210, 255, 0.13) 48%, transparent 62%);
  transform: translateX(-105%);
  animation: hero-light-sweep 8s ease-in-out infinite;
}

.hero-phones {
  width: 100%;
  max-width: none;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 40px rgba(30, 95, 255, 0.35));
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 6%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 6%, #000 92%, transparent 100%);
  mask-composite: intersect;
  animation: float-phones 6s ease-in-out infinite;
}

@keyframes float-phones {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -14px, 0) scale(1.015); }
}

@keyframes hero-light-sweep {
  0%, 58% { opacity: 0; transform: translateX(-105%); }
  64% { opacity: 1; }
  82% { opacity: 0.35; transform: translateX(105%); }
  100% { opacity: 0; transform: translateX(105%); }
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

.hero-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #060b1c;
  margin-left: -12px;
  box-shadow: 0 0 0 1px rgba(74, 159, 255, 0.4);
}

.avatars img:first-child {
  margin-left: 0;
}
.avatars span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  margin-left: -12px;
  border-radius: 50%;
  border: 2px solid #060b1c;
  background:
    radial-gradient(circle at 32% 24%, rgba(234, 243, 255, 0.9), transparent 18%),
    linear-gradient(145deg, #173fbc, #66b3ff 54%, #0a1530);
  color: #f7fbff;
  box-shadow:
    0 0 0 1px rgba(102, 179, 255, 0.55),
    0 10px 24px rgba(0, 0, 0, 0.38);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.avatars span:nth-child(2) {
  background: linear-gradient(145deg, #1e5fff, #a8d8ff 58%, #0f1f48);
}

.avatars span:nth-child(3) {
  background: linear-gradient(145deg, #0a3aa8, #4a9fff 54%, #101a35);
}

.avatars span:nth-child(4) {
  background: linear-gradient(145deg, #2d6dff, #c8e4ff 56%, #0b1430);
}

.avatars span:nth-child(5) {
  background: #0b1430;
  color: var(--chrome-bright);
}

.avatars span:first-child {
  margin-left: 0;
}

.social-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.social-text strong {
  font-size: 22px;
  font-weight: 800;
}

.social-text span {
  color: var(--dim);
  font-size: 13px;
}

.hero-feature {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  max-width: 660px;
  margin-bottom: 34px;
  text-align: left;
}

.feature-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #04060f;
  background: var(--chrome-gradient);
  box-shadow: var(--brand-glow);
}

.feature-arrow svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.hero-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.hero-cta {
  margin-top: 4px;
}

@keyframes brand-pulse {
  0%, 100% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.18),
      0 0 24px rgba(74, 159, 255, 0.5),
      0 0 60px rgba(30, 95, 255, 0.35);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.28),
      0 0 36px rgba(102, 179, 255, 0.8),
      0 0 90px rgba(30, 95, 255, 0.6);
  }
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.hero h1 {
  max-width: 1160px;
  margin-bottom: 30px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
  text-align: center;
  text-wrap: wrap;
}

.hero h1 .accent {
  background: linear-gradient(90deg, var(--chrome-bright), var(--chrome-mid));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cta {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--chrome-gradient);
  background-size: 200% 100%;
  background-position: 0% 50%;
  color: white;
  padding: 0 30px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 8px 20px rgba(30, 95, 255, 0.28);
  transition: transform 220ms ease, background-position 360ms ease, box-shadow 220ms ease;
  overflow: hidden;
  isolation: isolate;
}

.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  z-index: 1;
  animation: cta-shine 3.6s ease-in-out infinite;
}

@keyframes cta-shine {
  0% { left: -120%; }
  55%, 100% { left: 160%; }
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 18px 40px rgba(74, 159, 255, 0.5),
    0 0 0 1px rgba(200, 228, 255, 0.35);
}

.cta:focus-visible {
  outline: 2px solid var(--chrome-pale);
  outline-offset: 3px;
}

.value-strip {
  padding: 90px 0;
}

/* ===== Alternating section bands — clear block separation + connected seams ===== */
.features,
.plans,
.faq {
  position: relative;
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(43, 99, 220, 0.14), transparent 70%),
    var(--bg-alt);
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  box-shadow:
    inset 0 1px 0 rgba(180, 205, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* connecting seam node where a band begins */
.features::before,
.plans::before,
.faq::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--chrome-bright);
  box-shadow: 0 0 16px 3px rgba(102, 179, 255, 0.7);
  z-index: 1;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  max-width: 880px;
}

.value-card {
  position: relative;
  min-height: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(102, 179, 255, 0.4);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(40, 110, 255, 0.32), transparent 70%),
    linear-gradient(180deg, var(--surface-2) 0%, var(--surface) 100%);
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.2),
    0 18px 44px rgba(0, 0, 0, 0.5);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.value-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 228, 255, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.18),
    0 18px 40px rgba(30, 95, 255, 0.32);
}

.value-card svg {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
  color: #6fb6ff;
}

.value-card h2,
.value-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.leaders {
  padding: 12px 0 94px;
}

.leaders h2,
.proof h2,
.integrations h2,
.players h2,
.faq h2 {
  max-width: 760px;
  margin: 0 auto 62px;
  text-align: center;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 800;
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.leader-card {
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(74, 159, 255, 0.15), transparent 50%),
    var(--panel);
  padding: 14px 14px 29px;
  text-align: center;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  border: 1px solid rgba(74, 159, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(200, 228, 255, 0.08);
}

.leader-card:hover {
  transform: translateY(-4px);
  background:
    radial-gradient(circle at 50% 0%, rgba(102, 179, 255, 0.22), transparent 50%),
    #112045;
  border-color: rgba(200, 228, 255, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.18),
    0 18px 40px rgba(30, 95, 255, 0.36);
}

.leader-card img {
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  object-position: top center;
  margin-bottom: 23px;
}

.leader-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.wide {
  width: min(460px, 100%);
  margin: 72px auto 0;
}

.light {
  background:
    radial-gradient(circle at 18% 24%, rgba(30, 95, 255, 0.22), transparent 55%),
    radial-gradient(circle at 82% 78%, rgba(74, 159, 255, 0.16), transparent 60%),
    #04060f;
  color: #fff;
  border-top: 1px solid rgba(74, 159, 255, 0.18);
  border-bottom: 1px solid rgba(74, 159, 255, 0.18);
}

.split {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  min-height: 540px;
  gap: 24px;
}

.copy-block h2 {
  max-width: 570px;
  margin-bottom: 80px;
  font-size: clamp(24px, 3.2vw, 39px);
  line-height: 0.98;
  font-weight: 400;
}

.copy-block h2 strong {
  font-weight: 900;
}

.copy-block p {
  margin-bottom: 22px;
  font-size: 18px;
}

.store-icons {
  display: flex;
  align-items: center;
  gap: 23px;
  color: #c7d6f5;
}

.store-icons svg {
  width: 49px;
  height: 49px;
}

.ecosystem-img {
  width: min(720px, 100%);
  justify-self: end;
  transform: translateY(28px);
}

/* Smartphone mockup frame — wraps imagery so it sits inside a real phone */
.phone-frame {
  position: relative;
  width: min(330px, 78vw);
  aspect-ratio: 9 / 18.5;
  padding: 12px;
  border-radius: 42px;
  background:
    linear-gradient(145deg, #1a2547 0%, #050a1a 55%, #0a1530 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 0 1.5px rgba(102, 179, 255, 0.18),
    0 30px 70px rgba(0, 0, 0, 0.65),
    0 0 50px rgba(30, 95, 255, 0.18);
  isolation: isolate;
}

.phone-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(160deg, rgba(200, 228, 255, 0.55), rgba(30, 95, 255, 0.12) 50%, rgba(200, 228, 255, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 96px;
  height: 22px;
  border-radius: 14px;
  background: #04060f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: #04060f;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Multi-phone composition — alternating screens between operations table and dashboard */
.phone-stack {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  aspect-ratio: 1 / 0.95;
}

.phone-stack .phone-frame {
  position: absolute;
  width: 46%;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.65));
  transition: transform 320ms ease;
}

.ecosystem-stack {
  justify-self: end;
}

.phone-eco-left {
  top: 6%;
  left: 2%;
  transform: rotate(-12deg) translateY(8px);
  z-index: 1;
}

.phone-eco-right {
  top: 4%;
  right: 2%;
  transform: rotate(11deg) translateY(6px);
  z-index: 1;
}

.phone-eco-front {
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 50%;
}

.phone-eco-front::before {
  background: linear-gradient(160deg, rgba(234, 243, 255, 0.75), rgba(30, 95, 255, 0.18) 50%, rgba(234, 243, 255, 0.55));
}

.feature-stack {
  aspect-ratio: 1 / 0.85;
  max-width: 520px;
}

.phone-feat-back {
  top: 8%;
  left: 12%;
  transform: rotate(-10deg);
  z-index: 1;
  width: 44%;
  opacity: 0.92;
}

.phone-feat-front {
  top: 0;
  right: 8%;
  transform: rotate(6deg);
  z-index: 2;
  width: 50%;
}

.store-line {
  margin-top: 6px;
}

.features {
  padding: 90px 0 50px;
}

.section-title {
  position: relative;
  max-width: 600px;
  margin: 0 auto 26px;
  padding-bottom: 22px;
  text-align: center;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--chrome-mid), var(--chrome-bright));
  box-shadow: 0 0 18px rgba(102, 179, 255, 0.8);
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  min-height: 540px;
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.feature-row.reverse img {
  order: 1;
}

.feature-row img {
  width: min(520px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.65));
}

.feature-copy {
  max-width: 560px;
}

.feature-copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--purple-soft);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.feature-copy h3 {
  margin-bottom: 25px;
  font-size: clamp(28px, 3.4vw, 45px);
  line-height: 1.05;
  font-weight: 900;
}

.feature-copy p {
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.7vw, 25px);
  font-weight: 750;
  line-height: 1.38;
}

.feature-row.last h3 {
  max-width: 650px;
  font-size: clamp(25px, 2.5vw, 36px);
}

.proof {
  padding: 82px 0 50px;
}

.proof h2 {
  margin-bottom: 55px;
}

.proof-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 76px;
  max-width: 850px;
  margin: 0 auto;
}

.proof-logos img {
  max-height: 45px;
  width: 100%;
  object-fit: contain;
}

.integrations {
  padding: 56px 0 88px;
}

.integrations-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.integrations h2 {
  margin-bottom: 18px;
}

.integrations p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.integrations img {
  width: min(560px, 92vw);
  margin: 0 auto 38px;
}

.text-only {
  background: transparent;
  padding: 0;
  min-height: 0;
  color: #fff;
  font-size: 14px;
  box-shadow: none;
}

.text-only:hover {
  box-shadow: none;
}

.players {
  padding: 44px 0 110px;
}

.players h2 {
  margin-bottom: 54px;
}

.carousel-shell {
  position: relative;
}

.player-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: 58px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 86px 8px;
}

.player-track::-webkit-scrollbar {
  display: none;
}

.player-track img {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  object-fit: cover;
  border-radius: 12px;
  scroll-snap-align: center;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 58px;
  line-height: 0.7;
  cursor: pointer;
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

.faq {
  position: relative;
  padding: 84px 0 90px;
}

.faq-inner {
  max-width: 930px;
}

.faq h2 {
  margin-bottom: 24px;
}

.faq-inner > p {
  margin: 0 auto 78px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.faq-inner > p a {
  color: #6fb6ff;
  text-decoration: none;
}

.faq-list {
  display: grid;
  gap: 17px;
}

details {
  border: 2px solid var(--line);
  border-radius: 4px;
  background: #000;
}

summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 29px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 29px;
  font-weight: 900;
}

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

details p {
  margin: 0;
  padding: 0 29px 26px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.chat-avatar {
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 5;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 50%;
  padding: 3px;
  background: var(--chrome-gradient);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.25),
    0 10px 30px rgba(30, 95, 255, 0.5),
    0 0 38px rgba(102, 179, 255, 0.4);
}

.chat-avatar::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #050b1a;
  z-index: -1;
}

.chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--divider);
  background:
    radial-gradient(ellipse 70% 105% at 50% 100%, rgba(30, 95, 255, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(4, 10, 26, 0.96), var(--bg-alt));
  padding: 72px 0 0;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 179, 255, 0.58), transparent);
}

.footer-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(132px, 0.82fr)) minmax(220px, 1.12fr);
  gap: 32px;
  padding-bottom: 50px;
}

.footer-brand {
  max-width: 400px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  margin-bottom: 18px;
}

.footer-logo img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  padding: 3px;
  background: var(--chrome-gradient);
  box-shadow: var(--brand-glow-strong);
}

.footer-logo span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  color: #fff;
}

.footer-logo span strong {
  font-size: 12px;
  letter-spacing: 0;
  background: linear-gradient(90deg, var(--chrome-bright), var(--chrome-mid));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-brand p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(102, 179, 255, 0.2);
  border-radius: 8px;
  background: rgba(102, 179, 255, 0.08);
  color: #dcecff;
  font-size: 12px;
  font-weight: 800;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-col h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.footer-col a,
.footer-col span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14.5px;
  line-height: 1.35;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-col a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-col a svg {
  width: 17px;
  height: 17px;
  color: var(--chrome-bright);
  flex: 0 0 auto;
}

.footer-cta-col {
  padding: 18px;
  border: 1px solid rgba(102, 179, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 22px 50px rgba(0, 0, 0, 0.2);
}

.footer-cta-col p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.footer-cta-col .cta {
  margin-top: 6px;
  align-self: flex-start;
}

.footer-mini-brand {
  margin-top: 2px;
  color: var(--dim);
  font-size: 12px;
  line-height: 1.45;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-risk {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 840px;
}

.footer-risk img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: cover;
  opacity: 0.9;
}

.footer-disclaimer {
  margin: 0;
  color: var(--dim);
  font-size: 12px;
  line-height: 1.5;
}

.footer-copy {
  margin: 0;
  flex-shrink: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

/* ===== Stats strip ===== */
.stats-strip {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(30, 95, 255, 0.06), transparent);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat {
  text-align: center;
  padding: 6px 10px;
  border-right: 1px solid rgba(74, 159, 255, 0.18);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  background: linear-gradient(90deg, var(--chrome-bright), var(--chrome-mid));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat span {
  color: var(--dim);
  font-size: 13px;
  font-weight: 600;
}

/* ===== About Lucas ===== */
.about {
  position: relative;
  padding: 86px 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 62% 70% at 18% 20%, rgba(102, 179, 255, 0.14), transparent 68%),
    linear-gradient(180deg, rgba(5, 11, 26, 0.72), rgba(8, 12, 25, 0.92));
  border-bottom: 1px solid rgba(102, 179, 255, 0.12);
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  align-items: center;
  gap: 54px;
}

.about-photo {
  position: relative;
  width: min(380px, 100%);
  margin: 0;
  justify-self: center;
  padding: 9px;
  border: 1px solid rgba(102, 179, 255, 0.36);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(102, 179, 255, 0.24), transparent 62%),
    linear-gradient(180deg, rgba(11, 24, 58, 0.94), rgba(3, 8, 20, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 70px rgba(0, 0, 0, 0.5),
    0 0 46px rgba(30, 95, 255, 0.16);
}

.about-photo::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 14px;
  box-shadow: inset 0 -90px 90px rgba(3, 8, 20, 0.34);
  pointer-events: none;
}

.about-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 14px;
}

.about-copy {
  max-width: 660px;
}

.about-copy .section-title {
  max-width: 620px;
  margin: 14px 0 20px;
  text-align: left;
}

.about-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.66;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

/* ===== Section sub ===== */
.section-sub {
  max-width: 640px;
  margin: 0 auto 54px;
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.section-sub strong {
  color: #fff;
}

.value-strip .section-title {
  margin-bottom: 48px;
}

.value-grid {
  margin: 0 auto;
}

.section-brand-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin: -4px auto 36px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(102, 179, 255, 0.32);
  border-radius: 999px;
  background: rgba(4, 10, 26, 0.72);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.section-brand-chip img {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  object-fit: cover;
  padding: 2px;
  background: var(--chrome-gradient);
  box-shadow: var(--brand-glow);
}
/* ===== Dashboard insight cards ===== */
.dashboards-showcase {
  margin: 54px 0 28px;
}

.dash-overview-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid rgba(74, 159, 255, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 0%, rgba(74, 159, 255, 0.18), transparent 48%),
    linear-gradient(180deg, #0a1530, #04060f);
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.1),
    0 24px 60px rgba(0, 0, 0, 0.5);
}

.dash-copy span,
.dash-card-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--purple-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.dash-copy h3,
.dash-card-copy h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.08;
  font-weight: 900;
}

.dash-copy p,
.dash-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.56;
}

.dash-overview-media,
.dash-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(200, 228, 255, 0.16);
  background: #f7f9fd;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.dash-overview-media {
  border-radius: 14px;
}

.dash-overview-media img,
.dash-media img {
  width: 100%;
  display: block;
}

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

.dash-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.92fr) minmax(220px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 286px;
  padding: 18px;
  border: 1px solid rgba(74, 159, 255, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(34, 49, 96, 0.82), rgba(10, 21, 48, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.42);
}

.dash-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(360px, 1.08fr) minmax(280px, 0.92fr);
}

.dash-media {
  border-radius: 12px;
}

.dash-card-copy {
  min-width: 0;
}

.dash-card-copy h3 {
  font-size: clamp(20px, 1.8vw, 27px);
}

.dash-card-copy p {
  font-size: 14px;
}
/* ===== Feature screenshots ===== */
.shot-frame {
  position: relative;
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(74, 159, 255, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 95, 255, 0.18), transparent 70%),
    linear-gradient(180deg, #060d20, #04060f);
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.1),
    0 26px 60px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(30, 95, 255, 0.08);
}

.shot-frame img {
  width: 100%;
  border-radius: 9px;
  display: block;
}

.feature-row.reverse .shot-frame {
  order: 1;
}

/* ===== Faux report card (concrete, handcrafted) ===== */
.report-card {
  width: min(520px, 100%);
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(74, 159, 255, 0.28);
  background: linear-gradient(180deg, #0a1330, #050a1c);
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.1),
    0 26px 60px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.report-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(74, 159, 255, 0.16);
  background: rgba(7, 14, 34, 0.7);
}

.report-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #25304f;
}

.report-dot:nth-child(1) { background: #ff5f57; }
.report-dot:nth-child(2) { background: #febc2e; }
.report-dot:nth-child(3) { background: #28c840; }

.report-head strong {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.3px;
}

.report-rows {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.report-rows li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(74, 159, 255, 0.08);
  font-size: 15px;
}

.report-rows li:last-child {
  border-bottom: 0;
}

.report-rows li span {
  color: #c7d6f5;
  font-variant-numeric: tabular-nums;
}

.report-rows li b {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.report-rows .gain { color: #38d66b; }
.report-rows .loss { color: #ff6b6b; }

.report-rows li.filling {
  background: linear-gradient(90deg, rgba(30, 95, 255, 0.16), transparent);
}

.report-rows li.filling span {
  color: #fff;
}

.report-rows li.filling b {
  position: relative;
  color: var(--chrome-bright);
  font-weight: 700;
}

.report-rows li.filling b::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--chrome-bright);
  box-shadow: 0 0 10px var(--chrome-bright);
  animation: blink 1.1s ease-in-out infinite;
  vertical-align: middle;
}

@keyframes blink {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 1; }
}

/* ===== VSL video ===== */
.vsl {
  position: relative;
  overflow: hidden;
  padding: 86px 0 94px;
  border-top: 1px solid rgba(102, 179, 255, 0.12);
  border-bottom: 1px solid rgba(102, 179, 255, 0.12);
  background:
    radial-gradient(ellipse 70% 88% at 50% 12%, rgba(30, 95, 255, 0.18), transparent 70%),
    linear-gradient(180deg, rgba(5, 11, 26, 0.94), rgba(8, 18, 42, 0.82));
}

.vsl::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(102, 179, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 179, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.vsl-inner {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 28px;
  max-width: 1040px;
}

.vsl-copy {
  max-width: 760px;
  text-align: center;
}

.vsl-kicker {
  margin-bottom: 18px;
}

.vsl .section-title {
  max-width: 760px;
  margin-bottom: 18px;
}

.vsl-copy p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.vsl-frame {
  position: relative;
  width: min(450px, 100%);
  margin: 6px 0 0;
  padding: 10px;
  border: 1px solid rgba(102, 179, 255, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(102, 179, 255, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(11, 24, 58, 0.92), rgba(3, 8, 20, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 32px 80px rgba(0, 0, 0, 0.48),
    0 0 48px rgba(30, 95, 255, 0.18);
}

.vsl-frame::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(3, 8, 20, 0.82) url("assets/logo-teoria-ciclos.svg") center / cover no-repeat;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
  pointer-events: none;
}

.vsl-video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  background: #020713;
  object-fit: contain;
}
/* ===== Telegram section ===== */
.telegram {
  padding: 90px 0;
  background: transparent;
}

.telegram .split {
  min-height: 0;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 14px 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(102, 179, 255, 0.3);
  background: rgba(30, 95, 255, 0.12);
  color: var(--chrome-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.kicker svg {
  width: 18px;
  height: 18px;
}

.telegram-brand-stamp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(102, 179, 255, 0.3);
  border-radius: 999px;
  background: rgba(6, 15, 37, 0.76);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.telegram-brand-stamp img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  padding: 2px;
  background: var(--chrome-gradient);
  box-shadow: var(--brand-glow);
}

.telegram-brand-stamp span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}

.telegram-brand-stamp strong {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.telegram-brand-stamp small {
  color: var(--chrome-bright);
  font-size: 11px;
  font-weight: 800;
}
.telegram h2 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.06;
  font-weight: 800;
}

.telegram h2 strong {
  color: var(--chrome-bright);
}

.telegram .copy-block > p {
  max-width: 480px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.check-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  color: #eaf3ff;
  font-size: 16px;
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l5 5 9-10' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat,
    var(--chrome-gradient);
  box-shadow: var(--brand-glow);
}

.tg-stack {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  isolation: isolate;
}

.tg-stack::before {
  content: "";
  position: absolute;
  inset: 8% 6%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(43, 99, 220, 0.42), transparent 68%);
  filter: blur(20px);
  z-index: 0;
}

.tg-orbit {
  position: relative;
  width: min(620px, 100%);
  height: 680px;
  z-index: 1;
  overflow: visible;
}

.tg-img {
  position: absolute;
  display: block;
  left: 4%;
  top: 38px;
  width: 61%;
  max-width: 360px;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(102, 179, 255, 0.42);
  background: #0b1430;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  animation: tg-card-cycle 18s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.tg-card-1 {
  z-index: 3;
}

.tg-card-2 {
  z-index: 2;
  animation-delay: -6s;
}

.tg-card-3 {
  z-index: 1;
  animation-delay: -12s;
}

@keyframes tg-card-cycle {
  0%, 20% {
    z-index: 3;
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-2deg) scale(0.96);
  }

  28%, 48% {
    z-index: 2;
    opacity: 0.9;
    transform: translate3d(58%, 92px, 0) rotate(3deg) scale(0.78);
  }

  56%, 76% {
    z-index: 1;
    opacity: 0.82;
    transform: translate3d(24%, 236px, 0) rotate(1deg) scale(0.62);
  }

  84%, 100% {
    z-index: 3;
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-2deg) scale(0.96);
  }
}

/* Telegram meta row (live + count) */
.tg-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.tg-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(40, 200, 110, 0.12);
  border: 1px solid rgba(40, 200, 110, 0.35);
  color: #4fe08a;
  font-size: 13px;
  font-weight: 800;
}

.tg-live i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #28c840;
  box-shadow: 0 0 0 0 rgba(40, 200, 64, 0.6);
  animation: live-pulse 1.8s ease-out infinite;
}

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(40, 200, 64, 0.6); }
  100% { box-shadow: 0 0 0 9px rgba(40, 200, 64, 0); }
}

.tg-count {
  color: var(--muted);
  font-size: 14px;
}

.tg-count strong {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

/* Telegram channel bar floating above the stack */
.tg-channel {
  position: absolute;
  top: -8px;
  left: 0;
  right: 6%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(13, 24, 54, 0.95), rgba(7, 14, 34, 0.95));
  border: 1px solid rgba(102, 179, 255, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: tg-float 5s ease-in-out infinite;
}

@keyframes tg-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.tg-channel-logo {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  object-fit: cover;
  border: 1px solid rgba(200, 228, 255, 0.3);
  box-shadow: var(--brand-glow);
}

.tg-channel-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.tg-channel-info strong {
  font-size: 15px;
  font-weight: 800;
}

.tg-channel-info span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dim);
  font-size: 12px;
}

.tg-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28c840;
}

.tg-channel-plane {
  width: 26px;
  height: 26px;
  margin-left: auto;
  color: var(--chrome-bright);
}


/* ===== Boleta MT5 (brinde exclusivo) ===== */
.boleta {
  padding: 90px 0;
  background: transparent;
}

.boleta .split {
  min-height: 0;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
}

.boleta h2 {
  max-width: 540px;
  margin-bottom: 20px;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.06;
  font-weight: 800;
}

.boleta h2 strong {
  color: var(--chrome-bright);
  font-weight: 800;
}

.boleta .copy-block > p {
  max-width: 500px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.boleta .copy-block > p b {
  color: var(--chrome-bright);
  font-weight: 800;
}

/* Lista de benefícios com ícone circular */
.icon-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.il-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--chrome-gradient);
  box-shadow: var(--brand-glow);
  color: #fff;
}

.il-ico svg {
  width: 15px;
  height: 15px;
}

.il-text {
  padding-top: 3px;
  color: #eaf3ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.il-text strong {
  color: var(--chrome-bright);
  font-weight: 800;
}

/* Destaque do presente */
.boleta-gift {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 470px;
  padding: 16px 22px 16px 16px;
  border: 1px solid rgba(102, 179, 255, 0.3);
  border-radius: 18px;
  background: rgba(6, 15, 37, 0.76);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gift-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--chrome-gradient);
  box-shadow: var(--brand-glow);
  color: #fff;
}

.gift-ico svg {
  width: 24px;
  height: 24px;
}

.boleta-gift p {
  margin: 0;
  color: #eaf3ff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.boleta-gift p strong {
  color: var(--chrome-bright);
  font-weight: 800;
}

/* Mockup das boletas */
.boleta-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  isolation: isolate;
}

.boleta-visual::before {
  content: "";
  position: absolute;
  inset: 4% 6% 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(43, 99, 220, 0.42), transparent 68%);
  filter: blur(20px);
  z-index: 0;
}

.boleta-orbit {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  height: 640px;
}

.bl-img {
  position: absolute;
  display: block;
  width: 52%;
  max-width: 272px;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(102, 179, 255, 0.42);
  background: #0b1430;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6);
  backface-visibility: hidden;
  will-change: transform;
}

.bl-card-1 {
  left: 2%;
  top: 16px;
  z-index: 2;
  animation: bl-float-a 6s ease-in-out infinite;
}

.bl-card-2 {
  right: 2%;
  top: 84px;
  z-index: 1;
  animation: bl-float-b 6s ease-in-out infinite -3s;
}

@keyframes bl-float-a {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  50% { transform: translate3d(0, -14px, 0) rotate(-2deg); }
}

@keyframes bl-float-b {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(3deg) scale(0.94); }
  50% { transform: translate3d(0, -10px, 0) rotate(3deg) scale(0.94); }
}

.boleta-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(102, 179, 255, 0.35);
  background: linear-gradient(180deg, rgba(13, 24, 54, 0.95), rgba(7, 14, 34, 0.95));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.boleta-badge svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--chrome-bright);
}

.boleta-badge span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  color: var(--muted);
  font-size: 13px;
}

.boleta-badge strong {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ===== Plans ===== */
.plans {
  position: relative;
  padding: 90px 0;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(102, 179, 255, 0.38);
  border-radius: 18px;
  padding: 22px 24px 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(40, 110, 255, 0.28), transparent 62%),
    linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.18),
    0 22px 54px rgba(0, 0, 0, 0.5);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 228, 255, 0.4);
  box-shadow: 0 24px 60px rgba(30, 95, 255, 0.3);
}

.plan-card.featured {
  border-color: rgba(102, 179, 255, 0.7);
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 95, 255, 0.32), transparent 60%),
    linear-gradient(180deg, #0a1838, #04060f);
  box-shadow:
    inset 0 1px 0 rgba(200, 228, 255, 0.2),
    0 26px 70px rgba(30, 95, 255, 0.4);
  transform: translateY(-10px);
}

.plan-card.featured:hover {
  transform: translateY(-14px);
}

.ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--chrome-gradient);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  box-shadow: var(--brand-glow);
}

.plan-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(102, 179, 255, 0.35);
  background: linear-gradient(180deg, #ffffff, #eef3fb);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.6),
    0 12px 30px rgba(0, 0, 0, 0.45);
}

.plan-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), transparent 40%);
  pointer-events: none;
}

.plan-card.featured .plan-media {
  border-color: rgba(102, 179, 255, 0.7);
  box-shadow:
    inset 0 0 0 1px rgba(200, 228, 255, 0.12),
    0 0 28px rgba(30, 95, 255, 0.5);
}

.plan-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.plan-card:hover .plan-media img {
  transform: scale(1.05);
}

.plan-tag {
  font-size: 19px;
  font-weight: 900;
}

.plan-desc {
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  min-height: 40px;
}

.plan-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(74, 159, 255, 0.16);
}

.price-old {
  color: var(--dim);
  font-size: 14px;
  text-decoration: line-through;
}

.price-now {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  font-size: clamp(38px, 4vw, 44px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}

.price-now .cur {
  font-size: 20px;
  font-weight: 800;
  margin-top: 6px;
  color: var(--chrome-bright);
}

.plan-card.featured .price-now {
  background: linear-gradient(90deg, #fff, var(--chrome-bright));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price-note {
  margin-top: 4px;
  color: var(--chrome-pale);
  font-size: 12px;
  font-weight: 600;
}

/* ===== Trust bar ===== */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 46px;
  padding: 26px;
  border-radius: 16px;
  border: 1px solid rgba(74, 159, 255, 0.2);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.trust-item svg {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  color: var(--chrome-bright);
  filter: drop-shadow(0 0 8px rgba(102, 179, 255, 0.5));
}

.trust-item strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.trust-item span {
  display: block;
  margin-top: 2px;
  color: var(--dim);
  font-size: 12px;
  line-height: 1.35;
}

.plan-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  flex: 1;
}

.plan-features li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #eaf3ff;
  font-size: 14px;
  line-height: 1.4;
}

.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l5 5 9-10' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat,
    var(--chrome-gradient);
}

.plan-features li strong {
  color: #fff;
}

.cta.outline {
  background: transparent;
  border: 1px solid rgba(102, 179, 255, 0.6);
  color: var(--chrome-pale);
  box-shadow: none;
}

.cta.outline:hover {
  background: rgba(30, 95, 255, 0.12);
  border-color: var(--chrome-bright);
  box-shadow: 0 12px 30px rgba(30, 95, 255, 0.25);
}

.plan-card .cta.wide {
  width: 100%;
  margin: auto 0 0;
}

/* ===== Relatos (carrossel) ===== */
.relatos {
  padding: 84px 0 90px;
}

.relatos-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 14px 0;
}

.relatos-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  gap: 22px;
  animation: relatos-scroll 70s linear infinite;
}

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

@keyframes relatos-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* keep carousel items visible regardless of section reveal stagger */
.relatos-track .relato {
  opacity: 1 !important;
  transform: none !important;
}

.relato {
  flex: 0 0 auto;
  width: 300px;
  height: auto;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(74, 159, 255, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.relato:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(102, 179, 255, 0.55);
  box-shadow: 0 24px 56px rgba(30, 95, 255, 0.32);
}

.relato img {
  width: 100%;
  display: block;
}

.faq .cta.wide {
  margin-top: 50px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 24px;
    min-height: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
    justify-items: center;
  }

  .hero h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-social,
  .hero-feature {
    justify-content: center;
  }

  .hero-feature {
    text-align: left;
  }

  .hero-visual {
    order: -1;
  }

  .hero-phones {
    width: 100%;
  }

  .leader-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .feature-row,
  .feature-row.reverse {
    min-height: 0;
    padding: 58px 0;
  }

  .feature-row.reverse .feature-copy,
  .feature-row.reverse img {
    order: initial;
  }

  .ecosystem {
    padding: 58px 0 0;
  }

  .split {
    min-height: 0;
  }

  .copy-block h2 {
    margin-bottom: 50px;
  }

  .ecosystem-img {
    justify-self: center;
    width: min(680px, 100%);
  }

  .ecosystem-stack {
    justify-self: center;
    max-width: 540px;
    margin-top: 12px;
  }

  .feature-stack {
    max-width: 460px;
  }

  .proof-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 70px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 36px, var(--container));
  }

  .hero {
    min-height: 0;
    padding: 18px 0 58px;
  }

  .hero-inner {
    gap: 22px;
  }

  .hero-visual {
    width: min(520px, calc(100vw - 4px));
    max-width: none;
    margin: -8px auto 2px;
  }

  .hero-visual::before {
    inset: 8% 2%;
    filter: blur(10px);
  }

  .hero-phones {
    width: 100%;
    max-width: none;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: 34px;
    text-wrap: balance;
  }

  .avatars img {
    width: 38px;
    height: 38px;
  }
  .avatars span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 9px;
  }

  .social-text strong {
    font-size: 18px;
  }

  .hero-feature p {
    font-size: 13px;
  }

  .feature-arrow {
    width: 44px;
    height: 44px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 18px;
    font-size: 12px;
  }

  .brand span {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .cta {
    min-height: 38px;
    padding: 0 17px;
    font-size: 11px;
  }

  .value-strip {
    padding: 55px 0;
  }

  .value-grid,
  .leader-grid,
  .proof-logos {
    grid-template-columns: 1fr;
  }

  .value-grid {
    max-width: 236px;
    gap: 18px;
  }

  .value-card {
    min-height: 170px;
  }

  .leaders {
    padding: 10px 0 64px;
  }

  .leaders h2,
  .proof h2,
  .integrations h2,
  .players h2,
  .faq h2 {
    margin-bottom: 35px;
    font-size: 22px;
  }

  .leader-grid {
    max-width: 280px;
    margin: 0 auto;
    gap: 22px;
  }

  .leader-card strong {
    font-size: 18px;
  }

  .wide {
    margin-top: 30px;
  }

  .copy-block h2 {
    max-width: 320px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .copy-block p {
    font-size: 13px;
  }

  .store-icons svg {
    width: 36px;
    height: 36px;
  }

  .features {
    padding-top: 48px;
  }

  .section-title {
    max-width: 310px;
    font-size: 21px;
  }

  .feature-row,
  .feature-row.reverse {
    padding: 48px 0;
    text-align: center;
  }

  .feature-row img {
    width: min(300px, 86vw);
  }

  .feature-copy {
    max-width: 330px;
    margin: 0 auto;
  }

  .feature-copy span {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .feature-copy h3,
  .feature-row.last h3 {
    font-size: 22px;
  }

  .feature-copy p {
    font-size: 12px;
  }

  .proof {
    padding: 42px 0;
  }

  .proof-logos {
    max-width: 170px;
    gap: 34px;
  }

  .integrations {
    padding: 40px 0 70px;
  }

  .integrations p {
    max-width: 280px;
    font-size: 12px;
  }

  .integrations img {
    width: min(330px, 96vw);
  }

  .player-track {
    grid-auto-columns: 70%;
    gap: 24px;
    padding: 0 42px 8px;
  }

  .carousel-btn {
    font-size: 42px;
  }

  .players {
    padding-bottom: 74px;
  }

  .faq-inner > p {
    max-width: 330px;
    margin-bottom: 38px;
    font-size: 12px;
  }

  summary {
    min-height: 63px;
    padding: 0 16px;
    font-size: 12px;
  }

  details p {
    padding: 0 16px 20px;
    font-size: 12px;
  }

  .chat-avatar {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 18px;
    border-width: 5px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

/* ===== Responsive: new sections ===== */
@media (max-width: 980px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }

  .plan-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  .plan-card.featured,
  .plan-card.featured:hover {
    transform: none;
  }

  .trust-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 18px;
  }

  .telegram .split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .boleta .split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .boleta .copy-block > p,
  .boleta h2 {
    max-width: 640px;
  }

  .boleta-visual {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .about-inner {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 28px;
  }

  .about-photo {
    width: min(420px, 100%);
    max-width: none;
    justify-self: center;
  }

  .about-copy {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  .about-copy .section-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .tg-stack {
    min-height: 600px;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .report-card {
    width: 100%;
  }

  .dash-overview-card,
  .dash-card,
  .dash-card-wide {
    grid-template-columns: 1fr;
  }

  .dash-insight-grid {
    grid-template-columns: 1fr;
  }

  .dash-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat {
    border-bottom: 1px solid rgba(74, 159, 255, 0.12);
    padding-bottom: 14px;
  }

  .relato {
    width: 250px;
    height: auto;
  }

  .relatos-track {
    animation-duration: 52s;
  }

  .tg-stack {
    min-height: 520px;
  }

  .boleta-orbit {
    width: min(100%, 400px);
    height: 500px;
  }

  .bl-img {
    width: 54%;
    max-width: 210px;
    border-radius: 14px;
  }

  .bl-card-1 {
    left: 0;
    top: 12px;
  }

  .bl-card-2 {
    right: 0;
    top: 70px;
  }

  .boleta-gift {
    gap: 12px;
    padding: 14px 16px;
  }

  .boleta-gift p {
    font-size: 14px;
  }

  .boleta-badge {
    padding: 10px 18px;
  }

  .il-text {
    font-size: 15px;
  }

  .tg-orbit {
    width: min(100%, 390px);
    height: 520px;
  }

  .tg-img {
    left: 1%;
    top: 22px;
    width: 68%;
    max-width: 270px;
    border-radius: 16px;
  }

  @keyframes tg-card-cycle {
    0%, 20% {
      z-index: 3;
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(-2deg) scale(0.96);
    }

    28%, 48% {
      z-index: 2;
      opacity: 0.9;
      transform: translate3d(36%, 88px, 0) rotate(3deg) scale(0.76);
    }

    56%, 76% {
      z-index: 1;
      opacity: 0.82;
      transform: translate3d(15%, 210px, 0) rotate(1deg) scale(0.58);
    }

    84%, 100% {
      z-index: 3;
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(-2deg) scale(0.96);
    }
  }

  .section-sub {
    font-size: 14px;
  }

  .about {
    padding: 48px 0;
  }

  .about-inner {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 22px;
  }

  .about-photo {
    width: min(330px, 88vw);
    max-width: none;
    padding: 7px;
    border-radius: 16px;
  }

  .about-photo::after {
    inset: 7px;
    border-radius: 11px;
  }

  .about-photo img {
    aspect-ratio: 3 / 4;
    object-position: center top;
    border-radius: 11px;
  }

  .about-copy .kicker {
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .about-copy .section-title {
    max-width: 330px;
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.14;
  }

  .about-copy p {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 11px;
  }

  .value-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
    width: 100%;
    gap: 14px;
    overflow: visible;
  }

  .value-card {
    width: 100%;
    min-height: 176px;
    padding: 22px 18px;
    border-radius: 12px;
  }
.value-card svg {
    width: 31px;
    height: 31px;
    margin-bottom: 12px;
  }

  .value-card h3 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.16;
  }

  .value-card p {
    font-size: 12px;
    line-height: 1.38;
    font-weight: 700;
  }
.feature-row .shot-frame {
    width: min(100%, 420px);
    padding: 7px;
    border-radius: 14px;
  }

  .feature-row .shot-frame img {
    width: 100%;
    max-width: none;
    border-radius: 8px;
  }

  .dashboards-showcase {
    margin: 38px 0 18px;
  }

  .dash-overview-card,
  .dash-card {
    min-height: 0;
    padding: 14px;
    gap: 16px;
    border-radius: 14px;
  }

  .dash-copy span,
  .dash-card-copy span {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .dash-copy h3,
  .dash-card-copy h3 {
    font-size: 21px;
  }

  .dash-copy p,
  .dash-card-copy p {
    font-size: 13px;
  }
}



/* VSL mobile polish */
@media (max-width: 640px) {
  .vsl {
    padding: 58px 0 66px;
  }

  .vsl-inner {
    gap: 22px;
  }

  .vsl .section-title {
    max-width: 330px;
  }

  .vsl-copy p {
    font-size: 14px;
    line-height: 1.55;
  }

  .vsl-frame {
    width: min(100%, 420px);
    padding: 6px;
    border-radius: 14px;
  }

  .vsl-frame::after {
    left: 14px;
    top: 14px;
    width: 36px;
    height: 36px;
  }

  .vsl-video {
    border-radius: 10px;
  }
}
/* Footer and brand mobile polish */
@media (max-width: 640px) {
  .section-brand-chip {
    margin: -2px auto 28px;
    padding: 7px 12px 7px 7px;
    font-size: 12px;
  }

  .section-brand-chip img {
    width: 30px;
    height: 30px;
  }

  .telegram-brand-stamp {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .footer {
    padding-top: 58px;
  }

  .footer-logo img {
    width: 52px;
    height: 52px;
  }

  .footer-badges span {
    min-height: 30px;
  }

  .footer-cta-col {
    padding: 16px;
  }

  .footer-risk {
    align-items: flex-start;
  }
}


/* Compact footer override */
.footer {
  padding: 42px 0 0;
}

.footer-top {
  grid-template-columns: minmax(240px, 1.35fr) minmax(110px, 0.62fr) minmax(120px, 0.72fr) minmax(180px, 0.88fr);
  gap: 24px;
  padding-bottom: 28px;
}

.footer-brand {
  max-width: 330px;
}

.footer-logo {
  gap: 10px;
  margin-bottom: 12px;
}

.footer-logo img {
  width: 42px;
  height: 42px;
  border-radius: 7px;
  box-shadow: var(--brand-glow);
}

.footer-logo span {
  font-size: 15px;
}

.footer-logo span strong {
  font-size: 10px;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.5;
}

.footer-col {
  gap: 8px;
}

.footer-col h4 {
  margin-bottom: 4px;
  font-size: 13px;
}

.footer-col a,
.footer-col span {
  font-size: 13.5px;
}

.footer-col a svg {
  width: 15px;
  height: 15px;
}

.footer-cta-col {
  padding: 13px;
}

.footer-cta-col p {
  font-size: 13px;
  line-height: 1.45;
}

.footer-cta-col .cta {
  min-height: 40px;
  padding: 0 18px;
  font-size: 11px;
}

.footer-bottom {
  padding: 14px 0 20px;
  gap: 18px;
}

.footer-risk,
.footer-risk img {
  display: none;
}

.footer-disclaimer {
  max-width: 760px;
  font-size: 11px;
  line-height: 1.45;
}

.footer-copy {
  font-size: 12px;
}

@media (max-width: 980px) {
  .footer-top {
    grid-template-columns: 1.1fr 0.8fr;
    gap: 24px;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .footer {
    padding-top: 38px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 22px;
  }

  .footer-logo img {
    width: 40px;
    height: 40px;
  }

  .footer-cta-col {
    padding: 12px;
  }

  .footer-bottom {
    gap: 8px;
    padding-bottom: 18px;
  }
}

/* ===== Checkout screen ===== */
body.checkout-open {
  overflow: hidden;
}

.checkout-screen {
  position: fixed;
  inset: 0;
  z-index: 120;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 168, 255, 0.24), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(30, 95, 255, 0.26), transparent 34%),
    linear-gradient(140deg, rgba(0, 125, 255, 0.92) 0%, rgba(8, 24, 76, 0.97) 38%, rgba(2, 5, 21, 0.98) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity 200ms ease;
}

.checkout-screen[aria-hidden="false"] {
  pointer-events: auto;
  opacity: 1;
}

.checkout-shell {
  width: min(1180px, 100%);
  min-height: 100%;
  margin: 0 auto;
  padding: 16px;
}

.checkout-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-bottom: 12px;
  border: 1px solid rgba(200, 228, 255, 0.2);
  border-radius: 12px;
  padding: 0 13px 0 10px;
  background: rgba(4, 12, 35, 0.58);
  color: #eaf3ff;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.checkout-back-link svg {
  width: 18px;
  height: 18px;
}

.checkout-layout {
  display: grid;
  gap: 16px;
  align-items: stretch;
}

.checkout-visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(200, 228, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(100deg, rgba(0, 168, 255, 0.2), rgba(25, 68, 210, 0.1) 40%, rgba(5, 10, 37, 0.24)),
    rgba(2, 10, 38, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.38);
}

.checkout-visual::before {
  content: "";
  position: absolute;
  inset: -18% -25% auto -14%;
  height: 62%;
  background: radial-gradient(circle, rgba(0, 198, 255, 0.32), transparent 68%);
  filter: blur(8px);
}

.checkout-visual::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -74px;
  width: 62%;
  max-width: 420px;
  aspect-ratio: 0.72;
  border: 1px solid rgba(200, 228, 255, 0.18);
  border-radius: 42px;
  background: linear-gradient(160deg, rgba(7, 20, 61, 0.66), rgba(2, 5, 22, 0.3));
}

.checkout-glass-card,
.checkout-phone-card,
.checkout-approved {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(200, 228, 255, 0.16);
  background: linear-gradient(145deg, rgba(18, 86, 210, 0.36), rgba(6, 14, 48, 0.48));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.refund-card {
  z-index: 4;
  top: 22px;
  left: 18px;
  right: 22px;
  padding: 18px;
  border-radius: 20px;
}

.refund-card span,
.methods-card > span,
.checkout-phone-card span,
.purchase-list > span {
  display: block;
  color: #d9ebff;
  font-size: 13px;
  font-weight: 850;
}

.refund-card strong {
  display: block;
  width: 100%;
  margin-top: 12px;
  border: 1px solid rgba(200, 228, 255, 0.34);
  border-radius: 10px;
  padding: 10px 12px;
  color: rgba(234, 243, 255, 0.9);
  font-size: clamp(22px, 8vw, 30px);
  line-height: 1;
}

.checkout-phone-card {
  z-index: 2;
  top: 132px;
  right: 18px;
  bottom: 20px;
  width: min(66%, 360px);
  min-height: auto;
  border-radius: 34px 34px 0 0;
  padding: 30px 18px 20px;
  background: linear-gradient(155deg, rgba(7, 17, 58, 0.78), rgba(2, 5, 22, 0.58));
}

.checkout-phone-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(27px, 8vw, 42px);
  line-height: 0.98;
}

.balance-card {
  margin-bottom: 12px;
  border-radius: 13px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.09);
}

.balance-card strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: clamp(18px, 5.5vw, 27px);
  line-height: 1.05;
}

.balance-card.dimmed {
  opacity: 0.74;
}

.purchase-list {
  margin-top: 18px;
}

.purchase-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 11px;
  border-top: 1px solid rgba(200, 228, 255, 0.1);
  padding-top: 11px;
  color: rgba(234, 243, 255, 0.88);
}

.purchase-list strong {
  font-size: 13px;
}

.purchase-list small {
  color: rgba(200, 228, 255, 0.58);
  font-size: 11px;
  text-align: right;
}

.methods-card {
  z-index: 5;
  left: 16px;
  bottom: 74px;
  width: min(48%, 280px);
  border-radius: 18px;
  padding: 18px 14px;
}

.methods-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.methods-card li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 43px;
  border-radius: 10px;
  padding: 0 11px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  background: rgba(11, 43, 145, 0.46);
}

.methods-card svg {
  width: 18px;
  height: 18px;
  color: #d8ecff;
}

.checkout-approved {
  z-index: 6;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: calc(100% - 36px);
  border-radius: 999px;
  padding: 12px 15px;
  background: linear-gradient(135deg, rgba(28, 178, 109, 0.75), rgba(17, 120, 92, 0.62));
  color: #bafbd5;
  font-size: 13px;
  font-weight: 900;
}

.checkout-approved svg {
  width: 18px;
  height: 18px;
}

.checkout-panel {
  position: relative;
  width: 100%;
  padding: 20px 16px;
  border: 1px solid rgba(102, 179, 255, 0.38);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 168, 255, 0.2), transparent 52%),
    linear-gradient(180deg, rgba(16, 29, 64, 0.78), rgba(5, 10, 24, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 26px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.checkout-head {
  padding-right: 0;
}

.checkout-head h2 {
  margin: 8px 0 8px;
  font-size: clamp(27px, 8vw, 36px);
  line-height: 1.08;
}

.checkout-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
}

.checkout-plan-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0 16px;
  padding: 14px;
  border: 1px solid rgba(102, 179, 255, 0.26);
  border-radius: 14px;
  background: rgba(6, 14, 34, 0.62);
}

.checkout-plan-summary span {
  color: var(--chrome-pale);
  font-size: 13px;
  font-weight: 800;
}

.checkout-plan-summary strong {
  color: #fff;
  font-size: 22px;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.field-group {
  position: relative;
  display: grid;
  gap: 7px;
}

.field-group span {
  color: #eaf3ff;
  font-size: 12px;
  font-weight: 800;
}

.field-group input,
.field-group select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(102, 179, 255, 0.26);
  border-radius: 12px;
  padding: 0 13px;
  background: rgba(3, 9, 23, 0.78);
  color: #fff;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.field-group select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--chrome-bright) 50%),
    linear-gradient(135deg, var(--chrome-bright) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 12px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field-group input:focus,
.field-group select:focus {
  border-color: var(--chrome-bright);
  box-shadow: 0 0 0 3px rgba(74, 159, 255, 0.18);
}

.instagram-options {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(102, 179, 255, 0.32);
  border-radius: 12px;
  background: #07122c;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.5);
}

.instagram-option {
  width: 100%;
  min-height: 44px;
  border: 0;
  padding: 0 13px;
  background: transparent;
  color: #fff;
  text-align: left;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.instagram-option:hover,
.instagram-option:focus-visible {
  background: rgba(30, 95, 255, 0.24);
  outline: none;
}

.checkout-error {
  margin: 2px 0 0;
  color: #ff9b9b;
  font-size: 13px;
  line-height: 1.4;
}

.checkout-submit {
  width: 100%;
  margin-top: 4px;
}

.checkout-submit:disabled {
  cursor: progress;
  opacity: 0.72;
}

.payment-secure {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  border: 1px solid rgba(102, 179, 255, 0.22);
  border-radius: 16px;
  padding: 13px;
  background: rgba(3, 9, 23, 0.36);
}

.payment-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.payment-brand svg {
  width: 42px;
  height: 30px;
  flex: 0 0 auto;
}

.payment-brand span {
  display: grid;
  gap: 2px;
}

.payment-brand strong {
  color: #fff;
  font-size: 14px;
}

.payment-brand small {
  color: rgba(200, 228, 255, 0.68);
  font-size: 12px;
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  border: 1px solid rgba(200, 228, 255, 0.14);
  border-radius: 999px;
  padding: 0 10px;
  color: #d9ebff;
  font-size: 11px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.06);
}

.payment-badges svg {
  width: 14px;
  height: 14px;
  color: #6fb6ff;
}

@media (max-width: 430px) {
  .checkout-shell {
    padding: 12px;
  }

  .checkout-visual {
    min-height: 460px;
    border-radius: 22px;
  }

  .checkout-phone-card {
    width: 70%;
    padding-inline: 14px;
  }

  .methods-card {
    width: 51%;
  }

  .methods-card li {
    font-size: 12px;
    gap: 8px;
    padding-inline: 9px;
  }
}

@media (min-width: 760px) {
  .checkout-shell {
    padding: 24px;
  }

  .checkout-panel {
    padding: 30px;
  }

  .checkout-form {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .instagram-field,
  .checkout-error,
  .checkout-submit {
    grid-column: 1 / -1;
  }
}

@media (min-width: 960px) {
  .checkout-shell {
    display: grid;
    align-content: center;
  }

  .checkout-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 24px;
  }

  .checkout-visual {
    min-height: 680px;
    border-radius: 30px;
  }

  .refund-card {
    top: 76px;
    left: 48px;
    right: auto;
    width: min(56%, 540px);
    padding: 24px;
    border-radius: 22px;
  }

  .methods-card {
    left: 48px;
    bottom: 156px;
    width: min(44%, 360px);
    padding: 24px;
  }

  .checkout-phone-card {
    top: auto;
    right: 48px;
    bottom: 0;
    width: min(50%, 440px);
    min-height: 548px;
    padding: 70px 38px 34px;
    border-radius: 48px 48px 0 0;
  }

  .checkout-approved {
    left: 48px;
    bottom: 56px;
    padding: 15px 22px;
    font-size: 16px;
  }

  .checkout-panel {
    align-self: center;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }
}

/* ===== Checkout screen v2 ===== */
.checkout-screen {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  background:
    linear-gradient(145deg, rgba(10, 32, 82, 0.98), rgba(3, 9, 27, 0.99) 58%, rgba(2, 5, 17, 0.99));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.checkout-screen::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(136, 184, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 184, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 82%);
}

.checkout-shell {
  position: relative;
  display: block;
  width: min(1120px, 100%);
  min-height: 100%;
  margin: 0 auto;
  padding: 12px;
}

.checkout-brandbar {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(137, 181, 255, 0.15);
  border-radius: 18px;
  padding: 10px;
  background: rgba(5, 15, 42, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.checkout-back-link {
  display: grid;
  place-items: center;
  width: 40px;
  min-height: 40px;
  margin: 0;
  border-radius: 11px;
  padding: 0;
  background: rgba(80, 128, 225, 0.12);
}

.checkout-back-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

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

.checkout-brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  filter: drop-shadow(0 7px 16px rgba(38, 113, 255, 0.32));
}

.checkout-brand div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.checkout-brand strong {
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-brand span {
  overflow: hidden;
  color: rgba(207, 225, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-security-label {
  display: none;
  align-items: center;
  justify-self: end;
  gap: 8px;
  color: #bcebd3;
  font-size: 12px;
  font-weight: 800;
}

.checkout-security-label svg {
  width: 16px;
  height: 16px;
  color: #52d492;
}

.checkout-layout {
  display: grid;
  gap: 12px;
  align-items: start;
}

.checkout-summary-card,
.checkout-panel {
  position: relative;
  width: 100%;
  overflow: visible;
  border: 1px solid rgba(137, 181, 255, 0.18);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(25, 62, 138, 0.24), rgba(5, 14, 38, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 26px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.checkout-summary-card {
  padding: 20px 16px;
}

.checkout-panel {
  max-height: none;
  padding: 22px 16px;
  overflow: visible;
  background: linear-gradient(160deg, rgba(24, 65, 156, 0.27), rgba(4, 12, 34, 0.78));
}

.checkout-section-label,
.checkout-step {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  border: 1px solid rgba(111, 177, 255, 0.25);
  border-radius: 999px;
  padding: 0 10px;
  color: #a9d1ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  background: rgba(49, 112, 229, 0.12);
}

.checkout-section-label {
  align-self: flex-start;
}

.checkout-summary-card h3 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.checkout-selected-plan {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-block: 1px solid rgba(137, 181, 255, 0.14);
  padding: 16px 0;
}

.checkout-plan-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #32a8ff, #315dff);
  box-shadow: 0 12px 24px rgba(26, 99, 255, 0.28);
}

.checkout-plan-icon svg {
  width: 23px;
  height: 23px;
}

.checkout-selected-plan > div:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.checkout-selected-plan > div:nth-child(2) strong {
  color: #fff;
  font-size: 15px;
}

.checkout-selected-plan > div:nth-child(2) span {
  color: rgba(207, 225, 255, 0.62);
  font-size: 11px;
  line-height: 1.35;
}

.checkout-plan-tag {
  grid-column: 2;
  justify-self: start;
  border-radius: 999px;
  padding: 5px 9px;
  color: #8ee9b9;
  font-size: 10px;
  font-weight: 900;
  background: rgba(48, 190, 120, 0.12);
}

.checkout-order-lines {
  display: grid;
  gap: 0;
  padding: 12px 0 4px;
}

.checkout-order-lines > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  color: rgba(207, 225, 255, 0.64);
  font-size: 12px;
}

.checkout-order-lines > div strong {
  max-width: 62%;
  color: #eaf3ff;
  font-size: 12px;
  text-align: right;
}

.checkout-order-lines .checkout-order-total {
  align-items: center;
  margin-top: 7px;
  border-top: 1px solid rgba(137, 181, 255, 0.16);
  padding-top: 17px;
}

.checkout-order-total span {
  color: #dceaff;
  font-weight: 800;
}

.checkout-order-lines .checkout-order-total strong {
  max-width: none;
  color: #fff;
  font-size: 27px;
  line-height: 1;
}

.checkout-includes {
  margin-top: 14px;
  border-top: 1px solid rgba(137, 181, 255, 0.14);
  padding-top: 17px;
}

.checkout-includes > span {
  color: #dceaff;
  font-size: 12px;
  font-weight: 850;
}

.checkout-includes ul {
  display: grid;
  gap: 10px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.checkout-includes li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(220, 234, 255, 0.74);
  font-size: 12px;
  line-height: 1.35;
}

.checkout-includes li svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #4dd18b;
}

.checkout-next-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  border: 1px solid rgba(74, 204, 139, 0.18);
  border-radius: 13px;
  padding: 12px;
  background: rgba(24, 128, 85, 0.09);
}

.checkout-next-step > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #55d796;
}

.checkout-next-step p {
  margin: 0;
  color: rgba(213, 235, 224, 0.72);
  font-size: 11px;
  line-height: 1.5;
}

.checkout-next-step strong {
  color: #d9f8e8;
}

.checkout-head h2 {
  margin: 11px 0 8px;
  color: #fff;
  font-size: clamp(27px, 8vw, 35px);
  line-height: 1.08;
  letter-spacing: 0;
}

.checkout-head p {
  max-width: 580px;
  color: rgba(207, 225, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.checkout-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  margin-top: 20px;
}

.field-group {
  gap: 7px;
}

.field-group > span,
.field-group > label {
  color: #eaf3ff;
  font-size: 12px;
  font-weight: 800;
}

.field-group input,
.field-group select {
  min-height: 50px;
  border-color: rgba(137, 181, 255, 0.2);
  border-radius: 12px;
  padding: 0 14px;
  background-color: rgba(2, 9, 27, 0.66);
  color: #fff;
  font-size: 14px;
}

.field-group input::placeholder {
  color: rgba(192, 213, 248, 0.36);
}

.field-group input:focus,
.field-group select:focus {
  border-color: #5d9dff;
  box-shadow: 0 0 0 3px rgba(74, 144, 255, 0.15);
}

.field-input-icon {
  position: relative;
}

.field-input-icon > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 14px;
  width: 19px;
  height: 19px;
  color: #7cadf6;
  transform: translateY(-50%);
  pointer-events: none;
}

.field-input-icon input {
  padding-left: 43px;
  padding-right: 42px;
}

.instagram-field {
  position: relative;
}

.instagram-search-loader {
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(130, 178, 255, 0.22);
  border-top-color: #79b0ff;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: checkout-spin 700ms linear infinite;
}

.instagram-field.is-loading .instagram-search-loader {
  display: block;
}

@keyframes checkout-spin {
  to { transform: translateY(-50%) rotate(360deg); }
}

.instagram-options {
  top: 78px;
  z-index: 20;
  max-height: 250px;
  overflow-y: auto;
  border-color: rgba(137, 181, 255, 0.28);
  border-radius: 13px;
  padding: 6px;
  background: #07132d;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.54);
}

.instagram-option {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  border-radius: 9px;
  padding: 7px 8px;
  text-align: left;
}

.instagram-option img,
.instagram-selected-profile img {
  width: 43px;
  height: 43px;
  border: 2px solid rgba(111, 169, 255, 0.34);
  border-radius: 50%;
  object-fit: cover;
  background: #071a42;
}

.instagram-option > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.instagram-option strong {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.instagram-option small {
  overflow: hidden;
  color: rgba(198, 220, 255, 0.55);
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.instagram-option > svg {
  width: 17px;
  height: 17px;
  color: #75a9f5;
}

.instagram-selected-profile {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(62, 200, 132, 0.2);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(23, 132, 87, 0.1);
}

.instagram-selected-profile[hidden] {
  display: none;
}

.instagram-selected-profile > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.instagram-selected-profile strong {
  overflow: hidden;
  color: #e9fff3;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.instagram-selected-profile small {
  color: rgba(183, 234, 207, 0.64);
  font-size: 10px;
}

.instagram-selected-profile > svg {
  width: 19px;
  height: 19px;
  color: #55d796;
}

.field-help {
  color: rgba(196, 216, 248, 0.46);
  font-size: 10px;
  line-height: 1.4;
}

.checkout-error {
  margin: 1px 0 0;
  border: 1px solid rgba(255, 119, 119, 0.2);
  border-radius: 10px;
  padding: 9px 11px;
  background: rgba(170, 42, 42, 0.1);
}

.checkout-submit {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin-top: 2px;
  border: 0;
  border-radius: 13px;
  padding: 0 16px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  background: linear-gradient(135deg, #398cff, #315dff);
  box-shadow: 0 16px 34px rgba(32, 91, 230, 0.33);
}

.checkout-submit:hover {
  filter: brightness(1.06);
}

.checkout-submit svg {
  width: 20px;
  height: 20px;
}

.checkout-submit-arrow {
  justify-self: end;
}

.checkout-submit:disabled {
  cursor: progress;
  opacity: 0.7;
}

.payment-secure {
  display: grid;
  gap: 10px;
  margin-top: 17px;
  border-color: rgba(137, 181, 255, 0.17);
  border-radius: 14px;
  padding: 13px;
  background: rgba(3, 10, 28, 0.34);
}

.payment-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.payment-brand > span {
  color: rgba(205, 224, 255, 0.57);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.payment-brand img {
  width: 124px;
  height: 35px;
  flex: 0 0 auto;
  border-radius: 7px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.94);
}

.payment-secure > p {
  margin: 0;
  color: rgba(205, 224, 255, 0.58);
  font-size: 10px;
  line-height: 1.5;
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  border-top: 1px solid rgba(137, 181, 255, 0.11);
  padding-top: 10px;
}

.payment-badges span {
  min-height: 29px;
  border-radius: 8px;
  padding: 0 9px;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.payment-badges svg {
  color: #55d796;
}

@media (max-width: 759px) {
  body.checkout-open {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
  }

  .checkout-screen {
    -webkit-text-size-adjust: 100%;
    scrollbar-gutter: stable;
  }

  .checkout-shell {
    width: clamp(296px, 80vw, 420px);
    max-width: calc(100vw - 20px);
    min-height: 100%;
    padding: 10px 0 28px;
    overflow-x: clip;
  }

  .checkout-brandbar {
    gap: 9px;
    margin-bottom: 10px;
    border-radius: 14px;
    padding: 8px;
  }

  .checkout-brand img {
    width: 40px;
    height: 40px;
  }

  .checkout-brand strong {
    font-size: 13px;
  }

  .checkout-brand span {
    font-size: 9px;
  }

  .checkout-summary-card,
  .checkout-panel {
    border-radius: 16px;
    padding: 15px 13px;
  }

  .checkout-summary-card h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .checkout-selected-plan {
    padding: 12px 0;
  }

  .checkout-order-lines {
    padding-top: 0;
  }

  .checkout-order-lines > div:not(.checkout-order-total),
  .checkout-includes,
  .checkout-next-step {
    display: none;
  }

  .checkout-order-lines .checkout-order-total {
    margin-top: 0;
    padding-top: 13px;
  }

  .checkout-order-lines .checkout-order-total strong {
    font-size: 23px;
  }

  .checkout-head h2 {
    margin-top: 9px;
    font-size: 23px;
  }

  .checkout-head p {
    font-size: 11px;
  }

  .checkout-form {
    gap: 11px;
    margin-top: 16px;
  }

  .field-group input,
  .field-group select {
    min-height: 46px;
    font-size: 16px;
  }

  .checkout-submit {
    min-height: 50px;
    font-size: 12px;
  }

  .payment-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-brand img {
    width: 112px;
  }

  .payment-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .payment-badges span {
    width: 100%;
  }
}

@media (min-width: 560px) {
  .checkout-shell {
    padding: 18px;
  }

  .checkout-brandbar {
    grid-template-columns: 90px minmax(0, 1fr) auto;
    padding: 11px 14px;
  }

  .checkout-back-link {
    display: inline-flex;
    width: auto;
    padding: 0 11px 0 8px;
  }

  .checkout-back-link span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
  }

  .checkout-brand {
    justify-self: center;
  }

  .checkout-security-label {
    display: flex;
  }

  .checkout-selected-plan {
    grid-template-columns: 50px minmax(0, 1fr) auto;
  }

  .checkout-plan-tag {
    grid-column: auto;
    justify-self: end;
  }
}

@media (min-width: 760px) {
  .checkout-summary-card,
  .checkout-panel {
    border-radius: 24px;
    padding: 28px;
  }

  .checkout-form {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .instagram-field,
  .checkout-error,
  .checkout-submit {
    grid-column: 1 / -1;
  }

  .checkout-submit {
    font-size: 15px;
  }
}

@media (min-width: 980px) {
  .checkout-shell {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
  }

  .checkout-layout {
    grid-template-columns: minmax(330px, 0.84fr) minmax(470px, 1.16fr);
    gap: 18px;
  }

  .checkout-summary-card,
  .checkout-panel {
    min-height: 620px;
  }

  .checkout-panel {
    align-self: stretch;
    max-height: none;
    overflow: visible;
  }

  .checkout-summary-card {
    display: flex;
    flex-direction: column;
  }

  .checkout-next-step {
    margin-top: auto;
  }
}

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

/* ===== Checkout screen v3 ===== */
.checkout-screen {
  --checkout-line: rgba(113, 157, 226, 0.42);
  --checkout-blue: #1687ff;
  --checkout-pale: #a7bbdc;
  isolation: isolate;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
  background: #01060e;
}

.checkout-screen::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -360px;
  left: 50%;
  width: min(1500px, 160vw);
  height: 690px;
  border: 1px solid rgba(23, 105, 231, 0.28);
  border-radius: 0 0 50% 50%;
  opacity: 1;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(1, 5, 13, 0.16), rgba(2, 18, 46, 0.2)),
    repeating-radial-gradient(ellipse at 50% 12%, transparent 0 76px, rgba(22, 100, 221, 0.16) 77px 78px, transparent 79px 112px);
  box-shadow:
    0 3px 0 rgba(26, 126, 255, 0.75),
    0 8px 18px rgba(18, 112, 255, 0.45);
  mask-image: none;
}

.checkout-screen::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 334px;
  left: 50%;
  width: min(1320px, 142vw);
  height: 1px;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #1183ff 16%, #8ed8ff 50%, #1183ff 84%, transparent);
  box-shadow: 0 0 15px #087cff, 0 0 32px rgba(8, 124, 255, 0.72);
}

.checkout-shell {
  position: relative;
  z-index: 1;
  display: block;
  width: min(80vw, 760px);
  max-width: calc(100vw - 24px);
  min-height: 100%;
  margin: 0 auto;
  padding: 24px 0 44px;
  overflow: visible;
}

.checkout-back-link {
  position: fixed;
  z-index: 30;
  top: max(14px, env(safe-area-inset-top));
  left: 14px;
  display: grid;
  place-items: center;
  width: 44px;
  min-height: 44px;
  margin: 0;
  border: 1px solid rgba(113, 157, 226, 0.35);
  border-radius: 10px;
  padding: 0;
  color: #d9e7ff;
  background: rgba(4, 12, 29, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.checkout-back-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.checkout-back-link svg {
  width: 22px;
  height: 22px;
}

.checkout-logo-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 310px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.checkout-logo-stage::before,
.checkout-logo-stage::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  height: 1px;
  opacity: 0.72;
}

.checkout-logo-stage::before {
  left: -7%;
  background: linear-gradient(90deg, transparent, #1688ff);
  transform: rotate(14deg);
  transform-origin: right center;
}

.checkout-logo-stage::after {
  right: -7%;
  background: linear-gradient(90deg, #1688ff, transparent);
  transform: rotate(-14deg);
  transform-origin: left center;
}

.checkout-logo-stage img {
  width: clamp(170px, 31vw, 294px);
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(28, 123, 255, 0.34));
}

.checkout-panel {
  position: relative;
  width: 100%;
  max-height: none;
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.checkout-head {
  display: grid;
  justify-items: center;
  padding: 0;
  text-align: center;
}

.checkout-step {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(69, 130, 225, 0.62);
  border-radius: 17px;
  padding: 0 34px;
  color: #347dff;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
  background: rgba(8, 24, 57, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.checkout-head h2 {
  margin: 20px 0 10px;
  color: #f8fbff;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 4px 20px rgba(255, 255, 255, 0.08);
}

.checkout-head > p {
  margin: 0;
  color: #a7b6d0;
  font-size: 18px;
  line-height: 1.45;
}

.checkout-plan-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, 420px);
  min-height: 43px;
  margin-top: 18px;
  border: 1px solid rgba(77, 129, 211, 0.34);
  border-radius: 10px;
  padding: 0 16px;
  background: rgba(5, 15, 35, 0.58);
}

.checkout-plan-inline span {
  overflow: hidden;
  color: #a8c5f2;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-plan-inline strong {
  flex: 0 0 auto;
  color: #fff;
  font-size: 16px;
}

.checkout-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 19px;
  margin-top: 30px;
}

.field-group {
  position: relative;
  display: grid;
  gap: 8px;
}

.field-group > label,
.field-group > span {
  color: #f4f7fb;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.field-control {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 72px;
  overflow: visible;
  border: 1px solid var(--checkout-line);
  border-radius: 14px;
  background: rgba(1, 9, 21, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.field-control:focus-within {
  border-color: #258cff;
  box-shadow: 0 0 0 2px rgba(31, 132, 255, 0.14), 0 0 20px rgba(21, 117, 255, 0.08);
}

.field-control-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 100%;
  min-height: 70px;
  border-right: 1px solid rgba(79, 132, 216, 0.32);
  border-radius: 13px 0 0 13px;
  color: #6fa9ff;
  background: linear-gradient(135deg, rgba(22, 70, 145, 0.35), rgba(4, 15, 35, 0.12));
}

.field-control-icon img,
.field-control-icon svg {
  width: 34px;
  height: 34px;
}

.field-control input,
.field-control select {
  width: 100%;
  min-width: 0;
  min-height: 70px;
  border: 0;
  border-radius: 0 13px 13px 0;
  padding: 0 20px;
  color: #eef5ff;
  font: inherit;
  font-size: 17px;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.field-control input::placeholder,
.field-control select:invalid {
  color: #566681;
  opacity: 1;
}

.field-control input:focus,
.field-control select:focus {
  border: 0;
  box-shadow: none;
}

.field-control-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #78acff;
  border-bottom: 2px solid #78acff;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.field-control select {
  appearance: none;
  padding-right: 52px;
  background-image: none;
}

.instagram-search-loader {
  right: 19px;
}

.instagram-control-wrap {
  position: relative;
}

.instagram-control-wrap .field-control input {
  padding-right: 48px;
}

.instagram-options {
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid rgba(84, 143, 235, 0.52);
  border-radius: 13px;
  padding: 7px;
  background: #051127;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.68);
}

.instagram-option {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border-radius: 9px;
  padding: 7px 9px;
}

.instagram-option img,
.instagram-selected-profile img {
  width: 48px;
  height: 48px;
}

.instagram-selected-profile {
  border-color: rgba(62, 200, 132, 0.32);
  background: rgba(17, 98, 66, 0.15);
}

.instagram-control-wrap .instagram-selected-profile {
  position: absolute;
  inset: -1px;
  z-index: 4;
  width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  border-radius: 13px;
  padding: 6px 12px 6px 10px;
  color: inherit;
  font: inherit;
  text-align: left;
  background: #031917;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: text;
}

.field-help {
  padding-left: 14px;
  color: #7f91af;
  font-size: 12px;
  line-height: 1.4;
}

.field-help[data-state="loading"] {
  color: #8db9ff;
}

.field-help[data-state="success"] {
  color: #70cfa8;
}

.field-help[data-state="warning"] {
  color: #e3bd6f;
}

.instagram-private-notice {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(225, 48, 108, 0.32);
  border-radius: 10px;
  padding: 11px 12px;
  background: linear-gradient(135deg, rgba(64, 93, 230, 0.1), rgba(193, 53, 132, 0.1) 55%, rgba(247, 119, 55, 0.08));
}

.instagram-private-notice[hidden] {
  display: none;
}

.instagram-private-lock {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#071020, #071020) padding-box,
    linear-gradient(135deg, #405de6, #833ab4 34%, #c13584 55%, #f77737 76%, #fcaf45) border-box;
}

.instagram-private-lock svg {
  width: 25px;
  height: 25px;
}

.instagram-private-notice > span:last-child {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.instagram-private-notice strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
}

.instagram-private-notice small {
  color: #aebbd1;
  font-size: 10px;
  line-height: 1.4;
}

.field-help[data-state="private"] {
  color: #e7a6c5;
}

.field-help[data-state="error"] {
  color: #ff9696;
}

.checkout-error {
  margin: 0;
  border-color: rgba(255, 93, 93, 0.36);
  padding: 11px 13px;
  color: #ff9e9e;
  background: rgba(144, 24, 36, 0.18);
}

.checkout-submit {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 78px;
  margin-top: 0;
  border: 1px solid #39c2ff;
  border-radius: 15px;
  padding: 0 28px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(180deg, #1199f6, #0758d9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 14px rgba(0, 143, 255, 0.78),
    0 15px 34px rgba(0, 73, 210, 0.36);
}

.checkout-submit svg {
  width: 26px;
  height: 26px;
}

.checkout-submit:hover {
  filter: brightness(1.08);
}

.payment-secure {
  display: grid;
  gap: 0;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(82, 129, 197, 0.44);
  border-radius: 15px;
  padding: 0 24px;
  background: rgba(2, 10, 23, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.payment-secure-top {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  align-items: stretch;
  border-bottom: 1px solid rgba(98, 138, 199, 0.32);
  padding: 22px 0 20px;
}

.payment-brand {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 13px;
  border-right: 1px solid rgba(98, 138, 199, 0.34);
  padding-right: 24px;
}

.payment-brand > .payment-eyebrow,
.payment-guidance strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ebbe9;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.payment-brand > .payment-eyebrow svg,
.payment-guidance strong svg {
  width: 17px;
  height: 17px;
  color: #1980ff;
}

.payment-brand > img {
  width: 138px;
  height: auto;
  border-radius: 8px;
  padding: 5px 9px;
  background: #fff;
}

.payment-brand > img[hidden],
.payment-brand > .payment-brand-name[hidden] {
  display: none;
}

/* A Stripe entra como texto, e não como logo: reproduzir a marca deles à mão
   sairia errado e o uso do logo oficial tem regras próprias.
   O seletor precisa ser filho direto para vencer `.payment-brand > span`, que
   é da eyebrow acima e impõe uppercase, 10px e cor apagada. */
.payment-brand > .payment-brand-name {
  display: inline-block;
  width: max-content;
  border-radius: 8px;
  padding: 7px 16px;
  color: #0a2540;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.02em;
  text-transform: none;
  background: #fff;
}

.payment-guidance {
  display: grid;
  align-content: start;
  gap: 11px;
  padding-left: 28px;
}

.payment-guidance strong {
  color: #a7c5f3;
}

.payment-guidance strong svg {
  color: #4fe0b4;
}

.payment-guidance p {
  margin: 0;
  color: #7f91ae;
  font-size: 12px;
  line-height: 1.45;
}

.payment-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-bottom: 1px solid rgba(98, 138, 199, 0.32);
  padding: 19px 0;
}

.payment-badges span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border: 0;
  border-right: 1px solid rgba(98, 138, 199, 0.32);
  border-radius: 0;
  padding: 0 18px;
  color: #a9bbd9;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  background: transparent;
}

.payment-badges span:last-child {
  border-right: 0;
}

.payment-badges svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  color: #2589ff;
}

.payment-secure > .payment-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 18px 0;
  color: #7789a6;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.payment-secure > .payment-privacy svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #147dff;
}

@media (max-width: 759px) {
  body.checkout-open {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: pan-y;
  }

  .checkout-screen {
    -webkit-text-size-adjust: 100%;
    overscroll-behavior-x: none;
    touch-action: pan-y;
    scrollbar-gutter: auto;
  }

  .checkout-screen::before {
    top: -205px;
    width: 165vw;
    height: 390px;
  }

  .checkout-screen::after {
    top: 184px;
    width: 145vw;
  }

  .checkout-shell {
    width: clamp(288px, 80vw, 760px);
    max-width: calc(100vw - 20px);
    padding: 10px 0 28px;
    overflow-x: clip;
  }

  .checkout-back-link {
    top: max(10px, env(safe-area-inset-top));
    left: 10px;
    width: 38px;
    min-height: 38px;
  }

  .checkout-logo-stage {
    min-height: 178px;
  }

  .checkout-logo-stage img {
    width: clamp(132px, 38vw, 164px);
  }

  .checkout-step {
    min-height: 34px;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 12px;
  }

  .checkout-head h2 {
    margin: 15px 0 8px;
    font-size: 29px;
  }

  .checkout-head > p {
    font-size: 12px;
  }

  .checkout-plan-inline {
    min-height: 38px;
    margin-top: 13px;
    padding: 0 12px;
  }

  .checkout-plan-inline span {
    font-size: 10px;
  }

  .checkout-plan-inline strong {
    font-size: 13px;
  }

  .checkout-form {
    gap: 15px;
    margin-top: 22px;
  }

  .field-group {
    gap: 7px;
  }

  .field-group > label,
  .field-group > span {
    font-size: 11px;
  }

  .field-control {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 54px;
    border-radius: 11px;
  }

  .field-control-icon {
    width: 54px;
    min-height: 52px;
    border-radius: 10px 0 0 10px;
  }

  .field-control-icon img,
  .field-control-icon svg {
    width: 27px;
    height: 27px;
  }

  .field-control input,
  .field-control select {
    min-height: 52px;
    border-radius: 0 10px 10px 0;
    padding: 0 14px;
    font-size: 16px;
  }

  .field-control select {
    padding-right: 34px;
  }

  .field-control-select::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .instagram-search-loader {
    right: 19px;
  }

  .instagram-options {
    position: static;
    width: 100%;
    max-height: 220px;
    margin-top: 7px;
    transform: none;
  }

  .instagram-option {
    grid-template-columns: 42px minmax(0, 1fr) 17px;
    min-height: 57px;
    gap: 9px;
    padding: 6px;
  }

  .instagram-option img,
  .instagram-selected-profile img {
    width: 42px;
    height: 42px;
  }

  .instagram-control-wrap .instagram-selected-profile {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    border-radius: 10px;
    padding: 5px 10px 5px 6px;
  }

  .field-help {
    padding-left: 8px;
    font-size: 9px;
  }

  .checkout-submit {
    grid-template-columns: 21px minmax(0, 1fr) 21px;
    min-height: 60px;
    border-radius: 12px;
    padding: 0 15px;
    font-size: 12px;
  }

  .checkout-submit svg {
    width: 21px;
    height: 21px;
  }

  .payment-secure {
    margin-top: 20px;
    border-radius: 12px;
    padding: 0 14px;
  }

  .payment-secure-top {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 0;
  }

  .payment-brand {
    grid-template-columns: 1fr auto;
    align-items: center;
    border-right: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(98, 138, 199, 0.24);
  }

  .payment-brand > img {
    grid-column: 2;
    grid-row: 1;
    width: 102px;
  }

  .payment-brand > .payment-eyebrow {
    grid-column: 1;
    grid-row: 1;
    font-size: 9px;
  }

  .payment-guidance {
    gap: 8px;
    padding-left: 0;
  }

  .payment-guidance strong {
    font-size: 9px;
  }

  .payment-guidance p {
    font-size: 10px;
  }

  .payment-badges {
    grid-template-columns: 1fr;
    padding: 7px 0;
  }

  .payment-badges span {
    justify-content: flex-start;
    min-height: 43px;
    border-right: 0;
    border-bottom: 1px solid rgba(98, 138, 199, 0.2);
    padding: 0 4px;
    font-size: 10px;
  }

  .payment-badges span:last-child {
    border-bottom: 0;
  }

  .payment-badges svg {
    width: 22px;
    height: 22px;
  }

  .payment-secure > .payment-privacy {
    padding: 14px 0;
    font-size: 9px;
  }
}

@media (min-width: 760px) {
  .checkout-shell {
    padding: 24px 0 50px;
  }

  .checkout-panel {
    padding: 0;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }
}

/* Coupon control at the end of checkout data. */
.coupon-entry {
  overflow: hidden;
  border: 1px solid rgba(77, 129, 211, 0.34);
  border-radius: 14px;
  background: rgba(5, 15, 35, 0.58);
  transition: border-color 160ms ease, background 160ms ease;
}

.coupon-entry.is-open {
  border-color: rgba(61, 142, 255, 0.62);
  background: rgba(4, 17, 42, 0.82);
}

.coupon-entry.is-applied {
  border-color: rgba(79, 224, 180, 0.48);
}

.coupon-toggle {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 58px;
  border: 0;
  padding: 0 17px;
  color: #b8cae6;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.coupon-toggle-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #68a6ff;
}

.coupon-toggle-icon svg,
.coupon-toggle-chevron {
  width: 21px;
  height: 21px;
}

.coupon-toggle-chevron {
  color: #6f88ac;
  transition: transform 160ms ease;
}

.coupon-toggle[aria-expanded="true"] .coupon-toggle-chevron {
  transform: rotate(180deg);
}

.coupon-entry.is-applied .coupon-toggle-icon,
.coupon-entry.is-applied .coupon-toggle {
  color: #62d6ab;
}

.coupon-panel {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(77, 129, 211, 0.28);
  padding: 15px 17px 17px;
}

.coupon-panel[hidden],
.coupon-summary[hidden] {
  display: none;
}

.coupon-panel > label {
  color: #f4f7fb;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.coupon-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid var(--checkout-line);
  border-radius: 11px;
  background: rgba(1, 9, 21, 0.78);
}

.coupon-control:focus-within {
  border-color: #258cff;
  box-shadow: 0 0 0 2px rgba(31, 132, 255, 0.12);
}

.coupon-control input {
  min-width: 0;
  border: 0;
  padding: 0 16px;
  color: #eef5ff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  outline: 0;
  background: transparent;
}

.coupon-control input::placeholder {
  color: #566681;
  font-weight: 500;
  text-transform: none;
}

.coupon-control button {
  border: 0;
  border-left: 1px solid rgba(79, 132, 216, 0.32);
  padding: 0 14px;
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  background: #176ee5;
  cursor: pointer;
}

.coupon-control button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.coupon-entry.is-applied .coupon-control button {
  color: #83e3be;
  background: rgba(24, 113, 78, 0.3);
}

.coupon-status {
  min-height: 16px;
  margin: 0;
  color: #8294b2;
  font-size: 11px;
  line-height: 1.4;
}

.coupon-status:empty {
  min-height: 0;
}

.coupon-status[data-state="loading"] { color: #8db9ff; }
.coupon-status[data-state="success"] { color: #70cfa8; }
.coupon-status[data-state="error"] { color: #ff9696; }

.coupon-summary {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  border-top: 1px solid rgba(98, 138, 199, 0.25);
  padding-top: 12px;
}

.coupon-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #8fa0bb;
  font-size: 11px;
}

.coupon-summary strong {
  color: #c3d1e6;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.coupon-summary-discount span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.coupon-summary-discount b {
  border: 1px solid rgba(79, 224, 180, 0.3);
  border-radius: 9px;
  padding: 2px 7px;
  color: #65d9ae;
  font-size: 9px;
}

.coupon-summary-discount strong {
  color: #65d9ae;
}

.coupon-summary-total {
  margin-top: 2px;
  border-top: 1px solid rgba(98, 138, 199, 0.2);
  padding-top: 10px;
}

.coupon-summary-total span,
.coupon-summary-total strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

@media (max-width: 759px) {
  .coupon-toggle {
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    min-height: 50px;
    padding: 0 13px;
    font-size: 11px;
  }

  .coupon-toggle-icon {
    width: 24px;
    height: 24px;
  }

  .coupon-toggle-icon svg,
  .coupon-toggle-chevron {
    width: 18px;
    height: 18px;
  }

  .coupon-panel {
    padding: 13px;
  }

  .coupon-control {
    grid-template-columns: minmax(0, 1fr) 86px;
    min-height: 50px;
  }

  .coupon-control input {
    padding: 0 12px;
    font-size: 14px;
  }

  .coupon-control button {
    padding: 0 9px;
    font-size: 10px;
  }
}

/* ===== Pagamento Pix dentro do site ===== */
.checkout-panel[hidden],
.pix-payment-panel[hidden],
#checkout-cpf-field[hidden] {
  display: none;
}

.payment-method-picker {
  display: grid;
  gap: 9px;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.payment-method-picker legend {
  margin: 0 0 9px;
  padding: 0;
  color: #f4f7fb;
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.payment-method-options {
  display: grid;
  /* Com tres formas de pagamento, colunas fixas espremem o rotulo. O auto-fit
     mantem tres colunas no desktop e quebra sozinho quando falta largura. */
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 12px;
}

/* O botao internacional so aparece depois que a cotacao confirma que o fluxo
   esta de pe, entao [hidden] precisa vencer o display:grid abaixo. */
.payment-method-option[hidden] {
  display: none;
}

.payment-method-option {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  border: 1px solid rgba(113, 157, 226, 0.36);
  border-radius: 13px;
  padding: 10px 13px;
  color: #a8b9d3;
  font: inherit;
  text-align: left;
  background: rgba(1, 9, 21, 0.72);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.payment-method-option:hover {
  border-color: rgba(75, 151, 255, 0.66);
  transform: translateY(-1px);
}

.payment-method-option.is-selected {
  border-color: #278cff;
  color: #f2f7ff;
  background: linear-gradient(145deg, rgba(15, 82, 181, 0.28), rgba(2, 15, 36, 0.84));
  box-shadow: 0 0 0 2px rgba(31, 132, 255, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.payment-method-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: #70adff;
  background: rgba(22, 96, 207, 0.16);
}

.payment-method-icon svg {
  width: 25px;
  height: 25px;
}

.payment-method-icon-pix {
  color: #77b6a8;
}

.payment-method-option > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.payment-method-option strong,
.payment-method-option small {
  display: block;
}

.payment-method-option strong {
  color: #edf4ff;
  font-size: 14px;
}

.payment-method-option small {
  color: #7184a1;
  font-size: 10px;
}

.payment-method-option > i {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #536782;
  border-radius: 50%;
}

.payment-method-option.is-selected > i {
  border-color: #43a5ff;
  background: #1687ff;
  box-shadow: 0 0 12px rgba(22, 135, 255, 0.52);
}

.payment-method-option.is-selected > i::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.payment-method-icon-globe {
  color: #8fb4ff;
}

.currency-picker {
  display: grid;
  gap: 9px;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.currency-picker[hidden] {
  display: none;
}

.currency-picker legend {
  margin: 0 0 9px;
  padding: 0;
  color: #f4f7fb;
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

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

.currency-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 62px;
  border: 1px solid rgba(113, 157, 226, 0.36);
  border-radius: 13px;
  padding: 10px 12px;
  color: #a8b9d3;
  font: inherit;
  text-align: left;
  background: rgba(1, 9, 21, 0.72);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.currency-option:hover:not(:disabled) {
  border-color: rgba(75, 151, 255, 0.66);
  transform: translateY(-1px);
}

.currency-option:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.currency-option.is-selected {
  border-color: #278cff;
  color: #f2f7ff;
  background: linear-gradient(145deg, rgba(15, 82, 181, 0.28), rgba(2, 15, 36, 0.84));
  box-shadow: 0 0 0 2px rgba(31, 132, 255, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.currency-flag {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 32px;
  border-radius: 9px;
  color: #70adff;
  font-size: 12px;
  font-weight: 850;
  background: rgba(22, 96, 207, 0.16);
}

.currency-body {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.currency-body strong {
  display: block;
  overflow: hidden;
  color: #edf4ff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.currency-body small {
  display: block;
  color: #7184a1;
  font-size: 10px;
}

.currency-status {
  margin: 0;
  color: #7184a1;
  font-size: 11px;
  line-height: 1.45;
}

.currency-status[data-state="error"] {
  color: #ff9d9d;
}

.pix-payment-panel {
  position: relative;
  width: 100%;
  color: #f4f7fc;
}

.pix-payment-head {
  display: grid;
  justify-items: center;
  text-align: center;
}

.pix-payment-head h2 {
  margin: 20px 0 10px;
  color: #f8fbff;
  font-size: 48px;
  line-height: 1.04;
  text-shadow: 0 4px 20px rgba(255, 255, 255, 0.08);
}

.pix-payment-head > p {
  max-width: 580px;
  margin: 0;
  color: #a7b6d0;
  font-size: 17px;
  line-height: 1.5;
}

.pix-payment-card {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  border: 1px solid rgba(82, 142, 230, 0.48);
  border-radius: 18px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(7, 25, 57, 0.92), rgba(1, 9, 22, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 60px rgba(0, 0, 0, 0.28);
}

.pix-qr-frame {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(93, 175, 255, 0.45);
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 0 28px rgba(28, 132, 255, 0.22);
}

.pix-qr-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pix-payment-details {
  display: grid;
  align-content: center;
}

.pix-status {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  min-height: 34px;
  border: 1px solid rgba(243, 187, 91, 0.34);
  border-radius: 999px;
  padding: 0 13px;
  color: #f3c469;
  background: rgba(153, 101, 14, 0.13);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.pix-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
  animation: pix-status-pulse 1.35s ease-in-out infinite;
}

.pix-status[data-state="checking"] {
  color: #6bb8ff;
  border-color: rgba(61, 149, 255, 0.34);
  background: rgba(30, 95, 255, 0.12);
}

.pix-status[data-state="approved"] {
  color: #5ce2b5;
  border-color: rgba(65, 218, 164, 0.34);
  background: rgba(26, 126, 91, 0.13);
}

.pix-status[data-state="failed"] {
  color: #ff8e9b;
  border-color: rgba(255, 98, 117, 0.34);
  background: rgba(139, 25, 39, 0.14);
}

@keyframes pix-status-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.8); }
}

.pix-payment-details h3 {
  margin: 20px 0 8px;
  color: #f5f9ff;
  font-size: 22px;
}

.pix-payment-details > p {
  margin: 0;
  color: #8799b6;
  font-size: 12px;
  line-height: 1.5;
}

.pix-copy-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  min-height: 58px;
  margin-top: 17px;
  overflow: hidden;
  border: 1px solid rgba(91, 147, 231, 0.42);
  border-radius: 11px;
  background: rgba(0, 7, 18, 0.78);
}

.pix-copy-control input {
  min-width: 0;
  border: 0;
  padding: 0 15px;
  color: #b7c7de;
  font: inherit;
  font-size: 12px;
  outline: 0;
  background: transparent;
  text-overflow: ellipsis;
}

.pix-copy-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-left: 1px solid rgba(91, 147, 231, 0.42);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  background: #176ee5;
  cursor: pointer;
}

.pix-copy-control button svg {
  width: 17px;
}

.pix-check-button {
  min-height: 46px;
  margin-top: 12px;
  border: 1px solid rgba(64, 150, 255, 0.55);
  border-radius: 10px;
  color: #bedaff;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  background: rgba(22, 104, 224, 0.14);
  cursor: pointer;
}

.pix-check-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.pix-instructions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pix-instructions li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 76px;
  border: 1px solid rgba(80, 132, 210, 0.28);
  border-radius: 12px;
  padding: 13px;
  background: rgba(2, 11, 26, 0.64);
}

.pix-instructions li > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #d9eaff;
  background: #126dda;
  font-size: 11px;
  font-weight: 850;
}

.pix-instructions p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.pix-instructions strong {
  color: #e9f2ff;
  font-size: 11px;
}

.pix-instructions small {
  color: #7285a2;
  font-size: 9px;
  line-height: 1.35;
}

.pix-auto-return {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  border: 1px solid rgba(53, 145, 255, 0.28);
  border-radius: 12px;
  padding: 16px 18px;
  color: #8396b3;
  background: rgba(15, 72, 153, 0.1);
}

.pix-auto-loader {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border: 2px solid rgba(80, 166, 255, 0.2);
  border-top-color: #43a5ff;
  border-radius: 50%;
  animation: checkout-spin 850ms linear infinite;
}

.pix-auto-return p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.pix-auto-return strong {
  color: #bcd8fb;
}

.pix-payment-secure {
  margin-top: 18px;
}

.pix-payment-secure > .payment-privacy {
  border: 0;
}

@media (max-width: 759px) {
  .payment-method-picker legend {
    font-size: 11px;
  }

  .payment-method-options {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .currency-picker legend {
    font-size: 11px;
  }

  .currency-options {
    gap: 8px;
  }

  .currency-option {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 7px;
    min-height: 54px;
    border-radius: 11px;
    padding: 8px;
  }

  .currency-flag {
    min-width: 32px;
    height: 28px;
    font-size: 10px;
  }

  .currency-body strong {
    font-size: 12px;
  }

  .currency-body small {
    font-size: 8px;
  }

  .payment-method-option {
    grid-template-columns: 34px minmax(0, 1fr) 15px;
    gap: 8px;
    min-height: 61px;
    border-radius: 11px;
    padding: 8px;
  }

  .payment-method-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .payment-method-icon svg {
    width: 21px;
    height: 21px;
  }

  .payment-method-option strong {
    font-size: 11px;
  }

  .payment-method-option small {
    font-size: 8px;
  }

  .payment-method-option > i {
    width: 15px;
    height: 15px;
  }

  .pix-payment-head h2 {
    margin: 15px 0 8px;
    font-size: 29px;
  }

  .pix-payment-head > p {
    font-size: 12px;
  }

  .pix-payment-card {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 22px;
    border-radius: 14px;
    padding: 17px;
  }

  .pix-qr-frame {
    width: min(100%, 260px);
    justify-self: center;
    border-radius: 14px;
    padding: 11px;
  }

  .pix-status {
    justify-self: center;
  }

  .pix-payment-details {
    text-align: center;
  }

  .pix-payment-details h3 {
    margin-top: 16px;
    font-size: 18px;
  }

  .pix-copy-control {
    grid-template-columns: minmax(0, 1fr) 86px;
    min-height: 52px;
  }

  .pix-copy-control input {
    padding: 0 11px;
    font-size: 10px;
  }

  .pix-copy-control button {
    font-size: 9px;
  }

  .pix-instructions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pix-instructions li {
    min-height: 64px;
  }

  .pix-auto-return {
    align-items: flex-start;
    padding: 14px;
  }

  .pix-auto-return p {
    font-size: 10px;
  }
}

/* WhatsApp contact button */
.whatsapp-float {
  position: fixed;
  right: calc(20px + env(safe-area-inset-right));
  bottom: calc(20px + env(safe-area-inset-bottom));
  z-index: 90;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(74, 159, 255, 0.58);
  border-radius: 50%;
  padding: 11px;
  background: linear-gradient(145deg, rgba(10, 32, 82, 0.98), rgba(3, 9, 27, 0.98));
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.38),
    0 0 0 4px rgba(74, 159, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
}

.whatsapp-float-label {
  position: absolute;
  top: 50%;
  right: calc(100% + 11px);
  min-width: max-content;
  border: 1px solid rgba(74, 159, 255, 0.38);
  border-radius: 999px;
  padding: 8px 12px;
  color: #d9eaff;
  background: rgba(5, 15, 35, 0.94);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  transform: translateY(-50%);
}

.whatsapp-float-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(74, 159, 255, 0.38);
  border-right: 1px solid rgba(74, 159, 255, 0.38);
  background: #07132b;
  transform: translateY(-50%) rotate(45deg);
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.42),
    0 0 0 6px rgba(74, 159, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.whatsapp-float:focus-visible {
  outline: 3px solid #8ff0b3;
  outline-offset: 4px;
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .whatsapp-float-label {
    right: calc(100% + 8px);
    padding: 7px 10px;
    font-size: 11px;
  }
}























/* Endereço para a nota fiscal (Pix e cartão). */
.invoice-address {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.invoice-address[hidden] {
  display: none;
}

.invoice-address legend {
  margin-bottom: 8px;
  padding: 0;
  color: #eaf3ff;
  font-size: 12px;
  font-weight: 800;
}

.invoice-address-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 10px;
}

.invoice-address-wide {
  grid-column: 1 / -1;
}

.invoice-address .field-help[data-state="error"] {
  color: #ff9aa8;
}

@media (max-width: 420px) {
  .invoice-address-grid {
    grid-template-columns: 1fr;
  }
}
