:root {
  --ink: #17202a;
  --ink-soft: #2e3944;
  --paper: #f4f0e8;
  --paper-deep: #e8e0d3;
  --white: #fffdf9;
  --line: #d7cec0;
  --line-dark: rgba(255,255,255,.18);
  --accent: #8d3f3f;
  --accent-dark: #6e2f31;
  --bronze: #a57b4c;
  --muted: #66707a;
  --shadow: 0 18px 45px rgba(23, 32, 42, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--accent); }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-label { margin: 0 0 18px; color: var(--accent); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-label--light { color: #d7b68c; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4.2rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ca7b35; outline-offset: 4px; }

.utility-bar { color: rgba(255,255,255,.88); background: var(--ink); font-size: .78rem; }
.utility-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar__left, .utility-bar__right { display: flex; align-items: center; gap: 24px; }
.utility-bar span, .utility-bar a { display: inline-flex; align-items: center; gap: 8px; }
.utility-bar a { text-decoration: none; }
.utility-bar a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(12px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(23,32,42,.08); }
.header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; }
.brand__mark { position: relative; width: 50px; height: 50px; display: grid; flex: 0 0 50px; place-items: center; overflow: hidden; border: 1px solid var(--ink); color: var(--paper); background: var(--ink); font-family: var(--serif); font-size: 1rem; letter-spacing: .05em; }
.brand__mark::after { position: absolute; content: ""; right: -12px; bottom: -13px; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.45); transform: rotate(45deg); }
.brand__identity { min-width: 0; display: flex; flex-direction: column; }
.brand__name { font-family: var(--serif); font-size: 1.19rem; font-weight: 700; line-height: 1.18; letter-spacing: -.01em; white-space: nowrap; }
.brand__role { margin-top: 4px; color: var(--muted); font-size: .67rem; font-weight: 800; line-height: 1.3; letter-spacing: .15em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: .875rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { position: absolute; content: ""; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 0 20px; border: 1px solid var(--ink); color: var(--white) !important; background: var(--ink); transition: background .2s ease, border-color .2s ease; }
.nav-cta:hover { border-color: var(--accent); background: var(--accent); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.hero::before { position: absolute; content: ""; inset: 0 0 0 63%; background: var(--paper); }
.hero__layout { position: relative; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(330px, .85fr); gap: clamp(60px, 8vw, 118px); align-items: center; padding-top: 80px; padding-bottom: 78px; }
.hero__copy { position: relative; z-index: 1; }
.kicker { margin-bottom: 26px; color: var(--accent); font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin-bottom: 30px; font-family: var(--serif); font-size: clamp(3.7rem, 6.8vw, 6.9rem); font-weight: 400; line-height: .93; letter-spacing: -.055em; }
.hero h1 em { color: var(--accent); font-weight: 400; }
.hero__lead { max-width: 700px; margin-bottom: 34px; color: #45505a; font-size: clamp(1.08rem, 1.45vw, 1.28rem); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; font-size: .88rem; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--ink { color: var(--white); background: var(--ink); }
.button--ink:hover { background: var(--accent); }
.button--paper { border-color: var(--paper); color: var(--ink); background: var(--paper); }
.button--paper:hover { color: var(--white); background: transparent; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: .9rem; font-weight: 750; text-decoration: none; }
.text-link:hover { color: var(--accent); }
.text-link .icon, .button .icon { transition: transform .2s ease; }
.text-link:hover .icon, .button:hover .icon { transform: translateX(4px); }
.hero__facts { max-width: 750px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 54px 0 0; border-top: 1px solid var(--line); }
.hero__facts div { padding: 20px 24px 0 0; }
.hero__facts div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.hero__facts dt { margin-bottom: 5px; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__facts dd { margin: 0; font-family: var(--serif); font-size: 1.04rem; line-height: 1.3; }

.hero__brief { position: relative; z-index: 1; min-height: 470px; padding: 64px 48px 46px; overflow: hidden; border: 1px solid #cfc5b6; background: rgba(255,253,249,.88); box-shadow: var(--shadow); }
.hero__geometry { position: absolute; top: 0; right: 0; width: 128px; height: 128px; overflow: hidden; opacity: .95; }
.hero__geometry span { position: absolute; width: 78px; height: 78px; border: 1px solid var(--white); background: var(--ink); transform: rotate(45deg); }
.hero__geometry span:nth-child(1) { top: -38px; right: -8px; }
.hero__geometry span:nth-child(2) { top: 16px; right: -61px; }
.hero__geometry span:nth-child(3) { top: 51px; right: 43px; background: var(--accent); }
.hero__geometry span:nth-child(4) { top: 90px; right: -8px; width: 54px; height: 54px; background: var(--bronze); }
.hero__brief-label { margin-bottom: 12px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero__brief h2 { max-width: 260px; margin-bottom: 22px; font-size: clamp(2.5rem, 3.5vw, 3.7rem); }
.hero__brief > p:not(.hero__brief-label) { max-width: 290px; color: var(--muted); }
.hero__brief-rule { width: 44px; height: 2px; margin: 31px 0 25px; background: var(--accent); }
.hero__brief ul { margin: 0 0 34px; padding: 0; list-style: none; }
.hero__brief li { padding: 9px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.04rem; }
.hero__brief a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: .84rem; font-weight: 800; text-decoration: none; }
.hero__brief a:hover { color: var(--accent); }

.deadline-band { color: var(--white); background: var(--accent-dark); }
.deadline-band__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.deadline-band p { margin: 0; font-size: .93rem; }
.deadline-band a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; color: var(--white); font-size: .84rem; font-weight: 800; text-decoration: none; }
.deadline-band a:hover { text-decoration: underline; text-underline-offset: 4px; }

.profile-section { background: var(--paper); }
.profile-layout { display: grid; grid-template-columns: .9fr 1.3fr; gap: clamp(60px, 9vw, 140px); }
.profile-intro h2 { max-width: 510px; }
.profile-body { padding-top: 4px; }
.profile-lead { margin-bottom: 44px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 1.9rem); line-height: 1.48; }
.profile-meta { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-meta div { padding: 23px 22px 23px 0; }
.profile-meta div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.profile-meta span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.profile-meta strong { font-family: var(--serif); font-size: 1rem; line-height: 1.3; }
.profile-note { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-size: .9rem; }

.services-section { border-top: 1px solid var(--line); background: var(--white); }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 65px; }
.section-head h2 { max-width: 790px; }
.section-head > p { margin: 0 0 8px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.audience-panel { padding: clamp(34px, 5vw, 64px); }
.audience-panel + .audience-panel { border-left: 1px solid var(--line); }
.audience-panel--company { background: #f8f5ef; }
.audience-panel__heading { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 36px; }
.audience-panel__heading > span { padding-top: 8px; color: var(--accent); font-family: var(--serif); font-size: 1rem; }
.audience-panel__heading p { margin-bottom: 0; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.audience-panel__heading h3 { margin: 3px 0 0; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.3rem); font-weight: 400; line-height: 1; }
.legal-list { margin: 0; padding: 0; list-style: none; }
.legal-list li { position: relative; padding: 22px 0 22px 25px; border-top: 1px solid var(--line); }
.legal-list li::before { position: absolute; content: ""; top: 32px; left: 0; width: 7px; height: 7px; background: var(--accent); transform: rotate(45deg); }
.legal-list strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 1.08rem; }
.legal-list span { display: block; color: var(--muted); font-size: .9rem; line-height: 1.58; }
.practice-index { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-top: 70px; padding-top: 52px; border-top: 1px solid var(--line); }
.practice-index__title h3 { max-width: 390px; margin: 0; font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 400; line-height: 1.12; }
.practice-index ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; margin: 0; padding: 0; list-style: none; }
.practice-index li { min-height: 70px; display: grid; grid-template-columns: 34px 1fr; align-items: center; border-top: 1px solid var(--line); font-size: .94rem; font-weight: 650; }
.practice-index li span { color: var(--accent); font-family: var(--serif); font-size: .82rem; }

.method-section { color: var(--white); background: var(--ink); }
.method-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.method-copy { position: sticky; top: 145px; }
.method-copy h2 { margin-bottom: 28px; }
.method-copy > p:not(.section-label) { max-width: 500px; margin-bottom: 34px; color: rgba(255,255,255,.68); }
.method-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.method-steps li { display: grid; grid-template-columns: 66px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid var(--line-dark); }
.method-steps li:last-child { border-bottom: 1px solid var(--line-dark); }
.method-step__number { color: #d7b68c; font-family: var(--serif); font-size: 1.05rem; }
.method-steps h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.method-steps p { max-width: 580px; margin: 0; color: rgba(255,255,255,.64); font-size: .93rem; }

.preparation-section { background: var(--paper); }
.preparation-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.preparation-copy h2 { margin-bottom: 26px; font-size: clamp(2.2rem, 3.4vw, 3.6rem); }
.preparation-copy > p:not(.section-label) { max-width: 500px; color: var(--muted); }
.document-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.document-columns h3 { min-height: 54px; margin-bottom: 20px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { min-height: 54px; display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }
.check-list .icon { color: var(--accent); }

.modality-section { padding: 75px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.modality-layout { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 50px; align-items: center; }
.modality-title h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); }
.modality-item { min-height: 120px; display: grid; grid-template-columns: 46px 1fr; gap: 20px; align-items: start; padding-left: 35px; border-left: 1px solid var(--line); }
.modality-item > .icon { width: 33px; height: 33px; color: var(--accent); }
.modality-item h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.modality-item p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 150px); }
.faq-intro { position: sticky; top: 145px; align-self: start; }
.faq-intro h2 { margin-bottom: 25px; font-size: clamp(2.4rem, 4vw, 4rem); }
.faq-intro > p:last-child { max-width: 420px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 18px 0; border: 0; text-align: left; background: transparent; cursor: pointer; }
.faq-question > span:first-child { font-family: var(--serif); font-size: 1.12rem; font-weight: 700; }
.faq-question__icon { position: relative; width: 26px; height: 26px; flex: 0 0 26px; }
.faq-question__icon::before, .faq-question__icon::after { position: absolute; content: ""; top: 12px; left: 4px; width: 18px; height: 1px; background: var(--accent); transition: transform .2s ease; }
.faq-question__icon::after { transform: rotate(90deg); }
.faq-item.is-open .faq-question__icon::after { transform: rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-answer__inner { padding: 0 55px 28px 0; }
.faq-answer p { margin: 0; color: var(--muted); font-size: .94rem; }

.contact-section { padding: 112px 0; color: var(--white); background: var(--accent-dark); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 135px); align-items: start; }
.contact-copy { position: sticky; top: 145px; }
.contact-copy h2 { max-width: 520px; margin-bottom: 26px; }
.contact-copy > p:not(.section-label):not(.contact-disclaimer) { max-width: 500px; color: rgba(255,255,255,.75); }
.contact-details { margin-top: 44px; border-top: 1px solid rgba(255,255,255,.25); }
.contact-details > a, .contact-details > div { min-height: 76px; display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); color: var(--white); text-decoration: none; }
.contact-details > a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.contact-details > * > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); }
.contact-details small { display: block; margin-bottom: 2px; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-details strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; overflow-wrap: anywhere; }
.contact-disclaimer { margin-top: 24px; color: rgba(255,255,255,.62); font-size: .78rem; }
.contact-form-wrap { padding: clamp(28px, 4.8vw, 58px); color: var(--ink); background: var(--white); box-shadow: 0 25px 60px rgba(47,18,20,.25); }
.contact-form-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-form-head span { font-family: var(--serif); font-size: 1.55rem; }
.contact-form-head p { margin: 0; color: var(--muted); font-size: .74rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { min-width: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 8px; color: var(--ink-soft); font-size: .75rem; font-weight: 750; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #bcb3a6; border-radius: 0; color: var(--ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.form-field input, .form-field select { height: 48px; padding: 0 13px; }
.form-field textarea { min-height: 135px; padding: 13px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--accent); outline: 0; box-shadow: 0 0 0 3px rgba(141,63,63,.15); }
.checkbox-field { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); }
.checkbox-field a { color: var(--accent-dark); font-weight: 700; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-submit-row { display: flex; align-items: center; gap: 20px; margin-top: 3px; }
.form-submit-row .button { flex: 0 0 auto; border: 0; }
.form-submit-row .button:disabled { opacity: .6; cursor: wait; transform: none; }
.form-submit-row > span { color: var(--muted); font-size: .75rem; }
.form-status { grid-column: 1 / -1; margin: 0; padding: 0; font-size: .82rem; }
.form-status.is-success, .form-status.is-warning, .form-status.is-error { padding: 11px 13px; border-left: 3px solid; }
.form-status.is-success { border-color: #367c58; color: #245b40; background: #edf8f1; }
.form-status.is-warning { border-color: #b67828; color: #754b15; background: #fff6e6; }
.form-status.is-error { border-color: #a13b3b; color: #7d2b2b; background: #fff0f0; }

.site-footer { color: rgba(255,255,255,.77); background: #10171e; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .65fr; gap: 80px; padding-top: 68px; padding-bottom: 55px; }
.brand--footer { color: var(--white); }
.brand--footer .brand__mark { border-color: #d7b68c; background: transparent; }
.brand--footer .brand__role { color: rgba(255,255,255,.58); }
.footer-brand > p { max-width: 520px; margin: 25px 0 0; color: rgba(255,255,255,.58); font-size: .86rem; }
.footer-column h3 { margin: 0 0 18px; color: #d7b68c; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-column nav { display: flex; flex-direction: column; gap: 10px; }
.footer-column a { color: rgba(255,255,255,.7); font-size: .84rem; text-decoration: none; }
.footer-column a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .73rem; }
.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 17px; color: #fff; background: #1f8f54; box-shadow: 0 12px 28px rgba(0,0,0,.2); font-size: .79rem; font-weight: 800; text-decoration: none; }
.whatsapp-float:hover { background: #177747; transform: translateY(-2px); }
.noscript { padding: 14px; text-align: center; color: #6d430d; background: #fff2cf; }

/* Páginas legales */
.legal-hero { padding: 82px 0 72px; color: var(--white); background: var(--ink); }
.legal-hero h1 { margin: 0 0 15px; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.04em; }
.legal-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.68); }
.legal-content { max-width: 880px; }
.legal-content h2 { margin: 52px 0 16px; font-size: 1.65rem; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content a { color: var(--accent-dark); font-weight: 700; }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found__code { color: var(--accent); font-family: var(--serif); font-size: 1rem; }
.not-found h1 { margin: 12px 0 22px; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); font-weight: 400; }
.not-found p { max-width: 570px; margin: 0 auto 30px; color: var(--muted); }

[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1140px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .8rem; }
  .brand__name { font-size: 1.05rem; }
  .brand__role { font-size: .61rem; letter-spacing: .11em; }
  .hero__layout { grid-template-columns: minmax(0, 1.45fr) minmax(310px, .8fr); gap: 55px; }
  .hero h1 { font-size: clamp(3.5rem, 6.5vw, 5.6rem); }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 82px; }
  .utility-bar__schedule, .utility-bar__right a:last-child { display: none; }
  .header__inner { min-height: 78px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 116px 0 auto; display: none; padding: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 30px rgba(23,32,42,.12); }
  .main-nav.is-open { display: grid; }
  .main-nav a { min-height: 50px; padding: 0 8px; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .main-nav a::after { display: none; }
  .main-nav .nav-cta { justify-content: center; margin-top: 8px; border-bottom: 0; }
  .hero::before { inset: 57% 0 0; }
  .hero__layout { grid-template-columns: 1fr; gap: 60px; padding-top: 70px; }
  .hero__brief { max-width: 560px; }
  .profile-layout, .section-head, .practice-index, .method-layout, .preparation-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .method-copy, .faq-intro, .contact-copy { position: static; }
  .section-head { align-items: start; }
  .section-head > p { max-width: 700px; }
  .modality-layout { grid-template-columns: 1fr 1fr; }
  .modality-title { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1.3fr .7fr .7fr; gap: 45px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .utility-bar__inner { min-height: 36px; }
  .utility-bar__left { gap: 0; }
  .utility-bar__right { margin-left: auto; }
  .utility-bar__right a span { display: none; }
  .site-header { top: 0; }
  .brand__mark { width: 44px; height: 44px; flex-basis: 44px; }
  .brand__name { font-size: .98rem; }
  .brand__role { max-width: 230px; white-space: normal; }
  .main-nav { inset: 114px 0 auto; }
  .hero::before { inset: 59% 0 0; }
  .hero__layout { min-height: auto; padding-top: 58px; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero__facts { grid-template-columns: 1fr; }
  .hero__facts div, .hero__facts div + div { padding: 16px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero__brief { min-height: 0; padding: 52px 30px 36px; }
  .deadline-band__inner { padding-top: 19px; padding-bottom: 19px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .profile-meta { grid-template-columns: 1fr; }
  .profile-meta div, .profile-meta div + div { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .profile-meta div:last-child { border-bottom: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-panel + .audience-panel { border-top: 1px solid var(--line); border-left: 0; }
  .practice-index ol, .document-columns { grid-template-columns: 1fr; }
  .practice-index { gap: 36px; }
  .method-steps li { grid-template-columns: 48px 1fr; }
  .modality-layout { grid-template-columns: 1fr; }
  .modality-title { grid-column: auto; }
  .modality-item { min-height: auto; padding: 26px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .faq-answer__inner { padding-right: 15px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-status { grid-column: auto; }
  .contact-form-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 52px; padding: 0; justify-content: center; }
}

@media (max-width: 430px) {
  .utility-bar__left span { font-size: .68rem; }
  .brand__identity { max-width: 230px; }
  .brand__role { font-size: .56rem; }
  .hero h1 { font-size: 3.1rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .hero__brief { margin-inline: -2px; }
}

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

/* Ajustes finales de navegación y composición móvil */
@media (max-width: 980px) {
  .main-nav { position: absolute; inset: 100% 0 auto; }
}
@media (max-width: 760px) {
  .main-nav { inset: 100% 0 auto; }
  .hero__geometry { transform: scale(.68); transform-origin: top right; }
  .hero__brief h2 { max-width: 195px; font-size: 2.5rem; }
}
