:root {
  --bg: #f7f8fb;
  --text: #111827;
  --muted: #64748b;
  --line: rgba(15, 23, 42, .12);
  --card: rgba(255,255,255,.78);
  --white: #fff;
  --navy: #0b1220;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --gold: #f59e0b;
  --shadow: 0 24px 70px rgba(15, 23, 42, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.14), transparent 34rem),
    radial-gradient(circle at 80% 10%, rgba(6,182,212,.16), transparent 28rem),
    var(--bg);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--navy); color: white; padding: 12px; z-index: 99; }
.skip-link:focus { left: 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(247,248,251,.82);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  font-weight: 900;
  letter-spacing: -.04em;
  box-shadow: 0 12px 32px rgba(37,99,235,.26);
}
.brand-text { display: grid; line-height: 1.15; }
.brand-text small { color: var(--muted); font-size: 12px; margin-top: 3px; }
.nav-panel { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.nav-panel a { color: #334155; }
.nav-panel a:hover { color: var(--blue); }
.language-switcher { display: flex; padding: 4px; background: white; border: 1px solid var(--line); border-radius: 999px; gap: 3px; }
.lang { border: 0; background: transparent; padding: 8px 11px; border-radius: 999px; cursor: pointer; font-weight: 800; color: #475569; }
.lang.active { background: var(--navy); color: white; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

.section-grid, .section, .logos, .footer { max-width: 1200px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }
.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 44px;
}
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 6vw, 78px); line-height: .95; letter-spacing: -.07em; max-width: 760px; margin-bottom: 26px; }
h2 { font-size: clamp(32px, 4.2vw, 55px); line-height: 1.03; letter-spacing: -.055em; margin-bottom: 20px; }
h3 { font-size: 20px; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 12px; }
.hero-lead, .section-heading p, .split p, .cta-card p { color: var(--muted); font-size: 18px; max-width: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 999px; padding: 0 24px; font-weight: 900; border: 1px solid transparent; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: white; box-shadow: 0 18px 36px rgba(37,99,235,.28); }
.btn.secondary { background: rgba(255,255,255,.72); border-color: var(--line); color: var(--navy); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 700px; }
.trust-strip div { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: 0 12px 38px rgba(15,23,42,.06); }
.trust-strip strong { display: block; font-size: 20px; line-height: 1; }
.trust-strip span { color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-visual { min-height: 560px; display: grid; place-items: center; }
.globe-card { position: relative; width: min(100%, 520px); aspect-ratio: 1; border-radius: 46px; background: linear-gradient(145deg, rgba(255,255,255,.85), rgba(255,255,255,.45)); border: 1px solid rgba(255,255,255,.85); box-shadow: var(--shadow); overflow: hidden; display: grid; place-items: center; }
.globe-card:before { content: ""; position: absolute; inset: -20%; background: radial-gradient(circle, rgba(37,99,235,.18), transparent 55%); animation: pulse 5s infinite alternate ease-in-out; }
.globe { position: relative; width: 235px; height: 235px; border-radius: 50%; background: linear-gradient(135deg, #0f172a, #1d4ed8 50%, #06b6d4); display: grid; place-items: center; color: white; font-size: 56px; font-weight: 900; box-shadow: inset 0 0 32px rgba(255,255,255,.18), 0 30px 60px rgba(37,99,235,.25); }
.orbit { position: absolute; border: 1px solid rgba(37,99,235,.25); border-radius: 50%; }
.orbit-1 { width: 330px; height: 330px; animation: rotate 14s linear infinite; }
.orbit-2 { width: 420px; height: 220px; transform: rotate(-25deg); animation: float 6s ease-in-out infinite; }
.floating-card { position: absolute; padding: 12px 16px; border-radius: 18px; background: white; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(15,23,42,.12); font-weight: 900; }
.card-a { top: 74px; left: 58px; } .card-b { right: 48px; top: 210px; } .card-c { bottom: 72px; left: 110px; }
.logos { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 10px; padding-bottom: 72px; }
.logos span { color: #475569; background: rgba(255,255,255,.64); border: 1px solid var(--line); padding: 10px 16px; border-radius: 999px; font-size: 13px; font-weight: 900; }
.section { padding-top: 92px; padding-bottom: 92px; }
.section-heading { max-width: 850px; margin-bottom: 42px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: var(--card); border: 1px solid rgba(255,255,255,.76); border-radius: var(--radius); padding: 28px; box-shadow: 0 18px 46px rgba(15,23,42,.08); }
.card p { color: var(--muted); font-size: 15px; }
.icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 24px; background: #e0f2fe; color: #075985; font-weight: 900; }
.dark-section { max-width: none; background: var(--navy); color: white; border-radius: 48px; margin: 0 22px; padding-left: max(22px, calc((100vw - 1200px)/2 + 22px)); padding-right: max(22px, calc((100vw - 1200px)/2 + 22px)); }
.dark-section .section-heading p { color: #aab6c8; }
.dark-section .eyebrow { color: #67e8f9; }
.industry-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.industry-grid button, .industry-grid span { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); color: #e2e8f0; padding: 10px 14px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { position: relative; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 18px 46px rgba(15,23,42,.07); }
.step span { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: white; display: grid; place-items: center; font-weight: 900; margin-bottom: 24px; }
.step p { color: var(--muted); font-size: 15px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.badges span { background: #dbeafe; color: #1e3a8a; border-radius: 999px; padding: 10px 14px; font-weight: 900; font-size: 13px; }
.company-card { background: #fff; border: 1px solid var(--line); border-radius: 34px; padding: 32px; box-shadow: var(--shadow); }
dl { margin: 0; display: grid; gap: 18px; }
dt { color: var(--muted); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
dd { margin: 5px 0 0; font-weight: 800; }
.cta-section { padding-top: 40px; }
.cta-card { background: linear-gradient(135deg, #0f172a, #1d4ed8); color: white; border-radius: 44px; padding: clamp(28px, 5vw, 56px); display: grid; grid-template-columns: .92fr 1fr; gap: 34px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.cta-card:after { content: ""; position: absolute; right: -120px; top: -120px; width: 320px; height: 320px; border-radius: 50%; background: rgba(6,182,212,.26); }
.cta-card .eyebrow { color: #a5f3fc; }
.cta-card p { color: #cbd5e1; }
.contact-form { position: relative; z-index: 1; display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; color: #dbeafe; }
input, textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.12); color: white; border-radius: 18px; padding: 14px 16px; font: inherit; outline: none; }
input:focus, textarea:focus { border-color: #67e8f9; box-shadow: 0 0 0 4px rgba(103,232,249,.16); }
.contact-form small { color: #bfdbfe; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 38px; padding-bottom: 38px; color: #475569; }
.footer p { margin: 6px 0 0; }
.footer a { font-weight: 900; color: var(--blue); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: rotate(-25deg) translateY(0); } 50% { transform: rotate(-25deg) translateY(14px); } }
@keyframes pulse { to { transform: scale(1.08); } }
@media (max-width: 980px) {
  .hero, .split, .cta-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .cards, .timeline { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { min-height: 420px; }
}
@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .nav-panel { position: fixed; inset: 78px 14px auto 14px; display: none; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 24px; padding: 20px; box-shadow: var(--shadow); }
  .nav-panel.open { display: flex; }
  .language-switcher { width: max-content; }
  h1 { font-size: 44px; }
  .trust-strip, .cards, .timeline { grid-template-columns: 1fr; }
  .dark-section { border-radius: 30px; margin-left: 10px; margin-right: 10px; }
  .section { padding-top: 68px; padding-bottom: 68px; }
  .footer { flex-direction: column; align-items: flex-start; }
  .globe-card { border-radius: 30px; }
  .floating-card { display: none; }
}
.footer-links { display: grid; gap: 8px; justify-items: end; text-align: right; }
.footer-links span { color: #64748b; font-size: 13px; font-weight: 800; }
.company-card a { color: var(--blue); font-weight: 900; }
@media (max-width: 1120px) {
  .nav-panel { gap: 14px; }
  .lang { padding: 8px 9px; font-size: 12px; }
}
@media (max-width: 760px) {
  .language-switcher { flex-wrap: wrap; border-radius: 20px; }
  .footer-links { justify-items: start; text-align: left; }
}

/* Interactive upgrade */
.live-strip {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 14px;
  padding-top: 0;
  padding-bottom: 78px;
}
.ticker {
  overflow: hidden;
  min-height: 92px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 46px rgba(15,23,42,.06);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker span {
  flex: 0 0 auto;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37,99,235,.1), rgba(6,182,212,.12));
  color: #0f172a;
  font-weight: 900;
  animation: tickerMove 16s linear infinite;
}
.metric-card {
  min-height: 92px;
  border-radius: 28px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(15,23,42,.06);
}
.metric-card strong { display: block; font-size: 34px; line-height: 1; letter-spacing: -.04em; color: var(--navy); }
.metric-card span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; font-weight: 800; }
.trade-lab { padding-top: 56px; }
.lab-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: stretch;
}
.scenario-tabs {
  display: grid;
  gap: 10px;
}
.scenario {
  text-align: left;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  color: var(--navy);
  border-radius: 22px;
  padding: 18px 20px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.scenario:hover { transform: translateX(4px); box-shadow: 0 12px 32px rgba(15,23,42,.08); }
.scenario.active { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: white; box-shadow: 0 20px 42px rgba(37,99,235,.24); }
.route-card {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  border-radius: 36px;
  background: linear-gradient(145deg, #fff, rgba(219,234,254,.7));
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 42px);
}
.route-card:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -170px;
  top: -210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,.28), transparent 64%);
}
.route-map {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.node {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.node span {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #e2e8f0;
  color: #0f172a;
  transition: transform .3s, background .3s, color .3s;
}
.node.active span { background: var(--navy); color: white; transform: translateY(-3px); }
.route-line { height: 3px; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: 99px; opacity: .55; }
#scenarioTitle, #scenarioText, .scenario-points { position: relative; z-index: 1; }
#scenarioText { color: var(--muted); max-width: 760px; font-size: 18px; }
.scenario-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.scenario-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,.08);
  color: #0f172a;
  font-weight: 900;
  font-size: 13px;
}
.industry-tools {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.industry-tools input {
  max-width: 420px;
  color: white;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}
.industry-tools input::placeholder { color: rgba(226,232,240,.68); }
.shuffle-btn {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.1);
  color: white;
  border-radius: 18px;
  padding: 0 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.industry-grid span { cursor: default; transition: transform .18s, background .18s, border-color .18s; }
.industry-grid span:hover { transform: translateY(-3px); background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.32); }
.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 50;
}
.floating-cta, .top-button {
  border: 0;
  box-shadow: 0 18px 40px rgba(15,23,42,.2);
  cursor: pointer;
  font-weight: 900;
}
.floating-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}
.top-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s, transform .2s;
}
.top-button.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.globe-card { transform-style: preserve-3d; transition: transform .15s ease-out; }
.card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-8px); box-shadow: 0 26px 64px rgba(15,23,42,.12); border-color: rgba(37,99,235,.2); }
@keyframes tickerMove { to { transform: translateX(-160px); } }
@media (max-width: 980px) {
  .live-strip { grid-template-columns: 1fr 1fr; }
  .ticker { grid-column: 1 / -1; }
  .lab-layout { grid-template-columns: 1fr; }
  .scenario-tabs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .live-strip { grid-template-columns: 1fr; padding-bottom: 48px; }
  .metric-card { min-height: auto; }
  .scenario-tabs { grid-template-columns: 1fr; }
  .route-map { grid-template-columns: 1fr; justify-items: start; }
  .route-line { width: 3px; height: 24px; margin-left: 26px; }
  .node { grid-template-columns: auto 1fr; text-align: left; align-items: center; justify-items: start; }
  .floating-actions { left: 12px; right: 12px; justify-content: space-between; }
  .floating-cta { flex: 1; justify-content: center; }
}
