:root {
  --ink: #111820;
  --navy: #0b1726;
  --navy-2: #101f31;
  --gold: #c6a15b;
  --gold-light: #e0c889;
  --cream: #f6f2ea;
  --paper: #fffdf9;
  --muted: #5f6873;
  --line: #dfe3e7;
  --white: #ffffff;
  --success: #1c7c54;
  --danger: #a63b3b;
  --shadow: 0 24px 70px rgba(15, 25, 38, .12);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-dark { background: var(--navy); color: var(--white); }
.section-soft { background: var(--cream); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 2000; background: var(--gold); color: var(--navy); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.025em; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.7rem); font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4.8vw, 4.15rem); font-weight: 500; }
h3 { font-size: 1.25rem; }
.eyebrow { margin-bottom: 16px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .7fr); gap: 70px; align-items: end; margin-bottom: 56px; }
.section-heading h2 { max-width: 820px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 6px; color: var(--muted); font-size: 1.06rem; }
.section-heading--light > p { color: #b8c0cb; }

.topbar { background: #07111e; color: #bdc4ce; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.topbar__inner a:hover { color: var(--gold-light); }
.topbar__divider { width: 1px; height: 12px; background: rgba(255,255,255,.22); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(11, 23, 38, .95); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand__mark { width: 48px; height: 48px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.3rem; letter-spacing: -.08em; position: relative; overflow: hidden; }
.brand__mark::after { content: ""; position: absolute; width: 70px; height: 1px; background: rgba(198,161,91,.35); transform: rotate(-45deg); }
.brand__mark { text-indent: -1px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-family: Georgia, serif; letter-spacing: .18em; font-size: 1.05rem; }
.brand__text small { margin-top: 7px; color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .34em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: #d6dbe2; }
.main-nav > a:hover { color: var(--gold-light); }
.nav-cta { padding: 11px 18px; border: 1px solid var(--gold); color: var(--gold-light); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; padding-top: 84px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 26%, rgba(198,161,91,.15), transparent 31%), linear-gradient(115deg, transparent 0 52%, rgba(255,255,255,.025) 52% 52.2%, transparent 52.2%); pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); align-items: center; gap: 70px; min-height: 640px; padding-bottom: 84px; }
.hero__content { max-width: 760px; }
.hero h1 { margin-bottom: 24px; }
.hero h1 span { color: var(--gold-light); }
.hero__lead { max-width: 690px; color: #c8ced6; font-size: clamp(1.05rem, 2vw, 1.27rem); }
.hero__identity { display: flex; align-items: center; gap: 14px; margin: 28px 0 30px; }
.hero__identity-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(198,161,91,.55); color: var(--gold-light); border-radius: 50%; font-family: Georgia, serif; font-size: 1.4rem; }
.hero__identity div { display: flex; flex-direction: column; }
.hero__identity strong { font-size: 1rem; }
.hero__identity span { color: #9da8b5; font-size: .88rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { margin: 18px 0 0; color: #8994a2; font-size: .78rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button--gold { color: #111820; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 30px rgba(198,161,91,.18); }
.button--gold:hover { background: linear-gradient(135deg, #ead69e, #caa55e); }
.button--ghost { border-color: rgba(255,255,255,.24); color: var(--white); background: rgba(255,255,255,.04); }
.button--ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.button--dark { background: var(--navy); color: var(--white); }
.button--dark:hover { background: #17283c; }
.button--full { width: 100%; }

.hero__visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-card { position: relative; width: min(100%, 410px); height: 510px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.015)); box-shadow: 0 40px 90px rgba(0,0,0,.28); overflow: hidden; }
.hero-card::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(198,161,91,.25); pointer-events: none; }
.hero-card__halo { position: absolute; width: 310px; height: 310px; border-radius: 50%; background: rgba(198,161,91,.14); filter: blur(2px); left: 50%; top: 43px; transform: translateX(-50%); }
.portrait-placeholder { position: absolute; inset: 58px 44px 112px; display: grid; place-content: center; text-align: center; background: linear-gradient(180deg, #29384a, #111d2c); border-radius: 180px 180px 12px 12px; border: 1px solid rgba(255,255,255,.08); }
.portrait-placeholder span { color: rgba(224,200,137,.7); font-family: Georgia, serif; font-size: 6rem; line-height: 1; }
.portrait-placeholder small { margin-top: 18px; color: #8e99a6; line-height: 1.4; }
.hero-card__seal { position: absolute; z-index: 2; right: 8px; top: 54px; width: 108px; height: 108px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--gold); color: var(--navy); border: 6px solid var(--navy); box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.hero-card__seal span { font-family: Georgia, serif; font-size: 1.4rem; }
.hero-card__seal strong { font-size: .7rem; letter-spacing: .12em; }
.hero-card__caption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 22px 34px; display: grid; background: rgba(7,17,30,.94); border-top: 1px solid rgba(198,161,91,.25); }
.hero-card__caption small { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.hero-card__caption strong { font-family: Georgia, serif; font-size: 1.32rem; }
.hero-card__caption span { color: #aeb7c2; font-size: .84rem; }
.trust-strip { position: relative; border-top: 1px solid rgba(255,255,255,.08); background: rgba(4,12,21,.55); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { padding: 24px 24px 24px 0; display: grid; border-right: 1px solid rgba(255,255,255,.08); }
.trust-strip__grid > div + div { padding-left: 24px; }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip strong { font-size: .92rem; }
.trust-strip span { color: #8f9aa7; font-size: .76rem; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); transition: background .2s ease, transform .2s ease; }
.service-card:hover { z-index: 2; background: var(--white); transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card__number { position: absolute; right: 24px; top: 20px; color: #c9ced4; font-family: Georgia, serif; font-size: 1.2rem; }
.service-card__icon { width: 42px; height: 42px; margin-bottom: 34px; fill: var(--gold); }
.service-card h3 { font-family: Georgia, serif; font-size: 1.45rem; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }

.about-grid { display: grid; grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 550px; }
.about-frame { position: relative; width: calc(100% - 42px); height: 520px; border: 1px solid #c9b27f; padding: 18px; }
.about-frame__detail { position: absolute; width: 90px; height: 90px; right: -42px; bottom: -42px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.about-photo { width: 100%; height: 100%; display: grid; place-content: center; text-align: center; background: linear-gradient(150deg, #182638, #0f1824); }
.about-photo span { color: rgba(224,200,137,.72); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
.about-photo small { color: #85909c; }
.about-credential { position: absolute; right: 0; top: 56px; width: 132px; padding: 22px 18px; display: grid; text-align: center; background: var(--gold); color: var(--navy); box-shadow: var(--shadow); }
.about-credential strong { font-family: Georgia, serif; font-size: 1.4rem; }
.about-credential span { font-weight: 900; letter-spacing: .1em; }
.about-content h2 { margin-bottom: 28px; }
.about-content > p { color: var(--muted); }
.about-intro { font-size: 1.11rem; }
.about-values { margin: 34px 0; border-top: 1px solid #d7d0c3; }
.about-values > div { display: grid; grid-template-columns: 54px 1fr; gap: 10px; padding: 18px 0; border-bottom: 1px solid #d7d0c3; }
.about-values span { color: var(--gold); font-family: Georgia, serif; font-size: 1.3rem; }
.about-values p { margin: 0; color: var(--muted); }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 850; border-bottom: 1px solid rgba(17,24,32,.35); }
.text-link span { color: var(--gold); }

.process { position: relative; overflow: hidden; }
.process::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 90%, rgba(198,161,91,.1), transparent 30%); }
.process .container { position: relative; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; }
.process-step { position: relative; min-height: 250px; padding: 34px 30px 30px; border-top: 1px solid rgba(255,255,255,.14); border-right: 1px solid rgba(255,255,255,.1); }
.process-step:last-child { border-right: 0; }
.process-step > span { width: 48px; height: 48px; margin-bottom: 35px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); border-radius: 50%; font-family: Georgia, serif; font-size: 1.2rem; }
.process-step h3 { font-family: Georgia, serif; color: var(--white); }
.process-step p { margin-bottom: 0; color: #aeb7c2; font-size: .92rem; }
.document-box { margin-top: 70px; padding: 38px 42px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; border: 1px solid rgba(198,161,91,.3); background: rgba(255,255,255,.035); }
.document-box h3 { margin-bottom: 0; font-family: Georgia, serif; font-size: 1.8rem; }
.document-box ul { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 34px; }
.document-box li { position: relative; break-inside: avoid; margin-bottom: 12px; padding-left: 20px; color: #bdc5cf; font-size: .9rem; }
.document-box li::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.calculator-section { background: #fbfaf7; }
.calculator-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 28px; align-items: start; }
.calculator-card, .calculator-result { border: 1px solid var(--line); background: var(--white); box-shadow: 0 15px 50px rgba(15,25,38,.06); }
.calculator-card { padding: 36px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field > span, .fieldset legend { color: #303844; font-size: .88rem; font-weight: 800; }
.field small { color: #7a828c; font-size: .73rem; line-height: 1.35; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfd5db; border-radius: 7px; background: #fff; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,161,91,.15); }
.money-field { display: grid; grid-template-columns: 42px 1fr; align-items: center; border: 1px solid #cfd5db; border-radius: 7px; overflow: hidden; background: #f4f6f8; }
.money-field:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,161,91,.15); }
.money-field > span { text-align: center; color: #59616c; font-size: .82rem; font-weight: 850; }
.money-field input { border: 0; border-left: 1px solid #d9dde2; border-radius: 0; box-shadow: none !important; }
.fieldset { margin: 0; padding: 18px; border: 1px solid #d8dde2; border-radius: 8px; }
.fieldset legend { padding: 0 6px; }
.radio-row { display: flex; gap: 24px; }
.radio-row label, .checkbox-field { display: flex; align-items: flex-start; gap: 9px; color: #4c5560; font-size: .86rem; }
.radio-row input, .checkbox-field input { margin-top: 4px; accent-color: var(--gold); }
.checkbox-field { padding: 4px 0 10px; }
.form-alert { margin: 20px 0; padding: 12px 14px; background: #fff0f0; color: var(--danger); border-left: 4px solid var(--danger); font-size: .86rem; }
.calculator-card > .button { margin-top: 26px; }
.calculator-result { position: sticky; top: 108px; min-height: 510px; padding: 34px; background: var(--navy); color: var(--white); }
.result-empty { min-height: 440px; display: grid; place-content: center; text-align: center; color: #aeb7c2; }
.result-empty__icon { width: 74px; height: 74px; margin: 0 auto 24px; display: grid; place-items: center; border: 1px solid rgba(198,161,91,.5); border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; font-size: 2.1rem; }
.result-empty h3 { color: var(--white); font-family: Georgia, serif; font-size: 1.6rem; }
.result-empty p { max-width: 310px; margin-inline: auto; }
.result-header { padding-bottom: 24px; display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.13); }
.result-header div { display: grid; }
.result-header small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-weight: 850; }
.result-header strong { margin-top: 6px; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3rem); }
.result-header > span { max-width: 130px; color: #aeb7c2; font-size: .72rem; text-align: right; }
.result-list { padding: 18px 0; }
.result-item { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; color: #c6ced8; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .85rem; }
.result-item strong { color: var(--white); white-space: nowrap; }
.result-item--negative strong { color: #ffaaaa; }
.result-item--total { margin-top: 4px; border-top: 1px solid rgba(198,161,91,.35); color: var(--gold-light); }
.result-disclaimer { margin: 12px 0 22px; padding: 15px; background: rgba(255,255,255,.05); border-left: 3px solid var(--gold); }
.result-disclaimer strong { color: var(--gold-light); }
.result-disclaimer p { margin: 4px 0 0; color: #aeb7c2; font-size: .72rem; line-height: 1.45; }

.faq-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid #cfc8bc; }
.faq-list details { border-bottom: 1px solid #cfc8bc; }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 22px; color: var(--gold); font-family: system-ui; font-weight: 400; font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 48px 24px 0; color: var(--muted); }

.contact-section { padding: 104px 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 100px; align-items: start; }
.contact-content > p:not(.eyebrow) { color: #b7c0cb; font-size: 1.05rem; }
.contact-cards { margin-top: 40px; display: grid; border-top: 1px solid rgba(255,255,255,.14); }
.contact-cards > * { padding: 18px 0; display: grid; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-cards span { color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.contact-cards strong { margin-top: 3px; font-family: Georgia, serif; font-size: 1.15rem; word-break: break-word; }
.contact-cards a:hover strong { color: var(--gold-light); }
.contact-form { padding: 38px; display: grid; gap: 18px; background: var(--white); color: var(--ink); border-top: 4px solid var(--gold); }
.contact-form .checkbox-field { margin: 4px 0; }
.contact-form .checkbox-field a { text-decoration: underline; }
.contact-form > small { color: #707985; text-align: center; font-size: .7rem; }

.site-footer { padding: 70px 0 26px; background: #07111e; color: #c3cad3; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 55px; }
.brand--footer { color: var(--white); margin-bottom: 22px; }
.footer-brand p { max-width: 370px; color: #8995a2; font-size: .86rem; }
.footer-grid h3 { color: var(--gold-light); font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: .84rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.09); color: #75808d; font-size: .72rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; z-index: 999; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #1f9d5b; color: var(--white); box-shadow: 0 14px 30px rgba(0,0,0,.24); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.02); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: currentColor; }

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

/* Privacy page */
.page-hero { padding: 86px 0 70px; background: var(--navy); color: var(--white); }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 4.8rem); margin-bottom: 14px; }
.page-hero p { color: #b7c0ca; }
.legal-content { width: min(calc(100% - 40px), 850px); margin: 0 auto; padding: 80px 0; }
.legal-content h2 { margin-top: 44px; font-size: 2rem; }
.legal-content h3 { margin-top: 28px; }
.legal-content p, .legal-content li { color: #4f5964; }
.legal-content a { color: #8d6b2e; text-decoration: underline; }

@media (max-width: 1040px) {
  .main-nav { gap: 17px; font-size: .82rem; }
  .hero__grid { grid-template-columns: 1fr .72fr; gap: 36px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(3), .process-step:nth-child(4) { border-top-color: rgba(255,255,255,.1); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  .section { padding: 80px 0; }
  .topbar__inner { justify-content: center; }
  .topbar__inner a { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 20px 40px rgba(0,0,0,.25); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 8px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav-cta { margin-top: 10px; text-align: center; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 30px; }
  .hero__content { text-align: center; margin-inline: auto; }
  .hero__lead { margin-inline: auto; }
  .hero__identity, .hero__actions { justify-content: center; }
  .hero__visual { min-height: auto; padding-top: 10px; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .trust-strip__grid > div:nth-child(3), .trust-strip__grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.08); }
  .trust-strip__grid > div:nth-child(3) { padding-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .about-grid, .calculator-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-visual { width: min(100%, 540px); margin-inline: auto; }
  .calculator-result, .faq-intro { position: static; }
  .document-box { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section, .contact-section { padding: 66px 0; }
  h1 { font-size: clamp(2.65rem, 15vw, 4rem); }
  h2 { font-size: clamp(2.1rem, 11vw, 3rem); }
  .topbar__inner { font-size: .72rem; }
  .header__inner { min-height: 72px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand__text strong { font-size: .92rem; }
  .brand__text small { font-size: .54rem; }
  .hero { padding-top: 50px; }
  .hero__grid { min-height: 0; padding-bottom: 64px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero-card { height: 455px; }
  .portrait-placeholder { inset: 54px 30px 108px; }
  .hero-card__seal { width: 90px; height: 90px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div, .trust-strip__grid > div + div { padding: 18px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .trust-strip__grid > div:first-child { border-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .about-grid { gap: 38px; }
  .about-visual { min-height: 430px; }
  .about-frame { height: 410px; }
  .about-photo span { font-size: 5rem; }
  .about-credential { width: 112px; padding: 15px 10px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; border-right: 0; }
  .document-box { padding: 28px 24px; }
  .document-box ul { columns: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .calculator-card, .calculator-result, .contact-form { padding: 24px; }
  .result-header { flex-direction: column; }
  .result-header > span { max-width: none; text-align: left; }
  .faq-layout { gap: 38px; }
  .faq-list summary { font-size: 1.1rem; }
  .contact-grid { gap: 42px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .floating-whatsapp { width: 54px; height: 54px; right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Páginas internas de serviços */
.internal-hero { padding: 38px 0 82px; background: var(--navy); color: var(--white); overflow: hidden; position: relative; }
.internal-hero::after { content: ""; position: absolute; right: -130px; top: -160px; width: 480px; height: 480px; border: 1px solid rgba(198,161,91,.18); border-radius: 50%; }
.breadcrumb { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 55px; color: #9aa5b2; font-size: .8rem; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { color: var(--gold); }
.internal-hero__content { position: relative; z-index: 1; max-width: 880px; }
.internal-hero h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 6.5vw, 5.2rem); }
.internal-hero__lead { max-width: 760px; color: #c3cad3; font-size: 1.15rem; }
.internal-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: #9da8b5; font-size: .84rem; }
.internal-hero__meta span::before { content: "•"; margin-right: 10px; color: var(--gold); }
.service-page { padding: 88px 0 104px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 75px; align-items: start; }
.article-body { max-width: 780px; }
.article-body > p:first-of-type { color: #37414c; font-size: 1.18rem; }
.article-body h2 { margin: 52px 0 18px; font-size: clamp(2rem, 4vw, 3rem); }
.article-body h3 { margin: 32px 0 12px; font-family: Georgia, serif; font-size: 1.45rem; }
.article-body p, .article-body li { color: #525d68; }
.info-list { margin: 24px 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.info-list li { position: relative; padding: 15px 18px 15px 46px; background: #f5f2eb; border-left: 3px solid var(--gold); }
.info-list li::before { content: "✓"; position: absolute; left: 18px; color: #8a672c; font-weight: 900; }
.article-note { margin: 30px 0; padding: 22px 24px; background: var(--navy); color: #c5cdd6; border-left: 4px solid var(--gold); }
.article-note strong { display: block; margin-bottom: 6px; color: var(--gold-light); }
.article-note p { margin: 0; color: #c5cdd6; }
.side-contact { position: sticky; top: 110px; padding: 30px; background: var(--navy); color: var(--white); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.side-contact .eyebrow { margin-bottom: 12px; }
.side-contact h2 { margin-bottom: 14px; font-size: 2rem; }
.side-contact p { color: #aeb7c2; font-size: .9rem; }
.side-contact__details { margin: 22px 0; padding: 18px 0; display: grid; gap: 8px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); color: #d6dce3; font-size: .83rem; }
.service-faq { margin-top: 52px; }
.service-faq details { border-bottom: 1px solid var(--line); }
.service-faq summary { position: relative; padding: 20px 38px 20px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 700; }
.service-faq summary::after { content: "+"; position: absolute; right: 6px; color: var(--gold); font-family: system-ui; }
.service-faq details[open] summary::after { content: "−"; }
.service-faq p { margin: -2px 36px 20px 0; }
.related-section { padding: 80px 0; background: var(--cream); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { min-height: 180px; padding: 26px; background: var(--white); border: 1px solid #ded8cd; }
.related-card small { color: var(--gold); text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.related-card h3 { margin: 16px 0 8px; font-family: Georgia, serif; font-size: 1.4rem; }
.related-card p { color: var(--muted); font-size: .86rem; }
.related-card:hover { border-color: var(--gold); box-shadow: 0 14px 34px rgba(15,25,38,.08); }
.service-more { display: inline-flex; margin-top: 18px; color: #806027; font-size: .84rem; font-weight: 850; border-bottom: 1px solid rgba(128,96,39,.35); }

@media (max-width: 860px) {
  .content-grid { grid-template-columns: 1fr; gap: 50px; }
  .side-contact { position: static; }
  .related-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Identidade visual clara — Edenilton Felisdoro dos Santos
   Paleta: marfim, azul suave e dourado quente
   ========================================================= */
:root {
  --ink: #283746;
  --navy: #183858;
  --navy-2: #244a6d;
  --gold: #bd9149;
  --gold-light: #e3c78f;
  --cream: #f5efe5;
  --paper: #fffdf8;
  --muted: #68737d;
  --line: #e7ddcf;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(35, 55, 72, .11);
}

body {
  background: var(--paper);
  color: var(--ink);
}

.topbar {
  background: #f0e9de;
  color: #5f6872;
  border-bottom: 1px solid #e1d5c5;
}
.topbar__divider { background: #cdbb9d; }
.topbar__inner a:hover { color: var(--navy); }

.site-header {
  background: rgba(255, 253, 248, .96);
  color: var(--navy);
  border-bottom: 1px solid rgba(189, 145, 73, .22);
  box-shadow: 0 8px 28px rgba(38, 55, 70, .05);
}
.header__inner { min-height: 92px; }
.brand { gap: 12px; }
.brand__logo {
  width: 76px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand__text { line-height: 1.08; }
.brand__text strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .015em;
  text-transform: none;
  white-space: nowrap;
}
.brand__text small {
  color: var(--gold);
  font-size: .58rem;
  letter-spacing: .24em;
}
.main-nav { gap: 24px; }
.main-nav > a:not(.nav-cta) { color: #45586a; }
.main-nav > a:hover { color: var(--gold); }
.nav-cta {
  color: var(--navy);
  border-color: rgba(189,145,73,.65);
  background: #fbf6ed;
}
.nav-cta:hover { background: var(--navy); color: #fff !important; border-color: var(--navy); }
.menu-toggle span:not(.sr-only) { background: var(--navy); }

.hero.section-dark {
  background:
    radial-gradient(circle at 88% 20%, rgba(218,190,139,.28), transparent 28%),
    linear-gradient(120deg, #fffdf9 0%, #faf6ef 58%, #f1e8da 100%);
  color: var(--ink);
}
.hero { padding-top: 58px; }
.hero::before {
  background:
    linear-gradient(90deg, transparent 0 63%, rgba(189,145,73,.05) 63% 63.2%, transparent 63.2%),
    radial-gradient(circle at 8% 10%, rgba(189,145,73,.08), transparent 30%);
}
.hero__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
  gap: 72px;
  min-height: 650px;
  padding-bottom: 68px;
}
.hero h1 {
  color: var(--navy);
  font-size: clamp(3.25rem, 6.5vw, 5.5rem);
  letter-spacing: -.04em;
}
.hero h1 span { color: var(--gold); }
.hero__lead { color: #596875; }
.hero__identity-icon {
  color: var(--gold);
  border-color: rgba(189,145,73,.55);
  background: rgba(255,255,255,.68);
}
.hero__identity strong { color: var(--navy); }
.hero__identity span { color: #73808b; }
.hero__note { color: #7d8790; }
.hero .eyebrow { color: var(--gold); }
.button--gold {
  color: #fff;
  background: linear-gradient(135deg, var(--navy-2), var(--navy));
  border-color: var(--navy);
  box-shadow: 0 14px 32px rgba(24,56,88,.17);
}
.button--gold:hover { background: linear-gradient(135deg, #2c5578, #17344f); }
.hero .button--ghost {
  color: var(--navy);
  border-color: rgba(24,56,88,.28);
  background: rgba(255,255,255,.62);
}
.hero .button--ghost:hover { color: var(--navy); border-color: var(--gold); background: #fff; }

.hero__visual { min-height: 560px; }
.hero-card {
  width: min(100%, 430px);
  height: 560px;
  border: 1px solid rgba(189,145,73,.36);
  border-radius: 220px 220px 28px 28px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 38px 85px rgba(44,57,68,.17);
}
.hero-card::after {
  inset: 14px;
  border-color: rgba(189,145,73,.25);
  border-radius: 205px 205px 22px 22px;
}
.hero-card__halo {
  width: 390px;
  height: 390px;
  top: 12px;
  background: rgba(221,194,145,.27);
}
.portrait-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-card__seal {
  right: -3px;
  top: 74px;
  width: 102px;
  height: 102px;
  background: #d3aa64;
  color: var(--navy);
  border-color: #fffaf1;
  box-shadow: 0 12px 30px rgba(52,63,73,.2);
}
.hero-card__caption {
  background: rgba(255,253,248,.94);
  border-top: 1px solid rgba(189,145,73,.3);
  color: var(--navy);
  backdrop-filter: blur(8px);
}
.hero-card__caption small { color: var(--gold); }
.hero-card__caption span { color: #65727e; }

.trust-strip {
  background: rgba(255,255,255,.72);
  border-top: 1px solid #e6dbc9;
  border-bottom: 1px solid #eee5d8;
  color: var(--ink);
}
.trust-strip__grid > div { border-right-color: #e8ded0; }
.trust-strip strong { color: var(--navy); }
.trust-strip span { color: #707b85; }

.service-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border: 0;
}
.service-card {
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(35,55,72,.045);
}
.service-card:hover {
  border-color: rgba(189,145,73,.55);
  background: #fffefb;
}
.service-card__number { color: #d8c9b4; }
.service-card__icon { fill: var(--gold); }
.service-more { color: #8a662e; }

.section-soft {
  background: linear-gradient(180deg, #f7f2e9, #f3ede2);
}
.about-frame {
  border-color: rgba(189,145,73,.6);
  border-radius: 215px 215px 22px 22px;
  padding: 12px;
  background: rgba(255,255,255,.58);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-photo {
  display: block;
  background: #ece7df;
  border-radius: 200px 200px 15px 15px;
  overflow: hidden;
}
.about-photo__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-credential {
  background: #d3aa64;
  color: var(--navy);
  border-radius: 12px;
}
.about-frame__detail { border-color: var(--gold); }

.process.section-dark,
.contact-section.section-dark {
  background:
    radial-gradient(circle at 8% 90%, rgba(227,199,143,.13), transparent 30%),
    linear-gradient(135deg, #1f4568, #173551 72%);
}
.process-step { border-color: rgba(255,255,255,.13); }
.document-box { background: rgba(255,255,255,.055); }

.calculator-section { background: #fbf8f2; }
.calculator-card { border-radius: 16px; }
.calculator-result {
  border-radius: 16px;
  background: linear-gradient(150deg, #21496c, #173551);
}

.contact-form { border-radius: 16px; box-shadow: var(--shadow); }

.site-footer {
  background: #183550;
  border-top-color: rgba(227,199,143,.25);
}
.brand--footer .brand__text strong { color: #fff; }
.brand--footer .brand__logo { filter: brightness(1.08); }
.footer-brand p { color: #b9c3cd; }
.footer-grid h3 { color: var(--gold-light); }
.footer-bottom { color: #a9b4be; }

/* Páginas internas */
.internal-hero {
  background:
    radial-gradient(circle at 88% 10%, rgba(218,190,139,.3), transparent 25%),
    linear-gradient(125deg, #fffdf8, #f4ecdf);
  color: var(--navy);
  border-bottom: 1px solid #eadfce;
}
.internal-hero::after { border-color: rgba(189,145,73,.2); }
.breadcrumb { color: #71808d; }
.breadcrumb a:hover { color: var(--gold); }
.internal-hero__lead { color: #5e6b77; }
.internal-hero__meta { color: #687783; }
.internal-hero h1 { color: var(--navy); }
.side-contact {
  background: #fffdf8;
  color: var(--navy);
  border: 1px solid #e4d8c7;
  border-top: 4px solid var(--gold);
  border-radius: 14px;
}
.side-contact p { color: #68747f; }
.side-contact__details {
  color: #53616d;
  border-color: #e5dacb;
}
.article-note { background: #1d4262; }
.info-list li { background: #f8f3eb; }
.related-section { background: #f4eee4; }
.related-card { border-radius: 14px; border-color: #e2d7c8; }
.page-hero {
  background: linear-gradient(125deg, #fffdf8, #f1e7d8);
  color: var(--navy);
  border-bottom: 1px solid #e7dccb;
}
.page-hero p { color: #687681; }

@media (max-width: 1120px) {
  .brand__text strong { font-size: .9rem; }
  .main-nav { gap: 15px; font-size: .8rem; }
  .brand__logo { width: 68px; }
}

@media (max-width: 860px) {
  .main-nav {
    background: #fffdf8;
    border-top-color: #eadfce;
    box-shadow: 0 20px 40px rgba(35,55,72,.13);
  }
  .main-nav a { border-bottom-color: #eee4d7; color: var(--navy) !important; }
  .nav-cta { background: var(--navy); color: #fff !important; }
  .hero__grid { gap: 38px; }
  .hero__content { text-align: left; }
  .hero__lead { margin-inline: 0; }
  .hero__identity, .hero__actions { justify-content: flex-start; }
  .trust-strip__grid > div:nth-child(3),
  .trust-strip__grid > div:nth-child(4) { border-top-color: #e8ded0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .header__inner { min-height: 76px; gap: 10px; }
  .brand { gap: 7px; }
  .brand__logo { width: 54px; height: 48px; }
  .brand__text strong { font-size: .72rem; letter-spacing: 0; }
  .brand__text small { font-size: .45rem; letter-spacing: .16em; }
  .hero { padding-top: 30px; }
  .hero__content { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__identity, .hero__actions { justify-content: center; }
  .hero-card { height: 480px; border-radius: 180px 180px 22px 22px; }
  .hero-card::after { border-radius: 168px 168px 17px 17px; }
  .hero-card__seal { width: 86px; height: 86px; right: 0; top: 62px; }
  .trust-strip__grid > div,
  .trust-strip__grid > div + div { border-top-color: #e8ded0; }
  .service-grid { grid-template-columns: 1fr; }
  .about-frame { border-radius: 170px 170px 18px 18px; }
  .about-photo { border-radius: 158px 158px 12px 12px; }
}

@media (max-width: 410px) {
  .brand__logo { width: 48px; }
  .brand__text strong { font-size: .66rem; }
  .brand__text small { display: none; }
}

/* Legibilidade da assinatura no rodapé */
.brand--footer {
  width: max-content;
  max-width: 100%;
  padding: 9px 13px;
  border-radius: 12px;
  background: #fffaf1;
}
.brand--footer .brand__text strong { color: var(--navy); }
.brand--footer .brand__logo { filter: none; }

/* Correção do empilhamento da apresentação em telas menores */
@media (max-width: 860px) {
  .hero__grid { grid-template-columns: minmax(0, 1fr); }
  .hero__content, .hero__visual { width: 100%; }
  .hero__visual { justify-self: center; }
}
