/* Interapta — site institucional
   Tokens vêm do logo: roxo #5438FC (ação), marinho #081C66 (estrutura), ciano #00CCD4 (só acento). */

:root {
  --ink: #081C66;
  --text: #3E4677;
  --muted: #535B88;
  --subtle: #6A7099;
  --bg: #F7F7FB;
  --surface: #FFFFFF;
  --line: #E6E7F0;
  --line-strong: #CFD1E3;
  --violet: #5438FC;
  --violet-hover: #3A20D6;
  --violet-deep: #4428E0;
  --violet-ink: #4A3BD1;
  --violet-tint: #F1EEFF;
  --cyan: #00CCD4;
  --cyan-soft: #7FE9EE;
  --teal-ink: #08868C;
  --teal-tint: #E6FAFA;
  --whatsapp: #0B8A7F;
  --navy-2: #10267A;
  --navy-line: #22398F;
  --on-navy: #C5CAE6;

  --font-display: "Bricolage Grotesque", "Geist", system-ui, sans-serif;
  --font-body: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;

  --gutter: clamp(20px, 5vw, 120px);
  --section: clamp(80px, 10vw, 140px);
  --radius-lg: 24px;
  --radius-md: 20px;
  --shadow-card: 0 30px 60px -20px rgba(8, 28, 102, .28), 0 0 0 1px rgba(8, 28, 102, .06);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--violet); text-decoration: none; }
a:hover { color: var(--violet-hover); }
h1, h2, h3 { font-family: var(--font-display); margin: 0; color: var(--ink); font-weight: 700; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; border-radius: 6px; }
[id] { scroll-margin-top: 96px; }

