/* ============================================================
   SIMONIS ID — Simonis Financial Ecosystem
   Premium fintech design system
   ============================================================ */

:root {
  /* Base surfaces */
  --bg:        #05070E;
  --bg-2:      #080B15;
  --bg-3:      #0B0F1C;
  --surface:   #0D1322;
  --surface-2: #111829;
  --line:      rgba(255,255,255,.08);
  --line-2:    rgba(255,255,255,.14);

  /* Ink */
  --ink:       #F4F7FC;
  --ink-2:     #C2CBDC;
  --muted:     #8A95AC;
  --faint:     #5B647A;

  /* Ceremonial gold */
  --gold:      #D4AF37;
  --gold-2:    #E9CE73;
  --gold-deep: #A67B22;

  /* Product spectrum */
  --c-id:       #2E9BFF;
  --c-score:    #C3CAD6;
  --c-pay:      #FF3B47;
  --c-card:     #E9B530;
  --c-ai:       #9D6CFF;
  --c-business: #C9CFDC;
  --c-home:     #29C46C;
  --c-network:  #FF8A2A;
  --c-credit:   #45D6D0;
  --c-capital:  #C8972E;
  --c-bank:     #6FA8FF;
  --c-vault:    #8FA0BD;

  /* Type */
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Sora", system-ui, -apple-system, sans-serif;

  --maxw: 1240px;
  --r:    18px;
  --r-sm: 12px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(46,155,255,.32); color: #fff; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 28px; }
section { position: relative; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold-2);
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow.center { justify-content: center; }

.h-display {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.05;
  font-size: clamp(34px, 5vw, 60px);
}
.h-section {
  font-weight: 600; letter-spacing: -.015em; line-height: 1.08;
  font-size: clamp(28px, 3.6vw, 46px);
}
.lede {
  color: var(--ink-2); font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 300; max-width: 56ch;
}
.muted { color: var(--muted); }

/* ---------- Section framing ---------- */
.band { padding: clamp(72px, 9vw, 130px) 0; }
.band-head { max-width: 720px; margin-bottom: 54px; }
.band-head.center { margin-inline: auto; text-align: center; }
.band-head .eyebrow { margin-bottom: 20px; }
.band-head p { margin-top: 18px; }

.rule {
  height: 1px; border: 0;
  background: linear-gradient(90deg, transparent, var(--line-2), transparent);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 52px; padding: 0 26px; border-radius: 100px;
  font-size: 15px; font-weight: 600; letter-spacing: .01em;
  border: 1px solid transparent; transition: all .3s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #2A1E05;
  box-shadow: 0 8px 30px -8px rgba(212,175,55,.5);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -8px rgba(212,175,55,.6); }
.btn-blue {
  background: linear-gradient(180deg, #3BA6FF, #1E7FE6);
  color: #fff;
  box-shadow: 0 8px 30px -8px rgba(46,155,255,.55);
}
.btn-blue:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -8px rgba(46,155,255,.65); }
.btn-ghost {
  background: rgba(255,255,255,.03);
  border-color: var(--line-2); color: var(--ink);
}
.btn-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.28); }
.btn-lg { height: 58px; padding: 0 32px; font-size: 16px; }

/* ---------- Ear logo glyph ---------- */
.ear {
  width: 1em; height: 1em; color: var(--c-id);
  filter: drop-shadow(0 0 9px currentColor);
}
.ear g { stroke: currentColor; }

