/* =================================================================
   SORTEE.IO — style.css  (tema claro)
   Paleta: violeta #7c3aed / magenta #d946ef / fundo branco/cinza
   ================================================================= */

/* ── RESET + TOKENS ─────────────────────────────────────────────── */
.sortee-home, .sortee-home *, .sortee-home *::before, .sortee-home *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.sortee-home-active,
.sortee-home {
  /* Fundos */
  --ink:   #ffffff;
  --ink2:  #f5f4ff;
  --ink3:  #ede9ff;
  /* Vidro / superfícies */
  --glass:  rgba(124,58,237,.04);
  --glass2: rgba(124,58,237,.07);
  --glass3: rgba(124,58,237,.12);
  /* Bordas */
  --border:  rgba(124,58,237,.12);
  --border2: rgba(124,58,237,.20);
  /* Marca */
  --v:  #7c3aed;
  --vm: #8b5cf6;
  --vl: #6d28d9;
  --mg: #d946ef;
  --pk: #db2777;
  --cy: #0891b2;
  --gr: #059669;
  --am: #d97706;
  /* Texto */
  --text:  #0f0e1a;
  --text2: #4a4868;
  --text3: #8b89a8;
  /* Raios */
  --r16: 16px; --r24: 24px; --r32: 32px;
  --font: 'Plus Jakarta Sans', sans-serif;
  /* Layout — limite em telas grandes */
  --page-max: 1280px;
  --page-max-content: 900px;
  --page-max-wide: 1100px;
  --page-gutter: clamp(1.25rem, 4.5vw, 3rem);
  --page-pad-inline: max(var(--page-gutter), calc((100vw - var(--page-max)) / 2 + var(--page-gutter)));
  --section-y: clamp(4rem, 8vw, 8rem);
  --section-y-sm: clamp(3rem, 6vw, 4rem);
}

html:has(.sortee-home) { scroll-behavior: smooth; overflow-x: hidden; color-scheme: light; }

body.sortee-home-active {
  font-family: var(--font);
  background: var(--ink);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Neutraliza regras globais de index.css na landing Sortee */
body.sortee-home-active .sortee-home h1,
body.sortee-home-active .sortee-home h2,
body.sortee-home-active .sortee-home h3,
body.sortee-home-active .sortee-home h4,
body.sortee-home-active .sortee-home h5,
body.sortee-home-active .sortee-home h6 {
  font-family: var(--font);
}

body.sortee-home-active .sortee-home a:hover {
  color: inherit;
}

body.sortee-home-active .sortee-home button {
  display: revert;
  gap: unset;
  justify-content: unset;
}

/* ── AURORA (blobs suaves para tema claro) ───────────────────────── */
.aurora {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0; overflow: hidden;
}
.blob {
  position: absolute; border-radius: 50%;
  filter: blur(120px); opacity: .35;
  animation: drift 18s ease-in-out infinite;
}
.blob1 { width:700px;height:700px;background:radial-gradient(circle,rgba(124,58,237,.22),transparent 70%);top:-200px;right:-100px;animation-duration:20s; }
.blob2 { width:500px;height:500px;background:radial-gradient(circle,rgba(217,70,239,.15),transparent 70%);bottom:-100px;left:-100px;animation-delay:-7s;animation-duration:16s; }
.blob3 { width:400px;height:400px;background:radial-gradient(circle,rgba(14,165,233,.12),transparent 70%);top:50%;left:40%;transform:translate(-50%,-50%);animation-delay:-13s;animation-duration:22s; }
.blob4 { width:300px;height:300px;background:radial-gradient(circle,rgba(5,150,105,.1),transparent 70%);bottom:20%;right:20%;animation-delay:-4s;animation-duration:14s; }

@keyframes drift {
  0%,100% { transform: translate(0,0) scale(1); }
  33%  { transform: translate(40px,-40px) scale(1.08); }
  66%  { transform: translate(-30px,30px) scale(.95); }
}

/* ── NAVEGAÇÃO ───────────────────────────────────────────────────── */
.sortee-home nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--page-pad-inline);
  height: 68px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--border);
  box-sizing: border-box;
}
.sortee-home nav.scrolled { box-shadow: 0 1px 24px rgba(124,58,237,.08); }

.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-gem {
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--v), var(--mg));
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 12px rgba(124,58,237,.3);
}
.logo-gem svg { width: 17px; height: 17px; fill: white; }
.logo-name {
  font-weight: 800; font-size: 1.25rem;
  color: var(--text); letter-spacing: -.03em;
}
.nav-center { display: flex; align-items: center; gap: 2rem; }
.nav-center a {
  color: var(--text2); text-decoration: none;
  font-size: .85rem; font-weight: 500; transition: color .2s;
}
.nav-center a:hover, .nav-center a.active { color: var(--v); }
.nav-mobile-only { display: none; }
.nav-right { display: flex; align-items: center; gap: .75rem; }
.nav-login {
  color: var(--text2); text-decoration: none;
  font-size: .85rem; font-weight: 500; transition: color .2s;
}
.nav-login:hover { color: var(--v); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--v), var(--mg));
  color: white; text-decoration: none;
  padding: .5rem 1.2rem; border-radius: 100px;
  font-weight: 600; font-size: .83rem;
  transition: opacity .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 2px 16px rgba(124,58,237,.3);
}
.nav-cta:hover { opacity: .9; transform: translateY(-1px); box-shadow: 0 4px 24px rgba(124,58,237,.45); }
.nav-cta-short { display: none; }

