*, *::before, *::after {
  box-sizing:border-box;
  margin:0;
  padding:0
}
:root {
  --bg:#060816;
  --surface:#0d1020;
  --surface2:#111426;
  --border:rgba(255, 255, 255, 0.07);
  --border2:rgba(255, 255, 255, 0.13);
  --ink:#f4f3f0;
  --soft:#9ca3af;
  --muted:#4a4e6a;
  --accent:#a855f7;
  --accent2:#8b5cf6;
  --accent-soft:rgba(168, 85, 247, 0.12);
  --accent-border:rgba(168, 85, 247, 0.25);
  --accent-glow:rgba(168, 85, 247, 0.35);
  --green:#4ac94a;
  --amber:#ffb800;
  --mono:'Fragment Mono', monospace;
  --body:'Plus Jakarta Sans', sans-serif;
}
html {
  scroll-behavior:smooth
}
body {
  background:var(--bg);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.7;
  overflow-x:hidden
}
body::before {
  content:'';
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background-image:linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size:60px 60px
}
.glow-wrap {
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  overflow:hidden
}
.glow {
  position:absolute;
  border-radius:50%;
  filter:blur(100px);
  opacity:0.08
}
.glow-1 {
  width:500px;
  height:500px;
  top:-150px;
  right:-100px;
  background:#7c3aed
}
.glow-2 {
  width:300px;
  height:300px;
  bottom:30%;
  left:-80px;
  background:#6d28d9
}
/* NAV */
nav {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 40px;
  height:60px;
  border-bottom:1px solid var(--border);
  background:rgba(6, 8, 22, 0.88);
  backdrop-filter:blur(16px)
}
.nav-logo {
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none
}
.nav-logo img {
  width:28px;
  height:28px;
  object-fit:contain
}
.nav-logo-text {
  font-weight:800;
  font-size:17px;
  color:var(--ink)
}
.nav-r {
  display:flex;
  align-items:center;
  gap:28px
}
.nav-r a {
  font-family:var(--mono);
  font-size:11px;
  color:var(--muted);
  text-decoration:none;
  letter-spacing:0.08em;
  text-transform:uppercase;
  transition:color 0.15s
}
.nav-r a:hover {
  color:var(--ink)
}
.nav-back::before {
  content:'← '
}
.btn-nav {
  background:linear-gradient(135deg, var(--accent2), var(--accent));
  color:#fff!important;
  padding:8px 18px;
  border-radius:8px;
  font-weight:600!important
}
/* INTRO */
.intro {
  max-width:760px;
  margin:0 auto;
  padding:120px 40px 80px
}
.intro-eyebrow {
  font-family:var(--mono);
  font-size:11px;
  color:#c4b5fd;
  letter-spacing:0.12em;
  text-transform:uppercase;
  margin-bottom:20px
}
.intro h1 {
  font-size:clamp(36px, 5vw, 60px);
  font-weight:800;
  line-height:1.1;
  letter-spacing:-1.5px;
  margin-bottom:32px
}
.intro h1 em {
  font-style:italic;
  color:#c4b5fd;
  font-weight:300
}
.intro-lead {
  font-size:19px;
  color:var(--soft);
  line-height:1.85;
  font-weight:300;
  border-left:2px solid var(--accent-border);
  padding-left:24px;
  margin-bottom:48px
}
.intro-lead strong {
  color:var(--ink);
  font-weight:500
}
/* STORY */
.story {
  max-width:760px;
  margin:0 auto;
  padding:0 40px 80px
}
.story-section {
  margin-bottom:56px
}
.story-section h2 {
  font-size:12px;
  font-weight:700;
  font-family:var(--mono);
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#c4b5fd;
  margin-bottom:20px;
  display:flex;
  align-items:center;
  gap:12px
}
.story-section h2::before {
  content:'';
  display:block;
  width:32px;
  height:1px;
  background:var(--accent-border)
}
.story-section p {
  font-size:16px;
  color:var(--soft);
  line-height:1.9;
  margin-bottom:16px;
  font-weight:300
}
.story-section p strong {
  color:var(--ink);
  font-weight:500
}
.story-section p:last-child {
  margin-bottom:0
}
/* RULE */
.rule {
  border:none;
  border-top:1px solid var(--border);
  max-width:760px;
  margin:0 auto 64px
}
/* HOW IT WORKS */
.how {
  max-width:760px;
  margin:0 auto;
  padding:0 40px 80px
}
.how h2 {
  font-size:26px;
  font-weight:800;
  letter-spacing:-0.5px;
  margin-bottom:40px
}
.how h2 span {
  color:#c4b5fd
}
.tool-list {
  display:flex;
  flex-direction:column
}
.tool {
  display:grid;
  grid-template-columns:180px 1fr;
  border-bottom:1px solid var(--border);
  padding:28px 0
}
.tool:first-child {
  border-top:1px solid var(--border)
}
.tool-left {
  padding-right:24px
}
.tool-name {
  font-size:14px;
  font-weight:700;
  margin-bottom:6px
}
.tool-badge {
  font-family:var(--mono);
  font-size:9px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:2px 8px;
  border-radius:4px;
  display:inline-block
}
.badge-live {
  background:rgba(74, 201, 74, 0.1);
  color:var(--green)
}
.badge-beta {
  background:rgba(255, 184, 0, 0.1);
  color:var(--amber)
}
.tool-right p {
  font-size:14px;
  color:var(--soft);
  line-height:1.8;
  font-weight:300
}
.tool-right p strong {
  color:var(--ink);
  font-weight:500
}
/* YR */
.yr-section {
  max-width:760px;
  margin:0 auto;
  padding:0 40px 48px
}
.yr-box {
  background:var(--surface);
  border:1px solid var(--border2);
  border-radius:12px;
  padding:36px
}
.yr-box h2 {
  font-size:22px;
  font-weight:800;
  margin-bottom:16px
}
.yr-box p {
  font-size:15px;
  color:var(--soft);
  line-height:1.85;
  font-weight:300;
  margin-bottom:14px
}
.yr-box p:last-of-type {
  margin-bottom:24px
}
.yr-links {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.yr-link {
  font-family:var(--mono);
  font-size:12px;
  color:var(--soft);
  text-decoration:none;
  padding:6px 14px;
  border:1px solid var(--border2);
  border-radius:6px;
  transition:all 0.15s
}
.yr-link:hover {
  color:var(--ink);
  border-color:var(--ink)
}
/* BYOK */
.byok-section {
  max-width:760px;
  margin:0 auto;
  padding:0 40px 80px
}
.byok-box {
  border:1px solid var(--accent-border);
  background:var(--accent-soft);
  border-radius:12px;
  padding:36px
}
.byok-box h2 {
  font-size:22px;
  font-weight:800;
  margin-bottom:16px
}
.byok-box p {
  font-size:15px;
  color:var(--soft);
  line-height:1.85;
  font-weight:300;
  margin-bottom:12px
}
.byok-list {
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:20px
}
.byok-list li {
  display:flex;
  gap:12px;
  font-size:14px;
  color:var(--soft);
  font-weight:300
}
.byok-list li .m {
  color:#c4b5fd;
  font-family:var(--mono);
  font-size:11px;
  flex-shrink:0;
  margin-top:2px
}
/* CTA */
.cta-section {
  max-width:760px;
  margin:0 auto;
  padding:0 40px 100px
}
.cta-box {
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:12px;
  padding:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  flex-wrap:wrap
}
.cta-box h2 {
  font-size:24px;
  font-weight:800;
  letter-spacing:-0.5px;
  margin-bottom:8px
}
.cta-box p {
  font-size:14px;
  color:var(--soft)
}
.btn {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 24px;
  font-family:var(--body);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
  border:1px solid transparent;
  border-radius:10px;
  transition:all 0.18s;
  white-space:nowrap
}
.btn-primary {
  background:linear-gradient(135deg, var(--accent2), var(--accent));
  color:#fff;
  box-shadow:0 6px 20px var(--accent-glow)
}
.btn-primary:hover {
  opacity:0.9;
  transform:translateY(-1px)
}
.btn-ghost {
  background:transparent;
  color:var(--soft);
  border-color:var(--border2)
}
.btn-ghost:hover {
  color:var(--ink);
  border-color:var(--ink)
}
/* FOOTER */
.footer-wrap {
  border-top:1px solid var(--border);
  max-width:760px;
  margin:0 auto;
  padding:40px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:16px
}
.footer-logo {
  display:flex;
  align-items:center;
  gap:8px;
  text-decoration:none
}
.footer-logo img {
  width:22px;
  height:22px;
  object-fit:contain;
  opacity:0.5
}
.footer-logo-text {
  font-weight:800;
  font-size:14px;
  color:var(--muted)
}
.footer-links {
  display:flex;
  gap:20px;
  flex-wrap:wrap
}
.footer-links a {
  font-family:var(--mono);
  font-size:11px;
  color:var(--muted);
  text-decoration:none;
  transition:color 0.15s;
  letter-spacing:0.06em
}
.footer-links a:hover {
  color:var(--ink)
}
.footer-copy {
  font-family:var(--mono);
  font-size:11px;
  color:var(--muted)
}
@media(max-width:700px) {
  nav {
    padding:0 20px
  }
  .nav-r a:not(.nav-back):not(.btn-nav) {
    display:none
  }
  .intro, .story, .how, .yr-section, .byok-section, .cta-section {
    padding-left:20px;
    padding-right:20px
  }
  .tool {
    grid-template-columns:1fr;
    gap:8px
  }
  .cta-box {
    flex-direction:column;
    align-items:flex-start
  }
  .footer-wrap {
    flex-direction:column;
    align-items:flex-start
  }
}
