/* V2.8 — legibilidade, CMS editorial e mensuração */
:root {
  --text-small: 12.5px;
  --text-body: 14px;
  --text-lead: 15.5px;
}

.main-nav a { font-size: var(--text-small); }
.hero-title { font-size: clamp(36px, 3.7vw, 48px); }
.hero-description { font-size: var(--text-lead); line-height: 1.7; }
.hero-image-frame { margin: 0; }
.hero-kicker, .section-eyebrow { font-size: 11px; }
.button { font-size: var(--text-small); }
.text-link { font-size: var(--text-small); }
.hero-control { width: 40px; height: 40px; }
.hero-dot { position: relative; width: 28px; height: 28px; background: transparent; }
.hero-dot::after { content: ""; position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 99px; background: #c9d5e5; transform: translate(-50%,-50%); }
.hero-dot.is-active { width: 28px; background: transparent; }
.hero-dot.is-active::after { width: 22px; background: var(--cobalt); }

.trust-item span { font-size: 13.5px; line-height: 1.5; }
.trust-item strong { font-size: 21px; }

.solution-layout { grid-template-columns: 190px 1fr; }
.solution-card { min-height: 274px; padding: 24px 20px 21px; }
.solution-card h3 { font-size: 19px; }
.solution-card p { font-size: var(--text-body); line-height: 1.62; }
.solution-cta { font-size: var(--text-small); line-height: 1.4; }


.post-category { font-size: 11px; }
.post-card h3 { font-size: 19px; }
.post-card p { font-size: var(--text-body); line-height: 1.6; }
.post-link { font-size: var(--text-small); }
.post-card img { height: 172px; }
.post-content { padding: 20px; }

.contact-box p { font-size: var(--text-body); line-height: 1.7; }
.footer-brand p { font-size: var(--text-small); line-height: 1.6; }
.footer-grid h3 { font-size: 11px; }
.footer-grid a, .footer-grid > div > span { font-size: 12px; line-height: 1.55; }
.footer-bottom { font-size: 11px; }
.analytics-settings { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.analytics-settings:hover, .analytics-settings:focus-visible { color: #fff; }

.analytics-consent { position: fixed; left: 20px; right: 20px; bottom: 18px; z-index: 120; width: min(calc(100% - 40px), 920px); display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-inline: auto; padding: 17px 19px; border: 1px solid #d9e3ed; border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.98); box-shadow: 0 18px 55px rgba(11,19,43,.18); }
.analytics-consent strong { display: block; color: var(--navy); font-size: 13px; }
.analytics-consent p { max-width: 580px; margin: 3px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.5; }
.analytics-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.analytics-consent button { min-height: 40px; padding: 8px 12px; border: 1px solid #b9c9df; border-radius: 8px; color: var(--cobalt); background: #fff; font: 700 12px "Montserrat", sans-serif; cursor: pointer; }
.analytics-consent button.is-primary { border-color: var(--cobalt); color: #fff; background: var(--cobalt); }

a:focus-visible, button:focus-visible { outline: 3px solid rgba(34,193,195,.5); outline-offset: 3px; }

@media (max-width: 1080px) {
  .solution-layout { grid-template-columns: 1fr; }
  .solution-intro h2 { max-width: 560px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
}

@media (max-width: 760px) {
  .hero-title { font-size: clamp(31px, 8.7vw, 36px); }
  .solution-card { min-height: 230px; }
  .solution-grid { grid-template-columns: 1fr; }
  .analytics-consent { align-items: stretch; flex-direction: column; gap: 13px; }
  .analytics-consent-actions { width: 100%; }
  .analytics-consent button { flex: 1; }
}

@media (max-width: 480px) {
  .hero-controls { flex-wrap: wrap; gap: 7px; }
  .hero-progress { order: 10; flex: 0 0 150px; }
  .analytics-consent-actions { flex-direction: column-reverse; }
}
