
:root {
  --navy: #0a2f5d;
  --navy-2: #0f3768;
  --gold: #d3a041;
  --gold-soft: #efd7a3;
  --ink: #0f2748;
  --text: #2c3848;
  --muted: #5e6673;
  --light: #fbfaf7;
  --white: #ffffff;
  --border: rgba(10, 47, 93, 0.10);
  --shadow: 0 22px 50px rgba(10, 29, 54, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--light);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.eyebrow {
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--gold);
  text-transform: uppercase;
  margin: 0 0 16px;
}
.hero {
  position: relative;
  min-height: 860px;
  background: url('assets/hero-familia.png') center center / cover no-repeat;
  overflow: visible;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 18, 31, .84) 0%, rgba(10, 18, 31, .72) 26%, rgba(10, 18, 31, .20) 56%, rgba(10, 18, 31, 0) 78%),
    linear-gradient(180deg, rgba(10, 18, 31, .20) 0%, rgba(10, 18, 31, .28) 100%);
}
.hero .container,
.nav-shell,
.hero__content { position: relative; z-index: 2; }
.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 28px;
  background: rgba(255,255,255,.96);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  box-shadow: 0 16px 40px rgba(20, 36, 57, 0.08);
}
.brand img { width: 132px; height: auto; }
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav a {
  font-weight: 700;
  color: var(--ink);
  position: relative;
}
.nav a.active::after,
.nav a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 32px;
  height: 3px;
  border-radius: 99px;
  background: var(--gold);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 18px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn span { font-size: 1.2em; line-height: 1; }
