:root {
  color-scheme: dark;
  --bg: #050a11;
  --panel: #08131e;
  --panel-2: #0b1a26;
  --line: #1c3546;
  --text: #f4f8fb;
  --muted: #91a5b5;
  --cyan: #22d3f2;
  --mint: #83e9a8;
  --amber: #fdb022;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(90px); opacity: .14; pointer-events: none; }
.ambient-one { width: 470px; height: 470px; background: #00bde7; right: -170px; top: 70px; }
.ambient-two { width: 420px; height: 420px; background: #159b74; left: -260px; top: 760px; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(86, 124, 148, .22); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #adbac6; font-size: 13px; letter-spacing: .06em; }
.brand img { object-fit: contain; }
.brand strong { color: white; }
.status { display: flex; align-items: center; gap: 9px; color: #8ea4b5; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.status span, .live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 14px rgba(131, 233, 168, .85); }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; padding-block: 82px 72px; }
.eyebrow { margin: 0 0 16px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: .99; letter-spacing: -.055em; }
h1 em { color: var(--cyan); font-style: normal; }
.lead { max-width: 650px; margin: 28px 0 0; color: #b3c0cb; font-size: 18px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; flex-direction: column; padding: 11px 23px; border: 1px solid var(--line); border-radius: 7px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button small { margin-top: 3px; font-size: 9px; font-weight: 700; letter-spacing: .04em; opacity: .7; }
.button.primary { min-width: 230px; background: var(--cyan); color: #031018; border-color: var(--cyan); box-shadow: 0 12px 34px rgba(34, 211, 242, .17); }
.button.primary:hover { background: #53e3fa; }
.button.secondary { background: #0b1721; color: #c4d0d9; }
.button.secondary:hover { border-color: #37728b; }
.compatibility { margin: 17px 0 0; color: #718797; font-size: 10px; letter-spacing: .035em; }

.hero-visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.orb-wrap { position: relative; width: min(390px, 90vw); aspect-ratio: 1; display: grid; place-items: center; }
.orb { position: relative; z-index: 2; width: 76%; height: 76%; object-fit: contain; filter: drop-shadow(0 0 40px rgba(20, 202, 240, .35)); animation: breathe 4.4s ease-in-out infinite; }
.orbit { position: absolute; inset: 7%; border: 1px solid rgba(44, 201, 231, .18); border-radius: 50%; }
.orbit-one { transform: rotateX(64deg) rotateZ(22deg); }
.orbit-two { inset: 18%; transform: rotateY(62deg) rotateZ(-18deg); border-color: rgba(131, 233, 168, .2); }
.companion-card { position: absolute; z-index: 3; left: 0; right: 0; bottom: 13px; display: flex; align-items: flex-start; gap: 12px; max-width: 440px; margin-inline: auto; padding: 17px 19px; background: rgba(9, 25, 37, .92); border: 1px solid #235267; border-radius: 9px; box-shadow: 0 25px 70px rgba(0, 0, 0, .45); backdrop-filter: blur(12px); }
.companion-card .live-dot { flex: 0 0 7px; margin-top: 5px; }
.companion-card small { display: block; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.companion-card p { margin: 7px 0 0; color: #e3ebf1; font-size: 13px; line-height: 1.5; }
@keyframes breathe { 50% { transform: scale(1.035); filter: drop-shadow(0 0 54px rgba(20, 202, 240, .48)); } }

.proof { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(7, 18, 28, .82); border-radius: 10px; overflow: hidden; }
.proof div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { color: white; font-size: 27px; }
.proof span { margin-top: 6px; color: #8296a6; font-size: 11px; }

.section { padding-block: 124px; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 38px; }
h2 { margin: 0; font-size: clamp(34px, 4.5vw, 55px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child, .companion-copy > p { max-width: 650px; margin: 20px 0 0; color: #9eb0be; font-size: 16px; line-height: 1.65; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.tool-grid article, .steps article { min-height: 210px; padding: 27px; background: linear-gradient(145deg, #091722, #07111a); border: 1px solid var(--line); border-radius: 9px; }
.tool-grid article > span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.tool-grid h3, .steps h3 { margin: 34px 0 10px; font-size: 20px; }
.tool-grid p, .steps p { margin: 0; color: #899dad; font-size: 13px; line-height: 1.6; }

.companion-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding-block: 70px 120px; }
.screenshot-frame { overflow: hidden; border: 1px solid #234253; border-radius: 10px; background: #07111a; box-shadow: 0 30px 80px rgba(0, 0, 0, .35); }
.frame-bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border-bottom: 1px solid #1c3342; }
.frame-bar span { width: 7px; height: 7px; border-radius: 50%; background: #315061; }
.frame-bar small { margin-left: auto; color: #657d8d; font-size: 8px; letter-spacing: .1em; }
.screenshot-frame img { display: block; width: 100%; height: auto; }
.companion-copy ul { list-style: none; padding: 0; margin: 30px 0 0; }
.companion-copy li { display: flex; align-items: center; gap: 13px; padding: 14px 0; color: #c2ced7; font-size: 13px; border-bottom: 1px solid #152836; }
.companion-copy li span { color: var(--mint); font-size: 9px; font-weight: 800; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.steps article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cyan); background: #102a39; border: 1px solid #266179; border-radius: 50%; font-size: 13px; font-weight: 800; }
.steps h3 { margin-top: 28px; }

.download-panel { margin-bottom: 90px; display: grid; grid-template-columns: 1fr auto; gap: 34px 60px; align-items: center; padding: 48px; background: linear-gradient(130deg, #0a1b28, #07131d); border: 1px solid #28627a; border-radius: 12px; box-shadow: 0 30px 90px rgba(0, 0, 0, .3); }
.download-panel h2 { max-width: 720px; font-size: clamp(30px, 4vw, 48px); }
.download-panel > div > p:last-child { margin: 16px 0 0; color: #8499a8; }
.download-panel details { grid-column: 1 / -1; border-top: 1px solid #1d3949; padding-top: 18px; color: #8298a8; font-size: 11px; }
.download-panel summary { width: max-content; cursor: pointer; color: #aac0ce; }
.download-panel details p { margin: 14px 0 5px; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.download-panel code { overflow-wrap: anywhere; color: #85a3b6; font-size: 10px; }

.site-footer { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(86, 124, 148, .22); }
.site-footer p { margin: 0; color: #607888; font-size: 10px; }
.site-footer a { color: #8ca8ba; text-decoration: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy { text-align: center; }
  .lead { margin-inline: auto; }
  .actions { justify-content: center; }
  .hero-visual { min-height: 420px; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .companion-section { grid-template-columns: 1fr; }
  .download-panel { grid-template-columns: 1fr; }
  .download-panel details { grid-column: auto; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 70px; }
  .brand { font-size: 11px; }
  .status { display: none; }
  .hero { min-height: 0; gap: 36px; padding-block: 55px 52px; }
  h1 { font-size: clamp(43px, 14vw, 62px); }
  .lead { font-size: 16px; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 350px; }
  .orb-wrap { width: 310px; }
  .companion-card { bottom: 0; }
  .proof, .tool-grid, .steps { grid-template-columns: 1fr; }
  .proof div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof div:last-child { border-bottom: 0; }
  .section { padding-block: 86px; }
  .companion-section { gap: 42px; padding-block: 20px 90px; }
  .download-panel { padding: 28px 22px; margin-bottom: 55px; }
  .site-footer { padding-block: 28px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
