
*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }

body{
  background:transparent;
  color:var(--text);
  font-family:var(--f-body);
  font-size:15px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img,svg{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
button,input{ font:inherit; color:inherit; }

.container{
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
  padding-inline:24px;
}

h1,h2,h3,h4,h5{ font-family:var(--f-display); font-weight:600; line-height:1.22; }

.grad{
  background:var(--grad-head);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}

.arr{ font-style:normal; display:inline-block; transition:transform .25s ease; }
a:hover .arr, button:hover .arr{ transform:translateX(3px); }

.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:12px 22px; border-radius:10px;
  font-family:var(--f-display); font-weight:500; font-size:14px;
  border:1px solid transparent; cursor:pointer;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn-sm{ padding:9px 20px; font-size:13.5px; }

.btn-primary{
  background:linear-gradient(95deg,var(--accent) 0%,var(--accent-strong) 100%);
  color:#fff; box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.40);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow: 0 14px 30px -8px rgba(0, 0, 0, 0.40); }

.btn-ghost{
  background:var(--glass-bg); border-color:var(--glass-border);
  color:var(--text-body);
}
.btn-ghost:hover{ border-color:rgba(255,255,255,.21); background:rgba(255,255,255,.055); }

.btn-outline{
  background:var(--glass-bg); border-color:var(--glass-border);
  color:var(--text-body); white-space:nowrap;
}
.btn-outline:hover{ border-color:rgba(255,255,255,.21); background:rgba(255,255,255,.055); }

.btn-white{ background:var(--glass-bg-strong); color:var(--text-main); font-weight:600;
  border:1px solid var(--glass-border); backdrop-filter:blur(28px) saturate(125%); -webkit-backdrop-filter:blur(28px) saturate(125%); }
.btn-white:hover{ transform:translateY(-2px); }
.btn-clear{ background:var(--glass-bg-strong); border-color:var(--glass-border); color:var(--text-main);
  backdrop-filter:blur(24px) saturate(125%); -webkit-backdrop-filter:blur(24px) saturate(125%); }
.btn-clear:hover{ background:var(--glass-bg-strong); border-color:var(--accent); }

.link{
  display:inline-flex; align-items:center; gap:6px;
  color:var(--purple-light); font-size:13.5px; font-weight:500;
}
.link:hover{ color:var(--pink); }

.pill{
  display:inline-block; padding:6px 16px; border-radius:999px;
  background:rgba(255,45,28,.16); border:1px solid var(--glass-border);
  color:var(--accent-soft); font-size:12.5px; font-family:var(--f-display); font-weight:500;
}

.eyebrow{
  display:block; color:var(--purple-light);
  font-family:var(--f-display); font-weight:600;
  font-size:12px; letter-spacing:.14em; margin-bottom:14px;
}
.eyebrow.light{ color:var(--text-body); }

.ico{
  width:38px; height:38px; border-radius:11px;
  display:grid; place-items:center; color:#fff; flex:none;
}
.ico svg{ width:20px; height:20px; }
.ico.lg{ width:52px; height:52px; border-radius:14px; }
.ico.lg svg{ width:26px; height:26px; }
.ico.sm{ width:30px; height:30px; border-radius:9px; }
.ico.sm svg{ width:17px; height:17px; }

.ico-chat   { background:linear-gradient(145deg,var(--accent),var(--accent-strong)); box-shadow:0 6px 18px -8px var(--accent-red); }
.ico-edge   { background:linear-gradient(145deg,var(--accent),var(--accent-strong)); box-shadow:0 6px 18px -8px var(--accent); }
.ico-x      { background:linear-gradient(145deg,var(--accent-soft),var(--accent)); box-shadow: 0 6px 18px -8px rgba(0, 0, 0, 0.40); }
.ico-alpha  { background:linear-gradient(145deg,var(--accent),var(--accent-strong)); box-shadow: 0 6px 18px -8px rgba(0, 0, 0, 0.40); }
.ico-nexus  { background:linear-gradient(145deg,var(--accent-soft),var(--accent-strong)); box-shadow:0 6px 18px -8px var(--accent-soft); }
.ico-markets{ background:linear-gradient(145deg,var(--accent),var(--accent-strong)); box-shadow:0 6px 18px -8px var(--accent); }
.ico-labs   { background:linear-gradient(145deg,var(--accent),var(--accent-strong)); box-shadow:0 6px 18px -8px var(--accent); }

.nav{
  position:fixed; inset:0 0 auto 0; z-index:100;
  padding:16px 0;
  transition:background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
  border-bottom:1px solid transparent;
}
.nav.scrolled{
  background:var(--glass-bg); backdrop-filter:blur(34px) saturate(140%) brightness(108%);
  -webkit-backdrop-filter:blur(32px) saturate(125%) brightness(108%);
  border-bottom-color:var(--line);
}
.nav-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; }

.logo{ display:flex; align-items:center; gap:9px; }
.logo-mark{
  width:28px; height:28px; border-radius:8px; flex:none;
  background:linear-gradient(145deg,var(--accent),var(--accent-strong));
  display:grid; place-items:center; color:#fff;
  box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.40);
}
.logo-mark svg{ width:17px; height:17px; }
.logo-text{ font-family:var(--f-display); font-weight:600; font-size:18px; letter-spacing:-.02em; }

.nav-links{ display:flex; align-items:center; gap:30px; }
.nav-links a{
  font-size:13.5px; color:var(--text-body); font-weight:400;
  transition:color .2s ease;
}
.nav-links a:hover{ color:var(--text-main); }

.nav-right{ display:flex; align-items:center; gap:14px; }

.nav-toggle{
  display:none; width:38px; height:34px; border:1px solid var(--line);
  border-radius:9px; background:var(--glass-bg);
  flex-direction:column; justify-content:center; align-items:center; gap:4px; cursor:pointer;
}
.nav-toggle span{ width:16px; height:1.6px; background:var(--text-main); border-radius:2px; }

.hero{ position:relative; padding:104px 0 34px; overflow:hidden; }
.hero-glow{
  position:absolute; top:-180px; right:-120px; width:900px; height:700px;
  background:radial-gradient(circle at 55% 45%, rgba(255,45,28,.30), transparent 62%);
  filter:blur(20px); pointer-events:none;
}
.hero::after{
  content:""; position:absolute; left:-200px; bottom:-160px;
  width:640px; height:520px;
  background:radial-gradient(circle, rgba(255,0,145,.14), transparent 65%);
  pointer-events:none;
}
.hero-grid{
  position:relative; z-index:2;
  display:grid; grid-template-columns:.62fr 1fr; gap:30px; align-items:center;
}

.hero-copy h1{
  font-size:clamp(32px,3.3vw,45px); font-weight:700;
  letter-spacing:-.02em; margin:16px 0 17px;
}
.lead{ color:var(--muted); font-size:14.5px; max-width:385px; }
.hero-actions{ display:flex; flex-wrap:wrap; gap:14px; margin-top:26px; }

.scroll-down{
  display:inline-flex; align-items:center; gap:10px;
  margin-top:28px; color:var(--muted-2); font-size:12.5px;
}
.scroll-icon{
  width:26px; height:26px; border:1.4px solid var(--glass-border);
  border-radius:50%; display:grid; place-items:center; color:var(--purple-light);
}
.scroll-icon svg{ width:13px; height:13px; animation:scrolly 1.8s ease-in-out infinite; }
@keyframes scrolly{ 0%,100%{ transform:translateY(-1px); opacity:1 } 50%{ transform:translateY(2px); opacity:.45 } }

.hub{
  display:flex; border-radius:var(--radius-lg); overflow:hidden;
  background:var(--glass-bg); border:1px solid var(--glass-border);
  backdrop-filter:blur(30px) saturate(130%); -webkit-backdrop-filter:blur(30px) saturate(130%);
  border:1px solid var(--glass-border);
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.40), 0 0 0 1px rgba(0, 0, 0, 0.40);
}
.hub-rail{
  width:54px; flex:none; padding:16px 0;
  background:var(--glass-bg); border-right:1px solid var(--line);
  display:flex; flex-direction:column; align-items:center; gap:14px;
}
.hub-rail-logo{
  width:28px; height:28px; border-radius:9px; margin-bottom:8px;
  background:linear-gradient(145deg,var(--accent),var(--accent-strong));
  display:grid; place-items:center; color:#fff;
}
.hub-rail-logo svg{ width:16px; height:16px; }
.rail-dot{
  width:16px; height:16px; border-radius:4px;
  border:1.4px solid var(--glass-border);
}
.rail-dot.last{ margin-top:auto; border-radius:50%; }