.nav-hamburger {
  display: none; background: none; border: none;
  cursor: pointer; padding: .3rem;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--text2); margin: 4px 0;
  transition: all .3s;
}

/* ── HERO ────────────────────────────────────────────────────────── */
.hero {
  position: relative; z-index: 1;
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 8rem var(--page-gutter) 5rem; gap: 4rem;
  overflow: hidden;
  max-width: var(--page-max);
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
}
.hero-left { flex: 1; max-width: 600px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(124,58,237,.25);
  background: rgba(124,58,237,.07);
  color: var(--v); padding: .35rem 1rem;
  border-radius: 100px; font-size: .72rem;
  font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  margin-bottom: 2rem;
  animation: fadeUp .6s ease both;
}
.eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--mg); box-shadow: 0 0 6px rgba(217,70,239,.5);
  animation: blink 2s ease infinite;
}
@keyframes blink { 0%,100%{opacity:1}50%{opacity:.3} }

.hero-headline {
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  font-weight: 800; line-height: 1.02;
  letter-spacing: -.04em; margin-bottom: 1.6rem;
  color: var(--text);
  animation: fadeUp .7s .1s ease both;
}
.word-cycle-wrap {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  height: 1.15em;
  min-width: 11ch;
  position: relative;
}
.word-cycle {
  display: flex;
  flex-direction: column;
  will-change: transform;
  animation: cycle 9s cubic-bezier(.77, 0, .175, 1) infinite;
}
.word-cycle span {
  display: block;
  height: 1.15em;
  line-height: 1.15em;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--v), var(--mg));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; white-space: nowrap;
}
@keyframes cycle {
  0%, 20%  { transform: translateY(0); }
  25%, 45% { transform: translateY(-25%); }
  50%, 70% { transform: translateY(-50%); }
  75%, 95% { transform: translateY(-75%); }
  100%    { transform: translateY(0); }
}

.hero-sub {
  font-size: 1.1rem; color: var(--text2); font-weight: 400;
  line-height: 1.75; max-width: 480px; margin-bottom: 2.5rem;
  animation: fadeUp .7s .2s ease both;
}
.hero-sub strong { color: var(--text); font-weight: 600; }

.hero-ctas {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  animation: fadeUp .7s .3s ease both;
}
.cta-main {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--v), var(--mg));
  color: white; text-decoration: none;
  padding: .95rem 2rem; border-radius: 14px;
  font-weight: 700; font-size: .95rem; letter-spacing: -.02em;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 24px rgba(124,58,237,.35), 0 1px 4px rgba(0,0,0,.08);
}
.cta-main:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(124,58,237,.5); }
.cta-main svg { width: 16px; height: 16px; }

.cta-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--text); text-decoration: none;
  padding: .95rem 1.6rem; border-radius: 14px;
  font-weight: 500; font-size: .92rem;
  background: white; border: 1.5px solid var(--border2);
  transition: background .2s, border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.cta-ghost:hover { background: var(--glass); border-color: rgba(124,58,237,.3); box-shadow: 0 2px 12px rgba(124,58,237,.1); }

.hero-trust {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 2rem; animation: fadeUp .7s .4s ease both;
}
.trust-avatars { display: flex; }
.trust-av {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid white;
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; font-weight: 700; color: white;
  margin-left: -8px;
}
.trust-av:first-child { margin-left: 0; }
.trust-text { font-size: .78rem; color: var(--text2); }
.trust-text strong { color: var(--text); font-weight: 600; }
.trust-stars { color: var(--am); font-size: .8rem; letter-spacing: 1px; }
.trust-badges { display: flex; gap: .4rem; flex-shrink: 0; }
.trust-chip {
  display: inline-flex; align-items: center;
  padding: .35rem .65rem; border-radius: 8px;
  font-size: .65rem; font-weight: 700; letter-spacing: .04em;
  background: rgba(124,58,237,.1); border: 1px solid rgba(124,58,237,.25);
  color: var(--vl);
}

/* ── HERO DIREITO — JANELA PRODUTO ───────────────────────────────── */
.hero-right {
  flex: 1; position: relative;
  display: flex; align-items: center; justify-content: center;
  animation: fadeUp .8s .2s ease both;
}
.product-window {
  width: 100%; max-width: 580px;
  background: white;
  border: 1.5px solid rgba(124,58,237,.15);
  border-radius: var(--r24); overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(124,58,237,.06),
    0 24px 64px rgba(124,58,237,.12),
    0 4px 16px rgba(0,0,0,.06);
  animation: float 7s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50%     { transform: translateY(-12px) rotate(.3deg); }
}
.pw-bar {
  display: flex; align-items: center; gap: 10px;
  padding: .9rem 1.2rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.pw-dots { display: flex; gap: 5px; }
.pw-dot  { width: 8px; height: 8px; border-radius: 50%; }
.pw-url  {
  flex: 1; background: #f0f0f5; border-radius: 6px;
  padding: .28rem .75rem; font-size: .68rem; color: var(--text3);
  font-family: monospace;
}
.pw-body   { padding: 1.4rem; }
.pw-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.2rem; }
.pw-title  { font-size: 1.35rem; font-weight: 800; color: var(--v); letter-spacing: -.03em; }
.pw-sub    { font-size: .7rem; color: var(--text3); margin-top: 2px; }
.live-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(5,150,105,.1); border: 1px solid rgba(5,150,105,.2);
  color: #059669; border-radius: 100px;
  padding: .25rem .7rem; font-size: .65rem; font-weight: 600; letter-spacing: .04em;
}
.live-dot { width: 5px; height: 5px; border-radius: 50%; background: #059669; animation: blink 1.5s infinite; }

.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 1.2rem; }
.sg {
  background: #f8f7ff; border: 1px solid rgba(124,58,237,.1);
  border-radius: 12px; padding: .85rem .7rem;
}
.sg-icon { font-size: 1.1rem; margin-bottom: .4rem; }
.sg-lbl  { font-size: .55rem; color: var(--text3); letter-spacing: .04em; margin-bottom: 2px; text-transform: uppercase; }
.sg-val  { font-size: 1.05rem; font-weight: 800; }

