/* =========================================================================
   IUPI — folha de estilo única
   Tokens extraídos dos estilos computados do site anterior (CMS legado).
   ========================================================================= */

/* ---------- Fontes (self-hosted, sem Google Fonts em runtime) ---------- */

@font-face {
  font-family: 'General Sans';
  src: url('/assets/fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('/assets/fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('/assets/fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('/assets/fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  font-weight: 400 800; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
  font-weight: 400 800; font-style: normal; font-display: swap;
  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;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto400-latin.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto400-latin-ext.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
  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;
}
@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto500-latin.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto500-latin-ext.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
  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;
}

/* ---------- Tokens ---------- */

:root {
  --ink:            #10101b;   /* títulos */
  --ink-soft:       rgba(16, 16, 27, .6);
  --ink-softer:     rgba(10, 14, 21, .6);
  --body:           #4e4e4e;
  --navy:           #1c2639;   /* botões, rodapé */
  --mint:           #caefe8;   /* card +6 BI */
  --mint-pale:      #ebfaf7;   /* pill do hero */
  --teal:           #3bcbb0;   /* texto do pill */
  --teal-bright:    #29dbba;   /* checks */
  --teal-link:      #3c9c8a;   /* link do rodapé */
  --blue:           #c6e0f9;   /* card +90,06%, CTA, ícones */
  --wash:           rgba(28, 38, 57, .02);
  --rule:           #9f9f9f;
  --white:          #fff;
  --whatsapp:       #25d366;

  --display: 'General Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ui:      'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text:    'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Larguras de conteúdo do original: seções 1320px, header/rodapé 1140px,
     faixa de indicadores 1300px. Os valores abaixo já incluem a gutter. */
  --container: 1360px;
  --container-narrow: 1180px;
  --gutter: 20px;
  --radius: 12px;
}

/* ---------- Base ---------- */

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

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

body {
  margin: 0;
  background: var(--white);
  color: var(--body);
  font: 400 16px/26px var(--ui);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

h1, h2, h3 { margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

svg { width: 1em; height: 1em; fill: currentColor; }

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container--narrow { max-width: var(--container-narrow); }

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

.h-display {
  font-family: var(--display);
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -2px;
  color: var(--ink);
}

.h-eyebrow {
  font-family: var(--display);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.62;
  color: var(--ink-soft);
}

.lead {
  font-family: var(--display);
  font-weight: 500;
  font-size: 17px;
  line-height: 30.6px;
  color: var(--ink-softer);
}

/* ---------- Botões ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 23px 26px;
  border: 0;
  border-radius: 8px;
  font: 500 16px/16px var(--ui);
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.btn__icon { font-size: 17px; flex: none; }

.btn--dark { background: var(--navy); color: var(--white); }
.btn--dark:hover { background: #263349; }
.btn--dark:active { transform: translateY(1px); }

.btn--whatsapp {
  background: var(--whatsapp);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
}
.btn--whatsapp:hover { background: #1fbb59; }
.btn--whatsapp .btn__icon { font-size: 22px; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 23px 26px;
  border-radius: 118px;
  background: var(--mint-pale);
  color: var(--teal);
  font: 700 16px/16px var(--ui);
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .2s ease;
}
.badge:hover { background: #ddf5f0; }
.badge__icon { font-size: 17px; flex: none; }

/* ---------- Header ---------- */

.site-header { padding-block: 20px; }
.site-logo { display: inline-block; }

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

.hero { padding-block: 20px 0; }

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}

.hero__text { display: flex; flex-direction: column; align-items: flex-start; }
.hero__text .h-display { margin-top: 28px; max-width: 636px; }
.hero__text .lead { margin-top: 20px; max-width: 530px; }
.hero__text .btn { margin-top: 34px; }

/* ---------- Registradoras ---------- */

.registradoras { margin-top: 120px; }

.logo-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 30px;
}
/* Larguras herdadas dos tamanhos renderizados no site original. */
.logo-row img { margin-inline: auto; }
.logo-row li:nth-child(1) img { width: 211px; }
.logo-row li:nth-child(2) img { width: 237px; }
.logo-row li:nth-child(3) img { width: 284px; }
.logo-row li:nth-child(4) img { width: 165px; }

/* ---------- Indicadores ---------- */

.stats { margin-top: 60px; }

.stats__grid {
  display: grid;
  grid-template-columns: 369fr 407fr 471fr;
  gap: 26px;
  align-items: stretch;
  max-width: 1340px;   /* 1300 de conteúdo + gutter */
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-height: 247px;
  border-radius: var(--radius);
  padding: 24px 30px;
}
.stat-card--mint { background: var(--mint); }
.stat-card--blue { background: var(--blue); }

.stat-card__value {
  font-family: var(--display);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: var(--ink);
}
.stat-card__value--sm { font-size: 40px; font-weight: 600; }

.stat-card__text {
  font: 400 17px/30.6px var(--text);
  color: var(--ink-softer);
}

.video-card {
  min-height: 247px;
  border-radius: var(--radius);
  background: var(--navy);
  display: grid;
  place-items: center;
}

.video-card__play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}
.video-card__play:hover { transform: scale(1.06); background: var(--mint-pale); }

/* ---------- Blocos de texto (Acompanhe / Nós ajudamos) ---------- */