.hub-body{ flex:1; padding:15px 17px 16px; min-width:0; }
.hub-head{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:16px; padding-bottom:11px; border-bottom:1px solid var(--line-soft); margin-bottom:12px;
}
.hub-head h3{ font-size:18px; font-weight:600; }
.hub-head p{ color:var(--muted-2); font-size:11.5px; }
.hub-tools{ display:flex; gap:8px; }
.hub-tool{
  width:28px; height:28px; border-radius:8px;
  border:1px solid var(--line-soft); background:var(--glass-bg);
  display:grid; place-items:center; color:var(--text-body);
}
.hub-tool svg{ width:14px; height:14px; }
.hub-tool.active{
  background:var(--grad-btn-hover); color:var(--accent-soft);
  border-color:var(--grad-btn-border-hover);
}

.hub-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.hub-card{
  background:var(--glass-bg); border:1px solid var(--line);
  border-radius:13px; padding:11px 11px 10px;
  transition:border-color .25s ease, transform .25s ease, background .25s ease;
}
.hub-card.wide{ grid-column:1 / -1; }
.hub-card:hover{ transform:translateY(-3px); border-color:rgba(255,255,255,.21); background:rgba(255,255,255,.055); }
.hub-card .ico{ margin-bottom:8px; }
.hub-card h4{ font-size:13.5px; font-weight:600; }
.hub-card p{ color:var(--muted-2); font-size:10px; line-height:1.35; margin-bottom:10px; }
.launch{
  display:inline-flex; align-items:center; gap:6px;
  padding:4px 11px; border-radius:7px; cursor:pointer;
  background:var(--glass-bg-strong); border:1px solid var(--line-soft);
  font-size:11px; color:var(--text-body); font-family:var(--f-display);
  transition:background .2s ease, border-color .2s ease;
}
.launch:hover{ background:rgba(255,255,255,.055); border-color:rgba(255,255,255,.21); }