.chart-area {
  background: #f8f7ff; border: 1px solid rgba(124,58,237,.1);
  border-radius: 12px; padding: 1rem;
}
.chart-row { display: flex; align-items: flex-end; gap: 4px; height: 70px; }
.cb { flex: 1; border-radius: 4px 4px 0 0; min-height: 4px; }
.chart-legend { display: flex; align-items: center; gap: 1rem; margin-top: .7rem; }
.cl-item { display: flex; align-items: center; gap: 5px; font-size: .65rem; color: var(--text3); }
.cl-dot  { width: 6px; height: 6px; border-radius: 50%; }

/* Pílulas flutuantes */
.float-pill {
  position: absolute; display: flex; align-items: center; gap: 8px;
  background: white; backdrop-filter: blur(16px);
  border: 1px solid rgba(124,58,237,.15); border-radius: 100px;
  padding: .6rem 1rem;
  box-shadow: 0 4px 20px rgba(124,58,237,.1), 0 1px 4px rgba(0,0,0,.06);
  white-space: nowrap;
}
.fp1 { top: 10%; left: -10%; animation: float2 5s ease-in-out infinite; }
.fp2 { bottom: 15%; right: -5%; animation: float2 6s 2s ease-in-out infinite; }
.fp3 { top: 55%; left: -12%; animation: float2 7s 1s ease-in-out infinite; }
@keyframes float2 { 0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)} }
.fp-icon { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .85rem; }
.fp-text { font-size: .72rem; font-weight: 600; }
.fp-sub  { font-size: .62rem; color: var(--text2); }

/* ── UTILITÁRIOS DE SEÇÃO ────────────────────────────────────────── */
section { position: relative; z-index: 1; }
.section-wrap { max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter); width: 100%; box-sizing: border-box; }

.tag {
  display: inline-block; font-size: .68rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--v); margin-bottom: .8rem;
}
.section-h {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.08;
  margin-bottom: 1rem; color: var(--text);
}
.section-p {
  font-size: 1rem; color: var(--text2);
  font-weight: 400; line-height: 1.75; max-width: 520px;
}
.grad {
  background: linear-gradient(135deg, var(--v), var(--mg));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── BARRA DE PROVA SOCIAL ───────────────────────────────────────── */
.proof-bar {
  position: relative; z-index: 1;
  padding: 0 var(--page-pad-inline);
  background: #faf9ff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  box-sizing: border-box;
}
.proof-inner {
  max-width: var(--page-max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr);
}
.proof-item {
  padding: 2rem 2.5rem;
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; gap: .3rem;
}
.proof-item:last-child { border-right: none; }
.proof-num {
  font-size: 2.5rem; font-weight: 800; letter-spacing: -.04em;
  background: linear-gradient(135deg, var(--v), var(--mg));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.proof-lbl { font-size: .8rem; color: var(--text3); }
.proof-sub { font-size: .72rem; color: var(--v); font-weight: 500; }

/* ── MARQUEE ──────────────────────────────────────────────────────── */
.marquee-wrap {
  position: relative; z-index: 1;
  padding: 1.4rem 0; overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: #faf9ff;
}
.marquee-track {
  display: flex; gap: 2rem;
  animation: marquee 30s linear infinite;
  width: max-content;
}
.mi {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .75rem; color: var(--text3); font-weight: 500;
  white-space: nowrap; text-transform: uppercase; letter-spacing: .06em;
}
.mi-star { color: var(--v); font-size: .7rem; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── BENTO FEATURES ───────────────────────────────────────────────── */
.bento-sec { padding: var(--section-y) 0; }
.bento-head {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter);
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 3rem;
  width: 100%;
  box-sizing: border-box;
}
.bento-grid {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter);
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}
.bc {
  background: white; border: 1.5px solid var(--border);
  border-radius: var(--r24); padding: 2rem;
  position: relative; overflow: hidden;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  box-shadow: 0 1px 4px rgba(124,58,237,.04);
}
.bc:hover {
  border-color: rgba(124,58,237,.3);
  box-shadow: 0 8px 32px rgba(124,58,237,.1);
  transform: translateY(-2px);
}
.bc::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(circle at 50% 0%,rgba(124,58,237,.05),transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.bc:hover::before { opacity: 1; }

.bc-1 { grid-column: 1/8; }
.bc-2 { grid-column: 8/13; }
.bc-3 { grid-column: 1/5; }
.bc-4 { grid-column: 5/9; }
.bc-5 { grid-column: 9/13; }
.bc-6 { grid-column: 1/6; }
.bc-7 { grid-column: 6/13; }

.bc-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 1.2rem;
}
.bc-title {
  font-weight: 700; font-size: 1.05rem; letter-spacing: -.02em;
  margin-bottom: .5rem; color: var(--text);
}
.bc-1 .bc-title { font-size: 1.4rem; }
.bc-7 .bc-title { font-size: 1.2rem; }
.bc-desc { font-size: .85rem; color: var(--text2); font-weight: 400; line-height: 1.6; }

.mini-stat-row { display: flex; gap: .6rem; margin-top: 1.4rem; }
.msr {
  flex: 1; background: #f8f7ff; border: 1px solid rgba(124,58,237,.1);
  border-radius: 10px; padding: .7rem; text-align: center;
}
.msr-n { font-size: 1.3rem; font-weight: 800; }
.msr-l { font-size: .62rem; color: var(--text3); margin-top: 2px; }

.mini-funnel { margin-top: 1rem; display: flex; flex-direction: column; gap: 6px; }
.mf-row {
  display: flex; align-items: center; gap: 10px;
  padding: .55rem .9rem; border-radius: 9px;
}
.mf-lbl { font-size: .75rem; color: var(--text); font-weight: 500; }
.mf-val { font-size: .75rem; font-weight: 700; margin-left: auto; }

.affil-list { margin-top: 1.3rem; display: flex; flex-direction: column; gap: .6rem; }
.al-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: .6rem .9rem;
  background: #f8f7ff; border: 1px solid rgba(124,58,237,.1);
  border-radius: 9px;
}
.al-name { display: flex; align-items: center; gap: .6rem; font-size: .78rem; font-weight: 500; color: var(--text); }
.al-av {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; font-weight: 700; color: white;
}
.al-val { font-size: .78rem; font-weight: 700; color: var(--gr); }

