:root {
  --navy-1000: #031324;
  --navy-950: #051a2e;
  --navy-900: #072139;
  --navy-800: #0a304d;
  --navy-700: #124867;
  --teal-600: #009da8;
  --teal-500: #10b9bf;
  --teal-400: #46d5d4;
  --teal-100: #d8f2f2;
  --teal-50: #eef9f9;
  --amber-500: #f2a100;
  --ink: #071d34;
  --muted: #5e7183;
  --line: #d7e2e8;
  --surface: #ffffff;
  --background: #f4f8f9;
  --shadow-sm: 0 12px 32px rgba(3, 25, 43, .08);
  --shadow-lg: 0 28px 80px rgba(3, 25, 43, .16);
  color: var(--ink);
  background: var(--background);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--ink); }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
.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; top: -60px; left: 20px; z-index: 1000; background: #fff; color: var(--navy-900); padding: 12px 18px; border-radius: 0 0 8px 8px; font-weight: 850; }
.skip-link:focus { top: 0; }
.section-shell { width: min(1220px, calc(100% - 56px)); margin-inline: auto; }

.site-header { position: sticky; inset: 0 0 auto; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(215,226,232,.92); backdrop-filter: blur(16px); transition: box-shadow 180ms ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(3,25,43,.08); }
.nav-shell { width: min(1280px, calc(100% - 56px)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.public-brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.public-brand img { width: 215px; height: 60px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #314a60; text-decoration: none; font-size: .86rem; font-weight: 760; transition: color 160ms ease; }
.main-nav a:hover { color: var(--teal-600); }
.main-nav .nav-login { min-height: 47px; padding: 0 18px; display: inline-flex; align-items: center; gap: 24px; color: var(--navy-900); border: 1px solid var(--navy-900); border-radius: 10px; }
.nav-login b { font-size: 1rem; font-weight: 500; }
.main-nav .nav-login:hover { background: var(--navy-900); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle > span:not(.sr-only) { width: 20px; height: 2px; background: var(--navy-900); border-radius: 2px; }

.hero { min-height: 760px; position: relative; overflow: hidden; color: #fff; background: linear-gradient(118deg, var(--navy-1000) 0%, var(--navy-900) 56%, #08495e 100%); padding: 94px 0 84px; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(100deg, transparent 10%, #000 85%); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -280px; top: -340px; border-radius: 50%; background: rgba(16,185,191,.12); filter: blur(2px); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; left: 42%; bottom: -430px; border-radius: 50%; background: rgba(242,161,0,.08); }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(70,213,212,.12); pointer-events: none; }
.orbit-one { width: 430px; height: 430px; right: -30px; top: -205px; }
.orbit-two { width: 300px; height: 300px; right: 35px; top: -140px; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr); gap: 74px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--teal-600); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow-light { color: #54dddd; }
.hero-copy h1 { max-width: 720px; margin: 23px 0 25px; font-size: clamp(3.15rem, 5.15vw, 5.1rem); line-height: .98; letter-spacing: -.06em; }
.hero-copy h1 em { color: #59d9d8; font-style: normal; }
.hero-copy > p { max-width: 670px; margin: 0; color: #c5d5df; font-size: 1.03rem; line-height: 1.75; }
.hero-actions { margin: 34px 0 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-1000); background: var(--teal-400); }
.button-primary:hover { background: #73e5e3; }
.button-secondary { color: #fff; background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.3); }
.button-secondary:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.hero-credentials { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.hero-credentials span { display: inline-flex; align-items: center; gap: 8px; color: #a9bfcc; font-size: .75rem; }
.hero-credentials i { color: #59d9d8; font-size: .59rem; font-style: normal; font-weight: 900; }

.intelligence-board { position: relative; padding: 22px; color: var(--ink); background: rgba(248,252,252,.98); border: 1px solid rgba(255,255,255,.52); border-radius: 22px; box-shadow: 0 38px 100px rgba(0,0,0,.32); transform: perspective(1400px) rotateY(-2deg); }
.intelligence-board::after { content: ""; position: absolute; inset: auto 8% -17px; height: 30px; z-index: -1; border-radius: 50%; background: rgba(0,0,0,.3); filter: blur(22px); }
.board-head { min-height: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #678092; font-size: .61rem; font-weight: 900; letter-spacing: .08em; }
.board-head > div { display: flex; align-items: center; gap: 8px; }
.board-head i { width: 8px; height: 8px; border-radius: 50%; background: #22b87f; box-shadow: 0 0 0 4px rgba(34,184,127,.12); }
.board-head small { padding: 6px 8px; color: var(--teal-600); background: var(--teal-50); border-radius: 6px; font-size: .55rem; }
.board-title { margin: 18px 0 10px; padding: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; border-radius: 14px; color: #fff; background: linear-gradient(130deg, var(--navy-900), #0b4c64); }
.board-title span, .panel-visual > small { color: #5be0df; font-size: .59rem; font-weight: 900; letter-spacing: .14em; }
.board-title h2 { max-width: 340px; margin: 8px 0 0; font-size: 1.26rem; line-height: 1.18; letter-spacing: -.025em; }
.board-title b { color: rgba(255,255,255,.17); font-size: 2.4rem; line-height: 1; letter-spacing: -.08em; }
.market-flow { position: relative; min-height: 100px; padding: 16px 13px; display: grid; grid-template-columns: 1fr 70px .72fr; gap: 8px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.origin-markets small, .destination-market small { grid-column: 1 / -1; color: #7990a0; font-size: .52rem; font-weight: 900; letter-spacing: .08em; }
.origin-markets { display: flex; flex-wrap: wrap; gap: 5px; }
.origin-markets span { padding: 5px 7px; color: #496276; background: var(--background); border-radius: 5px; font-size: .57rem; font-weight: 800; }
.destination-market { display: flex; flex-direction: column; gap: 5px; text-align: right; }
.destination-market strong { color: var(--teal-600); font-size: 1.2rem; letter-spacing: .04em; }
.flow-line { position: relative; height: 2px; background: #bcdde0; }
.flow-line::after { content: ""; position: absolute; right: -1px; top: -3px; border-left: 7px solid var(--teal-500); border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.flow-line i, .flow-line b { position: absolute; top: -3px; width: 8px; height: 8px; border-radius: 50%; background: var(--teal-500); }
.flow-line i:first-child { left: 7px; }.flow-line b { left: 48%; }.flow-line i:last-child { right: 8px; }
.board-cards { margin-top: 9px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.board-cards article { min-height: 94px; padding: 12px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 3px solid var(--teal-500); border-radius: 9px; background: #fff; }
.board-cards article:nth-child(2) { border-top-color: var(--amber-500); }.board-cards article:nth-child(3) { border-top-color: var(--navy-700); }
.board-cards span { color: #758b9c; font-size: .51rem; font-weight: 900; letter-spacing: .08em; }
.board-cards strong { margin-top: auto; font-size: .72rem; }.board-cards small { margin-top: 4px; color: #7f92a0; font-size: .52rem; }
.board-radar { margin-top: 9px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-radius: 10px; background: var(--teal-50); }
.board-radar > div { display: flex; flex-wrap: wrap; gap: 5px 10px; }
.board-radar span { flex-basis: 100%; color: var(--teal-600); font-size: .52rem; font-weight: 900; letter-spacing: .08em; }.board-radar strong { font-size: .58rem; }
.board-radar svg { width: 140px; height: 42px; overflow: visible; }
.board-radar path { fill: none; stroke: var(--teal-500); stroke-width: 3; }.board-radar circle { fill: #fff; stroke: var(--teal-500); stroke-width: 2; }
.board-note { margin: 12px 1px 0; color: #7b8e9e; font-size: .56rem; }

.credibility-band { background: #fff; border-bottom: 1px solid var(--line); }
.credibility-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.credibility-grid article { min-height: 60px; padding: 0 24px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.credibility-grid article:first-child { padding-left: 0; }.credibility-grid article:last-child { padding-right: 0; border-right: 0; }
.credibility-grid article > span { color: var(--teal-600); font-size: .63rem; font-weight: 900; }
.credibility-grid div { display: flex; flex-direction: column; gap: 4px; }
.credibility-grid strong { font-size: .78rem; }.credibility-grid small { color: #6f8393; font-size: .66rem; line-height: 1.35; }

.public-section { padding: 108px 0; }
.section-heading h2, .about-statement h2, .contact-copy h2 { margin: 16px 0 0; font-size: clamp(2.2rem, 4vw, 3.55rem); line-height: 1.07; letter-spacing: -.05em; }
.split-heading, .platform-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 95px; }
.split-heading > p, .platform-heading > p, .centered-heading > p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.72; }
.outcomes-section { background: var(--background); }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outcome-card { position: relative; min-height: 440px; padding: 34px 30px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 17px; transition: transform 180ms ease, box-shadow 180ms ease; }
.outcome-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.outcome-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -110px; bottom: -112px; border-radius: 50%; border: 1px solid var(--teal-100); }
.outcome-featured { color: #fff; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-color: var(--navy-900); box-shadow: var(--shadow-lg); }
.outcome-featured::after { border-color: rgba(70,213,212,.18); }
.outcome-index { position: absolute; top: 24px; right: 24px; color: #9eb0bd; font-size: .65rem; font-weight: 900; }
.outcome-icon { width: 52px; height: 52px; margin-bottom: 48px; display: grid; place-items: center; color: var(--teal-600); background: var(--teal-50); border-radius: 13px; font-size: 1.5rem; }
.outcome-featured .outcome-icon { color: #58dfdd; background: rgba(70,213,212,.1); }
.outcome-card > small { color: var(--teal-600); font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.outcome-featured > small { color: #58dfdd; }
.outcome-card h3 { margin: 11px 0 15px; font-size: 1.35rem; line-height: 1.25; letter-spacing: -.025em; }
.outcome-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.outcome-featured p { color: #bfd0da; }
.outcome-card ul { list-style: none; margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: grid; gap: 9px; }
.outcome-featured ul { border-color: rgba(255,255,255,.14); }
.outcome-card li { display: flex; align-items: center; gap: 9px; color: #536b7d; font-size: .75rem; }
.outcome-featured li { color: #c4d4dd; }.outcome-card li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--teal-500); }

.platform-section { color: #fff; background: linear-gradient(130deg, var(--navy-1000), var(--navy-900)); }
.platform-heading > p { color: #b3c7d2; }
.module-explorer { display: grid; grid-template-columns: 360px 1fr; min-height: 590px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.035); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.module-tabs { padding: 12px; border-right: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; }
.module-tabs button { flex: 1; min-height: 73px; padding: 13px 14px; display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: 11px; color: #aebfca; text-align: left; border: 0; border-bottom: 1px solid rgba(255,255,255,.09); background: transparent; cursor: pointer; transition: background 150ms ease, color 150ms ease; }
.module-tabs button:last-child { border-bottom: 0; }
.module-tabs button:hover { color: #fff; background: rgba(255,255,255,.04); }
.module-tabs button[aria-selected="true"] { color: #fff; background: linear-gradient(90deg, rgba(16,185,191,.2), rgba(16,185,191,.05)); border-radius: 10px; border-bottom-color: transparent; }
.module-tabs button > span { color: #58dfdd; font-size: .59rem; font-weight: 900; }
.module-tabs button > div { display: flex; flex-direction: column; gap: 4px; }.module-tabs strong { font-size: .83rem; }.module-tabs small { color: #738fa1; font-size: .62rem; }.module-tabs b { color: #58dfdd; font-weight: 500; opacity: 0; }.module-tabs button[aria-selected="true"] b { opacity: 1; }
.module-stage { min-width: 0; padding: 54px; display: grid; align-items: center; }
.module-panel { display: grid; grid-template-columns: .88fr 1.12fr; gap: 44px; align-items: center; }
.panel-copy > span { color: #58dfdd; font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.panel-copy h3 { margin: 15px 0 16px; font-size: clamp(1.85rem, 3vw, 2.75rem); line-height: 1.1; letter-spacing: -.045em; }
.panel-copy p { margin: 0; color: #b7c9d3; font-size: .89rem; line-height: 1.72; }
.panel-copy ul { list-style: none; padding: 22px 0 0; margin: 25px 0 0; border-top: 1px solid rgba(255,255,255,.13); display: grid; gap: 10px; }
.panel-copy li { display: flex; align-items: center; gap: 10px; color: #d2dee4; font-size: .76rem; }.panel-copy li::before { content: "✓"; color: #58dfdd; font-weight: 900; }
.panel-visual { position: relative; min-height: 390px; overflow: hidden; padding: 31px; color: var(--ink); background: #f8fbfb; border: 1px solid rgba(255,255,255,.4); border-radius: 17px; box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.panel-visual > small { color: var(--teal-600); }.panel-visual > strong { display: block; margin: 8px 0 24px; font-size: 1.1rem; }
.visual-today > div { min-height: 70px; padding: 13px 12px; display: grid; grid-template-columns: 31px 1fr 80px; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.visual-today > div i { width: 29px; height: 29px; display: grid; place-items: center; color: var(--teal-600); background: var(--teal-50); border-radius: 8px; font-size: .58rem; font-style: normal; font-weight: 900; }.visual-today > div span { font-size: .72rem; font-weight: 800; }.visual-today > div b { height: 5px; border-radius: 5px; background: linear-gradient(90deg,var(--teal-500) 72%,#e0e9ed 72%); }
.visual-prices svg { width: 100%; height: 210px; }.visual-prices .grid { fill: none; stroke: #dce7eb; stroke-width: 1; }.visual-prices .series-a, .visual-prices .series-b { fill: none; stroke: var(--teal-500); stroke-width: 4; }.visual-prices .series-b { stroke: var(--navy-700); stroke-width: 3; }.legend { display: flex; align-items: center; gap: 7px; color: #63798a; font-size: .65rem; }.legend i { width: 13px; height: 3px; background: var(--teal-500); }.legend i:nth-of-type(2) { margin-left: 10px; background: var(--navy-700); }
.market-bar { margin: 17px 0; display: grid; grid-template-columns: 70px 1fr 36px; align-items: center; gap: 10px; }.market-bar span, .market-bar b { font-size: .67rem; }.market-bar b { text-align: right; }.market-bar i { position: relative; height: 9px; background: #e3ecef; border-radius: 10px; }.market-bar i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--size); background: var(--teal-500); border-radius: inherit; }
.visual-logistics svg { position: absolute; inset: 90px 15px 20px; width: calc(100% - 30px); height: calc(100% - 110px); }.visual-logistics svg path { fill: none; stroke: #8fcfd3; stroke-width: 2; }.map-node { position: absolute; z-index: 2; min-width: 62px; padding: 9px; text-align: center; color: #fff; background: var(--navy-800); border: 3px solid #fff; border-radius: 50px; box-shadow: 0 6px 18px rgba(3,25,43,.16); font-size: .61rem; font-weight: 900; }.map-node.bolivia { left: 43%; top: 51%; min-width: 92px; padding: 15px 9px; background: var(--teal-500); }.map-node.chile { left: 7%; top: 50%; }.map-node.peru { left: 13%; top: 23%; background: var(--amber-500); }.map-node.argentina { left: 21%; bottom: 10%; }.map-node.paraguay { right: 7%; top: 51%; background: #23a96e; }
.visual-ai { display: grid; place-items: center; }.visual-ai > small, .visual-ai > strong { position: absolute; left: 31px; }.visual-ai > small { top: 31px; }.visual-ai > strong { top: 55px; }.ai-core { position: relative; z-index: 4; width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(140deg,var(--teal-500),var(--navy-700)); box-shadow: 0 0 0 12px rgba(16,185,191,.12); font-size: 1.4rem; font-weight: 900; }.ai-ring { position: absolute; border: 1px solid #b8dfe1; border-radius: 50%; }.ring-one { width: 210px; height: 210px; }.ring-two { width: 310px; height: 310px; }.factor { position: absolute; z-index: 3; padding: 8px 11px; color: #456074; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: .6rem; font-weight: 800; box-shadow: var(--shadow-sm); }.factor-one { left: 9%; top: 45%; }.factor-two { right: 12%; top: 36%; }.factor-three { left: 20%; bottom: 12%; }.factor-four { right: 11%; bottom: 16%; }
.document-row { min-height: 72px; padding: 12px; display: grid; grid-template-columns: 38px 1fr 18px; align-items: center; gap: 12px; border-top: 1px solid var(--line); }.document-row > i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--teal-600); background: var(--teal-50); border-radius: 8px; font-style: normal; }.document-row > span { display: flex; flex-direction: column; gap: 4px; font-size: .72rem; font-weight: 800; }.document-row small { color: #7e91a0; font-size: .57rem; font-weight: 500; }.document-row > b { color: var(--teal-600); }
.request-flow { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 20px 0; }.request-flow span { display: flex; flex-direction: column; align-items: center; gap: 7px; color: #526a7c; font-size: .58rem; font-weight: 800; }.request-flow i { width: 37px; height: 37px; display: grid; place-items: center; color: var(--teal-600); background: var(--teal-50); border-radius: 50%; font-style: normal; }.request-flow b { color: #9bb1be; }.request-card { margin-top: 15px; padding: 21px; border-radius: 12px; color: #fff; background: linear-gradient(130deg,var(--navy-900),#0b4b63); display: flex; flex-direction: column; gap: 6px; }.request-card span { color: #58dfdd; font-size: .57rem; font-weight: 900; letter-spacing: .1em; }.request-card strong { font-size: .93rem; }.request-card small { color: #bcd0da; font-size: .59rem; }
.platform-note { margin: 22px 0 0; color: #7792a3; text-align: center; font-size: .68rem; }

.perspectives-section { background: #fff; }
.centered-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }.centered-heading h2 { margin-top: 16px; }.centered-heading > p { margin-top: 18px; }
.perspective-grid { display: grid; grid-template-columns: 1fr 120px 1fr; gap: 20px; align-items: center; }
.perspective-grid article { position: relative; min-height: 405px; padding: 39px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--background); }
.perspective-grid article:last-child { color: #fff; background: linear-gradient(140deg,var(--navy-900),var(--navy-800)); border-color: var(--navy-900); }
.perspective-grid article > b { position: absolute; right: -7px; bottom: -18px; color: rgba(7,29,52,.06); font-size: 5.1rem; letter-spacing: -.08em; }.perspective-grid article:last-child > b { color: rgba(255,255,255,.07); }
.perspective-label { color: var(--teal-600); font-size: .63rem; font-weight: 900; letter-spacing: .14em; }.perspective-grid article:last-child .perspective-label { color: #58dfdd; }
.perspective-grid h3 { max-width: 400px; margin: 45px 0 16px; font-size: 1.55rem; line-height: 1.2; letter-spacing: -.025em; }.perspective-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }.perspective-grid article:last-child p { color: #bfd0d9; }
.perspective-grid ul { list-style: none; margin: 26px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: grid; gap: 10px; }.perspective-grid article:last-child ul { border-color: rgba(255,255,255,.14); }.perspective-grid li { display: flex; gap: 9px; align-items: center; color: #526b7e; font-size: .75rem; }.perspective-grid article:last-child li { color: #c8d6de; }.perspective-grid li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--teal-500); }
.nexus-mark { position: relative; width: 112px; height: 112px; display: grid; place-items: center; border: 1px solid var(--teal-100); border-radius: 50%; color: var(--teal-600); background: #fff; box-shadow: var(--shadow-sm); }.nexus-mark::before { content: ""; position: absolute; inset: 15px; border: 1px solid var(--teal-100); border-radius: 50%; }.nexus-mark strong { z-index: 2; font-size: .67rem; letter-spacing: .09em; }.nexus-mark > span { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--teal-500); border: 4px solid #fff; }.nexus-mark > span:first-child { left: -7px; }.nexus-mark > span:nth-child(2) { right: -7px; }.nexus-mark i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--navy-700); }.nexus-mark i:nth-of-type(1) { top: 13px; }.nexus-mark i:nth-of-type(2) { right: 17px; bottom: 18px; }.nexus-mark i:nth-of-type(3) { bottom: 13px; }.nexus-mark i:nth-of-type(4) { left: 17px; top: 20px; }

.about-section { color: #fff; background: linear-gradient(130deg,var(--navy-1000),#093a55); }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.about-statement { position: sticky; top: 130px; }.about-statement p { max-width: 540px; margin: 24px 0 0; color: #b9ccd6; font-size: .94rem; line-height: 1.76; }.about-tags { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 8px; }.about-tags span { padding: 9px 12px; color: #bcd1da; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: .65rem; }
.purpose-list article { padding: 33px 0; border-bottom: 1px solid rgba(255,255,255,.14); }.purpose-list article:first-child { padding-top: 0; }.purpose-list article:last-child { border-bottom: 0; }.purpose-list article > span { color: #58dfdd; font-size: .62rem; font-weight: 900; letter-spacing: .13em; }.purpose-list h3 { margin: 13px 0 10px; font-size: 1.3rem; letter-spacing: -.02em; }.purpose-list p { margin: 0; color: #b7cbd5; font-size: .84rem; line-height: 1.66; }

.contact-section { color: #fff; background: var(--navy-1000); border-top: 1px solid rgba(255,255,255,.08); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }.contact-copy > p { margin: 23px 0 0; color: #b8cbd6; font-size: .92rem; line-height: 1.72; }
.subscription-steps { margin: 31px 0; display: grid; gap: 4px; }.subscription-steps article { min-height: 68px; padding: 12px 0; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }.subscription-steps strong { width: 34px; height: 34px; display: grid; place-items: center; color: #58dfdd; background: rgba(70,213,212,.1); border-radius: 9px; font-size: .58rem; }.subscription-steps div { display: flex; flex-direction: column; gap: 4px; }.subscription-steps span { font-size: .78rem; font-weight: 800; }.subscription-steps small { color: #7f9aab; font-size: .65rem; }
.direct-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }.direct-contact > span { color: #7894a5; font-size: .61rem; font-weight: 900; letter-spacing: .13em; }.direct-contact strong { font-size: .94rem; }.direct-contact a { color: #58dfdd; font-size: .86rem; }.copy-email { margin-top: 5px; padding: 0 0 2px; color: #adc1cc; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.26); font-size: .67rem; cursor: pointer; }
.contact-form { padding: 38px; display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; color: var(--ink); background: #fff; border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }.form-heading { grid-column: 1/-1; margin-bottom: 5px; }.form-heading > span { color: var(--teal-600); font-size: .62rem; font-weight: 900; letter-spacing: .13em; }.form-heading h3 { margin: 9px 0 7px; font-size: 1.5rem; letter-spacing: -.025em; }.form-heading p { margin: 0; color: var(--muted); font-size: .78rem; }.contact-form label { display: flex; flex-direction: column; gap: 8px; color: #314b60; font-size: .7rem; font-weight: 850; }.contact-form .full-field { grid-column: 1/-1; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #f8fbfc; border: 1px solid #cbdbe3; border-radius: 9px; outline: none; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal-500); box-shadow: 0 0 0 3px rgba(16,185,191,.12); }.form-submit { grid-column: 1/-1; width: 100%; border: 0; }.form-status { grid-column: 1/-1; min-height: 15px; margin: -5px 0 0; color: var(--teal-600); font-size: .7rem; font-weight: 750; }.form-privacy { grid-column: 1/-1; color: #7d909e; font-size: .63rem; line-height: 1.45; }

.site-footer { padding: 56px 0 22px; color: #9fb5c2; background: #02101e; border-top: 1px solid rgba(255,255,255,.07); }.footer-main { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 60px; }.footer-brand img { width: 210px; height: 66px; padding: 7px; object-fit: contain; background: #fff; border-radius: 9px; }.footer-brand p { margin: 14px 0 0; font-size: .76rem; }.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: .73rem; }.footer-main strong { margin-bottom: 5px; color: #fff; font-size: .65rem; letter-spacing: .12em; }.footer-main a { color: #9fb5c2; text-decoration: none; }.footer-main a:hover { color: #58dfdd; }.footer-contact small { color: #708b9c; }.footer-bottom { margin-top: 39px; padding-top: 19px; display: flex; justify-content: space-between; gap: 20px; color: #6d8696; border-top: 1px solid rgba(255,255,255,.08); font-size: .63rem; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }.main-nav a { font-size: .8rem; }
  .hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 860px; }.intelligence-board { max-width: 720px; transform: none; }
  .module-explorer { grid-template-columns: 310px 1fr; }.module-stage { padding: 40px 32px; }.module-panel { grid-template-columns: 1fr; }.panel-visual { min-height: 340px; }
  .contact-layout { gap: 55px; }
}

@media (max-width: 850px) {
  .section-shell, .nav-shell { width: min(100% - 34px, 700px); }
  .nav-shell { min-height: 72px; }.public-brand img { width: 178px; height: 52px; }.menu-toggle { display: flex; }
  .main-nav { position: absolute; left: 17px; right: 17px; top: 68px; padding: 17px; display: flex; flex-direction: column; align-items: stretch; gap: 0; opacity: 0; visibility: hidden; transform: translateY(-8px); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); transition: opacity 150ms ease, transform 150ms ease; }.main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }.main-nav a { padding: 13px; }.main-nav .nav-login { margin-top: 8px; justify-content: space-between; }
  .hero { padding: 72px 0; }.hero-layout { gap: 52px; }.hero-copy h1 { font-size: clamp(2.75rem, 10vw, 4.3rem); }
  .credibility-grid { grid-template-columns: repeat(2,1fr); padding: 18px 0; }.credibility-grid article { padding: 17px; border-right: 0; }.credibility-grid article:first-child { padding-left: 17px; }
  .public-section { padding: 84px 0; }.split-heading, .platform-heading { grid-template-columns: 1fr; gap: 18px; }.outcomes-grid { grid-template-columns: 1fr; }.outcome-card { min-height: 350px; }
  .module-explorer { grid-template-columns: 1fr; }.module-tabs { display: grid; grid-template-columns: repeat(2,1fr); border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }.module-tabs button { min-height: 70px; }.module-tabs button:last-child { grid-column: 1/-1; }.module-stage { min-height: 650px; }.module-panel { grid-template-columns: 1fr; }
  .perspective-grid { grid-template-columns: 1fr; }.nexus-mark { margin: 8px auto; }.perspective-grid article { min-height: 350px; }
  .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 56px; }.about-statement { position: static; }
  .footer-main { grid-template-columns: repeat(2,1fr); }.footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .section-shell, .nav-shell { width: calc(100% - 28px); }
  .hero { min-height: 0; padding: 58px 0 64px; }.hero-copy h1 { font-size: clamp(2.55rem, 13vw, 3.6rem); }.hero-copy h1 br { display: none; }.hero-actions { flex-direction: column; }.button { width: 100%; }.hero-credentials { flex-direction: column; }
  .intelligence-board { padding: 14px; border-radius: 16px; }.board-title { align-items: flex-start; }.board-title b { display: none; }.market-flow { grid-template-columns: 1fr; }.flow-line { height: 34px; width: 2px; margin: 0 auto; }.flow-line::after { right: -3px; top: auto; bottom: -1px; border-top: 7px solid var(--teal-500); border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 0; }.flow-line i,.flow-line b { display: none; }.destination-market { text-align: center; }.board-cards { grid-template-columns: 1fr; }.board-cards article { min-height: 77px; }.board-radar { flex-direction: column; align-items: stretch; }.board-radar svg { width: 100%; }
  .credibility-grid { grid-template-columns: 1fr; }.credibility-grid article { padding: 14px 4px; }
  .section-heading h2, .about-statement h2, .contact-copy h2 { font-size: 2.18rem; }.outcome-card { padding: 29px 24px; }
  .module-tabs { grid-template-columns: 1fr; }.module-tabs button:last-child { grid-column: auto; }.module-stage { min-height: 760px; padding: 35px 18px; }.panel-visual { min-height: 350px; padding: 25px 20px; }.visual-logistics svg { inset-inline: 4px; width: calc(100% - 8px); }.map-node { transform: scale(.86); }.map-node.paraguay { right: 0; }.factor { transform: scale(.87); }.ring-two { width: 260px; height: 260px; }
  .perspective-grid article { padding: 30px 24px; }.perspective-grid h3 { margin-top: 37px; }
  .contact-form { padding: 26px 20px; grid-template-columns: 1fr; }.form-heading, .contact-form .full-field, .form-submit, .form-status, .form-privacy { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