.btn--nav,
.btn--primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(9, 36, 72, 0.18);
}
.btn--hero-cta {
  background: rgba(10, 47, 93, 0.92);
  color: var(--gold-soft);
  border: 1.5px solid rgba(211, 160, 65, 0.72);
  box-shadow: 0 16px 28px rgba(9, 36, 72, 0.26);
}
.btn--hero-cta:hover {
  background: #0c396f;
  color: #f5deb0;
}
.btn--primary:hover,
.btn--nav:hover { background: #0c396f; }
.btn--nav-gold {
  color: var(--gold-soft);
  border: 1.5px solid rgba(211, 160, 65, 0.72);
  box-shadow: 0 16px 28px rgba(9, 36, 72, 0.24);
}
.btn--nav-gold:hover {
  color: #f5deb0;
}
.btn--outline {
  border: 1.6px solid rgba(222, 177, 78, .75);
  color: var(--gold-soft);
  background: rgba(0, 0, 0, .18);
}
.btn--outline:hover { background: rgba(7, 18, 36, .44); }
.icon--mini { width: 20px; height: 20px; display: inline-flex; }
.icon--mini svg { width: 100%; height: 100%; }
.hero__content {
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 56px 0 92px;
}
.hero__copy {
  width: min(560px, 100%);
  color: var(--white);
}
.hero__eyebrow { color: var(--gold-soft); margin-bottom: 24px; }
.hero h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.3rem, 7vw, 6rem);
  line-height: .9;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.hero h1 em {
  color: var(--gold);
  font-style: normal;
}
.hero__text {
  margin: 30px 0 0;
  max-width: 430px;
  font-size: 1.35rem;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
}
.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 34px;
}
.hero__actions .btn { min-width: 300px; }
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 1.8rem;
}
.acolhimento {
  background: #fff;
  padding: 24px 0 88px;
  position: relative;
  z-index: 5;
  overflow: visible;
}
.acolhimento__grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 26px;
}
.acolhimento__media {
  margin-top: -250px;
  position: relative;
  z-index: 10;
}
.acolhimento__media img {
  width: 100%;
  max-width: 700px;
  border-radius: 0;
  margin-left: -18px;
}
.acolhimento__copy { padding: 54px 0 0; }
.acolhimento__copy h2,
.section-head h2,
.card h3 {
  color: var(--ink);
}
.acolhimento__copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.2rem, 4.4vw, 4.6rem);
  line-height: .95;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.line {
  display: block;
  width: 52px;
  height: 4px;
  background: var(--gold);
  border-radius: 99px;
  margin: 20px 0 24px;
}
.lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.65;
}
.pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0;
}
.pill {
  border: 1px solid rgba(13, 39, 76, 0.08);
  background: #fff;
  padding: 16px 14px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 92px;
}
.pill__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  color: var(--gold);
}
.pill__icon svg { width: 100%; height: 100%; }
.pill span:last-child {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.25;
}
.btn--copy { padding-inline: 26px; }
.solucoes {
  background: var(--light);
  padding: 52px 0 48px;
}
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}
.section-head h2 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: .96;
  font-weight: 600;
}
.section-head p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}
.cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(13, 39, 76, 0.07);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.card__image {
  width: 100%;
  height: 128px;
  object-fit: cover;
}
.card__badge {
  position: absolute;
  top: 104px;
  left: 16px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(7, 33, 66, .24);
}
.card__badge svg { width: 26px; height: 26px; }
.card__body {
  padding: 34px 18px 18px;
}
.card__body h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.card__body p {
  margin: 0 0 18px;
  color: var(--text);
  line-height: 1.55;
  min-height: 120px;
}
.card__body a {
  color: var(--gold);
  font-weight: 800;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.trust-strip {
  background: linear-gradient(90deg, #082b57 0%, #0a3565 100%);
  padding: 20px 0;
}
.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(255,255,255,.95);
  padding: 8px 10px;
}
.trust-item + .trust-item { border-left: 1px solid rgba(255,255,255,.12); }
.trust-item__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  color: var(--gold);
}
.trust-item__icon svg { width: 100%; height: 100%; }
.trust-item h4 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
}
.trust-item p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.45;
}
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  background: #25D366;
  color: #fff;
  font-weight: 800;
  padding: 16px 22px;
  border-radius: 999px;
  box-shadow: 0 14px 24px rgba(0,0,0,.18);
}
@media (max-width: 1180px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
  .card__body p { min-height: auto; }
}
@media (max-width: 980px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    background: rgba(255,255,255,.98);
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(17, 38, 67, 0.14);
  }
  .nav.is-open { display: flex; }
  .hero { min-height: auto; }
  .hero__content { min-height: 620px; padding: 64px 0 88px; }
  .hero h1 { font-size: clamp(3.3rem, 10vw, 4.9rem); }
  .hero__text { font-size: 1.1rem; }
  .acolhimento__grid { grid-template-columns: 1fr; }
  .acolhimento__media { margin-top: -170px; }
  .acolhimento__media img { max-width: 640px; margin: 0 auto; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; }
  .trust-item + .trust-item { border-left: none; }
}
@media (max-width: 720px) {
  .hero { background-position: 72% center; }
  .nav-shell { padding: 14px 18px; border-radius: 0 0 22px 22px; }
  .brand img { width: 108px; }
  .hero__content { min-height: 560px; padding: 42px 0 64px; }
  .hero__copy { max-width: 100%; }
  .hero h1 { font-size: 3.1rem; }
  .hero__actions { width: 100%; }
  .btn { width: 100%; }
  .acolhimento { padding-bottom: 56px; }
  .acolhimento__media { margin-top: -96px; }
  .acolhimento__copy h2,
  .section-head h2 { font-size: 2.5rem; }
  .pills { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .trust-strip__grid { grid-template-columns: 1fr; gap: 10px; }
  .trust-item { border-top: 1px solid rgba(255,255,255,.12); }
  .trust-item:first-child { border-top: none; }
  .whatsapp-float { right: 16px; bottom: 16px; padding: 14px 18px; }
}


/* V5 — Simulação + FAQ + Rodapé */
.simulacao {
  padding: 86px 0;
  background: linear-gradient(135deg, #082b57 0%, #0b3565 100%);
  color: #fff;
}
.simulacao__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
}
.simulacao__copy .eyebrow { color: var(--gold-soft); }
.simulacao__copy h2 {
  margin: 0 0 18px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 4.5vw, 4.5rem);
  line-height: .96;
  font-weight: 600;
  color: #fff;
}
.simulacao__copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.84);
  font-size: 1.12rem;
  line-height: 1.65;
}
.simulacao__notice {
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.82);
  border-radius: 0 12px 12px 0;
  font-size: .9rem;
  line-height: 1.55;
}
.sim-form {
  background: #fff;
  color: var(--text);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
.progress {
  height: 6px;
  background: #e9edf2;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 8px;
}
.progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--gold);
  border-radius: 999px;
  transition: width .25s ease;
}
.sim-form small {
  display: block;
  color: #7a8290;
  margin-bottom: 16px;
}
.form-step { display: none; }
.form-step.active { display: block; }
.sim-form label {
  display: block;
  font-weight: 800;
  color: var(--ink);
  margin: 16px 0 8px;
}
.sim-form input {
  width: 100%;
  border: 1px solid #dbe2e8;
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
  outline: none;
}
.sim-form input:focus { border-color: var(--gold); }
.choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.choices button {
  border: 1px solid #dfe5eb;
  border-radius: 11px;
  background: #f8fafb;
  color: var(--ink);
  padding: 14px;
  text-align: left;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.choices button.selected {
  border-color: var(--gold);
  background: #fff8e8;
}
.sim-form .btn { margin-top: 18px; width: 100%; }
.option {
  padding: 11px 12px;
  border-radius: 9px;
  background: #f6f8fa;
  font-weight: 500 !important;
}
.option input { width: auto; margin-right: 8px; }
.success {
  display: none;
  background: #edf8f1;
  color: #17633a;
  padding: 18px;
  border-radius: 12px;
  margin-top: 14px;
}
.success p { margin: 4px 0 0; }

.faq {
  padding: 70px 0;
  background: #fff;
}
.faq__list {
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid #e7ebef;
}
.faq__list details {
  border-bottom: 1px solid #e7ebef;
  padding: 20px 4px;
}
.faq__list summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}
.faq__list p {
  color: var(--muted);
  line-height: 1.6;
}

.footer {
  background: #f9f7f2;
  color: var(--text);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 42px;
  padding: 56px 0 42px;
}
.footer__brand img { width: 150px; }
.footer__brand p { color: var(--muted); }
.footer h4 {
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  color: var(--ink);
}
.footer p {
  margin: 8px 0;
  color: var(--muted);
  line-height: 1.5;
}
.footer__whats {
  display: inline-block;
  margin-top: 10px;
  font-weight: 800;
  color: var(--navy);
}
.footer__bottom {
  border-top: 1px solid #e3e5e7;
  text-align: center;
  padding: 18px 24px;
  color: #7b838c;
  font-size: .85rem;
}

@media (max-width: 900px) {
  .simulacao__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  .choices { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}
