:root {
  color-scheme: light;
  --ink: #11213f;
  --muted: #5b6d89;
  --blue: #0d6dff;
  --blue-dark: #084aa9;
  --teal: #0b9f91;
  --line: #dfe8f2;
  --surface: #f5f9fd;
  --white: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

a { color: var(--blue-dark); }

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
}

.nav,
.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 38px;
  overflow: hidden;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.35);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  font-size: .95rem;
}

.nav-links a { text-decoration: none; }

.hero {
  overflow: hidden;
  padding: 96px 0 88px;
  background: linear-gradient(135deg, #f5f9ff 0%, #fff 54%, #effcf9 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: center;
  gap: 64px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

h1,
h2,
h3 { line-height: 1.15; }

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  letter-spacing: -.045em;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.15rem;
}

.hero-card {
  padding: 30px;
  border: 1px solid #d7e6f5;
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 70px rgba(31, 79, 128, .13);
}

.hero-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: 1.15rem;
}

.hero-card p { margin: 0; color: var(--muted); }

.section { padding: 82px 0; }

.section.alt { background: var(--surface); }

.section-heading { max-width: 680px; margin-bottom: 34px; }

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -.035em;
}

.section-heading p { margin: 0; color: var(--muted); }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.card h3 { margin: 0 0 10px; font-size: 1.18rem; }

.card p { margin: 0; color: var(--muted); }

.legal-box {
  padding: 34px;
  border: 1px solid #cfe1f1;
  border-radius: 18px;
  background: var(--white);
}

.legal-box h2 { margin-top: 0; }

.legal-box p { margin: 12px 0; }

.legal-box address { font-style: normal; }

.legal-box strong { color: var(--blue-dark); }

.site-footer {
  padding: 42px 0;
  color: #dce9fa;
  background: #0e2141;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.site-footer h2 { margin: 0 0 14px; color: var(--white); font-size: 1.1rem; }

.site-footer p { margin: 8px 0; }

.site-footer a { color: #b9e9e2; }

.footer-note { margin-top: 30px !important; color: #a7bad4; font-size: .88rem; }

@media (max-width: 760px) {
  .nav, .container { width: min(100% - 28px, 1120px); }
  .nav { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .brand { width: 104px; height: 36px; }
  .nav-links { gap: 12px 16px; }
  .hero { padding: 62px 0; }
  .hero-grid, .cards, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; }
  .section { padding: 58px 0; }
  .legal-box { padding: 24px; }
}
/* Página institucional de uma única tela */
:root {
  --landing-navy: #0c2345;
  --landing-navy-soft: #163a68;
  --landing-ink: #10213d;
  --landing-muted: #60718a;
  --landing-line: #dce7f1;
  --landing-blue: #1478ee;
  --landing-teal: #0db6a1;
}

html, body { width: 100%; height: 100%; }

body {
  overflow: hidden;
  color: var(--landing-ink);
  background: #f6f9fc;
}

.landing {
  display: grid;
  grid-template-columns: minmax(300px, 38%) minmax(0, 62%);
  width: 100%;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
}

.brand-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 78px);
  color: #fff;
  background: radial-gradient(circle at 15% 10%, #1b5a96 0, transparent 42%), linear-gradient(155deg, var(--landing-navy-soft), var(--landing-navy) 62%);
}

.brand-content { max-width: 390px; }

.wordmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 340px);
  height: clamp(112px, 17vh, 168px);
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px #06152c55;
}

.wordmark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.35);
}

.brand-kicker,
.eyebrow,
.fact-label {
  margin: 0;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.brand-kicker { color: #8de5d8; }

.brand-message {
  max-width: 340px;
  margin: 14px 0 26px;
  color: #d9e9fb;
  font-size: clamp(1.35rem, 2.25vw, 2rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.product-badge {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid #75d9ca66;
  border-radius: 999px;
  color: #b9fff3;
  background: #0db6a122;
  font-size: .82rem;
  font-weight: 750;
}

.brand-footer,
.legal-note {
  position: absolute;
  right: clamp(28px, 5vw, 78px);
  bottom: 24px;
  left: clamp(28px, 5vw, 78px);
  margin: 0;
  color: #a6bdd9;
  font-size: .69rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.identity-panel {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(28px, 5vw, 86px);
  background: #fff;
}

.identity-content { width: min(100%, 760px); }
.eyebrow { color: var(--landing-teal); }

h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  color: var(--landing-ink);
  font-size: clamp(2rem, 4.15vw, 4.25rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.identity-content h1 { margin-top: 0; }

.intro {
  max-width: 660px;
  margin: 0;
  color: var(--landing-muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.45;
}

.facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  max-width: 360px;
  margin-top: clamp(24px, 4vh, 40px);
}

.fact,
.contact-card {
  border: 1px solid var(--landing-line);
  border-radius: 14px;
  background: #fbfdff;
}

.fact { padding: 16px 18px; }
.fact-label { display: block; color: #7890aa; }

.fact strong {
  display: block;
  margin-top: 7px;
  color: var(--landing-navy-soft);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.contact-card { margin-top: 12px; padding: 18px; }

address {
  max-width: 680px;
  margin: 8px 0 14px;
  color: var(--landing-ink);
  font-size: clamp(.88rem, 1.25vw, 1rem);
  font-style: normal;
  line-height: 1.45;
}

.contact-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.contact-links a { color: var(--landing-blue); font-size: .9rem; font-weight: 700; text-decoration: none; }

.product-note {
  max-width: 700px;
  margin: clamp(18px, 3vh, 28px) 0 0;
  color: var(--landing-muted);
  font-size: clamp(.82rem, 1.1vw, .95rem);
  line-height: 1.45;
}

.product-note strong { color: var(--landing-navy-soft); }
.legal-note { color: #91a4bb; text-align: right; }

@media (max-width: 820px) {
  .landing { grid-template-columns: 1fr; grid-template-rows: 35svh 65svh; min-height: 640px; }
  .brand-panel { padding: 22px 28px; }
  .brand-content { max-width: 100%; }
  .wordmark { width: min(240px, 70vw); height: 86px; margin-bottom: 14px; }
  .brand-message { margin: 7px 0 12px; font-size: 1.2rem; }
  .brand-footer { display: none; }
  .identity-panel { align-items: flex-start; padding: 26px 28px 44px; }
  h1 { margin: 9px 0 12px; font-size: clamp(1.75rem, 8vw, 2.6rem); }
  .intro { font-size: .92rem; }
  .facts { margin-top: 16px; }
  .fact, .contact-card { padding: 12px 14px; }
  .product-note { margin-top: 14px; font-size: .78rem; }
  .legal-note { right: 28px; bottom: 16px; left: 28px; font-size: .58rem; }
}
