/* ============================================================
   Sevol . sevol.app
   Tema unico escuro. Acento indigo #4F46E5 (marca).
   Esmeralda #10B981 reservado para valores de dinheiro.
   Raios: cards 24px, elementos internos 14px, botoes pill.
   ============================================================ */

:root {
  --bg: #070912;
  --bg-2: #0b0e1c;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.09);
  --line-soft: rgba(255, 255, 255, 0.06);
  --text: #eef1fa;
  --muted: #9aa3bd;
  --indigo: #4f46e5;
  --indigo-bright: #6366f1;
  --indigo-soft: #a5b4fc;
  --emerald: #34d399;
  --emerald-deep: #10b981;
  --r-card: 24px;
  --r-inner: 14px;
  --eo: cubic-bezier(0.23, 1, 0.32, 1);
  --eio: cubic-bezier(0.77, 0, 0.175, 1);
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "Instrument Sans", system-ui, sans-serif;
  interpolate-size: allow-keywords;
  interpolate-size: allow-keywords;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection {
  background: rgba(79, 70, 229, 0.45);
  color: #fff;
}

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

a {
  color: var(--indigo-soft);
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--indigo-soft);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--indigo);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 12px 0;
  z-index: 200;
}

.skip-link:focus {
  left: 0;
}

/* Grao de filme fixo, fora do fluxo de scroll */
.grain {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
}

/* ------------------------------------------------------------
   Tipografia
   ------------------------------------------------------------ */

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.15rem);
}

h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
}

h3 {
  font-size: 1.16rem;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

p {
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  max-width: 56ch;
}

.section {
  padding-block: clamp(92px, 11vw, 156px);
  position: relative;
}

.section-head {
  max-width: 700px;
  margin-bottom: clamp(44px, 6vw, 72px);
}

.section-head .lead {
  margin-top: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--indigo-soft);
  margin-bottom: 20px;
}

/* ------------------------------------------------------------
   Botoes
   ------------------------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: -0.01em;
  padding: 15px 26px;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  transition: transform 160ms var(--eo), background-color 160ms ease, border-color 160ms ease;
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: var(--indigo);
  color: #fff;
  padding-right: 8px;
}

.btn-primary .btn-orb {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms var(--eo);
}

.btn-primary .btn-orb svg {
  width: 15px;
  height: 15px;
}

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

@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background: var(--indigo-bright);
  }

  .btn-primary:hover .btn-orb {
    transform: translate(2px, -1px) scale(1.06);
  }

  .btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: var(--surface);
  }
}

/* ------------------------------------------------------------
   Navegacao pill flutuante
   ------------------------------------------------------------ */

.nav-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 18px clamp(16px, 3vw, 28px) 0;
  pointer-events: none;
}

.nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 30px);
  padding: 9px 10px 9px 20px;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(11, 14, 28, 0.55);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transition: background-color 300ms ease, border-color 300ms ease;
}

.nav.scrolled {
  background: rgba(9, 11, 22, 0.85);
  border-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.brand svg {
  width: 27px;
  height: 27px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 26px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 500;
  transition: color 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .nav-links a:hover {
    color: var(--text);
  }
}

.nav .btn {
  padding: 10px 20px;
  font-size: 14px;
}

.nav .btn-primary {
  padding-right: 7px;
}

.nav .btn-primary .btn-orb {
  width: 28px;
  height: 28px;
}

.burger {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  position: relative;
}

.burger span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform 280ms var(--eio), opacity 200ms ease;
}

.burger span:nth-child(1) {
  top: 16px;
}

.burger span:nth-child(2) {
  top: 24px;
}

html.menu-open .burger span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

html.menu-open .burger span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(7, 9, 18, 0.88);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 320ms var(--eo), visibility 0s 320ms;
}

html.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 320ms var(--eo);
}

.mobile-menu a {
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  padding: 14px 0;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 420ms var(--eo), transform 420ms var(--eo);
}

html.menu-open .mobile-menu a {
  opacity: 1;
  transform: translateY(0);
}

html.menu-open .mobile-menu a:nth-child(1) { transition-delay: 60ms; }
html.menu-open .mobile-menu a:nth-child(2) { transition-delay: 110ms; }
html.menu-open .mobile-menu a:nth-child(3) { transition-delay: 160ms; }
html.menu-open .mobile-menu a:nth-child(4) { transition-delay: 210ms; }
html.menu-open .mobile-menu a:nth-child(5) { transition-delay: 260ms; }

