:root {
  color-scheme: dark;
  --bg: #050a0f;
  --bg-2: #09131b;
  --panel: rgba(13, 27, 37, .72);
  --panel-solid: #0d1b25;
  --text: #f4fbff;
  --muted: #9db1bd;
  --line: rgba(167, 225, 244, .14);
  --accent: #16c8ff;
  --accent-2: #70f0c4;
  --accent-ink: #00151c;
  --shadow: 0 30px 90px rgba(0, 0, 0, .34);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 82% -8%, rgba(22, 200, 255, .18), transparent 34rem),
    radial-gradient(circle at -10% 35%, rgba(112, 240, 196, .09), transparent 30rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 4px; }
img { max-width: 100%; height: auto; }
.fx-field { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.fx-orb { position: absolute; width: min(44rem, 70vw); aspect-ratio: 1; border-radius: 50%; filter: blur(90px); opacity: .14; }
.fx-orb-a { right: -18rem; top: 8rem; background: var(--accent); }
.fx-orb-b { left: -22rem; top: 48%; background: var(--accent-2); }
.fx-beam { position: absolute; width: 46rem; height: 1px; right: -8rem; top: 38%; background: linear-gradient(90deg, transparent, rgba(112,240,196,.28), transparent); transform: rotate(-28deg); }
.fx-noise { position: absolute; inset: 0; opacity: .025; background-image: radial-gradient(circle, #fff 0 1px, transparent 1px); background-size: 12px 12px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; border-radius: 12px; color: var(--accent-ink); background: var(--accent-2); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 10, 15, .72);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); font-size: 15px; font-weight: 820; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(145deg, rgba(22,200,255,.13), rgba(112,240,196,.06)); box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.brand-mark img { width: 33px; height: 33px; object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; transition: color .18s; }
.nav a:hover { color: var(--text); }

.lang-switcher { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.lang-button { min-width: 42px; min-height: 34px; padding: 0 10px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; font: inherit; font-size: 12px; font-weight: 820; cursor: pointer; transition: color .18s, background .18s, transform .18s; }
.lang-button:hover { color: var(--text); }
.lang-button[aria-pressed="true"] { color: var(--accent-ink); background: var(--accent-2); box-shadow: 0 5px 16px rgba(112,240,196,.18); }

.hero { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(48px, 8vw, 110px); padding: 94px 0 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--accent-2); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(112,240,196,.1), 0 0 24px currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(52px, 7.5vw, 92px); line-height: .95; letter-spacing: -.065em; }
.gradient-text { color: transparent; background: linear-gradient(110deg, var(--text) 10%, var(--accent) 52%, var(--accent-2)); background-clip: text; -webkit-background-clip: text; }
.hero-copy { max-width: 640px; margin-bottom: 34px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 820; text-decoration: none; cursor: pointer; transition: transform .18s, background .18s, border-color .18s, box-shadow .18s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--accent-ink); background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 14px 36px rgba(22,200,255,.2); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(22,200,255,.3); }
.button-secondary { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: rgba(112,240,196,.42); background: rgba(255,255,255,.07); }
.button svg { width: 18px; height: 18px; }

.brand-orbit { position: relative; aspect-ratio: 1; display: grid; place-items: center; isolation: isolate; }
.brand-orbit::before, .brand-orbit::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.brand-orbit::before { inset: 4%; animation: spin 22s linear infinite; border-top-color: var(--accent); border-bottom-color: var(--accent-2); }
.brand-orbit::after { inset: 18%; animation: spin 16s linear infinite reverse; border-left-color: var(--accent-2); }
.orbit-glow { position: absolute; inset: 22%; z-index: -1; border-radius: 42%; background: linear-gradient(135deg, rgba(22,200,255,.32), rgba(112,240,196,.18)); filter: blur(38px); animation: breathe 5s ease-in-out infinite; }
.brand-core { width: 58%; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 31%; background: linear-gradient(145deg, rgba(19,42,54,.96), rgba(7,16,23,.96)); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 35px 90px rgba(0,0,0,.42); transform: rotate(-6deg); }
.brand-core img { width: 72%; filter: drop-shadow(0 20px 32px rgba(22,200,255,.22)); transform: rotate(6deg); }
.orbit-chip { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: rgba(8,18,25,.8); backdrop-filter: blur(12px); font-size: 12px; font-weight: 760; box-shadow: var(--shadow); }
.orbit-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 14px var(--accent-2); }
.orbit-chip.one { left: 0; top: 19%; }
.orbit-chip.two { right: 0; bottom: 19%; }
.orbit-node { position: absolute; width: 9px; aspect-ratio: 1; border: 2px solid var(--bg); border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px currentColor; }
.node-a { left: 16%; bottom: 22%; color: var(--accent); }
.node-b { right: 7%; top: 35%; color: var(--accent-2); background: var(--accent-2); }
.node-c { left: 38%; top: 4%; color: var(--accent-2); background: var(--accent-2); }

.capability-rail { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: -35px; margin-bottom: 35px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(9,19,27,.72); box-shadow: 0 16px 50px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.rail-track { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.rail-track span, .rail-status { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.rail-track b { color: var(--text); font-weight: 760; }
.rail-track i, .rail-status i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(22,200,255,.7); }
.rail-status { flex: 0 0 auto; padding: 8px 11px; border: 1px solid rgba(112,240,196,.16); border-radius: 999px; background: rgba(112,240,196,.055); }
.rail-status i { background: var(--accent-2); box-shadow: 0 0 12px rgba(112,240,196,.75); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { transform: scale(1.13); opacity: .7; } }
@keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: reveal .7s both; animation-timeline: view(); animation-range: entry 5% cover 26%; }

.section { padding: 100px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .support-card h2, .social-card h2 { margin-bottom: 16px; font-size: clamp(34px, 5vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p:last-child, .support-card p, .social-card p { color: var(--muted); line-height: 1.7; }
.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.app-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(22,200,255,.08), transparent 45%), var(--panel); box-shadow: 0 22px 70px rgba(0,0,0,.2); transition: transform .25s, border-color .25s; }
.app-card:hover { transform: translateY(-6px); border-color: rgba(112,240,196,.35); }
.app-visual { min-height: 280px; display: grid; place-items: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 100%, rgba(22,200,255,.2), transparent 48%), rgba(255,255,255,.018); }
.app-visual.uruguay { background: radial-gradient(circle at 50% 100%, rgba(112,240,196,.18), transparent 48%), rgba(255,255,255,.018); }
.country-ring { position: absolute; width: 235px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.018), 0 0 0 64px rgba(255,255,255,.012); }
.country-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle, black, transparent 72%); }
.flag-frame { position: relative; width: min(230px, 64%); padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 17px; background: rgba(4,12,18,.78); box-shadow: 0 26px 65px rgba(0,0,0,.36); transform: rotate(-3deg); }
.uruguay .flag-frame { transform: rotate(3deg); }
.country-flag { width: 100%; height: auto; aspect-ratio: 3 / 2; display: block; border-radius: 9px; }
.country-code { position: absolute; right: -14px; bottom: -15px; min-width: 48px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--accent-ink); background: var(--accent-2); font-size: 12px; font-weight: 900; letter-spacing: .12em; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.visual-label { position: absolute; left: 20px; bottom: 18px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(5,10,15,.78); backdrop-filter: blur(12px); font-size: 11px; font-weight: 760; }
.app-content { padding: 32px; }
.app-label { margin-bottom: 12px; color: var(--accent-2); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.app-content h3 { margin-bottom: 13px; font-size: 27px; letter-spacing: -.035em; }
.app-content > p:not(.app-label) { min-height: 76px; margin-bottom: 24px; color: var(--muted); line-height: 1.6; }

.social-card, .support-card { display: grid; align-items: center; gap: 28px; padding: clamp(28px, 5vw, 55px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(120deg, rgba(22,200,255,.1), rgba(112,240,196,.035)), var(--panel); box-shadow: var(--shadow); }
.social-card { grid-template-columns: auto 1fr auto; }
.social-icon { width: 92px; height: 92px; padding: 18px; border-radius: 25px; background: rgba(255,255,255,.06); box-shadow: inset 0 1px rgba(255,255,255,.1); }
.social-card h2, .support-card h2 { font-size: clamp(30px, 4vw, 48px); }
.social-card .eyebrow, .support-card .eyebrow { margin-bottom: 14px; }
.support-card { grid-template-columns: 1fr auto; }
.support-card p { max-width: 670px; margin-bottom: 0; }

.site-footer { border-top: 1px solid var(--line); color: var(--muted); }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--text); }