/* Brand lockup */
.brand { display: flex; align-items: center; gap: 12px; }
.brand .ear { font-size: 30px; color: var(--gold-2); }
.brand-badge { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; flex-shrink: 0; border: 1px solid rgba(120,180,255,.45); box-shadow: 0 0 18px -4px rgba(46,155,255,.7); background: #060a14; }
.brand-badge img { width: 100%; height: 100%; object-fit: cover; }
.brand-word2 { font-family: var(--sans); font-weight: 800; font-size: 22px; letter-spacing: .03em; color: #fff; display: inline-flex; align-items: center; gap: 3px; }
.brand-word2 .ai { color: var(--c-id); }
.lang-chip .globe-ic { width: 16px; height: 16px; opacity: .8; }
.nav-access { height: 42px; padding: 0 20px; font-size: 14px; }
.nav-access svg { width: 15px; height: 15px; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word b {
  font-family: var(--serif); font-weight: 600;
  font-size: 23px; letter-spacing: .12em; color: var(--ink);
}
.brand-word small {
  font-size: 8.5px; letter-spacing: .42em; font-weight: 500;
  color: var(--gold-2); margin-top: 4px; padding-left: 2px;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(5,7,14,.78);
  backdrop-filter: blur(18px) saturate(150%);
  border-bottom-color: var(--line);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a {
  font-size: 13.5px; font-weight: 400; color: var(--ink-2); white-space: nowrap;
  transition: color .25s; position: relative;
}
.nav-links a:hover { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 14px; }

/* Selector chips (country / language) */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  height: 40px; padding: 0 13px; border-radius: 100px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-2);
  font-size: 13.5px; font-weight: 500; color: var(--ink-2);
  transition: all .25s; position: relative;
}
.chip:hover { background: rgba(255,255,255,.08); color: var(--ink); }
.chip .flag { font-size: 16px; line-height: 1; }
.chip .caret { width: 12px; height: 12px; opacity: .6; }

.menu {
  position: absolute; top: calc(100% + 10px); right: 0; z-index: 120;
  min-width: 230px; padding: 8px;
  background: var(--surface-2); border: 1px solid var(--line-2);
  border-radius: 14px; box-shadow: 0 24px 60px -20px rgba(0,0,0,.8);
  display: none; flex-direction: column; gap: 2px;
}
.menu.open { display: flex; }
.menu button {
  display: flex; align-items: center; gap: 11px; width: 100%;
  padding: 10px 12px; border-radius: 9px; border: 0; background: transparent;
  color: var(--ink-2); font-size: 14px; text-align: left; transition: background .2s, color .2s;
}
.menu button:hover { background: rgba(255,255,255,.06); color: var(--ink); }
.menu button .flag { font-size: 18px; }
.menu button .cur { margin-left: auto; font-size: 12px; color: var(--faint); }
.menu button[aria-selected="true"] { color: var(--c-id); }

.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 11px; background: rgba(255,255,255,.04); flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.drawer-scrim { position: fixed; inset: 0; z-index: 140; background: rgba(3,5,11,.6); backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .3s var(--ease); }
.drawer-scrim.open { opacity: 1; pointer-events: auto; }
.mobile-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 150; width: min(360px, 86vw);
  background: linear-gradient(180deg, var(--surface-2), var(--bg-2)); border-left: 1px solid var(--line-2);
  box-shadow: -30px 0 70px -30px rgba(0,0,0,.9); padding: 22px; display: flex; flex-direction: column; gap: 8px;
  transform: translateX(100%); transition: transform .38s var(--ease); overflow-y: auto; }
.mobile-drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; margin-bottom: 8px; border-bottom: 1px solid var(--line); }
.drawer-head .brand-badge { width: 38px; height: 38px; }
.drawer-close { width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line-2); background: rgba(255,255,255,.04); color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.drawer-close svg { width: 20px; height: 20px; }
.drawer-links { display: flex; flex-direction: column; }
.drawer-links a { font-size: 17px; font-weight: 500; color: var(--ink); padding: 15px 6px; border-bottom: 1px solid var(--line); transition: color .2s, padding-left .2s; }
.drawer-links a:hover { color: var(--c-id); padding-left: 12px; }
.drawer-langs { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 16px; }
.drawer-langs button { padding: 9px 15px; border-radius: 100px; border: 1px solid var(--line-2); background: rgba(255,255,255,.04); color: var(--ink-2); font-size: 14px; font-family: inherit; cursor: pointer; transition: all .2s; }
.drawer-langs button.on, .drawer-langs button:hover { border-color: rgba(46,155,255,.5); background: rgba(46,155,255,.12); color: #BFE0FF; }
.drawer-access { width: 100%; margin-top: auto; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 150px 0 64px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(48% 54% at 15% 26%, rgba(46,120,210,.24), transparent 68%),
    radial-gradient(42% 46% at 6% 82%, rgba(212,175,55,.07), transparent 72%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .85;
  background-image: radial-gradient(rgba(124,170,255,.13) 1px, transparent 1.4px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(78% 82% at 22% 40%, #000, rgba(0,0,0,.45) 44%, transparent 72%);
  mask-image: radial-gradient(78% 82% at 22% 40%, #000, rgba(0,0,0,.45) 44%, transparent 72%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px;
  padding: 7px 14px 7px 8px; border-radius: 100px;
  background: rgba(46,155,255,.08); border: 1px solid rgba(46,155,255,.22);
  font-size: 12.5px; font-weight: 500; color: #9FC8FF;
}
.hero-kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-id); box-shadow: 0 0 10px var(--c-id); }
.hero h1 { margin-bottom: 24px; }
.hero h1 .accent {
  background: linear-gradient(120deg, #7CC0FF, var(--c-id) 55%, #1E7FE6);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lede { margin-bottom: 36px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust {
  display: flex; gap: 26px; margin-top: 40px; padding-top: 30px;
  border-top: 1px solid var(--line); flex-wrap: wrap;
}
.hero-trust .t { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--muted); }
.hero-trust .t svg { width: 16px; height: 16px; color: var(--gold-2); }

/* Hero card — the Simonis ID credential */
.hero-visual { display: flex; justify-content: center; position: relative; }
.glow-blob {
  position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(46,155,255,.30), transparent 65%);
  filter: blur(20px); z-index: 0; pointer-events: none;
}

.id-card {
  position: relative; z-index: 2; width: 100%; max-width: 400px;
  aspect-ratio: 1.586/1;
  border-radius: 22px; padding: 26px;
  background:
    radial-gradient(120% 140% at 80% -10%, rgba(46,155,255,.28), transparent 55%),
    linear-gradient(155deg, #11203A, #0A1322 60%, #0B1426);
  border: 1px solid rgba(120,180,255,.28);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,255,255,.08);
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden;
}
.id-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.07) 48%, transparent 56%);
}
.id-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.id-card .ear { font-size: 38px; }
.id-chip {
  width: 44px; height: 32px; border-radius: 6px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-deep));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
  position: relative;
}
.id-chip::before, .id-chip::after {
  content: ""; position: absolute; inset: 6px; border: 1px solid rgba(42,30,5,.45); border-radius: 3px;
}
.id-card-label { font-size: 10px; letter-spacing: .3em; color: #8FB4E6; text-transform: uppercase; }
.id-card-name { font-size: 20px; font-weight: 600; letter-spacing: .02em; margin-top: 4px; }
.id-card-dom { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11.5px; letter-spacing: .04em; color: #7FB4F0; margin-top: 5px; }
.id-card-meta { display: flex; gap: 26px; margin-top: 14px; }
.id-card-meta div small { font-size: 9px; letter-spacing: .2em; color: #6E89AE; text-transform: uppercase; display: block; }
.id-card-meta div span { font-size: 13px; font-weight: 500; color: var(--ink); }
.id-card-foot { display: flex; align-items: center; justify-content: space-between; }
.id-card-foot .num { font-family: var(--serif); font-size: 17px; letter-spacing: .16em; color: #BFD6F2; }
.verified { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--c-home); }
.verified svg { width: 14px; height: 14px; }

/* floating score pill on the card */
.float-score {
  position: absolute; z-index: 3; right: -18px; bottom: -26px;
  background: var(--surface-2); border: 1px solid var(--line-2);
  border-radius: 14px; padding: 12px 16px; box-shadow: 0 20px 40px -16px rgba(0,0,0,.7);
  display: flex; align-items: center; gap: 12px;
}
.float-score .sv { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--c-id); line-height: 1; }
.float-score small { display: block; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.float-score b { font-size: 12px; color: var(--ink); }

/* ============================================================
   CARDS / FEATURE GRID
   ============================================================ */
.card {
  background: linear-gradient(180deg, var(--surface), var(--bg-3));
  border: 1px solid var(--line); border-radius: var(--r);
  padding: 28px; transition: border-color .3s, transform .3s, background .3s;
}
.card:hover { border-color: var(--line-2); transform: translateY(-3px); }

.icon-badge {
  width: 48px; height: 48px; border-radius: 13px;
  display: grid; place-items: center; margin-bottom: 18px;
  background: rgba(46,155,255,.1); border: 1px solid rgba(46,155,255,.22);
}
.icon-badge svg { width: 23px; height: 23px; color: var(--c-id); }
.card h3 { font-size: 19px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 9px; }
.card p { font-size: 14.5px; color: var(--muted); font-weight: 300; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

/* ============================================================
   HOW IT WORKS — steps
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: s; }
.step { position: relative; padding: 30px 24px; border-radius: var(--r); background: var(--bg-3); border: 1px solid var(--line); }
.step .n {
  font-family: var(--serif); font-size: 44px; font-weight: 700; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(212,175,55,.5); margin-bottom: 16px; display: block;
}
.step h4 { font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); font-weight: 300; }

/* ============================================================
   SCORE PREVIEW
   ============================================================ */
.score-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.gauge-card {
  background: radial-gradient(120% 120% at 50% 0%, #0F1A2E, var(--bg-3));
  border: 1px solid var(--line-2); border-radius: 24px; padding: 38px; text-align: center;
  box-shadow: 0 40px 80px -40px rgba(0,0,0,.8);
}
.gauge { position: relative; width: 240px; height: 240px; margin: 0 auto 8px; }
.gauge svg { transform: rotate(-90deg); width: 100%; height: 100%; }
.gauge .track { fill: none; stroke: rgba(255,255,255,.07); stroke-width: 14; stroke-linecap: round; }
.gauge .prog { fill: none; stroke: url(#scoreGrad); stroke-width: 14; stroke-linecap: round; transition: stroke-dashoffset 1.6s var(--ease); }
.gauge-center { position: absolute; inset: 0; display: grid; place-content: center; gap: 2px; }
.gauge-center .val { font-family: var(--serif); font-size: 60px; font-weight: 700; line-height: 1; color: var(--ink); }
.gauge-center .lbl { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); }
.tier-row { display: flex; justify-content: center; gap: 7px; margin-top: 20px; }
.tier { flex: 1; max-width: 92px; padding: 9px 6px; border-radius: 9px; font-size: 11px; font-weight: 600; letter-spacing: .04em; background: rgba(255,255,255,.04); color: var(--faint); border: 1px solid var(--line); }
.tier.active { background: rgba(46,155,255,.14); color: #9FC8FF; border-color: rgba(46,155,255,.4); }

.factor { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.factor:last-child { border-bottom: 0; }
.factor .fi { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.factor .fi svg { width: 19px; height: 19px; color: var(--gold-2); }
.factor .fmeta { flex: 1; }
.factor .fmeta .ft { display: flex; justify-content: space-between; font-size: 14px; font-weight: 500; margin-bottom: 7px; }
.factor .fmeta .ft span:last-child { color: var(--c-home); font-size: 12.5px; }
.bar { height: 6px; border-radius: 100px; background: rgba(255,255,255,.07); overflow: hidden; }
.bar i { display: block; height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--c-id), #7CC0FF); width: 0; transition: width 1.3s var(--ease); }

/* ============================================================
   JOURNEY — vertical path
   ============================================================ */
.journey { position: relative; }
.journey-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.j-node {
  position: relative; padding: 24px; border-radius: var(--r);
  background: var(--bg-3); border: 1px solid var(--line); transition: all .3s;
}
.j-node:hover { border-color: rgba(212,175,55,.4); transform: translateY(-3px); }
.j-node .jn-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.j-node .jn-step { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 16px; color: #2A1E05; background: linear-gradient(180deg, var(--gold-2), var(--gold)); flex-shrink: 0; }
.j-node h4 { font-size: 16px; font-weight: 600; }
.j-node p { font-size: 13.5px; color: var(--muted); font-weight: 300; }

/* ============================================================
   ECOSYSTEM GRID
   ============================================================ */
.prod-grid { display: grid; grid-template-columns: repeat(9, 1fr); gap: 10px; }
.prod { display: flex; flex-direction: column; padding: 20px 15px 16px; border-radius: 15px; position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  border: 1px solid var(--line); transition: transform .3s var(--ease), border-color .3s, background .3s; min-height: 210px; }
.prod-ear { position: absolute; top: 16px; right: 14px; width: 22px; height: 22px; color: var(--pc); opacity: .55;
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--pc) 60%, transparent)); transition: opacity .3s, transform .3s; }
.prod:hover .prod-ear { opacity: 1; transform: scale(1.08); }
.prod:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--pc) 55%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 12%, transparent), transparent); }
.prod-ic { color: var(--pc); width: 50px; height: 50px; margin-bottom: 15px; }
.prod-ic svg { width: 100%; height: 100%; filter: drop-shadow(0 0 9px color-mix(in srgb, var(--pc) 65%, transparent)); }
.prod-logo { width: 56px; height: 56px; border-radius: 14px; object-fit: cover; margin-bottom: 15px;
  border: 1px solid color-mix(in srgb, var(--pc) 40%, transparent);
  box-shadow: 0 6px 18px -6px color-mix(in srgb, var(--pc) 70%, transparent), 0 0 0 1px rgba(255,255,255,.02) inset;
  transition: transform .3s var(--ease), box-shadow .3s; }
.prod:hover .prod-logo { transform: scale(1.05); box-shadow: 0 10px 24px -6px color-mix(in srgb, var(--pc) 80%, transparent); }
.prod h4 { font-size: 14.5px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 7px; color: var(--ink); }
.prod p { font-size: 11.5px; line-height: 1.5; color: var(--muted); font-weight: 300; flex: 1; }
.prod-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.prod-foot svg { width: 16px; height: 16px; color: var(--pc); transition: transform .25s; }
.prod:hover .prod-foot svg { transform: translateX(3px); }
.prod-foot i { display: block; width: 32px; height: 2px; border-radius: 2px; background: color-mix(in srgb, var(--pc) 45%, transparent); }
@media (max-width: 1100px) { .prod-grid { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 760px) { .prod-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .prod-grid { grid-template-columns: repeat(2, 1fr); } .prod { min-height: 0; } }

/* ===== Categorized ecosystem ===== */
.eco-cat { margin-top: 38px; }
.eco-cat:first-of-type { margin-top: 30px; }
.eco-cat-head { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.eco-cat-ic { width: 38px; height: 38px; border-radius: 11px; flex: none; display: grid; place-items: center;
  color: var(--cc, var(--gold-2)); background: color-mix(in srgb, var(--cc, #D4AF37) 13%, transparent);
  border: 1px solid color-mix(in srgb, var(--cc, #D4AF37) 32%, transparent); }
.eco-cat-ic svg { width: 20px; height: 20px; }
.eco-cat-head h3 { font-size: 17px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); white-space: nowrap; }
.eco-cat-head .cat-sub { font-size: 12px; color: var(--faint); font-weight: 300; white-space: nowrap; }
.eco-cat-head .cat-rule { flex: 1; height: 1px; background: linear-gradient(90deg, var(--line-2), transparent); margin-left: 4px; }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); gap: 12px; }
.cat-grid.feature { grid-template-columns: 1fr; }
.prod.is-brain { background: linear-gradient(110deg, rgba(212,175,55,.10), rgba(46,120,210,.06)); border-color: rgba(212,175,55,.32); }
.prod.is-brain { flex-direction: row; align-items: center; gap: 22px; min-height: 0; padding: 22px 26px; }
.prod.is-brain .prod-logo { width: 70px; height: 70px; margin-bottom: 0; border-radius: 50%; }
.prod.is-brain .brain-body { flex: 1; }
.prod.is-brain h4 { font-size: 19px; font-family: var(--serif); font-weight: 700; margin-bottom: 5px; }
.prod.is-brain p { font-size: 13px; max-width: 620px; }
.prod.is-brain .prod-foot { margin-top: 0; width: 38px; flex: none; }
.prod-soon { position: absolute; top: 12px; right: 12px; font-size: 8.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  padding: 3px 7px; border-radius: 999px; color: var(--cc, var(--gold-2));
  background: color-mix(in srgb, var(--cc, #D4AF37) 14%, transparent); border: 1px solid color-mix(in srgb, var(--cc, #D4AF37) 30%, transparent); }
@media (max-width: 620px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .prod.is-brain { flex-direction: column; align-items: flex-start; gap: 14px; text-align: left; }
  .prod.is-brain .prod-foot { width: auto; }
}

/* ============================================================
   COMING SOON
   ============================================================ */
.soon-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.soon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.soon-card { position: relative; display: flex; flex-direction: column; padding: 24px; border-radius: 18px; overflow: hidden;
  background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 9%, transparent), rgba(255,255,255,.012));
  border: 1px solid color-mix(in srgb, var(--pc) 24%, var(--line)); transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.soon-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--pc) 55%, transparent);
  box-shadow: 0 24px 50px -26px color-mix(in srgb, var(--pc) 80%, transparent); }
.soon-card.feature { padding: 32px; }
.soon-ic { width: 48px; height: 48px; color: var(--pc); margin-bottom: 16px; }
.soon-card.feature .soon-ic { width: 60px; height: 60px; }
.soon-ic svg { width: 100%; height: 100%; filter: drop-shadow(0 0 10px color-mix(in srgb, var(--pc) 60%, transparent)); }
.soon-card h4 { font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.soon-card.feature h4 { font-size: 25px; font-family: var(--serif); font-weight: 700; letter-spacing: .01em; }
.soon-dom { font-size: 11.5px; letter-spacing: .03em; color: var(--pc); margin: 4px 0 11px; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; opacity: .92; }
.soon-card p { font-size: 12.5px; line-height: 1.55; color: var(--muted); font-weight: 300; flex: 1; }
.soon-card.feature p { font-size: 14px; line-height: 1.6; color: var(--ink-2); }
.soon-badge { position: absolute; top: 16px; right: 16px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600;
  padding: 4px 9px; border-radius: 999px; color: var(--pc);
  background: color-mix(in srgb, var(--pc) 14%, transparent); border: 1px solid color-mix(in srgb, var(--pc) 30%, transparent); }
@media (max-width: 900px) { .soon-feature { grid-template-columns: 1fr; } .soon-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .soon-grid { grid-template-columns: 1fr; } }

.eco-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.eco {
  position: relative; padding: 22px; border-radius: 15px; overflow: hidden;
  background: var(--bg-3); border: 1px solid var(--line);
  transition: transform .3s, border-color .3s;
}
.eco:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--ec) 45%, transparent); }
.eco::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(90% 80% at 18% 0%, color-mix(in srgb, var(--ec) 16%, transparent), transparent 60%);
  opacity: .9;
}
.eco > * { position: relative; }
.eco .ear { font-size: 30px; color: var(--ec); margin-bottom: 14px; }
.eco-logo { width: 52px; height: 52px; border-radius: 13px; display: block; margin-bottom: 15px; object-fit: cover;
  box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--ec) 65%, transparent); border: 1px solid color-mix(in srgb, var(--ec) 22%, transparent); }
.eco-glyph { display: grid; place-items: center; background: color-mix(in srgb, var(--ec) 11%, var(--bg-3)); }
.eco-glyph .ear { font-size: 28px; color: var(--ec); margin: 0; filter: drop-shadow(0 0 8px color-mix(in srgb, var(--ec) 70%, transparent)); }
.eco h4 { font-size: 15.5px; font-weight: 600; letter-spacing: .01em; }
.eco .sub { font-size: 12px; color: var(--muted); margin-top: 3px; }
.eco .dom { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px; letter-spacing: .02em; margin-top: 9px; color: color-mix(in srgb, var(--ec) 72%, #cfd6e2); }
.eco .tag {
  display: inline-block; margin-top: 14px; padding: 4px 10px; border-radius: 100px;
  font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: color-mix(in srgb, var(--ec) 80%, white);
  background: color-mix(in srgb, var(--ec) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--ec) 30%, transparent);
}

/* ============================================================
   VAULT
   ============================================================ */
.vault-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.doc {
  display: flex; flex-direction: column; gap: 10px; padding: 16px; border-radius: 13px;
  background: var(--surface); border: 1px solid var(--line); transition: all .3s;
}
.doc:hover { border-color: var(--line-2); background: var(--surface-2); }
.doc svg { width: 20px; height: 20px; color: var(--gold-2); }
.doc b { font-size: 13px; font-weight: 500; }
.doc small { font-size: 11px; color: var(--faint); }
.lock-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 100px; background: rgba(41,196,108,.1); border: 1px solid rgba(41,196,108,.3); color: var(--c-home); font-size: 12.5px; font-weight: 500; }
.lock-badge svg { width: 15px; height: 15px; }

/* ============================================================
   AI COMING SOON
   ============================================================ */
.ai-band {
  border-radius: 28px; padding: clamp(40px, 6vw, 72px);
  background:
    radial-gradient(80% 120% at 85% 0%, rgba(157,108,255,.25), transparent 55%),
    linear-gradient(160deg, #16102A, #0A0A18);
  border: 1px solid rgba(157,108,255,.28);
  position: relative; overflow: hidden;
}
.ai-band .soon-tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 100px;
  background: rgba(157,108,255,.16); border: 1px solid rgba(157,108,255,.4);
  color: #C9AFFF; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
}
.ai-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.ai-list { display: grid; gap: 12px; }
.ai-item { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border-radius: 13px; background: rgba(255,255,255,.03); border: 1px solid rgba(157,108,255,.16); }
.ai-item svg { width: 19px; height: 19px; color: var(--c-ai); flex-shrink: 0; margin-top: 2px; }
.ai-item span { font-size: 14px; color: var(--ink-2); }
.ai-orb { display: grid; place-items: center; }
.ai-orb .ear { font-size: 120px; color: var(--c-ai); animation: float 5s ease-in-out infinite; }
.ai-orb-logo { width: 220px; max-width: 70%; border-radius: 32px; object-fit: cover;
  border: 1px solid rgba(157,108,255,.4); box-shadow: 0 30px 70px -24px rgba(0,0,0,.8), 0 0 60px -10px rgba(157,108,255,.55);
  animation: float 5s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* ============================================================
   LOCALIZATION
   ============================================================ */
.loc-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.loc-panel { background: var(--bg-3); border: 1px solid var(--line); border-radius: 22px; padding: 32px; }
.loc-row { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); }
.loc-row:last-child { border-bottom: 0; }
.loc-row .k { font-size: 13px; color: var(--muted); }
.loc-row .v { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 500; }
.loc-row .v .flag { font-size: 19px; }
.country-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.country-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 100px; background: var(--surface); border: 1px solid var(--line); font-size: 13.5px; color: var(--ink-2); transition: all .25s; }
.country-pill:hover, .country-pill.on { border-color: rgba(46,155,255,.45); background: rgba(46,155,255,.1); color: var(--ink); }
.country-pill .flag { font-size: 17px; }

