:root {
  --bg: #08070d;
  --panel: #0f0d16;
  --panel-2: #14111d;
  --text: #f8f6fb;
  --muted: #aaa2b4;
  --line: rgba(255,255,255,.09);
  --pink: #ff4da8;
  --purple: #a54fff;
  --cyan: #65cfff;
  --orange: #ff9d2e;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(900px 520px at 78% 3%, rgba(78,64,177,.15), transparent 66%),
    radial-gradient(700px 450px at 18% 19%, rgba(232,50,145,.08), transparent 68%),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1,h2,h3,p { margin-top: 0; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 20;
  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='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.site-header,
.section,
footer {
  width: min(calc(100% - 40px), var(--max));
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.7px;
  white-space: nowrap;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 9px;
}

.brand > span > span,
.mini-brand span,
h1 span,
.purchase h2 span {
  background: linear-gradient(90deg, #ff6b46 0%, var(--pink) 28%, var(--purple) 61%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav {
  margin-left: auto;
  display: flex;
  gap: 28px;
  font-size: 13px;
  color: #bdb6c5;
}

.nav a { transition: color .2s ease; }
.nav a:hover { color: #fff; }

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
  background: linear-gradient(110deg, var(--pink), var(--purple) 56%, var(--cyan));
  box-shadow: 0 12px 35px rgba(158,74,255,.22);
}

.pill.small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 11px;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 56px;
  align-items: center;
  padding: 70px 0 110px;
}

.hero-copy { position: relative; z-index: 2; }
.eyebrow,
.kicker {
  color: #b9b0c3;
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

h1 {
  font-size: clamp(54px, 6.3vw, 90px);
  line-height: .97;
  letter-spacing: -.058em;
  margin: 25px 0 28px;
  max-width: 790px;
}

.lead {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  max-width: 650px;
  color: #beb6c7;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-link {
  color: #d7d2dc;
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s ease;
}

.text-link:hover span { transform: translateX(4px); }

.micro-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
  color: #81798c;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
}

.micro-row i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #4f4858;
}

.hero-art {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-shell {
  position: relative;
  z-index: 2;
  width: min(540px, 100%);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 75px rgba(91,53,200,.22));
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 50%;
}

.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 520px; height: 520px; border-color: rgba(114,83,220,.08); }

.statement {
  text-align: center;
  padding: 140px 0 130px;
  max-width: 950px;
}

.kicker { color: #786f84; margin-bottom: 22px; }

.statement h2,
.section-head h2,
.about h2,
.purchase h2,
.demo h2 {
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.05em;
  margin-bottom: 30px;
}

.statement > p:last-child {
  max-width: 780px;
  margin: 0 auto;
  color: #aaa2b3;
  font-size: 19px;
  line-height: 1.7;
}

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

.feature-card {
  min-height: 360px;
  padding: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .08;
  right: -80px;
  top: -100px;
  background: var(--purple);
}

.feature-card:nth-child(2)::before { background: var(--pink); }
.feature-card:nth-child(3)::before { background: var(--cyan); }

.feature-number {
  color: #655d70;
  font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .14em;
}

.feature-card h3 {
  margin-top: auto;
  font-size: 25px;
  letter-spacing: -.03em;
  margin-bottom: 15px;
}

.feature-card p {
  color: #9e96a8;
  line-height: 1.65;
  font-size: 15px;
  margin-bottom: 0;
}

.demo {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 80px;
  padding: 120px 0 140px;
  border-top: 1px solid var(--line);
}

.demo-copy p:not(.kicker) {
  color: #a9a1b2;
  font-size: 18px;
  line-height: 1.65;
  max-width: 540px;
}

.scenario-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.scenario-list span {
  border: 1px solid var(--line);
  background: #0d0b12;
  border-radius: 999px;
  padding: 9px 13px;
  color: #bab2c4;
  font-size: 12px;
}

.product-demo {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.demo-glow {
  position: absolute;
  width: 420px;
  height: 520px;
  background: linear-gradient(135deg, var(--pink), var(--purple), var(--cyan));
  filter: blur(120px);
  opacity: .14;
}

.demo-device {
  width: min(450px, 100%);
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,.12);
  background: #0a0910;
  padding: 14px;
  box-shadow: 0 50px 100px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.05);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.demo-appbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 7px 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.demo-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 850;
  background: linear-gradient(135deg, rgba(101,207,255,.28), rgba(165,79,255,.28));
  border: 1px solid rgba(255,255,255,.1);
}