.stats{ padding:14px 0 30px; }
.stats-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.stat{
  display:flex; align-items:center; gap:14px;
  padding:17px 20px; border-radius:var(--radius);
  background:var(--glass-bg); border:1px solid var(--line);
  transition:border-color .25s ease, transform .25s ease;
}
.stat:hover{ border-color:rgba(255,255,255,.21); transform:translateY(-3px); }
.stat-ico{
  width:38px; height:38px; border-radius:11px; flex:none;
  background:rgba(255,45,28,.16); border:1px solid var(--glass-border);
  display:grid; place-items:center; color:var(--purple-light);
}
.stat-ico svg{ width:19px; height:19px; }
.stat strong{ display:block; font-family:var(--f-display); font-size:19px; font-weight:600; line-height:1.25; }
.stat span{ color:var(--muted-2); font-size:12px; }

.section{ padding:40px 0; }
.section h2{ font-size:clamp(25px,2.4vw,31px); font-weight:600; letter-spacing:-.015em; }
.section h2.mb{ margin-bottom:17px; }

.sec-head{
  display:grid; grid-template-columns:1fr 1fr; gap:40px;
  align-items:flex-end; margin-bottom:24px;
}
.sec-head.tight{ display:flex; justify-content:space-between; align-items:flex-end; }
.sec-head-right{ display:flex; align-items:center; gap:28px; justify-content:flex-end; }
.sec-head-right p{ color:var(--muted); font-size:13.5px; max-width:390px; }

.prod-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.prod-card{
  display:flex; flex-direction:column;
  padding:17px 15px 15px; border-radius:var(--radius);
  background:var(--glass-bg); border:1px solid var(--line);
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.prod-card .link{ margin-top:auto; padding-top:6px; }
.prod-card:hover{
  transform:translateY(-6px); border-color:rgba(255,255,255,.21);
  box-shadow: 0 20px 40px -24px rgba(0, 0, 0, 0.40);
}
.prod-card .ico{ margin-bottom:12px; }
.prod-card h3{ font-size:16px; font-weight:600; margin-bottom:4px; }
.prod-card h4{ font-size:12.5px; font-weight:400; color:var(--text-body); line-height:1.45; margin-bottom:13px; }
.prod-card p{ color:var(--muted-2); font-size:11.5px; line-height:1.62; margin-bottom:14px; }

.eco-grid{ display:grid; grid-template-columns:.8fr 1.2fr; gap:40px; align-items:center; }
.eco-copy h2{ margin-bottom:18px; }
.eco-copy p{ color:var(--muted); font-size:13.5px; margin-bottom:26px; max-width:400px; }

.eco-map{ position:relative; height:420px; }
.eco-lines{ position:absolute; inset:0; width:100%; height:100%; }

.eco-core{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:132px; height:132px; border-radius:50%;
  background:radial-gradient(circle at 40% 35%, rgba(255,45,28,.55), rgba(255,45,28,.35) 60%, transparent 75%);
  display:grid; place-content:center; justify-items:center; gap:2px; text-align:center;
  box-shadow:0 0 70px rgba(0,0,0,.40);
}
.core-hex{
  width:56px; height:56px; margin-bottom:6px;
  background:linear-gradient(145deg,var(--accent),var(--accent-strong)); color:#fff;
  display:grid; place-items:center;
  clip-path:polygon(50% 0,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.40);
}
.core-hex svg{ width:30px; height:30px; }
.eco-core strong{ font-family:var(--f-display); font-size:14px; font-weight:600; }
.eco-core span{ font-size:10.5px; color:var(--text-body); }

.node{
  position:absolute; display:flex; align-items:center; gap:9px;
  padding:9px 14px 9px 10px; border-radius:12px;
  background:var(--glass-bg-strong); border:1px solid var(--glass-border);
  backdrop-filter:blur(26px) saturate(130%); -webkit-backdrop-filter:blur(26px) saturate(130%);
  backdrop-filter:blur(6px); white-space:nowrap;
  transition:border-color .25s ease, transform .25s ease;
}
.node:hover{ border-color:rgba(255,255,255,.21); transform:translateY(-3px); }
.node b{ display:block; font-family:var(--f-display); font-size:12.5px; font-weight:600; line-height:1.3; }
.node i{ display:block; font-style:normal; font-size:10px; color:var(--muted-2); line-height:1.3; }

.n1{ top:0;   left:50%; transform:translateX(-50%); }
.n1:hover{ transform:translateX(-50%) translateY(-3px); }
.n2{ top:20%; left:0; }
.n3{ top:20%; right:0; }
.n4{ top:40%; left:0; }
.n5{ top:40%; right:0; }
.n8{ top:60%; left:0; }
.n9{ top:60%; right:0; }
.n6{ top:80%; left:0; }
.n7{ top:80%; right:0; }

.road-grid{ display:grid; grid-template-columns:.72fr 1.28fr; gap:44px; align-items:center; }
.road-copy h2{ margin-bottom:16px; }
.road-copy p{ color:var(--muted); font-size:13.5px; margin-bottom:24px; max-width:330px; }

.road-track{ position:relative; }
.road-years{
  position:relative; display:grid; grid-template-columns:repeat(4,1fr);
  padding-bottom:22px;
}
.road-line{
  position:absolute; left:12%; right:12%; bottom:6px; height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,45,28,.55),rgba(255,45,28,.55),transparent);
}
.year{ display:flex; flex-direction:column; align-items:center; gap:14px; position:relative; z-index:2; }
.year span{ font-family:var(--f-display); font-weight:600; font-size:16px; color:var(--purple-light); }
.year .dot{
  width:11px; height:11px; border-radius:50%;
  background:var(--glass-bg-strong); border:1px solid var(--accent);
  box-shadow:0 0 0 5px rgba(255,45,28,.14);
}

