:root {
  --bg: #080c0e;
  --panel: #0d1316;
  --panel-2: #10181b;
  --line: #1d282c;
  --text: #edf2f1;
  --muted: #899694;
  --teal: #2ebcab;
  --magenta: #9b1b89;
  --max: 1240px;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 18%, rgba(46,188,171,.07), transparent 27%),
    radial-gradient(circle at 92% 64%, rgba(155,27,137,.055), transparent 25%),
    var(--bg);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.mono { font-family: var(--mono); }
.teal { color: var(--teal); }
.magenta { color: #c95ab9; }
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.logo { width: 146px; display: block; }
nav { display: flex; gap: 34px; align-items: center; }
nav a {
  font-size: 13px;
  color: #cbd3d1;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease;
}
nav a:hover { color: var(--teal); }
.nav-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 14px rgba(46,188,171,.8); }

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  padding: 76px 0 92px;
  position: relative;
}
.hero-copy { padding-left: 44px; position: relative; }
.hero-copy::before {
  content: "01";
  position: absolute;
  left: 0;
  top: 4px;
  font: 500 12px var(--mono);
  color: var(--teal);
  letter-spacing: .1em;
}
.hero h1 {
  font-size: clamp(2rem, 2.8vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -.055em;
  font-weight: 500;
  max-width: 11.5ch;
  margin: 0;
}
.hero h1 .teal { color: var(--teal); }
.hero h1 .magenta { color: #c95ab9; }
.lead {
  margin: 30px 0 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.cta {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--teal);
  padding: 14px 18px 14px 20px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.cta:hover { background: rgba(46,188,171,.09); color: #eafffb; transform: translateY(-1px); }
.cta span:last-child { font-size: 21px; line-height: 1; }

.editor {
  border: 1px solid #263438;
  background: rgba(13,19,22,.92);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
  position: relative;
}
.editor-top { height: 60px; display:flex; align-items:center; border-bottom:1px solid var(--line); background:#0b1114; }
.tab { height: 100%; display:flex; align-items:center; gap:10px; padding:0 20px; color:var(--teal); border-right:1px solid var(--line); font:500 14px var(--mono); }
.file-dot { width:8px; height:8px; border:1px solid var(--teal); border-radius:2px; }
.editor-main { min-height: 430px; display:grid; grid-template-columns: 58px 1fr 52px; }
.gutter { padding-top: 42px; border-right:1px solid #182125; color:#556367; font:400 14px/2.95 var(--mono); text-align:right; padding-right:14px; user-select:none; }
.code { padding: 40px 24px 30px; font:400 clamp(13px, 1.35vw, 16px)/3 var(--mono); white-space: nowrap; overflow:auto; }
.kw { color:#d45ac3; }
.fn { color:var(--teal); }
.var { color:#edf2f1; }
.pun { color:#72817e; }
.str { color:#b9d6cf; }
.minimap { border-left:1px solid #182125; padding: 40px 9px; display:flex; flex-direction:column; gap:9px; }
.mini-line { height:4px; border-radius:2px; background:#293538; opacity:.8; }
.mini-line.teal { background:var(--teal); width:70%; }
.mini-line.magenta { background:var(--magenta); width:55%; margin-left:auto; }
.editor-bottom { height: 45px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; padding:0 14px; color:#6f7c79; font:400 11px var(--mono); }
.status { display:flex; gap:18px; }
.status .ok { color:var(--teal); }

section { padding: 120px 0; border-top: 1px solid var(--line); }
.section-head { display:flex; align-items:flex-start; gap:20px; margin-bottom: 46px; }
.section-no { color:var(--teal); font:500 12px var(--mono); padding-top:5px; }
.section-title { margin:0; font-size:clamp(30px, 4vw, 50px); line-height:1.1; letter-spacing:-.04em; font-weight:500; }
.about-grid { display:grid; grid-template-columns: 1fr 1.2fr; gap:80px; }
.about-kicker { color:var(--muted); font:400 14px var(--mono); }
.about-copy { max-width:760px; color:#b5c0bd; font-size:19px; line-height:1.8; }
.about-copy p { margin:0 0 22px; }

.trusted { overflow:hidden; }
.logos { display:grid; grid-template-columns:repeat(3, 1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.logo-slot { min-height:125px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:#667471; font:500 12px var(--mono); letter-spacing:.12em; text-transform:uppercase; }
.logo-slot span { opacity:.55; transition:opacity .2s ease, color .2s ease; }
.logo-slot:hover span { opacity:1; color:var(--teal); }

.contact-grid { display:grid; grid-template-columns:1.2fr 1fr; gap:80px; align-items:end; }
.command { color:var(--teal); font:500 14px var(--mono); margin-bottom:18px; }
.contact-title {
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -.05em;
  font-weight: 500;
  margin: 0;
}
.contact-subtitle {
  display: block;
  margin-top: .65rem;
  font-family: inherit;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 400;
  color: #8d9795;
  letter-spacing: 0;
}
.contact-link { display:inline-block; margin-top:32px; font:500 clamp(20px, 2.4vw, 30px) var(--mono); color:#e7eeec; border-bottom:1px solid #3b4a48; padding-bottom:5px; }
.contact-link:hover { color:var(--teal); border-color:var(--teal); }
.company { border-left:1px solid var(--line); padding-left:30px; color:#8d9b97; font:400 13px/2 var(--mono); }
.company strong { color:#e5ecea; font-weight:500; }
footer { border-top:1px solid var(--line); padding:24px 0 34px; color:#65726f; font:400 11px var(--mono); display:flex; justify-content:space-between; }

.cursor { display:inline-block; width:8px; height:1.05em; background:var(--teal); vertical-align:-.12em; margin-left:3px; animation:blink 1.05s steps(1) infinite; }
@keyframes blink { 50% { opacity:0; } }
@media (max-width: 960px) {
  .hero { grid-template-columns:1fr; padding-top:60px; }
  .hero-copy { padding-left:34px; }
  .editor { margin-top:10px; }
  .about-grid, .contact-grid { grid-template-columns:1fr; gap:36px; }
  .company { border-left:0; border-top:1px solid var(--line); padding:28px 0 0; }
}
@media (max-width: 640px) {
  .wrap { width:min(calc(100% - 30px), var(--max)); }
  .site-header { height:76px; }
  .logo { width:125px; }
  nav { gap:14px; }
  nav a { font-size:10px; }
  .nav-dot { display:none; }
  .hero { min-height:auto; padding:56px 0 72px; }
  .hero-copy { padding-left:28px; }
  .hero h1 { font-size:42px; }
  .lead { font-size:16px; }
  .editor-main { grid-template-columns:44px 1fr; }
  .minimap { display:none; }
  .code { padding:30px 16px; }
  section { padding:82px 0; }
  .logos { grid-template-columns:1fr 1fr; }
  .logo-slot { min-height:100px; }
  footer { flex-direction:column; gap:8px; }
}