.demo-appbar strong { display: block; font-size: 14px; }
.demo-appbar span { display: block; color: #706879; font-size: 11px; margin-top: 3px; }
.demo-status { margin-left: auto; color: #696272; letter-spacing: 3px; }

.demo-chat {
  min-height: 180px;
  padding: 28px 10px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
}

.bubble {
  max-width: 78%;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.4;
}

.bubble.incoming {
  align-self: flex-start;
  background: #17141e;
  border: 1px solid rgba(255,255,255,.07);
  color: #ddd8e2;
  border-bottom-left-radius: 6px;
}

.bubble.outgoing {
  align-self: flex-end;
  background: linear-gradient(120deg, rgba(255,77,168,.92), rgba(165,79,255,.92), rgba(101,207,255,.92));
  color: white;
  border-bottom-right-radius: 6px;
}

.kbgod-panel {
  border: 1px solid rgba(255,77,168,.38);
  box-shadow: inset 0 0 0 1px rgba(101,207,255,.18), 0 0 35px rgba(165,79,255,.1);
  background: linear-gradient(180deg, #100d17, #0d0b12);
  border-radius: 24px;
  padding: 20px;
}

.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  letter-spacing: -.02em;
}

.mini-brand img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 7px;
}

.learning {
  font-size: 9px;
  color: #81798b;
  letter-spacing: .08em;
  font-weight: 800;
}

.panel-label {
  color: #857c90;
  font-size: 9px;
  letter-spacing: .14em;
  font-weight: 800;
  margin-bottom: 7px;
}

.panel-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.03em;
  margin-bottom: 8px;
}

.kbgod-panel p {
  color: #9e96a8;
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.kbgod-panel button {
  width: 100%;
  border: 0;
  min-height: 46px;
  border-radius: 13px;
  color: white;
  font-weight: 850;
  font-size: 12px;
  letter-spacing: .04em;
  background: linear-gradient(110deg, var(--pink), var(--purple) 56%, var(--cyan));
}

.demo-keyboard {
  padding: 14px 2px 2px;
}

.key-row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 5px;
  margin-bottom: 5px;
}

.key-row.short {
  grid-template-columns: repeat(9, 1fr);
  padding: 0 12px;
}

.key-row.bottom {
  grid-template-columns: .8fr 2.4fr .7fr 1.1fr;
  margin-bottom: 0;
}

.key-row i {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #19151e;
  border: 1px solid rgba(165,79,255,.16);
  color: #e8e3ec;
  font-style: normal;
  font-size: 12px;
}

.key-row.bottom i { font-size: 10px; }
.key-row .space { letter-spacing: .04em; }
.key-row .god-key {
  background: linear-gradient(130deg, var(--pink), var(--purple), var(--cyan));
  color: white;
  font-size: 16px;
}

.demo-note {
  position: relative;
  z-index: 2;
  margin: 15px 0 0;
  font-size: 10px;
  color: #696171;
  letter-spacing: .04em;
  text-align: center;
}

.everywhere { padding: 120px 0 150px; }
.section-head { text-align: center; max-width: 800px; margin: 0 auto 60px; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.platform-card {
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 38px;
  background: linear-gradient(145deg, #100e17, #0b0a0f);
}

.platform-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 75px;
  position: relative;
}

.phone-icon {
  border: 3px solid #e6e2e9;
  border-radius: 20px;
  width: 44px;
  height: 78px;
  box-shadow: 0 0 32px rgba(165,79,255,.15);
}

.phone-icon::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 3px;
  border-radius: 3px;
  background: #e6e2e9;
}

.desktop-icon {
  border: 3px solid #e6e2e9;
  border-radius: 9px;
  width: 84px;
  height: 56px;
}

.desktop-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  height: 12px;
  width: 3px;
  background: #e6e2e9;
}