html.menu-open {
  overflow: hidden;
}

/* ------------------------------------------------------------
   Hero
   ------------------------------------------------------------ */

.hero {
  position: relative;
  padding-top: clamp(130px, 16vh, 176px);
  padding-bottom: clamp(80px, 9vw, 120px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto;
  height: 90%;
  background:
    radial-gradient(42% 55% at 18% 30%, rgba(79, 70, 229, 0.32), transparent 70%),
    radial-gradient(36% 48% at 86% 68%, rgba(16, 185, 129, 0.1), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 6.2fr) minmax(0, 5.4fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

.hero-copy .eyebrow {
  margin-bottom: 22px;
}

.hero-copy h1 span {
  color: var(--indigo-soft);
}

.hero-copy .lead {
  margin-top: 22px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

/* Moldura double-bezel do preview */
.bezel {
  padding: 8px;
  border-radius: var(--r-card);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(3, 4, 12, 0.6);
}

.bezel-core {
  border-radius: calc(var(--r-card) - 8px);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-visual {
  position: relative;
}

/* Previa fiel do painel do Sevol (versao reduzida da UI real, numeros de exemplo) */
.win {
  background: #f4f5fa;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.5;
}

.win-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #e9ebf3;
  border-bottom: 1px solid #dcdfe9;
}

.win-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c6cad8;
}

.win-url {
  margin-left: 6px;
  background: #fff;
  border-radius: 999px;
  padding: 3px 14px;
  color: #64748b;
  font-size: 11.5px;
}

.win-body {
  padding: 18px;
}

.win-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.win-title svg {
  width: 20px;
  height: 20px;
}

.win-sub {
  color: #64748b;
  font-size: 12px;
  margin-top: 2px;
}

.win-plan {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 12px;
}

.pill-indigo {
  background: #eef2ff;
  color: #4f46e5;
}

.pill-soft {
  background: #eceef5;
  color: #475569;
}

.win-rev {
  margin-top: 14px;
  font-size: 13px;
  color: #475569;
}

.win-rev strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.win-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.win-stat {
  background: #fff;
  border: 1px solid #e5e8f0;
  border-radius: 12px;
  padding: 10px 12px;
}

.win-stat b {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.win-stat span {
  color: #64748b;
  font-size: 11px;
}

.win-rows {
  margin-top: 14px;
  background: #fff;
  border: 1px solid #e5e8f0;
  border-radius: 12px;
  overflow: hidden;
}

.win-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
}

.win-row + .win-row {
  border-top: 1px solid #eef0f6;
}

.win-row .who {
  color: #334155;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.win-row .val {
  font-weight: 600;
  white-space: nowrap;
}

.tag {
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 600;
  padding: 2px 9px;
  white-space: nowrap;
}

.tag-ok {
  background: #d1fae5;
  color: #047857;
}

.tag-wait {
  background: #eceef5;
  color: #64748b;
}

/* Toast flutuante sobre o preview */
.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(13, 17, 32, 0.9);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 11px 16px;
  font-size: 13px;
  box-shadow: 0 18px 50px rgba(3, 4, 12, 0.55);
  white-space: nowrap;
}

.float-card .dot-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.float-card small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.float-card b {
  font-weight: 600;
  font-size: 13px;
}

.float-money {
  right: -14px;
  top: 12%;
}

.float-money .dot-icon {
  background: rgba(16, 185, 129, 0.16);
  color: var(--emerald);
}

.float-money b {
  color: var(--emerald);
}

.float-aff {
  left: -18px;
  bottom: 10%;
}

.float-aff .dot-icon {
  background: rgba(79, 70, 229, 0.2);
  color: var(--indigo-soft);
}

@media (prefers-reduced-motion: no-preference) {
  .float-card {
    animation: float 7s var(--eio) infinite alternate;
  }

  .float-aff {
    animation-delay: -3.5s;
  }

  @keyframes float {
    from {
      transform: translateY(-5px);
    }
    to {
      transform: translateY(6px);
    }
  }
}

/* ------------------------------------------------------------
   Como funciona
   ------------------------------------------------------------ */

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
  padding-top: 58px;
}

.steps-line {
  position: absolute;
  top: 0;
  left: 3%;
  right: 3%;
  height: 44px;
  pointer-events: none;
}

.steps-line path {
  stroke: url(#lineGrad);
  stroke-width: 2;
  fill: none;
}

.step {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-card);
  padding: 26px 24px 28px;
}

.step-ico {
  width: 52px;
  height: 52px;
  border-radius: var(--r-inner);
  background: rgba(79, 70, 229, 0.16);
  color: var(--indigo-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 18px;
}

.step h3 {
  margin-bottom: 8px;
}

.step p {
  color: var(--muted);
  font-size: 14.5px;
}

/* ------------------------------------------------------------
   Bento
   ------------------------------------------------------------ */

.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: 14px;
}

.cell {
  border: 1px solid var(--line-soft);
  border-radius: var(--r-card);
  background: var(--surface);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  position: relative;
}

.cell h3 {
  margin-top: 2px;
}

.cell p {
  color: var(--muted);
  font-size: 14.5px;
  max-width: 44ch;
}

.cell-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--indigo-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 6px;
}

