:root {
  --navy-950: #07101d;
  --navy-900: #0d1a2d;
  --navy-800: #152742;
  --navy-700: #223957;
  --gold: #c7a463;
  --gold-light: #ead19e;
  --ivory: #f7f4ee;
  --paper: #fdfcf9;
  --ink: #152033;
  --muted: #647083;
  --line: #dfe3e8;
  --success: #248a5a;
  --shadow: 0 24px 60px rgba(7, 16, 29, 0.12);
  --radius: 4px;
}

* { 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;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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: 12px; left: 12px; z-index: 200; padding: 10px 14px; background: #fff; color: var(--navy-900); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 88px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(7,16,29,.7);
  backdrop-filter: blur(18px);
  transition: height .25s, background .25s, box-shadow .25s;
}
.site-header.scrolled { height: 74px; background: rgba(7,16,29,.95); box-shadow: 0 10px 35px rgba(0,0,0,.16); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-logo-crop {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(199,164,99,.82);
  border-radius: 50%;
  background: var(--navy-950);
  box-shadow: 0 7px 20px rgba(0,0,0,.16);
}
.brand-logo-crop::after { content: ""; position: absolute; inset: 2px; border: 1px solid rgba(199,164,99,.28); border-radius: 50%; pointer-events: none; }
.brand-logo-crop img { display: block; width: 104%; height: 104%; object-fit: cover; object-position: center; transform: translate(-2%, -2%); }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { font: 500 16px/1.1 Georgia, serif; letter-spacing: .05em; text-transform: uppercase; }
.brand-copy small { color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.76); transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { padding: 11px 19px; color: var(--gold-light); border: 1px solid rgba(199,164,99,.75); transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--gold); color: var(--navy-950); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; color: #fff; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 176px 0 0;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(7,16,29,.98) 0%, rgba(13,28,48,.97) 58%, rgba(13,26,45,.96) 100%),
    radial-gradient(circle at 80% 20%, #294567, #07101d 65%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .05; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, transparent 25%, #000); }
.hero::after { content: "§"; position: absolute; right: -36px; top: 82px; font: 420px/1 Georgia, serif; color: rgba(199,164,99,.035); transform: rotate(8deg); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: 8%; top: 12%; background: rgba(42,73,107,.25); }
.hero-glow-two { width: 220px; height: 220px; left: -120px; bottom: 4%; background: rgba(199,164,99,.09); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; padding-bottom: 88px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold-light); font-size: 11px; font-weight: 650; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 34px; height: 1px; background: var(--gold); }
.eyebrow-dark { color: #8d6b31; }
.hero h1, .section-heading h2, .consultation-intro h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.7vw, 76px); line-height: 1.04; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-text { max-width: 630px; margin: 26px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 650; letter-spacing: .015em; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy-950); box-shadow: 0 12px 32px rgba(199,164,99,.18); }
.button-primary:hover { background: #d5b576; box-shadow: 0 16px 36px rgba(199,164,99,.24); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.03); }
.button-secondary:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.microcopy { margin: 19px 0 0; color: rgba(255,255,255,.46); font-size: 12px; }

.hero-card { position: relative; padding: 38px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.hero-card::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(199,164,99,.13); pointer-events: none; }
.hero-card-top { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 32px; }
.hero-logo-crop { display: block; width: 84px; height: 84px; overflow: hidden; border: 1px solid rgba(199,164,99,.72); border-radius: 50%; background: var(--navy-950); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.hero-logo-crop img { display: block; width: 104%; height: 104%; object-fit: cover; object-position: center; transform: translate(-2%, -2%); }
.status { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #5ab887; box-shadow: 0 0 0 5px rgba(90,184,135,.1); }
.card-label { margin: 0 0 12px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-card h2 { position: relative; margin: 0 0 28px; font: 400 29px/1.3 Georgia, serif; }
.principles { position: relative; display: grid; gap: 3px; }
.principles > div { display: grid; grid-template-columns: 40px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); }
.principles span { color: var(--gold); font: 15px/1 Georgia, serif; }
.principles p { margin: 0; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.5; }
.principles strong { display: block; margin-bottom: 3px; color: #fff; font-size: 13px; font-weight: 600; }
.trust-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.1); }
.trust-strip span { padding: 24px 12px; color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .11em; text-align: center; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip span:first-child { border-left: 1px solid rgba(255,255,255,.1); }

.practice-section { padding: 116px 0 124px; background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading h2 { max-width: 650px; margin: 0; color: var(--navy-900); font-size: clamp(38px, 4.5vw, 58px); line-height: 1.09; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfd4da; border-left: 1px solid #cfd4da; }
.practice-card { position: relative; min-height: 315px; padding: 34px 32px 30px; border-right: 1px solid #cfd4da; border-bottom: 1px solid #cfd4da; background: rgba(255,255,255,.36); transition: background .25s, transform .25s, box-shadow .25s; }
.practice-card:hover { z-index: 2; background: #fff; box-shadow: var(--shadow); transform: translateY(-4px); }
.practice-card > svg { width: 33px; height: 33px; margin: 30px 0 24px; color: #9c7739; stroke-width: 1.35; }
.area-number { position: absolute; top: 27px; right: 29px; color: #a4abb3; font: 12px/1 Georgia, serif; }
.practice-card h3 { margin: 0 0 13px; color: var(--navy-900); font: 400 23px/1.2 Georgia, serif; }
.practice-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.practice-card button { position: absolute; left: 32px; bottom: 28px; padding: 0; color: #83632e; border: 0; background: transparent; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.practice-card button span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.practice-card button:hover span { transform: translateX(5px); }

.consultation-section { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: var(--navy-900); }
.consultation-section::before { content: ""; position: absolute; width: 720px; height: 720px; left: -300px; bottom: -380px; border: 1px solid rgba(199,164,99,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(199,164,99,.02), 0 0 0 200px rgba(199,164,99,.015); }
.consultation-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: start; }
.consultation-intro h2 { margin: 0; font-size: clamp(38px, 4.8vw, 57px); line-height: 1.08; }
.consultation-intro > p:not(.eyebrow) { margin: 24px 0 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.75; }
.contact-panel { margin-top: 48px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-panel address { display: grid; gap: 10px; font-style: normal; }
.contact-panel address > a, .contact-panel address > div { display: flex; align-items: flex-start; gap: 14px; padding: 10px 0; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.6; }
.contact-panel address > a { transition: color .2s; }
.contact-panel address > a:hover { color: var(--gold-light); }
.contact-panel svg { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 2px; color: var(--gold); }
.contact-panel span { display: block; }
.contact-panel small { display: block; margin-bottom: 2px; color: rgba(255,255,255,.4); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.form-card { min-height: 625px; padding: 44px 46px; color: var(--ink); background: #fff; box-shadow: 0 38px 80px rgba(0,0,0,.22); }
.form-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; padding-bottom: 25px; border-bottom: 1px solid #e6e8eb; }
.form-heading > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--navy-900); border: 1px solid var(--gold); font: 600 17px/1 Georgia, serif; }
.form-heading p { margin: 0 0 3px; color: var(--navy-900); font-size: 14px; font-weight: 700; }
.form-heading small { color: #89919d; font-size: 11px; }
.field { margin-bottom: 24px; }
.field label { display: block; margin-bottom: 9px; color: #263348; font-size: 12px; font-weight: 700; }
.select-wrap { position: relative; }
.select-wrap svg { position: absolute; top: 50%; right: 15px; width: 18px; height: 18px; color: #758094; transform: translateY(-50%); pointer-events: none; }
select, textarea { width: 100%; color: var(--ink); border: 1px solid #cfd5dc; border-radius: 2px; outline: none; background: #fafafa; transition: border-color .2s, box-shadow .2s, background .2s; }
select { height: 50px; padding: 0 43px 0 14px; appearance: none; cursor: pointer; }
textarea { min-height: 133px; padding: 14px; resize: vertical; line-height: 1.55; }
select:focus, textarea:focus { border-color: #a88448; box-shadow: 0 0 0 3px rgba(199,164,99,.13); background: #fff; }
.field.invalid select, .field.invalid textarea { border-color: #b64949; }
.field-error { display: none; margin: 7px 0 0; color: #a53838; font-size: 10px; }
.field.invalid .field-error { display: block; }
.field-meta { display: flex; align-items: flex-start; justify-content: space-between; }
.field-meta > span { margin-top: 7px; color: #9aa1aa; font-size: 10px; }
.field-meta b { font-weight: 500; }
.check-row { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 24px; color: #596477; font-size: 11px; line-height: 1.45; cursor: pointer; }
.check-row input { position: absolute; opacity: 0; pointer-events: none; }
.fake-check { display: grid; place-items: center; flex: 0 0 auto; width: 18px; height: 18px; margin-top: -1px; border: 1px solid #bfc6cf; background: #fff; }
.fake-check svg { width: 13px; height: 13px; color: #fff; opacity: 0; }
.check-row input:checked + .fake-check { border-color: var(--navy-800); background: var(--navy-800); }
.check-row input:checked + .fake-check svg { opacity: 1; }
.check-row input:focus-visible + .fake-check { outline: 3px solid rgba(199,164,99,.3); }
.submit-button { width: 100%; min-height: 53px; border: 0; }
.submit-button > span { margin-left: auto; }
.privacy-note { margin: 15px 0 0; color: #8a929d; font-size: 9.5px; line-height: 1.55; text-align: center; }

.result { animation: resultIn .35s ease both; }
.result-back { margin: 0 0 34px; padding: 0; color: #778191; border: 0; background: transparent; font-size: 11px; cursor: pointer; }
.result-back:hover { color: var(--navy-900); }
.result-kicker { display: inline-flex; margin-bottom: 13px; padding: 6px 9px; color: #745623; background: #f4ead8; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.result h3 { margin: 0 0 17px; color: var(--navy-900); font: 400 34px/1.18 Georgia, serif; }
.result > p { margin: 0; color: #606b7b; font-size: 14px; line-height: 1.7; }
.result-next { margin: 28px 0; padding: 20px 22px; border-left: 3px solid var(--gold); background: #f7f4ee; }
.result-next strong { color: #89672d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.result-next p { margin: 6px 0 0; color: #3e4b5e; font-size: 12px; line-height: 1.6; }
.whatsapp-button { width: 100%; color: #fff; background: #247a50; }
.whatsapp-button:hover { background: #1f6d47; }
.result > small { display: block; margin-top: 16px; color: #979da6; font-size: 9px; line-height: 1.5; text-align: center; }
@keyframes resultIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.site-footer { color: rgba(255,255,255,.65); background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 50px; padding: 56px 0; }
.brand-footer .brand-logo-crop { width: 52px; height: 52px; }
.brand-footer .brand-copy strong { font-size: 14px; }
.footer-main > p { margin: 0; max-width: 440px; font: 400 16px/1.55 Georgia, serif; }
.footer-main > a:last-child { color: var(--gold-light); font-size: 12px; font-weight: 650; }
.footer-main > a:last-child span { margin-left: 5px; }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-legal p { margin: 0; color: rgba(255,255,255,.31); font-size: 9px; line-height: 1.6; }
.floating-whatsapp { display: none; position: fixed; right: 18px; bottom: 18px; z-index: 80; place-items: center; width: 52px; height: 52px; color: #fff; border-radius: 50%; background: #247a50; box-shadow: 0 12px 30px rgba(12,45,29,.35); }
.floating-whatsapp svg { width: 25px; height: 25px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 980px) {
  .container { width: min(100% - 40px, 760px); }
  .main-nav { gap: 22px; }
  .hero { padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { max-width: 710px; }
  .hero-card { max-width: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 620px; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .consultation-grid { grid-template-columns: 1fr; gap: 55px; }
  .consultation-intro { max-width: 650px; }
  .form-card { max-width: 700px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 560px); }
  .site-header { height: 72px; }
  .site-header.scrolled { height: 66px; }
  .brand-logo-crop { width: 46px; height: 46px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 8px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 30px 24px;
    background: rgba(7,16,29,.99);
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 18px 8px; font: 400 24px/1.2 Georgia, serif; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav .nav-cta { margin-top: 20px; padding: 16px; text-align: center; font: 650 13px/1 sans-serif; }
  .hero { padding-top: 126px; }
  .hero-grid { gap: 44px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(41px, 12vw, 58px); }
  .hero-text { font-size: 15px; line-height: 1.68; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-card { padding: 30px 25px; }
  .hero-card h2 { font-size: 25px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip span { padding: 18px 8px; font-size: 9px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .practice-section { padding: 84px 0 90px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .consultation-intro h2 { font-size: 40px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 292px; }
  .consultation-section { padding: 88px 0; }
  .consultation-grid { gap: 44px; }
  .form-card { min-height: 0; padding: 30px 23px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; padding: 44px 0 36px; }
  .footer-main > p { grid-column: 1; grid-row: auto; }
  .footer-legal { flex-direction: column; gap: 8px; }
  .floating-whatsapp { display: grid; }
}

@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; }
}