.road-cards{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.road-card{
  padding:14px 14px 15px; border-radius:var(--radius);
  background:var(--glass-bg); border:1px solid var(--line);
  transition:border-color .25s ease, transform .25s ease;
}
.road-card:hover{ border-color:rgba(255,255,255,.21); transform:translateY(-4px); }
.road-card h4{ font-size:13px; font-weight:600; margin-bottom:9px; }
.road-card li{
  position:relative; padding-left:15px;
  color:var(--muted); font-size:11px; line-height:1.95;
}
.road-card li::before{
  content:""; position:absolute; left:0; top:9px;
  width:6px; height:6px; border-radius:50%; background:var(--purple-light);
}

.two-col{ display:grid; grid-template-columns:.86fr 1.14fr; gap:56px; }

.tech-grid{ display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:10px; max-width:500px; }
.tech{
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px;
  padding:13px 6px 11px; border-radius:14px; text-align:center;
  background:var(--glass-bg); border:1px solid var(--line);
  font-family:var(--f-display); font-size:11.5px; font-weight:500;
  transition:border-color .25s ease, transform .25s ease;
}
.tech:hover{ border-color:rgba(255,255,255,.21); transform:translateY(-3px); }
.tech-ico{ width:26px; height:26px; display:grid; place-items:center; flex:none; }
.tech-ico svg{ width:24px; height:24px; }
.c-flutter{ color:var(--accent-soft); }
.c-laravel{ color:var(--accent); }
.c-node   { color:var(--accent-soft); }
.c-react  { color:var(--text-body); }
.c-php    { color:var(--text-body); }
.c-mysql  { color:var(--accent-soft); }
.c-aws    { color:#FF9900; }
.c-ai     { color:var(--accent-soft); }

.why-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px 24px; }
.why{ display:flex; gap:13px; align-items:flex-start; }
.why-ico{
  width:34px; height:34px; border-radius:10px; flex:none;
  background:rgba(255,45,28,.14); border:1px solid var(--glass-border);
  display:grid; place-items:center; color:var(--purple-light);
}
.why-ico svg{ width:18px; height:18px; }
.why h5{ font-size:13px; font-weight:600; margin-bottom:2px; }
.why p{ color:var(--muted-2); font-size:11.5px; line-height:1.5; }

.founder{
  position:relative; overflow:hidden;
  display:grid; grid-template-columns:.78fr .61fr 1fr;
  border-radius:var(--radius-lg);
  background:linear-gradient(105deg,rgba(255,45,28,.18) 0%,transparent 58%), var(--glass-bg-strong);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.40);
}
.founder::before{
  content:""; position:absolute; right:-120px; top:-120px;
  width:420px; height:420px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.12), transparent 65%);
}
.founder-photo{
  position:relative; align-self:end; min-height:205px;
  display:flex; align-items:flex-end; justify-content:center;
}
.founder-photo::before{
  content:""; position:absolute; left:50%; bottom:0; transform:translateX(-50%);
  width:250px; height:250px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18), transparent 68%);
}
.founder-photo img{ position:relative; max-height:255px; width:auto; object-fit:contain; }