.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; border-radius: 12px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.container { width: 100%; max-width: calc(1200px + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding-top: var(--section); }

/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 13px; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase; color: var(--violet-ink);
}
.eyebrow--dot::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--cyan); transform: rotate(45deg); }
.eyebrow--on-dark { color: var(--cyan-soft); }
.display { font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.035em; }
.display em, .h2 em { font-style: normal; color: var(--violet); }
.h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.06; letter-spacing: -.03em; }
.h3 { font-size: 24px; letter-spacing: -.015em; line-height: 1.15; }
.lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--text); }
.body { font-size: 16px; line-height: 1.55; color: var(--text); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 56px; }
.section-head > div { display: flex; flex-direction: column; gap: 16px; max-width: 720px; }
.section-head > p { max-width: 400px; font-size: 18px; color: var(--text); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px; border-radius: 999px; border: 0;
  font: inherit; font-size: 16px; font-weight: 600; line-height: 1.2; text-align: center;
  cursor: pointer; transition: background-color .15s, color .15s, border-color .15s, transform .15s;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--lg { min-height: 56px; padding: 0 28px; font-size: 17px; }
.btn--primary { background: var(--violet); color: #fff; }
.btn--primary:hover { background: var(--violet-hover); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #0F2A8A; color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: #EEF0FA; color: var(--ink); }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.link-arrow svg { width: 16px; height: 16px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 247, 251, .88); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid var(--line); }
.site-header .container { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 168px; height: auto; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; }
.nav a:not(.btn) { color: var(--ink); font-size: 15px; font-weight: 500; }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { color: var(--violet); }
.nav .btn { min-height: 44px; padding: 0 20px; font-size: 15px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid #E0E2EE; border-radius: 12px; background: #fff; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 20px; height: 20px; }

@media (max-width: 960px) {
  .site-header .container { height: 64px; }
  .brand img { width: 140px; }
  .nav-toggle { display: inline-flex; }
  .nav { position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch; gap: 20px; padding: 24px var(--gutter) 32px; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: 0 30px 40px -30px rgba(8, 28, 102, .3); display: none; }
  .nav.is-open { display: flex; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav ul a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px !important; }
  .nav .btn { min-height: 52px; }
}

/* ---------- hero ---------- */
.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 7vw, 104px); }
.hero .container { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.hero-copy .lead { max-width: 540px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.checks { list-style: none; margin: 0; padding: 12px 0 0; display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 14px; color: var(--muted); }
.checks li { display: flex; align-items: center; gap: 8px; }
.checks svg { width: 18px; height: 18px; color: var(--violet); flex: none; }

.display--hero { font-size: clamp(36px, 4.6vw, 60px); }
.hero-visual { position: relative; height: 660px; }
.hex { clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); }
.hero-visual .hex { position: absolute; right: -40px; top: 90px; width: 440px; height: 500px; background: var(--ink); }
.idea { position: absolute; left: 0; top: 0; width: 300px; padding: 16px 18px; background: #fff; border: 1.5px dashed #C9C3FF; border-radius: 16px; transform: rotate(-2deg); box-shadow: 0 16px 32px -20px rgba(8, 28, 102, .3); display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.idea p { font-size: 15px; line-height: 1.45; font-style: italic; color: var(--text); }
.idea-label, .solution-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--violet-ink); }
.idea-arrow { position: absolute; left: 290px; top: 40px; width: 90px; height: 82px; color: var(--violet); }
.solution-label { position: absolute; left: 64px; top: 146px; }
.chat { position: absolute; left: 60px; top: 170px; width: 370px; max-width: calc(100% - 20px); background: #fff; border-radius: 20px; box-shadow: var(--shadow-card); overflow: hidden; }
.chat-head { padding: 16px 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #EEEFF5; }
.chat-avatar { width: 36px; height: 36px; border-radius: 10px; background: var(--violet-tint); display: grid; place-items: center; color: var(--violet); }
.chat-avatar svg { width: 20px; height: 20px; }
.chat-name { font-size: 15px; font-weight: 600; line-height: 1.3; }
.chat-status { font-size: 12px; color: var(--whatsapp); display: flex; align-items: center; gap: 6px; }
.chat-status::before { content: ""; width: 6px; height: 6px; border-radius: 3px; background: #10B39F; }
.chat-body { padding: 20px; display: flex; flex-direction: column; gap: 12px; font-size: 14px; line-height: 1.45; background: #FAFAFD; }
.msg { max-width: 82%; padding: 10px 14px; }
.msg--in { align-self: flex-end; border-radius: 16px 16px 4px 16px; background: var(--ink); color: #fff; }
.msg--out { align-self: flex-start; border-radius: 16px 16px 16px 4px; background: #fff; border: 1px solid var(--line); color: #1D2757; }
.automation { position: absolute; right: 0; top: 500px; width: 300px; padding: 20px; background: #fff; border-radius: 18px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 14px; }
.automation-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--subtle); }
.automation ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.automation li { display: flex; align-items: center; gap: 10px; }
.tick { width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; flex: none; background: var(--teal-tint); color: var(--teal-ink); }
.tick--violet { background: var(--violet-tint); color: var(--violet); }
.tick svg { width: 14px; height: 14px; }

@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { height: 640px; max-width: 560px; }
}
@media (max-width: 560px) {
  .hero-visual { height: 470px; }
  .hero-visual .hex { width: 260px; height: 290px; right: -60px; top: 130px; }
  .idea { width: calc(100% - 40px); max-width: 300px; padding: 12px 14px; }
  .idea p { font-size: 14px; }
  .idea-arrow { left: auto; right: 0; top: 30px; width: 60px; height: 56px; }
  .solution-label { left: 0; top: 136px; }
  .chat { left: 0; top: 158px; width: 300px; }
  .chat-head { padding: 12px 14px; }
  .chat-body { padding: 14px; gap: 10px; }
  .automation { display: none; }
  .actions .btn { width: 100%; }
}

/* ---------- trust strip ---------- */
.trust .container > div { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px 48px; flex-wrap: wrap; }
.trust p { font-size: 14px; color: var(--muted); max-width: 280px; }
.trust ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 44px; font-family: var(--font-display); font-size: 20px; font-weight: 600; color: #8A8FB3; }

/* ---------- cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.card { padding: 36px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; }
a.card { color: inherit; transition: border-color .15s, transform .15s, box-shadow .15s; }
a.card:hover { border-color: #C9C3FF; transform: translateY(-2px); box-shadow: 0 20px 40px -24px rgba(8, 28, 102, .25); color: inherit; }
.card .link-arrow { margin-top: auto; color: var(--violet); }
.icon-tile { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--violet-tint); color: var(--violet); flex: none; }
.icon-tile svg { width: 26px; height: 26px; }
.icon-tile--teal { background: var(--teal-tint); color: var(--teal-ink); }
.icon-tile--navy { background: #EEF0FA; color: var(--ink); }

.card--feature { grid-column: span 2; flex-direction: row; gap: 40px; background: var(--violet); border-color: var(--violet); color: #fff; min-height: 300px; }
.card--feature h3 { color: #fff; font-size: 32px; letter-spacing: -.02em; line-height: 1.1; }
.card--feature .body { color: rgba(255, 255, 255, .9); font-size: 17px; max-width: 440px; }
.card--feature .icon-tile { background: rgba(255, 255, 255, .14); color: #fff; }
.card--feature .link-arrow { color: #fff; }
.card--feature > div:first-child { flex: 1; display: flex; flex-direction: column; gap: 18px; }
.chips { list-style: none; margin: 0; padding: 0; width: 230px; flex: none; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.chips li { padding: 12px 14px; border-radius: 12px; background: rgba(255, 255, 255, .12); font-size: 14px; }

@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 40px; }
}
@media (max-width: 720px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .card { padding: 26px; }
  .card--feature { grid-column: auto; flex-direction: column; gap: 24px; }
  .chips { width: auto; }
}

/* ---------- split (IA / sobre) ---------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; align-items: start; }
.split--center { align-items: center; }
.split-copy { display: flex; flex-direction: column; gap: 24px; }
.split-copy .btn { align-self: flex-start; }
@media (min-width: 1025px) { .split-copy--sticky { position: sticky; top: 110px; } }
.numbered { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; counter-reset: n; }
.numbered li { counter-increment: n; padding: 28px 32px; border-radius: var(--radius-md); background: var(--surface); border: 1px solid var(--line); display: grid; grid-template-columns: 32px 1fr; gap: 8px 16px; }
.numbered li::before { content: counter(n, decimal-leading-zero); grid-row: span 2; font-family: var(--font-mono); font-size: 13px; color: var(--violet); padding-top: 5px; }
.numbered h3 { font-size: 21px; letter-spacing: -.01em; }
@media (max-width: 1024px) { .split { grid-template-columns: 1fr; gap: 48px; } }
@media (max-width: 560px) { .numbered li { padding: 22px; } }

/* ---------- steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.steps li { padding-top: 24px; border-top: 2px solid var(--line-strong); display: flex; flex-direction: column; gap: 12px; }
.steps li:first-child { border-top-color: var(--violet); }
.steps span { font-family: var(--font-mono); font-size: 13px; color: var(--muted); }
.steps li:first-child span { color: var(--violet); }
.steps h3 { font-size: 22px; }
@media (max-width: 1024px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ---------- navy band (setor público) ---------- */
.band-navy { margin-top: var(--section); padding: clamp(72px, 9vw, 120px) 0; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.band-navy .h2, .band-navy h3 { color: #fff; }
.band-navy .section-head > p { color: var(--on-navy); }
.band-navy .deco { position: absolute; right: -120px; top: -80px; width: 520px; opacity: .05; pointer-events: none; }
.band-navy .container { position: relative; }
.product { padding: 36px; border-radius: var(--radius-lg); background: var(--navy-2); border: 1px solid var(--navy-line); display: flex; flex-direction: column; gap: 16px; }
.product .tag { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #9FA8D6; }
.product h3 { font-size: 28px; letter-spacing: -.02em; }
.product p { font-size: 16px; color: var(--on-navy); }
.product .link-arrow { margin-top: auto; color: var(--cyan-soft); }
.product .link-arrow:hover { color: #fff; }
.product--light { background: #fff; border-color: #fff; }
.product--light h3 { color: var(--ink); }
.product--light .tag { color: var(--muted); }
.product--light p { color: var(--text); }
.product--light .link-arrow { color: var(--violet); }
.product--light .link-arrow:hover { color: var(--violet-hover); }
.badge { display: inline-block; padding: 4px 10px; border-radius: 999px; background: var(--teal-tint); color: #066E73; font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.tag-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

/* ---------- about ---------- */
.about-media { position: relative; min-height: 440px; border-radius: 28px; background: #EEEEF8; display: grid; place-items: center; overflow: hidden; }
.about-media img { width: 200px; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-top: 8px; }
.stat strong { display: block; font-family: var(--font-display); font-size: clamp(34px, 3.4vw, 44px); line-height: 1.1; font-weight: 700; letter-spacing: -.03em; color: var(--violet); }
.stat span { font-size: 14px; color: var(--muted); }
@media (max-width: 1024px) { .about-media { min-height: 280px; } }
@media (max-width: 480px) { .stats { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 80px; }
.faq-wrap > div:first-child { display: flex; flex-direction: column; gap: 16px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 40px 24px 0; position: relative; font-size: 19px; font-weight: 600; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; margin-top: -8px; border-right: 2px solid var(--violet); border-bottom: 2px solid var(--violet); transform: rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details p { padding: 0 0 24px; font-size: 16px; line-height: 1.65; color: var(--text); max-width: 720px; }
@media (max-width: 1024px) { .faq-wrap { grid-template-columns: 1fr; gap: 32px; } .faq summary { font-size: 17px; } }

/* ---------- contact ---------- */
.contact { position: relative; overflow: hidden; margin-top: var(--section); padding: clamp(32px, 5vw, 72px); border-radius: 32px; background: var(--violet); color: #fff; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.contact .hex { position: absolute; left: -60px; bottom: -90px; width: 280px; height: 320px; background: var(--violet-deep); }
.contact-copy { position: relative; display: flex; flex-direction: column; gap: 20px; }
.contact-copy .h2 { color: #fff; }
.contact-copy p { font-size: 18px; color: rgba(255, 255, 255, .92); max-width: 440px; }
.contact-copy .btn { align-self: flex-start; }
.contact-copy .btn svg { color: var(--whatsapp); width: 20px; height: 20px; }
.contact-list { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; font-size: 15px; color: rgba(255, 255, 255, .88); }
.contact-list a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1024px) { .contact { grid-template-columns: 1fr; gap: 36px; border-radius: 24px; } }

.form { position: relative; padding: 32px; border-radius: 22px; background: #fff; color: var(--ink); display: flex; flex-direction: column; gap: 16px; }
.form h2, .form h3 { font-size: 26px; letter-spacing: -.02em; }
.form .hint { font-size: 15px; color: var(--muted); }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid #D6D8E8; background: #fff; color: var(--ink); font: inherit; font-size: 16px; font-weight: 400; }
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 4px rgba(84, 56, 252, .15); }
.field .opt { font-weight: 400; color: var(--subtle); }
.field > span { display: block; }
.form .btn { width: 100%; }
.form .legal { font-size: 12px; color: var(--subtle); text-align: center; line-height: 1.5; }
.form .legal a { color: var(--subtle); text-decoration: underline; }
@media (max-width: 560px) { .form { padding: 22px; } }

/* ---------- page hero (subpages) ---------- */
.page-hero { padding: clamp(40px, 6vw, 80px) 0 0; }
.page-hero .container { display: flex; flex-direction: column; gap: 24px; }
.page-hero .display { max-width: 900px; font-size: clamp(38px, 5vw, 62px); }
.page-hero .lead { max-width: 720px; }
.breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--muted); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: var(--line-strong); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--violet); }

/* dark LP hero */
.lp-hero { background: var(--ink); color: #fff; padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 112px); position: relative; overflow: hidden; }
.lp-hero .deco { position: absolute; left: -160px; bottom: -200px; width: 560px; opacity: .05; pointer-events: none; }
.lp-hero .container { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.lp-hero .display { color: #fff; font-size: clamp(38px, 5vw, 64px); }
.lp-hero .display em { color: var(--cyan-soft); }
.lp-hero .lead { color: var(--on-navy); max-width: 580px; }
.pill { align-self: flex-start; padding: 8px 14px; border-radius: 999px; background: rgba(0, 204, 212, .14); color: var(--cyan-soft); font-size: 14px; font-weight: 600; }
.checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; font-size: 17px; color: #E3E6F5; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; }
.checklist svg { width: 20px; height: 20px; color: var(--cyan-soft); flex: none; margin-top: 3px; }
.checklist--light { color: var(--text); font-size: 16px; }
.checklist--light svg { color: var(--violet); }
.lp-hero .form { box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .5); }
@media (max-width: 1024px) { .lp-hero .container { grid-template-columns: 1fr; gap: 48px; } }

.pain { color: #8A2B2B; font-size: 15px; text-decoration: line-through; }

.case { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; padding: clamp(28px, 4vw, 56px); border-radius: 28px; background: #fff; border: 1px solid var(--line); }
.case-media { min-height: 320px; border-radius: 20px; background: var(--violet-tint); display: grid; place-items: center; color: var(--violet-ink); padding: 24px; text-align: center; }
@media (max-width: 1024px) { .case { grid-template-columns: 1fr; gap: 32px; } .case-media { min-height: 220px; } }

.cta-bar { margin-top: var(--section); padding: clamp(32px, 5vw, 64px); border-radius: 28px; background: var(--violet); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 32px 48px; flex-wrap: wrap; }
.cta-bar .h2 { color: #fff; max-width: 680px; font-size: clamp(28px, 3.4vw, 42px); }

/* prose */
.prose { max-width: 760px; }
.prose h2 { font-size: 26px; margin: 48px 0 12px; letter-spacing: -.02em; }
.prose p, .prose li { color: var(--text); font-size: 17px; line-height: 1.7; }
.prose p + p { margin-top: 14px; }
.prose ul { padding-left: 22px; }

/* ---------- footer ---------- */
.site-footer { margin-top: clamp(80px, 9vw, 120px); padding: 72px 0 40px; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 12px; font-size: 15px; }
.footer-grid img { width: 160px; margin-bottom: 6px; }
.footer-grid p { color: var(--muted); max-width: 340px; line-height: 1.6; }
.footer-title { font-weight: 600; color: var(--ink); }
.footer-grid a, .footer-grid address { color: var(--muted); font-style: normal; }
.footer-grid a:hover { color: var(--violet); }
.footer-bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 12px 32px; flex-wrap: wrap; font-size: 13px; color: var(--subtle); }
.footer-bottom a { color: var(--subtle); }
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- floating WhatsApp ---------- */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: var(--whatsapp); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 28px -10px rgba(8, 28, 102, .5); transition: transform .15s; }
.wa-float:hover { color: #fff; transform: scale(1.06); }
.wa-float svg { width: 28px; height: 28px; }
