:root {
  --navy-950: #031326;
  --navy-900: #061a33;
  --navy-800: #0b2848;
  --navy-700: #123c65;
  --gold-500: #c68b22;
  --gold-400: #dda63b;
  --gold-300: #edc56d;
  --white: #ffffff;
  --cream: #fbf8f2;
  --soft: #f2f5f8;
  --gray-100: #eef1f4;
  --gray-200: #d9e0e7;
  --gray-500: #667383;
  --gray-700: #344253;
  --gray-900: #172231;
  --danger: #a63d40;
  --success: #1e6b4f;
  --shadow-sm: 0 8px 24px rgba(4, 21, 40, .08);
  --shadow-md: 0 18px 50px rgba(4, 21, 40, .14);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1200px;
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gray-900); background: var(--white); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%); background: var(--gold-400); color: var(--navy-950); padding: 10px 16px; border-radius: 6px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-light { background: var(--white); }
.section-soft { background: var(--soft); }
.section-heading { max-width: 790px; margin-bottom: 44px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .office-copy h2, .form-intro h2 { margin: 0 0 16px; color: var(--navy-900); font: 700 clamp(2rem, 4vw, 3.25rem)/1.12 var(--font-heading); letter-spacing: -.025em; }
.section-heading p { margin: 0; color: var(--gray-500); font-size: 1.05rem; }
.eyebrow { margin: 0 0 14px; color: var(--gold-300); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.dark { color: #9b6510; }

.site-header { background: var(--navy-900); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 270px; height: auto; max-height: 74px; object-fit: contain; object-position: left center; }
.header-meta { display: flex; align-items: center; gap: 22px; text-align: right; font-size: .88rem; line-height: 1.35; }
.header-meta p { margin: 0; }
.header-divider { width: 1px; height: 38px; background: rgba(255,255,255,.25); }

.hero { background: linear-gradient(120deg, var(--navy-950), var(--navy-900) 55%, #0a2a4a); color: var(--white); overflow: hidden; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 28px; }
.hero-copy { padding: 72px 56px 64px 0; align-self: center; position: relative; z-index: 2; }
.hero-copy h1 { margin: 0 0 24px; max-width: 720px; font: 700 clamp(2.5rem, 4.7vw, 4.45rem)/1.04 var(--font-heading); letter-spacing: -.035em; }
.hero-copy h1 span { color: var(--gold-400); }
.hero-lead { max-width: 660px; margin: 0 0 30px; color: rgba(255,255,255,.88); font-size: 1.08rem; }
.trust-list { list-style: none; margin: 0 0 34px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-list li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.92); font-size: .91rem; line-height: 1.4; }
.icon-circle { flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid var(--gold-400); color: var(--gold-400); border-radius: 50%; display: grid; place-items: center; font-weight: 700; }
.button { min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: var(--radius-sm); display: inline-flex; align-items: center; justify-content: center; gap: 12px; text-decoration: none; font-weight: 800; line-height: 1.25; transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(237,197,109,.55); outline-offset: 3px; }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 12px 30px rgba(198,139,34,.24); }
.button-primary:hover { background: linear-gradient(135deg, #f1d287, #bd7e17); }
.button-secondary { color: var(--navy-900); background: transparent; border-color: var(--navy-700); }
.hero-cta { font-size: 1.04rem; }
.hero-notes { max-width: 710px; margin-top: 20px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 18px; color: rgba(255,255,255,.72); font-size: .76rem; }
.hero-notes p { margin: 0; padding-left: 20px; position: relative; }
.hero-notes p::before { content: "◷"; position: absolute; left: 0; color: var(--gold-400); }
.hero-media { margin: 0; position: relative; min-height: auto; padding: 42px 0 42px 12px; display: flex; align-items: center; justify-content: flex-end; }
.hero-media::after { content: ""; position: absolute; inset: 42px 0 42px 12px; border-radius: var(--radius-lg); background: linear-gradient(90deg, rgba(6,26,51,.36) 0%, rgba(6,26,51,.08) 24%, transparent 52%), linear-gradient(0deg, rgba(3,19,38,.12), transparent 40%); pointer-events: none; }
.hero-media img { width: min(100%, 640px); height: auto; max-height: 560px; object-fit: cover; object-position: center center; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); margin-left: auto; }

.cards-grid { display: grid; gap: 22px; }
.situations-grid { grid-template-columns: repeat(4, 1fr); }
.info-card { min-height: 260px; padding: 30px 26px; border: 1px solid var(--gray-200); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); text-align: center; transition: transform .18s ease, box-shadow .18s ease; }
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-icon { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; background: var(--cream); border: 1px solid #ead5aa; color: #a66e13; display: grid; place-items: center; font-size: 1.7rem; }
.info-card h3 { margin: 0 0 12px; color: var(--navy-900); font: 700 1.3rem/1.2 var(--font-heading); }
.info-card p { margin: 0; color: var(--gray-500); font-size: .94rem; }
.inline-cta { margin-top: 30px; padding: 20px 24px; border: 1px solid #e7d2aa; border-radius: var(--radius-sm); background: var(--cream); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.inline-cta h3 { margin: 0 0 4px; color: var(--navy-900); font-size: 1.08rem; }
.inline-cta p { margin: 0; color: var(--gray-500); }

.timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; counter-reset: step; }
.timeline li { position: relative; text-align: center; padding: 0 8px; }
.timeline li:not(:last-child)::after { content: "→"; position: absolute; top: 22px; right: -24px; color: #aab4c0; font-size: 1.65rem; }
.step-number { width: 52px; height: 52px; margin: 0 auto 18px; display: grid; place-items: center; border: 1px solid #d7c69f; border-radius: 50%; background: var(--white); color: #9b6510; font-weight: 900; box-shadow: var(--shadow-sm); }
.timeline h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 1rem; }
.timeline p { margin: 0; color: var(--gray-500); font-size: .89rem; }
.notice-box { margin-top: 42px; padding: 24px; background: var(--white); border: 1px solid #e4d6b8; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.notice-box p { margin: 0; max-width: 760px; color: var(--gray-700); font-size: .9rem; }

.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.document-item { display: flex; align-items: flex-start; gap: 14px; padding: 22px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-sm); }
.document-item > span { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); color: #9b6510; display: grid; place-items: center; font-weight: 900; }
.document-item h3 { margin: 0 0 8px; color: var(--navy-900); font-size: 1rem; }
.document-item p { margin: 0; color: var(--gray-500); font-size: .87rem; }

.section-office { background: linear-gradient(180deg, #fff, #f8fafc); }
.office-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: center; }
.office-media { margin: 0; height: 640px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.office-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.office-copy .lead { color: var(--navy-700); font-weight: 700; font-size: 1.08rem; }
.office-copy p { color: var(--gray-500); }
.professional-id { margin: 26px 0; padding: 18px 20px; border-left: 4px solid var(--gold-500); background: var(--cream); display: grid; gap: 2px; }
.professional-id strong { color: var(--navy-900); }
.professional-id span { color: var(--gray-500); font-size: .91rem; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-list div { padding: 16px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-sm); }
.feature-list strong, .feature-list span { display: block; }
.feature-list strong { margin-bottom: 4px; color: var(--navy-900); }
.feature-list span { color: var(--gray-500); font-size: .84rem; }
.institutional-link { margin-top: 22px; }
.institutional-link a { color: var(--navy-700); font-weight: 800; text-underline-offset: 3px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--gray-200); border-radius: var(--radius-sm); background: var(--white); overflow: hidden; }
summary { list-style: none; padding: 18px 52px 18px 20px; color: var(--navy-900); font-weight: 800; cursor: pointer; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #9b6510; font-size: 1.35rem; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 20px 20px; color: var(--gray-500); }
.faq-more { min-height: 48px; border: 1px solid var(--gray-200); border-radius: var(--radius-sm); background: var(--soft); color: var(--navy-900); font-weight: 800; }

.section-form { background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); color: var(--white); }
.form-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 64px; align-items: start; }
.form-intro { position: sticky; top: 32px; }
.form-intro h2 { color: var(--white); }
.form-intro p, .form-intro li { color: rgba(255,255,255,.78); }
.form-intro ul { padding-left: 20px; }
.lead-form { padding: 34px; background: var(--white); color: var(--gray-900); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.form-progress { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 28px; }
.progress-item { display: flex; align-items: center; gap: 8px; color: var(--gray-500); font-size: .84rem; }
.progress-item span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--gray-200); border-radius: 50%; }
.progress-item.is-active { color: var(--navy-900); }
.progress-item.is-active span { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.progress-line { width: 72px; height: 1px; background: var(--gray-200); }
.form-status { min-height: 0; color: var(--danger); font-weight: 700; font-size: .9rem; }
.form-status:not(:empty) { margin-bottom: 18px; padding: 12px 14px; border-radius: 8px; background: #fff1f1; }
.form-step { border: 0; padding: 0; margin: 0; }
.form-step > legend { width: 100%; margin: 0 0 22px; color: var(--navy-900); font: 700 1.6rem/1.2 var(--font-heading); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field.full { grid-column: 1 / -1; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field > span { color: var(--navy-900); font-weight: 800; font-size: .88rem; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--gray-200); border-radius: 8px; color: var(--gray-900); background: var(--white); }
.field textarea { resize: vertical; }
.field small { text-align: right; color: var(--gray-500); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(198,139,34,.18); border-color: var(--gold-500); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--danger); background: #fffafa; }
.field-help, .privacy-warning { color: var(--gray-500); font-size: .82rem; }
.choice-group { border: 0; padding: 0; margin: 0 0 24px; }
.choice-group > legend { margin-bottom: 10px; color: var(--navy-900); font-weight: 800; font-size: .92rem; }
.choice-group label { display: inline-flex; align-items: center; margin: 0 8px 8px 0; }
.choice-group input { position: absolute; opacity: 0; pointer-events: none; }
.choice-group label span { padding: 10px 13px; border: 1px solid var(--gray-200); border-radius: 999px; color: var(--gray-700); background: var(--white); font-size: .84rem; cursor: pointer; transition: .16s ease; }
.choice-group input:focus-visible + span { outline: 3px solid rgba(198,139,34,.25); }
.choice-group input:checked + span { border-color: var(--navy-700); background: #eef4fa; color: var(--navy-900); font-weight: 800; }
.consent-group { display: grid; gap: 12px; margin: 24px 0; }
.consent-group label { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; color: var(--gray-700); font-size: .84rem; }
.consent-group input { margin-top: 4px; }
.consent-group a { color: var(--navy-700); font-weight: 800; }
.form-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 20px; }
.form-next { margin-top: 8px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { background: var(--navy-950); color: rgba(255,255,255,.78); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .9fr .9fr; gap: 42px; }
.footer-brand img { width: 260px; max-height: 110px; object-fit: contain; object-position: left center; margin-bottom: 14px; }
.site-footer h2 { margin: 0 0 12px; color: var(--white); font-size: .95rem; }
.site-footer p { margin: 0; font-size: .86rem; }
.site-footer a { color: rgba(255,255,255,.86); text-decoration: none; }
.site-footer a:hover { color: var(--gold-300); }
.site-footer nav { display: grid; gap: 7px; font-size: .86rem; }
.privacy-summary, .legal-summary { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.privacy-summary p, .legal-summary p { max-width: 1000px; }
.legal-summary { display: flex; justify-content: space-between; gap: 32px; font-size: .75rem; }

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-hero { background: var(--navy-900); color: var(--white); padding: 56px 0; }
.legal-hero h1 { margin: 0; font: 700 clamp(2.2rem, 5vw, 4rem)/1.1 var(--font-heading); }
.legal-content { max-width: 860px; margin: 0 auto; padding: 72px 24px; background: var(--white); }
.legal-content h2 { color: var(--navy-900); margin-top: 38px; }
.legal-content a { color: var(--navy-700); }

@media (max-width: 980px) {
  .header-meta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 0 42px; }
  .hero-media { min-height: auto; margin-inline: 0; padding: 0 0 12px; justify-content: center; }
  .hero-media::after { inset: 0; border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(6,26,51,.2), transparent 18%), linear-gradient(0deg, rgba(3,19,38,.16), transparent 40%); }
  .hero-media img { width: 100%; max-width: 100%; max-height: none; }
  .situations-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline li:not(:last-child)::after { display: none; }
  .document-grid { grid-template-columns: 1fr 1fr; }
  .office-grid, .faq-layout, .form-layout { grid-template-columns: 1fr; }
  .office-media { height: 520px; }
  .form-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 76px; }
  .brand img { width: 230px; max-height: 62px; }
  .hero-copy h1 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
  .trust-list { grid-template-columns: 1fr; }
  .hero-notes { grid-template-columns: 1fr; }
  .hero-media { min-height: auto; }
  .situations-grid, .document-grid, .feature-list, .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .inline-cta, .notice-box { align-items: stretch; flex-direction: column; }
  .inline-cta .button, .notice-box .button { width: 100%; }
  .timeline { grid-template-columns: 1fr; gap: 26px; }
  .timeline li { text-align: left; padding-left: 70px; min-height: 54px; }
  .step-number { position: absolute; left: 0; top: 0; }
  .office-media { height: 420px; }
  .lead-form { padding: 24px 18px; border-radius: var(--radius-md); }
  .choice-group label { display: flex; margin-right: 0; }
  .choice-group label span { width: 100%; border-radius: 8px; }
  .form-actions { flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-summary { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
.thank-you { padding: 72px 0; background: linear-gradient(180deg, var(--soft), var(--white)); }
.thank-you-card { max-width: 860px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 48px; box-shadow: var(--shadow-md); text-align: center; }
.thank-you-icon { width: 72px; height: 72px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #e9f6f0; color: var(--success); font-size: 2rem; font-weight: 900; }
.thank-you-card h1 { margin: 0 0 16px; color: var(--navy-900); font: 700 clamp(2.2rem, 5vw, 3.5rem)/1.08 var(--font-heading); }
.thank-you-lead { max-width: 680px; margin: 0 auto 38px; color: var(--gray-500); font-size: 1.05rem; }
.next-steps { display: grid; gap: 14px; text-align: left; }
.next-steps article { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 18px; border: 1px solid var(--gray-200); border-radius: var(--radius-sm); }
.next-steps article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--white); font-weight: 900; }
.next-steps h2 { margin: 0 0 5px; color: var(--navy-900); font-size: 1rem; }
.next-steps p { margin: 0; color: var(--gray-500); font-size: .9rem; }
.whatsapp-box { margin-top: 28px; padding: 28px; background: var(--cream); border: 1px solid #e7d2aa; border-radius: var(--radius-md); }
.whatsapp-box h2, .while-waiting h2 { color: var(--navy-900); font-family: var(--font-heading); }
.small-note { margin: 14px 0 0; color: var(--gray-500); font-size: .82rem; }
.thank-notice { justify-content: center; text-align: left; }
.while-waiting { margin-top: 28px; }
@media (max-width: 680px) { .thank-you-card { padding: 28px 18px; } }