.wheel-mini { display: flex; align-items: center; justify-content: center; margin-top: 1.2rem; position: relative; }
.wm-svg { animation: spin-s 18s linear infinite; }
@keyframes spin-s { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
.wm-ptr {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 7px solid transparent; border-right: 7px solid transparent;
  border-top: 14px solid var(--v);
  filter: drop-shadow(0 0 4px rgba(124,58,237,.5));
}
.wm-ctr {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 34px; height: 34px; border-radius: 50%;
  background: white; border: 2px solid rgba(124,58,237,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: .45rem; font-weight: 800; letter-spacing: .04em; color: var(--v);
  box-shadow: 0 2px 8px rgba(124,58,237,.15);
}

/* ── COMO FUNCIONA ────────────────────────────────────────────────── */
.how-sec {
  padding: var(--section-y) 0;
  background: #faf9ff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.how-inner {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter);
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.steps-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.2rem; }
.step-item {
  display: flex; gap: 1.2rem; padding: 1.5rem;
  border-radius: var(--r16); border: 1.5px solid transparent;
  cursor: pointer; transition: all .3s; background: transparent;
}
.step-item.active, .step-item:hover {
  background: white;
  border-color: rgba(124,58,237,.2);
  box-shadow: 0 4px 16px rgba(124,58,237,.08);
}
.step-item.active .step-num {
  background: linear-gradient(135deg, var(--v), var(--mg));
  color: white; box-shadow: 0 2px 12px rgba(124,58,237,.35);
}
.step-num {
  flex-shrink: 0; width: 36px; height: 36px;
  border-radius: 10px; background: #f0ecff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .82rem; color: var(--v);
  transition: all .3s; margin-top: 2px;
}
.step-title { font-weight: 700; font-size: 1rem; letter-spacing: -.02em; margin-bottom: .3rem; color: var(--text); }
.step-desc  { font-size: .85rem; color: var(--text2); font-weight: 400; line-height: 1.6; }

.step-visual { display: flex; align-items: center; justify-content: center; }
.sv-card {
  width: 100%;
  background: white;
  border: 1.5px solid rgba(124,58,237,.15); border-radius: var(--r24); padding: 2rem;
  box-shadow: 0 16px 48px rgba(124,58,237,.1), 0 2px 8px rgba(0,0,0,.04);
  transition: opacity .3s ease, transform .3s ease;
}
.sv-title {
  font-size: .75rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--v); margin-bottom: 1.2rem;
}
.form-group   { margin-bottom: 1rem; }
.form-label   { font-size: .7rem; color: var(--text3); margin-bottom: .4rem; display: block; letter-spacing: .04em; text-transform: uppercase; }
.form-input   {
  width: 100%; background: #f8f7ff;
  border: 1.5px solid rgba(124,58,237,.15); border-radius: 9px;
  padding: .65rem .9rem; font-size: .82rem; color: var(--text);
  font-family: var(--font); outline: none;
}
.form-input:focus { border-color: rgba(124,58,237,.45); box-shadow: 0 0 0 3px rgba(124,58,237,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.btn-form {
  width: 100%; padding: .8rem; border: none;
  background: linear-gradient(135deg, var(--v), var(--mg));
  color: white; border-radius: 10px;
  font-weight: 700; font-size: .88rem;
  font-family: var(--font); margin-top: .5rem;
  transition: opacity .2s, box-shadow .2s; cursor: pointer;
  box-shadow: 0 2px 12px rgba(124,58,237,.3);
}
.btn-form:hover { opacity: .9; box-shadow: 0 4px 20px rgba(124,58,237,.45); }

/* ── FAQ ──────────────────────────────────────────────────────────── */
.faq-sec { padding: var(--section-y) 0; }
.faq-inner { max-width: 760px; margin: 0 auto; padding: 0 var(--page-gutter); width: 100%; box-sizing: border-box; }
.faq-head { text-align: center; margin-bottom: 3rem; }
.faq-item { border-bottom: 1px solid var(--border); overflow: hidden; }
.faq-q {
  width: 100%; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 0; text-align: left;
  font-family: var(--font); font-size: .95rem; font-weight: 600;
  color: var(--text); cursor: pointer; gap: 1rem;
}
.faq-q svg { flex-shrink: 0; transition: transform .3s; color: var(--v); }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  font-size: .88rem; color: var(--text2); font-weight: 400; line-height: 1.75;
}
.faq-item.open .faq-a { max-height: 480px; padding-bottom: 1.25rem; }

/* ── DEPOIMENTOS ─────────────────────────────────────────────────── */
.testi-sec { padding: var(--section-y) 0; background: #faf9ff; border-top: 1px solid var(--border); }
.testi-head {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter);
  text-align: center; margin-bottom: 4rem;
}
.testi-grid {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter);
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem;
}
.tc {
  background: white; border: 1.5px solid var(--border);
  border-radius: var(--r24); padding: 2rem;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  position: relative; overflow: hidden;
  box-shadow: 0 1px 4px rgba(124,58,237,.04);
}
.tc:hover {
  border-color: rgba(124,58,237,.25);
  box-shadow: 0 8px 32px rgba(124,58,237,.1);
  transform: translateY(-3px);
}
.tc::before {
  content: '"'; position: absolute; top: -20px; right: 20px;
  font-size: 8rem; color: rgba(124,58,237,.05);
  font-family: Georgia, serif; font-style: italic; line-height: 1;
  pointer-events: none;
}
.tc-stars { color: var(--am); font-size: .85rem; letter-spacing: 2px; margin-bottom: 1rem; }
.tc-text  {
  font-size: .9rem; color: var(--text2); font-weight: 400;
  line-height: 1.75; font-style: italic; margin-bottom: 1.5rem;
}
.tc-author { display: flex; align-items: center; gap: .7rem; }
.tc-av {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .75rem; color: white; flex-shrink: 0;
}
.tc-name { font-size: .85rem; font-weight: 600; color: var(--text); }
.tc-role { font-size: .72rem; color: var(--text3); }

/* ── PLANOS ───────────────────────────────────────────────────────── */
.plans-sec {
  padding: var(--section-y) 0;
  background: white;
  border-top: 1px solid var(--border);
}
.plans-head {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter);
  text-align: center; margin-bottom: 4rem;
}
.plans-grid {
  max-width: 1000px; margin: 0 auto; padding: 0 var(--page-gutter);
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; align-items: start;
}
.plan {
  background: white; border: 1.5px solid var(--border);
  border-radius: var(--r24); padding: 2rem;
  transition: border-color .3s, box-shadow .3s, transform .3s; position: relative;
  box-shadow: 0 1px 4px rgba(124,58,237,.04);
}
.plan:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(124,58,237,.1); }
.plan.feat {
  background: linear-gradient(180deg, rgba(124,58,237,.06) 0%, white 100%);
  border-color: rgba(124,58,237,.35);
  box-shadow: 0 4px 32px rgba(124,58,237,.12);
}
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--v), var(--mg));
  color: white; padding: .3rem 1rem; border-radius: 100px;
  font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  white-space: nowrap; box-shadow: 0 2px 12px rgba(124,58,237,.35);
}
.plan-name    { font-weight: 800; font-size: 1.1rem; letter-spacing: -.02em; margin-bottom: .3rem; color: var(--text); }
.plan-tagline { font-size: .78rem; color: var(--text3); margin-bottom: 1.4rem; }
.plan-price   { font-weight: 800; font-size: 2.8rem; letter-spacing: -.04em; line-height: 1; margin-bottom: .3rem; color: var(--text); }
.plan-period  { font-size: .75rem; color: var(--text3); margin-bottom: 1.6rem; }
.plan-feats   { list-style: none; display: flex; flex-direction: column; gap: .65rem; margin-bottom: 2rem; }
.plan-feats li {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .83rem; color: var(--text2); font-weight: 400;
}
.plan-feats li::before {
  content: ''; display: block; width: 14px; height: 14px; flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23059669' fill-opacity='.15'/%3E%3Cpath d='M4 7l2 2 4-4' stroke='%23059669' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  margin-top: 1px;
}
.plan-btn {
  display: block; width: 100%; text-align: center;
  padding: .9rem; border-radius: 12px;
  text-decoration: none; font-weight: 700; font-size: .88rem;
  transition: all .2s;
}
.plan-btn-grad {
  background: linear-gradient(135deg, var(--v), var(--mg));
  color: white; box-shadow: 0 2px 16px rgba(124,58,237,.3);
}
.plan-btn-grad:hover { box-shadow: 0 4px 28px rgba(124,58,237,.5); transform: translateY(-1px); }
.plan-btn-outline {
  background: white; border: 1.5px solid var(--border2); color: var(--text);
}
.plan-btn-outline:hover { background: #f8f7ff; border-color: rgba(124,58,237,.3); }

/* ── PROOF STATIC ─────────────────────────────────────────────────── */
.proof-num.proof-static {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -.02em;
}

/* ── HERO MODALITY STRIP ──────────────────────────────────────────── */
.modality-strip {
  display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.2rem;
}
.modality-strip span {
  font-size: .65rem; font-weight: 600; color: var(--text2);
  padding: .3rem .7rem; border-radius: 100px;
  background: rgba(124,58,237,.04); border: 1px solid var(--border);
}

/* ── CHIPS ────────────────────────────────────────────────────────── */
.chip-tag {
  padding: .3rem .75rem; border-radius: 100px;
  font-size: .68rem; font-weight: 600;
}
.chip-v { background: rgba(124,58,237,.1); border: 1px solid rgba(124,58,237,.2); color: #6d28d9; }
.chip-g { background: rgba(5,150,105,.1); border: 1px solid rgba(5,150,105,.2); color: #059669; }
.chip-a { background: rgba(217,119,6,.1); border: 1px solid rgba(217,119,6,.2); color: #d97706; }

/* ── SOLUÇÕES ─────────────────────────────────────────────────────── */
.solutions-sec {
  padding: var(--section-y) 0;
  border-top: 1px solid var(--border);
}
.solutions-inner { max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter); width: 100%; box-sizing: border-box; }
.solutions-head { text-align: center; margin-bottom: 3.5rem; }
.solutions-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.sol-card {
  background: white; border: 1px solid var(--border);
  border-radius: var(--r16); padding: 1.5rem;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.sol-card:hover {
  border-color: rgba(124,58,237,.3);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(124,58,237,.08);
}
.sol-card h3 {
  font-size: .95rem; font-weight: 700; letter-spacing: -.02em;
  margin-bottom: .5rem;
}
.sol-card p {
  font-size: .8rem; color: var(--text2); font-weight: 300; line-height: 1.6;
}

/* ── GAMIFICAÇÃO HELPERS ──────────────────────────────────────────── */
.feature-bullets {
  list-style: none; margin-top: 1.5rem;
  display: flex; flex-direction: column; gap: .75rem;
}
.feature-bullets li {
  display: flex; align-items: flex-start; gap: .7rem;
  font-size: .9rem; color: var(--text2); font-weight: 300; line-height: 1.5;
}
.feature-bullets li::before {
  content: ''; display: block; width: 16px; height: 16px; flex-shrink: 0;
  margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23059669' fill-opacity='.15'/%3E%3Cpath d='M4 7l2 2 4-4' stroke='%23059669' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.how-sec-alt {
  background: transparent;
  border-top: none;
}
.gamif-levels { display: flex; flex-direction: column; gap: .75rem; }
.gl-item {
  display: flex; align-items: center; gap: .9rem;
  padding: .9rem 1rem;
  background: white; border: 1px solid var(--border);
  border-radius: 12px;
}
.gl-rank {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .75rem;
  background: linear-gradient(135deg, var(--v), var(--mg)); color: white;
}
.gl-name { font-size: .88rem; font-weight: 600; }
.gl-desc { font-size: .72rem; color: var(--text3); margin-top: 2px; }
.gl-badge {
  margin-left: auto; font-size: .68rem; font-weight: 700;
  color: #059669; white-space: nowrap;
}
.gl-badge-soft { color: var(--v); }

/* ── LEGALIZAÇÃO ──────────────────────────────────────────────────── */
.legal-sec {
  padding: var(--section-y) 0;
  background: var(--ink2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.legal-inner { max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter); width: 100%; box-sizing: border-box; }
.legal-head { text-align: center; margin-bottom: 3.5rem; }
.legal-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  margin-bottom: 3rem;
}
.legal-card {
  background: white; border: 1px solid var(--border);
  border-radius: var(--r16); padding: 1.6rem;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.legal-card:hover {
  border-color: rgba(124,58,237,.3);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(124,58,237,.08);
}
.legal-card h3 {
  font-size: .95rem; font-weight: 700; letter-spacing: -.02em;
  margin-bottom: .55rem;
}
.legal-card p {
  font-size: .8rem; color: var(--text2); font-weight: 300; line-height: 1.6;
}
.legal-docs {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem;
  align-items: center;
  background: white; border: 1px solid var(--border2);
  border-radius: var(--r24); padding: 2.5rem;
  box-shadow: 0 16px 40px rgba(124,58,237,.06);
}
.legal-docs-right h4 {
  font-size: .75rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--v); margin-bottom: 1rem;
}
.doc-list {
  list-style: none; display: flex; flex-direction: column; gap: .7rem;
}
.doc-list li {
  display: flex; align-items: flex-start; gap: .65rem;
  font-size: .88rem; color: var(--text2); font-weight: 300; line-height: 1.5;
}
.doc-list li::before {
  content: ''; display: block; width: 16px; height: 16px; flex-shrink: 0;
  margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%237c3aed' fill-opacity='.15'/%3E%3Cpath d='M4 7l2 2 4-4' stroke='%237c3aed' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ── AUTORIDADE ───────────────────────────────────────────────────── */
.authority-sec {
  padding: var(--section-y) 0;
  text-align: center;
}
.authority-inner {
  max-width: 800px; margin: 0 auto; padding: 0 var(--page-gutter);
  width: 100%;
  box-sizing: border-box;
}
.authority-lead {
  font-size: 1.15rem; color: var(--text2); font-weight: 300;
  line-height: 1.75; margin: 1.5rem auto 1rem; max-width: 700px;
}
.authority-lead strong { color: var(--text); font-weight: 600; }
.authority-sub {
  font-size: .95rem; color: var(--text3); font-weight: 300;
  line-height: 1.7; max-width: 640px; margin: 0 auto 2rem;
}
.authority-pills {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
}
.authority-pills span {
  font-size: .72rem; font-weight: 600; color: var(--vl);
  padding: .4rem .9rem; border-radius: 100px;
  background: rgba(124,58,237,.08); border: 1px solid rgba(124,58,237,.2);
}

/* ── CASES ────────────────────────────────────────────────────────── */
.cases-grid {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter);
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem;
  width: 100%;
  box-sizing: border-box;
}
.case-card {
  background: white; border: 1px solid var(--border);
  border-radius: var(--r24); padding: 2.2rem;
  transition: border-color .3s, transform .3s, box-shadow .3s;
  text-align: left;
}
.case-card:hover {
  border-color: rgba(124,58,237,.3);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(124,58,237,.08);
}
.case-label {
  display: inline-block;
  font-size: .68rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--v);
  margin-bottom: 1rem;
}
.case-card h3 {
  font-size: 1.25rem; font-weight: 800; letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.case-card p {
  font-size: .9rem; color: var(--text2); font-weight: 300;
  line-height: 1.7; margin-bottom: .9rem;
}
.case-card p:last-child { margin-bottom: 0; }

/* ── CTA FINAL ────────────────────────────────────────────────────── */
.cta-sec {
  padding: clamp(5rem, 10vw, 10rem) var(--page-pad-inline);
  text-align: center;
  position: relative; overflow: hidden; z-index: 1;
  background: linear-gradient(180deg, #faf9ff 0%, white 100%);
  border-top: 1px solid var(--border);
  box-sizing: border-box;
}
.cta-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 800px; height: 400px; pointer-events: none;
  background: radial-gradient(ellipse,rgba(124,58,237,.08) 0%,transparent 70%);
}
.cta-sec .section-h { font-size: clamp(2.5rem,5.5vw,4.5rem); margin-bottom: 1.2rem; }
.cta-sec .section-p { margin: 0 auto 2.5rem; font-size: 1.1rem; }
.cta-sec .hero-ctas { justify-content: center; }
.contact-email {
  display: inline-block; margin-top: 1.5rem;
  color: var(--v); text-decoration: none;
  font-size: .95rem; font-weight: 500;
  transition: color .2s;
}
.contact-email:hover { color: var(--mg); }

/* ── RODAPÉ ───────────────────────────────────────────────────────── */
.sortee-home footer {
  padding: 2.5rem var(--page-gutter);
  max-width: var(--page-max);
  margin-inline: auto;
  width: 100%;
  border-top: 1px solid var(--border);
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 1.5rem;
  background: #faf9ff;
}
.footer-top {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.footer-brand {
  font-size: .8rem; color: var(--text3); font-weight: 300;
}
.footer-solutions {
  display: flex; flex-wrap: wrap; gap: .6rem;
}
.footer-solutions span,
.footer-solutions a {
  font-size: .68rem; font-weight: 500; color: var(--text3);
  padding: .3rem .7rem; border-radius: 100px;
  border: 1px solid var(--border);
  text-decoration: none;
}
.footer-solutions a:hover { color: var(--v); border-color: rgba(124,58,237,.3); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding-top: 1rem; border-top: 1px solid var(--border);
}
.footer-copy { font-size: .72rem; color: var(--text3); font-weight: 300; max-width: 520px; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a {
  font-size: .75rem; color: var(--text3); text-decoration: none; transition: color .2s;
}
.footer-links a:hover { color: var(--v); }

/* ── ANIMAÇÕES ────────────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVO ───────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bc-1, .bc-2, .bc-3, .bc-4, .bc-5, .bc-6, .bc-7 { grid-column: span 1; }
  .bc-1 { grid-column: 1 / -1; }
  .solutions-grid, .legal-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero { flex-direction: column; padding: 7rem var(--page-gutter) 4rem; }
  .fp1, .fp2, .fp3 { display: none; }
  .bento-grid, .testi-grid, .plans-grid, .cases-grid { grid-template-columns: 1fr; }
  .bc-1, .bc-2, .bc-3, .bc-4, .bc-5, .bc-6, .bc-7 { grid-column: 1/-1; }
  .proof-inner { grid-template-columns: repeat(2,1fr); }
  .how-inner, .legal-docs { grid-template-columns: 1fr; }
  .solutions-grid, .legal-grid { grid-template-columns: 1fr 1fr; }
  nav {
    padding: 0 var(--page-gutter);
    height: 64px;
    gap: .75rem;
  }
  .logo {
    flex: 0 1 auto;
    min-width: 0;
  }
  .logo-name { font-size: 1.05rem; }
  .nav-center {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem var(--page-gutter);
    gap: 1.5rem;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 12px 32px rgba(124,58,237,.08);
    transform: translateY(-110%);
    transition: transform .3s ease;
    z-index: 99;
    display: none;
  }
  .nav-center.open {
    display: flex !important;
    transform: translateY(0);
  }
  .nav-center a { font-size: 1rem; }
  .nav-center a.active { color: var(--v) !important; font-weight: 600; }
  .nav-mobile-only { display: block; }
  .nav-right {
    display: flex;
    align-items: center;
    gap: .35rem;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .nav-login { display: none; }
  .nav-cta {
    padding: .45rem .8rem;
    font-size: .75rem;
    gap: 4px;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .nav-cta-full { display: none; }
  .nav-cta-short { display: inline; }
  .nav-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-left: .15rem;
    padding: .45rem;
  }
  .bento-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .bc { padding: 1.5rem; }
  .proof-item { padding: 1.5rem 1.25rem; }
  footer { text-align: center; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: center; }
  .footer-solutions { justify-content: center; }
  .hero-headline { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .page-hero { padding-top: 7rem; padding-bottom: 3rem; }
  .content-sec { padding: var(--section-y-sm) 0; }
  .refs-sec { padding: var(--section-y-sm) 0 clamp(4rem, 8vw, 6rem); }
  .example-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .proof-inner { grid-template-columns: 1fr 1fr; }
  .plans-grid, .solutions-grid, .legal-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .sg-val { font-size: .85rem; }
  .proof-item { padding: 1.25rem 1rem; }
  .hero-ctas { gap: .75rem; }
  .cta-main, .cta-ghost {
    width: 100%;
    justify-content: center;
    padding: .85rem 1.25rem;
  }
  .page-hero .hero-ctas .cta-main,
  .page-hero .hero-ctas .cta-ghost,
  .cta-sec .hero-ctas .cta-main,
  .cta-sec .hero-ctas .cta-ghost {
    width: auto;
    max-width: 100%;
  }
}

/* ── PÁGINAS INTERNAS (concurso cultural, serviços, etc.) ───────── */
.page-hero {
  position: relative; z-index: 1;
  padding: 8.5rem var(--page-gutter) 4rem;
  max-width: var(--page-max-content);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.page-hero .hero-headline { font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 1.2rem; }
.page-hero .hero-sub { margin: 0 auto 2rem; max-width: 720px; text-align: center; }
.page-hero .hero-ctas { justify-content: center; }

.content-sec {
  position: relative; z-index: 1;
  padding: var(--section-y-sm) 0;
}
.content-sec.alt { background: var(--ink2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.content-inner {
  max-width: var(--page-max-content); margin: 0 auto; padding: 0 var(--page-gutter);
  width: 100%;
  box-sizing: border-box;
}
.content-inner.wide { max-width: var(--page-max-wide); }
.content-prose {
  font-size: 1rem; color: var(--text2); font-weight: 400;
  line-height: 1.8;
}
.content-prose p { margin-bottom: 1.1rem; }
.content-prose p:last-child { margin-bottom: 0; }
.content-prose strong { color: var(--text); font-weight: 600; }
.content-prose blockquote {
  margin: 1.5rem 0; padding: 1.2rem 1.4rem;
  border-left: 3px solid var(--v);
  background: rgba(124,58,237,.06);
  border-radius: 0 var(--r16) var(--r16) 0;
  font-size: .95rem; color: var(--text2); font-style: italic;
}

.example-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
  margin-top: 1.5rem;
}
.example-card {
  background: white; border: 1px solid var(--border);
  border-radius: var(--r16); padding: 1.25rem 1.4rem;
  box-shadow: 0 1px 4px rgba(124,58,237,.04);
}
.example-card h3 {
  font-size: .92rem; font-weight: 700; margin-bottom: .35rem;
}
.example-card p { font-size: .82rem; color: var(--text3); line-height: 1.5; }

.rule-group { margin-top: 2.5rem; }
.rule-group h3 {
  font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.rule-list {
  list-style: none; display: flex; flex-direction: column; gap: .75rem;
}
.rule-list li {
  display: flex; gap: .75rem; align-items: flex-start;
  padding: 1rem 1.1rem;
  background: white; border: 1px solid var(--border);
  border-radius: var(--r16);
  font-size: .9rem; color: var(--text2); line-height: 1.6;
}
.rule-list li::before {
  content: ''; flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23d97706' fill-opacity='.15'/%3E%3Cpath d='M4.5 4.5l5 5M9.5 4.5l-5 5' stroke='%23d97706' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.penalty-list {
  list-style: none; margin-top: 1.2rem;
  display: flex; flex-direction: column; gap: .65rem;
}
.penalty-list li {
  display: flex; align-items: flex-start; gap: .65rem;
  font-size: .92rem; color: var(--text2); line-height: 1.55;
}
.penalty-list li::before {
  content: ''; display: block; width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23dc2626' fill-opacity='.12'/%3E%3Cpath d='M4 7h6' stroke='%23dc2626' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.compare-wrap {
  margin-top: 2rem; overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--border); border-radius: var(--r16);
  background: white;
  box-shadow: 0 4px 24px rgba(124,58,237,.06);
}
.compare-table {
  width: 100%; border-collapse: collapse; min-width: 640px;
  font-size: .88rem;
}
.compare-table th,
.compare-table td {
  padding: 1rem 1.1rem; text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.compare-table thead th {
  background: #f8f7ff; font-weight: 700; color: var(--text);
  font-size: .78rem; text-transform: uppercase; letter-spacing: .04em;
}
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table td:first-child { font-weight: 600; color: var(--text); width: 34%; }
.compare-table .col-cultural { color: var(--gr); }
.compare-table .col-promo { color: #dc2626; }

.refs-sec {
  padding: var(--section-y-sm) 0 clamp(4rem, 8vw, 6rem);
  border-top: 1px solid var(--border);
}
.refs-sec .content-inner { max-width: var(--page-max-content); }
.refs-list {
  list-style: none; display: flex; flex-direction: column; gap: .9rem;
  margin-top: 1.5rem;
}
.refs-list li {
  font-size: .82rem; color: var(--text3); line-height: 1.65;
}
.refs-list a { color: var(--v); text-decoration: none; word-break: break-word; }
.refs-list a:hover { text-decoration: underline; }

/* Infográfico (página serviços) */
.infographic-wrap {
  margin: 0 auto;
  max-width: var(--page-max-wide);
  border: 1px solid var(--border);
  border-radius: var(--r24);
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 40px rgba(124,58,237,.08);
}
.infographic-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.infographic-caption {
  padding: 1rem var(--page-gutter);
  font-size: .85rem;
  color: var(--text3);
  text-align: center;
  line-height: 1.6;
  border-top: 1px solid var(--border);
  background: #faf9ff;
}

/* Alinhamento do rodapé global (Contact) com o layout Sortee */
body.sortee-home-active .sortee-home + footer .container {
  max-width: var(--page-max);
  padding-inline: var(--page-gutter);
}
