/* ============================================================
   ROCKY TEAM — LANDING PAGE
   Consultoria Esportiva · Estética • Estratégia • Resultado
   Built on the Rocky Team Design System tokens
   ============================================================ */

/* ------------------------------------------------------------
   TOKENS — colors
   ------------------------------------------------------------ */
:root {
  /* Ink / dark navy scale */
  --ink-950: #04060C;
  --ink-900: #070A13;
  --ink-800: #0A0F1C;
  --ink-700: #0F1524;
  --ink-600: #141C30;
  --ink-500: #1B2540;
  --ink-400: #263352;
  --ink-300: #38496E;

  /* Electric blue (primary) */
  --blue-700: #0A47A8;
  --blue-600: #0C5AD1;
  --blue-500: #1C7DE8;
  --blue-400: #2E93FF;
  --blue-300: #5CB0FF;
  --blue-200: #9BD0FF;
  --blue-glow: #3DA5FF;

  /* Gold / amber (results, proof) */
  --gold-600: #C7811A;
  --gold-500: #E7A227;
  --gold-400: #F5B93A;
  --gold-300: #FFD066;

  /* Chrome / silver */
  --chrome-100: #FFFFFF;
  --chrome-200: #EAEFF6;
  --chrome-300: #CFD8E6;
  --chrome-400: #A7B4C8;
  --chrome-500: #7C8AA1;

  /* Neutral text */
  --white: #FFFFFF;
  --text-strong: #FFFFFF;
  --text-body: #C4CDDC;
  --text-muted: #8493AB;
  --text-faint: #5A6885;

  --success: #25D366;
  --danger: #E24C4C;

  /* Semantic aliases */
  --bg-page: var(--ink-900);
  --bg-surface: var(--ink-800);
  --bg-raised: var(--ink-700);
  --bg-card: var(--ink-600);
  --bg-card-elevated: var(--ink-500);

  --border: var(--ink-400);
  --border-subtle: var(--ink-500);
  --border-strong: var(--ink-300);
  --border-brand: var(--blue-600);

  --brand: var(--blue-500);
  --brand-bright: var(--blue-400);
  --brand-deep: var(--blue-600);
  --brand-tint: rgba(46, 147, 255, 0.12);

  --accent: var(--gold-500);
  --accent-bright: var(--gold-400);

  --text-on-brand: #FFFFFF;
  --text-on-accent: #1A1206;
  --focus-ring: var(--blue-400);

  /* Typography */
  --font-display: 'Saira Condensed', 'Arial Narrow', sans-serif;
  --font-heading: 'Saira Semi Condensed', 'Saira', sans-serif;
  --font-body: 'Saira', system-ui, -apple-system, sans-serif;

  --fs-display-xl: clamp(3.25rem, 8vw, 6.5rem);
  --fs-display-lg: clamp(2.5rem, 5.5vw, 4.5rem);
  --fs-display-md: clamp(2rem, 4vw, 3.25rem);
  --fs-h3: 1.625rem;
  --fs-h4: 1.25rem;
  --fs-lead: 1.25rem;
  --fs-body: 1rem;
  --fs-sm: 0.875rem;
  --fs-xs: 0.75rem;
  --fs-eyebrow: 0.8125rem;

  --lh-tight: 0.92;
  --lh-snug: 1.08;
  --lh-heading: 1.15;
  --lh-body: 1.6;

  --ls-display: -0.01em;
  --ls-wide: 0.04em;
  --ls-eyebrow: 0.22em;
  --ls-tagline: 0.18em;

  /* Spacing / layout */
  --section-y: clamp(64px, 9vw, 128px);
  --container-max: 1200px;
  --gutter: clamp(20px, 5vw, 48px);

  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;

  /* Signature esports cut corner */
  --clip-cut: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  --clip-cut-sm: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);

  /* Effects */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.6);
  --shadow-xl: 0 32px 80px rgba(0, 0, 0, 0.7);

  --glow-blue-sm: 0 0 16px rgba(46, 147, 255, 0.35);
  --glow-blue-md: 0 0 32px rgba(46, 147, 255, 0.45);
  --glow-blue-lg: 0 0 56px rgba(46, 147, 255, 0.5);
  --glow-gold: 0 0 28px rgba(245, 185, 58, 0.4);

  --edge-top: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --edge-brand: inset 0 0 0 1px rgba(46, 147, 255, 0.25);

  --grad-page: radial-gradient(120% 80% at 50% -10%, #12203C 0%, var(--ink-900) 55%, var(--ink-950) 100%);
  --grad-blue: linear-gradient(135deg, var(--blue-400) 0%, var(--blue-600) 100%);
  --grad-blue-vivid: linear-gradient(135deg, #45A6FF 0%, #0C5AD1 100%);
  --grad-gold: linear-gradient(135deg, var(--gold-300) 0%, var(--gold-600) 100%);
  --grad-chrome: linear-gradient(180deg, #FFFFFF 0%, #E4EAF3 42%, #A7B4C8 60%, #E9EEF6 100%);
  --grad-card: linear-gradient(160deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 40%, rgba(0,0,0,0.15) 100%);
  --grad-frame: linear-gradient(135deg, var(--blue-400), rgba(46,147,255,0.15) 45%, rgba(46,147,255,0.05));
  --grad-frame-gold: linear-gradient(135deg, var(--gold-400), rgba(231,162,39,0.2) 45%, rgba(231,162,39,0.06));
  --spotlight: radial-gradient(60% 60% at 70% 40%, rgba(46,147,255,0.18), transparent 70%);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-snap: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast: 140ms;
  --dur: 240ms;
  --dur-slow: 480ms;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink-900) var(--grad-page) no-repeat;
  background-attachment: fixed;
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--text-strong);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-display);
  margin: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }

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

