:root {
  color-scheme: dark;
  --bg: #07100d;
  --surface: #0c1813;
  --surface-2: #102019;
  --line: rgba(205, 235, 220, .14);
  --text: #f2f8f4;
  --muted: #9db0a6;
  --green: #63f2a7;
  --lime: #d5ff72;
  --dark: #07100d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}
.noise {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.orb { position: fixed; z-index: -2; width: 38rem; height: 38rem; border-radius: 50%; filter: blur(130px); opacity: .1; }
.orb-one { top: -15rem; right: -10rem; background: var(--green); }
.orb-two { top: 52rem; left: -24rem; background: var(--lime); }

.nav, main, footer { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; gap: 12px; align-items: center; color: var(--text); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: var(--dark); background: var(--green); font-weight: 900; font-size: 13px; letter-spacing: -.04em; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy b { font-size: 15px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .16em; }
nav { display: flex; gap: 28px; }
nav a { color: var(--muted); text-decoration: none; font-size: 13px; }
nav a:hover { color: var(--green); }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: 1.45fr .75fr; align-items: center; gap: 75px; padding: 70px 0 120px; }
.hero-copy, .hero-card { min-width: 0; }
.kicker, .section-label { color: var(--green); font-size: 11px; letter-spacing: .2em; font-weight: 750; text-transform: uppercase; }
.kicker span { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
h1 { margin: 23px 0 30px; font-size: clamp(52px, 7vw, 92px); line-height: 1.04; letter-spacing: -.065em; }
h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--lime); }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(16px, 1.6vw, 20px); overflow-wrap: anywhere; }
.actions { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; gap: 28px; padding: 13px 21px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 13px; }
.primary { color: var(--dark); background: var(--green); }
.primary:hover { background: var(--lime); }
.ghost { color: var(--text); border: 1px solid var(--line); }

.hero-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(12, 24, 19, .76); backdrop-filter: blur(20px); box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.terminal-title { display: flex; align-items: center; gap: 6px; margin: 0; padding: 14px 17px; border-bottom: 1px solid var(--line); }
.terminal-title i { width: 7px; height: 7px; border-radius: 50%; background: #385047; }
.terminal-title i:first-child { background: var(--green); }
.terminal-title span { margin-left: auto; color: #6f847b; font-family: Consolas, monospace; font-size: 10px; }
.terminal-line { display: grid; grid-template-columns: 28px 1fr; gap: 4px 10px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.terminal-line > span { grid-row: span 2; color: #52665d; font-family: Consolas, monospace; font-size: 11px; }
.terminal-line b { font-family: Consolas, monospace; font-size: 12px; letter-spacing: .08em; }
.terminal-line small { color: var(--muted); }
.terminal-status { margin: 0; padding: 16px 20px; color: #677c72; font-family: Consolas, monospace; font-size: 9px; }
.terminal-status { overflow-wrap: anywhere; }
.terminal-status strong { color: var(--green); }

.statement { padding: 150px 0 165px; border-top: 1px solid var(--line); text-align: center; }
.statement p { color: var(--muted); }
.statement h2 { max-width: 900px; margin: 20px auto 0; font-size: clamp(35px, 5vw, 66px); letter-spacing: -.045em; }
.section { padding: 55px 0 135px; scroll-margin-top: 25px; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-head h2, .prepare h2, .closing h2 { margin: 10px 0 0; font-size: clamp(38px, 5.1vw, 64px); line-height: 1.08; letter-spacing: -.055em; }
.section-head > p { max-width: 460px; margin: 0 0 8px; color: var(--muted); }

.map-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.map-card { min-height: 430px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.accent-card { color: var(--dark); background: var(--green); }
.card-top { display: flex; justify-content: space-between; padding-bottom: 60px; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.accent-card .card-top, .accent-card p { color: #1d5038; }
.card-top b { font-family: Consolas, monospace; font-size: 12px; }
.map-card h3 { max-width: 410px; margin: 0 0 15px; font-size: clamp(25px, 3vw, 38px); line-height: 1.18; letter-spacing: -.035em; }
.map-card p { max-width: 500px; color: var(--muted); }
.map-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.map-card li { padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; color: #c8d8d0; font-size: 11px; }
.accent-card li { color: #133a29; border-color: rgba(7,16,13,.22); }

.path-section { margin-inline: calc(50% - 50vw); padding-inline: max(22px, calc((100vw - 1180px) / 2)); color: var(--dark); background: var(--lime); }
.light-head .section-label, .light-head > p { color: #36502c; }
.path { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(7,16,13,.22); }
.path li { display: grid; grid-template-columns: 100px 1fr; padding: 26px 0; border-bottom: 1px solid rgba(7,16,13,.22); }
.path li > span { font: 12px Consolas, monospace; }
.path li div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; }
.path b { font-size: 19px; }
.path p { max-width: 570px; margin: 0; color: #36502c; }

.idea-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.idea-grid article { min-height: 300px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(155deg, var(--surface-2), var(--surface)); }
.idea-grid article span { color: var(--green); font: 10px Consolas, monospace; letter-spacing: .14em; }
.idea-grid h3 { margin: auto 0 13px; font-size: 20px; line-height: 1.3; }
.idea-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.prepare { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.prepare-copy > p:last-child { margin-top: 30px; color: var(--muted); }
.prepare-list { border-top: 1px solid var(--line); }
.prepare-list > div { display: grid; grid-template-columns: 55px 1fr; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }
.prepare-list b { color: #52665d; font: 11px Consolas, monospace; }
.prepare-list span { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.prepare-list strong { font-size: 15px; }
.prepare-list small { color: var(--muted); text-align: right; }

.closing { position: relative; margin: 30px 0 120px; padding: 95px 70px; overflow: hidden; border-radius: 30px; color: var(--dark); background: var(--green); }
.closing .section-label { color: #286347; }
.closing h2 { max-width: 900px; }
.closing h2 span { color: #286347; }
.closing > p:last-of-type { margin-top: 35px; color: #286347; }
.closing a { position: absolute; right: 45px; bottom: 42px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(7,16,13,.25); border-radius: 50%; color: var(--dark); text-decoration: none; font-size: 21px; }

footer { display: flex; justify-content: space-between; padding: 31px 0 46px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .hero-card { max-width: 550px; }
  .idea-grid { grid-template-columns: repeat(2, 1fr); }
  .prepare { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 680px) {
  .nav { height: 78px; }
  nav { display: none; }
  .hero { padding: 65px 0 100px; gap: 45px; }
  .hero-copy, .hero-card { width: 100%; max-width: calc(100vw - 44px); }
  .lead { width: 100%; word-break: break-all; }
  h1 { font-size: clamp(38px, 10.5vw, 48px); letter-spacing: -.075em; }
  .statement { padding: 100px 0 115px; text-align: left; }
  .section { padding-bottom: 100px; }
  .section-head { grid-template-columns: 1fr; gap: 17px; }
  .map-grid, .idea-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 390px; padding: 25px; }
  .path li { grid-template-columns: 45px 1fr; }
  .path li div { grid-template-columns: 1fr; gap: 6px; }
  .prepare-list span { display: grid; }
  .prepare-list small { text-align: left; }
  .closing { padding: 60px 28px 95px; }
  footer { display: grid; gap: 8px; }
}
