/* ==========================================================================
   Sempre Fácil — V2 (site estático)
   Assinatura visual: o "raio folha" do símbolo SF (cantos TL/BR arredondados,
   TR/BL retos) aplicado a fotos, cards e botões de destaque.
   ========================================================================== */

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy: #06245c;
  --deep: #03163e;
  --blue: #0757c8;
  --blue-2: #176bd7;
  --sky: #9cc3ff;
  --orange: #ff681c;

  /* Laranja só para TEXTO sobre fundo claro: o --orange da marca
     dá 2.90:1 e reprova em WCAG AA. Fundos e barras seguem --orange. */
  --orange-text: #c94300;

  /* Preenchimento de BOTÃO: o --orange/--wa da marca com texto branco
     dá 2.90:1 e 2.71:1, abaixo do mínimo AA. Estes tokens valem só para
     o fundo dos botões; o resto da paleta segue inalterado. */
  --orange-btn: #d24600;
  --orange-btn-hover: #bb3e00;
  --wa-btn: #188842;
  --wa-btn-hover: #157439;
  --orange-2: #ff8b4d;
  --wa: #1fb457;
  --wa-dark: #107c3d;
  --ink: #101a34;
  --muted: #5e6d87;
  --line: #dfe6f1;
  --soft: #f4f7fc;
  --white: #fff;
  --leaf: 30px 0 30px 0;
  --leaf-sm: 16px 0 16px 0;
  --shadow: 0 18px 55px rgba(13, 42, 88, .10);
  --header-h: 80px;
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, picture { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
p { margin: 0; }
address { font-style: normal; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 104px 0; }
.icon { width: 1em; height: 1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; }

.skip-link { position: fixed; left: 12px; top: 12px; z-index: 999; transform: translateY(-180%); padding: 12px 16px; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--orange-2); outline-offset: 3px; }

/* --- Tipografia de seção ------------------------------------------------- */
.kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-2); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--orange); }
.section-heading h2, .center-heading h2, .journey-intro h2 { margin-top: 16px; color: var(--navy); font-size: clamp(34px, 4vw, 52px); }
.section-heading h2 span, .center-heading h2 span, .journey-intro h2 span { color: var(--blue); font-weight: 600; }
.section-heading > p a { color: var(--blue); font-weight: 700; text-decoration: underline; }
.center-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.center-heading .kicker { justify-content: center; }
.center-heading > p { max-width: 640px; margin: 20px auto 0; color: var(--muted); font-size: 17px; }

