:root {
  color-scheme: dark;
  --red: #f01d2a;
  --red-deep: #c9101b;
  --ink: #09090b;
  --white: #f7f7f7;
  --bg: #09090b;
  --surface: #121316;
  --surface-raised: #1a1b1f;
  --text: #f6f5f3;
  --muted: #b4b4b8;
  --line: rgba(255, 255, 255, .13);
  --header: rgba(9, 9, 11, .9);
  --panel: #101114;
  --shadow: 0 26px 76px rgba(0, 0, 0, .28);
  --focus: #ff5962;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background-color .25s ease, color .25s ease;
}
body[data-theme="claro"] {
  color-scheme: light;
  --bg: #f4f4f2;
  --surface: #fff;
  --surface-raised: #ececea;
  --text: #151518;
  --muted: #5f6065;
  --line: rgba(12, 12, 14, .14);
  --header: rgba(248, 248, 246, .92);
  --panel: #fff;
  --shadow: 0 24px 70px rgba(15, 15, 20, .12);
  --focus: #c9101b;
}
body[data-theme="impacto"] {
  color-scheme: light;
  --bg: #f1f1ef;
  --surface: #fff;
  --surface-raised: #e7e7e5;
  --text: #111114;
  --muted: #54555a;
  --line: rgba(12, 12, 14, .14);
  --header: rgba(246, 246, 244, .92);
  --panel: #fff;
  --shadow: 0 24px 70px rgba(15, 15, 20, .12);
  --focus: #111114;
}
body[data-theme="impacto"] .hero { background: var(--red); color: #fff; }
body[data-theme="impacto"] .hero .hero-lede,
body[data-theme="impacto"] .hero .hero-principles,
body[data-theme="impacto"] .hero .hero-bottomline { color: rgba(255, 255, 255, .84); }
body[data-theme="impacto"] .hero .text-link { color: #fff; }
body[data-theme="impacto"] .hero .button-red { background: #09090b; color: #fff; border-color: #09090b; }
body[data-theme="impacto"] .hero .button-red:hover { background: #fff; color: #09090b; border-color: #fff; }
body[data-theme="impacto"] .hero .hero-bottomline { border-color: rgba(255, 255, 255, .25); }
body[data-theme="impacto"] .hero .eyebrow-mark { background: #09090b; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.page-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-160%); background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: var(--header); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 78px; height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.3vw, 32px); margin-left: auto; }
.site-nav a { color: var(--muted); font-size: .84rem; font-weight: 600; transition: color .18s ease; }
.site-nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta, .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 750; letter-spacing: -.015em; transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease; }
.header-cta { min-height: 42px; padding-inline: 17px; background: var(--red); color: #fff; white-space: nowrap; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.header-cta span, .button span { font-size: 1.05rem; }
.appearance-wrap { position: relative; }
.appearance-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; border: 1px solid var(--line); border-radius: 999px; padding: 0 12px; background: transparent; color: var(--muted); font-size: .77rem; font-weight: 650; cursor: pointer; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.appearance-toggle:hover { color: var(--text); border-color: var(--text); }
.appearance-toggle svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s ease; }
.appearance-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.appearance-icon { font-size: 1rem; line-height: 1; }
.appearance-panel { position: absolute; z-index: 50; top: calc(100% + 13px); right: 0; width: min(350px, calc(100vw - 28px)); padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); box-shadow: var(--shadow); }
.appearance-panel[hidden] { display: none; }
.appearance-heading { margin: 0 0 14px; color: var(--text); font-size: .95rem; font-weight: 800; }
.appearance-group + .appearance-group { margin-top: 16px; }
.appearance-group-label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.choice-row { display: flex; flex-wrap: wrap; gap: 7px; }
.choice-button { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: .72rem; font-weight: 650; cursor: pointer; }
.choice-button:hover, .choice-button.is-active { border-color: var(--red); color: var(--text); }
.choice-button.is-active { box-shadow: inset 0 0 0 1px var(--red); }
.swatch { width: 13px; height: 13px; display: inline-block; border: 1px solid var(--line); border-radius: 50%; }
.swatch-night { background: linear-gradient(135deg, #08090b 0 65%, #f01d2a 65%); }
.swatch-light { background: linear-gradient(135deg, #fff 0 65%, #f01d2a 65%); }
.swatch-impact { background: linear-gradient(135deg, #f01d2a 0 50%, #09090b 50% 75%, #fff 75%); }
.appearance-note { margin: 13px 0 0; color: var(--muted); font-size: .72rem; }
.menu-toggle { display: none; align-items: center; gap: 8px; min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--text); font-size: .76rem; font-weight: 700; cursor: pointer; }
.menu-lines { display: grid; gap: 4px; width: 16px; }
.menu-lines span { display: block; height: 1.5px; width: 16px; background: currentColor; transition: transform .2s ease; }
.nav-open .menu-lines span:first-child { transform: translateY(2.8px) rotate(45deg); }
.nav-open .menu-lines span:last-child { transform: translateY(-2.8px) rotate(-45deg); }

.hero { position: relative; margin-top: 24px; padding: clamp(28px, 5vw, 62px); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.hero::before { position: absolute; top: -170px; left: 38%; width: 380px; height: 380px; content: ""; border: 1px solid rgba(240, 29, 42, .18); border-radius: 50%; pointer-events: none; }
.hero::after { position: absolute; top: -130px; left: 41%; width: 300px; height: 300px; content: ""; border: 1px solid rgba(240, 29, 42, .11); border-radius: 50%; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(36px, 6vw, 82px); }
.hero-copy { max-width: 610px; padding-block: 8px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-mark { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(240, 29, 42, .13); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
.hero h1 { max-width: 11ch; margin-bottom: 22px; font-size: clamp(2.8rem, 5.6vw, 5.45rem); font-weight: 820; line-height: .99; }
.hero-lede { max-width: 46ch; margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.13rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: #fff; color: #101012; border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--text); font-size: .88rem; font-weight: 700; }
.text-link span { color: var(--red); transition: transform .18s ease; }
.text-link:hover span { transform: translate(3px, -2px); }
.hero-principles { display: flex; align-items: center; gap: 11px; margin-top: 35px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-principles span:nth-child(even) { color: var(--red); }
.hero-visual { position: relative; min-width: 0; padding: 0 12px 30px 0; }
.photo-frame { position: relative; min-height: 390px; aspect-ratio: 1.13 / 1; overflow: hidden; border-radius: 22px; background: #272729; }
.hero-photo { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: 55% 50%; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 20%, rgba(0,0,0,.13) 45%, rgba(0,0,0,.83) 100%), linear-gradient(90deg, rgba(0,0,0,.22), transparent 65%); }
.photo-label { position: absolute; bottom: 28px; left: 30px; max-width: 75%; color: #fff; }
.photo-label-kicker { display: block; margin-bottom: 8px; color: rgba(255,255,255,.78); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.photo-label strong { display: block; font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.04em; line-height: 1.08; }
.photo-index { position: absolute; top: 18px; left: 18px; display: flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(10,10,12,.52); color: #fff; backdrop-filter: blur(10px); }
.photo-index span { font-size: .6rem; font-weight: 800; letter-spacing: .13em; }
.photo-index b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--red); font-size: .65rem; }
.visual-note { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--text); box-shadow: var(--shadow); font-size: .76rem; font-weight: 650; }
.visual-note-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.hero-bottomline { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 20px; margin-top: 27px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; font-weight: 600; }

body[data-layout="centrado"] .hero-grid { grid-template-columns: 1fr; gap: 34px; }
body[data-layout="centrado"] .hero-copy { max-width: 850px; margin-inline: auto; text-align: center; }
body[data-layout="centrado"] .hero .eyebrow, body[data-layout="centrado"] .hero-actions, body[data-layout="centrado"] .hero-principles { justify-content: center; }
body[data-layout="centrado"] .hero h1, body[data-layout="centrado"] .hero-lede { margin-inline: auto; }
body[data-layout="centrado"] .hero h1 { max-width: 14ch; }
body[data-layout="centrado"] .hero-visual { width: min(100%, 820px); margin-inline: auto; padding-inline: 0; }
body[data-layout="centrado"] .photo-frame { min-height: 320px; aspect-ratio: 2 / 1; }
body[data-layout="centrado"] .hero-photo { min-height: 320px; }
body[data-layout="centrado"] .hero::before { left: 42%; }

.service-ribbon { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--surface); }
.ribbon-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.ribbon-inner i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--red); }
.section { padding-block: clamp(72px, 9vw, 120px); }
.section-heading { margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; }
.section-heading h2, .method-intro h2, .faq-intro h2 { max-width: 15ch; margin-bottom: 0; font-size: clamp(2.15rem, 4.3vw, 3.6rem); font-weight: 800; line-height: 1.04; }
.section-heading-grid > p { max-width: 48ch; margin-bottom: 3px; color: var(--muted); font-size: .97rem; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-card { position: relative; display: flex; min-height: 355px; flex-direction: column; padding: 27px 27px 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(240, 29, 42, .55); box-shadow: var(--shadow); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.service-number { color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-raised); color: var(--red); }
.service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin-bottom: 8px; color: var(--muted); font-size: .69rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { max-width: 15ch; margin-bottom: 12px; font-size: 1.55rem; line-height: 1.12; }
.service-card > p:not(.card-kicker) { margin-bottom: 25px; color: var(--muted); font-size: .91rem; line-height: 1.72; }
.card-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--text); font-size: .78rem; font-weight: 700; }
.card-link span { color: var(--red); font-size: 1rem; transition: transform .18s ease; }
.card-link:hover span { transform: translate(3px, -2px); }

.method-section { padding-block: clamp(72px, 9vw, 118px); background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(44px, 8vw, 120px); }
.method-intro { position: sticky; top: 118px; }
.method-intro .eyebrow { margin-bottom: 20px; }
.method-intro h2 { margin-bottom: 18px; }
.method-intro > p:not(.eyebrow) { max-width: 42ch; margin-bottom: 25px; color: var(--muted); line-height: 1.8; }
.button-outline { border-color: var(--line); background: transparent; color: var(--text); }
.button-outline:hover { border-color: var(--red); background: var(--red); color: #fff; }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.step-item { display: grid; grid-template-columns: 48px 1fr 22px; align-items: start; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.step-index { padding-top: 3px; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.step-item h3 { margin-bottom: 6px; font-size: 1.13rem; letter-spacing: -.025em; }
.step-item p { max-width: 48ch; margin-bottom: 0; color: var(--muted); font-size: .89rem; line-height: 1.7; }
.step-arrow { color: var(--red); font-size: 1.2rem; }
.method-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.method-cta-copy .eyebrow { margin-bottom: 6px; }
.method-cta-copy > p:last-child { margin: 0; color: var(--muted); font-size: .92rem; }
.method-cta .button { flex: 0 0 auto; }

.founder-section { padding-block: clamp(72px, 9vw, 120px); }
.founder-card { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.founder-aside { position: relative; display: flex; min-height: 440px; flex-direction: column; justify-content: space-between; padding: clamp(27px, 4vw, 48px); overflow: hidden; background: #101012; color: #fff; }
.founder-aside::after { position: absolute; right: -116px; bottom: 56px; width: 290px; height: 290px; content: ""; border: 1px solid rgba(240,29,42,.45); border-radius: 50%; box-shadow: 0 0 0 38px rgba(240,29,42,.035), 0 0 0 78px rgba(240,29,42,.025); }
.founder-aside .eyebrow { position: relative; z-index: 1; color: rgba(255,255,255,.65); }
.founder-portrait { position: relative; z-index: 1; width: min(100%, 360px); margin: 25px auto; overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; box-shadow: 0 0 0 5px rgba(240,29,42,.12), 0 14px 34px rgba(0,0,0,.24); background: #171719; }
.founder-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.founder-signature { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; }
.signature-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: -.04em; }
.founder-signature strong, .founder-signature small { display: block; }
.founder-signature strong { font-size: .86rem; }
.founder-signature small { color: rgba(255,255,255,.6); font-size: .72rem; }
.founder-story { padding: clamp(30px, 5vw, 64px); }
.story-kicker { margin-bottom: 18px; color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.founder-story h2 { max-width: 16ch; margin-bottom: 19px; font-size: clamp(2rem, 3.8vw, 3.05rem); line-height: 1.05; }
.founder-story > p:not(.story-kicker) { max-width: 60ch; color: var(--muted); font-size: .95rem; line-height: 1.8; }
.founder-story .text-link { margin-top: 7px; }

.faq-section { padding-block: clamp(72px, 9vw, 120px); border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px, 8vw, 116px); align-items: start; }
.faq-intro .eyebrow { margin-bottom: 20px; }
.faq-intro h2 { margin-bottom: 17px; }
.faq-intro > p:not(.eyebrow) { max-width: 40ch; margin-bottom: 22px; color: var(--muted); line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; padding: 18px 0; color: var(--text); font-size: .97rem; font-weight: 720; line-height: 1.4; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 20px; height: 20px; flex: 0 0 auto; color: var(--red); }
.faq-plus::before, .faq-plus::after { position: absolute; top: 9px; left: 2px; width: 16px; height: 2px; content: ""; background: currentColor; transition: transform .18s ease; }
.faq-plus::after { transform: rotate(90deg); }
.faq-item[open] .faq-plus::after { transform: rotate(0deg); }
.faq-item p { max-width: 66ch; margin: -2px 36px 22px 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }

.contact-section { padding-block: 16px clamp(72px, 8vw, 105px); }
.contact-card { position: relative; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(28px, 5vw, 60px); padding: clamp(24px, 4.5vw, 54px); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); color: var(--text); box-shadow: var(--shadow); }
.contact-copy { position: relative; z-index: 2; padding-top: 17px; }
.contact-card .eyebrow { color: var(--muted); }
.contact-card .eyebrow-mark { background: var(--red); box-shadow: 0 0 0 5px rgba(240, 29, 42, .13); }
.contact-card h2 { max-width: 11ch; margin-bottom: 17px; font-size: clamp(2.25rem, 4.2vw, 3.7rem); line-height: .99; }
.contact-card .contact-copy > p:not(.eyebrow) { max-width: 42ch; margin-bottom: 0; color: var(--muted); line-height: 1.75; }
.contact-action-panel { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 13px; padding: clamp(22px, 3.2vw, 36px); border: 1px solid var(--line); border-radius: 20px; background: var(--surface-raised); }
.contact-form-button { min-width: 230px; }
.contact-panel-note { margin: 8px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.contact-action-panel .text-link { color: var(--text); }
.contact-direct { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 15px 0 0; color: var(--muted); font-size: .75rem; font-weight: 650; }
.contact-direct a { text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
.contact-direct a:hover { color: var(--red); }
.lead-modal { width: min(calc(100% - 28px), 720px); max-width: none; max-height: min(92vh, 900px); margin: auto; padding: 0; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); color: var(--text); box-shadow: 0 32px 100px rgba(0, 0, 0, .56); font: inherit; }
.lead-modal::backdrop { background: rgba(5, 5, 7, .76); backdrop-filter: blur(5px); }
.lead-modal-content { padding: clamp(22px, 4vw, 38px); }
.lead-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.lead-form-heading { min-width: 0; margin-bottom: 25px; }
.lead-form-heading .card-kicker { margin-bottom: 8px; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lead-form-heading h2 { margin: 0 0 8px; font-size: clamp(1.7rem, 4vw, 2.3rem); line-height: 1.08; letter-spacing: -.035em; }
.lead-form-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.modal-close { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--text); cursor: pointer; font-size: 1.65rem; line-height: 1; transition: border-color .18s ease, background-color .18s ease; }
.modal-close:hover { border-color: var(--red); background: rgba(240, 29, 42, .12); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-field { min-width: 0; }
.form-field > label { display: block; margin-bottom: 8px; color: var(--text); font-size: .8rem; font-weight: 720; }
.field-required { color: var(--red); font-weight: 800; }
.field-optional { margin-left: 6px; color: var(--muted); font-size: .7rem; font-weight: 500; }
.form-control { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--bg); color: var(--text); font: inherit; font-size: .88rem; transition: border-color .16s ease, box-shadow .16s ease; }
.form-control::placeholder { color: var(--muted); opacity: .78; }
.form-control:focus { border-color: var(--red); outline: 0; box-shadow: 0 0 0 3px rgba(240, 29, 42, .16); }
textarea.form-control { min-height: 128px; resize: vertical; }
.form-message-field { margin-top: 17px; }
.form-privacy-block { margin: 18px 0 14px; }
.privacy-check { display: grid; grid-template-columns: 18px minmax(0, 1fr); align-items: start; gap: 10px; color: var(--muted); font-size: .76rem; line-height: 1.55; cursor: pointer; }
.privacy-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--red); }
.privacy-check a { color: var(--text); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 3px; }
.privacy-check a:hover { color: var(--red); }
.form-privacy-note { margin: 7px 0 0 28px; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.form-submit { min-width: 190px; border: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-required-note { margin: 0; color: var(--muted); font-size: .68rem; }
.form-status { margin: 15px 0 0; padding: 12px 14px; border-left: 3px solid var(--red); border-radius: 9px; background: var(--bg); color: var(--text); font-size: .82rem; line-height: 1.55; }
.form-status:empty { display: none; }
.form-status.is-error { border-left-color: var(--red); }
.form-status:focus { outline: 3px solid var(--focus); outline-offset: 3px; }
.form-trap { display: none !important; }
.modal-open { overflow: hidden; }
.contact-orbit { position: absolute; z-index: 1; display: block; border: 1px solid rgba(240, 29, 42, .12); border-radius: 50%; pointer-events: none; }
.orbit-one { top: -180px; right: -54px; width: 490px; height: 490px; }
.orbit-two { top: -118px; right: 8px; width: 370px; height: 370px; }

.thanks-main { min-height: calc(100vh - 82px); display: grid; place-items: center; padding-block: clamp(42px, 7vw, 90px); }
.thanks-card { position: relative; width: min(100%, 760px); padding: clamp(30px, 6vw, 66px); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.thanks-card::after { position: absolute; top: -200px; right: -140px; width: 390px; height: 390px; border: 1px solid rgba(240, 29, 42, .24); border-radius: 50%; content: ""; pointer-events: none; box-shadow: 0 0 0 42px rgba(240, 29, 42, .035), 0 0 0 84px rgba(240, 29, 42, .025); }
.thanks-mark { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 24px; border: 1px solid rgba(240, 29, 42, .4); border-radius: 50%; background: rgba(240, 29, 42, .12); color: var(--red); font-size: 1.75rem; font-weight: 800; }
.thanks-card .eyebrow, .thanks-card h1, .thanks-card > p, .thanks-card .thanks-actions, .thanks-card .thanks-direct { position: relative; z-index: 1; }
.thanks-card .eyebrow { justify-content: center; }
.thanks-card h1 { max-width: 16ch; margin: 0 auto 16px; font-size: clamp(2.35rem, 6vw, 4rem); line-height: 1.02; letter-spacing: -.05em; }
.thanks-card > p:not(.eyebrow) { max-width: 48ch; margin: 0 auto; color: var(--muted); line-height: 1.75; }
.thanks-actions { display: flex; justify-content: center; margin-top: 28px; }
.thanks-direct { margin-top: 26px; color: var(--muted); font-size: .82rem; }
.thanks-direct a { color: var(--text); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 3px; }

.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-main { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 28px; padding-block: 26px; }
.footer-brand img { width: 78px; height: 58px; object-fit: contain; }
.footer-note { max-width: 34ch; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.footer-links a, .footer-bottom { color: var(--muted); font-size: .72rem; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-block: 14px 19px; border-top: 1px solid var(--line); }
.mobile-whatsapp { display: none; }

@media (min-width: 1500px) {
  .hero { margin-top: 30px; }
}
@media (max-width: 1020px) {
  .header-inner { gap: 18px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: .78rem; }
  .appearance-label { display: none; }
  .appearance-toggle { width: 42px; justify-content: center; padding: 0; }
  .appearance-toggle svg { display: none; }
  .hero-grid { gap: 38px; }
  .service-card { padding-inline: 22px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .page-shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand img { width: 69px; height: 51px; }
  .site-nav { display: none; }
  .site-header.nav-open .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 9px 20px 18px; border-bottom: 1px solid var(--line); background: var(--header); backdrop-filter: blur(18px); }
  .site-header.nav-open .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .site-header.nav-open .site-nav a:last-child { border-bottom: 0; }
  .header-actions { gap: 8px; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .appearance-panel { position: fixed; top: 82px; right: 15px; left: 15px; width: auto; }
  .hero { margin-top: 15px; padding: 27px 23px 20px; border-radius: 22px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { max-width: 12ch; font-size: clamp(2.75rem, 11vw, 4.45rem); }
  .hero-lede { font-size: .98rem; }
  .hero-principles { flex-wrap: wrap; margin-top: 24px; font-size: .64rem; }
  .hero-visual { padding: 0 8px 25px 0; }
  .photo-frame { min-height: 270px; aspect-ratio: 1.2 / 1; border-radius: 17px; }
  .hero-photo { min-height: 270px; }
  .photo-label { bottom: 21px; left: 20px; }
  .photo-label strong { font-size: 1.8rem; }
  .photo-label-kicker { font-size: .58rem; }
  .visual-note { padding: 10px 13px; font-size: .68rem; }
  .hero-bottomline { flex-direction: column; gap: 5px; margin-top: 17px; padding-top: 13px; font-size: .65rem; }
  body[data-layout="centrado"] .hero-grid { gap: 24px; }
  body[data-layout="centrado"] .hero h1 { max-width: 14ch; }
  body[data-layout="centrado"] .photo-frame, body[data-layout="centrado"] .hero-photo { min-height: 250px; }
  .ribbon-inner { justify-content: flex-start; min-height: 58px; overflow-x: auto; scrollbar-width: none; white-space: nowrap; font-size: .65rem; }
  .ribbon-inner::-webkit-scrollbar { display: none; }
  .section { padding-block: 68px; }
  .section-heading { margin-bottom: 26px; }
  .section-heading-grid { grid-template-columns: 1fr; gap: 15px; }
  .section-heading h2, .method-intro h2, .faq-intro h2 { font-size: clamp(2.15rem, 9vw, 3.1rem); }
  .section-heading-grid > p { margin-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; gap: 11px; }
  .service-card { min-height: 0; padding: 22px; }
  .service-card-top { margin-bottom: 20px; }
  .service-card h3 { font-size: 1.48rem; }
  .method-section { padding-block: 68px; }
  .method-layout { grid-template-columns: 1fr; gap: 29px; }
  .method-intro { position: static; }
  .method-intro > p:not(.eyebrow) { max-width: 50ch; }
  .step-item { grid-template-columns: 35px 1fr 18px; gap: 12px; padding-block: 19px; }
  .method-cta { align-items: stretch; flex-direction: column; gap: 17px; margin-top: 24px; padding-top: 22px; }
  .method-cta .button { width: 100%; }
  .founder-section { padding-block: 68px; }
  .founder-card { grid-template-columns: 1fr; border-radius: 20px; }
  .founder-aside { min-height: 345px; padding: 27px; }
  .founder-story { padding: 28px 24px 31px; }
  .founder-story h2 { font-size: 2.2rem; }
  .faq-section { padding-block: 68px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-item summary { min-height: 68px; font-size: .9rem; }
  .faq-item p { margin-right: 22px; font-size: .86rem; }
  .contact-section { padding-block: 0 68px; }
  .contact-card { grid-template-columns: 1fr; gap: 27px; min-height: 0; padding: 23px 19px; border-radius: 20px; }
  .contact-copy { padding-top: 2px; }
  .contact-card h2 { max-width: 11ch; font-size: 2.9rem; }
  .contact-direct { gap: 7px; font-size: .7rem; }
  .contact-action-panel { padding: 22px 19px; }
  .contact-form-button { width: 100%; }
  .lead-modal { width: calc(100% - 20px); max-height: 94vh; border-radius: 18px; }
  .lead-modal-content { padding: 22px 17px; }
  .form-grid { grid-template-columns: 1fr; gap: 13px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-submit { width: 100%; }
  .footer-main { grid-template-columns: 76px 1fr; gap: 12px 16px; padding-block: 23px; }
  .footer-brand img { width: 68px; height: 50px; }
  .footer-note { font-size: .72rem; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; gap: 11px 16px; padding-top: 10px; }
  .footer-links a { font-size: .68rem; }
  .footer-bottom { font-size: .65rem; }
  .mobile-whatsapp { position: fixed; z-index: 20; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #111114; color: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.28); font-size: .78rem; font-weight: 750; }
  .mobile-whatsapp svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  body[data-theme="claro"] .mobile-whatsapp, body[data-theme="impacto"] .mobile-whatsapp { border-color: rgba(0,0,0,.14); background: #111114; color: #fff; }
}
@media (max-width: 390px) {
  .page-shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { gap: 7px; }
  .brand img { width: 62px; height: 46px; }
  .menu-toggle { padding-inline: 9px; }
  .appearance-toggle { width: 38px; min-height: 38px; }
  .menu-toggle { min-height: 38px; }
  .hero { padding-inline: 18px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .contact-card h2 { font-size: 2.55rem; }
  .contact-direct { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-direct > span[aria-hidden="true"] { display: none; }
  .lead-form-heading { margin-bottom: 21px; }
  .lead-modal-header { gap: 10px; }
  .modal-close { width: 38px; height: 38px; }
  .form-actions { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 639.98px) {
  .mobile-whatsapp { display: none; }
}