/* Privacy pages */
.privacy-page { padding: 68px 0 100px; }
.privacy-hero { position: relative; overflow: hidden; margin-bottom: 26px; padding: clamp(34px,6vw,68px); border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, rgba(22,200,255,.12), transparent 55%), var(--panel); box-shadow: var(--shadow); }
.privacy-hero::after { content: ""; position: absolute; width: 280px; height: 280px; right: -90px; top: -140px; border-radius: 50%; background: rgba(112,240,196,.12); filter: blur(4px); }
.privacy-hero h1 { max-width: 920px; margin-bottom: 18px; font-size: clamp(42px,7vw,76px); }
.privacy-hero p { max-width: 760px; margin-bottom: 25px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.meta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.meta-pill { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.035); font-size: 13px; }
.privacy-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); align-items: start; gap: 26px; }
.privacy-sidebar { position: sticky; top: 104px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.privacy-sidebar strong { display: block; margin-bottom: 13px; color: var(--text); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-sidebar a { display: block; padding: 8px 0; color: var(--muted); font-size: 13px; line-height: 1.35; text-decoration: none; }
.privacy-sidebar a:hover { color: var(--accent-2); }
.privacy-content { padding: clamp(26px,5vw,58px); border: 1px solid var(--line); border-radius: 28px; background: var(--panel); box-shadow: 0 18px 60px rgba(0,0,0,.18); }
.locale-panel { display: none; }
.locale-panel.active { display: block; animation: reveal .32s ease both; }
.privacy-content section { padding: 25px 0; border-bottom: 1px solid var(--line); }
.privacy-content section:first-child { padding-top: 0; }
.privacy-content section:last-child { padding-bottom: 0; border-bottom: 0; }
.privacy-content h2 { margin-bottom: 16px; font-size: clamp(22px,3vw,30px); line-height: 1.2; letter-spacing: -.025em; }
.privacy-content h3 { margin: 25px 0 12px; color: var(--text); font-size: clamp(17px,2vw,21px); line-height: 1.35; letter-spacing: -.015em; }
.privacy-content ul { padding-left: 22px; }
.privacy-content p, .privacy-content li { color: var(--muted); line-height: 1.75; }
.privacy-content p { margin-bottom: 14px; }
.privacy-content li { margin-bottom: 8px; }
.privacy-content a { color: var(--accent); overflow-wrap: anywhere; }
.contact-box { margin-top: 18px; padding: 20px; border: 1px solid rgba(112,240,196,.2); border-radius: 18px; background: rgba(112,240,196,.055); }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.back-top { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; display: grid; place-items: center; z-index: 50; border: 1px solid var(--line); border-radius: 14px; color: var(--text); background: rgba(13,27,37,.9); text-decoration: none; box-shadow: 0 12px 35px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.back-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; }
  .brand-orbit { width: min(520px, 100%); margin: 0 auto; }
  .app-grid { grid-template-columns: 1fr; }
  .social-card { grid-template-columns: auto 1fr; }
  .social-card .button { grid-column: 1 / -1; }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-sidebar { position: static; display: none; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand > span:last-child { display: none; }
  .lang-button { min-width: 38px; padding: 0 7px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero { gap: 42px; padding: 62px 0 78px; }
  .orbit-chip { display: none; }
  .capability-rail { align-items: flex-start; flex-direction: column; margin-top: -24px; padding: 17px; }
  .rail-track { gap: 11px 16px; }
  .rail-status { align-self: stretch; justify-content: center; }
  .section { padding: 76px 0; }
  .app-visual { min-height: 230px; }
  .app-content { padding: 26px 22px 28px; }
  .app-content > p:not(.app-label) { min-height: auto; }
  .social-card, .support-card { grid-template-columns: 1fr; }
  .social-icon { width: 74px; height: 74px; }
  .social-card .button, .support-card .button { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 30px 0; }
  .privacy-page { padding-top: 28px; }
  .privacy-hero { border-radius: 24px; }
  .privacy-content { padding: 26px 20px; border-radius: 22px; }
}

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

@media print {
  .site-header, .privacy-sidebar, .back-top, .privacy-actions, .site-footer { display: none !important; }
  body { color: #111; background: #fff; }
  body::before { display: none; }
  .shell { width: 100%; }
  .privacy-page { padding: 0; }
  .privacy-hero, .privacy-content { border: 0; box-shadow: none; background: #fff; }
  .privacy-hero { padding: 0 0 24px; }
  .privacy-content { padding: 0; }
  .privacy-content p, .privacy-content li, .privacy-hero p { color: #333; }
}