.cell-7 {
  grid-column: span 7;
}

.cell-5 {
  grid-column: span 5;
}

.cell-4 {
  grid-column: span 4;
}

.cell-panel .mini {
  margin-top: 14px;
  background: #f4f5fa;
  color: #0f172a;
  border-radius: var(--r-inner);
  padding: 16px;
  font-size: 12.5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mini-head b {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13.5px;
}

.mini-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
  border: 1px solid #e5e8f0;
  border-radius: 999px;
  padding: 7px 8px 7px 14px;
  margin-top: 12px;
  color: #475569;
}

.mini-link code {
  font-family: var(--font-body);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-link .copy {
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 600;
  font-size: 11px;
  border-radius: 999px;
  padding: 4px 12px;
  flex: none;
}

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

.mini-stats div {
  background: #fff;
  border: 1px solid #e5e8f0;
  border-radius: 10px;
  padding: 8px 10px;
}

.mini-stats b {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
}

.mini-stats span {
  color: #64748b;
  font-size: 10.5px;
}

.cell-grad {
  background:
    radial-gradient(120% 130% at 15% 0%, rgba(79, 70, 229, 0.5), rgba(79, 70, 229, 0.08) 55%),
    var(--surface);
  justify-content: flex-end;
  min-height: 260px;
}

.cell-grad .big {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.cell-grad p {
  color: rgba(238, 241, 250, 0.75);
}

/* ------------------------------------------------------------
   Cashback
   ------------------------------------------------------------ */

.cash-panel {
  border-radius: 32px;
  border: 1px solid rgba(79, 70, 229, 0.35);
  background:
    radial-gradient(90% 120% at 85% -10%, rgba(79, 70, 229, 0.38), transparent 60%),
    radial-gradient(70% 100% at 10% 110%, rgba(16, 185, 129, 0.14), transparent 60%),
    var(--bg-2);
  padding: clamp(36px, 5.5vw, 76px);
  overflow: hidden;
}

.cash-head {
  max-width: 640px;
}

.cash-head .lead {
  margin-top: 18px;
}

.cycle {
  position: relative;
  margin-top: clamp(40px, 5vw, 64px);
}

.cycle-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cycle-svg path {
  fill: none;
  stroke: rgba(165, 180, 252, 0.55);
  stroke-width: 1.5;
  stroke-dasharray: 6 7;
}

.cycle-nodes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 40px);
}

.node {
  background: rgba(7, 9, 18, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.node-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 14px;
  background: rgba(16, 185, 129, 0.14);
  color: var(--emerald);
}

.node h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.node p {
  color: var(--muted);
  font-size: 13.5px;
}

.cash-note {
  margin-top: clamp(32px, 4vw, 48px);
  color: var(--muted);
  font-size: 14px;
  max-width: 62ch;
}

.cash-note strong {
  color: var(--text);
  font-weight: 600;
}

/* ------------------------------------------------------------
   Feito para o Brasil
   ------------------------------------------------------------ */

.claims {
  border-top: 1px solid var(--line-soft);
}

.claim {
  border-bottom: 1px solid var(--line-soft);
  padding-block: clamp(30px, 4.5vw, 52px);
}

.claim h3 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  letter-spacing: -0.025em;
  max-width: 22ch;
}

.claim h3 em {
  font-style: normal;
  color: var(--indigo-soft);
}