/* ============================================================
   AUDIENCES
   ============================================================ */
.aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aud {
  position: relative; padding: 32px; border-radius: var(--r); overflow: hidden;
  background: linear-gradient(180deg, var(--surface), var(--bg-3)); border: 1px solid var(--line);
  min-height: 280px; display: flex; flex-direction: column;
}
.aud .ear { font-size: 40px; margin-bottom: auto; }
.aud h3 { font-size: 22px; font-weight: 600; margin-bottom: 10px; }
.aud p { font-size: 14.5px; color: var(--muted); font-weight: 300; }
.aud ul { list-style: none; margin-top: 16px; display: grid; gap: 8px; }
.aud li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ink-2); }
.aud li svg { width: 15px; height: 15px; color: var(--c-home); flex-shrink: 0; }

/* ============================================================
   COMPLIANCE
   ============================================================ */
.comp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.comp { padding: 22px; border-radius: 14px; background: var(--bg-3); border: 1px solid var(--line); transition: border-color .3s; }
.comp:hover { border-color: var(--line-2); }
.comp svg { width: 22px; height: 22px; color: #fff; margin-bottom: 14px; opacity: .92; }
.comp h4 { font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.comp p { font-size: 12.5px; color: var(--muted); font-weight: 300; }
.legal-note {
  margin-top: 36px; padding: 22px 26px; border-radius: 14px;
  background: rgba(255,255,255,.025); border: 1px solid var(--line);
  font-size: 12.5px; color: var(--muted); font-weight: 300; line-height: 1.7;
}
.legal-note b { color: var(--ink-2); font-weight: 500; }

/* ============================================================
   WAITLIST FORM
   ============================================================ */
.form-band {
  border-radius: 28px; overflow: hidden;
  background:
    radial-gradient(70% 100% at 100% 0%, rgba(46,155,255,.18), transparent 55%),
    linear-gradient(160deg, #0C1426, #07090F);
  border: 1px solid var(--line-2);
  display: grid; grid-template-columns: .85fr 1.15fr;
}
.form-aside { padding: clamp(36px,5vw,56px); border-right: 1px solid var(--line); position: relative; }
.form-aside .ear { font-size: 46px; margin-bottom: 24px; }
.form-logo { width: 64px; height: 64px; border-radius: 16px; object-fit: cover; margin-bottom: 24px;
  border: 1px solid rgba(46,155,255,.4); box-shadow: 0 8px 22px -6px rgba(46,155,255,.6); }
.form-aside h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 600; letter-spacing: -.01em; line-height: 1.1; margin-bottom: 16px; }
.form-aside p { color: var(--ink-2); font-weight: 300; font-size: 15px; }
.form-aside .perks { margin-top: 28px; display: grid; gap: 13px; }
.form-aside .perks li { list-style: none; display: flex; align-items: center; gap: 11px; font-size: 13.5px; color: var(--ink-2); }
.form-aside .perks svg { width: 17px; height: 17px; color: var(--gold-2); flex-shrink: 0; }

.form-main { padding: clamp(36px,5vw,56px); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12.5px; font-weight: 500; color: var(--ink-2); margin-bottom: 8px; letter-spacing: .01em; }
.field label .req { color: var(--c-pay); }
.field input, .field select {
  width: 100%; height: 50px; padding: 0 16px; border-radius: 12px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-2); color: var(--ink);
  font-family: inherit; font-size: 14.5px; transition: border-color .25s, background .25s; appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238A95AC' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px;
}
.field input::placeholder { color: var(--faint); }
.field input:focus, .field select:focus { outline: none; border-color: rgba(46,155,255,.6); background: rgba(46,155,255,.05); }
.field input.err, .field select.err { border-color: var(--c-pay); }
.field .hint { font-size: 11.5px; color: var(--faint); margin-top: 6px; }
.field .errmsg { font-size: 11.5px; color: var(--c-pay); margin-top: 6px; display: none; }
.field.invalid .errmsg { display: block; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.goals { display: flex; flex-wrap: wrap; gap: 9px; }
.goal {
  padding: 9px 15px; border-radius: 100px; background: rgba(255,255,255,.04);
  border: 1px solid var(--line-2); font-size: 13px; color: var(--ink-2);
  cursor: pointer; transition: all .2s; user-select: none;
}
.goal.on { background: rgba(46,155,255,.14); border-color: rgba(46,155,255,.5); color: #BFE0FF; }

/* SMS consent checkbox */
.consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 18px; cursor: pointer; user-select: none; }
.consent input { position: absolute; opacity: 0; width: 0; height: 0; }
.consent .consent-box { flex: none; width: 22px; height: 22px; margin-top: 1px; border-radius: 7px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-2); display: grid; place-items: center; transition: all .18s; }
.consent .consent-box svg { width: 14px; height: 14px; color: #06121f; opacity: 0; transform: scale(.6); transition: all .18s; }
.consent input:checked + .consent-box { background: var(--gold-2); border-color: var(--gold-2); }
.consent input:checked + .consent-box svg { opacity: 1; transform: scale(1); }
.consent input:focus-visible + .consent-box { box-shadow: 0 0 0 3px rgba(212,175,55,.3); }
.consent .consent-text { font-size: 11.5px; line-height: 1.5; color: var(--faint); }
.consent .consent-text b { color: var(--ink-2); font-weight: 600; }

.form-success {
  display: none; text-align: center; padding: 40px 20px;
}
.form-success.show { display: block; animation: pop .5s var(--ease); }
@keyframes pop { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.success-ring { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center; background: rgba(41,196,108,.14); border: 1px solid rgba(41,196,108,.4); }
.success-ring svg { width: 36px; height: 36px; color: var(--c-home); }
.form-success h3 { font-size: 24px; font-weight: 600; margin-bottom: 10px; }
.form-success p { color: var(--ink-2); font-weight: 300; max-width: 38ch; margin: 0 auto; }
.success-ticket { margin-top: 24px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid var(--line-2); }
.success-ticket .ear { font-size: 22px; }
.success-ticket b { font-family: var(--serif); letter-spacing: .14em; color: var(--c-id); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: 80px 0 40px; border-top: 1px solid var(--line); background: var(--bg-2); }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 54px; }
.foot-brand p { color: var(--muted); font-size: 13.5px; font-weight: 300; max-width: 32ch; margin-top: 18px; }
.foot-col h5 { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 18px; }
.foot-col a { display: block; font-size: 13.5px; color: var(--muted); padding: 6px 0; transition: color .2s; }
.foot-col a:hover { color: var(--ink); }
.foot-hierarchy { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.foot-hierarchy .sep { color: var(--gold); }
.foot-domains { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12.5px; color: var(--muted); }
.foot-domains b { color: var(--ink-2); font-weight: 500; }
.foot-domains .sep { color: var(--gold); }
.foot-domains .dlabel { font-family: var(--sans); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--faint); margin-right: -4px; }
.foot-hierarchy b { color: var(--ink-2); font-weight: 500; }
.foot-bot { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; flex-wrap: wrap; gap: 16px; }
.foot-bot small { font-size: 12.5px; color: var(--faint); }
.lfs-crest { display: flex; align-items: center; gap: 12px; }
.lfs-crest .crest { width: 62px; height: 62px; border-radius: 50%; overflow: hidden; flex: none; border: 1px solid rgba(212,175,55,.5); box-shadow: 0 0 0 1px rgba(0,0,0,.3) inset, 0 6px 18px -8px rgba(0,0,0,.6); }
.lfs-crest .crest img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lfs-crest div small { display: block; font-size: 10px; letter-spacing: .2em; color: var(--faint); text-transform: uppercase; }
.lfs-crest div b { font-size: 13px; color: var(--ink-2); }

/* ============================================================
   reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid, .score-wrap, .vault-wrap, .ai-grid, .loc-wrap { grid-template-columns: 1fr; }
  .form-band { grid-template-columns: 1fr; }
  .form-aside { border-right: 0; border-bottom: 1px solid var(--line); }
  .grid-3, .steps, .journey-line, .aud-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-4, .eco-grid, .comp-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .nav-access { display: none; }
  .nav-toggle { display: flex; }
  .lang-chip { display: none; }
  .hero-visual { order: -1; }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .wrap { padding-inline: 18px; }
  .grid-3, .steps, .journey-line, .aud-grid, .grid-4, .eco-grid, .comp-grid, .doc-grid, .grid-2, .row-2 { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .foot-top { grid-template-columns: 1fr; }
  .chip .hide-sm { display: none; }
}

/* ============================================================
   STAT BAR (under hero)
   ============================================================ */
.statbar { margin-top: -28px; position: relative; z-index: 5; padding-bottom: 0; }
.statbar-in {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 0;
  background: linear-gradient(180deg, rgba(17,24,41,.9), rgba(11,15,28,.9));
  border: 1px solid var(--line-2); border-radius: 18px; overflow: hidden;
  box-shadow: 0 30px 70px -40px rgba(0,0,0,.8); backdrop-filter: blur(8px);
}
.stat { padding: 22px 20px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.stat-ic { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; border: 1px solid rgba(46,155,255,.38); background: rgba(46,155,255,.08); box-shadow: 0 0 18px -6px rgba(46,155,255,.5) inset; }
.stat-ic svg { width: 23px; height: 23px; color: var(--c-id); }
.stat-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.stat:last-child { border-right: 0; }
.stat .sv { font-family: var(--serif); font-size: clamp(22px, 2.2vw, 32px); font-weight: 700; color: var(--c-id); line-height: 1; }
.stat .sl { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.stat .si { color: var(--c-id); }
.stat-note { text-align: center; font-size: 11.5px; color: var(--faint); margin-top: 16px; font-weight: 300; }

/* ============================================================
   537 SECTION
   ============================================================ */
.s537 { position: relative; overflow: hidden; }
.s537-philo { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 760px; margin: 0 auto 56px; }
.philo { text-align: center; padding: 22px; border-radius: 15px; background: rgba(255,255,255,.025); border: 1px solid var(--line); }
.philo .pe { font-size: 26px; color: var(--gold-2); margin-bottom: 10px; }
.philo h4 { font-size: 17px; font-weight: 600; margin-bottom: 5px; }
.philo p { font-size: 13px; color: var(--muted); font-weight: 300; }
.s537-tri { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 22px; align-items: center; }
.coin-col { text-align: center; }
.coin-col img { width: 100%; max-width: 300px; border-radius: 50%; box-shadow: 0 30px 60px -24px rgba(0,0,0,.8); margin: 0 auto 18px; }
.coin-col h3 { font-size: 21px; font-weight: 600; }
.coin-col .csub { font-size: 13px; color: var(--gold-2); margin-top: 3px; letter-spacing: .03em; }
.coin-col ul { list-style: none; margin-top: 16px; display: grid; gap: 7px; }
.coin-col li { font-size: 13.5px; color: var(--ink-2); }
.s537-center { text-align: center; padding: 30px 20px; }
.emblem537 {
  width: 230px; height: 230px; margin: 0 auto 18px; border-radius: 50%;
  display: grid; place-items: center; position: relative; overflow: visible;
}
.emblem537 img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,.85), 0 0 60px -8px rgba(212,175,55,.55); }
.emblem537 .num { font-family: var(--serif); font-weight: 700; font-size: 64px; color: var(--gold-2); line-height: 1; display: flex; align-items: center; gap: 4px; }
.emblem537 .num .ear { font-size: 60px; color: var(--gold); }
.emblem537::after { content: ""; position: absolute; inset: -14px; border-radius: 50%; border: 1px solid rgba(212,175,55,.32); animation: spin 28s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.s537-center .ctag { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); }
.s537-center .cflow { font-family: var(--serif); font-size: 19px; color: var(--ink); margin-top: 8px; }
.s537-name { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--gold-2); letter-spacing: .04em; }

/* ============================================================
   SIMONIS COIN SECTION
   ============================================================ */
.coin-band { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.coin-stage { position: relative; display: grid; place-items: center; }
.coin-glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,.28), transparent 65%); filter: blur(20px); }
.coin-hero { position: relative; width: 100%; max-width: 360px; border-radius: 50%; box-shadow: 0 40px 90px -30px rgba(0,0,0,.85), 0 0 50px -12px rgba(212,175,55,.4); animation: floatY 6s ease-in-out infinite; }
@keyframes floatY { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1deg); } }
.coin-flip { display: flex; gap: 12px; justify-content: center; margin-top: 22px; }
.coin-flip button { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 100px; border: 1px solid var(--line-2); background: rgba(255,255,255,.04); color: var(--ink-2); font-size: 13px; font-weight: 500; transition: all .25s; }
.coin-flip button.on, .coin-flip button:hover { border-color: rgba(212,175,55,.5); background: rgba(212,175,55,.12); color: var(--gold-2); }
.coin-sym { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 100px; background: rgba(212,175,55,.12); border: 1px solid rgba(212,175,55,.35); color: var(--gold-2); font-size: 12.5px; font-weight: 600; letter-spacing: .06em; }
.coin-uses { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 26px; }
.coin-use { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid var(--line); font-size: 13.5px; color: var(--ink-2); }
.coin-use .ci { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; background: rgba(212,175,55,.12); flex-shrink: 0; }
.coin-use .ci svg { width: 16px; height: 16px; color: var(--gold-2); }
.coin-editions { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.edition { display: flex; align-items: center; gap: 9px; padding: 9px 14px; border-radius: 100px; font-size: 12.5px; font-weight: 500; border: 1px solid var(--line-2); background: rgba(255,255,255,.03); color: var(--ink-2); }
.edition .swatch { width: 16px; height: 16px; border-radius: 50%; }
.sw-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold-deep)); }
.sw-silver { background: linear-gradient(135deg, #E8ECF2, #98A2B3); }
.sw-black { background: linear-gradient(135deg, #3A3F4A, #0C0E14); border: 1px solid rgba(212,175,55,.4); }

/* ============================================================
   COMMAND CENTER + GLOBE
   ============================================================ */
.command { background: radial-gradient(120% 80% at 50% 0%, #0A1426, var(--bg)); }
.cc-tagline { font-family: var(--serif); font-size: clamp(18px,2vw,24px); color: var(--gold-2); text-align: center; margin-top: 14px; }
.cc-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; margin-top: 14px; }
.cc-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.metric { padding: 20px; border-radius: 15px; background: linear-gradient(180deg, var(--surface), var(--bg-3)); border: 1px solid var(--line); }
.metric .mv { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--ink); line-height: 1; }
.metric .ml { font-size: 12px; letter-spacing: .06em; color: var(--muted); margin-top: 6px; text-transform: uppercase; }
.metric.accent .mv { color: var(--c-id); }
.metric.gold .mv { color: var(--gold-2); }

/* globe */
.globe-wrap { position: relative; display: grid; place-items: center; min-height: 380px; }
.cc-globe-video { position: relative; inset: auto; width: 360px; height: 360px; max-width: 100%; border-radius: 50%; object-fit: cover; }
.cc-net-logo { position: relative; width: 100%; max-width: 440px; height: auto; border-radius: 22px; display: block; margin: 0 auto;
  mix-blend-mode: screen;
  -webkit-mask: radial-gradient(ellipse 72% 72% at 50% 50%, #000 62%, rgba(0,0,0,.5) 78%, transparent 92%);
  mask: radial-gradient(ellipse 72% 72% at 50% 50%, #000 62%, rgba(0,0,0,.5) 78%, transparent 92%);
  filter: drop-shadow(0 0 54px rgba(46,120,210,.32)); animation: globeFloat 8s ease-in-out infinite; }
/* Network = the whole ecosystem: clickable logo grid */
.cc-netgrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; width: 100%; max-width: 480px; margin: 0 auto; }
.cc-tile { aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; background: #05070e; border: 1px solid var(--line-2);
  display: grid; place-items: center; transition: transform .2s, border-color .2s, box-shadow .2s; }
.cc-tile:hover { transform: translateY(-3px); border-color: rgba(212,175,55,.5); box-shadow: 0 12px 26px -12px rgba(0,0,0,.7); }
.cc-tile img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 560px) { .cc-netgrid { grid-template-columns: repeat(4, 1fr); max-width: 340px; gap: 9px; } }
/* Investor / partner logo strip (Vision 2035) */
.inv-pitch { max-width: 880px; margin: 8px auto 46px; text-align: center; }
.inv-pitch h3 { font-family: var(--serif); font-size: clamp(26px,3.4vw,42px); font-weight: 700; line-height: 1.18; color: var(--ink); letter-spacing: .01em; }
.inv-pitch h3 b { color: var(--gold-2); font-weight: 700; }
.inv-pitch p { margin: 18px auto 0; max-width: 780px; font-size: clamp(14.5px,1.6vw,16.5px); line-height: 1.7; color: var(--ink-2); font-weight: 300; }
.inv-pillars { display: flex; justify-content: center; gap: clamp(22px,5vw,64px); flex-wrap: wrap; margin: 34px auto 0; }
.inv-pillar { text-align: center; }
.inv-pillar b { display: block; font-family: var(--serif); font-size: clamp(30px,3.4vw,44px); font-weight: 700; color: var(--gold-2); line-height: 1; }
.inv-pillar small { display: block; margin-top: 7px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.pf-head { text-align: center; margin: 0 0 22px; }
.pf-head h3 { font-family: var(--serif); font-size: clamp(22px,2.6vw,32px); font-weight: 700; color: var(--ink); }
.pf-head p { font-size: 13.5px; color: var(--muted); font-weight: 300; margin-top: 7px; }
.pf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 12px; }
.pf-card { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 8px 14px; align-items: start; text-decoration: none;
  padding: 15px 16px; border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012));
  border: 1px solid var(--line); transition: transform .25s var(--ease), border-color .25s, box-shadow .25s; }
.pf-card:hover { transform: translateY(-4px); border-color: rgba(212,175,55,.5); box-shadow: 0 20px 44px -22px rgba(212,175,55,.35); }
.pf-card img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; grid-row: 1 / 3; border: 1px solid rgba(212,175,55,.22); background: #000; align-self: start; }
.pf-card .pf-top { display: flex; align-items: center; gap: 8px; min-width: 0; }
.pf-card h5 { font-size: 14.5px; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pf-card .pf-st { flex: none; font-size: 8.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.pf-card .pf-st.live { color: #3DD68C; background: rgba(61,214,140,.12); border: 1px solid rgba(61,214,140,.32); }
.pf-card .pf-st.soon { color: var(--gold-2); background: rgba(212,175,55,.12); border: 1px solid rgba(212,175,55,.3); }
.pf-card .pf-st.future { color: #7C9BFF; background: rgba(124,155,255,.1); border: 1px solid rgba(124,155,255,.3); }
.pf-card .pf-desc { font-size: 11.5px; line-height: 1.45; color: var(--muted); font-weight: 300; min-width: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; padding-right: 20px; }
.pf-card .pf-sub { display: flex; align-items: center; gap: 7px; min-width: 0; }
.pf-card .pf-dom { font-size: 10.5px; letter-spacing: .02em; color: var(--faint); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pf-card .pf-go { position: absolute; right: 13px; bottom: 13px; width: 17px; height: 17px; color: var(--faint); transition: color .2s, transform .25s; }
.pf-card:hover .pf-go { color: var(--gold-2); transform: translateX(3px); }

.vision-emblem { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; display: block; margin: 0 auto 22px;
  mix-blend-mode: screen;
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 60%, rgba(0,0,0,.5) 78%, transparent 96%);
  mask: radial-gradient(circle at 50% 50%, #000 60%, rgba(0,0,0,.5) 78%, transparent 96%);
  filter: drop-shadow(0 0 34px rgba(212,175,55,.4)); animation: globeFloat 8s ease-in-out infinite; }
.inv-strip { margin-top: 44px; text-align: center; }
.inv-strip h4 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); font-weight: 600; margin-bottom: 20px; }
.inv-logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.inv-logo { aspect-ratio: 3 / 2; border-radius: 14px; border: 1px dashed var(--line-2); background: rgba(255,255,255,.02);
  display: grid; place-items: center; color: var(--faint); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; transition: .2s; overflow: hidden; text-align: center; padding: 6px; }
.inv-logo:hover { border-color: rgba(212,175,55,.4); color: var(--muted); transform: translateY(-2px); }
.inv-logo img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
@media (max-width: 760px) { .inv-logos { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 420px) { .inv-logos { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   LA FAMILIA SIMÓN ASSOCIATION
   ============================================================ */
.assoc-grid { display: grid; grid-template-columns: 340px 1fr; gap: clamp(28px,4vw,56px); align-items: center; margin-bottom: 44px; }
.assoc-medal { width: 100%; max-width: 340px; height: auto; display: block; margin: 0 auto;
  filter: drop-shadow(0 0 44px rgba(212,175,55,.35)); animation: globeFloat 9s ease-in-out infinite; }
.assoc-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.assoc-chip { font-size: 12px; letter-spacing: .04em; color: var(--ink-2); padding: 7px 14px; border-radius: 999px;
  background: rgba(212,175,55,.08); border: 1px solid rgba(212,175,55,.26); }
.assoc-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.assoc-level { position: relative; padding: 28px 26px; border-radius: 20px; background: var(--bg-3); border: 1px solid var(--line); overflow: hidden; }
.assoc-level .lvl-logo { position: absolute; top: 20px; right: 20px; width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  border: 1px solid rgba(212,175,55,.3); background: #000; box-shadow: 0 8px 20px -8px rgba(0,0,0,.6); }
.assoc-level h4 { padding-right: 60px; }
.assoc-level::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--lc, var(--gold-2)), transparent); }
.assoc-level .lvl { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--lc, var(--gold-2)); }
.assoc-level h4 { font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--ink); margin: 10px 0 8px; }
.assoc-level p { font-size: 13.5px; line-height: 1.6; color: var(--muted); font-weight: 300; }
.assoc-level .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.assoc-level .tags span { font-size: 11px; color: var(--ink-2); padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.assoc-quote { text-align: center; font-family: var(--serif); font-size: clamp(21px,2.6vw,30px); font-weight: 600; color: var(--gold-2);
  margin: 44px auto 0; max-width: 760px; line-height: 1.35; }
.assoc-quote small { display: block; font-family: var(--sans); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin-top: 10px; font-weight: 600; }
@media (max-width: 880px) {
  .assoc-grid { grid-template-columns: 1fr; text-align: center; }
  .assoc-chips { justify-content: center; }
  .assoc-levels { grid-template-columns: 1fr; }
}
.globe { position: relative; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #11254A, #06101F 70%);
  box-shadow: inset 0 0 60px -10px rgba(46,155,255,.4), 0 0 80px -20px rgba(46,155,255,.35);
  overflow: hidden; border: 1px solid rgba(120,180,255,.25); }
.globe::before { content: ""; position: absolute; inset: 0; border-radius: 50%;
  background:
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(120,180,255,.09) 28px 29px),
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(120,180,255,.07) 28px 29px);
  -webkit-mask: radial-gradient(circle, #000 60%, transparent 72%); mask: radial-gradient(circle, #000 60%, transparent 72%); }
.globe-ring { position: absolute; inset: -18px; border-radius: 50%; border: 1px solid rgba(212,175,55,.25); animation: spin 40s linear infinite; }
.globe-ring.r2 { inset: -34px; border-color: rgba(46,155,255,.18); animation-duration: 60s; animation-direction: reverse; }
.globe-ear { position: absolute; inset: 0; display: grid; place-items: center; z-index: 4; }
.globe-ear .ear { font-size: 92px; color: var(--gold-2); filter: drop-shadow(0 0 18px rgba(212,175,55,.7)); }
.globe-node { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #7CC0FF; box-shadow: 0 0 10px #7CC0FF; transform: translate(-50%,-50%); z-index: 3; }
.globe-node::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: inherit; animation: breathe 3s ease-in-out infinite; }
@keyframes breathe { 0%,100% { transform: scale(1); opacity: .7; } 50% { transform: scale(2.4); opacity: 0; } }
.globe-node.ping::before { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; border-radius: 50%; transform: translate(-50%,-50%); border: 2px solid var(--gold-2); animation: ping 1.1s ease-out 1; }
@keyframes ping { from { width: 9px; height: 9px; opacity: 1; } to { width: 70px; height: 70px; opacity: 0; } }

/* live feed */
.cc-feed { margin-top: 26px; }
.feed-title { display: flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.feed-title .live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-home); box-shadow: 0 0 8px var(--c-home); animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .35; } }
#regFeed { display: flex; flex-direction: column; gap: 8px; }
.feed-row { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid var(--line); animation: feedIn .5s var(--ease); }
@keyframes feedIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.feed-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-home); box-shadow: 0 0 8px var(--c-home); flex-shrink: 0; }
.feed-flag { font-size: 20px; }
.feed-meta { flex: 1; display: flex; flex-direction: column; }
.feed-meta b { font-size: 13px; font-weight: 500; }
.feed-meta small { font-size: 11.5px; color: var(--muted); }
.feed-ear { color: var(--gold-2); font-size: 16px; }

/* ============================================================
   VISION 2035
   ============================================================ */
.vision-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 44px; }
.vision-card { padding: 26px; border-radius: 16px; background: var(--bg-3); border: 1px solid var(--line); }
.vision-card h4 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 16px; }
.vision-card ul { list-style: none; display: grid; gap: 10px; }
.vision-card li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
.vision-card li svg { width: 16px; height: 16px; color: var(--c-id); flex-shrink: 0; }
.vision-card.market li svg { color: var(--c-home); }
.roadmap { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.phase { position: relative; padding: 16px 16px 16px 16px; border-radius: 0; background: transparent; border: 0; border-right: 3px solid color-mix(in srgb, var(--pc, #2E9BFF) 85%, transparent); transition: transform .3s var(--ease); display: flex; align-items: center; justify-content: space-between; gap: 12px; }tion: transform .3s, border-right-color .3s; }
.phase::after { content: ""; position: absolute; right: -3px; top: 50%; transform: translateY(-50%); width: 3px; height: 0; background: var(--pc, #2E9BFF); box-shadow: 0 0 12px var(--pc, #2E9BFF); transition: height .35s var(--ease); }
.phase:hover { transform: translateY(-3px); }
.phase:hover::after { height: 100%; }
.phase .pn { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: color-mix(in srgb, var(--pc, #2E9BFF) 80%, white); }
.phase .pt { font-size: 15px; font-weight: 600; margin: 8px 0 10px; letter-spacing: -.01em; }
.phase .ps { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 3px 9px; border-radius: 100px; }
.ps.live { background: rgba(41,196,108,.14); color: var(--c-home); }
.ps.soon { background: rgba(46,155,255,.14); color: #9FC8FF; }
.ps.future { background: rgba(212,175,55,.12); color: var(--gold-2); }
.phase .pdom { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 10px; color: var(--muted); margin-top: 10px; display: block; }
.ph-body { min-width: 0; }
.ph-ear { width: 40px; height: 40px; flex-shrink: 0; color: var(--pc, #2E9BFF); filter: drop-shadow(0 0 10px color-mix(in srgb, var(--pc,#2E9BFF) 65%, transparent)); transition: transform .3s var(--ease); }
.ph-ear .ear, .ph-ear use { stroke: currentColor; }
.phase:hover .ph-ear { transform: scale(1.12) rotate(-4deg); }

/* ============================================================
   537 FOUNDATION
   ============================================================ */
.fnd { background: radial-gradient(110% 80% at 50% 0%, #14100A, var(--bg)); }
.fnd-head { text-align: center; }
.fnd-msg { font-family: var(--serif); font-size: clamp(28px,3.4vw,44px); font-weight: 700; color: var(--gold-2); letter-spacing: .01em; }
.fnd-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; }
.fnd-card { padding: 26px; border-radius: 16px; background: rgba(255,255,255,.025); border: 1px solid var(--line); transition: border-color .3s, transform .3s; }
.fnd-card:hover { border-color: rgba(212,175,55,.4); transform: translateY(-3px); }
.fnd-card .fi { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px; background: rgba(212,175,55,.12); border: 1px solid rgba(212,175,55,.28); }
.fnd-card .fi svg { width: 22px; height: 22px; color: var(--gold-2); }
.fnd-card h4 { font-size: 17px; font-weight: 600; margin-bottom: 7px; }
.fnd-card p { font-size: 13.5px; color: var(--muted); font-weight: 300; }
.fnd-cta { text-align: center; margin-top: 40px; }

/* ============================================================
   SIMONIS FLOATING LAUNCHER  (Mail · ONE · Chat)
   ============================================================ */
.fab-stack { position: fixed; right: 22px; bottom: 24px; z-index: 200; display: flex; flex-direction: column; gap: 14px; transition: bottom .3s ease; }
body.has-cookie-bar .fab-stack { bottom: 108px; }
body.has-cookie-bar .shelp-fab { bottom: 108px; }
.sfab { position: relative; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; overflow: visible;
  background: #000; border: 1.5px solid rgba(var(--g), .55); text-decoration: none;
  box-shadow: 0 14px 34px -12px rgba(0,0,0,.75), 0 0 18px -6px rgba(var(--g), .5);
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.sfab:hover { transform: translateY(-2px) scale(1.07); border-color: rgba(var(--g), .95);
  box-shadow: 0 22px 48px -12px rgba(var(--g), .6), 0 0 26px -4px rgba(var(--g), .7); }
.sfab-ic { width: 100%; height: 100%; border-radius: 50%; overflow: hidden; display: block; }
.sfab-ic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sfab-tip { position: absolute; right: calc(100% + 14px); top: 50%; transform: translateY(-50%) translateX(6px);
  white-space: nowrap; font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: .01em; color: var(--ink);
  background: rgba(12,18,34,.92); border: 1px solid rgba(var(--g), .4); padding: 7px 13px; border-radius: 999px;
  opacity: 0; pointer-events: none; transition: opacity .22s, transform .22s; backdrop-filter: blur(6px);
  box-shadow: 0 8px 22px -10px rgba(0,0,0,.7); }
.sfab-tip::after { content: ""; position: absolute; left: 100%; top: 50%; transform: translateY(-50%);
  border: 6px solid transparent; border-left-color: rgba(12,18,34,.92); }
.sfab:hover .sfab-tip { opacity: 1; transform: translateY(-50%) translateX(0); }
.sfab-pulse { position: absolute; inset: -2px; border-radius: 50%; border: 2px solid rgba(var(--g), .6);
  animation: ping 2s ease-out infinite; pointer-events: none; }

/* ============================================================
   NEW RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .statbar-in { grid-template-columns: repeat(3,1fr); }
  .stat:nth-child(3) { border-right: 0; }
  .stat:nth-child(n+4) { border-top: 1px solid var(--line); }
  .s537-tri, .coin-band, .cc-grid, .vision-cols { grid-template-columns: 1fr; }
  .s537-center { order: -1; }
  .roadmap { grid-template-columns: repeat(3,1fr); }
  .fnd-grid { grid-template-columns: repeat(2,1fr); }
  .globe { width: 300px; height: 300px; }
  .cc-globe-video { width: 300px; height: 300px; }
  .cc-net-logo { max-width: 360px; }
}
@media (max-width: 560px) {
  .statbar-in { grid-template-columns: repeat(2,1fr); }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); flex-direction: column; text-align: center; gap: 9px; padding: 18px 10px; }
  .stat-txt { align-items: center; }
  .stat .sv { font-size: 27px; }
  .stat .sl { font-size: 10px; letter-spacing: .07em; line-height: 1.25; }
  .stat:nth-last-child(-n+2) { border-bottom: 0; }
  .s537-philo, .coin-uses, .roadmap, .fnd-grid, .cc-metrics { grid-template-columns: 1fr; }
  .fab-stack { right: 14px; bottom: calc(74px + env(safe-area-inset-bottom, 0px)); gap: 11px; }
  .sfab { width: 54px; height: 54px; }
  .roadmap { grid-template-columns: repeat(2,1fr); }
}

/* ============================================================
   HERO GLOBE + COIN  (portada)
   ============================================================ */
.hero-trust .t { align-items: center; }
.hero-trust .t svg { width: 20px; height: 20px; flex-shrink: 0; }
.hero-trust .tt { display: flex; flex-direction: column; line-height: 1.2; }
.hero-trust .tt b { font-size: 13px; font-weight: 600; color: var(--ink); }
.hero-trust .tt small { font-size: 11.5px; color: var(--muted); }

.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
/* Live rotating holographic network globe (canvas) */
.globe3d { position: relative; width: 580px; max-width: 100%; aspect-ratio: 1 / 1; }
.globe3d canvas, .globe-video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.globe-video { object-fit: contain; mix-blend-mode: screen; pointer-events: none; }
/* Hero network globe video (portrait source → fill the circle) */
.hero-globe-video { object-fit: cover; border-radius: 50%; mix-blend-mode: screen;
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 56%, rgba(0,0,0,.55) 66%, transparent 73%);
  mask: radial-gradient(circle at 50% 50%, #000 56%, rgba(0,0,0,.55) 66%, transparent 73%);
  filter: drop-shadow(0 0 60px rgba(46,120,210,.32)); animation: globeFloat 8s ease-in-out infinite; z-index: 1; }
.globe-fallback { z-index: 0; }
/* Hero clean globe — alive without a hard spin */
.globe-still { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; border-radius: 50%;
  mix-blend-mode: screen; animation: globeFloat 7.5s ease-in-out infinite; }
.globe-sweep { position: absolute; inset: 5%; border-radius: 50%; pointer-events: none; mix-blend-mode: screen; opacity: .55;
  background: conic-gradient(from 0deg, rgba(150,215,255,0) 0deg, rgba(150,215,255,0) 60deg, rgba(165,225,255,.38) 110deg, rgba(150,215,255,0) 170deg, rgba(150,215,255,0) 360deg);
  -webkit-mask: radial-gradient(circle, transparent 50%, #000 58%, #000 70%, transparent 75%);
  mask: radial-gradient(circle, transparent 50%, #000 58%, #000 70%, transparent 75%);
  animation: sweepSpin 9s linear infinite; }
@keyframes globeFloat { 0%, 100% { transform: translateY(-7px) scale(1); } 50% { transform: translateY(7px) scale(1.025); } }
@keyframes sweepSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .globe-still { animation: none; }
  .globe-sweep { animation: none; opacity: .35; }
}
.globe3d-atmo {
  position: absolute; inset: -6%; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(70,150,255,.22), rgba(40,110,230,.07) 52%, transparent 70%);
  filter: blur(10px);
}
body.atmo-cosmic .globe3d-atmo { background: radial-gradient(circle at 50% 50%, rgba(80,160,255,.30), rgba(50,120,255,.10) 52%, transparent 72%); }
.hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.dataflow { stroke-dasharray: 7 240; stroke-dashoffset: 0; animation: flow 3.4s linear infinite; filter: drop-shadow(0 0 4px rgba(124,192,255,.7)); }
.dataflow.d2 { animation-delay: .8s; } .dataflow.d3 { animation-delay: 1.6s; } .dataflow.d4 { animation-delay: 2.4s; } .dataflow.d5 { animation-delay: 1.2s; }
.netnodes circle { filter: drop-shadow(0 0 5px #7CC0FF); animation: twinkle 2.8s ease-in-out infinite; }
.netnodes circle:nth-child(2n) { animation-delay: .9s; }
.netnodes circle:nth-child(3n) { animation-delay: 1.6s; }
@keyframes twinkle { 0%,100% { opacity: .5; } 50% { opacity: 1; } }
@keyframes flow { to { stroke-dashoffset: -247; } }
.city { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #BFE0FF; box-shadow: 0 0 10px #7CC0FF, 0 0 4px #fff; z-index: 2; animation: breathe 3.2s ease-in-out infinite; }
.city:nth-child(odd) { animation-delay: 1.1s; background: #FFE49B; box-shadow: 0 0 10px var(--gold-2); }

.hero-coin-wrap { position: absolute; left: 4px; bottom: 70px; z-index: 3; display: grid; place-items: center; width: 180px; }
.hero-coin-glow { position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(46,155,255,.22), transparent 58%); filter: blur(30px); opacity: .7; }
.hero-coin { position: relative; width: 210px; max-width: 80%; border-radius: 50%; animation: floatY 6s ease-in-out infinite;
  box-shadow: 0 40px 90px -28px rgba(0,0,0,.85), 0 0 60px -10px rgba(46,155,255,.55); }
.hero-coin-base { position: absolute; bottom: 2%; left: 50%; transform: translateX(-50%); width: 150px; height: 34px; border-radius: 50%; z-index: 2;
  background: radial-gradient(ellipse at center, rgba(70,185,255,.55), transparent 72%);
  box-shadow: 0 0 30px 8px rgba(60,180,255,.4);
  animation: pulseBase 3.4s ease-in-out infinite; }
.hero-coin-base::before { content: ""; position: absolute; inset: -15px -48px; border-radius: 50%; border: 2px solid rgba(120,210,255,.55); box-shadow: 0 0 18px rgba(90,195,255,.55), inset 0 0 14px rgba(90,195,255,.3); }
.hero-coin-base::after { content: ""; position: absolute; inset: -32px -104px; border-radius: 50%; border: 1.5px solid rgba(80,185,255,.32); box-shadow: 0 0 16px rgba(80,185,255,.3); }
@keyframes pulseBase { 0%,100% { opacity: .7; } 50% { opacity: 1; } }

.hero-eco-label { position: absolute; left: 200px; bottom: 96px; right: auto; top: auto; transform: none; z-index: 4; max-width: 188px; text-align: left; pointer-events: none; }
.hel-title { font-family: var(--serif); font-weight: 700; font-size: 23px; letter-spacing: .14em; color: var(--ink); line-height: 1; }
.hel-title span { display: block; color: var(--c-id); font-size: 15px; letter-spacing: .42em; margin-top: 5px; font-family: var(--sans); font-weight: 500; }
.hel-card { margin-top: 14px; padding: 12px 14px; border-radius: 12px; background: rgba(13,19,34,.72); border: 1px solid var(--line-2); font-size: 11.5px; letter-spacing: .05em; line-height: 1.5; color: var(--ink-2); backdrop-filter: blur(6px); }
.hel-card b { color: var(--c-id); }

/* ============================================================
   537 STRIP
   ============================================================ */
.strip537 { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(212,175,55,.06), transparent 60%); }
.strip537-in { display: flex; align-items: center; gap: 26px; padding: 18px 0; flex-wrap: wrap; }
.strip537-mark { display: inline-flex; align-items: center; gap: 8px; font-family: var(--serif); font-weight: 700; font-size: 22px; color: var(--gold-2); flex-shrink: 0; }
.strip537-mark .ear { width: 24px; height: 24px; color: var(--gold-2); }
.strip537-words { flex: 1; min-width: 240px; font-size: 13.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-2); font-weight: 500; }
.strip537-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; color: var(--gold-2); white-space: nowrap; transition: gap .25s; }
.strip537-link:hover { gap: 13px; }
.strip537-link svg { width: 16px; height: 16px; }

@media (max-width: 980px) {
  .globe3d { width: 460px; }
}
@media (max-width: 560px) {
  .hero { padding-top: 118px; }
  .hero-grid { gap: 26px; }
  .hero-visual { min-height: 290px; margin-top: 10px; }
  .globe3d { width: 248px; }
  .one-orbit { width: 248px; }
  .strip537-words { letter-spacing: .12em; font-size: 12px; }
}


/* ============================================================
   TWEAKABLE FEEL LAYER (Brand Aura · Atmosphere · Energy)
   ============================================================ */
:root {
  --accent: #2E9BFF; --accent-2: #1E7FE6; --accent-3: #7CC0FF;
}
/* Brand Aura — accent drives buttons, hero gradient, kicker, coin glow */
.btn-blue { background: linear-gradient(180deg, var(--accent-3), var(--accent-2)); box-shadow: 0 8px 30px -8px color-mix(in srgb, var(--accent) 55%, transparent); }
.btn-blue:hover { box-shadow: 0 14px 38px -8px color-mix(in srgb, var(--accent) 65%, transparent); }
.hero h1 .accent { background: linear-gradient(120deg, var(--accent-3), var(--accent) 55%, var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-coin-glow { background: radial-gradient(circle, color-mix(in srgb, var(--accent) 30%, transparent), transparent 58%) !important; }
.hero-coin { box-shadow: 0 40px 90px -28px rgba(0,0,0,.85), 0 0 60px -10px color-mix(in srgb, var(--accent) 60%, transparent) !important; }

/* Atmosphere — Slate (lighter, softer) */
body.atmo-slate {
  --bg: #0E1320; --bg-2: #121829; --bg-3: #161D30; --surface: #1A2236; --surface-2: #1F2942;
  --line: rgba(255,255,255,.10); --line-2: rgba(255,255,255,.17);
}
/* Atmosphere — Cosmic (rich navy, vivid) */
body.atmo-cosmic {
  --bg: #050A1A; --bg-2: #08112A; --bg-3: #0A1733; --surface: #0C1A3C; --surface-2: #0F2046;
  --line: rgba(120,170,255,.12); --line-2: rgba(120,170,255,.20);
}
/* (legacy hero-globe atmo rule removed — globe is now canvas) */

/* Energy — Calm: still the decorative motion */
body.energy-calm .hero-coin,
body.energy-calm .hero-coin-base,
body.energy-calm .globe-ring,
body.energy-calm .hero-netfx .pulse,
body.energy-calm .hero-netfx .netfx-nodes circle,
body.energy-calm .dataflow,
body.energy-calm .netnodes circle,
body.energy-calm .globe-node::after,
body.energy-calm .emblem537::after,
body.energy-calm .ai-orb-logo,
body.energy-calm .ai-orb .ear,
body.energy-calm .coin-hero,
body.energy-calm .live-dot,
body.energy-calm .sfab-pulse { animation: none !important; }

/* Energy — Alive: faster, livelier */
body.energy-alive .hero-coin { animation-duration: 3.6s; }
body.energy-alive .hero-coin-base { animation-duration: 2s; }
body.energy-alive .globe-ring { animation-duration: 22s; }
body.energy-alive .hero-netfx .pulse { animation-duration: 2.2s; }
body.energy-alive .dataflow { animation-duration: 2s; }
body.energy-alive .netnodes circle { animation-duration: 1.6s; }
body.energy-alive .emblem537::after { animation-duration: 16s; }
body.energy-alive .ai-orb-logo { animation-duration: 3.2s; }
body.energy-alive .coin-hero { animation-duration: 3.6s; }

/* ============================================================
   ECOSYSTEM STRIP — infinite logo marquee
   ============================================================ */
.mq { overflow: hidden; margin-top: 8px; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mq-track { display: flex; gap: 14px; width: max-content; padding: 10px 0; animation: mqScroll 80s linear infinite;
  will-change: transform; transform: translateZ(0); backface-visibility: hidden; }
.mq:hover .mq-track { animation-play-state: paused; }
@keyframes mqScroll { to { transform: translateX(-50%); } }
.mq-badge { display: flex; align-items: center; gap: 11px; flex: none; text-decoration: none;
  padding: 9px 18px 9px 10px; border-radius: 999px; background: rgba(22,28,42,.66);
  border: 1px solid var(--line); transition: border-color .25s, box-shadow .25s, transform .25s; }
.mq-badge:hover { border-color: rgba(212,175,55,.55); box-shadow: 0 0 22px -6px rgba(212,175,55,.45), 0 0 30px -10px rgba(46,155,255,.4); transform: translateY(-2px); }
.mq-badge img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; background: #000; border: 1px solid rgba(212,175,55,.25); }
.mq-badge b { font-size: 13px; font-weight: 500; color: var(--ink-2); white-space: nowrap; letter-spacing: .01em; }
/* Carousel always scrolls (brand showcase) — even with reduced-motion we keep a
   gentle continuous scroll rather than collapsing into a static wrapped grid. */
@media (prefers-reduced-motion: reduce) { .mq-track { animation-duration: 120s; } }

/* Simonis Media Group — agency credit (every page, footer corner) */
.smg-credit { display: inline-flex; align-items: center; gap: 9px; margin-left: auto; flex: none; text-decoration: none;
  padding: 6px 13px 6px 7px; border-radius: 999px; background: rgba(255,255,255,.025); border: 1px solid var(--line);
  transition: border-color .25s, box-shadow .25s; }
.smg-credit img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; background: #000; border: 1px solid rgba(212,175,55,.3); }
.smg-credit span { font-size: 10.5px; letter-spacing: .04em; color: var(--faint); white-space: nowrap; }
.smg-credit b { color: var(--gold-2); font-weight: 600; }
.smg-credit:hover { border-color: rgba(212,175,55,.5); box-shadow: 0 0 16px -6px rgba(212,175,55,.4); }
.foot-bot { flex-wrap: wrap; gap: 14px; }
@media (max-width: 640px) { .smg-credit { margin-left: 0; } }
