/* ============================================================
   NeuroAdapt — Landing Page
   Paleta oficial (amostrada dos arquivos da marca):
   coral #E0635D · coral vibrante #DD584F · terracota #CE7161
   vinho médio #824348 · vinho profundo #5A100D
   ============================================================ */

:root {
  /* Brand */
  --coral: #E0635D;
  --coral-600: #D64E45;
  --coral-700: #BE3F37;
  --coral-800: #A8352E;
  --terra: #CE7161;
  --wine: #7A2E30;
  --wine-700: #5E1F22;
  --wine-900: #47110F;

  /* Neutrals (warm) */
  --cream: #FFF9F5;
  --cream-100: #FCEFE8;
  --cream-200: #F7E1D7;
  --rose-100: #FBE4DA;
  --ink: #2B1613;
  --muted: #7C5C55;
  --line: #F0DBD1;
  --white: #ffffff;

  /* ADIPE color system */
  --green: #2E9E6B;
  --orange: #E58A34;
  --blue: #4E79BC;

  /* Type */
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-display: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Shape & depth */
  --radius: 18px;
  --radius-lg: 26px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 10px rgba(90, 16, 13, .06);
  --shadow: 0 14px 40px -18px rgba(90, 16, 13, .30);
  --shadow-lg: 0 30px 70px -30px rgba(90, 16, 13, .40);
  --ring: 0 0 0 4px rgba(224, 99, 93, .28);

  --container: 1160px;
  --header-h: 76px;
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 14px); }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.14; margin: 0 0 .4em; letter-spacing: -.015em; }
h1, h2 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.01em; }
h1 { font-size: clamp(2.2rem, 5.4vw, 3.9rem); line-height: 1.06; }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.7rem); line-height: 1.12; }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1rem; }
a { color: var(--coral-700); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
strong { font-weight: 800; }

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

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 820px; }
.nowrap { white-space: nowrap; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 1000;
  background: var(--wine-900); color: #fff; padding: 10px 16px; border-radius: 10px;
  transition: top .2s;
}
.skip-link:focus { top: 12px; text-decoration: none; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--coral-600);
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  padding: 13px 24px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-align: center; white-space: nowrap;
  transition: transform .18s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  text-decoration: none; line-height: 1;
}
.btn:hover { text-decoration: none; }
.btn svg { flex: none; }
.btn-primary { background: var(--coral-700); color: #fff; box-shadow: 0 10px 24px -10px rgba(190, 63, 55, .8); }
.btn-primary:hover { background: var(--coral-800); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(168, 53, 46, .85); }
.btn-outline { background: transparent; color: var(--wine-700); border-color: rgba(214, 78, 69, .4); }
.btn-outline:hover { border-color: var(--coral); color: var(--coral-700); transform: translateY(-2px); background: #fff; }
.btn-ghost { background: #fff; color: var(--wine-700); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--coral); color: var(--coral-700); }
.btn-lg { padding: 16px 30px; font-size: 1.06rem; }
.btn-sm { padding: 10px 18px; font-size: .94rem; }
.btn-block { display: flex; width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 249, 245, .82);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s, border-color .25s, background .25s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 22px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 40px; width: auto; }
.nav { margin-left: 6px; }
.nav-list { display: flex; gap: 26px; }
.nav-list a { color: var(--ink); font-weight: 600; font-size: .98rem; position: relative; }
.nav-list a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--coral); transition: width .22s; border-radius: 2px; }
.nav-list a:hover { text-decoration: none; }
.nav-list a:hover::after { width: 100%; }
.header-actions { margin-left: auto; display: flex; gap: 12px; align-items: center; }

