:root {
  --ink: #122438;
  --ink-soft: #52606c;
  --navy: #152b40;
  --navy-deep: #0d2032;
  --gold: #c9a248;
  --gold-light: #e3c36d;
  --cream: #f7f6f1;
  --cream-2: #efeee8;
  --white: #ffffff;
  --line: rgba(18, 36, 56, .14);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 20px; padding: 12px 18px; background: var(--gold); color: var(--navy-deep); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; background: rgba(247,246,241,.94); border-bottom: 1px solid rgba(18,36,56,.08); box-shadow: 0 7px 24px rgba(18,36,56,.05); backdrop-filter: blur(9px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 94px; }
.logo-link { display: inline-flex; align-items: center; }
.logo-link img { display: block; width: 275px; height: auto; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: 28px; color: var(--ink-soft); font-size: 12px; }
.main-nav > a:not(.header-button):not(.header-phone) { transition: color .2s; }
.main-nav > a:not(.header-button):not(.header-phone):hover { color: var(--gold); }
.header-phone { color: var(--ink); white-space: nowrap; font-weight: 600; }
.header-button, .footer-button { display: inline-flex; align-items: center; gap: 11px; padding: 12px 16px; background: var(--navy); color: white; font-size: 11px; font-weight: 700; transition: background .2s, transform .2s; }
.header-button:hover, .footer-button:hover { background: var(--navy-deep); transform: translateY(-2px); }
.whatsapp-button { border-radius: 999px; background: #25d366 !important; color: #ffffff !important; }
.whatsapp-button:hover { background: #20bd5b !important; color: #ffffff !important; }
.menu-toggle { display: none; padding: 8px; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero-shell { position: relative; overflow: hidden; padding-top: 94px; background: var(--cream); }
.hero-shell::after { position: absolute; right: -180px; top: -300px; width: 580px; height: 580px; border-radius: 50%; background: rgba(232,227,209,.48); content: ""; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); gap: 50px; align-items: center; min-height: 672px; padding-top: 24px; }
.hero-copy { padding: 55px 0 78px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 20px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--gold); }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 25px; color: var(--ink); font-family: var(--serif); font-size: clamp(48px, 6.2vw, 82px); font-weight: 400; line-height: 1.09; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-lead { max-width: 530px; margin-bottom: 30px; color: var(--ink-soft); font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 13px 19px; cursor: pointer; font-size: 11px; font-weight: 700; transition: transform .2s var(--ease), background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--navy-deep); }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--navy); font-size: 11px; font-weight: 700; transition: gap .2s, color .2s; }
.text-link:hover { gap: 16px; color: var(--gold); }
.dark-link { color: var(--navy); }
.hero-trust { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 42px; color: var(--ink-soft); font-size: 10px; }
.trust-point { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.trust-point b { color: var(--gold); font-size: 13px; font-weight: 400; line-height: 1; }
.trust-divider { width: 1px; height: 14px; margin: 0 5px; background: var(--line); }
.lawyer-mini { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--ink); font-size: 10px; }
.lawyer-mini strong { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.lawyer-mini span { color: var(--ink-soft); }

.hero-visual { position: relative; min-height: 495px; }
.hero-card { position: absolute; inset: 20px 0 20px 38px; overflow: hidden; border-radius: 22px; background: var(--navy); box-shadow: 0 20px 45px rgba(13,32,50,.13); }
.hero-card::before { position: absolute; right: -150px; bottom: -180px; width: 510px; height: 510px; border: 1px solid rgba(223,195,109,.28); border-radius: 50%; content: ""; }
.hero-card::after { position: absolute; right: -62px; bottom: -104px; width: 355px; height: 355px; border: 1px solid rgba(223,195,109,.2); border-radius: 50%; content: ""; }
.card-topline { position: absolute; z-index: 2; top: 20px; right: 23px; left: 23px; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .12em; }
.status { display: inline-flex; align-items: center; gap: 5px; letter-spacing: 0; text-transform: lowercase; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #8ec18d; box-shadow: 0 0 0 3px rgba(142,193,141,.12); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(29,58,82,.45), transparent 60%); }
.card-content { position: relative; z-index: 1; display: flex; flex-direction: column; height: 100%; padding: 76px 37px 24px; color: white; }
.card-kicker { margin-bottom: 18px; color: var(--gold-light); font-size: 9px; letter-spacing: .18em; }
.card-content h2 { margin-bottom: 14px; color: white; font-family: var(--serif); font-size: clamp(31px, 4vw, 47px); font-weight: 400; line-height: 1.12; letter-spacing: -.04em; }
.card-content h2 em { color: var(--gold-light); }
.card-summary { max-width: 320px; margin-bottom: 23px; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.45; }
.card-highlights { display: flex; flex-direction: column; gap: 8px; margin-bottom: auto; color: rgba(255,255,255,.74); font-size: 10px; }
.card-highlights span::first-letter { color: var(--gold-light); }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.55); font-size: 10px; }
.card-bottom b { display: grid; flex: 0 0 auto; place-items: center; width: 31px; height: 31px; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); font-weight: 400; }

