:root{
  --bg: #0b1220;
  --bg2:#0a1628;
  --fg:#0b1220;
  --text:#0b1220;
  --muted: rgba(11,18,32,.72);
  --muted2: rgba(11,18,32,.55);
  --card: rgba(255,255,255,.88);
  --card2: rgba(255,255,255,.78);
  --border: rgba(11,18,32,.12);
  --brand: #10c4b5;
  --brand2:#6ee7ff;
  --shadow: 0 18px 50px rgba(0,0,0,.20);
  --radius: 18px;
  --radius2: 24px;
  --max: 1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--text);
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(16,196,181,.18), transparent 60%),
    radial-gradient(700px 450px at 90% 10%, rgba(110,231,255,.14), transparent 55%),
    linear-gradient(180deg, #f8fafc, #eef6ff 55%, #f7fbff);
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}

.wrap{
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}

.small{font-size: 13px; line-height:1.45}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  font-weight:700;
  letter-spacing:.01em;
  color: rgba(11,18,32,.80);
  padding:8px 12px;
  border:1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(248,250,252,.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11,18,32,.08);
}

.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 14px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 220px;
}

.brand-mark{
  width: 34px;
  height:34px;
}

.brand-name{
  font-weight: 800;
  letter-spacing:-.02em;
}

.brand-badge{
  font-size: 12px;
  font-weight: 700;
  color: rgba(11,18,32,.72);
  border: 1px solid rgba(11,18,32,.10);
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
}

.nav{
  display:flex;
  align-items:center;
  gap: 18px;
  font-weight: 600;
  color: rgba(11,18,32,.78);
}

.nav a{padding: 8px 10px; border-radius: 999px}
.nav a:hover{background: rgba(11,18,32,.05)}

.nav-cta{
  border: 1px solid rgba(16,196,181,.35);
  background: rgba(16,196,181,.12);
  color: rgba(11,18,32,.92);
}

.nav-toggle{
  display:none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(11,18,32,.12);
  background: rgba(255,255,255,.65);
  border-radius: 14px;
  padding: 10px;
}
.nav-toggle span{
  display:block;
  height:2px;
  background: rgba(11,18,32,.75);
  margin: 5px 0;
  border-radius: 999px;
}

.nav-drawer{
  display:none;
  flex-direction:column;
  gap: 10px;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(11,18,32,.08);
}
.nav-drawer a{
  padding: 10px 0;
  color: rgba(11,18,32,.86);
  font-weight: 700;
}

.hero{
  padding: 46px 0 26px;
}

.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: start;
}

.hero-copy h1{
  margin: 14px 0 10px;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.lead{
  font-size: 18px;
  line-height: 1.55;
  color: rgba(11,18,32,.80);
  margin: 0 0 16px;
}

.cta-row{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(11,18,32,.12);
  font-weight: 800;
  letter-spacing: -.01em;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 26px rgba(0,0,0,.08);
}

.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}
.btn-primary{
  border-color: rgba(16,196,181,.55);
  background: linear-gradient(180deg, rgba(16,196,181,.92), rgba(16,196,181,.72));
  color: rgba(11,18,32,.92);
}
.btn-ghost{
  background: rgba(255,255,255,.55);
  border-color: rgba(11,18,32,.12);
  box-shadow: none;
}

.trust-row{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.trust-pill{
  font-size: 12px;
  font-weight: 800;
  color: rgba(11,18,32,.72);
  border: 1px solid rgba(11,18,32,.10);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.60);
}

.card{
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(11,18,32,.10);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}

.hero-visual{
  overflow:hidden;
}

.hero-visual-top{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 14px 14px 10px;
  border-bottom: 1px solid rgba(11,18,32,.08);
  background: rgba(255,255,255,.60);
}
.dot{
  width: 10px; height:10px;
  border-radius: 999px;
  border: 1px solid rgba(11,18,32,.10);
}
.dot.ok{background: rgba(16,196,181,.92)}
.dot.warn{background: rgba(255,193,7,.92)}
.dot.idle{background: rgba(148,163,184,.92)}
.hero-visual-title{
  margin-left: 8px;
  font-weight: 900;
  letter-spacing:-.02em;
  color: rgba(11,18,32,.85);
}

