
:root {
  --blue: #062b57;
  --blue-900: #021b3c;
  --blue-800: #123f73;
  --gold: #bf872f;
  --gold-600: #a77429;
  --green: #25d366;
  --green-700: #168d44;
  --cream: #fbf7ef;
  --cream-2: #f5eee3;
  --white: #ffffff;
  --text: #1f2d3f;
  --muted: #5f6b7c;
  --border: #e5dfd3;
  --shadow: 0 20px 50px rgba(6, 43, 87, 0.10);
  --shadow-soft: 0 10px 24px rgba(6, 43, 87, 0.08);
  --radius: 24px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.skip-link {
  position: absolute; left: 16px; top: -120px; z-index: 999;
  background: var(--blue); color: #fff; padding: 12px 16px; border-radius: 12px;
}
.skip-link:focus { top: 16px; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { position: relative; padding: 96px 0; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(6,43,87,.06);
}
.header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}
.brand img { width: 182px; }

.main-nav {
  display: flex; justify-content: center; align-items: center;
  gap: 18px; font-weight: 700; color: var(--blue);
  font-size: .92rem; white-space: nowrap;
}
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; width: 0; background: var(--gold); transition: width .25s ease;
}
.main-nav a:hover::after,
.main-nav a.active::after { width: 100%; }

.menu-toggle {
  display: none; width: 46px; height: 46px; border-radius: 12px;
  border: 1px solid var(--border); background: #fff; padding: 10px; cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; background: var(--blue); margin: 6px 0; border-radius: 999px; }

.header-cta,
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; min-height: 56px; padding: 0 24px;
  border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.header-cta:hover,
.btn:hover { transform: translateY(-2px); }

.header-cta,
.btn-primary,
.btn-gold {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-700));
  box-shadow: 0 14px 28px rgba(37, 211, 102, .24);
}

.btn-outline {
  background: #fff;
  border-color: rgba(37,211,102,.34);
  color: var(--blue);
  box-shadow: var(--shadow-soft);
}

.wa-dot {
  width: 10px; height: 10px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 5px rgba(255,255,255,.18);
}

.eyebrow {
  display: inline-flex; margin-bottom: 14px;
  color: var(--gold-600); font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em; font-size: .82rem;
}

h1, h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  color: var(--blue);
  letter-spacing: -.035em;
  line-height: 1.08;
}
h1 { font-size: clamp(2.8rem, 5.2vw, 5rem); max-width: 700px; }
h1 span { color: var(--gold); display: block; }
h2 { font-size: clamp(2.05rem, 4vw, 3.55rem); }
h3 { margin: 0 0 10px; color: var(--blue); line-height: 1.2; }

.hero {
  background:
    radial-gradient(circle at 8% 20%, rgba(191,135,47,.12), transparent 25%),
    radial-gradient(circle at 90% 15%, rgba(6,43,87,.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  padding-top: 62px;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; left: -10vw; right: -10vw; bottom: -92px; height: 180px;
  background: linear-gradient(135deg, rgba(6,43,87,.08), rgba(6,43,87,.02));
  border-radius: 50% 50% 0 0 / 40% 40% 0 0;
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; gap: 56px;
}
.hero-subtitle {
  max-width: 620px; margin: 0 0 28px; font-size: 1.12rem; color: #33425b;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-actions.center { justify-content: center; }

.hero-visual { position: relative; min-height: 580px; }
.hero-photo {
  position: absolute; inset: 0;
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.02)),
              url("images/hero-maternidade.png") center / cover no-repeat;
  box-shadow: var(--shadow);
  border: 1px solid rgba(191,135,47,.22);
}
.hero-card {
  position: absolute; left: -26px; bottom: 30px; display: flex; gap: 14px;
  align-items: center; max-width: 280px; padding: 18px; border-radius: 20px;
  background: rgba(255,255,255,.96); border: 1px solid rgba(6,43,87,.08);
  box-shadow: var(--shadow);
}
.hero-card-icon,
.icon-wrap,
.trust-icon {
  display: grid; place-items: center;
  color: var(--gold-600);
}
.hero-card-icon,
.icon-wrap {
  width: 54px; height: 54px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(191,135,47,.16), rgba(191,135,47,.06));
  border: 1px solid rgba(191,135,47,.20);
  flex: 0 0 auto;
}
.icon-wrap.small { width: 50px; height: 50px; }
.icon-wrap.tiny {
  width: 38px; height: 38px; border-radius: 12px; margin-right: 14px;
}
.icon-wrap.navy {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: #f6d8a5;
}
.hero-card strong { display: block; color: var(--blue); }
.hero-card span { display: block; color: var(--muted); font-size: .9rem; }