a {
  color: var(--blue-400);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}
a:hover { color: var(--blue-300); }

::selection { background: rgba(46, 147, 255, 0.35); color: #fff; }
:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }

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

/* ------------------------------------------------------------
   TEXT HELPERS
   ------------------------------------------------------------ */
.rt-chrome-text {
  background: var(--grad-chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.rt-blue-text {
  background: linear-gradient(180deg, #7CC0FF 0%, var(--blue-500) 55%, var(--blue-700) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.rt-gold-text {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.rt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--blue-400);
}
.rt-eyebrow::before {
  content: "»";
  font-weight: 800;
  color: var(--blue-500);
}
.rt-eyebrow--gold { color: var(--gold-400); }
.rt-eyebrow--gold::before { color: var(--gold-500); }

.rt-tagline {
  font-weight: 600;
  letter-spacing: var(--ls-tagline);
  text-transform: uppercase;
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

/* ------------------------------------------------------------
   LAYOUT PRIMITIVES
   ------------------------------------------------------------ */
.container {
  width: min(var(--container-max), 100% - 2 * var(--gutter));
  margin-inline: auto;
}

.section {
  padding-block: var(--section-y);
  position: relative;
  scroll-margin-top: 90px;
}

.section-head {
  max-width: 780px;
  margin-bottom: clamp(36px, 5vw, 64px);
  display: grid;
  gap: 14px;
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}
.section-head h2 {
  font-size: var(--fs-display-md);
  font-weight: 900;
  line-height: var(--lh-snug);
}
.section-head .lead {
  font-size: var(--fs-lead);
  color: var(--text-body);
}
.section-head .underline {
  width: 64px;
  height: 4px;
  background: var(--grad-blue-vivid);
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
}
.section-head--center .underline { margin-inline: auto; }
.section-head .underline--gold { background: var(--grad-gold); }

/* ------------------------------------------------------------
   BUTTONS
   ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 34px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
  clip-path: var(--clip-cut-sm);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition:
    transform var(--dur-fast) var(--ease-out),
    box-shadow var(--dur) var(--ease-out),
    filter var(--dur-fast) var(--ease-out);
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn:active { transform: translateY(0) scale(0.98); }

.btn--primary {
  background: var(--grad-blue-vivid);
  color: #fff;
  box-shadow: var(--glow-blue-sm), var(--edge-top);
}
.btn--primary:hover { box-shadow: var(--glow-blue-md), var(--edge-top); }

.btn--gold {
  background: var(--grad-gold);
  color: var(--text-on-accent);
  box-shadow: var(--glow-gold), var(--edge-top);
}

.btn--outline {
  background: rgba(46,147,255,0.06);
  color: var(--blue-300);
  border: 1px solid var(--blue-600);
}

.btn--lg { padding: 19px 42px; font-size: 1.0625rem; }
.btn--sm { padding: 11px 20px; font-size: 0.8125rem; }
.btn--block {
  display: flex;
  width: 100%;
  white-space: normal;
  text-align: center;
  padding-inline: 16px;
  line-height: 1.25;
}

.btn .chev { font-weight: 800; translate: 0 -1px; }

.btn-note {
  display: block;
  margin-top: 10px;
  font-size: var(--fs-xs);
  color: var(--text-faint);
  letter-spacing: 0.04em;
}

/* ------------------------------------------------------------
   NAV
   ------------------------------------------------------------ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--ink-900) 82%, transparent);
  border-bottom: 1px solid rgba(38, 51, 82, 0.5);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 12px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-brand img { height: 46px; width: auto; }
.nav-brand .wordmark {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.nav-brand .wordmark span { color: var(--blue-300); }
.nav-links {
  display: flex;
  gap: 28px;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nav-links a { color: var(--text-muted); }
.nav-links a:hover { color: #fff; }
.nav .btn { padding: 12px 22px; font-size: 0.8125rem; }
@media (max-width: 900px) {
  .nav-links { display: none; }
}

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */
.hero {
  position: relative;
  padding-block: clamp(48px, 7vw, 110px) var(--section-y);
  overflow: clip;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--spotlight);
  pointer-events: none;
}
.hero::after {
  /* faint blueprint grid */
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(46,147,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46,147,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(80% 70% at 50% 20%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(80% 70% at 50% 20%, #000 0%, transparent 80%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}
.hero-copy { display: grid; gap: 22px; justify-items: start; }
.hero-copy h1 {
  font-size: var(--fs-display-xl);
  font-weight: 900;
  line-height: var(--lh-tight);
}
.hero-copy .sub {
  font-size: var(--fs-lead);
  max-width: 52ch;
}
.hero-copy .sub strong { color: #fff; font-weight: 700; }

.hero-price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(46,147,255,0.08);
  border: 1px solid rgba(46,147,255,0.35);
  clip-path: var(--clip-cut-sm);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: var(--fs-sm);
  color: var(--blue-200);
}
.hero-price strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.hero-bullets {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}
.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  font-weight: 600;
  color: var(--text-body);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: var(--fs-sm);
}
.hero-bullets ul { padding: 0; margin: 0; }

.icon-circle {
  flex: none;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.5px solid var(--blue-500);
  background: rgba(46,147,255,0.07);
  color: var(--blue-400);
  box-shadow: var(--glow-blue-sm);
}
.icon-circle svg { width: 20px; height: 20px; }
.icon-circle--gold {
  border-color: var(--gold-500);
  background: rgba(231,162,39,0.08);
  color: var(--gold-400);
  box-shadow: var(--glow-gold);
}

/* framed athlete photo */
.hero-photo {
  position: relative;
  justify-self: end;
  width: min(480px, 100%);
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(55% 55% at 50% 45%, rgba(46,147,255,0.28), transparent 70%);
  filter: blur(10px);
  z-index: 0;
}
.frame {
  position: relative;
  z-index: 1;
  padding: 2px;
  background: var(--grad-frame);
  clip-path: var(--clip-cut);
  box-shadow: var(--shadow-lg), var(--glow-blue-sm);
}
.frame > .frame-inner {
  clip-path: var(--clip-cut);
  background: var(--ink-800);
}
.frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.frame--gold { background: var(--grad-frame-gold); box-shadow: var(--shadow-lg), var(--glow-gold); }

.hero-badge {
  position: absolute;
  z-index: 2;
  left: -18px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: linear-gradient(160deg, var(--ink-600), var(--ink-800));
  border: 1px solid var(--border);
  clip-path: var(--clip-cut-sm);
  box-shadow: var(--shadow-md), var(--edge-top);
}
.hero-badge .num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}
.hero-badge .lbl {
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.3;
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { justify-self: center; order: -1; width: min(400px, 100%); }
  .hero-badge { left: 8px; bottom: 20px; }
}

/* ------------------------------------------------------------
   MARQUEE STRIP (tagline separator)
   ------------------------------------------------------------ */
.strip {
  border-block: 1px solid rgba(38,51,82,0.6);
  background: color-mix(in srgb, var(--ink-800) 70%, transparent);
  overflow: hidden;
  padding-block: 14px;
}
.strip-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.strip span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-faint);
  white-space: nowrap;
}
.strip span b { color: var(--blue-400); font-weight: 800; }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ------------------------------------------------------------
   "NÃO É APENAS UM PDF"
   ------------------------------------------------------------ */
.pdf-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.pdf-photo { position: relative; }
.pdf-list { display: grid; gap: 18px; margin-top: 26px; }
.pdf-list .item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pdf-list .item p strong { color: #fff; }
@media (max-width: 900px) {
  .pdf-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   FEATURE CARDS ("Tudo o que você precisa")
   ------------------------------------------------------------ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.card {
  position: relative;
  padding: 30px 28px;
  background: var(--ink-600);
  background-image: var(--grad-card);
  border: 1px solid var(--border-subtle);
  clip-path: var(--clip-cut);
  box-shadow: var(--shadow-md), var(--edge-top);
  display: grid;
  gap: 16px;
  align-content: start;
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out);
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(46,147,255,0.45);
  box-shadow: var(--shadow-lg), var(--glow-blue-sm), var(--edge-top);
}
.card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.card p { color: var(--text-muted); font-size: 0.9375rem; }
.card p strong { color: var(--text-body); }
@media (max-width: 980px) {
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .cards-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   APP / PLATAFORMA PRIME
   ------------------------------------------------------------ */
.app-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.app-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  padding: 0;
  margin: 28px 0 0;
}
.app-checklist li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9375rem;
  color: var(--text-body);
}
.app-checklist li::before {
  content: "»";
  color: var(--blue-400);
  font-weight: 800;
  line-height: 1.5;
}

/* CSS phone mockup */
.phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
  padding-block: 20px;
}
.phone-wrap::before {
  content: "";
  position: absolute;
  inset: -30px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(46,147,255,0.22), transparent 70%);
  filter: blur(12px);
}
.phone {
  position: relative;
  width: min(300px, 78vw);
  aspect-ratio: 9 / 18.6;
  border-radius: 40px;
  border: 1px solid var(--ink-300);
  background: linear-gradient(160deg, #0E1526, #080C16);
  box-shadow: var(--shadow-xl), var(--glow-blue-sm), inset 0 0 0 6px #04060C, var(--edge-top);
  padding: 14px;
  rotate: -3deg;
  transition: rotate var(--dur-slow) var(--ease-out);
}
.phone:hover { rotate: 0deg; }
.phone-screen {
  height: 100%;
  border-radius: 26px;
  background: linear-gradient(180deg, #0C1322 0%, #070A13 100%);
  border: 1px solid rgba(38,51,82,0.7);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 14px;
}
.phone-notch {
  width: 84px;
  height: 20px;
  background: #04060C;
  border-radius: 999px;
  margin: 0 auto 2px;
  flex: none;
}
.ps-title {
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.ps-title span { color: var(--blue-400); }
.ps-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(38,51,82,0.6);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-body);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.ps-row svg { width: 15px; height: 15px; color: var(--blue-400); flex: none; }
.ps-row.gold svg { color: var(--gold-400); }
.ps-bar {
  height: 6px;
  border-radius: 999px;
  background: var(--ink-500);
  overflow: hidden;
  position: relative;
}
.ps-bar i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 72%;
  background: var(--grad-blue-vivid);
  border-radius: inherit;
}
.ps-caption {
  font-size: 0.62rem;
  color: var(--text-faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .app-grid { grid-template-columns: 1fr; }
  .app-checklist { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   COMO FUNCIONA — steps
   ------------------------------------------------------------ */
.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  counter-reset: step;
}
.step {
  position: relative;
  counter-increment: step;
  padding: 26px 22px;
  background: var(--ink-600);
  background-image: var(--grad-card);
  border: 1px solid var(--border-subtle);
  clip-path: var(--clip-cut);
  box-shadow: var(--shadow-md), var(--edge-top);
  display: grid;
  gap: 12px;
  align-content: start;
}
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1;
  background: linear-gradient(180deg, #7CC0FF 0%, var(--blue-500) 55%, var(--blue-700) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.step h3 { font-size: 1.15rem; font-weight: 800; letter-spacing: 0.03em; }
.step p { font-size: 0.875rem; color: var(--text-muted); }
@media (max-width: 1080px) {
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .step:last-child { grid-column: auto; }
}

/* ------------------------------------------------------------
   PARA QUEM — objetivos chips
   ------------------------------------------------------------ */
.who-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.goals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.goals li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(46,147,255,0.06);
  border: 1px solid rgba(46,147,255,0.28);
  clip-path: var(--clip-cut-sm);
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--text-body);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.goals li:hover {
  background: rgba(46,147,255,0.14);
  border-color: var(--blue-500);
  color: #fff;
}
.goals li::before { content: "»"; color: var(--blue-400); font-weight: 800; }
@media (max-width: 900px) {
  .who-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   EXPERIÊNCIA — 12 anos / títulos (gold section)
   ------------------------------------------------------------ */
.xp {
  background:
    radial-gradient(90% 90% at 50% 0%, rgba(231,162,39,0.07), transparent 60%),
    color-mix(in srgb, var(--ink-800) 72%, transparent);
  border-block: 1px solid rgba(38,51,82,0.6);
}
.xp-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.stat {
  padding: 34px 28px;
  text-align: center;
  background: var(--ink-600);
  background-image: var(--grad-card);
  border: 1px solid var(--border-subtle);
  clip-path: var(--clip-cut);
  box-shadow: var(--shadow-md), var(--edge-top);
  display: grid;
  gap: 8px;
}
.stat .num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 1;
}
.stat .lbl {
  font-weight: 700;
  font-size: var(--fs-sm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.xp-note {
  margin-top: 40px;
  text-align: center;
}
.xp-note .rt-tagline { color: var(--gold-300); }
@media (max-width: 860px) {
  .xp-stats { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   PROVA — antes/depois (gold)
   ------------------------------------------------------------ */
.proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: end;
}
.ba { position: relative; margin: 0; }
.ba-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}
.ba-pair .panel { position: relative; }
.ba-pair .panel .chip {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
}
.ba-pair .frame, .ba-pair .frame-inner { height: 100%; }
.ba-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-pair--tall img { aspect-ratio: 1 / 1.9; }
.ba-pair--stack { grid-template-columns: 1fr; }
.ba-pair--stack img { aspect-ratio: 3 / 2; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(4,6,12,0.78);
  border: 1px solid rgba(231,162,39,0.6);
  clip-path: var(--clip-cut-sm);
  backdrop-filter: blur(4px);
}
.chip--gold { color: var(--gold-300); }
.ba-caption {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ba-caption .name {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.04em;
}
.ba-caption .delta {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.4rem;
  white-space: nowrap;
}
.proof-video {
  max-width: 330px;
  margin: 0 auto clamp(36px, 5vw, 60px);
}
.proof-video video {
  display: block;
  width: 100%;
  height: auto;
}
.proof-video-caption {
  margin-top: 14px;
  text-align: center;
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.proof-disclaimer {
  margin-top: 34px;
  text-align: center;
  font-size: var(--fs-xs);
  color: var(--text-faint);
  max-width: 640px;
  margin-inline: auto;
}
@media (max-width: 760px) {
  .proof-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   GALERIA DE EVOLUÇÕES — coverflow 3D horizontal
   ------------------------------------------------------------ */
.gallery-section {
  background:
    radial-gradient(80% 100% at 50% 100%, rgba(231,162,39,0.05), transparent 60%),
    color-mix(in srgb, var(--ink-950) 55%, transparent);
  border-block: 1px solid rgba(38,51,82,0.6);
  overflow: clip;
}
.gallery-wrap { position: relative; }
.gallery {
  display: flex;
  gap: clamp(18px, 2.5vw, 30px);
  overflow-x: auto;
  padding: 30px max(calc((100vw - 420px) / 2), 24px) 18px;
  scroll-snap-type: x mandatory;
  perspective: 1200px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.gallery::-webkit-scrollbar { display: none; }
.gallery:active { cursor: grabbing; }
.gallery:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: -2px; }
.g-card {
  flex: none;
  scroll-snap-align: center;
  transform-style: preserve-3d;
  will-change: transform;
  transition: none;
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--ink-800);
  border: 1px solid rgba(231,162,39,0.18);
}
.g-card img {
  height: clamp(340px, 46vw, 520px);
  width: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
.gallery-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.g-btn {
  width: 52px;
  height: 46px;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--gold-300);
  background: rgba(231,162,39,0.07);
  border: 1px solid rgba(231,162,39,0.4);
  clip-path: var(--clip-cut-sm);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.g-btn:hover { background: rgba(231,162,39,0.16); transform: translateY(-2px); }
.g-btn:active { transform: scale(0.96); }
@media (prefers-reduced-motion: reduce) {
  .g-card { transform: none !important; }
}

/* ------------------------------------------------------------
   PLANOS
   ------------------------------------------------------------ */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 32px 26px 28px;
  background: var(--ink-600);
  background-image: var(--grad-card);
  border: 1px solid var(--border-subtle);
  clip-path: var(--clip-cut);
  box-shadow: var(--shadow-md), var(--edge-top);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.plan:hover { transform: translateY(-4px); }
.plan-flag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 12px;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.plan-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.plan-period {
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-top: 4px;
}
.plan-price {
  margin-top: 18px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.plan-price .cur {
  font-weight: 700;
  color: var(--text-muted);
  font-size: 1rem;
}
.plan-price .val {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
}
.plan-eq {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  margin-top: 6px;
  min-height: 2.4em;
}
.plan-eq strong { color: var(--gold-400); }
.plan-list {
  padding: 0;
  margin: 20px 0 26px;
  display: grid;
  gap: 9px;
  flex: 1;
}
.plan-list li {
  list-style: none;
  display: flex;
  gap: 9px;
  font-size: 0.855rem;
  color: var(--text-body);
  line-height: 1.45;
}
.plan-list li::before {
  content: "»";
  color: var(--blue-400);
  font-weight: 800;
  flex: none;
}
.plan-list li.plus::before { color: var(--gold-400); }
.plan-list li.plus { color: var(--chrome-200); font-weight: 600; }

.plan--featured {
  background-image: linear-gradient(160deg, rgba(46,147,255,0.10) 0%, rgba(255,255,255,0.02) 45%, rgba(0,0,0,0.2) 100%);
  border: 1px solid rgba(46,147,255,0.55);
  box-shadow: var(--shadow-lg), var(--glow-blue-md), var(--edge-brand);
  padding-top: 54px;
}
.plan--featured .plan-flag {
  background: var(--grad-blue-vivid);
  color: #fff;
}
.plan--pro-tri {
  border: 1px solid rgba(231,162,39,0.5);
  box-shadow: var(--shadow-lg), var(--glow-gold), var(--edge-top);
  padding-top: 54px;
}
.plan--pro-tri .plan-flag {
  background: var(--grad-gold);
  color: var(--text-on-accent);
}
.plans-note {
  margin-top: 28px;
  text-align: center;
  color: var(--text-muted);
  font-size: var(--fs-sm);
}
@media (max-width: 1120px) {
  .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .plans-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   POR QUE TRIMESTRAL
   ------------------------------------------------------------ */
.tri-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.tri-cards { display: grid; gap: 16px; }
.tri-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  background: var(--ink-600);
  background-image: var(--grad-card);
  border: 1px solid var(--border-subtle);
  clip-path: var(--clip-cut);
  box-shadow: var(--shadow-md), var(--edge-top);
}
.tri-card .t {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
}
.tri-card .d { font-size: var(--fs-sm); color: var(--text-muted); }
.tri-card .save {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .tri-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */
.faq-wrap {
  max-width: 820px;
  margin-inline: auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  background: var(--ink-600);
  background-image: var(--grad-card);
  border: 1px solid var(--border-subtle);
  clip-path: var(--clip-cut-sm);
  box-shadow: var(--shadow-sm), var(--edge-top);
  transition: border-color var(--dur) var(--ease-out);
}
.faq-item[open] { border-color: rgba(46,147,255,0.45); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "»";
  font-weight: 800;
  color: var(--blue-400);
  rotate: 90deg;
  transition: rotate var(--dur) var(--ease-snap);
  flex: none;
}
.faq-item[open] summary::after { rotate: -90deg; }
.faq-item .faq-body {
  padding: 0 22px 20px;
  color: var(--text-muted);
  font-size: 0.9375rem;
  display: grid;
  gap: 8px;
}
.faq-item .faq-body strong { color: var(--text-body); }

/* ------------------------------------------------------------
   CTA FINAL
   ------------------------------------------------------------ */
.final {
  position: relative;
  overflow: clip;
  text-align: center;
}
.final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(70% 90% at 50% 110%, rgba(46,147,255,0.22), transparent 65%),
    radial-gradient(40% 40% at 50% 0%, rgba(46,147,255,0.06), transparent 70%);
  pointer-events: none;
}
.final-inner {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 24px;
  max-width: 760px;
  margin-inline: auto;
}
.final h2 {
  font-size: var(--fs-display-lg);
  font-weight: 900;
  line-height: var(--lh-tight);
}
.final .lead { font-size: var(--fs-lead); }
.final .shark {
  height: 250px;
  width: auto;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(closest-side, #000 55%, transparent 98%);
  mask-image: radial-gradient(closest-side, #000 55%, transparent 98%);
}

/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */
.footer {
  border-top: 1px solid rgba(38,51,82,0.6);
  background: var(--ink-950);
  padding-block: 44px;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { height: 54px; width: auto; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-links a { color: var(--text-muted); display: inline-flex; align-items: center; gap: 8px; }
.footer-links a:hover { color: #fff; }
.footer-links svg { width: 16px; height: 16px; }
.footer-legal {
  margin-top: 26px;
  font-size: var(--fs-xs);
  color: var(--text-faint);
  text-align: center;
  width: 100%;
}

/* ------------------------------------------------------------
   WHATSAPP FAB
   ------------------------------------------------------------ */
.wa-fab {
  position: fixed;
  z-index: 70;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2CE070 0%, #128C7E 100%);
  color: #04240F;
  box-shadow: 0 0 24px rgba(37, 211, 102, 0.35), var(--shadow-md), var(--edge-top);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.wa-fab svg { width: 30px; height: 30px; }
.wa-fab:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 36px rgba(37, 211, 102, 0.5), var(--shadow-lg), var(--edge-top);
  color: #04240F;
}
.wa-fab:active { transform: scale(0.96); }
@media (max-width: 720px) {
  .wa-fab { right: 14px; bottom: 88px; width: 54px; height: 54px; }
}

/* ------------------------------------------------------------
   STICKY MOBILE CTA
   ------------------------------------------------------------ */
.sticky-cta {
  position: fixed;
  z-index: 60;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
}
.sticky-cta .btn { width: 100%; box-shadow: var(--glow-blue-md), var(--shadow-lg); }
@media (max-width: 720px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 76px; }
  .btn { white-space: normal; text-align: center; }
}

/* ------------------------------------------------------------
   SCROLL REVEAL
   ------------------------------------------------------------ */
.reveal {
  opacity: 0;
  translate: 0 26px;
  transition:
    opacity var(--dur-slow) var(--ease-out),
    translate var(--dur-slow) var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-in { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; translate: none; }
}
