:root {
  --paper: #fbfaf8;
  --white: #fff;
  --ink: #30322f;
  --muted: #666a64;
  --rose: #cf7f82;
  --rose-deep: #bd696d;
  --rose-soft: #f7e8e6;
  --sage: #8c9b83;
  --sage-deep: #64725e;
  --sage-soft: #edf0e9;
  --line: #e9e3dc;
  --shadow: 0 14px 34px rgba(80, 63, 49, .08);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1260px;
  --page-max: 1600px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

/* HERO: o padding agora pertence à coluna, não ao container sobrescrito. */
.hero {
  width: min(100%, var(--page-max));
  min-height: 650px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  background: linear-gradient(105deg, #fbfaf8 0%, #fff 61%, #f5f1ec 100%);
  overflow: hidden;
}
.hero__copy {
  width: auto;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: clamp(42px, 5vw, 86px);
  padding-right: clamp(32px, 4vw, 70px);
}
.hero__text { width: 100%; max-width: 650px; padding: clamp(54px, 6vw, 82px) 0; }
.brand-mark { width: 45px; color: #e5b9b4; margin-bottom: 20px; }
.brand-mark svg, .footer__mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.brand-mark--small { width: 36px; margin-bottom: 12px; }
.eyebrow { margin: 0 0 14px; color: var(--sage-deep); text-transform: uppercase; letter-spacing: .17em; font-size: 16px; font-weight: 700; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 4.4vw, 76px); font-weight: 500; line-height: .98; letter-spacing: -.032em; }
.hero h1 span, h2 span { color: var(--rose); }
.hero__lead { max-width: 600px; margin: 24px 0 0; font-size: 16px; line-height: 1.75; color: #575a55; }
.hero__actions, .cta__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 7px; border: 1px solid transparent; padding: 0 23px; text-decoration: none; font-size: 16px; font-weight: 700; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button--rose { background: linear-gradient(135deg, #d98a8e, #c66e72); color: #fff; box-shadow: 0 9px 22px rgba(190, 101, 106, .2); }
.button--rose:hover { box-shadow: 0 12px 28px rgba(190, 101, 106, .28); }
.button--outline { background: rgba(255,255,255,.76); color: #566a51; border-color: #9aab93; }
.button--outline:hover { background: #fff; }
.button--full { width: 100%; }
.hero__credential, .cta__credential { margin: 25px 0 0; font-size: 16px; color: #6e706c; }
.hero__credential span, .cta__credential span { display: inline-block; width: 1px; height: 13px; background: #bbb8b2; vertical-align: middle; margin: 0 10px; }
.hero__photo { min-height: 650px; overflow: hidden; position: relative; background: #f2ede7; }
.hero__photo:after { content: ""; position: absolute; inset: 0 auto 0 0; width: 90px; background: linear-gradient(90deg, var(--paper), transparent); pointer-events: none; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 47%; }

.section { padding: 66px 0; background: var(--white); }
.section-heading h2, .split-section h2, .cta h2 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(39px, 3.1vw, 53px); line-height: 1.08; letter-spacing: -.025em; }
.section-heading--center { text-align: center; }
.section-heading p { max-width: 640px; margin: 16px auto 0; color: var(--muted); line-height: 1.75; }
.benefits { border-top: 1px solid #f0ebe5; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
.benefit-card { min-height: 250px; padding: 29px 22px 25px; text-align: center; border: 1px solid var(--line); border-radius: 11px; background: #fff; box-shadow: var(--shadow); }
.icon-round { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 19px; border-radius: 50%; }
.icon-round--rose { background: var(--rose-soft); color: var(--rose); }
.icon-round--sage { background: var(--sage-soft); color: var(--sage-deep); }
.icon-round svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3, .process-step h3 { margin: 0; font-family: var(--serif); font-size: 27px; line-height: 1.04; font-weight: 500; }
.benefit-card p, .process-step p { margin: 12px auto 0; color: #646761; font-size: 16px; line-height: 1.62; max-width: 220px; }

.process { padding-top: 48px; padding-bottom: 64px; }
.process-grid { list-style: none; padding: 0; margin: 36px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.process-step { position: relative; padding: 0 18px; text-align: center; }
.process-step__number { width: 37px; height: 37px; margin: 0 auto 14px; display: grid; place-items: center; background: #9baa91; border-radius: 50%; font-family: var(--serif); font-size: 20px; font-weight: 600; position: relative; z-index: 2; }
.process-step__line { position: absolute; height: 1px; background: #aab6a4; left: calc(50% + 30px); right: calc(-50% + 30px); top: 18px; }
.process-step .icon-round { width: 58px; height: 58px; margin-bottom: 15px; }
.process-step .icon-round svg { width: 31px; }
.process-step h3 { font-size: 25px; }

/* Blocos fotográficos com altura controlada e crop cuidadoso. */
.split-section {
  width: min(100%, var(--page-max));
  min-height: 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 47% 53%;
  background: #f7f4ef;
}
.split-section__photo { min-height: 0; height: clamp(440px, 34vw, 555px); overflow: hidden; background: #ece8e2; }
.split-section__photo img { width: 100%; height: 100%; object-fit: cover; }
.split-section__content { min-width: 0; display: flex; align-items: center; padding: 52px 0; }
.content-inner { width: min(100% - 88px, 590px); margin-inline: auto; }
.content-inner--wide { width: min(100% - 96px, 660px); }
.split-section h2 { font-size: clamp(39px, 3.2vw, 54px); }
.split-section p { color: #60635d; line-height: 1.72; font-size: 16px; }
.indications .split-section__photo img { object-position: 51% 35%; }
.feature-list, .credentials-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 16px; }
.feature-list li, .credentials-list li { display: flex; align-items: center; gap: 15px; font-family: var(--serif); font-size: 21px; }
.feature-icon { flex: 0 0 43px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; }
.feature-icon--rose { color: var(--rose); background: var(--rose-soft); }
.feature-icon--sage { color: var(--sage-deep); background: var(--sage-soft); }
.feature-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.fine-print { margin-top: 22px !important; font-size: 16px !important; }

.split-section--reverse { grid-template-columns: 56% 44%; }
.expert { background: #fbf9f6; }
.expert .split-section__photo { height: clamp(500px, 38vw, 600px); }
.expert__photo img { object-position: 50% 18%; }
.credentials-list { gap: 14px; }
.credentials-list li { font-family: var(--sans); font-size: 16px; line-height: 1.5; }
.credentials-list strong { font-weight: 600; }

.lifestyle { grid-template-columns: 45% 55%; background: #fff; }
.lifestyle .split-section__photo { height: clamp(430px, 31vw, 510px); }
.lifestyle__photo img { object-position: 50% 35%; }
.lifestyle .content-inner { width: min(100% - 90px, 500px); }
.text-link { margin-top: 12px; padding: 0; border: 0; background: transparent; color: var(--rose-deep); font-weight: 700; }
.text-link span { padding-left: 6px; }

.cta { position: relative; overflow: hidden; padding: 64px 0 50px; background: #fffdfb; border-top: 1px solid #f0e7df; }
.cta__inner { position: relative; z-index: 2; }
.cta .section-heading p { font-size: 16px; }
.contact-row { display: grid; grid-template-columns: .85fr .8fr 1.5fr; max-width: 980px; margin: 31px auto 0; }
.contact-item { display: flex; align-items: center; gap: 13px; min-height: 70px; padding: 4px 27px; text-decoration: none; border-right: 1px solid #e6e0d8; }
.contact-item:last-child { border-right: 0; }
.contact-icon { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; border-radius: 50%; color: #667b60; background: var(--sage-soft); }
.contact-icon--dark { color: #333; background: #f3f0eb; }
.contact-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-item small { display: block; margin-bottom: 4px; color: #747670; }
.contact-item strong { display: block; font-size: 16px; line-height: 1.55; }
.cta__actions { justify-content: center; }
.cta__credential { text-align: center; }
.cta__ornament { position: absolute; width: 360px; height: 360px; border: 1px solid rgba(211,131,134,.14); border-radius: 48% 52% 61% 39% / 48% 35% 65% 52%; }
.cta__ornament:before, .cta__ornament:after { content: ""; position: absolute; inset: 22px; border: inherit; border-radius: inherit; transform: rotate(14deg); }
.cta__ornament:after { inset: 48px; transform: rotate(28deg); }
.cta__ornament--left { left: -210px; bottom: -170px; }
.cta__ornament--right { right: -210px; top: -130px; transform: rotate(60deg); }

.footer { background: #dfe7df; padding: 24px 0; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer__brand { display: flex; align-items: center; gap: 16px; }
.footer__mark { width: 47px; color: #778977; }
.footer__brand strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 29px; line-height: 1; }
.footer__brand small { display: block; margin-top: 3px; color: #657064; font-size: 16px; }
.footer__links { text-align: right; font-size: 16px; color: #687367; display: grid; gap: 5px; }
.footer__links a { font-size: 16px; font-weight: 700; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #4f8c61; box-shadow: 0 12px 30px rgba(56, 93, 64, .3); }
.floating-whatsapp svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.modal { padding: 0; border: 0; border-radius: 18px; width: min(720px, calc(100% - 32px)); max-height: calc(100dvh - 32px); background: transparent; overflow: visible; }
.modal::backdrop { background: rgba(33, 35, 32, .65); backdrop-filter: blur(4px); }
.modal__card { position: relative; padding: 40px; border-radius: 18px; background: #fffdfa; box-shadow: 0 25px 75px rgba(0,0,0,.25); overflow: auto; max-height: calc(100dvh - 32px); }
.modal__close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 0; background: transparent; color: #777; font-size: 30px; line-height: 1; }
.modal__heading h2 { margin: 0; font-family: var(--serif); font-size: 47px; font-weight: 500; line-height: 1; }
.modal__heading p:last-child { color: var(--muted); line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 25px; }
.form-grid label { display: grid; gap: 7px; color: #4f524e; font-size: 16px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #ddd6ce; border-radius: 8px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(207,127,130,.12); }
.form-grid__full { grid-column: 1 / -1; }
.form-status { min-height: 20px; margin: 12px 0 8px; color: #a5494e; font-size: 16px; }
.form-note { display: block; margin-top: 12px; text-align: center; color: #777; font-size: 16px; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 56% 44%; min-height: 610px; }
  .hero__photo { min-height: 610px; }
  .hero__copy { padding-left: 42px; padding-right: 34px; }
  .hero h1 { font-size: 56px; }
  .benefits-grid { gap: 14px; }
  .benefit-card { padding-inline: 16px; }
  .content-inner { width: min(100% - 54px, 540px); }
  .content-inner--wide { width: min(100% - 64px, 620px); }
  .split-section h2 { font-size: 43px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 38px, var(--shell)); }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__copy { padding-inline: max(28px, calc((100vw - 720px) / 2)); }
  .hero__text { padding: 50px 0 40px; max-width: 720px; }
  .hero h1 { font-size: clamp(50px, 10.5vw, 68px); }
  .hero__lead { max-width: 680px; }
  .hero__photo { min-height: 500px; }
  .hero__photo:after { inset: 0 0 auto 0; width: auto; height: 72px; background: linear-gradient(180deg, var(--paper), transparent); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 0; }
  .process-step:nth-child(2) .process-step__line { display: none; }
  .split-section, .split-section--reverse, .lifestyle { grid-template-columns: 1fr; }
  .split-section__photo, .expert .split-section__photo, .lifestyle .split-section__photo { height: 500px; }
  .split-section__content { padding: 52px 0; }
  .split-section--reverse .split-section__content { order: 2; }
  .split-section--reverse .split-section__photo { order: 1; }
  .contact-row { grid-template-columns: 1fr; max-width: 620px; }
  .contact-item { border-right: 0; border-bottom: 1px solid #e6e0d8; padding: 14px 8px; }
  .contact-item:last-child { border-bottom: 0; }
  .footer__inner { align-items: flex-start; flex-direction: column; }
  .footer__links { text-align: left; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .hero__copy { padding-inline: 23px; }
  .hero__text { padding: 38px 0 30px; }
  .brand-mark { width: 38px; margin-bottom: 15px; }
  .eyebrow { font-size: 16px; }
  .hero h1 { font-size: 45px; line-height: 1; }
  .hero__lead { font-size: 16px; line-height: 1.68; margin-top: 19px; }
  .hero__actions, .cta__actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero__photo { min-height: 390px; }
  .section { padding: 52px 0; }
  .section-heading h2, .split-section h2, .cta h2 { font-size: 38px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .process-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-step__line { display: none; }
  .split-section__photo, .expert .split-section__photo, .lifestyle .split-section__photo { height: 390px; }
  .content-inner, .content-inner--wide, .lifestyle .content-inner { width: calc(100% - 34px); }
  .feature-list li { font-size: 19px; }
  .footer__brand strong { font-size: 25px; }
  .modal__card { padding: 30px 20px 24px; }
  .modal__heading h2 { font-size: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}

/* ===== Atualização v4: autoridade, simulação e formulário por e-mail ===== */
.simulation-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 9px 24px;
  color: #fff;
  background: linear-gradient(100deg, #536c52 0%, #6f8669 52%, #526a51 100%);
  text-decoration: none;
  text-align: left;
  box-shadow: inset 0 -1px rgba(255,255,255,.12);
}
.simulation-bar:hover { background: linear-gradient(100deg, #496148, #637c5f 52%, #496148); }
.simulation-bar__spark { font-size: 20px; color: #ffe0d8; }
.simulation-bar span:nth-child(2) { display: grid; line-height: 1.25; }
.simulation-bar strong { font-size: 16px; letter-spacing: .01em; }
.simulation-bar small { color: rgba(255,255,255,.76); font-size: 16px; }
.simulation-bar__action { margin-left: 8px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.44); border-radius: 999px; font-size: 16px; font-weight: 700; white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(251,250,248,.94);
  border-bottom: 1px solid rgba(222,214,205,.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.site-header__inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.site-brand { display: flex; align-items: center; gap: 11px; min-width: 218px; text-decoration: none; }
.site-brand__mark { width: 34px; color: #dca4a1; }
.site-brand__mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.55; }
.site-brand strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: .95; }
.site-brand small { display: block; margin-top: 4px; color: var(--sage-deep); font-size: 16px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.site-nav a { position: relative; color: #555a54; font-size: 16px; font-weight: 700; text-decoration: none; }
.site-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--rose); transition: right .2s ease; }
.site-nav a:hover:after { right: 0; }
.site-header__simulation { flex: 0 0 auto; min-height: 44px; padding-inline: 18px; font-size: 16px; }
.button--simulation {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #c36d73 0%, #dc9290 48%, #b85f67 100%);
  box-shadow: 0 10px 24px rgba(179,88,97,.23);
}
.button--simulation:hover { color: #fff; box-shadow: 0 14px 30px rgba(179,88,97,.32); }

.hero { min-height: 760px; }
.hero__copy { padding-left: clamp(50px, 5.6vw, 104px); padding-right: clamp(34px, 4vw, 72px); }
.hero__text { max-width: 680px; padding: clamp(52px, 5vw, 76px) 0; }
.hero h1 { font-size: clamp(52px, 4.05vw, 71px); }
.hero__authority {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 620px;
  margin-top: 24px;
  padding: 15px 18px;
  border: 1px solid #eadbd4;
  border-left: 4px solid var(--rose);
  border-radius: 10px;
  background: linear-gradient(110deg, rgba(255,255,255,.92), rgba(248,235,232,.78));
  box-shadow: 0 12px 28px rgba(95,68,55,.07);
}
.hero__authority-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--rose-deep); background: #fff; }
.hero__authority-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero__authority p { margin: 0; display: grid; gap: 3px; }
.hero__authority strong { font-family: var(--serif); font-size: 20px; line-height: 1.15; font-weight: 600; }
.hero__authority span { color: #6e706c; font-size: 16px; line-height: 1.45; }
.hero__lead { margin-top: 20px; font-size: 16px; line-height: 1.7; }
.hero-simulation {
  max-width: 620px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 13px;
  margin-top: 19px;
  padding: 13px 14px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(105deg, #4e6650 0%, #6e846a 58%, #4e6650 100%);
  box-shadow: 0 13px 30px rgba(61,88,65,.2);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hero-simulation:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(61,88,65,.28); }
.hero-simulation__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #ffe1d9; background: rgba(255,255,255,.13); font-size: 20px; }
.hero-simulation__text { display: grid; gap: 2px; }
.hero-simulation__text small { color: rgba(255,255,255,.72); font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-simulation__text strong { font-family: var(--serif); font-size: 21px; line-height: 1.1; font-weight: 600; }
.hero-simulation__button { padding: 9px 12px; border: 1px solid rgba(255,255,255,.42); border-radius: 7px; font-size: 16px; font-weight: 700; white-space: nowrap; }
.hero__photo { min-height: 760px; }

.authority-section { padding: 78px 0; background: #fbf9f6; border-top: 1px solid #eee6de; border-bottom: 1px solid #eee6de; }
.authority-section__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.authority-section__copy { max-width: 660px; }
.authority-section h2, .routine-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 3.6vw, 58px); font-weight: 500; line-height: 1.03; letter-spacing: -.025em; }
.authority-section h2 span, .routine-section h2 span { color: var(--rose); }
.authority-section__copy > p:last-child { margin: 23px 0 0; color: #60635d; font-size: 16px; line-height: 1.8; }
.credentials-list--cards { margin: 0; gap: 13px; }
.credentials-list--cards li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid #e9e1da;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(80,63,49,.055);
}
.credentials-list--cards li > span:last-child { display: grid; gap: 4px; }
.credentials-list--cards strong { font-size: 16px; line-height: 1.4; }
.credentials-list--cards small { color: #777a74; font-size: 16px; line-height: 1.45; }

.routine-section { padding: 62px 0; background: #eef2ec; }
.routine-section__inner { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 46px; padding: 42px clamp(34px, 5vw, 72px); border: 1px solid rgba(116,137,111,.2); border-radius: 18px; background: linear-gradient(115deg, rgba(255,255,255,.88), rgba(246,239,235,.86)); box-shadow: var(--shadow); }
.routine-section__copy { position: relative; z-index: 2; max-width: 680px; }
.routine-section__copy > p:last-child { max-width: 620px; margin: 19px 0 0; color: #5f625d; font-size: 16px; line-height: 1.75; }
.routine-section__actions { position: relative; z-index: 2; display: grid; gap: 12px; min-width: 250px; }
.routine-section__ornament { position: absolute; right: -80px; top: -120px; width: 360px; height: 360px; border: 1px solid rgba(203,126,129,.15); border-radius: 45% 55% 58% 42%; transform: rotate(20deg); }
.routine-section__ornament:before, .routine-section__ornament:after { content: ""; position: absolute; inset: 28px; border: inherit; border-radius: inherit; transform: rotate(13deg); }
.routine-section__ornament:after { inset: 58px; transform: rotate(27deg); }

.contact-row { grid-template-columns: .95fr 1.65fr; max-width: 790px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status.is-success { color: #397249; }
.form-status.is-error { color: #a5494e; }
.form-status a { color: inherit; font-weight: 700; }

@media (max-width: 1180px) {
  .site-nav { gap: 16px; }
  .site-header__simulation { padding-inline: 14px; }
  .hero { min-height: 730px; }
  .hero__photo { min-height: 730px; }
  .hero h1 { font-size: 56px; }
  .hero__authority strong { font-size: 18px; }
}

@media (max-width: 980px) {
  .site-header__inner { min-height: 68px; }
  .site-nav { display: none; }
  .site-header__simulation { margin-left: auto; }
  .hero { min-height: auto; }
  .hero__photo { min-height: 500px; }
  .authority-section__grid { grid-template-columns: 1fr; gap: 35px; }
  .authority-section__copy { max-width: 760px; }
  .credentials-list--cards { grid-template-columns: repeat(3, 1fr); }
  .credentials-list--cards li { align-items: flex-start; flex-direction: column; }
  .routine-section__inner { grid-template-columns: 1fr; gap: 30px; }
  .routine-section__actions { min-width: 0; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .simulation-bar { justify-content: flex-start; gap: 10px; padding: 8px 14px; }
  .simulation-bar__action { margin-left: auto; padding: 6px 9px; font-size: 16px; }
  .simulation-bar small { display: none; }
  .site-brand { min-width: 0; }
  .site-brand small { display: none; }
  .site-header__simulation { min-height: 40px; padding: 0 12px; font-size: 16px; }
  .site-header__simulation svg { display: none; }
  .hero__authority { align-items: flex-start; }
  .hero-simulation { grid-template-columns: 38px 1fr; }
  .hero-simulation__button { grid-column: 1 / -1; text-align: center; }
  .authority-section { padding: 58px 0; }
  .credentials-list--cards { grid-template-columns: 1fr; }
  .routine-section { padding: 44px 0; }
  .routine-section__inner { padding: 34px 24px; }
  .routine-section__actions { grid-template-columns: 1fr; }
  .contact-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .simulation-bar strong { font-size: 16px; }
  .simulation-bar__action { max-width: 112px; text-align: center; line-height: 1.15; }
  .site-header__inner { gap: 12px; }
  .site-brand strong { font-size: 18px; }
  .site-brand__mark { width: 29px; }
  .hero h1 { font-size: 43px; }
  .hero__authority { padding: 13px 14px; }
  .hero__authority-icon { flex-basis: 36px; width: 36px; height: 36px; }
  .hero__authority strong { font-size: 17px; }
  .hero-simulation__text strong { font-size: 18px; }
  .authority-section h2, .routine-section h2 { font-size: 38px; }
}


/* ===== Atualização v5: simulação somente no menu e tipografia mínima de 16px ===== */
body { font-size: 16px; }
.site-header__inner { min-height: 82px; }
.site-brand strong { font-size: 24px; }
.site-brand small { font-size: 16px; line-height: 1.25; }
.site-nav a { font-size: 16px; }
.site-header__simulation { min-height: 48px; padding-inline: 20px; font-size: 16px; }
.eyebrow,
.hero__lead,
.hero__authority span,
.hero__credential,
.benefit-card p,
.process-step p,
.split-section p,
.fine-print,
.authority-section__copy > p:last-child,
.credentials-list li,
.credentials-list--cards strong,
.credentials-list--cards small,
.routine-section__copy > p:last-child,
.section-heading p,
.contact-item small,
.contact-item strong,
.cta__credential,
.footer__brand small,
.footer__links,
.footer__links a,
.form-grid label,
.form-status,
.form-note { font-size: 16px !important; }
.benefit-card { min-height: 285px; }
.process-step { padding-inline: 20px; }
.routine-section__actions { min-width: 230px; }
@media (max-width: 980px) {
  .site-brand small { display: none; }
  .site-header__simulation { margin-left: auto; }
}
@media (max-width: 700px) {
  .site-header__simulation { min-height: 46px; padding-inline: 14px; font-size: 16px; }
}
@media (max-width: 480px) {
  .site-brand strong { font-size: 20px; }
  .site-header__inner { min-height: 72px; }
}