.desktop-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  height: 3px;
  width: 33px;
  border-radius: 3px;
  background: #e6e2e9;
}

.platform-label { color: #706879; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.platform-card h3 { font-size: 28px; letter-spacing: -.03em; margin-bottom: 12px; }
.platform-card > p:last-child { color: #9991a3; line-height: 1.65; margin: 0; max-width: 480px; }

.about { padding: 20px 0 150px; }
.about-card {
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: clamp(34px, 6vw, 78px);
  background: radial-gradient(700px 380px at 80% 5%, rgba(106,70,255,.09), transparent 70%), #0d0b12;
}

.about-card h2 { max-width: 980px; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; margin-top: 50px; }
.about-columns p { color: #a9a1b3; line-height: 1.7; font-size: 16px; margin: 0; }

.purchase {
  min-height: 650px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.purchase-halo {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: conic-gradient(from 200deg, var(--pink), var(--purple), var(--cyan), var(--orange), var(--pink));
  filter: blur(130px);
  opacity: .08;
}

.purchase > *:not(.purchase-halo) { position: relative; z-index: 1; }
.purchase h2 { margin-bottom: 20px; }
.purchase > p:not(.kicker) { color: #aaa2b3; font-size: 17px; }

.coming-soon {
  margin-top: 26px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  background: rgba(255,255,255,.03);
}

footer {
  padding: 30px 0 44px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 22px;
  color: #716a79;
  font-size: 12px;
}

.footer-brand { font-size: 17px; }
.footer-brand img { width: 30px; height: 30px; }
footer > p { margin: 0; }
.copyright { margin-left: auto; }

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 900px) {
  .nav { display: none; }
  .site-header .pill.small { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 10px; padding-top: 70px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-art { min-height: 460px; }
  .hero-image-shell { width: min(480px, 92vw); }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 420px; height: 420px; }
  .feature-grid,
  .platform-grid,
  .about-columns,
  .demo { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .demo { gap: 30px; }
  .demo-copy { text-align: center; }
  .demo-copy p:not(.kicker) { margin-left: auto; margin-right: auto; }
  .scenario-list { justify-content: center; }
  .product-demo { min-height: 650px; }
  .platform-icon { margin-bottom: 50px; }
}

@media (max-width: 560px) {
  .site-header { width: min(calc(100% - 28px), var(--max)); height: 66px; }
  .site-header .pill.small { display: none; }
  .section,
  footer { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: auto; padding: 65px 0 70px; }
  h1 { font-size: clamp(47px, 14vw, 66px); }
  .lead { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 16px; width: 100%; }
  .hero-actions .pill { width: 100%; }
  .micro-row { justify-content: center; line-height: 1.6; }
  .hero-art { min-height: 340px; }
  .hero-image-shell { width: min(330px, 90vw); }
  .orbit-one { width: 270px; height: 270px; }
  .orbit-two { width: 320px; height: 320px; }
  .statement { padding: 95px 0 90px; }
  .statement h2,
  .section-head h2,
  .about h2,
  .purchase h2,
  .demo h2 { font-size: 42px; }
  .feature-grid { padding-bottom: 95px; }
  .feature-card { padding: 26px; }
  .demo { padding: 90px 0 100px; }
  .product-demo { min-height: auto; }
  .demo-device { border-radius: 28px; padding: 10px; }
  .demo-appbar { min-height: 60px; }
  .demo-chat { min-height: 150px; padding-top: 18px; }
  .kbgod-panel { border-radius: 20px; padding: 16px; }
  .panel-title { font-size: 21px; }
  .key-row { gap: 3px; }
  .key-row i { min-height: 32px; font-size: 10px; border-radius: 6px; }
  .everywhere { padding: 85px 0 100px; }
  .platform-card { padding: 28px; min-height: 345px; }
  .about { padding-bottom: 100px; }
  .about-card { border-radius: 24px; }
  .about-columns { gap: 22px; margin-top: 34px; }
  .purchase { min-height: 530px; }
  footer { flex-wrap: wrap; }
  .copyright { margin-left: 0; width: 100%; }
}