.nav-toggle { display: none; margin-left: auto; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; height: 2.5px; background: var(--ink); border-radius: 3px; margin: 5px 0; transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mobile-menu { border-top: 1px solid var(--line); background: var(--cream); padding: 16px 24px 26px; }
.mobile-menu ul { display: flex; flex-direction: column; }
.mobile-menu li a { display: block; padding: 13px 4px; font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-menu-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 8vw, 90px); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .5; }
.blob-1 { width: 520px; height: 520px; right: -140px; top: -120px; background: radial-gradient(circle at 30% 30%, #F6B7A8, #E0635D 70%); opacity: .45; }
.blob-2 { width: 420px; height: 420px; left: -160px; bottom: -140px; background: radial-gradient(circle at 50% 50%, #F3CDBF, #CE7161 75%); opacity: .38; }
.hero-symbol { position: absolute; right: 3%; top: 14%; width: 340px; opacity: .06; transform: rotate(-8deg); }

.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.eyebrow { font-family: var(--font-display); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; color: var(--coral-700); margin-bottom: 18px; }
.eyebrow span { color: var(--terra); margin: 0 4px; }
.hero-copy h1 { color: var(--ink); }
.hero-copy h1 .hl { color: var(--coral-600); position: relative; }
.hero-copy h1 .hl::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: .30em; background: rgba(224, 99, 93, .20); border-radius: 6px; z-index: -1; }
.hero-sub { font-size: 1.16rem; color: var(--muted); max-width: 40ch; margin-top: 6px; }
.hero-sub strong { color: var(--ink); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 22px; }
.hero-trust { display: flex; align-items: center; gap: 9px; font-size: .96rem; color: var(--muted); }
.hero-trust svg { color: var(--coral); flex: none; }

/* Hero product preview */
.hero-visual { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.preview-card { width: 100%; max-width: 380px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 20px 20px 22px; box-shadow: var(--shadow-lg); }
.preview-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.preview-tag { font-family: var(--font-display); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--wine); background: var(--rose-100); padding: 5px 11px; border-radius: 999px; }
.preview-tag.alt { color: #fff; background: var(--coral-700); }
.preview-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(46, 158, 107, .18); }
.badge-doc { font-family: var(--font-display); font-weight: 600; font-size: .74rem; color: var(--wine-700); background: var(--cream-100); border: 1px solid var(--cream-200); padding: 4px 9px; border-radius: 7px; }
.preview-title { font-family: var(--font-display); font-weight: 600; font-size: 1rem; margin: 0 0 14px; color: var(--ink); }

.report-bars { display: flex; flex-direction: column; gap: 12px; }
.report-bars li { display: grid; grid-template-columns: 108px 1fr auto; align-items: center; gap: 10px; font-size: .82rem; }
.rb-label { color: var(--muted); font-weight: 600; white-space: nowrap; }
.rb-track { height: 9px; background: var(--cream-100); border-radius: 999px; overflow: hidden; }
.rb-fill { display: block; height: 100%; width: var(--w); border-radius: 999px; }
.rb-fill.green { background: var(--green); } .rb-fill.orange { background: var(--orange); } .rb-fill.blue { background: var(--blue); }
.rb-tag { font-family: var(--font-display); font-weight: 500; font-size: .68rem; padding: 2px 8px; border-radius: 999px; }
.rb-tag.green { color: var(--green); background: rgba(46,158,107,.12); }
.rb-tag.orange { color: var(--orange); background: rgba(229,138,52,.14); }
.rb-tag.blue { color: var(--blue); background: rgba(78,121,188,.14); }

.preview-arrow { color: var(--coral); }
.preview-activities { max-width: 380px; }
.activity-list { display: flex; flex-direction: column; gap: 10px; margin: 4px 0 16px; }
.activity-list li { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--ink); font-weight: 600; }
.activity-list .ai { width: 22px; height: 22px; border-radius: 6px; background: var(--cream-100); flex: none; position: relative; }
.activity-list .ai::after { content: ""; position: absolute; inset: 6px; border-left: 2.4px solid var(--coral); border-bottom: 2.4px solid var(--coral); transform: rotate(-45deg) translate(1px,-1px); }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--wine-900); color: #fff; }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; padding: 16px 24px; }
.trust-label { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.trust-items { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; }
.trust-items li { font-family: var(--font-display); font-weight: 500; font-size: 1rem; color: rgba(255,255,255,.94); }
.trust-items li[aria-hidden] { color: var(--coral); }

/* ---------- Stats ---------- */
.stats { background: linear-gradient(135deg, var(--coral-700) 0%, var(--wine) 120%); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 46px 24px; text-align: center; }
.stat-num { display: block; font-family: var(--font-serif); font-weight: 600; font-size: clamp(2.4rem, 4.2vw, 3.2rem); line-height: 1; letter-spacing: -.01em; }
.stat-label { display: block; font-size: .92rem; font-weight: 600; color: #fff; margin-top: 8px; max-width: 22ch; margin-inline: auto; }

/* ---------- Sections ---------- */
.section { padding: clamp(58px, 8vw, 100px) 0; }
.section-head { max-width: 720px; margin-bottom: 46px; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--wine); background: var(--rose-100); padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.kicker.light { background: rgba(255,255,255,.16); color: #fff; }
.section-lead { font-size: 1.12rem; color: var(--muted); }

/* ---------- Problem ---------- */
.problem { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-100) 100%); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pain-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pain-ic { font-size: 1.9rem; margin-bottom: 12px; }
.pain-card h3 { font-size: 1.08rem; color: var(--ink); }
.pain-card p { font-size: .95rem; color: var(--muted); margin: 0; }
.manifesto { text-align: center; max-width: 820px; margin: 52px auto 0; font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: clamp(1.4rem, 2.8vw, 2.05rem); line-height: 1.4; color: var(--wine-700); }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.step-num { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: #fff; background: linear-gradient(135deg, var(--coral), var(--coral-600)); box-shadow: 0 10px 20px -8px rgba(214,78,69,.6); margin-bottom: 18px; }
.step-body h3 { color: var(--ink); }
.step-body p { color: var(--muted); font-size: .98rem; }
.step-chip { display: inline-block; margin-top: 4px; font-family: var(--font-display); font-weight: 600; font-size: .82rem; color: var(--wine); background: var(--rose-100); padding: 6px 12px; border-radius: 999px; }

/* ---------- Programs ---------- */
.programs { background: linear-gradient(180deg, var(--cream-100), var(--cream)); }
.program-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: stretch; }
.program-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 30px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.program-card.featured { border-color: var(--coral); box-shadow: var(--shadow-lg); position: relative; }
.program-card.featured::before { content: "Novo"; position: absolute; top: 20px; right: 24px; font-family: var(--font-display); font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: #fff; background: var(--coral-700); padding: 4px 11px; border-radius: 999px; }
.program-top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.program-index { font-family: var(--font-display); font-weight: 600; font-size: .82rem; color: var(--muted); }
.program-badge { font-family: var(--font-display); font-weight: 600; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: var(--wine-700); background: var(--cream-100); border: 1px solid var(--cream-200); padding: 4px 10px; border-radius: 999px; }
.program-badge.alt { color: #fff; background: var(--coral-700); border-color: var(--coral-700); }
.program-card h3 { font-size: 1.4rem; color: var(--ink); }
.program-card > p { color: var(--muted); font-size: .98rem; }
.feat-list { display: flex; flex-direction: column; gap: 10px; margin: 8px 0 22px; }
.feat-list li { position: relative; padding-left: 28px; font-size: .95rem; color: var(--ink); }
.feat-list li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: rgba(46,158,107,.14); }
.feat-list li::after { content: ""; position: absolute; left: 6px; top: 7px; width: 6px; height: 9px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(42deg); }
.program-link { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; color: var(--coral-700); }
.program-link:hover { gap: 11px; text-decoration: none; }
.program-connector { display: grid; place-items: center; color: var(--coral); }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--cream-200); }
.why-ic { font-size: 1.8rem; margin-bottom: 12px; }
.why-card h3 { color: var(--ink); font-size: 1.14rem; }
.why-card p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ---------- Audiences / tabs ---------- */
.audiences { background: linear-gradient(180deg, var(--cream), var(--cream-100)); }
.tabs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; background: #fff; border: 1px solid var(--line); padding: 7px; border-radius: 999px; width: fit-content; margin-inline: auto; box-shadow: var(--shadow-sm); }
.tab { border: 0; background: transparent; font-family: var(--font-display); font-weight: 500; font-size: .98rem; color: var(--wine-700); padding: 11px 22px; border-radius: 999px; cursor: pointer; transition: background .2s, color .2s; }
.tab.is-active { background: var(--coral-700); color: #fff; }
.tab-panel { animation: fade .35s ease; }
.tab-panel[hidden] { display: none; }
.panel-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow); }
.panel-copy h3 { font-size: 1.5rem; color: var(--ink); }
.panel-copy > p { color: var(--muted); }
.check-list { display: flex; flex-direction: column; gap: 11px; margin: 18px 0 26px; }
.check-list li { position: relative; padding-left: 30px; color: var(--ink); font-size: .98rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--coral); }
.check-list li::after { content: ""; position: absolute; left: 7px; top: 6px; width: 6px; height: 10px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(42deg); }
.panel-side { background: linear-gradient(160deg, var(--wine), var(--wine-900)); color: #fff; border-radius: var(--radius); padding: 28px 26px; }
.panel-side.soft { background: linear-gradient(160deg, var(--coral), var(--terra)); }
.side-title { font-family: var(--font-display); font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.7); margin-bottom: 16px; }
.mini-steps { counter-reset: m; display: flex; flex-direction: column; gap: 12px; }
.mini-steps li { counter-increment: m; position: relative; padding-left: 38px; font-size: .95rem; color: rgba(255,255,255,.95); }
.mini-steps li::before { content: counter(m); position: absolute; left: 0; top: -2px; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .85rem; display: grid; place-items: center; }
.seals { display: flex; flex-direction: column; gap: 12px; }
.seals li { position: relative; padding-left: 30px; font-family: var(--font-display); font-weight: 500; }
.seals li::before { content: "★"; position: absolute; left: 0; color: #ffd9b0; }
.side-quote { font-family: var(--font-serif); font-style: italic; font-weight: 600; font-size: 1.5rem; line-height: 1.3; margin: 6px 0 14px; }
.side-note { font-size: .9rem; color: rgba(255,255,255,.9); margin: 0; }

/* ---------- Ecosystem ---------- */
.eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.eco-col { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px; }
.eco-col h3 { color: var(--ink); display: flex; align-items: center; gap: 10px; font-size: 1.2rem; margin-bottom: 18px; }
.eco-count { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 8px; background: var(--coral-600); color: #fff; border-radius: 12px; font-family: var(--font-display); font-weight: 700; }
.eco-col.accent { background: linear-gradient(160deg, var(--wine), var(--wine-900)); color: #fff; border-color: transparent; }
.eco-col.accent h3 { color: #fff; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; }
.pill-list li { font-size: .88rem; font-weight: 600; color: var(--wine-700); background: #fff; border: 1px solid var(--cream-200); padding: 7px 13px; border-radius: 999px; }
.pill-list.light li { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.18); }
.eco-note { margin: 20px 0 0; font-family: var(--font-display); font-weight: 500; color: rgba(255,255,255,.92); }

/* ---------- About ---------- */
.about { background: linear-gradient(180deg, var(--cream-100), var(--cream)); }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: start; }
.about-copy h2 { color: var(--ink); }
.about-copy p { color: var(--muted); }
.about-mission { color: var(--ink) !important; background: #fff; border-left: 4px solid var(--coral); padding: 16px 20px; border-radius: 0 12px 12px 0; box-shadow: var(--shadow-sm); }
.values { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.values li { font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--wine); background: var(--rose-100); padding: 7px 15px; border-radius: 999px; }
.about-ties { font-size: .92rem; color: var(--muted); font-style: italic; }
.founders { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px; box-shadow: var(--shadow); }
.founders-title { font-family: var(--font-display); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 20px; }
.founder { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.founder:last-child { border-bottom: 0; padding-bottom: 0; }
.founder-ini { flex: none; width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--coral), var(--wine)); }
.founder-name { font-family: var(--font-display); font-weight: 600; margin: 0 0 3px; color: var(--ink); }
.founder-role { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* ---------- Final CTA ---------- */
.cta-final { background: radial-gradient(120% 120% at 80% 0%, var(--coral) 0%, var(--coral-600) 42%, var(--wine-700) 100%); color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.cta-copy h2 { color: #fff; }
.cta-copy > p { color: rgba(255,255,255,.92); font-size: 1.08rem; }
.cta-benefits { display: flex; flex-direction: column; gap: 10px; margin: 22px 0 26px; }
.cta-benefits li { position: relative; padding-left: 30px; color: #fff; font-weight: 600; }
.cta-benefits li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.2); display: grid; place-items: center; font-size: .8rem; }
.wa-inline { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-family: var(--font-display); font-weight: 600; border: 2px solid rgba(255,255,255,.4); padding: 12px 22px; border-radius: 999px; transition: background .2s, border-color .2s; }
.wa-inline:hover { background: rgba(255,255,255,.14); border-color: #fff; text-decoration: none; }

.lead-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 30px; box-shadow: var(--shadow-lg); color: var(--ink); }
.form-title { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; margin: 0 0 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 7px; color: var(--ink); }
.field input, .field select { width: 100%; padding: 13px 15px; border: 2px solid var(--line); border-radius: 12px; font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--cream); transition: border-color .2s, box-shadow .2s, background .2s; }
.field input::placeholder { color: #8A6A62; }
.field-error { display: block; margin-top: 6px; font-size: .82rem; font-weight: 700; color: #B00020; }
.field-error::before { content: "\26A0  "; }
.lgpd-chip { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 700; color: var(--wine-700); background: var(--cream-100); border: 1px solid var(--cream-200); padding: 7px 13px; border-radius: 999px; margin: 0 0 16px; }
.field input:focus, .field select:focus { outline: none; border-color: var(--coral); background: #fff; box-shadow: var(--ring); }
.field input.invalid, .field select.invalid { border-color: var(--coral-700); background: #fff5f3; }
.lead-form .btn { margin-top: 6px; }
.form-fine { font-size: .8rem; color: var(--muted); text-align: center; margin: 12px 0 0; }
.form-success { margin: 14px 0 0; padding: 14px 16px; background: rgba(46,158,107,.12); border: 1px solid rgba(46,158,107,.3); border-radius: 12px; color: #1f7a50; font-weight: 600; font-size: .95rem; }

/* ---------- FAQ ---------- */
.faq { background: var(--cream); }
.accordion { display: flex; flex-direction: column; gap: 12px; }
.acc-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.acc-item.open { box-shadow: var(--shadow); border-color: var(--cream-200); }
.acc-head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 22px; font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; color: var(--ink); }
.acc-ico { position: relative; flex: none; width: 22px; height: 22px; }
.acc-ico::before, .acc-ico::after { content: ""; position: absolute; background: var(--coral-600); border-radius: 2px; transition: transform .28s; }
.acc-ico::before { left: 3px; right: 3px; top: 10px; height: 2.4px; }
.acc-ico::after { top: 3px; bottom: 3px; left: 10px; width: 2.4px; }
.acc-item.open .acc-ico::after { transform: scaleY(0); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.acc-body p { padding: 0 22px 22px; margin: 0; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--wine-900); color: rgba(255,255,255,.8); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 34px; }
.footer-brand img { height: 42px; width: auto; margin-bottom: 16px; }
.footer-tag { font-family: var(--font-display); font-weight: 500; color: #fff; font-size: 1.05rem; margin-bottom: 6px; }
.footer-sig { font-size: .8rem; letter-spacing: .08em; color: var(--coral); text-transform: uppercase; }
.footer-col h3 { font-family: var(--font-display); font-weight: 600; color: #fff; font-size: .96rem; margin-bottom: 16px; }
.acc-heading { margin: 0; font: inherit; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.78); font-size: .93rem; }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-addr { font-size: .86rem; color: rgba(255,255,255,.55); line-height: 1.5; margin-top: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; color: rgba(255,255,255,.5); }
.footer-bottom p { margin: 0; }

/* ---------- Floating actions ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 28px -8px rgba(37,211,102,.7); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08) translateY(-2px); }
.to-top { position: fixed; right: 24px; bottom: 90px; z-index: 90; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--wine-900); color: #fff; cursor: pointer; display: grid; place-items: center; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s, transform .25s; }
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* ---------- Reveal animation ---------- */
.reveal { transition: opacity .6s ease, transform .6s cubic-bezier(.22,.61,.36,1); }
.js .reveal { opacity: 0; transform: translateY(22px); }
.reveal.in { opacity: 1; transform: none; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.blob { animation: float 12s ease-in-out infinite; }
.blob-2 { animation-duration: 15s; animation-direction: reverse; }
@keyframes float { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(0,-26px) scale(1.05); } }

/* ---------- Responsive ---------- */
@media (min-width: 981px) { .mobile-menu { display: none !important; } }
@media (max-width: 980px) {
  .nav, .header-actions { display: none; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: 2; }
  .hero-sub { max-width: none; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }
  .program-connector { transform: rotate(90deg); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .panel-grid { grid-template-columns: 1fr; padding: 30px; }
  .eco-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .cta-grid { grid-template-columns: 1fr; gap: 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { padding: 0 18px; }
  .pain-grid, .why-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-cta .btn { flex: 1 1 auto; }
  .tabs { width: 100%; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; border-radius: 16px; -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent); mask-image: linear-gradient(90deg, #000 88%, transparent); }
  .tab { white-space: nowrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .founder-ini { width: 46px; height: 46px; }
  .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .to-top { right: 18px; bottom: 78px; }
}

/* ---------- Reduced motion (acessibilidade — público neurodivergente) ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .blob { animation: none; }
}