.icon-wrap svg,
.trust-icon svg,
.hero-card-icon svg,
.floating-whatsapp-icon svg {
  width: 24px; height: 24px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

.trust-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.trust-row > div {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 16px; border-radius: 18px;
  background: rgba(255,255,255,.68); border: 1px solid rgba(6,43,87,.06);
  box-shadow: var(--shadow-soft);
}
.trust-icon {
  width: 42px; height: 42px; border-radius: 14px;
  background: rgba(191,135,47,.10);
  border: 1px solid rgba(191,135,47,.16);
  flex: 0 0 auto;
}
.trust-row strong { display: block; color: var(--blue); font-size: .96rem; }
.trust-row span { color: var(--muted); font-size: .88rem; }

.seo-support {
  padding: 28px 0;
  background: #fff;
  border-top: 1px solid rgba(6,43,87,.05);
  border-bottom: 1px solid rgba(6,43,87,.05);
}
.seo-support p {
  margin: 0 auto; max-width: 1040px; text-align: center;
  color: var(--muted); font-size: .98rem; line-height: 1.75;
}

.light-section { background: #fff; }
.section-heading { max-width: 760px; text-align: center; margin: 0 auto 44px; }
.section-heading p, .about-content p, .docs-content p, .faq-intro p, .final-cta p {
  color: var(--muted); font-size: 1.03rem;
}
.lead-text { color: var(--blue) !important; font-size: 1.14rem !important; font-weight: 700; }

.cards-grid, .benefits-grid, .testimonial-grid {
  display: grid; gap: 22px;
}
.right-grid { grid-template-columns: repeat(4, 1fr); }
.benefits-grid { grid-template-columns: repeat(3, 1fr); }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); }

.info-card, .benefit-card, .mini-card, .testimonial-card, .docs-list, .step {
  padding: 26px; border-radius: var(--radius);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(6,43,87,.08);
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.info-card:hover, .benefit-card:hover, .mini-card:hover, .testimonial-card:hover, .step:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(191,135,47,.24);
}
.info-card p, .benefit-card p, .mini-card p, .testimonial-card p, .step p, .docs-list p {
  margin: 0; color: var(--muted);
}
.center-cta { text-align: center; margin-top: 34px; }

.image-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 34px;
}
.strip-card {
  overflow: hidden; border-radius: 24px; background: #fff;
  border: 1px solid rgba(6,43,87,.08); box-shadow: var(--shadow-soft);
}
.strip-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.about-section {
  background:
    radial-gradient(circle at 92% 15%, rgba(191,135,47,.12), transparent 26%),
    linear-gradient(180deg, var(--cream), #fff);
}
.about-grid, .docs-grid, .faq-grid {
  display: grid; grid-template-columns: 1fr .95fr; gap: 64px; align-items: center;
}
.about-visual { min-height: 520px; position: relative; }
.about-photo {
  position: absolute; inset: 0; border-radius: 44px 44px 44px 110px;
  background: url("images/consultoria-materna-prev.png") center / cover no-repeat;
  box-shadow: var(--shadow);
  border: 1px solid rgba(6,43,87,.06);
}
.mini-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px;
}