.founder-info{ position:relative; padding:30px 26px 28px; align-self:center; }
.founder-info h2{ font-size:clamp(30px,2.9vw,40px); font-weight:700; margin-bottom:6px; }
.role{ font-family:var(--f-display); font-size:14px; font-weight:500; color:var(--text-body); margin-bottom:14px; }
.mission{ font-size:12.5px; color:var(--text-body); line-height:1.7; max-width:290px; margin-bottom:20px; }

.socials{ display:flex; gap:10px; }
.socials a{
  width:30px; height:30px; border-radius:50%;
  border:1px solid var(--glass-border); background:var(--glass-bg-strong);
  display:grid; place-items:center; color:#fff;
  transition:background .2s ease, transform .2s ease;
}
.socials a svg{ width:15px; height:15px; }
.socials a:hover{ background:var(--glass-bg-strong); transform:translateY(-2px); }

.founder-quote{
  position:relative; padding:34px 34px; align-self:center;
  border-left:1px solid var(--glass-border);
}
.quote-mark{
  display:block; font-family:var(--f-display); font-size:48px; font-weight:700;
  line-height:.6; color:var(--text-body); margin-bottom:16px;
}
.founder-quote p{ font-family:var(--f-display); font-size:clamp(17px,1.5vw,21px); font-weight:400; line-height:1.55; margin-bottom:16px; }
.quote-by{ font-size:12.5px; color:var(--text-body); }