/* --- Botões ---------------------------------------------------------------- */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 14px; font-size: 15px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button .icon { font-size: 20px; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { color: #fff; background: var(--orange-btn); box-shadow: 0 12px 28px rgba(255, 106, 26, .28); }
.button-primary:hover { background: var(--orange-btn-hover); }
.button-wa { color: #fff; background: var(--wa-btn); box-shadow: 0 12px 28px rgba(31, 180, 87, .28); }
.button-wa:hover { background: var(--wa-btn-hover); }
.button-navy { color: #fff; background: var(--navy); }

/* --- Header ---------------------------------------------------------------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 60; height: var(--header-h); background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-bottom-color: rgba(9, 38, 91, .10); box-shadow: 0 6px 30px rgba(6, 36, 92, .06); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand-link { flex: 0 0 auto; }
.brand-logo { width: 196px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { color: #43526e; font-size: 14px; font-weight: 650; padding: 6px 0; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--blue); border-bottom-color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-wa { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 14px; border-radius: 12px; color: var(--wa-dark); background: #e9f9ef; font-size: 14px; font-weight: 750; transition: background .2s; }
.header-wa:hover { background: #d5f3e0; }
.header-wa .icon { font-size: 20px; }
.header-cta { display: inline-flex; align-items: center; height: 44px; padding: 0 18px; border-radius: 12px; color: #fff; background: var(--navy); font-size: 14px; font-weight: 750; box-shadow: 0 8px 26px rgba(6, 36, 92, .2); transition: background .2s; }
.header-cta:hover { background: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: #edf3fb; color: var(--navy); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; z-index: 59; top: var(--header-h); left: 0; right: 0; padding: 8px 20px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 28px rgba(7, 28, 69, .12); }
.mobile-nav.is-open { display: grid; }
.mobile-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--navy); }
.mobile-nav .mobile-wa { display: flex; align-items: center; gap: 10px; color: var(--wa-dark); border-bottom: 0; }
.mobile-nav .mobile-wa .icon { font-size: 20px; }

/* --- Hero ------------------------------------------------------------------ */
.hero { position: relative; margin-top: var(--header-h); padding: 88px 0 72px; color: #fff; background: var(--deep); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 15% 20%, rgba(7, 87, 200, .40), transparent 60%), radial-gradient(45% 60% at 95% 90%, rgba(76, 45, 226, .35), transparent 60%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #a5c6ff; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 14ch; margin: 22px 0 22px; font-size: clamp(40px, 4.6vw, 64px); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 span { color: var(--sky); font-weight: 600; }
.hero-copy > p { max-width: 560px; color: #d8e4f7; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .15); color: #cbdaf1; font-size: 13px; font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof .icon { color: #8cb9ff; font-size: 16px; }

.hero-visual { position: relative; }
.hero-photo { position: relative; aspect-ratio: 4 / 3.3; border-radius: 64px 0 64px 0; overflow: hidden; box-shadow: 0 40px 90px rgba(0, 0, 0, .45); background: #0b2a66; }
.hero-photo picture, .hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo img { object-fit: cover; object-position: 62% 40%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 22, 62, 0) 55%, rgba(3, 22, 62, .55)); pointer-events: none; }
.hero-badge { position: absolute; left: -22px; bottom: 34px; width: 92px; height: 92px; filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .4)); }
.hero-card { position: absolute; right: -14px; top: 26px; display: grid; gap: 4px; padding: 16px 18px; border-radius: var(--leaf-sm); background: #fff; color: var(--navy); box-shadow: 0 18px 50px rgba(0, 0, 0, .35); }
.hero-card strong { font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.hero-card span { color: var(--muted); font-size: 12px; font-weight: 650; }

/* --- Faixa de confiança ---------------------------------------------------- */
.trust { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 50px rgba(16, 38, 79, .06); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 26px 24px; border-right: 1px solid var(--line); color: #4b5a76; font-size: 13.5px; line-height: 1.45; font-weight: 650; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: var(--leaf-sm); background: #edf4ff; color: var(--blue); font-size: 22px; }
.trust-number { color: var(--navy); font-size: 40px; line-height: 1; font-weight: 800; letter-spacing: -.05em; }

/* --- Empresa / história ---------------------------------------------------- */
.company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.section-heading { position: sticky; top: calc(var(--header-h) + 40px); }
.section-heading > p { margin-top: 18px; color: var(--muted); }
.company-copy .lead { color: var(--ink); font-size: 22px; line-height: 1.5; font-weight: 550; margin-bottom: 26px; }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; }
.timeline li { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline time, .timeline .when { color: var(--orange-text); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding-top: 4px; }
.timeline h3 { color: var(--navy); font-size: 19px; margin-bottom: 8px; }
.timeline p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.group-signature { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.group-signature img { width: 56px; height: 56px; }
.group-signature strong { display: block; color: var(--navy); font-size: 17px; }
.group-signature span { color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

/* --- Soluções -------------------------------------------------------------- */
.solutions { position: relative; overflow: hidden; color: #fff; background: var(--deep); }
.solutions-header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.solutions .section-heading { position: static; }
.solutions h2 { color: #fff; }
.solutions .kicker { color: #3785ea; }
.solutions h2 span { color: var(--sky); }
.solutions-header > p { color: #aebed8; font-size: 16px; line-height: 1.75; }
.solution-cards { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; margin-top: 52px; }
.solution-card { position: relative; display: flex; flex-direction: column; min-height: 380px; padding: 36px; border-radius: var(--leaf); overflow: hidden; }
.solution-card.featured { background: linear-gradient(145deg, #0b60cd, #293bd2); }
.solution-card.future { border: 1px solid rgba(255, 255, 255, .15); background: rgba(255, 255, 255, .045); }
.card-status { align-self: flex-start; padding: 7px 11px; border-radius: 999px; background: rgba(255, 255, 255, .14); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.solution-card h3 { margin: 54px 0 12px; font-size: 28px; }
.solution-card p { color: #d2e2f8; line-height: 1.7; }
.solution-card ul { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; font-size: 14px; font-weight: 650; }
.solution-card li { display: flex; align-items: center; gap: 10px; }
.solution-card li .icon { color: #ffb386; font-size: 18px; }
.solution-card .card-cta { margin-top: auto; padding-top: 28px; }
.solution-card .card-cta a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 750; font-size: 14px; }
.solution-card .card-cta a:hover { text-decoration: underline; }
.future-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.future-tags span { padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 10px; color: #cad7ec; font-size: 12px; font-weight: 650; }

/* --- Por que ser parceiro -------------------------------------------------- */
.benefits { background: var(--soft); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.benefit-card { padding: 32px; border: 1px solid #e1e8f2; border-radius: var(--leaf); background: #fff; box-shadow: 0 12px 40px rgba(18, 48, 96, .05); transition: transform .25s, box-shadow .25s; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(18, 48, 96, .10); }
.benefit-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: var(--leaf-sm); color: var(--blue); background: #eaf2ff; font-size: 26px; }
.benefit-card h3 { margin: 26px 0 10px; color: var(--navy); font-size: 20px; }
.benefit-card p { color: var(--muted); font-size: 14.5px; line-height: 1.75; }

/* --- Jornada (processo) ---------------------------------------------------- */
.journey-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.journey-intro > p { margin-top: 18px; color: var(--muted); font-size: 17px; }
.journey-wa { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 18px 20px; border-radius: var(--leaf-sm); background: #e9f9ef; color: var(--wa-dark); }
.journey-wa .icon { font-size: 26px; flex: 0 0 auto; }
.journey-wa strong { display: block; color: #0d6b36; }
.journey-wa span { font-size: 13px; }
.journey-wa a { color: inherit; font-weight: 750; text-decoration: underline; }
.journey-steps { counter-reset: step; padding: 0; margin: 0; list-style: none; }
.journey-steps li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; padding: 24px 0; border-top: 1px solid var(--line); }
.journey-steps li:last-child { border-bottom: 1px solid var(--line); }
.journey-steps li::before { counter-increment: step; content: counter(step); width: 48px; height: 48px; display: grid; place-items: center; border-radius: var(--leaf-sm); background: var(--navy); color: #fff; font-weight: 800; }
.journey-steps h3 { color: var(--navy); font-size: 18px; margin-bottom: 6px; }
.journey-steps p { color: #344461; font-size: 15.5px; line-height: 1.6; }

/* --- Cadastro -------------------------------------------------------------- */
.form-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #061f51, #082d70 55%, #3128a8 120%); }
.form-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.form-intro { padding-top: 28px; }
.form-intro h2 { margin-top: 16px; color: #fff; font-size: clamp(34px, 4vw, 52px); }
.form-intro h2 span { color: var(--sky); font-weight: 600; }
.form-intro > p { margin: 22px 0 26px; color: #c1d1ea; line-height: 1.75; }
.form-slogan { margin-bottom: 26px; padding: 15px 17px; border-left: 3px solid var(--orange); border-radius: 0 12px 12px 0; background: rgba(255, 255, 255, .07); font-weight: 700; }
.form-feature { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .12); color: #cfdaeb; font-size: 14px; line-height: 1.5; }
.form-feature .icon { color: var(--sky); font-size: 20px; margin-top: 2px; }
.form-feature strong { color: #fff; }
.form-wa { margin-top: 28px; }
.form-wa .button { width: 100%; }
.form-wa small { display: block; margin-top: 10px; color: #b7c8e1; font-size: 12px; text-align: center; }

.partner-form { min-width: 0; padding: 34px; border-radius: var(--leaf); background: #fff; color: var(--ink); box-shadow: 0 30px 75px rgba(0, 0, 0, .25); }
.form-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-step { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-title-row h3 { margin-top: 6px; color: var(--navy); font-size: 24px; }
.secure-form { display: inline-flex; align-items: center; gap: 6px; height: max-content; padding: 7px 10px; border-radius: 9px; background: #f0f5fc; color: #4b6384; font-size: 10px; font-weight: 750; text-transform: uppercase; white-space: nowrap; }
.secure-form .icon { font-size: 14px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: #374661; font-size: 12.5px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d8e1ed; border-radius: 10px; background: #fbfcfe; color: var(--ink); font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 46px; padding: 0 12px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235e6d87' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
.field textarea { min-height: 104px; padding: 12px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(7, 87, 200, .12); }
.field input:user-invalid, .field select:user-invalid { border-color: #d63b3b; }
.field .field-error { display: none; margin-top: 6px; color: #b42323; font-size: 12px; font-weight: 600; }
.field.has-error .field-error { display: block; }
.field.has-error input, .field.has-error select { border-color: #d63b3b; }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; }
.consent-row input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--blue); }
.consent-row label { color: #65728a; font-size: 12.5px; line-height: 1.55; }
.consent-row a { color: var(--blue); text-decoration: underline; }
.submit-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.submit-row .button { width: 100%; min-height: 52px; }
.submit-row .button-navy .icon { font-size: 20px; }
.privacy-note { margin-top: 12px; color: #657388; text-align: center; font-size: 11.5px; }
.form-status { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 10px; background: #eaf8f1; color: #087347; font-size: 13.5px; font-weight: 600; }
.form-status.is-visible { display: block; }
.form-status.is-error { background: #fdeeee; color: #a31d1d; }
.button[aria-busy="true"] { opacity: .7; pointer-events: none; }

/* --- FAQ ------------------------------------------------------------------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--leaf-sm); background: #fff; overflow: hidden; }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; color: var(--navy); font-size: 16.5px; font-weight: 750; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { font-size: 20px; color: var(--blue); transition: transform .25s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { padding: 0 22px 20px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.faq-list details a { color: var(--blue); font-weight: 700; text-decoration: underline; }

/* --- Rodapé ---------------------------------------------------------------- */
.site-footer { color: #c8d4e8; background: #020e2a; }
.footer-top { display: grid; grid-template-columns: 1.25fr .75fr 1fr 1fr; gap: 44px; padding: 70px 0 54px; }
.footer-brand img { width: 196px; height: auto; }
.footer-brand p { margin-top: 18px; color: #8394b0; font-size: 14px; line-height: 1.7; }
.footer-top h3 { margin: 3px 0 16px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-col { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.footer-col a, .footer-col address { margin-bottom: 10px; color: #a7b6cc; font-size: 13.5px; line-height: 1.7; overflow-wrap: anywhere; }
.footer-col a:hover { color: #fff; }
.footer-col a.footer-wa { display: inline-flex; align-items: center; gap: 8px; color: #7ee0a3; font-weight: 700; }
.footer-col a.footer-wa .icon { font-size: 18px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 22px 0; border-block: 1px solid rgba(255, 255, 255, .08); }
.footer-legal-links a { font-size: 12.5px; font-weight: 700; }
.footer-legal-links a:hover { color: #fff; }
.company-note { padding: 22px 0; }
.company-note p { max-width: 1060px; color: #8293ad; font-size: 11.5px; line-height: 1.75; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0 28px; border-top: 1px solid rgba(255, 255, 255, .08); color: #7d8fac; font-size: 11.5px; }

/* --- Botão flutuante WhatsApp --------------------------------------------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 55; display: inline-flex; align-items: center; gap: 10px; height: 56px; padding: 0 20px 0 16px; border-radius: 28px 8px 28px 28px; color: #fff; background: var(--wa-btn); font-size: 14px; font-weight: 750; box-shadow: 0 14px 34px rgba(31, 180, 87, .40); transition: transform .2s, background .2s, opacity .2s; }
.wa-float .icon { font-size: 26px; }
.wa-float:hover { transform: translateY(-2px); background: var(--wa-btn-hover); }
.wa-float.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }

/* --- Reveal ---------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
html.no-js .reveal { opacity: 1; transform: none; }

/* --- Páginas legais / 404 (mantidas e ajustadas) --------------------------- */
.legal-page { background: #f2f5fa; }
.legal-header { height: var(--header-h); background: #fff; border-bottom: 1px solid #dce4ef; }
.legal-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.legal-header img { width: 190px; height: auto; }
.legal-back { color: var(--navy); font-size: 13px; font-weight: 750; }
.legal-hero { color: #fff; background: linear-gradient(130deg, var(--deep), #092e70 72%, #3025a1 130%); }
.legal-hero-inner { padding: 70px 0 64px; }
.legal-hero .kicker { color: #a5c6ff; }
.legal-hero h1 { margin: 15px 0 16px; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.045em; }
.legal-hero p { color: #b7c8e1; font-size: 13px; }
.legal-hero nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.legal-hero nav a { padding: 11px 15px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 10px; background: rgba(255, 255, 255, .06); font-size: 12.5px; font-weight: 700; }
.legal-content { max-width: 980px; padding-top: 56px; padding-bottom: 78px; }
.legal-block { scroll-margin-top: 24px; margin-bottom: 34px; padding: 48px 56px; border: 1px solid #dce4ef; border-radius: var(--leaf); background: #fff; box-shadow: 0 16px 50px rgba(16, 42, 84, .055); }
.legal-title { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.legal-title small { color: var(--blue); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-title h2 { margin-top: 6px; color: var(--navy); font-size: 32px; }
.legal-intro { color: #35445f; font-size: 17px; line-height: 1.75; }
.legal-item { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 24px 0; border-top: 1px solid var(--line); }
.legal-item > span { color: var(--orange-text); font-size: 12px; font-weight: 850; }
.legal-item h3 { margin-bottom: 8px; color: var(--navy); font-size: 18px; }
.legal-item p { color: #5b6a83; font-size: 14.5px; line-height: 1.8; }
.legal-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid #dce4ef; border-radius: 20px; background: #dce4ef; }
.legal-contact div { padding: 24px; background: #fff; color: #66758e; font-size: 12.5px; line-height: 1.6; }
.legal-contact strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: 13px; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: linear-gradient(135deg, var(--deep), #092e70); color: #fff; text-align: center; }
.error-box { max-width: 620px; }
.error-box img { width: 220px; margin: 0 auto 40px; }
.error-code { color: var(--sky); font-size: 80px; font-weight: 850; letter-spacing: -.06em; line-height: 1; }
.error-box h1 { margin-top: 10px; font-size: 38px; }
.error-box p { margin-top: 14px; color: #c6d5eb; line-height: 1.7; }
.error-box .actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 26px; }

/* --- Responsivo ------------------------------------------------------------ */
@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 560px; }
  .hero-badge { left: -10px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2n) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .company-grid, .journey-grid, .form-shell, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { position: static; }
  .solutions-header, .solution-cards { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 80px 0; }
  .hero { padding: 56px 0 56px; }
  .hero h1 { max-width: none; }
  .hero-photo { border-radius: 40px 0 40px 0; }
  .hero-card { right: 8px; top: 14px; padding: 12px 14px; }
  .hero-card strong { font-size: 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .legal-block { padding: 36px 30px; }
  .legal-contact { grid-template-columns: 1fr; }
  .wa-float { right: 16px; bottom: 16px; height: 54px; padding: 0 16px; }
}
@media (max-width: 480px) {
  :root { --header-h: 68px; }
  .shell { width: min(100% - 32px, 1180px); }
  .brand-logo { width: 150px; }
  .header-wa span { display: none; }
  .header-wa { width: 44px; padding: 0; justify-content: center; }
  .hero h1 { font-size: 40px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-badge { width: 68px; height: 68px; left: -4px; bottom: 18px; }
  .section-heading h2, .center-heading h2, .form-intro h2 { font-size: 34px; }
  .company-copy .lead { font-size: 19px; }
  .timeline li { grid-template-columns: 1fr; gap: 6px; }
  .solution-card { padding: 26px; min-height: 0; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .partner-form { padding: 24px 18px; }
  .secure-form { display: none; }
  .submit-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-header img { width: 150px; }
  .legal-hero-inner { padding: 52px 0; }
  .legal-block { padding: 28px 18px; }
  .legal-title h2 { font-size: 27px; }
  .legal-item { grid-template-columns: 30px 1fr; }
  .error-box h1 { font-size: 30px; }
  .wa-float span { display: none; }
  .wa-float { width: 56px; padding: 0; justify-content: center; border-radius: 28px 8px 28px 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
@media print {
  .site-header, .wa-float, .mobile-nav, .menu-toggle { display: none !important; }
  .hero { margin-top: 0; }
}