.navy-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(191,135,47,.22), transparent 26%),
    linear-gradient(135deg, var(--blue), var(--blue-900));
  color: #fff;
}
.navy-section h2, .navy-section h3, .section-heading.light h2 { color: #fff; }
.section-heading.light p { color: rgba(255,255,255,.78); }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.step {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
  min-height: 260px;
}
.step-number {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; margin-bottom: 16px;
  border-radius: 50%; background: var(--gold); color: #fff; font-weight: 900;
}
.step p { color: rgba(255,255,255,.78); }

.benefit-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(191,135,47,.09), transparent 34%),
    rgba(255,255,255,.96);
}

.documents-section { background: var(--cream); }
.docs-content .btn { margin-top: 16px; }
.docs-highlight {
  display: flex; align-items: center; gap: 14px;
  padding: 18px; margin: 24px 0 10px; border-radius: 20px;
  background: #fff; border: 1px solid rgba(6,43,87,.08); box-shadow: var(--shadow-soft);
}
.docs-highlight strong { display: block; color: var(--blue); }
.docs-highlight span { color: var(--muted); font-size: .92rem; }
.docs-list { position: relative; overflow: hidden; }
.docs-image {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover;
  border-radius: 18px; margin-bottom: 18px; border: 1px solid rgba(6,43,87,.06);
}
.docs-list ul { margin: 0 0 18px; padding: 0; list-style: none; }
.docs-list li {
  position: relative; padding: 12px 0 12px 32px;
  border-bottom: 1px solid rgba(6,43,87,.07);
}
.docs-list li::before {
  content: ""; position: absolute; left: 0; top: 17px;
  width: 18px; height: 10px; border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold); transform: rotate(-45deg);
}

.testimonial-card {
  min-height: 100%;
  background:
    radial-gradient(circle at 100% 0%, rgba(191,135,47,.09), transparent 32%),
    #fff;
}
.testimonial-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.testimonial-top h3 { margin-bottom: 0; }
.avatar {
  display: grid; place-items: center; flex: 0 0 auto;
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-900));
  color: #fff; border: 3px solid rgba(191,135,47,.45); font-weight: 900;
}
.stars { margin-bottom: 2px; color: var(--gold); letter-spacing: 2px; font-size: .78rem; }
.testimonial-role {
  display: inline-flex; margin: -2px 0 14px; padding: 6px 10px;
  border-radius: 999px; background: rgba(191,135,47,.12);
  color: var(--gold-600); font-size: .82rem; font-weight: 800;
}