.pitch { margin-top: 110px; }

.pitch__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
}
.pitch__inner .h-display { max-width: 860px; }
.pitch__inner .lead { margin-top: 22px; max-width: 620px; }
.pitch__inner .btn { margin-top: 34px; }

.check-list {
  margin-top: 34px;
  display: grid;
  gap: 8px;
  text-align: left;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font: 500 22px/34px var(--text);
  color: var(--ink);
}
.check-list svg { font-size: 26px; color: var(--teal-bright); flex: none; }

/* ---------- Vivencie (imagem + texto) ---------- */

.split { margin-top: 110px; }

.split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.split__text { display: flex; flex-direction: column; align-items: flex-start; }
.split__text .lead { margin-top: 22px; }
.split__text .btn { margin-top: 34px; }

/* ---------- Diferenciais ---------- */

.features {
  margin-top: 110px;
  background: var(--wash);
  padding-block: 116px 83px;
}

.features__title { text-align: center; max-width: 620px; margin-inline: auto; }

.features__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
/* No original cada coluna tem 440px com 32px de recuo interno (card = 376px). */
.feature { padding-inline: 32px; }

.feature__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--navy);
  font-size: 25px;
  margin-bottom: 16px;
}

.feature__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: var(--ink);
}

.feature__text {
  margin-top: 6px;
  font: 500 18px/28px var(--ui);
  color: rgba(15, 15, 26, .6);
}

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

.cta { background: var(--blue); padding-block: 100px; }

.cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
.cta__action { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.cta__text { font: 400 17px/30.6px var(--text); color: var(--ink-softer); }

/* ---------- Rodapé ---------- */

.site-footer { background: var(--navy); color: var(--white); }

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 40px;
}

.footer__brand { display: flex; align-items: center; gap: 26px; max-width: 620px; }
.footer__brand p { font: 400 17px/26px var(--text); }

.footer__links { display: flex; gap: 28px; }
.footer__links li,
.footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 400 16px/26px var(--text);
  text-decoration: none;
}
.footer__links svg { font-size: 14px; flex: none; }
.footer__links a:hover { text-decoration: underline; }

.footer__bottom { padding-bottom: 30px; text-align: center; }
.footer__bottom hr { border: 0; border-top: 1px solid var(--rule); margin: 0 0 26px; }
.footer__bottom p { font: 400 17px/26px var(--text); }
.footer__bottom a {
  font-family: var(--text);
  font-size: 12px;
  color: var(--teal-link);
  text-decoration: none;
}
.footer__bottom a:hover { text-decoration: underline; }

/* ---------- Popup de contato ---------- */

.modal[hidden] { display: none; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: start center;
  padding: 100px 20px 40px;
  overflow-y: auto;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.modal__box {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: var(--white);
  border-radius: 4px;
  padding: 36px 32px 32px;
  text-align: center;
  color: var(--body);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.modal__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: var(--navy);
}

.modal__box hr { border: 0; border-top: 1px solid #e9e9e9; margin: 20px 0; }
.modal__box p { font: 400 16px/26px var(--ui); }
.modal__cta { margin-top: 22px; }

.modal__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 16px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.modal__close:hover { background: #2c3a54; }

body.is-locked { overflow: hidden; }

/* =========================================================================
   Tablet — o layout anterior passava a coluna única a partir de 1024px
   ========================================================================= */

@media (max-width: 1024px) {
  :root { --container: 1024px; }

  .hero__grid,
  .split__grid,
  .cta__grid { grid-template-columns: 1fr; }

  .hero__text .h-display { max-width: none; }

  .split__grid { gap: 30px; }
  .split__media { order: -1; }

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

  .pitch__inner { align-items: flex-start; text-align: left; max-width: none; }

  .footer__top { flex-direction: row; align-items: flex-start; }
}

/* =========================================================================
   Mobile
   ========================================================================= */

@media (max-width: 767px) {
  .h-display { font-size: 32px; line-height: 32px; letter-spacing: -1px; }

  .site-header .container { display: flex; justify-content: center; }

  .hero { padding-top: 10px; }
  .hero__text { align-items: center; text-align: center; }
  .hero__text .lead { max-width: none; }

  .registradoras { margin-top: 70px; text-align: center; }
  .logo-row { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; }

  .stat-card__value { font-size: 32px; }
  .stat-card__value--sm { font-size: 32px; }

  .pitch { margin-top: 80px; }
  .pitch__inner { align-items: center; text-align: center; }
  .check-list li { font-size: 16px; line-height: 28px; align-items: flex-start; }
  .check-list svg { font-size: 22px; margin-top: 3px; }

  .split { margin-top: 80px; }

  .features { margin-top: 80px; padding-block: 80px 60px; }
  .features__grid { grid-template-columns: 1fr; gap: 40px; }
  .feature { display: flex; flex-direction: column; align-items: center; text-align: center; }

  .cta { padding-block: 70px 80px; }
  .cta__action { align-items: flex-start; }

  .footer__top { flex-direction: column; align-items: center; text-align: center; padding-block: 34px; }
  .footer__brand { flex-direction: column; gap: 18px; }
  .footer__links { justify-content: center; }

  .modal { padding-top: 60px; }
  .modal__close { top: -12px; right: 0; }
}

/* ---------- Acessibilidade ---------- */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
