:root {
  --navy: #013156;
  --navy-deep: #08283f;
  --teal: #06828b;
  --teal-light: #d9eeee;
  --gold: #c28e2e;
  --cream: #f6f4ee;
  --paper: #fbfaf7;
  --ink: #153348;
  --muted: #5d707b;
  --line: rgba(1, 49, 86, 0.16);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 128px 0; }
.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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-140%); background: white; padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(251, 250, 247, .92); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { height: 64px; display: flex; align-items: center; gap: 13px; }
.brand img { width: 158px; height: auto; }
.brand-tagline { padding-left: 13px; border-left: 1px solid rgba(1,49,86,.26); color: var(--teal); font-size: 9px; font-weight: 600; letter-spacing: .15em; line-height: 1.35; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 500; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -6px; height: 1px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.site-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; }

.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; font-weight: 600; font-size: 14px; letter-spacing: .01em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 20px; }
.button-solid { background: var(--navy); color: white; }
.button-solid:hover { background: var(--teal); }
.button-gold { background: var(--gold); color: white; }
.button:disabled, .button.is-sending { cursor: default; opacity: .9; }
.button:disabled:hover, .button.is-sending:hover { transform: none; }

/* Boton de envio: spinner + etiqueta + flecha */
[data-submit-button] { justify-content: flex-start; gap: 10px; }
[data-submit-button] .button-arrow { margin-left: auto; transition: opacity .2s; }
.button-spinner { display: none; width: 16px; height: 16px; flex: 0 0 auto; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; }
[data-submit-button].is-sending .button-spinner { display: inline-block; animation: spin .6s linear infinite; }
[data-submit-button].is-sending .button-arrow { opacity: 0; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero { min-height: 820px; padding-top: 190px; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 77% 42%, rgba(174, 214, 222, .42), transparent 28%), linear-gradient(135deg, #fbfaf7 0%, #f5f7f4 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, black); }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -180px; top: 180px; border: 1px solid rgba(6, 130, 139, .15); box-shadow: 0 0 0 80px rgba(6, 130, 139, .03), 0 0 0 160px rgba(6, 130, 139, .025); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 24px; color: var(--teal); text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 600; }
.eyebrow::before { content: ""; width: 32px; height: 1px; margin-right: 12px; display: inline-block; vertical-align: middle; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; color: var(--navy); }
h1 { max-width: 700px; font-size: clamp(58px, 6vw, 88px); }
h1 em, h2 em { color: var(--teal); font-style: italic; }
h2 { font-size: clamp(45px, 4.8vw, 70px); }
h3 { color: var(--navy); font-size: 20px; line-height: 1.25; }
.hero-lead { max-width: 590px; margin: 31px 0 34px; color: #49616e; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { color: var(--navy); font-size: 14px; font-weight: 600; }
.text-link span { margin-left: 8px; color: var(--teal); }
.hero-note { margin-top: 44px; color: var(--muted); display: flex; gap: 10px; align-items: center; font-size: 13px; }
.pulse-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(194, 142, 46, .12); }

.hero-visual { position: relative; aspect-ratio: 1; max-width: 510px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(1, 49, 86, .2); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); top: 8%; left: 23%; box-shadow: 0 0 0 8px rgba(194,142,46,.1); }
.orbit-one { width: 87%; height: 87%; animation: orbit 25s linear infinite; }
.orbit-two { width: 61%; height: 61%; border-color: rgba(6, 130, 139, .32); animation: orbit 18s linear infinite reverse; }
.orbit-two::after { background: var(--teal); left: auto; right: 6%; top: 62%; }
.system-core { width: 220px; height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50% 50% 47% 53% / 58% 42% 58% 42%; background: var(--navy); color: white; box-shadow: 0 28px 80px rgba(1,49,86,.22); animation: morph 9s ease-in-out infinite; }
.system-core strong { margin: 8px 0; font-family: var(--serif); font-size: 30px; line-height: 1; font-weight: 400; }
.system-core span { color: #a9d8dc; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.floating-label { position: absolute; padding: 9px 15px; background: rgba(255,255,255,.8); border: 1px solid rgba(1,49,86,.11); box-shadow: 0 10px 30px rgba(1,49,86,.06); backdrop-filter: blur(10px); color: var(--navy); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.label-one { top: 17%; right: 2%; }
.label-two { bottom: 10%; left: 10%; }
.label-three { top: 20%; left: 0; }
.label-four { top: 58%; right: -5%; }
.label-five { bottom: -2%; right: 23%; }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes morph { 50% { border-radius: 43% 57% 56% 44% / 47% 56% 44% 53%; transform: rotate(2deg); } }

.signal-strip { padding: 22px 0; background: var(--navy); color: white; }
.signal-list { display: flex; justify-content: space-between; align-items: center; gap: 20px; text-transform: uppercase; letter-spacing: .17em; font-size: 10px; }
.signal-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section-heading { max-width: 780px; }
.section-heading > p:last-child { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 17px; }
.services-intro { display: grid; grid-template-columns: 1fr 310px; gap: 80px; align-items: center; }
.people-visual { min-height: 360px; position: relative; display: grid; place-items: center; }
.people-visual::before, .people-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(6,130,139,.18); }
.people-visual::before { width: 300px; height: 300px; }
.people-visual::after { width: 220px; height: 220px; border-color: rgba(194,142,46,.22); }
.people-visual img { position: relative; z-index: 2; width: 130px; height: auto; filter: drop-shadow(0 20px 28px rgba(1,49,86,.16)); }
.people-orbit { width: 12px; height: 12px; position: absolute; z-index: 3; top: 53px; right: 44px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 8px rgba(194,142,46,.1); }
.people-tag { max-width: 112px; position: absolute; z-index: 3; padding: 7px 9px; border: 1px solid rgba(1,49,86,.12); background: rgba(255,255,255,.74); color: var(--navy); box-shadow: 0 10px 24px rgba(1,49,86,.05); backdrop-filter: blur(10px); text-align: center; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 600; line-height: 1.25; }
.people-tag-one { top: 28px; left: 50%; transform: translateX(-50%); }
.people-tag-two { top: 92px; right: -8px; }
.people-tag-three { right: -10px; bottom: 82px; }
.people-tag-four { bottom: 76px; left: -8px; }
.people-tag-five { top: 104px; left: -14px; }
.people-caption { position: absolute; z-index: 3; bottom: 18px; padding: 8px 13px; color: var(--navy); background: rgba(255,255,255,.86); border: 1px solid var(--line); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.services-catalog { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); }
.service-card { min-height: 430px; padding: 36px 33px 38px; border-right: 1px solid rgba(1, 49, 86, .1); transition: background .3s, transform .3s; }
.service-card:first-child { border-left: 1px solid rgba(1, 49, 86, .1); }
.service-card:hover { background: white; transform: translateY(-6px); }
.service-number { display: block; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .08em; line-height: 1; }
.service-rule { width: 28px; height: 1px; margin: 20px 0 20px; display: block; background: rgba(194,142,46,.72); }
.service-card h3 { max-width: 230px; margin: 16px 0 22px; color: var(--navy); font-family: var(--serif); font-size: 27px; line-height: 1.02; font-weight: 400; letter-spacing: 0; }
.service-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.service-list li { position: relative; padding-left: 31px; }
.service-list li::before { content: ""; position: absolute; top: -.02em; left: 0; width: 21px; height: 24px; background: var(--gold); opacity: .86; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M416 64C457 64 496.3 80.3 525.2 109.2L530.7 114.7C559.7 143.7 576 183 576 223.9C576 248 570.3 271.5 559.8 292.7C557.9 296.4 554.5 299.2 550.5 300.4L438.5 334C434.6 335.2 432 338.7 432 342.8C432 347.9 436.1 352 441.2 352L473.4 352C487.7 352 494.8 369.2 484.7 379.3L462.3 401.7C460.4 403.6 458.1 404.9 455.6 405.7L374.6 430C370.7 431.2 368.1 434.7 368.1 438.8C368.1 443.9 372.2 448 377.3 448C390.5 448 396.2 463.7 385.1 470.9C344 497.5 295.8 512 246.1 512L160.1 512L112.1 560C103.3 568.8 88.9 568.8 80.1 560C71.3 551.2 71.3 536.8 80.1 528L320 288C328.8 279.2 328.8 264.8 320 256C311.2 247.2 296.8 247.2 288 256L143.5 400.5C137.8 406.2 128 402.2 128 394.1C128 326.2 155 261.1 203 213.1L306.8 109.2C335.7 80.3 375 64 416 64z'/%3E%3C/svg%3E") center / contain no-repeat; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M416 64C457 64 496.3 80.3 525.2 109.2L530.7 114.7C559.7 143.7 576 183 576 223.9C576 248 570.3 271.5 559.8 292.7C557.9 296.4 554.5 299.2 550.5 300.4L438.5 334C434.6 335.2 432 338.7 432 342.8C432 347.9 436.1 352 441.2 352L473.4 352C487.7 352 494.8 369.2 484.7 379.3L462.3 401.7C460.4 403.6 458.1 404.9 455.6 405.7L374.6 430C370.7 431.2 368.1 434.7 368.1 438.8C368.1 443.9 372.2 448 377.3 448C390.5 448 396.2 463.7 385.1 470.9C344 497.5 295.8 512 246.1 512L160.1 512L112.1 560C103.3 568.8 88.9 568.8 80.1 560C71.3 551.2 71.3 536.8 80.1 528L320 288C328.8 279.2 328.8 264.8 320 256C311.2 247.2 296.8 247.2 288 256L143.5 400.5C137.8 406.2 128 402.2 128 394.1C128 326.2 155 261.1 203 213.1L306.8 109.2C335.7 80.3 375 64 416 64z'/%3E%3C/svg%3E") center / contain no-repeat; }
.service-card p { max-width: 240px; margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-title-rule { width: 32px; height: 1px; display: block; background: rgba(194,142,46,.78); }

.service-icon { width: 58px; height: 58px; display: block; opacity: .9; }
.service-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }

.approach { background: var(--navy); color: white; overflow: hidden; }
.services-approach { margin-top: 128px; padding: 110px 0; }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.approach h2 { color: white; max-width: 680px; }
.eyebrow-light { color: #94cdd0; }
.large-copy { font-family: var(--serif); font-size: 26px; line-height: 1.5; }
.approach-copy > .large-copy { color: #d6e2e7; max-width: 740px; margin: 30px 0 44px; }
.approach-visual { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; }
.approach-visual::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; left: -140px; top: -20px; }
.approach-visual p { width: 280px; margin: 0 0 8px 18px; position: relative; color: #c8dbdf; font-family: var(--serif); font-size: 22px; }
.perspective-map { width: 390px; height: 390px; position: absolute; top: -8px; left: -4px; }
.map-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(148,205,208,.27); }
.map-ring-one { width: 310px; height: 310px; top: 39px; left: 39px; }
.map-ring-two { width: 220px; height: 220px; top: 84px; left: 84px; border-color: rgba(194,142,46,.4); }
.map-ring-one::before, .map-ring-one::after, .map-ring-two::after { content: ""; position: absolute; border-radius: 50%; }
.map-ring-one::before { width: 13px; height: 13px; top: 38px; right: 35px; background: var(--gold); box-shadow: 0 0 0 8px rgba(194,142,46,.1); }
.map-ring-one::after { width: 9px; height: 9px; bottom: 42px; left: 32px; background: #94cdd0; }
.map-ring-two::after { width: 7px; height: 7px; top: 18px; left: 33px; background: white; }
.map-core { position: absolute; width: 168px; height: 168px; top: 110px; left: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; background: rgba(6,130,139,.19); border: 1px solid rgba(148,205,208,.52); box-shadow: inset 0 0 45px rgba(6,130,139,.12); }
.map-core small { margin-bottom: 10px; color: #94cdd0; text-transform: uppercase; letter-spacing: .15em; font-size: 8px; }
.map-core strong { color: white; font-family: var(--serif); font-size: 22px; line-height: 1.15; font-weight: 400; }
.map-label { position: absolute; z-index: 2; padding: 8px 12px; color: #dbe9ec; background: var(--navy); border: 1px solid rgba(255,255,255,.18); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; }
.map-label-one { top: 8px; left: 43px; }
.map-label-two { top: 157px; right: -2px; }
.map-label-three { bottom: 20px; left: 0; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); }
.outcomes div { display: flex; gap: 18px; padding: 24px 10px 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.outcomes div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
.outcomes div:nth-child(even) { padding-left: 24px; }
.outcomes span { color: var(--gold); font-size: 11px; }
.outcomes p { margin: 0; color: #e4ecef; font-size: 14px; }

.method-intro { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.method-intro > p { color: var(--muted); max-width: 470px; }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-list li { display: grid; grid-template-columns: 110px 1fr; padding: 28px 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.method-list li:hover { padding-left: 18px; background: white; }
.method-list li > span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.method-list li > div { display: grid; grid-template-columns: .65fr 1fr; align-items: center; gap: 50px; }
.method-list h3, .method-list p { margin: 0; }
.method-list h3 { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.method-list p { color: var(--muted); font-size: 14px; }
.services-method { padding-top: 128px; }

.testimonials { background: var(--paper); border-top: 1px solid var(--line); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.testimonials-title h2 { max-width: 600px; }
.testimonials-placeholder { padding: 55px; border: 1px solid var(--line); background: white; }
.testimonials-placeholder span { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 600; }
.testimonials-placeholder p { margin: 28px 0 0; color: var(--muted); font-family: var(--serif); font-size: 23px; line-height: 1.55; }

.vision { background: var(--cream); overflow: hidden; }
.vision-grid { display: grid; grid-template-columns: .92fr 1fr; gap: 112px; align-items: start; }
.vision-title { position: relative; min-height: 470px; }
.vision-title h2 { max-width: 520px; font-size: clamp(54px, 5.4vw, 76px); }
.vision-feather { width: min(430px, 88%); position: absolute; left: -20px; bottom: -22px; opacity: .48; mix-blend-mode: multiply; pointer-events: none; }
.vision-points { display: flex; flex-direction: column; }
.vision-point { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 0 0 32px; border-bottom: 1px solid rgba(194,142,46,.36); }
.vision-point + .vision-point { padding-top: 30px; }
.vision-point:last-child { border-bottom: 0; padding-bottom: 0; }
.vision-point p { max-width: 470px; margin: 0; color: var(--navy); font-size: 16px; line-height: 1.56; }
.vision-point strong { font-weight: 600; }
.vision-responsibility { max-width: 470px; margin: 30px 0 0 76px; padding-top: 22px; border-top: 1px solid rgba(1,49,86,.16); color: var(--muted); font-size: 14px; line-height: 1.65; }
.vision-icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--teal); border-radius: 50%; background: rgba(255,255,255,.34); }
.vision-icon::before { content: ""; width: 30px; height: 30px; display: block; background: var(--gold); mask: center / contain no-repeat; -webkit-mask: center / contain no-repeat; }
.vision-icon-people::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='10' r='4'/%3E%3Ccircle cx='7.5' cy='12' r='3'/%3E%3Ccircle cx='24.5' cy='12' r='3'/%3E%3Cpath d='M9 26v-3.5c0-4 3.1-7 7-7s7 3 7 7V26'/%3E%3Cpath d='M2.5 25v-2.5c0-3 2.2-5.2 5-5.2 1.2 0 2.2.3 3.1 1'/%3E%3Cpath d='M29.5 25v-2.5c0-3-2.2-5.2-5-5.2-1.2 0-2.2.3-3.1 1'/%3E%3C/g%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='10' r='4'/%3E%3Ccircle cx='7.5' cy='12' r='3'/%3E%3Ccircle cx='24.5' cy='12' r='3'/%3E%3Cpath d='M9 26v-3.5c0-4 3.1-7 7-7s7 3 7 7V26'/%3E%3Cpath d='M2.5 25v-2.5c0-3 2.2-5.2 5-5.2 1.2 0 2.2.3 3.1 1'/%3E%3Cpath d='M29.5 25v-2.5c0-3-2.2-5.2-5-5.2-1.2 0-2.2.3-3.1 1'/%3E%3C/g%3E%3C/svg%3E"); }
.vision-icon-growth::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 26h24'/%3E%3Cpath d='M7 22v-5'/%3E%3Cpath d='M15 22v-9'/%3E%3Cpath d='M23 22V8'/%3E%3Cpath d='M5 12l7-6 5 4 8-7'/%3E%3Cpath d='M25 3v6h-6'/%3E%3C/g%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 26h24'/%3E%3Cpath d='M7 22v-5'/%3E%3Cpath d='M15 22v-9'/%3E%3Cpath d='M23 22V8'/%3E%3Cpath d='M5 12l7-6 5 4 8-7'/%3E%3Cpath d='M25 3v6h-6'/%3E%3C/g%3E%3C/svg%3E"); }
.vision-icon-compass::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 2l3.2 10.8L30 16l-10.8 3.2L16 30l-3.2-10.8L2 16l10.8-3.2L16 2z'/%3E%3Cpath d='M16 10v12'/%3E%3Cpath d='M10 16h12'/%3E%3C/g%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 2l3.2 10.8L30 16l-10.8 3.2L16 30l-3.2-10.8L2 16l10.8-3.2L16 2z'/%3E%3Cpath d='M16 10v12'/%3E%3Cpath d='M10 16h12'/%3E%3C/g%3E%3C/svg%3E"); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.about-title h2 { font-size: clamp(48px, 5vw, 72px); }
.about-copy > p { color: var(--muted); }
.about-copy .large-copy { margin-top: 0; color: var(--navy); }
blockquote { margin: 45px 0 0; padding: 26px 0 0 28px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); color: var(--navy); font-family: var(--serif); font-size: 22px; line-height: 1.5; }

.about-us { background: white; }
.about-us-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 120px; align-items: center; }
.about-us-mark { min-height: 560px; display: grid; place-items: center; background: radial-gradient(circle, var(--teal-light), transparent 68%); }
.about-us-mark img { width: 220px; filter: drop-shadow(0 24px 30px rgba(1,49,86,.14)); }
.about-us-copy h2 { max-width: 700px; }
.about-us-copy h3 { margin: 44px 0 18px; color: var(--navy); font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.15; }
.about-us-copy .large-copy { margin: 32px 0 0; color: var(--navy); }
.about-us-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); max-width: 760px; }

.contact { background: var(--teal); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.contact h2 { color: white; }
.contact-copy > p:not(.eyebrow) { color: #d7eeee; max-width: 520px; margin: 30px 0; }
.contact-socials { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; margin-top: 30px; }
.contact-socials a { display: inline-flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 600; transition: opacity .2s, transform .2s; }
.contact-socials a:hover { opacity: .78; transform: translateY(-2px); }
.social-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.social-icon-plain { border-color: transparent; }
.contact-socials img { width: 17px; height: 17px; filter: brightness(0) invert(1); }
.social-icon-plain img { width: auto; height: 36px; }
.contact-form { padding: 45px; background: white; color: var(--ink); box-shadow: 0 30px 70px rgba(1,49,86,.16); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-form label { display: block; margin-bottom: 26px; color: var(--navy); font-size: 12px; font-weight: 600; }
.optional-label { margin-left: 6px; color: #8a999f; font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #bdc8cd; border-radius: 0; outline: none; resize: vertical; color: var(--ink); background: transparent; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--teal); }
.select-wrap { position: relative; display: block; }
.select-wrap::after { content: "⌄"; position: absolute; right: 2px; bottom: 12px; color: var(--teal); pointer-events: none; font-size: 16px; }
.contact-form select { padding-right: 28px; appearance: none; cursor: pointer; }
.contact-form select:invalid { color: #84939a; }
.contact-form .button { width: 100%; justify-content: space-between; }
.form-message { min-height: 24px; margin: 14px 0 0; color: var(--teal); font-size: 13px; }
.form-message.is-error { color: #b3261e; }
.form-message.is-success { display: flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 600; }
.form-message.is-success::before { content: "✓"; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: var(--teal); color: #fff; font-size: 12px; line-height: 1; }
.form-message.is-visible { animation: formMessageIn .4s ease both; }
@keyframes formMessageIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.whatsapp-float { width: 62px; height: 62px; position: fixed; z-index: 120; right: 24px; bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 16px 38px rgba(1,49,86,.22); transition: transform .2s, box-shadow .2s, background .2s; }
.whatsapp-float:hover { background: #1ebe5d; transform: translateY(-3px); box-shadow: 0 20px 44px rgba(1,49,86,.28); }
.whatsapp-float img { width: 34px; height: 34px; filter: brightness(0) invert(1); }

.site-footer { padding: 45px 0; background: var(--navy-deep); color: #c5d4da; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; font-size: 12px; }
.footer-grid > img { width: 145px; height: auto; filter: brightness(0) invert(1); opacity: .9; }
.footer-grid p { text-align: center; }
.footer-end { display: flex; flex-direction: column; align-items: flex-end; gap: 13px; }
.footer-socials { display: flex; gap: 9px; }
.footer-socials a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transition: border-color .2s, background .2s; }
.footer-socials a:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.footer-socials img { width: 12px; height: 12px; filter: brightness(0) invert(1); opacity: .82; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; }

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

@media (max-width: 980px) {
  .section-pad { padding: 94px 0; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 1px; background: var(--navy); }
  .site-nav { position: fixed; inset: 82px 20px auto; padding: 28px; display: none; flex-direction: column; align-items: stretch; background: white; box-shadow: 0 18px 50px rgba(1,49,86,.14); }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid, .approach-grid, .vision-grid, .about-grid, .about-us-grid, .testimonials-grid, .contact-grid { grid-template-columns: 1fr; }
  .services-intro { grid-template-columns: 1fr; gap: 40px; }
  .people-visual { width: min(360px, 100%); margin-inline: auto; }
  .hero-visual { width: min(520px, 100%); margin: 30px auto 0; }
  .services-catalog { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3) { border-left: 1px solid rgba(1, 49, 86, .1); }
  .approach-grid { gap: 50px; }
  .approach-visual { min-height: 440px; }
  .method-intro { grid-template-columns: 1fr; gap: 25px; }
  .resources-shell { grid-template-columns: 1fr; gap: 35px; }
  .vision-grid, .about-grid, .about-us-grid, .testimonials-grid, .contact-grid { gap: 60px; }
  .vision-title { min-height: auto; }
  .vision-feather { display: none; }
  .vision-point p { max-width: none; }
  .vision-responsibility { max-width: none; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section-pad { padding: 76px 0; }
  .nav-shell { min-height: 78px; }
  .brand { flex-direction: column; align-items: flex-start; gap: 1px; }
  .brand img { width: 116px; }
  .brand-tagline { align-self: center; padding-left: 0; border-left: 0; font-size: 7px; letter-spacing: .12em; }
  h1 { font-size: 52px; }
  h2 { font-size: 43px; }
  .hero { padding-top: 130px; }
  .hero-grid { gap: 30px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .text-link { padding-left: 3px; }
  .hero-visual { transform: scale(.88); margin: -20px auto -30px; }
  .people-visual { min-height: 310px; transform: scale(.9); margin-block: -20px; }
  .signal-list { overflow: hidden; justify-content: flex-start; }
  .signal-list span:nth-of-type(n+4), .signal-list i:nth-of-type(n+3) { display: none; }
  .services-catalog { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(3) { min-height: auto; padding: 32px 24px; border-left: 1px solid rgba(1, 49, 86, .1); }
  .service-card h3 { max-width: none; font-size: 25px; }
  .approach-visual { min-height: auto; transform: none; display: block; }
  .approach-visual::before { width: 320px; height: 320px; left: -90px; top: 12px; }
  .perspective-map { width: min(100%, 340px); height: 340px; position: relative; top: auto; left: auto; margin: 0 auto 34px; }
  .map-ring-one { width: 270px; height: 270px; top: 35px; left: 35px; }
  .map-ring-two { width: 190px; height: 190px; top: 75px; left: 75px; }
  .map-core { width: 146px; height: 146px; top: 97px; left: 97px; }
  .map-label { max-width: 145px; padding: 7px 10px; font-size: 7px; line-height: 1.35; }
  .map-label-one { top: 8px; left: 38px; }
  .map-label-two { top: 326px; right: 0; }
  .map-label-three { bottom: 18px; left: 0; }
  .approach-visual p { width: auto; max-width: 340px; margin: 0 auto; font-size: 21px; line-height: 1.45; }
  .services-approach { margin-top: 76px; padding: 76px 0; }
  .services-method { padding-top: 76px; }
  .outcomes { grid-template-columns: 1fr; }
  .outcomes div:nth-child(odd) { border-right: 0; }
  .outcomes div:nth-child(even) { padding-left: 0; }
  .method-list li { grid-template-columns: 48px 1fr; }
  .method-list li > div { grid-template-columns: 1fr; gap: 9px; }
  .testimonials-placeholder { padding: 35px 24px; }
  .vision-title h2 { font-size: 48px; }
  .vision-point { grid-template-columns: 46px 1fr; gap: 16px; padding-bottom: 26px; }
  .vision-point + .vision-point { padding-top: 26px; }
  .vision-icon { width: 46px; height: 46px; }
  .vision-icon::before { width: 25px; height: 25px; }
  .vision-responsibility { margin-left: 0; }
  .about-us-mark { min-height: 430px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 30px 23px; }
  .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .whatsapp-float img { width: 30px; height: 30px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid > img { margin: auto; }
  .footer-end { align-items: center; }
  .footer-links { justify-content: center; }
}

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

/* reCAPTCHA v3: se oculta el badge (permitido si se muestra la leyenda legal). */
.grecaptcha-badge { visibility: hidden; }

.recaptcha-legal {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted, #8a8a86);
}
.recaptcha-legal a { color: inherit; text-decoration: underline; }
