/* Lluis Law landing pages — inmigracion.la palette (navy + gold), serif display, Inter body. */
:root {
  --navy: #0B2545;
  --navy-2: #143462;
  --gold: #C59B4B;
  --gold-dark: #8A6420;   /* AA text on light backgrounds */
  --gold-soft: #F3E6C9;
  --red: #C8102E;
  --bg: #FBF7F0;
  --paper: #FFFFFF;
  --ink: #172033;
  --muted: #55607A;
  --line: #E6E0D4;
  --tint: #F7F1E4;
  --on-dark-muted: #BFC9DC;
  --ok: #1E7A45;
  --font-display: Georgia, "Times New Roman", "Crimson Text", serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.6; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: var(--gold-dark); text-decoration: none; }
a:hover { color: var(--navy); }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; letter-spacing: -0.01em; color: var(--navy); font-weight: 700; }
h1 { font-size: clamp(34px, 4.2vw, 58px); line-height: 1.06; }
h1 em { font-style: normal; color: var(--gold-dark); }
h2 { font-size: clamp(26px, 2.8vw, 40px); line-height: 1.15; }
h3 { font-size: 21px; line-height: 1.3; }
p { margin: 0; }
strong { font-weight: 700; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.eyebrow { font-family: var(--font-body); font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex: none; }
.muted { color: var(--muted); }
.section { padding-top: clamp(56px, 8vw, 104px); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 26px; border-radius: 999px; font-family: var(--font-body); font-weight: 700; font-size: 16.5px; white-space: nowrap; border: 0; cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .15s; }
.btn svg { width: 22px; height: 22px; flex: none; }
.btn-primary { background: var(--gold); color: var(--ink); box-shadow: 0 10px 24px rgba(197, 155, 75, 0.35); }
.btn-primary:hover { background: #B3893D; color: var(--ink); transform: translateY(-1px); }
.btn-ghost { border: 2px solid rgba(11,37,69,.16); color: var(--navy); background: var(--paper); }
.btn-ghost:hover { border-color: var(--navy); color: var(--navy); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); color: #fff; }
.btn-sm { min-height: 44px; padding: 0 18px; font-size: 15px; }
.btn-block { width: 100%; }

.card { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; }
.tag { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 12px; border-radius: 999px; background: var(--tint); color: var(--gold-dark); font-size: 13px; font-weight: 700; }
.check { width: 28px; height: 28px; border-radius: 50%; background: var(--gold-soft); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.check svg { width: 14px; height: 14px; }
.check-row { display: flex; align-items: flex-start; gap: 14px; }
.check-row .check { margin-top: 3px; }
.icon { width: 22px; height: 22px; flex: none; }

/* Header */
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 80px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { max-height: 50px; width: auto; display: block; }
.brand { min-width: 0; }
.wordmark { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.wordmark-name { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--navy); }
.wordmark-name .tld { color: var(--red); }
.wordmark-kicker { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.header-actions { display: flex; align-items: center; gap: 16px; flex: none; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 16px; color: var(--navy); white-space: nowrap; }
.header-note { font-size: 13px; color: var(--muted); }


/* Navigation */
.site-header .container { position: relative; }
.site-nav > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.site-nav > ul > li { position: relative; }
.site-nav a, .site-nav .nav-drop { display: inline-flex; align-items: center; gap: 4px; padding: 10px 10px; border-radius: 10px; font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--navy); white-space: nowrap; background: none; border: 0; cursor: pointer; line-height: 1.2; }
.site-nav a:hover, .site-nav .nav-drop:hover, .site-nav .nav-drop[aria-expanded="true"] { color: var(--gold-dark); background: var(--tint); }
.site-nav .nav-drop svg { width: 16px; height: 16px; transition: transform .2s; }
.site-nav .nav-drop[aria-expanded="true"] svg { transform: rotate(180deg); }
.site-nav .nav-mobile-only { display: none; }
.site-nav .drop, .site-nav .mega { display: none; position: absolute; top: calc(100% + 10px); z-index: 60; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 60px rgba(11,37,69,.16); }
.site-nav .has-drop.open .drop, .site-nav .has-mega.open .mega { display: block; }
.site-nav .drop { left: 0; min-width: 260px; list-style: none; margin: 0; padding: 10px; }
.site-nav .drop a { display: block; white-space: normal; padding: 9px 12px; font-size: 14px; }
.site-nav .mega { left: 50%; transform: translateX(-38%); width: min(1080px, calc(100vw - 40px)); padding: 26px 28px; }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr 1.15fr 1fr; gap: 28px; }
.mega-col h4 { display: flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); margin: 0 0 8px; }
.mega-col h4 svg { width: 16px; height: 16px; }
.mega-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.mega-col a { display: block; padding: 7px 8px; margin-left: -8px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--ink); white-space: normal; line-height: 1.35; }
.mega-col a:hover, .mega-col a[aria-current="page"] { color: var(--navy); background: var(--tint); font-weight: 600; }
.mega-card { background: var(--navy); border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.mega-card .eyebrow { color: var(--gold); font-size: 11.5px; }
.mega-card .eyebrow::before { background: var(--gold); }
.mega-card p { color: var(--on-dark-muted); font-size: 14px; line-height: 1.5; }
.site-nav .mega-card .btn { align-self: flex-start; background: var(--gold); color: var(--ink); padding: 0 18px; font-size: 15px; white-space: nowrap; }
.site-nav .mega-card .btn:hover { background: #B3893D; color: var(--ink); }
.site-nav .mega-card .link-arrow:hover { color: var(--gold); background: none; }
.mega-card .link-arrow { color: #fff; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.mega-card .link-arrow svg { width: 16px; height: 16px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; align-items: center; justify-content: center; cursor: pointer; color: var(--navy); }
.nav-toggle svg { width: 26px; height: 26px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 1360px) {
  .header-note { display: none; }
}
@media (max-width: 1280px) {
  .site-nav a, .site-nav .nav-drop { padding: 10px 8px; font-size: 13.5px; }
  .header-phone span { display: none; }
}
@media (max-width: 1100px) {
  .site-nav { display: none; }
  .header-actions .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav.open { display: block; position: absolute; left: calc(50% - 50vw); right: calc(50% - 50vw); top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(11,37,69,.12); padding: 10px 20px 22px; max-height: calc(100vh - 80px); overflow: auto; }
  .site-nav.open > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open > ul > li { border-bottom: 1px solid var(--line); }
  .site-nav.open > ul > li:last-child { border-bottom: 0; }
  .site-nav.open a, .site-nav.open .nav-drop { display: flex; width: 100%; justify-content: space-between; padding: 14px 4px; font-size: 16.5px; border-radius: 0; background: none; }
  .site-nav .nav-mobile-only { display: block; }
  .site-nav .drop, .site-nav .mega { position: static; transform: none; width: auto; box-shadow: none; border: 0; border-radius: 0; background: var(--bg); padding: 6px 12px 14px; margin: 0 -4px 10px; }
  .mega-grid { grid-template-columns: 1fr; gap: 18px; }
  .mega-col a { margin-left: 0; }
  .site-nav .drop { min-width: 0; }
}

/* Hero */
.hero { position: relative; overflow: hidden; padding-top: clamp(36px, 5vw, 64px); }
.hero .hero-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 40px; align-items: start; position: relative; }
.hero-shape-1 { position: absolute; right: -160px; top: -80px; width: 520px; height: 520px; border-radius: 50%; background: var(--gold-soft); opacity: .8; pointer-events: none; }
.hero-shape-2 { position: absolute; right: 300px; top: 360px; width: 160px; height: 160px; border-radius: 50%; border: 20px solid var(--gold); border-right-color: transparent; border-bottom-color: transparent; transform: rotate(-25deg); opacity: .7; pointer-events: none; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; position: relative; }
.hero-lead { font-size: 20px; line-height: 1.55; color: var(--muted); max-width: 640px; }
.hero-points { display: flex; flex-direction: column; gap: 10px; }
.hero-points .check-row { font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-meta { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 14.5px; }
.hero-meta svg { width: 18px; height: 18px; color: var(--gold-dark); }

/* Assistant card */
.assistant { position: relative; padding-top: 12px; }
.assistant-card { padding: 26px; border-radius: 24px; box-shadow: 0 30px 60px rgba(11, 37, 69, .14); display: flex; flex-direction: column; gap: 18px; }
.assistant-head { display: flex; align-items: center; gap: 14px; }
.assistant-avatar { width: 52px; height: 52px; border-radius: 18px; background: var(--navy); display: flex; align-items: center; justify-content: center; position: relative; flex: none; }
.assistant-avatar svg { width: 26px; height: 26px; }
.assistant-avatar .online { position: absolute; right: -3px; bottom: -3px; width: 14px; height: 14px; border-radius: 50%; background: #2BC06A; border: 2px solid #fff; }
.assistant-name { font-weight: 700; font-size: 17px; color: var(--navy); display: block; }
.assistant-status { font-size: 14px; color: var(--muted); }
.assistant-bubble { background: var(--tint); border-radius: 18px 18px 18px 4px; padding: 16px 18px; font-size: 15.5px; line-height: 1.5; }
.contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.contact-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; min-height: 84px; border-radius: 16px; border: 1.5px solid var(--line); background: var(--paper); font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--navy); cursor: pointer; }
.contact-btn:hover { border-color: var(--gold); color: var(--gold-dark); }
.contact-btn svg { width: 22px; height: 22px; }
.calendar-btn { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 18px; border-radius: 14px; background: var(--navy); color: #fff; font-weight: 700; font-size: 15px; }
.calendar-btn:hover { background: var(--navy-2); color: #fff; }
.calendar-btn span { display: inline-flex; align-items: center; gap: 10px; }
.calendar-btn svg { width: 22px; height: 22px; }
.assistant-note { font-size: 13px; color: var(--muted); text-align: center; }

/* Trust strip */
.trust { margin-top: 56px; padding: 26px 36px; background: var(--navy); border-radius: 22px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.trust div { display: flex; flex-direction: column; gap: 4px; padding-right: 24px; border-right: 1px solid rgba(255,255,255,.12); }
.trust div:last-child { border-right: 0; padding-right: 0; }
.trust b { font-family: var(--font-display); font-size: 32px; font-weight: 700; color: var(--gold); line-height: 1.1; }
.trust span { color: #fff; font-weight: 600; font-size: 15px; }

/* Intro + qualify */
.split { display: grid; grid-template-columns: 5fr 7fr; gap: 40px; }
.split-copy { display: flex; flex-direction: column; gap: 20px; }
.split-copy p { color: var(--muted); }
.tags { display: flex; gap: 10px; flex-wrap: wrap; }
.qualify { padding: 34px 38px; display: flex; flex-direction: column; gap: 22px; border-radius: 24px; }
.qualify h3 { font-size: 24px; }
.qualify-list { display: flex; flex-direction: column; gap: 14px; }
.qualify-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-radius: 16px; background: var(--tint); }
.qualify-cta span { font-weight: 600; color: var(--navy); font-size: 15.5px; }

/* Benefits */
.section-head { display: flex; flex-direction: column; gap: 16px; max-width: 820px; }
.section-head p { color: var(--muted); }
.benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: 40px; }
.benefit { padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.benefit-icon { width: 52px; height: 52px; border-radius: 16px; background: var(--tint); display: flex; align-items: center; justify-content: center; color: var(--gold-dark); }
.benefit-icon svg { width: 26px; height: 26px; }
.benefit h3 { font-size: 19px; }
.benefit p { font-size: 15.5px; color: var(--muted); }

/* Process */
.process { margin-top: clamp(56px, 8vw, 104px); padding: clamp(56px, 7vw, 96px) 0; background: var(--navy); position: relative; overflow: hidden; }
.process .shape-a { position: absolute; left: -120px; bottom: -160px; width: 420px; height: 420px; border-radius: 50%; background: var(--navy-2); }
.process .shape-b { position: absolute; right: 80px; top: 60px; width: 90px; height: 90px; border-radius: 50%; background: var(--gold); opacity: .9; }
.process .container { position: relative; display: grid; grid-template-columns: 4fr 8fr; gap: 40px; }
.process-copy { display: flex; flex-direction: column; gap: 18px; }
.process-copy h2 { color: #fff; }
.process-copy p { color: var(--on-dark-muted); }
.process-copy .eyebrow { color: var(--gold); }
.process-copy .eyebrow::before { background: var(--gold); }
.steps { display: flex; flex-direction: column; gap: 16px; }
.step { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 22px; padding: 24px 26px; border-radius: 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.step-num { width: 56px; height: 56px; border-radius: 18px; background: var(--gold); color: var(--navy); font-family: var(--font-display); font-weight: 700; font-size: 24px; display: flex; align-items: center; justify-content: center; }
.step h3 { color: #fff; font-size: 19px; }
.step p { color: var(--on-dark-muted); font-size: 15.5px; margin-top: 8px; }

/* Facts (times / costs / risks) */
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 40px; }
.fact { padding: 28px; display: flex; flex-direction: column; gap: 12px; border-color: transparent; }
.fact:nth-child(1) { background: var(--tint); }
.fact:nth-child(2) { background: var(--gold-soft); }
.fact:nth-child(3) { background: #EEF2F8; }
.fact h3 { font-size: 20px; }
.fact p, .fact li { font-size: 15.5px; color: var(--muted); }
.fact ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
.fact strong { color: var(--ink); }
.fine { font-size: 13px; color: var(--muted); margin-top: 18px; }

/* Urgent band */
.urgent { margin-top: clamp(56px, 8vw, 104px); padding: 44px 48px; border-radius: 28px; display: grid; grid-template-columns: 8fr 4fr; gap: 40px; align-items: center; border-left: 8px solid var(--red); }
.urgent-copy { display: flex; flex-direction: column; gap: 14px; }
.urgent-copy h2 { font-size: 32px; }
.urgent-copy p { color: var(--muted); }
.urgent-actions { display: flex; flex-direction: column; gap: 12px; }

/* About */
.about { display: grid; grid-template-columns: 5fr 7fr; gap: 40px; align-items: center; }
.about-visual { position: relative; min-height: 420px; }
.about-visual .back { position: absolute; left: 0; top: 30px; width: 320px; height: 380px; border-radius: 28px; background: var(--gold-soft); }
.about-visual .photo { position: absolute; left: 40px; top: 0; width: 320px; height: 380px; border-radius: 28px; overflow: hidden; background: var(--navy); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-family: var(--font-display); font-size: 22px; padding: 28px; gap: 10px; }
.about-visual .photo small { font-family: var(--font-body); font-size: 13px; color: var(--on-dark-muted); letter-spacing: .1em; text-transform: uppercase; }
.about-visual .photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.about-visual .badge { position: absolute; right: 20px; bottom: 0; padding: 18px 22px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); color: var(--navy); display: flex; flex-direction: column; gap: 2px; box-shadow: 0 20px 40px rgba(11,37,69,.15); }
.about-visual .badge b { font-family: var(--font-display); font-size: 30px; color: var(--navy); }
.about-visual .badge span { font-size: 13px; color: var(--muted); }
.about-copy { display: flex; flex-direction: column; gap: 20px; }
.about-copy p { color: var(--muted); }
.about-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.about-points .check-row { font-size: 15.5px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: 4fr 8fr; gap: 40px; }
.faq-intro { display: flex; flex-direction: column; gap: 16px; }
.faq-intro p { color: var(--muted); }
.faq-list { border-bottom: 1px solid var(--line); }
.faq { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 22px; height: 22px; flex: none; transition: transform .2s; color: var(--gold-dark); }
.faq[open] summary svg { transform: rotate(45deg); }
.faq div { padding: 0 0 22px; font-size: 16px; color: var(--muted); }
.faq div p + p { margin-top: 10px; }

/* Final CTA + form */
.cta-final { margin-top: clamp(56px, 8vw, 104px); padding: 52px; border-radius: 32px; background: var(--navy); position: relative; overflow: hidden; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; }
.cta-final .shape-a { position: absolute; right: -80px; top: -120px; width: 360px; height: 360px; border-radius: 50%; background: var(--navy-2); }
.cta-final .shape-b { position: absolute; right: 220px; bottom: -110px; width: 220px; height: 220px; border-radius: 50%; background: var(--gold); opacity: .9; }
.cta-copy { display: flex; flex-direction: column; gap: 20px; position: relative; }
.cta-copy h2 { color: #fff; }
.cta-copy p { color: var(--on-dark-muted); }
.cta-copy .eyebrow { color: var(--gold); }
.cta-copy .eyebrow::before { background: var(--gold); }
.cta-contact { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.cta-contact a, .cta-contact span { display: flex; align-items: center; gap: 12px; color: var(--on-dark-muted); font-size: 15px; }
.cta-contact a.big { color: #fff; font-weight: 700; font-size: 20px; }
.cta-contact a.big:hover { color: var(--gold); }
.cta-contact svg { width: 22px; height: 22px; flex: none; color: var(--gold); }
.lead-form { padding: 30px; display: flex; flex-direction: column; gap: 14px; position: relative; border-radius: 24px; }
.lead-form h3 { font-size: 22px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 700; color: var(--navy); }
.field input, .field select, .field textarea { min-height: 52px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--paper); padding: 12px 16px; font: inherit; font-size: 16px; color: var(--ink); width: 100%; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.consent { font-size: 12px; color: var(--muted); text-align: center; }
.form-msg { font-size: 15px; font-weight: 600; text-align: center; color: var(--navy); min-height: 1em; }
.form-msg.ok { color: var(--ok); }
.form-msg.err { color: var(--red); }

/* Related */
.related { padding-top: 64px; display: flex; flex-direction: column; gap: 20px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rel { display: flex; flex-direction: column; gap: 6px; padding: 20px 22px; border-radius: 18px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.rel:hover { border-color: var(--gold); }
.rel b { font-family: var(--font-display); color: var(--navy); font-size: 18px; }
.rel span { font-size: 14.5px; color: var(--muted); }

/* Footer */
.site-footer { margin-top: clamp(56px, 8vw, 104px); padding: 56px 0 36px; background: var(--navy); color: var(--on-dark-muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand .wordmark-name { color: #fff; }
.footer-brand .wordmark-kicker { color: var(--on-dark-muted); }
.footer-brand p { font-size: 15px; max-width: 380px; }
.footer-brand p a { color: var(--gold); }
.footer-brand p a:hover { color: #fff; }
.footer-col h3 { color: #fff; font-size: 15px; margin-bottom: 10px; font-family: var(--font-body); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--on-dark-muted); font-size: 15px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 22px; display: flex; justify-content: space-between; gap: 40px; font-size: 13px; flex-wrap: wrap; }
.footer-bottom a { color: var(--on-dark-muted); }
.footer-bottom a:hover { color: #fff; }
.footer-bottom nav { display: flex; gap: 20px; }

/* Mobile sticky bar */
.sticky-bar { display: none; }

/* Modal (calendar) */
.modal { position: fixed; inset: 0; z-index: 100; background: rgba(11,37,69,.6); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-box { width: min(760px, 100%); height: min(820px, 100%); background: #fff; border-radius: 20px; overflow: hidden; position: relative; }
.modal-box iframe { width: 100%; height: 100%; border: 0; }
.modal-close { position: absolute; right: 12px; top: 12px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--navy); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* Responsive */
@media (max-width: 1024px) {
  .hero .hero-grid, .split, .process .container, .about, .faq-grid, .cta-final, .urgent { grid-template-columns: 1fr; }
  .hero-shape-1 { right: -200px; top: -120px; width: 380px; height: 380px; }
  .hero-shape-2, .process .shape-b { display: none; }
  .trust, .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust div { border-right: 0; padding-right: 0; }
  .facts { grid-template-columns: 1fr; }
  .about-points, .related-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 0; height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-final { padding: 32px 24px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .header-phone span, .header-note, .header-actions .btn { display: none; }
  .site-header .container { min-height: 64px; }
  .brand img { max-height: 44px; }
  .wordmark-name { font-size: 20px; }
  .wordmark-kicker { font-size: 9px; letter-spacing: .1em; }
  .brand img { max-height: 40px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .assistant-card { padding: 18px; }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-btn { flex-direction: row; min-height: 50px; }
  .trust { padding: 14px; gap: 10px; margin-top: 40px; }
  .trust div { padding: 14px; border-radius: 14px; background: rgba(255,255,255,.06); }
  .trust b { font-size: 22px; }
  .trust span { font-size: 13px; }
  .benefits { grid-template-columns: 1fr; }
  .qualify { padding: 22px; }
  .qualify-cta { flex-direction: column; align-items: stretch; }
  .step { grid-template-columns: 44px 1fr; gap: 14px; padding: 16px; }
  .step-num { width: 44px; height: 44px; font-size: 20px; border-radius: 14px; }
  .urgent { padding: 24px 20px; }
  .urgent-copy h2 { font-size: 26px; }
  .about-visual { height: 360px; }
  .about-visual .back, .about-visual .photo { width: 250px; height: 300px; }
  .faq summary { font-size: 18px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .sticky-bar { display: grid; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; grid-template-columns: 1fr 1fr; gap: 10px; padding: 8px 90px calc(8px + env(safe-area-inset-bottom)) 12px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(11,37,69,.12); transition: transform .2s; }
  .sticky-bar.hidden { transform: translateY(120%); }
  .sticky-bar .btn { min-height: 48px; font-size: 15px; padding: 0 10px; }
  body { padding-bottom: 76px; }
}

/* Belt and braces against theme CSS that may still reach these pages */
body.ll-landing, body.ll-landing p, body.ll-landing li, body.ll-landing input, body.ll-landing select, body.ll-landing textarea, body.ll-landing button, body.ll-landing a { font-family: var(--font-body); font-variant: normal; text-transform: none; letter-spacing: normal; }
body.ll-landing h1, body.ll-landing h2, body.ll-landing h3, body.ll-landing h4, body.ll-landing .wordmark-name, body.ll-landing .trust b, body.ll-landing .step-num, body.ll-landing .about-visual .badge b, body.ll-landing .rel b, body.ll-landing .faq summary { font-family: var(--font-display); font-variant: normal; text-transform: none; }
body.ll-landing .eyebrow, body.ll-landing .wordmark-kicker { text-transform: uppercase; letter-spacing: 0.14em; font-family: var(--font-body); }
body.ll-landing h1 { font-size: clamp(34px, 4.2vw, 58px); line-height: 1.06; color: var(--navy); }
body.ll-landing h2 { font-size: clamp(26px, 2.8vw, 40px); line-height: 1.15; color: var(--navy); }
body.ll-landing h3 { font-size: 21px; line-height: 1.3; color: var(--navy); }
body.ll-landing .process h2, body.ll-landing .process h3, body.ll-landing .cta-final h2 { color: #fff; }
body.ll-landing #contenido { padding: 0; }
body.ll-landing .mega-col h4, body.ll-landing .site-nav a, body.ll-landing .site-nav .nav-drop { font-family: var(--font-body); }