.claim p {
  color: var(--muted);
  margin-top: 10px;
  max-width: 58ch;
}

/* ------------------------------------------------------------
   Planos
   ------------------------------------------------------------ */

.billing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  margin-bottom: clamp(36px, 5vw, 56px);
}

.billing button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  padding: 9px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms var(--eo);
}

.billing button[aria-pressed="true"] {
  background: var(--indigo);
  color: #fff;
}

.billing .off {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--emerald);
  margin-left: 6px;
}

.billing button[aria-pressed="true"] .off {
  color: rgba(255, 255, 255, 0.85);
}

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

.plan {
  border: 1px solid var(--line-soft);
  border-radius: var(--r-card);
  background: var(--surface);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}

.plan-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-name .pill {
  font-size: 11px;
  padding: 3px 10px;
}

.plan-desc {
  color: var(--muted);
  font-size: 13.5px;
  margin-top: 6px;
  min-height: 2.6em;
}

.price {
  margin-top: 20px;
  min-height: 86px;
}

.price .amount {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1;
  transition: opacity 220ms ease;
}

.price .per {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.price .note {
  display: block;
  color: var(--muted);
  font-size: 12.5px;
  margin-top: 8px;
}

.price .save {
  display: block;
  color: var(--emerald);
  font-weight: 600;
  margin-top: 3px;
}

.price [data-cycle] {
  display: none;
}

.plans[data-billing="mensal"] [data-cycle="mensal"],
.plans[data-billing="anual"] [data-cycle="anual"] {
  display: block;
}

.plan ul {
  list-style: none;
  margin: 22px 0 28px;
  padding: 0;
  display: grid;
  gap: 11px;
  font-size: 14px;
  color: #c6ccdd;
}

.plan li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.plan li i {
  color: var(--emerald);
  font-size: 15px;
  margin-top: 3px;
  flex: none;
}

.plan li.muted-item,
.plan li.muted-item i {
  color: var(--muted);
}

.plan .btn {
  margin-top: auto;
  justify-content: center;
}

.plan .btn-primary {
  justify-content: space-between;
}

.plan-pro {
  border-color: rgba(99, 102, 241, 0.55);
  background:
    radial-gradient(120% 90% at 50% -20%, rgba(79, 70, 229, 0.28), transparent 60%),
    var(--surface-2);
  position: relative;
}

.plans-note {
  margin-top: 28px;
  color: var(--muted);
  font-size: 13.5px;
  max-width: 70ch;
}

.plans-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */

.faq-wrap {
  max-width: 780px;
}

.faq-item {
  border-bottom: 1px solid var(--line-soft);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary .plus {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: transform 260ms var(--eo), background-color 200ms ease;
}

.faq-item[open] summary .plus {
  transform: rotate(45deg);
  background: rgba(79, 70, 229, 0.18);
  color: var(--indigo-soft);
  border-color: transparent;
}

.faq-item .faq-body {
  color: var(--muted);
  font-size: 15px;
  padding: 0 44px 24px 4px;
  max-width: 62ch;
}

.faq-item .faq-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  .faq-item::details-content {
    transition: height 320ms var(--eo), content-visibility 320ms allow-discrete;
    height: 0;
    overflow: clip;
  }

  .faq-item[open]::details-content {
    height: auto;
  }
}

/* ------------------------------------------------------------
   CTA final
   ------------------------------------------------------------ */

.final {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final::before {
  content: "";
  position: absolute;
  inset: auto -20% -60%;
  height: 120%;
  background: radial-gradient(50% 55% at 50% 100%, rgba(79, 70, 229, 0.35), transparent 70%);
  pointer-events: none;
}

.final h2 {
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  max-width: 18ch;
  margin-inline: auto;
}

.final .lead {
  margin: 20px auto 0;
}

.final .btn {
  margin-top: 36px;
}

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */

footer {
  border-top: 1px solid var(--line-soft);
  padding-block: 56px 40px;
  position: relative;
}

.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}

.foot-grid .brand {
  margin-bottom: 12px;
}

.foot-tag {
  color: var(--muted);
  font-size: 14px;
  max-width: 30ch;
}

.foot-col b {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.5px;
  margin-bottom: 14px;
}

.foot-col a {
  display: block;
  color: var(--muted);
  font-size: 14px;
  padding: 5px 0;
  transition: color 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .foot-col a:hover {
    color: var(--text);
  }
}

.foot-base {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 13px;
}

/* ------------------------------------------------------------
   Paginas de texto (politicas)
   ------------------------------------------------------------ */

.doc {
  max-width: 720px;
  margin-inline: auto;
  padding-top: clamp(140px, 18vh, 190px);
  padding-bottom: clamp(80px, 10vw, 130px);
}

.doc h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.doc .updated {
  color: var(--muted);
  font-size: 13.5px;
  margin-top: 14px;
}

.doc h2 {
  font-size: 1.35rem;
  margin-top: 48px;
  margin-bottom: 14px;
}

.doc p,
.doc li {
  color: #c2c8da;
  font-size: 15.5px;
}

.doc p {
  margin-bottom: 14px;
}

.doc ul {
  padding-left: 22px;
  margin: 0 0 14px;
}

.doc li {
  margin-bottom: 8px;
}

.doc a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ------------------------------------------------------------
   Animacao de entrada (so quando ha JS + GSAP + motion permitido)
   ------------------------------------------------------------ */

html.anim .reveal {
  opacity: 0;
  transform: translateY(28px);
}

html.anim [data-hero] {
  opacity: 0;
  transform: translateY(26px);
}

html.anim .hero-visual {
  opacity: 0;
  transform: translateY(34px) scale(0.97);
}

/* ------------------------------------------------------------
   Responsivo
   ------------------------------------------------------------ */

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

  .nav .btn {
    display: none;
  }

  .burger {
    display: block;
  }

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

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 560px;
  }

  .float-money {
    right: 0;
  }

  .float-aff {
    left: 0;
  }

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

  .steps-line {
    display: none;
  }

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

  .cell-7,
  .cell-5,
  .cell-4 {
    grid-column: auto;
  }

  .cycle-nodes {
    grid-template-columns: 1fr;
  }

  .cycle-svg {
    display: none;
  }

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

