/* ===================================================================
   Movva — estilos das páginas internas (Soluções, Sobre, Blog,
   Contato, Confirmação, Privacidade)
   =================================================================== */

/* ---------- header / hero das páginas internas ---------- */
.page-hero {
  position: relative;
  background: linear-gradient(180deg, #0b65c0 26.4%, #04203e 100%);
  color: #fff;
  overflow: hidden;
}

.page-hero .site-header { padding: 25px 0 30px; }

.nav-cta { margin-left: 20px; }

@media (max-width: 900px) {
  .nav-cta { display: none; }
}

.btn-outline {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px 30px;
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.btn-outline:hover { background: #fff; color: var(--blue); }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 0;
}

.hero-copy { padding: 30px 0 90px; }

.hero-copy .eyebrow { background: var(--yellow); font-size: 14px; }
.hero-copy .eyebrow-light { background: #fff; color: var(--blue); }

.hero-copy h1 {
  margin-top: 24px;
  font-weight: 700;
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: 1.15;
  text-transform: uppercase;
  max-width: 656px;
}

.hero-copy .hero-p {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.5;
  max-width: 625px;
}

.hero-copy .btn { margin-top: 44px; }

.hero-img { align-self: end; }
.hero-img img { width: 100%; max-width: 750px; margin: 0 auto; }

/* ---------- blocos genéricos ---------- */
.eyebrow-yellow { background: var(--yellow) !important; color: #fff !important; }
.eyebrow-bright { background: #1b6ce6 !important; }

/* ===================================================================
   SOLUÇÕES
   =================================================================== */

/* Como a Movva atua */
.sol-atua { background: #ebf2fe; padding: 120px 0; }

.sol-atua h2 { color: #1b6ce6; font-weight: 800; font-size: clamp(32px, 2.7vw, 52px); line-height: 1.15; }

.sol-atua .section-sub { font-size: 18px; line-height: 1.7; color: var(--text); max-width: 760px; text-align: center; }

.sol-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 64px;
  align-items: start;
}

/* Vetor 136:221 do Figma (1920x207 em coords da página): journey em x=300,
   linha no topo y=+163; escala horizontal = largura do grid / 1320 */
.sol-journey::before {
  content: '';
  position: absolute;
  left: -22.73%;
  top: 161px;
  width: 145.45%;
  height: auto;
  aspect-ratio: 1920 / 207;
  background: url('../assets/sol-journey-line.svg') no-repeat 0 0 / 100% 100%;
  pointer-events: none;
}

.sol-card {
  position: relative;
  background: var(--blue);
  border-radius: 16px;
  padding: 24px 28px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.sol-card:nth-child(1) { margin-top: 40px; }
.sol-card:nth-child(3) { margin-top: 60px; }

.sol-card-icon {
  width: 72px; height: 72px;
  border-radius: 36px;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sol-card-icon img { width: 32px; height: 32px; }

.sol-card-num {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: .75;
}

.sol-card h3 { font-family: var(--font-body); font-weight: 800; font-size: 22px; line-height: 1.3; }
.sol-card p { font-size: 14px; line-height: 1.7; }

/* Custo zero / planos */
.sol-planos { background: var(--blue); padding: 120px 0; }

.sol-planos .section-header h2 { color: #fff; font-size: clamp(32px, 2.4vw, 46px); line-height: 1.2; max-width: 1000px; }
.sol-planos .section-sub { color: var(--blue-light); font-size: 18px; line-height: 1.6; max-width: 1100px; text-align: center; }

.sol-planos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}

.plan-card {
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.plan-card-light { background: #fff; border: 1px solid #e5e7eb; }
.plan-card-dark { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); }

.plan-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 8px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}
.plan-card-light .plan-badge { background: #ebf2fe; color: #1b6ce6; }
.plan-card-dark .plan-badge { background: rgba(255, 255, 255, .1); color: var(--yellow); }

.plan-card h3 { font-weight: 700; font-size: 28px; margin-top: 12px; }
.plan-card-light h3 { color: var(--navy); }
.plan-card-dark h3 { color: #fff; }

.plan-divider { height: 1px; width: 100%; }
.plan-card-light .plan-divider { background: #e5e7eb; }
.plan-card-dark .plan-divider { background: rgba(255, 255, 255, .2); }

.plan-items { display: flex; flex-direction: column; gap: 32px; }

.plan-item { display: flex; gap: 20px; align-items: flex-start; }

.plan-item-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-card-light .plan-item-icon { background: #1b6ce6; }
.plan-card-dark .plan-item-icon { background: rgba(255, 255, 255, .12); }
.plan-item-icon img { width: 22px; height: 22px; }

.plan-item h4 { font-family: var(--font-body); font-weight: 700; font-size: 18px; line-height: 1.4; }
.plan-card-light .plan-item h4 { color: var(--navy); }
.plan-card-dark .plan-item h4 { color: #fff; }

.plan-item p { font-size: 14px; line-height: 1.6; margin-top: 6px; }
.plan-card-light .plan-item p { color: #4b5563; }
.plan-card-dark .plan-item p { color: var(--blue-light); }

/* Parceria */
.sol-parceria { background: #fff; padding: 100px 0; }

.sol-parceria .section-header h2 { font-size: clamp(32px, 2.4vw, 46px); line-height: 1.2; }
.sol-parceria .section-sub { font-size: 18px; line-height: 1.5; color: var(--text); text-align: center; }

.sol-parceria-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}

.parceria-card {
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  min-height: 380px;
}
.parceria-card-blue { background: var(--blue); }
.parceria-card-navy { background: var(--navy); }

.parceria-card h3 { font-weight: 700; font-size: clamp(26px, 1.9vw, 36px); }

.parceria-card ul {
  margin-top: 24px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.parceria-card li {
  position: relative;
  padding-left: 22px;
  font-size: clamp(17px, 1.1vw, 21px);
  line-height: 1.4;
}

.parceria-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px; height: 10px;
  border-radius: 50%;
}
.parceria-card-blue li::before { background: var(--yellow); }
.parceria-card-navy li::before { background: var(--blue); }

.parceria-seta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 114px;
  z-index: 2;
}

/* O que pode ser gamificado */
.sol-gamif { position: relative; background: var(--blue); padding: 100px 0; color: #fff; overflow: hidden; }

.sol-gamif-header { max-width: 620px; }
.sol-gamif-header h2 { font-size: clamp(32px, 2.4vw, 46px); line-height: 1.2; color: #fff; margin-top: 20px; }
.sol-gamif-header p { margin-top: 26px; font-size: 18px; line-height: 1.5; color: var(--blue-light); max-width: 497px; }

/* Grupo 127:1790 do Figma: 624px, borda direita a 348px da borda da página (1920) */
.sol-gamif-visual {
  position: absolute;
  right: calc(50% - 612px);
  top: 61px;
  width: 624px;
  pointer-events: none;
}
.sol-gamif-visual .sg-img { width: 91.6%; margin-left: 8.4%; }
.sol-gamif-visual .sg-phone { position: absolute; left: 0; top: 45px; width: 38.3%; }

.sol-gamif-cards {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 108px;
}

.gamif-card { border-radius: 16px; padding: 32px; }
.gamif-card-glass { background: rgba(255, 255, 255, .12); align-self: start; }
.gamif-card-yellow { background: var(--yellow); margin-top: 196px; }

.gamif-card h3 { font-weight: 700; font-size: 24px; color: #fff; }
.gamif-card .gamif-desc { margin-top: 18px; font-size: 16px; line-height: 1.4; }

.gamif-card ul { margin-top: 20px; display: flex; flex-direction: column; gap: 14px; }
.gamif-card li { display: flex; align-items: center; gap: 12px; font-size: 16px; line-height: 1.4; }
.gamif-card li img { width: 28px; height: 28px; flex-shrink: 0; }

/* O que muda para a instituição */
.sol-muda { background: #fff; padding: 100px 0; }

.sol-muda .section-header h2 { font-size: clamp(32px, 2.4vw, 46px); line-height: 1.2; }
.sol-muda .section-sub { font-size: 18px; line-height: 1.5; color: var(--text); text-align: center; max-width: 800px; }

.sol-ganhos-title {
  margin-top: 64px;
  text-align: center;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 28px;
  color: var(--yellow);
}

.sol-ganhos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.ganho-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--blue-light);
  border-radius: 16px;
  padding: 16px;
}
.ganho-card img { width: 24px; height: 24px; flex-shrink: 0; }
.ganho-card p { font-weight: 600; font-size: 16px; color: var(--navy); }

/* Metodologia MAD-PRIx */
.sol-madprix { background: #fcfdfe; padding: 100px 0; }

.madprix-badge {
  display: inline-block;
  border: 1px solid #1b6ce6;
  background: rgba(27, 108, 230, .08);
  color: #1b6ce6;
  border-radius: 20px;
  padding: 8px 16px;
  font-family: 'Inter', var(--font-title), sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.sol-madprix h2 {
  font-family: 'Inter', var(--font-title), sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 2.3vw, 44px);
  line-height: 1.2;
  color: var(--blue);
}

.sol-madprix .section-sub {
  font-family: 'Inter', var(--font-body), sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #475569;
  text-align: center;
  max-width: 1000px;
}

.madprix-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 64px;
  font-family: 'Inter', sans-serif;
}

.madprix-col { display: flex; flex-direction: column; gap: 20px; }

.madprix-col-title { padding-bottom: 8px; }
.madprix-col-title .kicker { font-weight: 800; font-size: 14px; }
.madprix-col-title h3 { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 24px; margin-top: 8px; }
.madprix-mad .kicker, .madprix-mad h3 { color: var(--blue); }
.madprix-prix .kicker { color: var(--navy); }
.madprix-prix h3 { color: #0f172a; }

.madprix-card {
  border-radius: 16px;
  padding: 28px;
  color: #fff;
  min-height: 150px;
}
.madprix-mad .madprix-card { background: #1b6ce6; }
.madprix-prix .madprix-card { background: #0a1b3d; }

.madprix-card-top { display: flex; align-items: center; gap: 16px; }

.madprix-icon {
  width: 44px; height: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.madprix-mad .madprix-icon { background: rgba(255, 255, 255, .13); }
.madprix-prix .madprix-icon { background: #ffb800; }
.madprix-icon img { width: 22px; height: 22px; }

.madprix-card h4 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 20px; }
.madprix-card p { margin-top: 16px; font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.5; color: #e8f1ff; }

.madprix-arrow { width: 72px; }

.madprix-closing {
  margin: 64px auto 0;
  max-width: 960px;
  text-align: center;
  font-size: clamp(19px, 1.25vw, 24px);
  line-height: 1.35;
  color: var(--blue);
}

/* ===================================================================
   SOBRE A MOVVA
   =================================================================== */
.page-hero-rounded { border-radius: 0 0 30px 30px; }

.sobre-h1 { text-transform: none !important; font-size: clamp(34px, 2.9vw, 56px) !important; line-height: 1.1 !important; }

.sobre-hero .hero-p { max-width: 660px; opacity: .95; line-height: 1.6; }
.sobre-hero .hero-p + .hero-p { margin-top: 18px; }

.sobre-hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 480px;
}
.sobre-hero-visual img { position: absolute; }
.shv-mlines { left: 0; top: 20%; width: 100%; }
.shv-elearning { left: 18%; top: 12%; width: 60%; }
.shv-smart { right: -2%; top: 40%; width: 33%; }
.shv-writing { left: 0; top: 6%; width: 33%; }

/* Sombra do grupo 127:2032 no Figma: DROP_SHADOW 0/84 raio 104 preto 75%.
   No drop-shadow() do Chrome o equivalente visual é ~metade do raio (calibrado por medição). */
.shv-elearning, .shv-smart, .shv-writing {
  filter: drop-shadow(0 84px 52px rgba(0, 0, 0, .75));
}

.sobre-historia { background: #fff; padding: 100px 0; }

.sobre-grid {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 80px;
  align-items: start;
}

.sobre-grid h2 { font-weight: 700; font-size: clamp(32px, 2.5vw, 48px); line-height: 1.2; color: var(--blue); margin-top: 22px; }

.sobre-texto p { font-size: 16px; line-height: 1.6; color: var(--text); }
.sobre-texto .st-destaque { font-size: 18px; }
.sobre-texto p + p { margin-top: 24px; }

.sobre-quote {
  background: var(--yellow);
  padding: 120px 0;
  text-align: center;
  color: #fff;
}

.quote-mark-img { width: 62px; margin: 0 auto; transform: rotate(180deg); }

.sobre-quote blockquote {
  margin: 32px auto 0;
  max-width: 1150px;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 1.15;
}

.sobre-quote cite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.cite-line { display: inline-block; width: 38px; height: 1px; background: #fff; }

/* trajetória */
.sobre-trajetoria { background: #fff; padding: 100px 0; }

.trajetoria-grid { display: grid; grid-template-columns: 480px 1fr; gap: 80px; }

.trajetoria-grid h2 { font-weight: 700; font-size: clamp(32px, 2.5vw, 48px); line-height: 1.2; color: var(--blue); margin-top: 22px; }

.tj-list { display: flex; flex-direction: column; gap: 20px; }

.tj-item { display: flex; gap: 40px; }

.tj-marker { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 80px; }

.tj-year {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 20px;
}

.tj-connector { flex: 1; min-height: 110px; width: 6px; border-radius: 3px; background: var(--yellow); }

.tj-item h3 { font-weight: 500; font-size: 28px; line-height: 1.3; color: var(--blue-deep); padding-top: 12px; }
.tj-item p { margin-top: 12px; font-size: 16px; line-height: 1.6; color: var(--text); }

/* impacto */
.sobre-impacto { background: var(--blue-light); padding: 100px 0; }

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

.impacto-grid h2 { font-weight: 700; font-size: clamp(32px, 2.5vw, 48px); line-height: 1.2; color: var(--blue); margin-top: 22px; }

.impacto-texto p { margin-top: 24px; font-size: 16px; line-height: 1.6; color: var(--text); }
.impacto-texto .ip-destaque { font-size: 18px; }

.impacto-nums { display: flex; flex-direction: column; gap: 48px; }

.impacto-num .in-value { font-family: var(--font-title); font-weight: 700; font-size: clamp(48px, 3.75vw, 72px); color: var(--blue); line-height: 1.1; }
.impacto-num .in-label { margin-top: 10px; font-weight: 700; font-size: 20px; color: var(--blue-deep); }

/* CTA final */
.sobre-cta { background: #fff; padding: 80px 0; }

.sobre-cta-card {
  border-radius: 24px;
  padding: 80px 100px;
  background: radial-gradient(ellipse 65% 190% at 50% 50%, #0b65c0 0%, #0954a0 25%, #08437f 50%, #06315f 75%, #04203e 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.sobre-cta-card h2 { margin-top: 24px; font-weight: 700; font-size: clamp(30px, 2.5vw, 48px); line-height: 1.2; }
.sobre-cta-card p { margin-top: 24px; font-size: 18px; line-height: 1.6; opacity: .9; max-width: 800px; }
.sobre-cta-card .btn { margin-top: 40px; }

/* ===================================================================
   BLOG
   =================================================================== */
.blog-hero { position: relative; }

.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/blog-hero-bg.jpg') center / cover no-repeat;
  opacity: .2;
  border-radius: 0 0 30px 30px;
  pointer-events: none;
}

.blog-hero .site-header, .blog-hero .hero-grid { position: relative; }

.blog-temas { background: #fff; padding: 100px 0; }

.temas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 56px;
}

.tema-card {
  background: #f5f7fc;
  border-radius: 16px;
  padding: 32px;
  min-height: 280px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .06));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.tema-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tema-icon img { width: 24px; height: 24px; }

.tema-card h3 { font-weight: 700; font-size: 20px; line-height: 1.3; color: #0b65c1; margin-top: auto; }
.tema-card p { font-size: 15px; line-height: 1.5; color: var(--text); }

.tema-card .btn-mini {
  margin-top: auto;
  background: #0a66bf;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 30px;
  transition: background .2s;
}
.tema-card .btn-mini:hover { background: #094e94; }

.blog-artigos { background: var(--blue-light); padding: 100px 0; }

.artigos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
}

.artigo-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 40px 5px rgba(132, 132, 132, .2);
  display: flex;
  flex-direction: column;
}

.artigo-card > img { width: 100%; height: 220px; object-fit: cover; }

.artigo-body { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 16px; flex: 1; }

.artigo-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }

.artigo-tag {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 12px;
  color: #0b65c1;
  background: var(--blue-light);
  border-radius: 100px;
  padding: 4px 12px;
  white-space: nowrap;
}

.artigo-data { font-size: 13px; color: var(--text); opacity: .6; }

.artigo-body h3 { font-weight: 700; font-size: 22px; line-height: 1.3; color: #0b65c1; }
.artigo-body p { font-size: 15px; line-height: 1.5; color: var(--text); }

.artigo-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 15px;
  color: #0b65c1;
}
.artigo-link img { width: 16px; height: 16px; }
.artigo-link:hover { text-decoration: underline; }

/* ===================================================================
   CONTATO
   =================================================================== */
.contato-hero-copy { padding: 30px 0 80px; }

.contato-main { background: #fff; padding: 120px 0; }

.contato-grid {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 120px;
  align-items: start;
}

.contato-info h2 { font-weight: 700; font-size: clamp(32px, 2.5vw, 48px); line-height: 1.2; color: var(--blue); margin-top: 32px; }
.contato-info .ci-destaque { margin-top: 20px; font-weight: 600; font-size: 20px; line-height: 1.4; color: var(--text); }
.contato-info > p:not(.ci-destaque) { margin-top: 20px; font-size: 16px; line-height: 1.6; color: var(--text); }

.contato-form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
}

.form-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.form-field-full { grid-column: 1 / -1; }

.form-field label { font-weight: 600; font-size: 16px; color: var(--text); }

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-width: 0;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 16px;
  height: 48px;
  outline: none;
  background: #fff;
  transition: border-color .2s;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: #808080; }
.form-field select:invalid { color: #808080; }
.form-field select {
  appearance: none;
  background: url('../assets/icon-chevron-down.svg') no-repeat right 16px center / 16px;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--blue); }

.form-field textarea { resize: vertical; min-height: 120px; height: auto; }

.form-hint { grid-column: 1 / -1; font-size: 13px; line-height: 18px; color: #808080; }
.form-hint a { color: var(--blue); text-decoration: underline; }

.contato-form .btn { grid-column: 1 / -1; justify-self: start; border: none; cursor: pointer; background: var(--blue); margin-top: 8px; }
.contato-form .btn:hover { box-shadow: 0 8px 24px rgba(11, 101, 192, .35); }

.contato-whats { background: #0b65c1; padding: 80px 0; text-align: center; color: #fff; }
.cw-icon { width: 48px; margin: 0 auto 20px; }
.contato-whats h2 { font-weight: 700; font-size: clamp(28px, 2.1vw, 40px); }
.contato-whats p { margin-top: 20px; font-size: 18px; color: #ccd9e5; }

.btn-whats {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  background: #25d366;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 30px;
  transition: transform .2s, box-shadow .2s;
}
.btn-whats img { width: 20px; height: 20px; }
.btn-whats:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37, 211, 102, .4); }

/* confirmação */
.obrigado-header { background: var(--navy); }

.obrigado-main { background: #fff; padding: 120px 0 80px; text-align: center; }

.ob-check {
  width: 100px; height: 100px;
  margin: 0 auto;
  border-radius: 50px;
  background: #d4ebf7;
  border: 4px solid var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 8px 30px rgba(11, 101, 192, .5));
}
.ob-check img { width: 40px; height: 40px; }

.obrigado-main h1 { margin-top: 32px; font-weight: 700; font-size: clamp(32px, 2.9vw, 56px); line-height: 1.1; color: var(--navy); }
.obrigado-main .ob-sub { margin: 32px auto 0; max-width: 750px; font-size: 18px; line-height: 1.6; color: var(--text); }

.ob-enquanto-section {
  background: var(--blue-light);
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  padding: 80px 0 100px;
  text-align: center;
}
.ob-enquanto-section h2 { font-weight: 700; font-size: 32px; color: var(--blue); }
.ob-enquanto-section p { margin: 16px auto 0; max-width: 800px; font-size: 16px; line-height: 1.6; color: var(--text); }

.ob-actions { display: flex; gap: 24px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.ob-actions .btn-sec {
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 30px;
  padding: 15px 30px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  transition: background .2s, color .2s;
}
.ob-actions .btn-sec:hover { background: var(--blue); color: #fff; }
.ob-actions .btn { background: var(--blue); border-radius: 30px; }

/* ===================================================================
   POLÍTICA DE PRIVACIDADE
   =================================================================== */
.priv-hero { background: var(--blue-light); padding: 80px 0; }
.priv-hero h1 { margin-top: 24px; font-weight: 700; font-size: clamp(34px, 2.9vw, 56px); line-height: 1.15; color: var(--navy); }
.priv-hero p { margin-top: 24px; font-size: 18px; line-height: 32px; color: var(--text); max-width: 1100px; }

.priv-main { background: #fff; padding: 80px 0 100px; }

.priv-content section + section { margin-top: 56px; border-top: 1px solid #e2e8f0; padding-top: 56px; }

.priv-content h2 { font-weight: 700; font-size: 32px; line-height: 40px; color: var(--navy); }
.priv-content p { margin-top: 24px; font-size: 16px; line-height: 28px; color: var(--text); }
.priv-content ul { margin-top: 16px; padding-left: 12px; display: flex; flex-direction: column; gap: 12px; }
.priv-content li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
}
.priv-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px; height: 8px;
  border-radius: 4px;
  background: var(--yellow);
}
.priv-content .priv-note { font-weight: 700; color: var(--navy); }

/* ===================================================================
   RESPONSIVO — páginas internas
   =================================================================== */
@media (max-width: 1500px) {
  .sol-gamif-visual { width: 480px; }
}

@media (max-width: 1200px) {
  .sol-ganhos-grid { grid-template-columns: 1fr 1fr; }
  .temas-grid, .artigos-grid { grid-template-columns: 1fr 1fr; }
  .sol-gamif-visual { display: none; }
  .madprix-flow { grid-template-columns: 1fr; }
  .madprix-arrow { transform: rotate(90deg); margin: 0 auto; }
}

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-img { display: none; }
  .sol-journey { grid-template-columns: 1fr; }
  .sol-journey::before { display: none; }
  .sol-card:nth-child(1), .sol-card:nth-child(3) { margin-top: 0; }
  .sol-planos-grid { grid-template-columns: 1fr; }
  .sol-parceria-grid { grid-template-columns: 1fr; gap: 40px; }
  .parceria-seta { display: none; }
  .sol-gamif-cards { grid-template-columns: 1fr; margin-top: 60px; }
  .gamif-card-yellow { margin-top: 0; }
  .sobre-grid, .trajetoria-grid, .impacto-grid, .contato-grid { grid-template-columns: 1fr; gap: 48px; }
  .sobre-hero-visual { display: none; }
  .sobre-cta-card { padding: 60px 28px; }
  .tj-item { gap: 24px; }
  .tj-item h3 { font-size: 22px; }
}

@media (max-width: 700px) {
  /* hero das internas mais compacto */
  .hero-copy { padding: 12px 0 64px; }
  .hero-copy h1 { margin-top: 20px; font-size: 28px; }
  .hero-copy .hero-p { margin-top: 20px; font-size: 16px; }
  .hero-copy .btn { margin-top: 32px; width: 100%; }
  .contato-hero-copy { padding: 12px 0 56px; }

  /* soluções */
  .sol-atua, .sol-planos, .sol-parceria, .sol-gamif, .sol-muda, .sol-madprix { padding: 64px 0; }
  .sol-atua .section-sub, .sol-planos .section-sub, .sol-parceria .section-sub,
  .sol-muda .section-sub, .sol-madprix .section-sub { font-size: 16px; }
  .sol-journey { margin-top: 40px; }
  .sol-ganhos-grid { grid-template-columns: 1fr; }
  .sol-ganhos-title { margin-top: 40px; font-size: 24px; }
  .sol-planos-grid { margin-top: 40px; gap: 24px; }
  .plan-card { padding: 30px; gap: 28px; }
  .plan-items { gap: 24px; }
  .sol-parceria-grid { margin-top: 40px; }
  .parceria-card { padding: 28px; min-height: 0; }
  .parceria-card ul { padding-left: 10px; }
  .sol-gamif-cards { margin-top: 40px; gap: 24px; }
  .madprix-flow { margin-top: 40px; }
  .madprix-closing { margin-top: 40px; }

  /* sobre */
  .sobre-historia, .sobre-trajetoria, .sobre-impacto { padding: 64px 0; }
  .sobre-quote { padding: 64px 0; }
  .sobre-cta { padding: 56px 0; }
  .sobre-cta-card { padding: 48px 24px; }
  .tj-item { gap: 20px; }
  .tj-year { width: 64px; height: 64px; font-size: 17px; }
  .tj-marker { width: 64px; }
  .tj-connector { min-height: 70px; }
  .tj-item h3 { padding-top: 8px; }
  .impacto-num .in-label { font-size: 17px; }

  /* blog */
  .blog-temas, .blog-artigos { padding: 64px 0; }
  .temas-grid, .artigos-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .tema-card { min-height: 0; }

  /* contato / obrigado / privacidade */
  .contato-main { padding: 64px 0; }
  .contato-form { grid-template-columns: 1fr; padding: 24px 20px; gap: 18px; }
  .contato-form .btn { width: 100%; }
  .contato-whats { padding: 64px 0; }
  .btn-whats { width: 100%; justify-content: center; }
  .obrigado-main { padding: 72px 0 56px; }
  .ob-enquanto-section { padding: 56px 0 64px; }
  .ob-actions { flex-direction: column; gap: 14px; margin-top: 32px; }
  .ob-actions .btn, .ob-actions .btn-sec { width: 100%; text-align: center; }
  .priv-hero { padding: 56px 0; }
  .priv-main { padding: 56px 0 72px; }
  .priv-content section + section { margin-top: 40px; padding-top: 40px; }
  .priv-content h2 { font-size: 26px; line-height: 1.25; }
}
