:root {
  --navy-950: #04111c;
  --navy-900: #071928;
  --navy-800: #0a2034;
  --navy-700: #12324d;
  --gold-500: #c6a667;
  --gold-400: #d9bd82;
  --cream-100: #f8f5ef;
  --cream-200: #efe9df;
  --white: #fff;
  --ink: #122333;
  --muted: #5d6b76;
  --line: rgba(10,32,52,.13);
  --shadow: 0 24px 70px rgba(3,19,32,.16);
  --radius-lg: 32px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--navy-900); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy-950); color: rgba(255,255,255,.72); font-size: 13px; }
.topbar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a:hover { color: var(--white); }

.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.91); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(10,32,52,.08); }
.header__inner { height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { margin-right: auto; }
.brand img { width: 246px; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { position: relative; font-size: 14px; font-weight: 600; color: #304150; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--gold-500); transition: width .25s ease; }
.nav a:hover::after { width: 100%; }
.menu-button { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 12px; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--navy-900); margin: 5px 0; transition: transform .25s, opacity .25s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button--small { min-height: 44px; padding: 0 20px; font-size: 14px; background: var(--navy-900); color: var(--white); }
.button--small:hover { box-shadow: 0 10px 25px rgba(7,25,40,.22); }
.button--primary { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 16px 35px rgba(198,166,103,.25); }
.button--primary:hover { background: var(--gold-400); box-shadow: 0 18px 42px rgba(198,166,103,.34); }
.button--outline-light { color: var(--white); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.button--outline-light:hover { background: rgba(255,255,255,.12); }
.button--full { width: 100%; border: 0; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.9); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--dark { color: var(--navy-900); }

.hero { position: relative; overflow: hidden; min-height: 720px; color: var(--white); background: radial-gradient(circle at 85% 18%, #174a6b 0, rgba(23,74,107,0) 35%), linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000 30%, transparent 95%); }
.hero__grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; padding-top: 64px; padding-bottom: 70px; }
.hero__content { max-width: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold-400); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow--dark { color: #96743a; }
.eyebrow--gold { color: var(--gold-400); }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 690px; font-size: clamp(44px, 5.3vw, 70px); }
h1 em { color: var(--gold-400); font-style: normal; }
h2 { color: var(--navy-900); font-size: clamp(36px, 4vw, 54px); }
.hero__lead { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.hero__assurances div { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.78); }
.hero__assurances svg { width: 18px; height: 18px; fill: var(--gold-400); }
.hero__visual { position: relative; min-height: 570px; display: flex; align-items: center; justify-content: center; }
.portrait-card { position: relative; width: min(100%, 455px); height: 565px; overflow: hidden; border-radius: 240px 240px 30px 30px; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 35px 90px rgba(0,0,0,.35); background: #d9d4ca; }
.portrait-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, rgba(4,17,28,.92)); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; transform: scale(1.02); }
.portrait-card__accent { position: absolute; z-index: 2; inset: 14px; border: 1px solid rgba(217,189,130,.7); border-radius: 225px 225px 20px 20px; pointer-events: none; }
.portrait-card__caption { position: absolute; z-index: 3; left: 34px; bottom: 27px; display: flex; flex-direction: column; }
.portrait-card__caption strong { font-family: "Playfair Display", Georgia, serif; font-size: 24px; }
.portrait-card__caption span { color: rgba(255,255,255,.65); font-size: 13px; letter-spacing: .04em; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero__glow--one { width: 400px; height: 400px; right: -180px; bottom: -120px; border: 1px solid rgba(217,189,130,.15); box-shadow: 0 0 0 80px rgba(217,189,130,.025), 0 0 0 160px rgba(217,189,130,.02); }
.hero__glow--two { width: 180px; height: 180px; left: -90px; top: 90px; background: rgba(198,166,103,.08); filter: blur(40px); }

.credibility-strip { background: var(--cream-100); border-bottom: 1px solid var(--line); }
.credibility-strip__grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.credibility-strip__grid div { min-height: 54px; padding: 0 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.credibility-strip__grid div:first-child { padding-left: 0; }
.credibility-strip__grid div:last-child { border-right: 0; }
.credibility-strip strong { color: var(--navy-900); font-size: 14px; }
.credibility-strip span { color: var(--muted); font-size: 12px; }

.section { padding: 112px 0; }
.section--light { background: var(--white); }
.section--cream { background: var(--cream-100); }
.section--navy { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.section--navy::after { content: ""; position: absolute; width: 560px; height: 560px; right: -200px; top: -210px; border: 1px solid rgba(217,189,130,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(217,189,130,.025), 0 0 0 160px rgba(217,189,130,.02); }
.section-heading p { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.section-heading--center { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center p { margin-inline: auto; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.about-copy .lead { margin-top: 0; color: var(--navy-900); font-size: 22px; line-height: 1.55; }
.about-copy > p:not(.lead) { color: var(--muted); font-size: 17px; }
.quote-card { position: relative; margin-top: 36px; padding: 30px 34px 28px 82px; background: var(--cream-100); border: 1px solid var(--line); border-radius: var(--radius-md); }
.quote-card svg { position: absolute; left: 28px; top: 31px; width: 34px; fill: var(--gold-500); }
.quote-card blockquote { margin: 0 0 10px; color: var(--navy-900); font-family: "Playfair Display", Georgia, serif; font-size: 22px; line-height: 1.4; }
.quote-card cite { color: var(--muted); font-size: 13px; font-style: normal; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 340px; padding: 34px 28px 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-7px); border-color: rgba(198,166,103,.55); box-shadow: 0 24px 50px rgba(7,25,40,.11); }
.step-card__number { position: absolute; right: 20px; top: 10px; color: rgba(10,32,52,.045); font-family: "Playfair Display", Georgia, serif; font-size: 80px; font-weight: 700; line-height: 1; }
.step-card__icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 68px; background: var(--cream-100); border-radius: 16px; }
.step-card__icon svg { width: 26px; fill: var(--gold-500); }
.step-card h3 { margin: 0 0 13px; color: var(--navy-900); font-size: 20px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.security-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.security-content h2 { color: var(--white); }
.security-content p { max-width: 520px; margin: 24px 0 32px; color: rgba(255,255,255,.68); font-size: 18px; }
.security-list { display: grid; gap: 2px; background: rgba(255,255,255,.14); border-radius: var(--radius-md); overflow: hidden; }
.security-list article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 27px 30px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.security-list article:hover { background: rgba(255,255,255,.09); }
.security-list article > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--gold-400); border: 1px solid rgba(217,189,130,.38); border-radius: 50%; font-weight: 800; font-size: 12px; }
.security-list h3 { margin: 0 0 6px; font-size: 17px; }
.security-list p { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; }
.documents-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.documents-card { padding: 42px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 28px 65px rgba(7,25,40,.09); }
.documents-card__icon { width: 62px; height: 62px; display: grid; place-items: center; background: var(--navy-900); border-radius: 17px; }
.documents-card__icon svg { width: 29px; fill: var(--gold-400); }
.documents-card h3 { margin: 27px 0 16px; color: var(--navy-900); font-size: 25px; }
.documents-card ul { padding: 0; margin: 0 0 20px; list-style: none; }
.documents-card li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px solid var(--line); color: #3c4c5a; }
.documents-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-500); font-weight: 800; }
.documents-card small { color: var(--muted); }
.documents-copy h2 { max-width: 650px; }
.documents-copy p { max-width: 620px; margin: 24px 0; color: var(--muted); font-size: 18px; }

.comparison-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.comparison-grid .section-heading p { max-width: 620px; }
.partner-note { margin-top: 28px; padding: 24px 26px; border-left: 3px solid var(--gold-500); background: var(--white); border-radius: 0 var(--radius-md) var(--radius-md) 0; box-shadow: 0 16px 36px rgba(7,25,40,.06); }
.partner-note strong { color: var(--navy-900); }
.partner-note p { margin: 8px 0 0; font-size: 13px; line-height: 1.65; }
.comparison-steps { display: grid; gap: 12px; }
.comparison-steps article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.comparison-steps article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-500); border: 1px solid rgba(198,166,103,.4); border-radius: 50%; font-size: 12px; font-weight: 800; }
.comparison-steps h3 { margin: 0 0 5px; color: var(--navy-900); font-size: 18px; }
.comparison-steps p { margin: 0; color: var(--muted); font-size: 14px; }

#avaliar.section { padding: 82px 0; }
#avaliar .comparison-grid { grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: center; }
#avaliar .partner-note { margin-top: 22px; padding: 20px 22px; }
#avaliar .comparison-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
#avaliar .comparison-steps article { grid-template-columns: 38px 1fr; gap: 12px; min-height: 150px; padding: 20px; align-content: start; }
#avaliar .comparison-steps article > span { width: 34px; height: 34px; font-size: 11px; }
#avaliar .comparison-steps h3 { font-size: 16px; line-height: 1.3; }
#avaliar .comparison-steps p { font-size: 13px; line-height: 1.55; }

.results-section { background: var(--white); }
.result-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.result-card { min-height: 235px; padding: 32px; color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius-lg); box-shadow: 0 24px 50px rgba(7,25,40,.13); }
.result-card > span { color: var(--gold-400); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.result-card strong { display: block; margin: 24px 0 16px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(27px, 2.5vw, 39px); line-height: 1.08; }
.result-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }
.result-card--trust { color: var(--navy-900); background: var(--cream-100); border: 1px solid var(--line); box-shadow: none; }
.result-card--trust p { color: var(--muted); }

.content-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.content-card { min-height: 260px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .22s, box-shadow .22s, border-color .22s; }
.content-card:hover { transform: translateY(-5px); border-color: rgba(198,166,103,.6); box-shadow: 0 22px 45px rgba(7,25,40,.1); }
.content-card > span { color: var(--gold-500); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-card h3 { margin: 18px 0 12px; color: var(--navy-900); font-family: "Playfair Display", Georgia, serif; font-size: 22px; line-height: 1.25; }
.content-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.content-card strong { color: var(--navy-900); font-size: 13px; }
.content-preview .content-card { display: flex; min-height: 245px; flex-direction: column; }
.content-preview .content-card p { flex: 1; }
.content-preview__action { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 24px 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.content-preview__action p { max-width: 760px; margin: 0; color: var(--muted); font-size: 14px; }
.content-preview__action .button { flex: 0 0 auto; }

.testimonials-section { background: var(--white); }
.testimonial-ready { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.testimonial-placeholder { padding: 42px; background: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.testimonial-placeholder > span { display: inline-block; padding: 7px 11px; color: var(--gold-400); border: 1px solid rgba(217,189,130,.35); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-placeholder h3 { margin: 24px 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 30px; }
.testimonial-placeholder p { margin: 0; color: rgba(255,255,255,.65); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 6px; cursor: pointer; color: var(--navy-900); font-size: 17px; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; color: var(--gold-500); border: 1px solid var(--line); border-radius: 50%; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq__answer { padding: 0 50px 24px 6px; color: var(--muted); }
.faq__answer p { margin: 0; }

.contact-section { position: relative; overflow: hidden; padding: 112px 0; color: var(--white); background: var(--navy-900); }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .045; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 24px 24px; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { max-width: 530px; color: rgba(255,255,255,.68); font-size: 17px; }
.contact-person { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.contact-person img { width: 60px; height: 60px; object-fit: cover; object-position: 50% 24%; border-radius: 50%; border: 2px solid var(--gold-400); }
.contact-person strong, .contact-person span { display: block; }
.contact-person span { color: rgba(255,255,255,.58); font-size: 13px; }
.contact-links { display: flex; flex-direction: column; gap: 6px; margin-top: 22px; color: var(--gold-400); font-weight: 600; }
.contact-options { padding: 38px; color: var(--ink); background: var(--white); border: 1px solid rgba(217,189,130,.26); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-options__label { color: var(--gold-500); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-options h3 { margin: 18px 0 13px; color: var(--navy-900); font-family: "Playfair Display", Georgia, serif; font-size: clamp(27px, 3vw, 37px); line-height: 1.2; }
.contact-options p { margin: 0 0 26px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-options small { display: block; margin-top: 14px; color: var(--muted); font-size: 11px; text-align: center; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-size: 13px; font-weight: 700; }
.field label small { color: var(--muted); font-weight: 400; }
.field input:not([type="checkbox"]), .field select { width: 100%; height: 52px; padding: 0 15px; color: var(--ink); background: #fbfaf8; border: 1px solid #dcdfe1; border-radius: 12px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(198,166,103,.15); }
.field.is-invalid input, .field.is-invalid select { border-color: #b43b36; }
.field__error { display: none; color: #a6302b; font-size: 12px; }
.field.is-invalid .field__error { display: block; }
.consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; color: var(--muted) !important; font-weight: 400 !important; }
.consent input { margin-top: 5px; accent-color: var(--navy-900); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 11px; text-align: center; }

.footer { padding-top: 70px; color: rgba(255,255,255,.65); background: var(--navy-950); }
.footer__grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .9fr; gap: 50px; padding-bottom: 52px; }
.footer__brand img { width: 230px; height: auto; }
.footer__brand p { max-width: 350px; color: rgba(255,255,255,.55); font-size: 14px; }
.footer h3 { margin: 4px 0 18px; color: var(--white); font-size: 14px; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer a:hover { color: var(--gold-400); }
.legal-note, .privacy-note { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); }
.legal-note p, .privacy-note p { margin: 0; font-size: 11px; line-height: 1.7; color: rgba(255,255,255,.48); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }

.inner-page { background: var(--cream-100); }
.inner-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.inner-header__content { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.inner-header img { width: 240px; height: auto; }
.inner-header__actions { display: flex; align-items: center; gap: 28px; }
.inner-header__back { color: var(--muted); font-size: 14px; font-weight: 700; }
.inner-header__back:hover { color: var(--gold-500); }
.inner-hero { position: relative; overflow: hidden; padding: 88px 0 82px; color: var(--white); background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.inner-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -100px; top: -180px; border: 1px solid rgba(217,189,130,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(217,189,130,.035), 0 0 0 140px rgba(217,189,130,.025); }
.inner-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.inner-hero--compact { padding: 68px 0 60px; }
.inner-hero h1 { max-width: 850px; margin-top: 18px; }
.inner-hero p { max-width: 700px; color: rgba(255,255,255,.7); font-size: 18px; }
.inner-hero__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.inner-hero__meta span { padding: 8px 12px; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 12px; font-weight: 700; }
.guide-summary { padding: 30px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); backdrop-filter: blur(8px); }
.guide-summary__label { display: block; margin-bottom: 16px; color: var(--gold-400); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.guide-summary strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 22px; line-height: 1.4; }
.guide-summary p { margin: 17px 0 0; font-size: 13px; line-height: 1.7; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 52px; padding-top: 64px; padding-bottom: 100px; }
.article-nav { position: sticky; top: 108px; align-self: start; display: flex; flex-direction: column; gap: 6px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 18px 45px rgba(7,25,40,.06); counter-reset: guide-nav; }
.article-nav strong { margin-bottom: 8px; padding: 5px 8px 14px; color: var(--navy-900); border-bottom: 1px solid var(--line); }
.article-nav a { display: flex; align-items: center; gap: 11px; padding: 9px 8px; color: var(--muted); border-radius: 8px; font-size: 13px; font-weight: 600; counter-increment: guide-nav; }
.article-nav a::before { content: counter(guide-nav, decimal-leading-zero); color: var(--gold-500); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.article-nav a span { color: var(--gold-500); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.article-nav a span + * { min-width: 0; }
.article-nav a:hover { color: var(--navy-900); background: var(--cream-100); }
.article-content { max-width: 880px; counter-reset: guide-article; }
.article-intro { margin-bottom: 28px; padding: 10px 4px 20px; }
.article-intro > span { color: var(--gold-500); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-intro h2 { margin-bottom: 12px; font-size: clamp(28px, 3.5vw, 38px); }
.article-intro p { margin: 0; }
.article-content > article { position: relative; counter-increment: guide-article; scroll-margin-top: 108px; padding: 40px 44px 38px; margin: 0 0 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 16px 38px rgba(7,25,40,.055); }
.article-content > article::before { content: counter(guide-article, decimal-leading-zero); position: absolute; right: 30px; top: 24px; color: rgba(198,166,103,.2); font-family: "Playfair Display", Georgia, serif; font-size: 54px; font-weight: 700; line-height: 1; }
.article-tag { color: var(--gold-500); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-content h2, .legal-page h2 { position: relative; max-width: 680px; margin: 12px 70px 20px 0; color: var(--navy-900); font-family: "Playfair Display", Georgia, serif; font-size: clamp(28px, 4vw, 39px); }
.article-content p, .article-content li, .legal-page p { color: #4d5d69; font-size: 16px; line-height: 1.78; }
.article-content ul, .article-content ol { margin: 22px 0 0; padding: 0; list-style: none; }
.article-content li { position: relative; margin: 9px 0; padding: 12px 16px 12px 46px; background: var(--cream-100); border-radius: 10px; }
.article-content ul li::before { content: "✓"; position: absolute; left: 17px; top: 11px; color: var(--gold-500); font-weight: 800; }
.article-content ol { counter-reset: alert-item; }
.article-content ol li { counter-increment: alert-item; }
.article-content ol li::before { content: counter(alert-item); position: absolute; left: 15px; top: 11px; width: 22px; height: 22px; display: grid; place-items: center; color: var(--white); background: var(--navy-900); border-radius: 50%; font-size: 11px; font-weight: 800; }
.guide-article--security { border-left: 4px solid var(--gold-500) !important; }
.guide-article--warning { background: linear-gradient(145deg, #fff, #fffaf2) !important; border-color: rgba(198,166,103,.35) !important; }
.article-content code { padding: 2px 6px; background: #ece9e2; border-radius: 5px; }
.article-cta { margin-top: 34px; padding: 46px; color: var(--white); background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.article-cta h2 { color: var(--white); }
.article-cta p { color: rgba(255,255,255,.68); }
.legal-page { max-width: 900px; padding-top: 72px; padding-bottom: 100px; }
.legal-page h2 { margin-top: 42px; font-size: 30px; }
.legal-page a { color: var(--gold-500); text-decoration: underline; }
.inner-footer { padding: 28px 0; color: rgba(255,255,255,.65); background: var(--navy-950); font-size: 13px; }
.inner-footer a { color: var(--gold-400); }

/* Página de confirmação de contato */
.confirmation-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--navy-950); }
.confirmation-header { position: relative; z-index: 10; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,25,40,.08); }
.confirmation-header__content { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.confirmation-header img { width: 240px; height: auto; }
.confirmation-header span { color: var(--muted); font-size: 13px; font-weight: 600; }
.confirmation-main { position: relative; isolation: isolate; flex: 1; display: grid; place-items: center; overflow: hidden; padding: 72px 0; color: var(--white); background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 55%, var(--navy-800) 100%); }
.confirmation-main::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .28; background-image: radial-gradient(rgba(217,189,130,.26) .7px, transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.confirmation-orbit { position: absolute; z-index: -1; border: 1px solid rgba(217,189,130,.12); border-radius: 50%; }
.confirmation-orbit--one { width: 520px; height: 520px; right: -180px; top: -210px; box-shadow: 0 0 0 80px rgba(217,189,130,.025), 0 0 0 160px rgba(217,189,130,.018); }
.confirmation-orbit--two { width: 360px; height: 360px; left: -210px; bottom: -170px; box-shadow: 0 0 0 65px rgba(217,189,130,.02); }
.confirmation-card { max-width: 780px; padding: 56px 58px 48px; text-align: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.confirmation-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--navy-950); background: linear-gradient(145deg, var(--gold-400), var(--gold-500)); border: 7px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 18px 40px rgba(198,166,103,.25); }
.confirmation-icon svg { width: 42px; height: 42px; fill: currentColor; }
.confirmation-card .eyebrow { justify-content: center; }
.confirmation-card h1 { max-width: 650px; margin: 16px auto 18px; font-size: clamp(42px, 6vw, 64px); line-height: 1.04; }
.confirmation-card h1 em { display: block; color: var(--gold-400); font-style: italic; }
.confirmation-lead { max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.confirmation-status { max-width: 580px; display: flex; align-items: flex-start; gap: 14px; margin: 30px auto 0; padding: 17px 20px; text-align: left; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.confirmation-status svg { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; fill: var(--gold-400); }
.confirmation-status p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.confirmation-status strong { color: var(--white); }
.confirmation-actions { display: flex; justify-content: center; gap: 14px; margin-top: 32px; }
.confirmation-back { color: var(--white); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.confirmation-back:hover { background: rgba(255,255,255,.12); }
.confirmation-safety { margin: 22px 0 0; color: rgba(255,255,255,.44); font-size: 11px; }
.confirmation-footer { color: rgba(255,255,255,.5); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); }
.confirmation-footer .container { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-1 { transition-delay: .08s; }
.reveal--delay-2 { transition-delay: .16s; }
.reveal--delay-3 { transition-delay: .24s; }

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

@media (max-width: 1080px) {
  .nav { display: none; }
  .header__cta { margin-left: auto; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; inset: 84px 0 auto; z-index: 99; display: grid; gap: 6px; padding: 24px 20px 30px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 24px 45px rgba(3,19,32,.12); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu > a:not(.button) { padding: 12px 6px; color: var(--navy-900); font-weight: 700; border-bottom: 1px solid var(--line); }
  .mobile-menu__whatsapp { width: 100%; margin-top: 10px; color: #fff; background: #1fa855; box-shadow: 0 12px 26px rgba(31,168,85,.24); }
  .mobile-menu__whatsapp:hover { background: #188c47; box-shadow: 0 14px 30px rgba(31,168,85,.3); }
  .mobile-menu__whatsapp:focus-visible { outline: 3px solid rgba(31,168,85,.3); outline-offset: 3px; }
  .mobile-menu__whatsapp svg { width: 23px; height: 23px; }
  .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 38px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .content-cards { grid-template-columns: repeat(2, 1fr); }
  .result-cards { grid-template-columns: repeat(2, 1fr); }
  .step-card { min-height: 300px; }
  .about-grid, .security-grid, .documents-grid, .faq-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .topbar { display: none; }
  .header__inner { height: 74px; }
  .mobile-menu { inset: 74px 0 auto; }
  .header__cta { display: none; }
  .brand img { width: 208px; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 66px; padding-bottom: 72px; }
  .hero__content { max-width: none; }
  h1 { font-size: clamp(43px, 11vw, 64px); }
  .hero__visual { min-height: 550px; max-width: 520px; width: 100%; margin: 8px auto 0; }
  .portrait-card { height: 540px; }
  .credibility-strip__grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .credibility-strip__grid div { min-height: 70px; padding: 10px 20px; }
  .credibility-strip__grid div:nth-child(2) { border-right: 0; }
  .credibility-strip__grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .credibility-strip__grid div:first-child { padding-left: 20px; }
  .section { padding: 82px 0; }
  .about-grid, .security-grid, .documents-grid, .faq-grid, .contact-grid, .comparison-grid, .testimonial-ready { grid-template-columns: 1fr; }
  #avaliar .comparison-grid { grid-template-columns: 1fr; gap: 36px; }
  .result-cards { grid-template-columns: 1fr; }
  .security-grid { gap: 48px; }
  .documents-grid { gap: 48px; }
  .faq-grid { gap: 36px; }
  .contact-grid { gap: 48px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .inner-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .guide-summary { max-width: 680px; }
  .article-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .article-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand img { width: 188px; }
  .hero__grid { padding-top: 50px; gap: 28px; }
  .hero__lead { font-size: 17px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero__actions .text-link { justify-content: center; }
  .hero__assurances { display: grid; gap: 10px; }
  .hero__visual { min-height: 440px; }
  .portrait-card { height: 430px; border-radius: 190px 190px 24px 24px; }
  .portrait-card__caption { left: 25px; bottom: 20px; }
  .portrait-card__caption strong { font-size: 21px; }
  .credibility-strip__grid { grid-template-columns: 1fr; }
  .credibility-strip__grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .credibility-strip__grid div:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .content-cards { grid-template-columns: 1fr; }
  .content-preview__action { align-items: stretch; flex-direction: column; }
  .content-preview__action .button { width: 100%; }
  #avaliar.section { padding: 66px 0; }
  #avaliar .comparison-steps { grid-template-columns: 1fr; }
  #avaliar .comparison-steps article { min-height: auto; }
  .step-card { min-height: auto; }
  .step-card__icon { margin-bottom: 44px; }
  .quote-card { padding: 65px 24px 24px; }
  .quote-card svg { left: 24px; top: 24px; }
  .documents-card { padding: 30px 24px; }
  .security-list article { grid-template-columns: 45px 1fr; padding: 24px 20px; gap: 14px; }
  .contact-form { grid-template-columns: 1fr; padding: 26px 20px; }
  .contact-options { padding: 28px 22px; }
  .field--full { grid-column: auto; }
  .form-note { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; }
  .inner-header__content { min-height: 72px; }
  .inner-header img { width: 185px; }
  .inner-header__back { display: none; }
  .inner-header .button { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .inner-hero { padding: 62px 0 55px; }
  .inner-hero__grid { gap: 28px; }
  .inner-hero h1 { font-size: clamp(37px, 11vw, 50px); }
  .guide-summary { padding: 24px; }
  .article-layout { padding-top: 45px; padding-bottom: 70px; }
  .article-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; padding: 16px; }
  .article-nav strong { grid-column: 1 / -1; }
  .article-nav a { min-width: 0; padding: 9px 6px; font-size: 12px; }
  .article-content > article { padding: 32px 24px 28px; }
  .article-content > article::before { right: 20px; top: 20px; font-size: 44px; }
  .article-content h2 { margin-right: 45px; font-size: 29px; }
  .article-content p, .article-content li { font-size: 15px; }
  .article-cta { padding: 30px 24px; }
  .legal-page { padding-top: 45px; padding-bottom: 70px; }
  .confirmation-header__content { min-height: 72px; justify-content: center; }
  .confirmation-header img { width: 200px; }
  .confirmation-header span { display: none; }
  .confirmation-main { padding: 38px 0; }
  .confirmation-card { padding: 38px 22px 32px; border-radius: 20px; }
  .confirmation-icon { width: 66px; height: 66px; margin-bottom: 20px; }
  .confirmation-icon svg { width: 36px; height: 36px; }
  .confirmation-card h1 { font-size: clamp(38px, 11vw, 48px); }
  .confirmation-lead { font-size: 16px; }
  .confirmation-status { padding: 15px 16px; }
  .confirmation-actions { align-items: stretch; flex-direction: column; }
  .confirmation-actions .button { width: 100%; padding-inline: 17px; }
  .confirmation-footer .container { min-height: 76px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 5px; padding-block: 16px; text-align: center; }
}