@media (max-width: 640px) {
  .section {
    padding-block: 72px;
  }

  .hero {
    padding-top: 118px;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-ctas .btn-primary {
    justify-content: space-between;
  }

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

  .float-card small {
    font-size: 10px;
  }

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

/* ------------------------------------------------------------
   Assinatura da marca: Software Evolution colapsa em Sevol.
   Sem JS ou com movimento reduzido, ja aparece colapsada.
   ------------------------------------------------------------ */

.evo-mark {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--text);
}

.evo-w {
  display: inline-flex;
}

.evo-w:first-child {
  margin-right: 0.34em;
}

.evo-mark b {
  display: inline-block;
  font-weight: 800;
}

.evo-drop {
  display: none;
  color: rgba(238, 241, 250, 0.32);
}

.evo-bar {
  flex-basis: 100%;
  height: 3px;
  width: 88px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--indigo-bright), var(--emerald));
  transform-origin: left center;
}

/* Estado inicial da intro animada: palavras inteiras, apagadas */
html.anim .evo-mark:not(.evo-done) .evo-drop {
  display: inline-block;
}

html.anim .evo-mark:not(.evo-done) .evo-w:first-child {
  margin-right: 0.34em;
}

html.anim .evo-done .evo-w:first-child {
  margin-right: 0;
}

html.anim .evo-keep {
  color: rgba(238, 241, 250, 0.55);
}

html.anim .evo-bar {
  transform: scaleX(0);
}

/* ------------------------------------------------------------
   Evolucao: cena pinada com grafico que cresce no scroll
   ------------------------------------------------------------ */

.evo-stage {
  position: relative;
}

.evo-pin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  min-height: 100dvh;
  padding-top: 56px;
  padding-bottom: 56px;
}

.evo-head {
  margin-bottom: 0;
}

.evo-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 26px;
  align-items: stretch;
}

.evo-chart {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background:
    radial-gradient(120% 90% at 8% 0%, rgba(79, 70, 229, 0.14), transparent 55%),
    var(--bg-2);
  overflow: hidden;
}

.evo-meters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
}