.trust-bar { background: var(--navy); color: white; }
.trust-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 28px; min-height: 156px; align-items: center; }
.trust-intro { display: flex; flex-direction: column; gap: 8px; }
.tiny-label { color: var(--gold-light); font-size: 8px; letter-spacing: .16em; }
.trust-intro strong { font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.1; }
.trust-intro em { color: var(--gold-light); }
.trust-item { display: flex; gap: 13px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.19); }
.trust-icon { color: var(--gold-light); font-family: var(--serif); font-size: 23px; line-height: 1; }
.trust-item strong { display: block; margin-bottom: 4px; font-size: 12px; }
.trust-item p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; }

.section { padding: 120px 0; }
.intro-section { background: var(--cream); }
.section-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 55px; }
h2 { color: var(--ink); font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); font-weight: 400; line-height: 1.1; letter-spacing: -.045em; }
.section-intro h2 { margin-bottom: 0; }
.section-lead { max-width: 370px; margin-bottom: 4px; color: var(--ink-soft); font-size: 14px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.topic-card { display: flex; flex-direction: column; min-height: 326px; padding: 27px 27px 23px; border: 1px solid var(--line); background: rgba(255,255,255,.3); transition: transform .3s var(--ease), background .3s, box-shadow .3s; }
.topic-card:hover { background: white; transform: translateY(-5px); box-shadow: 0 16px 30px rgba(18,36,56,.07); }
.topic-number { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.topic-icon { display: block; margin: 31px 0 14px; color: var(--gold); font-family: var(--serif); font-size: 42px; line-height: 1; }
.topic-card h3 { max-width: 230px; margin-bottom: 10px; font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.08; }
.topic-card p { margin-bottom: 20px; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.topic-card a { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--navy); font-size: 10px; font-weight: 700; }
.topic-card a span { color: var(--gold); font-size: 15px; }
.topic-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 32px; color: var(--ink-soft); font-size: 11px; }
.topic-footer strong { color: var(--navy); font-weight: 600; }
.topic-footer i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.process-section { background: var(--cream-2); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; }
.process-copy { max-width: 390px; }
.process-copy h2 { margin-bottom: 24px; }
.process-copy > p:not(.eyebrow) { margin-bottom: 28px; color: var(--ink-soft); font-size: 14px; }
.steps-list { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 45px 1fr 22px; gap: 18px; align-items: center; min-height: 139px; border-bottom: 1px solid var(--line); transition: padding .25s var(--ease), background .25s; }
.step:hover { padding: 0 14px; background: rgba(255,255,255,.4); }
.step-number { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.step h3 { margin-bottom: 6px; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.1; }
.step p { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.step-arrow { color: var(--gold); font-size: 17px; }
.process-note { margin-top: 38px; padding: 17px 0 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.process-note strong { color: var(--ink); }

.signals-section { background: var(--white); }
.signals-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; align-items: center; }
.signals-copy { max-width: 480px; }
.signals-copy h2 { margin-bottom: 23px; }
.signals-copy > p:not(.eyebrow) { max-width: 400px; margin-bottom: 29px; color: var(--ink-soft); font-size: 14px; }
.signals-list { border-top: 1px solid var(--line); }
.signals-list > div { display: grid; grid-template-columns: 37px 1fr; gap: 15px; align-items: center; min-height: 73px; border-bottom: 1px solid var(--line); }
.signals-list > div span { color: var(--gold); font-size: 10px; font-weight: 700; }
.signals-list > div strong { font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.25; }
.signals-list > p { margin: 22px 0 0; color: var(--ink-soft); font-size: 11px; }

.office-section { background: var(--cream); }
.office-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12%; align-items: center; }
.office-photo { position: relative; align-self: end; min-height: 465px; background: var(--cream-2); }
.office-photo::before { position: absolute; z-index: 0; top: -19px; left: -19px; width: 74%; height: 70%; border: 1px solid var(--gold); content: ""; }
.office-photo img { position: relative; z-index: 1; display: block; width: 100%; height: 465px; object-fit: cover; object-position: center top; filter: saturate(.9); }
.photo-caption { position: absolute; z-index: 2; right: -21px; bottom: 23px; display: flex; flex-direction: column; gap: 3px; padding: 15px 18px; background: var(--navy); color: white; }
.photo-caption strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.photo-caption span { color: var(--gold-light); font-size: 9px; letter-spacing: .1em; }
.office-copy { max-width: 580px; }
.office-copy h2 { margin-bottom: 27px; }
.office-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 14px; }
.office-copy .office-lead { color: var(--navy); font-family: var(--serif); font-size: 20px; line-height: 1.35; }
.office-values { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 27px 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.office-values span::before { margin-right: 7px; color: var(--gold); content: "✓"; }

.contact-section { position: relative; overflow: hidden; background: var(--navy-deep); color: white; }
.contact-section::before { position: absolute; left: -240px; top: -290px; width: 650px; height: 650px; border: 1px solid rgba(227,195,109,.13); border-radius: 50%; content: ""; }
.contact-section::after { position: absolute; left: -160px; top: -210px; width: 480px; height: 480px; border: 1px solid rgba(227,195,109,.12); border-radius: 50%; content: ""; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .82fr; gap: 15%; align-items: center; min-height: 650px; }
.contact-copy { max-width: 480px; }
.contact-copy h2 { margin-bottom: 25px; color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 430px; color: rgba(255,255,255,.58); font-size: 14px; }
.contact-perks { display: flex; flex-direction: column; gap: 9px; margin: 31px 0; color: rgba(255,255,255,.68); font-size: 11px; }
.contact-perks span::first-letter { color: var(--gold-light); }
.contact-phone { display: block; margin-top: 45px; color: var(--gold-light); font-family: var(--serif); font-size: 27px; }
.contact-email { display: block; margin-top: 5px; color: rgba(255,255,255,.52); font-size: 12px; }
.contact-form { padding: 31px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); }
.contact-form label { display: block; margin-bottom: 6px; color: rgba(255,255,255,.75); font-size: 10px; }
.contact-form label small { color: rgba(255,255,255,.4); font-size: inherit; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-bottom: 17px; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); outline: 0; border-radius: 0; background: transparent; color: white; font-size: 13px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.38); }
.contact-form select { color: rgba(255,255,255,.65); }
.contact-form select:invalid { color: rgba(255,255,255,.38); }
.contact-form option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-light); }
.contact-form .button { width: 100%; margin-top: 9px; }
.form-note { display: block; margin-top: 12px; color: rgba(255,255,255,.38); font-size: 10px; text-align: center; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 12%; }
.faq-copy { max-width: 415px; }
.faq-copy h2 { margin-bottom: 24px; }
.faq-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 14px; }
.faq-copy .text-link { margin-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 20px; font-weight: 400; }
summary::-webkit-details-marker { display: none; }
summary::after { color: var(--gold); content: "+"; font-family: var(--sans); font-size: 22px; font-weight: 400; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 610px; padding: 0 50px 20px 0; margin: 0; color: var(--ink-soft); font-size: 13px; }