.faq-section { background: #fff; }
.faq-grid { align-items: flex-start; }
.faq-intro {
  position: sticky; top: 112px;
}
.faq-list { display: grid; gap: 14px; }
.faq-list details {
  overflow: hidden; border-radius: 20px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(6,43,87,.08);
  box-shadow: var(--shadow-soft);
}
.faq-list summary {
  display: flex; align-items: center; gap: 6px;
  padding: 20px 20px 20px 22px; cursor: pointer;
  color: var(--blue); font-weight: 800; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; margin-left: auto; color: var(--gold); font-size: 1.4rem;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.final-cta {
  text-align: center; color: #fff;
  background:
    linear-gradient(rgba(6,43,87,.90), rgba(6,43,87,.90)),
    url("images/consultoria-materna-prev.png") center / cover no-repeat;
}
.final-cta h2 { color: #fff; max-width: 880px; margin-left: auto; margin-right: auto; }
.final-cta p {
  max-width: 780px; margin: 0 auto 28px; color: rgba(255,255,255,.84);
}
.final-cta span { color: rgba(255,255,255,.74); }

.compact-footer {
  padding: 36px 0 28px;
  background: var(--blue-900);
}
.footer-legal-only {
  display: grid; gap: 18px; text-align: center;
  color: rgba(255,255,255,.76);
}
.footer-legal-only p {
  max-width: 980px; margin: 0 auto; font-size: .92rem; line-height: 1.7;
}
.footer-actions {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 12px;
}
.footer-actions a {
  display: inline-flex; align-items: center; min-height: 40px;
  padding: 0 14px; border-radius: 999px;
  background: rgba(255,255,255,.08); color: #fff;
  border: 1px solid rgba(255,255,255,.12); font-weight: 700; font-size: .9rem;
}
.footer-actions a:first-child {
  background: linear-gradient(135deg, var(--green), var(--green-700));
  border-color: transparent;
}
.footer-legal-only small { color: rgba(255,255,255,.58); }

.modal {
  position: fixed; inset: 0; z-index: 300;
  display: none; align-items: center; justify-content: center;
  padding: 20px; background: rgba(2,27,60,.72);
}
.modal.is-open { display: flex; }
.modal-box {
  position: relative; width: min(620px, 100%);
  padding: 34px; border-radius: 22px; background: #fff; box-shadow: var(--shadow);
}
.modal-close {
  position: absolute; top: 14px; right: 16px;
  width: 38px; height: 38px; border: 0; border-radius: 50%;
  background: var(--cream); color: var(--blue); font-size: 1.6rem; cursor: pointer;
}

.floating-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 120;
}
.floating-whatsapp a {
  display: inline-flex; align-items: center; gap: 12px;
  min-height: 64px; padding: 10px 18px 10px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green-700));
  color: #fff; font-weight: 900;
  box-shadow: 0 18px 38px rgba(37,211,102,.35);
  border: 2px solid rgba(255,255,255,.25);
}
.floating-whatsapp a:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 48px rgba(37,211,102,.42);
}
.floating-whatsapp-icon {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 50%; background: rgba(255,255,255,.18); color: #fff;
}
.floating-whatsapp-text { display: grid; line-height: 1.05; text-align: left; }
.floating-whatsapp-text strong { font-size: .98rem; }
.floating-whatsapp-text small { font-size: .76rem; opacity: .92; }

.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .header-cta { display: none; }
  .right-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .header-inner { display: flex; min-height: 76px; }
  .brand img { width: 168px; }

  .main-nav {
    position: absolute; left: 20px; right: 20px; top: 82px;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 16px; border-radius: 18px; background: #fff;
    border: 1px solid var(--border); box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px; border-radius: 12px; }
  .main-nav a:hover { background: var(--cream); }

  .section { padding: 76px 0; }
  .hero-grid, .about-grid, .docs-grid, .faq-grid {
    grid-template-columns: 1fr; gap: 42px;
  }
  .hero-visual { min-height: 430px; order: -1; }
  .about-visual { min-height: 430px; }
  .faq-intro { position: static; }
  .trust-row { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .image-strip { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .right-grid, .benefits-grid, .testimonial-grid, .mini-cards, .steps-grid {
    grid-template-columns: 1fr;
  }
  .hero-card { position: static; margin-top: 16px; max-width: none; }
  .hero-actions, .hero-actions.center { align-items: stretch; }
  .hero-actions .btn, .center-cta .btn { width: 100%; }
  .trust-row > div { padding: 14px; }
}

@media (max-width: 560px) {
  .floating-whatsapp { left: 14px; right: 14px; bottom: 14px; }
  .floating-whatsapp a { width: 100%; justify-content: center; }
  .footer-actions { display: grid; }
}


/* =========================
   Ajuste clean da primeira dobra
   ========================= */

.hero {
  padding-top: 74px;
  padding-bottom: 92px;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  gap: 72px;
}

.hero-content {
  max-width: 690px;
}

.hero-content .eyebrow {
  margin-bottom: 18px;
  color: var(--gold-600);
}

.hero-subtitle {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-actions {
  margin-bottom: 12px;
}

.hero-microcopy {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-visual {
  min-height: 500px;
}

.hero-photo {
  border-radius: 36px;
  box-shadow: 0 18px 45px rgba(6, 43, 87, 0.10);
  border: 1px solid rgba(191, 135, 47, 0.14);
  background-size: 92%;
  background-color: #fff;
}

.hero-card,
.trust-row {
  display: none !important;
}

@media (max-width: 980px) {
  .hero {
    padding-top: 42px;
    padding-bottom: 72px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-visual {
    min-height: 360px;
    order: -1;
  }

  .hero-photo {
    background-size: cover;
  }
}

@media (max-width: 560px) {
  .hero-visual {
    min-height: 300px;
  }

  .hero-microcopy {
    text-align: center;
  }
}


/* Páginas legais */
.legal-header {
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.legal-page {
  background:
    radial-gradient(circle at 10% 12%, rgba(191, 135, 47, 0.10), transparent 26%),
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}
.legal-container {
  max-width: 900px;
  padding: 46px;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(6,43,87,.08);
  box-shadow: var(--shadow-soft);
}
.legal-container h1 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
}
.legal-container h2 {
  margin-top: 34px;
  font-family: var(--sans);
  font-size: 1.25rem;
  letter-spacing: 0;
}
.legal-container p {
  color: var(--muted);
}
.legal-container a,
.modal-box a {
  color: var(--blue);
  font-weight: 800;
}
.legal-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-600) !important;
}
.legal-updated {
  margin-top: -8px;
  margin-bottom: 26px;
  font-size: .94rem;
}
@media (max-width: 760px) {
  .legal-container { padding: 28px 20px; }
  .legal-header .header-cta { display: none; }
}


/* Imagens da seção de apoio */
.strip-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #fff;
}


/* =========================
   Refinos finais de consistência visual
   ========================= */

/* Logo mais limpa no header */
.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 184px;
  height: auto;
  object-fit: contain;
}