.evo-meter small {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.evo-meter b {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}

.evo-meter:last-child b {
  color: var(--emerald);
}

.evo-svg {
  display: block;
  width: 100%;
  height: auto;
  flex: 1;
}

.evo-gridline {
  stroke: var(--line-soft);
  stroke-width: 1;
}

.evo-line {
  fill: none;
  stroke: url(#evoGrad);
  stroke-width: 3;
  stroke-linecap: round;
}

.evo-node {
  fill: var(--indigo-bright);
  transform-box: fill-box;
  transform-origin: center;
}

.evo-node-e {
  fill: var(--emerald);
}

html.anim .evo-node {
  opacity: 0;
  transform: scale(0.4);
  transition: transform 0.45s var(--eo), opacity 0.3s ease;
}

html.anim .evo-node.is-on {
  opacity: 1;
  transform: scale(1);
}

.evo-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.evo-event {
  padding: 16px 18px;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-inner);
  background: var(--surface);
}

.evo-event h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.evo-event p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* Na cena animada em desktop, os eventos acendem um a um */
@media (min-width: 900px) {
  html.anim .evo-event {
    opacity: 0.3;
    transition: opacity 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  }

  html.anim .evo-event.is-on {
    opacity: 1;
    border-color: rgba(99, 102, 241, 0.45);
    background: var(--surface-2);
  }

  html.anim .evo-event:last-child.is-on {
    border-color: rgba(52, 211, 153, 0.45);
  }
}

@media (max-width: 899px) {
  .evo-grid {
    grid-template-columns: 1fr;
  }

  .evo-pin {
    min-height: 0;
  }

  .evo-svg {
    min-height: 180px;
  }

  html.anim .evo-node {
    opacity: 1;
    transform: none;
  }
}

/* ------------------------------------------------------------
   CTA final: fita cinetica de fundo
   ------------------------------------------------------------ */

.final {
  position: relative;
  overflow: hidden;
}

.final .wrap {
  position: relative;
  z-index: 1;
}

.final-tape {
  position: absolute;
  inset-inline: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.final-tape-track {
  display: inline-flex;
}

.final-tape-track span {
  font-family: var(--font-display);
  font-size: clamp(70px, 11vw, 150px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(154, 163, 189, 0.22);
}

/* Com animacao ligada, o GSAP assume o transform do botao primario
   (magnetico + pressao); o CSS segue cuidando das cores */
html.anim .btn-primary {
  transition-property: background-color, border-color;
}

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

  .mobile-menu,
  .mobile-menu a,
  .burger span,
  .faq-item summary .plus {
    transition-duration: 0.01ms;
    transition-delay: 0ms;
  }
}

/* ------------------------------------------------------------
   Microcopy de reversao de risco (hero e CTA final)
   ------------------------------------------------------------ */

.hero-note {
  margin: 14px 0 0;
  font-size: 13.5px;
  color: var(--muted);
}

.final .final-note {
  margin: 16px 0 0;
  font-size: 13.5px;
  color: var(--muted);
}

/* ------------------------------------------------------------
   A conta antes do preco (comparativo honesto)
   ------------------------------------------------------------ */

.compare {
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--surface);
}

.c-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.05fr 1.2fr;
}

.c-row + .c-row {
  border-top: 1px solid var(--line-soft);
}

.c-row > span {
  padding: 15px 20px;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--muted);
}

.c-label {
  color: var(--text);
  font-weight: 600;
}

.c-head > span {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c-sevol {
  background: rgba(79, 70, 229, 0.12);
  color: var(--text);
  font-weight: 600;
}

.c-head .c-sevol {
  color: var(--indigo-soft);
}

@media (max-width: 760px) {
  .c-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-label {
    grid-column: 1 / -1;
    padding-bottom: 0;
  }

  .c-head .c-label {
    display: none;
  }

  .c-row > span {
    padding: 12px 14px;
    font-size: 13px;
  }
}

/* ------------------------------------------------------------
   Plano recomendado + selo de garantia
   ------------------------------------------------------------ */

.plan-pro {
  overflow: visible;
  box-shadow: 0 20px 60px rgba(79, 70, 229, 0.22);
}

.plan-flag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--indigo), var(--indigo-bright));
  color: #fff;
  font-family: var(--font-display);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
}

.assure {
  margin-top: 34px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  border: 1px solid rgba(52, 211, 153, 0.25);
  border-radius: var(--r-inner);
  background: rgba(16, 185, 129, 0.07);
}

.assure > i {
  font-size: 26px;
  color: var(--emerald);
  margin-top: 2px;
}

.assure h3 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 16px;
}

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

