:root{
  --bg:#0B0F14;
  --panel:#111820;
  --panel-2:#0E141B;
  --border:#1F2B37;
  --text:#E6EDF3;
  --muted:#8CA0B3;
  --muted-2:#5C7188;
  --up:#34D399;
  --warn:#F5B942;
  --down:#F2545B;
  --brand:#4C8DFF;
  --brand-dim:#2A4A85;
  --radius:10px;
  font-size:16px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);
  color:var(--text);
  font-family:'IBM Plex Sans', sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
.mono{font-family:'IBM Plex Mono', monospace;}
h1,h2,h3,h4{font-family:'Space Grotesk', sans-serif; font-weight:600; letter-spacing:-0.01em;}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 28px;}
section{position:relative;}
.eyebrow{
  font-family:'IBM Plex Mono', monospace;
  font-size:0.78rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--brand);
  display:flex; align-items:center; gap:8px;
  margin-bottom:14px;
}
.eyebrow::before{content:""; width:7px; height:7px; border-radius:50%; background:var(--brand); box-shadow:0 0 0 3px rgba(76,141,255,0.18);}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:13px 22px; border-radius:8px; font-weight:600; font-size:0.95rem;
  cursor:pointer; border:1px solid transparent; transition:all .15s ease;
}
.btn-primary{background:var(--brand); color:#08111F;}
.btn-primary:hover{background:#6BA0FF;}
.btn-ghost{background:transparent; color:var(--text); border-color:var(--border);}
.btn-ghost:hover{border-color:var(--muted-2);}
.btn-block{width:100%;}
header{
  position:sticky; top:0; z-index:100;
  background:rgba(11,15,20,0.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
nav{display:flex; align-items:center; justify-content:space-between; padding:16px 28px; max-width:1180px; margin:0 auto;}
.logo{display:flex; align-items:center; gap:10px; font-family:'Space Grotesk'; font-weight:700; font-size:1.05rem;}
.logo-dot{width:11px; height:11px; border-radius:50%; background:var(--up); box-shadow:0 0 0 3px rgba(52,211,153,0.16); animation:pulse 2.4s ease-in-out infinite;}
.nav-links{display:flex; gap:30px; font-size:0.92rem; color:var(--muted);}
.nav-links a:hover{color:var(--text);}
.nav-cta{display:flex; gap:12px; align-items:center;}
.nav-cta .btn{padding:10px 18px; font-size:0.88rem;}
.nav-toggle, .mobile-links{display:none;}
@keyframes pulse{
  0%,100%{box-shadow:0 0 0 3px rgba(52,211,153,0.16));}
  50%{box-shadow:0 0 0 6px rgba(52,211,153,0.06));}
}
@media (prefers-reduced-motion: reduce){
  .logo-dot, .status-dot, .ping{animation:none !important;}
}
.hero{padding:96px 0 80px; overflow:hidden;}
.hero-grid{display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;}
.hero h1{font-size:3.15rem; line-height:1.06; margin-bottom:22px;}
.hero h1 span{color:var(--brand);}
.hero p.lead{font-size:1.12rem; color:var(--muted); max-width:520px; margin-bottom:32px;}
.hero-actions{display:flex; gap:14px; margin-bottom:34px; flex-wrap:wrap;}
.hero-tags{display:flex; flex-wrap:wrap; gap:10px; font-size:0.82rem; color:var(--muted-2);}
.hero-tags span{padding:6px 12px; border:1px solid var(--border); border-radius:20px;}
.panel{
  background:var(--panel); border:1px solid var(--border); border-radius:14px;
  box-shadow:0 30px 60px -25px rgba(0,0,0,0.6);
  overflow:hidden;
}
.panel-head{display:flex; align-items:center; justify-content:space-between; padding:14px 18px; border-bottom:1px solid var(--border); background:var(--panel-2);}
.panel-head .dots{display:flex; gap:6px;}
.panel-head .dots i{width:9px; height:9px; border-radius:50%; background:var(--border);}
.panel-title{font-family:'IBM Plex Mono'; font-size:0.78rem; color:var(--muted); letter-spacing:0.06em;}
.panel-body{padding:8px;}
.site-row{
  display:grid; grid-template-columns:14px 1fr auto auto; gap:14px; align-items:center;
  padding:13px 12px; border-radius:8px;
}
.site-row:hover{background:var(--panel-2);}
.status-dot{width:9px; height:9px; border-radius:50%; position:relative;}
.status-dot.up{background:var(--up);}
.status-dot.warn{background:var(--warn);}
.status-dot.up::after, .status-dot.warn::after{
  content:""; position:absolute; inset:-5px; border-radius:50%;
  background:inherit; opacity:0.35; animation:ping 2.2s ease-out infinite;
}
@keyframes ping{0%{transform:scale(0.6); opacity:0.45;} 100%{transform:scale(2.1); opacity:0;}}
.site-name{font-size:0.92rem; font-weight:500;}
.site-name small{display:block; color:var(--muted-2); font-family:'IBM Plex Mono'; font-size:0.72rem; margin-top:2px;}
.site-metric{font-family:'IBM Plex Mono'; font-size:0.8rem; color:var(--muted); text-align:right; white-space:nowrap;}
.badge{font-family:'IBM Plex Mono'; font-size:0.7rem; padding:3px 8px; border-radius:5px; font-weight:600; letter-spacing:0.03em;}
.badge.up{color:var(--up); background:rgba(52,211,153,0.12);}
.badge.warn{color:var(--warn); background:rgba(245,185,66,0.12);}
.panel-foot{display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--border);}
.panel-foot div{padding:14px 18px; text-align:center; border-right:1px solid var(--border);}
.panel-foot div:last-child{border-right:none;}
.panel-foot .num{font-family:'IBM Plex Mono'; font-size:1.15rem; font-weight:600; color:var(--text);}
.panel-foot .lbl{font-size:0.72rem; color:var(--muted-2); margin-top:2px;}
.section{padding:88px 0;}
.section-head{max-width:640px; margin-bottom:52px;}
.section-head h2{font-size:2.1rem; margin-bottom:14px;}
.section-head p{color:var(--muted); font-size:1.02rem;}
.band{background:var(--panel-2); border-top:1px solid var(--border); border-bottom:1px solid var(--border);}
.problem-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
.problem-card{
  background:var(--panel); border:1px solid var(--border); border-radius:10px; padding:20px;
  display:flex; gap:12px; align-items:flex-start;
}
.problem-card .x{color:var(--down); font-family:'IBM Plex Mono'; font-weight:600; flex-shrink:0;}
.problem-card p{font-size:0.9rem; color:var(--muted);}
.feature-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.feature-card{
  background:var(--panel); border:1px solid var(--border); border-radius:12px; padding:26px;
  transition:border-color .15s ease;
}
.feature-card:hover{border-color:var(--brand-dim);}
.feature-icon{
  width:40px; height:40px; border-radius:9px; display:flex; align-items:center; justify-content:center;
  background:rgba(76,141,255,0.1); color:var(--brand); margin-bottom:18px;
}
.feature-card h3{font-size:1.06rem; margin-bottom:8px;}
.feature-card p{font-size:0.88rem; color:var(--muted); margin-bottom:14px;}
.status-line{font-family:'IBM Plex Mono'; font-size:0.72rem; color:var(--up); display:flex; align-items:center; gap:6px;}
.status-line::before{content:""; width:6px; height:6px; border-radius:50%; background:var(--up);}
.arch-strip{display:flex; align-items:center; gap:0; overflow-x:auto; padding-bottom:8px;}
.arch-node{
  flex:0 0 auto; background:var(--panel); border:1px solid var(--border); border-radius:9px;
  padding:14px 18px; font-family:'IBM Plex Mono'; font-size:0.78rem; color:var(--text); text-align:center; min-width:130px;
}
.arch-node span{display:block; color:var(--muted-2); font-size:0.68rem; margin-top:3px;}
.arch-arrow{flex:0 0 auto; color:var(--muted-2); padding:0 10px; font-size:1rem;}
.deploy-grid{display:grid; grid-template-columns:1fr 1fr; gap:22px;}
.deploy-card{background:var(--panel); border:1px solid var(--border); border-radius:14px; padding:32px;}
.deploy-card .tag{font-family:'IBM Plex Mono'; font-size:0.72rem; color:var(--brand); text-transform:uppercase; letter-spacing:0.08em; margin-bottom:10px;}
.deploy-card h3{font-size:1.3rem; margin-bottom:12px;}
.deploy-card p{color:var(--muted); font-size:0.92rem; margin-bottom:20px;}
.deploy-card ul{list-style:none;}
.deploy-card li{font-size:0.88rem; color:var(--text); padding:8px 0; border-top:1px solid var(--border); display:flex; gap:10px;}
.deploy-card li:first-child{border-top:none;}
.deploy-card li::before{content:"✓"; color:var(--up); font-weight:600; flex-shrink:0;}
.stats-row{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-radius:12px; overflow:hidden;}
.stat{background:var(--panel); padding:30px 20px; text-align:center;}
.stat .num{font-family:'IBM Plex Mono'; font-size:2rem; font-weight:600; color:var(--brand);}
.stat .lbl{font-size:0.82rem; color:var(--muted); margin-top:6px;}
.toggle-wrap{display:flex; justify-content:center; margin-bottom:44px;}
.toggle{
  display:inline-flex; background:var(--panel); border:1px solid var(--border); border-radius:30px; padding:4px; gap:4px;
}
.toggle button{
  font-family:'IBM Plex Mono'; font-size:0.82rem; padding:9px 20px; border-radius:24px; border:none;
  background:transparent; color:var(--muted); cursor:pointer; font-weight:500;
}
.toggle button.active{background:var(--brand); color:#08111F;}
.save-badge{font-size:0.68rem; background:rgba(52,211,153,0.15); color:var(--up); padding:2px 7px; border-radius:10px; margin-left:6px;}
.pricing-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; align-items:stretch;}
.price-card{
  background:var(--panel); border:1px solid var(--border); border-radius:14px; padding:28px 24px;
  display:flex; flex-direction:column;
}
.price-card.featured{border-color:var(--brand); background:linear-gradient(180deg, rgba(76,141,255,0.06), var(--panel) 40%); position:relative;}
.featured-tag{
  position:absolute; top:-12px; left:24px; background:var(--brand); color:#08111F; font-size:0.68rem;
  font-family:'IBM Plex Mono'; font-weight:600; padding:4px 10px; border-radius:6px; letter-spacing:0.04em;
}
.price-card h3{font-size:1.1rem; margin-bottom:6px;}
.price-card .desc{font-size:0.82rem; color:var(--muted); margin-bottom:20px; min-height:36px;}
.price-amount{font-family:'IBM Plex Mono'; font-size:2.1rem; font-weight:600; margin-bottom:2px;}
.price-amount span{font-size:0.95rem; color:var(--muted); font-weight:400;}
.price-sub{font-size:0.75rem; color:var(--muted-2); margin-bottom:22px; font-family:'IBM Plex Mono';}
.price-card ul{list-style:none; margin-bottom:24px; flex-grow:1;}
.price-card li{font-size:0.85rem; padding:7px 0; display:flex; gap:9px; color:var(--text);}
.price-card li::before{content:"–"; color:var(--muted-2); flex-shrink:0;}
.price-card li.included::before{content:"✓"; color:var(--up);}
.annual-only{display:none;}
body.annual .monthly-only{display:none;}
body.annual .annual-only{display:inline;}
.faq-list{max-width:800px;}
.faq-item{border-bottom:1px solid var(--border); padding:22px 0;}
.faq-item h4{font-size:1rem; margin-bottom:8px; display:flex; justify-content:space-between; cursor:pointer;}
.faq-item p{font-size:0.9rem; color:var(--muted); max-width:680px;}
.cta-final{
  background:linear-gradient(135deg, #0E1620, #10192B); border:1px solid var(--border); border-radius:18px;
  padding:60px; text-align:center; margin:0 auto;
}
.cta-final h2{font-size:2rem; margin-bottom:12px;}
.cta-final p{color:var(--muted); margin-bottom:28px;}
.cta-actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}
footer{border-top:1px solid var(--border); padding:44px 0 30px;}
.foot-grid{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:24px;}
.foot-links{display:flex; gap:28px; font-size:0.85rem; color:var(--muted);}
.foot-links a:hover{color:var(--text);}
.foot-note{font-size:0.78rem; color:var(--muted-2); margin-top:24px;}
.auth-shell{min-height:100vh; padding:48px 20px; display:flex; align-items:center; justify-content:center;}
.auth-card{width:min(100%, 520px); background:var(--panel); border:1px solid var(--border); border-radius:18px; overflow:hidden; box-shadow:0 30px 60px -25px rgba(0,0,0,0.6);}
.auth-header{padding:28px 28px 12px;}
.auth-body{padding:0 28px 28px;}
.auth-form{display:grid; gap:14px;}
.field{display:flex; flex-direction:column; gap:8px;}
.field label{font-size:0.74rem; color:var(--muted); text-transform:uppercase; letter-spacing:0.08em; font-family:'IBM Plex Mono';}
.field input, .field select{width:100%; border:1px solid var(--border); background:var(--panel-2); color:var(--text); border-radius:8px; padding:12px 14px; font:inherit;}
.field input:focus, .field select:focus{outline:none; border-color:var(--brand);}
.auth-links{display:flex; justify-content:space-between; align-items:center; margin-top:16px; font-size:0.92rem; color:var(--muted);}
.auth-links a{color:var(--brand);} 
.auth-note{margin-top:12px; font-size:0.84rem; color:var(--muted);} 
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr;}
  .hero h1{font-size:2.5rem;}
  .problem-grid, .feature-grid{grid-template-columns:repeat(2,1fr);}
  .deploy-grid{grid-template-columns:1fr;}
  .pricing-grid{grid-template-columns:repeat(2,1fr);}
  .stats-row{grid-template-columns:repeat(2,1fr);}
  .nav-links{display:none;}
}
@media (max-width: 620px){
  .wrap{padding:0 20px;}
  .hero{padding:56px 0 50px;}
  .hero h1{font-size:2.05rem;}
  .problem-grid, .feature-grid, .pricing-grid{grid-template-columns:1fr;}
  .panel-foot{grid-template-columns:1fr; }
  .panel-foot div{border-right:none; border-top:1px solid var(--border);}
  .panel-foot div:first-child{border-top:none;}
  .cta-final{padding:40px 24px;}
  .site-row{grid-template-columns:10px 1fr auto; }
  .site-row .site-metric.ssl-col{display:none;}
  .nav-cta .btn-ghost{display:none;}
  .auth-links{flex-direction:column; align-items:flex-start; gap:8px;}
}