/* Padronização geral das imagens */
.hero-photo,
.about-photo,
.docs-image,
.strip-card img {
  image-rendering: auto;
  object-fit: cover;
}

/* Hero */
.hero-photo {
  background-size: cover !important;
  background-position: center !important;
  border-radius: 34px;
}

/* About */
.about-photo {
  background-size: cover !important;
  background-position: center !important;
  border-radius: 34px 34px 34px 88px;
}

/* Documentos */
.docs-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(6, 43, 87, 0.08);
}

/* Faixa de imagens */
.image-strip {
  align-items: stretch;
}

.strip-card {
  border-radius: 22px;
  overflow: hidden;
  min-height: 100%;
}

.strip-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #fff;
}

/* Consistência dos cards visuais */
.info-card,
.benefit-card,
.mini-card,
.testimonial-card,
.docs-list,
.step,
.strip-card {
  box-shadow: 0 12px 26px rgba(6, 43, 87, 0.07);
}

/* Espaçamento melhor na faixa de imagens */
.image-strip {
  margin-top: 28px;
  gap: 20px;
}

/* Footer logo / transparência harmonizada */
.site-header,
.compact-footer {
  background-clip: padding-box;
}

/* Ajuste responsivo */
@media (max-width: 980px) {
  .brand img {
    width: 168px;
  }

  .hero-photo,
  .about-photo {
    border-radius: 28px;
  }
}


/* =========================
   Copy mais comercial + destaque do valor
   ========================= */

.hero h1 span,
.final-cta h2 {
  letter-spacing: -0.04em;
}

.hero h1 span {
  display: inline-block;
  color: var(--green-700);
  text-shadow: 0 14px 35px rgba(37, 211, 102, 0.12);
}

.hero-microcopy {
  max-width: 620px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(6,43,87,.06);
}

.final-cta h2 {
  color: #fff;
}

.final-cta h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--green);
}

.header-cta,
.btn-primary,
.btn-gold {
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.28);
}

@media (max-width: 760px) {
  .hero-microcopy {
    border-radius: 18px;
    text-align: left;
  }
}