.assure a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ------------------------------------------------------------
   Tres LPs (24/08): subpaginas, planos em 2 colunas,
   card unico do Pro e comparacao de 3 colunas
   ------------------------------------------------------------ */

.hero-sub {
  padding-top: clamp(118px, 14vh, 150px);
  padding-bottom: clamp(70px, 8vw, 104px);
}

.hero-sub .eyebrow {
  margin: 0 0 16px;
}

.more-cta {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.plans-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 940px;
  margin-inline: auto;
}

.plans-1 {
  grid-template-columns: min(460px, 100%);
  justify-content: center;
}

.plan-more {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13.5px;
  color: var(--muted);
}

.plan-more a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.compare-3 .c-row {
  grid-template-columns: 1.5fr 1fr 1.2fr;
}

.c-dim {
  color: var(--muted);
}

@media (max-width: 900px) {
  .plans-2,
  .plans-1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .compare-3 .c-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* ------------------------------------------------------------
   Cenas assinatura das subpaginas: o link que se digita
   (/afiliados/) e o checkout que desconta o saldo (/pro/)
   ------------------------------------------------------------ */

.linkline {
  max-width: 860px;
  margin-inline: auto;
}

.linkline-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  padding: 16px 24px;
  min-height: 64px;
}

.linkline-bar > i {
  font-size: 22px;
  color: var(--indigo-soft);
  flex: none;
}

.linkline-url {
  font-family: var(--font-display);
  font-size: clamp(15px, 2.4vw, 22px);
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
}

.linkline-tag {
  margin-left: auto;
  flex: none;
}

.linkline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.linkline-stat {
  border: 1px solid var(--line-soft);
  background: var(--surface);
  border-radius: var(--r-inner);
  padding: 18px 20px;
  text-align: center;
}

.linkline-stat b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(22px, 3.4vw, 34px);
  font-variant-numeric: tabular-nums;
}

.linkline-stat span {
  color: var(--muted);
  font-size: 13px;
}

.checkout-mini {
  max-width: 520px;
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: var(--surface);
  padding: 26px 28px;
}

.ck-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 15px;
  color: var(--muted);
}

.ck-row + .ck-row {
  border-top: 1px solid var(--line-soft);
}

.ck-row b {
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

.ck-saldo span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--emerald);
}

.ck-saldo b {
  color: var(--emerald);
}

.ck-total {
  font-size: 17px;
}

.ck-total > span {
  color: var(--text);
  font-weight: 600;
}

.ck-total-val {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 24px;
}

.ck-note {
  margin: 14px 0 0;
  font-size: 12.5px;
  color: var(--muted);
}

@media (max-width: 640px) {
  .linkline-grid {
    grid-template-columns: 1fr;
  }

  .linkline-tag {
    display: none;
  }
}

/* ------------------------------------------------------------
   Funil: nav e rodape enxutos das LPs (uma pagina, uma saida)
   ------------------------------------------------------------ */

.nav-lp {
  justify-content: space-between;
}

.foot-grid.foot-lp {
  grid-template-columns: 2fr 1fr 1fr;
}

@media (max-width: 1023px) {
  .nav-lp .btn {
    display: inline-flex;
  }

  .foot-grid.foot-lp {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nav-lp .btn {
    padding: 12px 18px;
    font-size: 14px;
  }

  .foot-grid.foot-lp {
    grid-template-columns: 1fr;
  }
}


/* ------------------------------------------------------------
   FAIXA DE CONFIANCA (home, logo abaixo da dobra)
   Fatos verificaveis. Sem depoimento inventado.
------------------------------------------------------------ */
.trustbar {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
}

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

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 26px 24px;
  color: inherit;
  text-decoration: none;
  border-left: 1px solid var(--line-soft);
  transition: background 0.5s var(--eo);
}

.trust-item:first-child { border-left: 0; }

a.trust-item:hover { background: rgba(255, 255, 255, 0.03); }

.trust-item i {
  font-size: 22px;
  line-height: 1;
  color: var(--emerald);
  flex: 0 0 auto;
  margin-top: 2px;
}

.trust-item span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

.trust-item b {
  display: block;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 3px;
}

@media (max-width: 1023px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
}

@media (max-width: 560px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-left: 0; padding: 18px 4px; }
  .trust-item:not(:last-child) { border-bottom: 1px solid var(--line-soft); }
}
