:root {
  --ink: #0a2638;
  --ink-2: #17384a;
  --muted: #637785;
  --paper: #f4f8f8;
  --white: #ffffff;
  --cyan: #13c5c9;
  --cyan-2: #55e0cf;
  --line: #d9e5e6;
  --navy: #061c2c;
  --navy-2: #0b3045;
  --orange: #ffb55a;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 31, 46, .13);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", system-ui, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-180%); padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.site-header.scrolled {
  position: fixed;
  color: var(--ink);
  background: rgba(255,255,255,.93);
  box-shadow: 0 8px 30px rgba(4,29,45,.1);
  backdrop-filter: blur(16px);
  border-color: transparent;
  animation: header-in .3s ease-out;
}
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; color: var(--cyan-2); }
.brand-mark svg { width: 100%; height: 100%; fill: currentColor; }
.brand-mark .brand-wave { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { letter-spacing: .08em; font-size: 17px; }
.brand-copy small { margin-top: 3px; opacity: .7; font-size: 8px; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.site-nav > a { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 10px 18px; color: var(--navy); background: var(--cyan-2); border-radius: 999px; }
.language-picker { position: relative; display: inline-flex; align-items: center; }
.language-picker::before { content: "◉"; position: absolute; left: 10px; color: var(--cyan-2); font-size: 8px; pointer-events: none; }
.language-picker select { min-height: 36px; padding: 0 28px 0 24px; color: inherit; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; outline: none; cursor: pointer; }
.site-header.scrolled .language-picker select { background: var(--paper); border-color: var(--line); }
.language-picker select:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.language-picker option { color: var(--ink); background: var(--white); }
.menu-toggle { display: none; flex: 0 0 46px; width: 46px; height: 46px; padding: 11px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 780px; color: var(--white); background: var(--navy); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("assets/p01-0.jpg") center 42% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,19,31,.96) 0%, rgba(3,24,38,.83) 45%, rgba(3,22,35,.24) 78%), linear-gradient(0deg, rgba(2,20,32,.94) 0%, transparent 38%); }
.hero-shade::after { content: ""; position: absolute; right: -14%; bottom: -30%; width: 54vw; height: 70vw; border-radius: 50%; background: radial-gradient(circle, rgba(19,197,201,.28), transparent 64%); filter: blur(12px); }
.hero-inner { position: relative; z-index: 2; min-height: 680px; padding-top: 150px; padding-bottom: 80px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 90px; }
.hero-copy { max-width: 700px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--cyan-2); }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.13; letter-spacing: -.04em; }
.hero h1 em { color: var(--cyan-2); font-style: normal; }
.hero-lead { max-width: 610px; margin: 26px 0 34px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .city:focus-visible, .menu-toggle:focus-visible, input:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.button-primary { color: var(--navy); background: var(--cyan-2); box-shadow: 0 12px 26px rgba(63,226,209,.2); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(63,226,209,.32); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.32); backdrop-filter: blur(8px); }
.button-dark { width: 100%; color: var(--white); background: var(--navy); }
.hero-card { align-self: end; margin-bottom: 50px; padding: 22px; border: 1px solid rgba(255,255,255,.18); background: rgba(6,28,44,.54); border-radius: var(--radius); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.hero-card > p { margin: 0; color: var(--cyan-2); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.route-visual { position: relative; height: 125px; margin: 6px 0 12px; }
.route-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.route-visual path { fill: none; stroke: rgba(85,224,207,.8); stroke-width: 2; stroke-dasharray: 5 7; }
.point { position: absolute; z-index: 2; width: 9px; height: 9px; background: var(--white); border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(85,224,207,.12); }
.point-a { left: 3%; bottom: 21%; }.point-b { left: 47%; top: 37%; }.point-c { right: 3%; top: 37%; }
.hero-card-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.14); }
.hero-card-row strong { font-size: 13px; }.hero-card-row span { color: rgba(255,255,255,.63); font-size: 11px; }
.hero-stats { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(3,22,35,.7); backdrop-filter: blur(15px); }
.stats-grid { min-height: 100px; display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { display: flex; align-items: center; gap: 14px; padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.stats-grid > div:first-child { padding-left: 0; }.stats-grid > div:last-child { border: 0; }
.stats-grid strong { color: var(--cyan-2); font-size: 31px; line-height: 1; }.stats-grid sup { font-size: 15px; }
.stats-grid span { max-width: 84px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; }

.section { padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.about-media { position: relative; }
.about-media::before { content: ""; position: absolute; z-index: -1; top: -30px; right: -30px; width: 62%; height: 78%; background: #dff4f1; border-radius: var(--radius); }
.about-media img { aspect-ratio: 4/5; object-fit: cover; border-radius: 8px 70px 8px 8px; box-shadow: var(--shadow); }
.since-card { position: absolute; right: -34px; bottom: 34px; width: 178px; padding: 22px; color: var(--white); background: var(--navy); border-radius: 14px; box-shadow: var(--shadow); }
.since-card span, .since-card small { display: block; color: rgba(255,255,255,.57); font-size: 10px; letter-spacing: .1em; }.since-card strong { display: block; margin: 5px 0; color: var(--cyan-2); font-size: 38px; line-height: 1.1; }
.section-copy h2, .section-heading h2, .network-copy h2, .vision h2 { margin: 0; font-size: clamp(36px, 4.2vw, 56px); line-height: 1.22; letter-spacing: -.035em; }
.section-copy > p:not(.section-kicker), .network-copy > p:not(.section-kicker) { margin: 20px 0 0; color: var(--muted); }
.section-lead { color: var(--ink-2) !important; font-size: 18px; }
blockquote { margin: 32px 0; padding: 8px 0 8px 22px; color: var(--ink); border-left: 3px solid var(--cyan); font-size: 20px; font-weight: 700; }
.value-list { display: flex; gap: 9px; flex-wrap: wrap; }
.value-list span { padding: 8px 15px; color: var(--ink-2); background: var(--paper); border-radius: 999px; font-size: 12px; font-weight: 700; }

.services { color: var(--white); background: var(--navy); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.56); }
.section-heading.dark > p { color: var(--muted); }
.section-heading h2 { font-size: clamp(34px, 3.8vw, 50px); }
.section-kicker.light { color: var(--cyan-2); }
.service-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.service-card { position: relative; min-height: 515px; background: #0c3348; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); overflow: hidden; transition: transform .3s, border-color .3s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(85,224,207,.45); }
.service-card.featured { display: flex; flex-direction: column; }
.service-photo { min-height: 195px; background-position: center; background-size: cover; }
.photo-sea { background-image: linear-gradient(0deg, #0c3348 0, transparent 55%), url("assets/p04-2.png"); }
.service-body { position: relative; padding: 28px; }
.service-card.featured .service-body { padding-top: 10px; }
.service-index { position: absolute; top: 21px; right: 25px; color: rgba(255,255,255,.23); font-size: 46px; font-weight: 800; line-height: 1; }
.service-icon { width: 48px; height: 48px; margin-bottom: 24px; color: var(--cyan-2); }
.service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { position: relative; z-index: 1; margin: 0 0 16px; font-size: 21px; line-height: 1.45; }
.service-card p { color: rgba(255,255,255,.6); font-size: 13px; }
.service-card ul { margin: 23px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.service-card li { position: relative; padding-left: 18px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 2; }
.service-card li::before { content: ""; position: absolute; top: .9em; left: 1px; width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; }

.network { background: var(--paper); overflow: hidden; }
.network-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 52px; }
.network-copy h2 { font-size: clamp(36px, 3.3vw, 48px); }
.network-copy p { max-width: 440px; }
.network-note { display: flex; align-items: center; gap: 10px; margin-top: 35px; color: var(--ink-2); font-size: 12px; font-weight: 700; }
.network-note span { width: 9px; height: 9px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 7px rgba(19,197,201,.12); }
.network-map { position: relative; min-height: 490px; background: var(--white); border-radius: 60px 12px 60px 12px; box-shadow: var(--shadow); overflow: hidden; }
.network-map::before { content: "NETWORK"; position: absolute; right: -12px; bottom: -44px; color: #f1f6f7; font-size: 120px; font-weight: 900; line-height: 1; }
.map-lines { position: absolute; inset: 36px 30px auto; width: calc(100% - 60px); height: 380px; }
.map-lines path { fill: none; stroke: #cfe2e2; stroke-width: 1.5; stroke-dasharray: 5 6; }.map-lines circle { fill: var(--cyan); }
.city { position: absolute; z-index: 2; padding: 8px 12px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 5px 18px rgba(6,28,44,.08); font-size: 12px; font-weight: 800; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.city b { margin-right: 4px; color: var(--cyan); }.city:hover, .city.active { color: var(--white); background: var(--navy); transform: translateY(-3px); }.city.active b { color: var(--cyan-2); }
.city-1 { top: 90px; left: 9%; }.city-2 { top: 145px; left: 43%; }.city-3 { top: 82px; right: 7%; }.city-4 { top: 285px; left: 6%; }.city-5 { top: 330px; left: 45%; }.city-6 { top: 250px; right: 8%; }
.place-detail { position: absolute; z-index: 3; bottom: 26px; left: 28px; width: 275px; padding: 18px 20px; background: rgba(245,249,249,.96); border-left: 3px solid var(--cyan); border-radius: 0 12px 12px 0; }
.place-detail span { color: var(--muted); font-size: 9px; letter-spacing: .12em; }.place-detail strong { display: block; margin: 2px 0; font-size: 19px; }.place-detail p { margin: 0; color: var(--muted); font-size: 11px; }

.process { padding-bottom: 85px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { position: relative; padding: 34px 26px 0 0; }
.process-list li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 7px var(--white); }
.process-list li:not(:last-child)::after { content: "→"; position: absolute; top: 38px; right: 22px; color: #b9cbcd; }
.process-list span { color: var(--cyan); font-size: 11px; font-weight: 800; }.process-list h3 { margin: 8px 0; font-size: 18px; }.process-list p { max-width: 220px; margin: 0; color: var(--muted); font-size: 12px; }

.gallery { padding-top: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, 220px); gap: 14px; }
.gallery figure { position: relative; margin: 0; border-radius: 12px; overflow: hidden; }
.gallery-main { grid-row: 1/3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }.gallery figure:hover img { transform: scale(1.04); }
.gallery figure::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(4,24,37,.8)); }
.gallery figcaption { position: absolute; z-index: 2; right: 20px; bottom: 16px; left: 20px; color: var(--white); font-size: 13px; font-weight: 700; }

.partners { padding-top: 30px; background: var(--white); }
.partner-wall { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.partner-wall span { min-height: 120px; display: grid; place-items: center; align-content: center; padding: 20px; text-align: center; color: #5f7380; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: Arial, sans-serif; font-size: 18px; font-weight: 800; letter-spacing: -.02em; transition: color .25s, background .25s; }
.partner-wall span:nth-child(4n) { border-right: 0; }.partner-wall span:nth-child(n+5) { border-bottom: 0; }.partner-wall span:hover { color: var(--ink); background: var(--paper); }.partner-wall small { font-family: inherit; font-size: 10px; font-weight: 500; }

.vision { position: relative; padding: 110px 0; color: var(--white); background: var(--navy); overflow: hidden; }
.vision-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,26,40,.97) 0%, rgba(4,26,40,.78) 55%, rgba(4,26,40,.9)), url("assets/p14-1.jpg") center / cover; opacity: .9; }
.vision-grid { position: relative; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 100px; }
.vision-copy p:not(.section-kicker) { max-width: 590px; margin: 24px 0 30px; color: rgba(255,255,255,.65); }
.contact-channels { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 590px; margin-top: 30px; }
.contact-channel { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 13px 15px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; text-align: left; cursor: pointer; transition: transform .25s, background .25s, border-color .25s; }
.contact-channel:hover { transform: translateY(-2px); background: rgba(255,255,255,.13); border-color: rgba(85,224,207,.5); }
.contact-channel:focus-visible, .footer-contact:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.contact-channel > span:nth-child(2) { min-width: 0; display: flex; flex: 1; flex-direction: column; line-height: 1.35; }
.contact-channel small { color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .08em; }.contact-channel strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }.contact-channel > b { color: var(--cyan-2); font-size: 11px; }
.contact-badge { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; font-size: 10px; font-weight: 900; }.contact-badge.whatsapp { color: #052d26; background: #53e2b7; }.contact-badge.wechat { color: #173617; background: #89e56c; }
.copy-status { min-height: 20px; margin: 7px 0 0 !important; color: var(--cyan-2) !important; font-size: 11px; }
.inquiry-card { padding: 34px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-head { display: flex; flex-direction: column; margin-bottom: 24px; }.form-head span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .14em; }.form-head strong { margin: 4px 0; font-size: 23px; }.form-head small { color: var(--muted); }
.inquiry-card label { display: block; margin-bottom: 16px; color: var(--ink-2); font-size: 12px; font-weight: 700; }
.inquiry-card input { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: 9px; outline: none; }.inquiry-card input::placeholder { color: #9aabb3; }.inquiry-card input.invalid { border-color: #d35757; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-message { min-height: 20px; margin: 10px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.site-footer { padding: 70px 0 18px; color: rgba(255,255,255,.64); background: #03131f; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }.footer-grid > div > strong { margin-bottom: 17px; color: var(--white); font-size: 13px; }.footer-grid a:not(.brand), .footer-grid p, .footer-contact { margin: 4px 0; font-size: 12px; }.footer-grid a:not(.brand):hover, .footer-contact:hover { color: var(--cyan-2); }
.footer-contact { padding: 0; color: rgba(255,255,255,.64); background: none; border: 0; cursor: pointer; }
.footer-brand { color: var(--white); margin-bottom: 15px; }.footer-grid > div:first-child > p { max-width: 300px; }
.footer-note { color: rgba(255,255,255,.33); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 52px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
[lang="en"] .hero h1, [lang="es"] .hero h1 { font-size: clamp(44px, 4.8vw, 70px); }
[lang="en"] .hero, [lang="es"] .hero { min-height: 900px; }
[lang="en"] .hero-inner, [lang="es"] .hero-inner { min-height: 800px; }
[lang="en"] .section-copy h2, [lang="en"] .section-heading h2, [lang="en"] .network-copy h2, [lang="en"] .vision h2,
[lang="es"] .section-copy h2, [lang="es"] .section-heading h2, [lang="es"] .network-copy h2, [lang="es"] .vision h2 { letter-spacing: -.025em; }
@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; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: center; padding: 12vw; color: var(--white); background: rgba(3,19,31,.97); transform: translateX(100%); transition: transform .3s, visibility .3s; }
  .site-nav.open { visibility: visible; transform: translateX(0); }.site-nav a { font-size: 24px; }.site-nav .nav-cta { margin-top: 16px; color: var(--navy); font-size: 15px; }
  .site-nav .language-picker { margin-top: 6px; }.site-nav .language-picker select { min-height: 42px; padding-inline: 30px 34px; font-size: 14px; }
  .hero-inner { grid-template-columns: 1fr; min-height: 740px; padding-top: 130px; padding-bottom: 180px; }
  .hero-card { display: none; }.hero-stats { background: rgba(3,22,35,.84); }.stats-grid { grid-template-columns: repeat(2,1fr); }.stats-grid > div { min-height: 76px; padding: 12px 24px; }.stats-grid > div:nth-child(2) { border-right: 0; }.stats-grid > div:first-child { padding-left: 24px; }.stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .about-grid, .network-grid, .vision-grid { grid-template-columns: 1fr; }.about-grid { gap: 72px; }.about-media { max-width: 570px; }.about-media img { aspect-ratio: 4/3; }.network-grid { gap: 50px; }.vision-grid { gap: 60px; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card.featured { grid-column: 1/3; }.service-card { min-height: auto; }.service-card.featured { display: grid; grid-template-columns: 1fr 1fr; }.service-photo { min-height: 100%; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 40px 0; }.process-list li:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }.footer-grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); --radius: 16px; }
  .header-inner { height: 72px; gap: 8px; }.brand-mark { width: 39px; height: 39px; }.brand-copy strong { font-size: 14px; }.brand-copy small { font-size: 6px; }
  [lang="en"] .brand-copy strong, [lang="es"] .brand-copy strong { font-size: 12px; letter-spacing: .01em; }
  [lang="en"] .brand-copy small, [lang="es"] .brand-copy small { font-size: 5.5px; letter-spacing: .08em; }
  .hero { min-height: 790px; }.hero-inner { min-height: 650px; padding-top: 122px; padding-bottom: 120px; }.hero h1 { font-size: 42px; }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }
  [lang="en"] .hero h1, [lang="es"] .hero h1 { font-size: 39px; }
  [lang="en"] .hero, [lang="es"] .hero { min-height: 900px; }
  [lang="en"] .hero-inner, [lang="es"] .hero-inner { min-height: 730px; }
  .hero-stats { position: relative; }.stats-grid strong { font-size: 25px; }.stats-grid > div { padding: 13px 12px; }.stats-grid > div:first-child { padding-left: 12px; }
  .section { padding: 82px 0; }.about-grid { gap: 62px; }.about-media img { aspect-ratio: 4/5; }.since-card { right: -5px; bottom: -28px; width: 152px; }.section-copy h2, .section-heading h2, .network-copy h2, .vision h2 { font-size: 35px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }.service-card.featured { grid-column: auto; display: flex; }.service-photo { min-height: 190px; }
  .network-map { min-height: 560px; border-radius: 30px 8px; }.map-lines { transform: rotate(90deg) scale(.85); }.city-1 { top: 60px; left: 8%; }.city-2 { top: 135px; left: 54%; }.city-3 { top: 215px; right: 7%; }.city-4 { top: 290px; left: 7%; }.city-5 { top: 375px; left: 52%; }.city-6 { top: 448px; right: 6%; }.place-detail { right: 20px; bottom: 18px; left: 20px; width: auto; }
  .process-list { grid-template-columns: 1fr; gap: 28px; border-top: 0; }.process-list li { padding: 0 0 0 55px; }.process-list li::before { top: 12px; left: 2px; }.process-list li::after { display: none; }.process-list span { position: absolute; left: 0; top: 0; }.process-list h3 { margin-top: 0; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 320px 200px 200px; }.gallery-main { grid-row: auto; }
  .partner-wall { grid-template-columns: 1fr 1fr; }.partner-wall span:nth-child(2n) { border-right: 0; }.partner-wall span:nth-child(4n) { border-right: 0; }.partner-wall span:nth-child(n+5) { border-bottom: 1px solid var(--line); }.partner-wall span:nth-last-child(-n+2) { border-bottom: 0; }
  .contact-channels { grid-template-columns: 1fr; }.form-row { grid-template-columns: 1fr; gap: 0; }.inquiry-card { padding: 24px; }.vision { padding: 82px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}