.site-footer { background: var(--cream-2); color: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr .9fr .7fr; gap: 32px; align-items: center; min-height: 185px; border-bottom: 1px solid var(--line); }
.footer-logo img { width: 230px; }
.footer-top > p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; font-size: 12px; }
.footer-contact span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-contact a:hover { color: var(--gold); }
.footer-button { justify-self: end; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0 24px; color: var(--ink-soft); font-size: 9px; }

.whatsapp-float { position: fixed; z-index: 60; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px 12px 12px; border-radius: 999px; background: #25d366; color: #ffffff; box-shadow: 0 12px 28px rgba(11, 72, 36, .26); font-size: 11px; font-weight: 700; transition: transform .2s var(--ease), background .2s, box-shadow .2s; }
.whatsapp-float:hover { background: #20bd5b; box-shadow: 0 15px 32px rgba(11, 72, 36, .33); transform: translateY(-3px); }
.whatsapp-float svg { width: 22px; height: 22px; fill: currentColor; }

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

@media (max-width: 1030px) {
  .container { width: min(100% - 44px, 760px); }
  .main-nav { gap: 17px; }
  .main-nav > a:not(.header-button):not(.header-phone) { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 94px; right: 22px; left: 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 35px rgba(18,36,56,.13); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.header-button):not(.header-phone) { display: block; padding: 12px 13px; }
  .main-nav .header-phone { padding: 12px 13px; }
  .header-button { justify-content: center; margin-top: 5px; }
  .hero-grid { grid-template-columns: 1fr; gap: 10px; padding-top: 0; }
  .hero-copy { padding: 74px 0 24px; }
  .hero-visual { min-height: 470px; max-width: 600px; width: 100%; margin: 0 auto; }
  .hero-card { inset: 0 0 22px 25px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 25px; padding: 29px 0; }
  .trust-intro { grid-column: 1 / -1; }
  .section-intro { display: block; }
  .section-lead { margin-top: 29px; }
  .process-grid, .signals-grid, .office-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .process-copy, .signals-copy, .office-copy, .faq-copy { max-width: 640px; }
  .contact-grid { padding-top: 90px; padding-bottom: 90px; gap: 44px; }
  .contact-form { max-width: 600px; }
  .footer-top { grid-template-columns: 1fr 1fr; padding: 35px 0; }
  .footer-button { justify-self: start; }
  .footer-bottom { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 36px); }
  .nav-wrap { min-height: 78px; }
  .hero-shell { padding-top: 78px; }
  .logo-link img { width: 210px; }
  .main-nav { top: 78px; right: 18px; left: 18px; }
  .hero-shell::after { right: -260px; }
  .hero-copy { padding-top: 62px; }
  h1 { font-size: clamp(42px, 12.5vw, 64px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-trust { align-items: flex-start; flex-direction: column; gap: 7px; }
  .trust-divider { display: none; }
  .hero-grid { min-height: 0; }
  .hero-visual { min-height: 0; padding-bottom: 28px; }
  .hero-card { position: relative; inset: auto; height: auto; min-height: 0; border-radius: 17px; }
  .card-content { min-height: 0; padding: 83px 24px 27px; }
  .card-content h2 { font-size: 31px; }
  .trust-grid { grid-template-columns: 1fr; gap: 18px; }
  .trust-intro { grid-column: auto; }
  .trust-item { padding-left: 0; border-left: 0; }
  .section { padding: 80px 0; }
  h2 { font-size: 43px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 275px; }
  .topic-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .topic-footer i { display: none; }
  .step { grid-template-columns: 32px 1fr 18px; gap: 10px; min-height: 140px; }
  .step:hover { padding: 0; background: transparent; }
  .step h3 { font-size: 21px; }
  .step p { font-size: 11px; }
  .signals-list > div strong { font-size: 16px; }
  .office-photo, .office-photo img { min-height: 400px; height: 400px; }
  .photo-caption { right: -7px; bottom: 16px; }
  .contact-grid { padding-top: 80px; padding-bottom: 80px; }
  .contact-phone { margin-top: 32px; font-size: 24px; }
  .contact-form { padding: 24px 20px; }
  summary { font-size: 18px; }
  details p { padding-right: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 23px; padding: 36px 0; }
  .footer-button { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .whatsapp-float { right: 16px; bottom: 16px; padding: 13px; }
  .whatsapp-float span { display: none; }
}

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