.dots{ position:absolute; right:28px; bottom:20px; display:flex; gap:7px; }
.dots i{ width:6px; height:6px; border-radius:50%; background:var(--glass-bg-strong); }
.dots i.on{ background:#fff; width:16px; border-radius:4px; }

.news-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.news-card{
  display:flex; gap:12px; padding:15px;
  border-radius:var(--radius);
  background:var(--glass-bg); border:1px solid var(--line);
  transition:border-color .25s ease, transform .25s ease;
}
.news-card:hover{ border-color:rgba(255,255,255,.21); transform:translateY(-4px); }
.news-card h4{ font-size:14.5px; font-weight:600; margin-bottom:5px; }
.news-card p{ color:var(--muted-2); font-size:11.5px; line-height:1.55; margin-bottom:10px; }
.news-foot{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
.news-foot span{ font-size:11.5px; color:var(--muted-2); }

.cta-wrap{ padding:20px 0 0; }
.cta{
  position:relative; overflow:hidden;
  border-radius:var(--radius-lg) var(--radius-lg) 0 0;
  background:linear-gradient(100deg,var(--accent) 0%,var(--accent-strong) 62%,transparent 100%), var(--glass-bg-strong);
  padding:22px 34px 20px; min-height:104px;
  display:flex; align-items:center;
}
.cta-copy{ position:relative; z-index:2; max-width:620px; }
.cta-copy h2{ font-size:clamp(20px,2.2vw,26px); font-weight:600; margin-bottom:6px; }
.cta-copy p{ font-size:13px; color:var(--text-body); margin-bottom:14px; }
.cta-actions{ display:flex; flex-wrap:wrap; gap:12px; }
.cta-globe{
  position:absolute; right:34px; top:50%; transform:translateY(-50%);
  width:360px; opacity:.95; pointer-events:none;
}

.footer{ background:var(--glass-bg); border-top:1px solid var(--glass-border); padding:26px 0 0;
  backdrop-filter:blur(30px) saturate(130%); -webkit-backdrop-filter:blur(30px) saturate(130%); }
.foot-grid{
  display:grid; grid-template-columns:1.35fr .8fr .8fr .9fr 1.25fr;
  gap:28px; padding-bottom:20px;
}
.foot-brand p{ color:var(--muted-2); font-size:11.5px; margin:11px 0 13px; max-width:200px; }
.socials.sm a{ width:28px; height:28px; border-color:var(--line); background:var(--glass-bg); color:var(--text-body); }
.socials.sm a:hover{ background:rgba(255,255,255,.055); color:var(--text-main); }

.foot-col h5{ font-size:12.5px; font-weight:600; margin-bottom:11px; }
.foot-col a{
  display:block; color:var(--muted-2); font-size:11.5px; line-height:1.8;
  transition:color .2s ease;
}
.foot-col a:hover{ color:var(--purple-light); }

.foot-contact p{
  display:flex; align-items:center; gap:8px;
  color:var(--muted-2); font-size:11.5px; line-height:1.8;
}
.fi{ width:14px; height:14px; color:var(--purple-light); flex:none; }
.fi svg{ width:14px; height:14px; }
.sub-title{ margin-top:14px !important; color:var(--text-body) !important; font-size:12px; }

.subscribe{
  display:flex; gap:8px; margin-top:8px;
  background:var(--glass-bg); border:1px solid var(--line);
  border-radius:10px; padding:4px 4px 4px 12px; max-width:260px;
}
.subscribe input{
  flex:1; min-width:0; background:none; border:none; outline:none;
  font-size:12px; color:var(--text-main);
}
.subscribe input::placeholder{ color:var(--text-muted); }
.subscribe button{
  width:30px; height:30px; border-radius:8px; border:none; cursor:pointer;
  background:linear-gradient(145deg,var(--accent),var(--accent-strong)); color:#fff;
  display:grid; place-items:center; font-size:13px;
}
.sub-msg{ display:block; font-size:11px; color:var(--purple-light); margin-top:8px; min-height:14px; }

.foot-grid.six{ grid-template-columns:1.2fr .78fr .72fr .78fr .62fr 1.05fr; }

.foot-bottom{
  border-top:1px solid var(--line-soft); padding:14px 24px;
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; flex-wrap:wrap;
}
.foot-bottom p{ color:var(--muted-2); font-size:11.5px; }

.built-by{ margin-left:18px; color:var(--muted-2); }
.built-by a{ color:var(--purple-light); font-weight:600; }
.built-by a:hover{ color:var(--purple); text-decoration:underline; }

.foot-links{ display:flex; align-items:center; gap:10px; font-size:11.5px; }
.foot-links a{ color:var(--muted-2); }
.foot-links a:hover{ color:var(--purple-light); }
.foot-links i{ color:var(--text-body); font-style:normal; }

@media (max-width: 560px){
  .foot-bottom{ justify-content:center; text-align:center; }
  .built-by{ display:block; margin-left:0; margin-top:6px; }
}

@media (max-width: 1080px){
  .foot-grid.six{ grid-template-columns:repeat(3, minmax(0,1fr)); }
}
@media (max-width: 860px){
  .foot-grid.six{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

.reveal{
  opacity:0; transform:perspective(1000px) rotateX(4deg) translate3d(0,16px,-22px);
  transition:opacity .34s ease, transform .38s cubic-bezier(.2,.7,.3,1);
}
.reveal.in{ opacity:1; transform:none; }

.road-years{ perspective:900px; }
.road-line{ transform:scaleX(0); transform-origin:left center; transition:transform 1.1s cubic-bezier(.2,.7,.3,1); }
.road-track.in .road-line{ transform:scaleX(1); }
.year .dot{ transform:scale(0); transition:transform .5s cubic-bezier(.34,1.56,.64,1); }
.road-track.in .year .dot{ transform:scale(1); transition-delay:calc(var(--i,0) * 140ms + 260ms); }
.year span{ opacity:0; transform:translateY(8px); transition:opacity .5s ease, transform .5s cubic-bezier(.2,.7,.3,1); }
.road-track.in .year span{ opacity:1; transform:none; transition-delay:calc(var(--i,0) * 140ms + 340ms); }

@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition-duration:.01ms !important; }
  .reveal{ opacity:1; transform:none; }
  .road-line{ transform:scaleX(1); }
  .year .dot{ transform:scale(1); }
  .year span{ opacity:1; transform:none; }
}
:focus-visible{ outline:2px solid var(--purple-light); outline-offset:3px; border-radius:6px; }

@media (max-width:1080px){
  .nav-links{
    position:fixed; inset:64px 16px auto 16px; flex-direction:column; align-items:flex-start;
    gap:6px; padding:16px; border-radius:16px; display:none;
    background:var(--glass-bg-strong); border:1px solid var(--glass-border);
    backdrop-filter:blur(26px) saturate(130%); -webkit-backdrop-filter:blur(26px) saturate(130%);
  }
  .nav-links.open{ display:flex; }
  .nav-links a{ width:100%; padding:9px 6px; font-size:14px; }
  .nav-toggle{ display:flex; }

  .hero{ padding-top:110px; }
  .hero-grid,.eco-grid,.road-grid,.two-col{ grid-template-columns:1fr; gap:40px; }
  .stats-grid{ grid-template-columns:repeat(3,1fr); }
  .prod-grid{ grid-template-columns:repeat(3,1fr); }
  .founder{ grid-template-columns:1fr 1fr; }
  .founder-quote{ grid-column:1 / -1; border-left:none; border-top:1px solid var(--glass-border); }
  .foot-grid{ grid-template-columns:repeat(3,1fr); }
}

@media (max-width:820px){
  .sec-head,.sec-head.tight{ display:block; }
  .sec-head-right{ display:block; margin-top:16px; }
  .sec-head-right p{ margin-bottom:16px; max-width:none; }
  .news-grid{ grid-template-columns:1fr; }
  .road-cards{ grid-template-columns:repeat(2,1fr); }
  .road-years{ grid-template-columns:repeat(4,1fr); }
  .why-grid{ grid-template-columns:1fr; }
  .cta{ flex-direction:column; align-items:flex-start; padding:30px 26px; }
  .cta-globe{ right:-80px; top:auto; bottom:-110px; transform:none; width:260px; opacity:.45; }
}

@media (max-width:640px){
  .container{ padding-inline:18px; }
  .hero-copy h1{ font-size:32px; }
  .hub-grid{ grid-template-columns:1fr 1fr; }
  .hub-rail{ width:44px; }
  .stats-grid{ grid-template-columns:1fr 1fr; }
  .prod-grid{ grid-template-columns:1fr 1fr; }
  .road-cards{ grid-template-columns:1fr; }
  .road-years{ grid-template-columns:1fr; gap:10px; }
  .road-years .year{ flex-direction:row; gap:10px; }
  .road-line{ display:none; }
  .founder{ grid-template-columns:1fr; }
  .founder-quote{ padding:28px 24px 46px; }
  .founder-quote p{ font-size:16px; }
  .foot-grid{ grid-template-columns:1fr 1fr; }
  .eco-map{ height:auto; display:grid; gap:10px; }
  .eco-lines{ display:none; }
  .eco-core{ position:static; transform:none; width:100%; height:auto; padding:22px; border-radius:16px; margin-bottom:6px; }
  .node{ position:static; transform:none; }
  .n1{ left:auto; transform:none; }
  .n1:hover{ transform:translateY(-3px); }
}

@media (max-width:420px){
  .hub-grid{ grid-template-columns:1fr; }
  .stats-grid,.prod-grid,.foot-grid{ grid-template-columns:1fr; }
}

.founder-sec .container,
.cta-wrap .container{ max-width:1300px; }

.founder-photo img{ filter:drop-shadow(0 20px 40px rgba(0,0,0,.35)); }

.stat strong .pre{
  display:block; font-size:13px; font-weight:500;
  color:var(--text-body); line-height:1.15;
}

@media (max-width:1080px){ .tech-grid{ max-width:none; } }
@media (max-width:640px){ .tech-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }

.prod-card h3{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.live-tag{
  padding:2px 8px; border-radius:6px;
  background:rgba(255,45,28,.14); border:1px solid var(--glass-border);
  color:var(--accent); font-family:var(--f-display); font-size:9.5px; font-weight:500;
  letter-spacing:.02em;
}

.socials a[data-social]{ display:none; }
.socials a[data-social].ready{ display:grid; }

.announce{
  position:relative; z-index:60;
  padding:9px 20px; text-align:center;
  font-size:13px; line-height:1.5; color:#fff;
  background:linear-gradient(100deg,var(--accent-soft),var(--accent) 45%,var(--accent-strong));
}
.announce a{ text-decoration:underline; text-underline-offset:2px; }
body:has(> .announce) .nav{ top:0; }

.services-sec .sec-lead{
  color:var(--muted); font-size:14.5px; line-height:1.75;
  max-width:640px; margin-bottom:30px;
}
.svc-grid{
  display:grid; gap:16px;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}
.svc{
  padding:24px 22px; border-radius:var(--radius);
  transition:border-color .2s ease, transform .2s ease;
}
.svc:hover{ border-color:var(--purple); transform:translateY(-2px); }
.svc-ico{
  display:grid; place-items:center; width:44px; height:44px;
  border-radius:13px; margin-bottom:15px; color:#fff;
  background:linear-gradient(135deg,var(--accent-soft),var(--accent) 55%,var(--accent-strong));
}
.svc-ico svg{ width:22px; height:22px; }
.svc h3{ font-size:16px; font-weight:600; margin-bottom:7px; }
.svc p{ font-size:13.5px; color:var(--muted); line-height:1.7; }

.svc-note{
  margin-top:28px; font-size:14.5px; line-height:1.75;
  color:var(--text); max-width:640px;
}
.svc-cta{ display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }

.eco-map .node{
  position:absolute; left:var(--nx); top:var(--ny);
  transform:translate(-50%,-50%);
  display:grid; justify-items:center; gap:3px;
  padding:10px 12px; border-radius:13px; text-align:center;
  transition:border-color .2s ease, transform .2s ease;
  min-width:104px;
}
.eco-map .node:hover{ border-color:var(--purple); transform:translate(-50%,-50%) scale(1.04); }
.eco-map .node b{ font-size:12.5px; font-weight:600; color:var(--text); }
.eco-map .node i{ font-size:10.5px; font-style:normal; color:var(--muted); }

.road-card li.done{ opacity:.62; }
.road-card li.done::before{ content:"✓ "; color:var(--accent); }
.road-card li.empty{ opacity:.5; font-style:italic; }

.hub-card a.launch{ display:inline-flex; align-items:center; gap:5px; }

@media (max-width:860px){
  .eco-map{ height:auto; display:grid; gap:10px; }
  .eco-map .node{
    position:static; transform:none; left:auto; top:auto;
    justify-items:start; text-align:left;
    grid-template-columns:auto 1fr; align-items:center; gap:11px;
    padding:12px 14px; min-width:0;
  }
  .eco-map .node .ico{ grid-row:span 2; }
  .eco-map .node:hover{ transform:translateY(-2px); }
}

.doors{ padding:38px 0 6px; }
.doors-lead{
  font-size:14px; color:var(--muted); margin-bottom:16px;
}
.doors-grid{
  display:grid; gap:16px;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
}
.door{
  display:block; padding:26px 25px; border-radius:var(--radius);
  transition:border-color .2s ease, transform .2s ease;
}
.door:hover{ border-color:var(--purple); transform:translateY(-3px); }
.door-ico{
  display:grid; place-items:center; width:44px; height:44px;
  border-radius:13px; margin-bottom:16px; color:#fff;
  background:linear-gradient(135deg,var(--accent-soft),var(--accent) 55%,var(--accent-strong));
}
.door-ico svg{ width:22px; height:22px; }
.door b{ display:block; font-size:18px; font-weight:600; margin-bottom:9px; }
.door p{ font-size:14px; line-height:1.75; color:var(--muted); margin-bottom:16px; }
.door-go{
  display:inline-flex; align-items:center; gap:6px;
  font-size:13.5px; font-weight:600; color:var(--purple);
}
.door.hot{
  background:
    linear-gradient(150deg, rgba(255,45,28,.14), rgba(255,20,147,.07)),
    var(--card-solid);
  border-color:var(--glass-border);
}

@media (min-width: 900px) and (hover: hover) and (pointer: fine){
  .img-slot,.hq{ perspective:1500px; perspective-origin:50% 45%; }
  .img-slot:has(.slot-fallback),.hq{ overflow:visible; }
  .img-slot > *,.img-slot .slot-fallback,.img-slot .slot-photo,.hq > *{
    transform-style:preserve-3d;
    transform:rotateX(var(--sx,0deg)) rotateY(var(--sy,0deg));
    transition:transform .5s cubic-bezier(.2,.7,.3,1);
  }
  .img-slot.lit > *,.img-slot.lit .slot-fallback,.img-slot.lit .slot-photo,.hq.lit > *{
    transition-duration:.14s;
  }

  .img-slot .orbit-rings{ transform:translateZ(-40px); }
  .img-slot .orbit-core{ transform:translate(-50%,-50%) translateZ(40px); }
  .img-slot .onode{ transform:translateZ(42px); }
  .img-slot .nd1{ transform:translateX(-50%) translateZ(42px); }
  .img-slot .onode:hover{ transform:translateZ(56px); }
  .img-slot .nd1:hover{ transform:translateX(-50%) translateZ(56px); }

  .img-slot .bl-laptop{ transform:translateZ(14px); }
  .img-slot .bl-panes,.img-slot .bl-feed,.img-slot .bl-side{ transform:translateZ(30px); }
  .img-slot .bl-cta{ transform:translateZ(46px); }
  .img-slot .float{ transform:translateZ(60px); }

  .img-slot .scales svg,.img-slot .peak svg,.img-slot .ls-chart svg,
  .img-slot .about-visual img{ transform:translateZ(30px); }

  .hire-art .ha-back{ transform:translateZ(-30px); }
  .hire-art .ha-mid{ transform:translateZ(18px); }
  .hire-art .ha-front{ transform:translateZ(54px); }
  .hire-art .ha-orb.o1{ transform:translateZ(70px); }
  .hire-art .ha-orb.o2{ transform:translateZ(38px); }

  .rm3d .rm-lane{ transform:translateZ(-18px); }
  .rm3d .rm-glow{ transform:translate(-50%,-50%) translateZ(-34px); }
  .rm3d .rm-stop{ transform:translate(-50%,-50%) translateZ(34px); }

  .cr3d .cr-glow{ transform:translate(-50%,-50%) translateZ(-30px); }
  .cr3d .cr-a{ transform:translateZ(16px); }
  .cr3d .cr-b{ transform:translateZ(48px); }
  .cr3d .cr-c{ transform:translateZ(28px); }
  .cr3d .cr-people{ transform:translateZ(64px); }

  .cr-hero3d .crh-glow{ transform:translate(-50%,-50%) translateZ(-30px); }
  .cr-hero3d .crh-role.r1{ transform:translateZ(18px); }
  .cr-hero3d .crh-role.r2{ transform:translateZ(50px); }
  .cr-hero3d .crh-role.r3{ transform:translateZ(30px); }
  .cr-hero3d .crh-seat{ transform:translateZ(64px); }

  .ct3d .ct-glow{ transform:translate(-50%,-50%) translateZ(-30px); }
  .ct3d .b1{ transform:translateZ(20px); }
  .ct3d .b2{ transform:translateZ(46px); }
  .ct3d .b3{ transform:translateZ(30px); }
  .ct3d .ct-inbox{ transform:translateZ(66px); }
}