.hero-visual-img{
  width:100%;
  height:auto;
  display:block;
  background: rgba(11,18,32,.03);
}

.hero-visual-foot{
  padding: 12px 14px 14px;
  color: rgba(11,18,32,.62);
  font-weight: 600;
  font-size: 12px;
}

.section{
  padding: 34px 0;
}

.section-alt{
  background: rgba(11,18,32,.03);
  border-top: 1px solid rgba(11,18,32,.05);
  border-bottom: 1px solid rgba(11,18,32,.05);
}

.section-head{
  margin-bottom: 18px;
}
.section-head h2{
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 900;
}
.sub{
  margin: 0;
  color: rgba(11,18,32,.72);
  font-weight: 600;
}

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

.card h3{
  margin: 16px 16px 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing:-.01em;
}
.card p{
  margin: 0 16px 16px;
  color: rgba(11,18,32,.74);
  font-weight: 600;
  line-height: 1.55;
}

.list{
  margin: 0 16px 16px 32px;
  padding: 0;
  color: rgba(11,18,32,.72);
  font-weight: 600;
}
.list li{margin: 6px 0}

.flow{
  padding: 16px;
}
.flow-img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 18px;
  border: 1px solid rgba(11,18,32,.08);
  background: rgba(255,255,255,.7);
}
.flow-legend{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  padding: 12px 4px 2px;
  color: rgba(11,18,32,.72);
  font-weight: 800;
}
.chip{
  display:inline-flex;
  width: 22px;
  height: 22px;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  background: rgba(16,196,181,.18);
  border: 1px solid rgba(16,196,181,.30);
  font-size: 12px;
  margin-right: 6px;
}

.stack-grid{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.stack-pill{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid rgba(11,18,32,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  font-weight: 800;
  color: rgba(11,18,32,.78);
}
.stack-pill img{
  width: 22px;
  height: 22px;
  display:block;
}

.strip{
  padding: 18px 0 26px;
}
.strip-inner{
  overflow:hidden;
  border: 1px solid rgba(11,18,32,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.70);
}
.strip-track{
  display:inline-flex;
  gap: 14px;
  align-items:center;
  padding: 10px 14px;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing:-.01em;
  color: rgba(11,18,32,.76);
  animation: strip 20s linear infinite;
}
.sep{opacity:.35}

@keyframes strip{
  0%{transform: translateX(0)}
  100%{transform: translateX(-50%)}
}

@media (prefers-reduced-motion: reduce){
  .strip-track{animation:none}
  .btn:hover{transform:none}
}

.footer{
  padding: 34px 0 70px;
  background: rgba(11,18,32,.05);
  border-top: 1px solid rgba(11,18,32,.06);
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 14px;
}
.footer-col h4{
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing:-.01em;
  color: rgba(11,18,32,.82);
}
.footer-col a{
  display:block;
  padding: 7px 0;
  color: rgba(11,18,32,.72);
  font-weight: 700;
}
.footer-col a:hover{color: rgba(11,18,32,.92)}

.mobile-cta{
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--max), calc(100% - 28px));
  display:none;
  padding: 10px;
  border-radius: 18px;
  background: rgba(248,250,252,.86);
  border: 1px solid rgba(11,18,32,.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
}

@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr}
  .nav{display:none}
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}
  .nav-drawer{display:flex}
  .grid-3{grid-template-columns: 1fr}
  .grid-2{grid-template-columns: 1fr}
  .stack-grid{grid-template-columns: repeat(2, 1fr)}
  .footer-grid{grid-template-columns: 1fr 1fr}
  .mobile-cta{display:block}
}

.nav-drawer{display:none}
.nav-drawer[data-open="true"]{display:flex}

