@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #18202d;
  --muted: #6e7788;
  --line: #dfe4ee;
  --blue: #3158d4;
  --blue-dark: #2143ad;
  --lavender: #eef1ff;
  --paper: #f6f8fc;
  --white: #ffffff;
  --mono: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  --display: 'Space Grotesk', var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; }
.page-shell { max-width: 1440px; margin: 0 auto; padding: 0 7vw; overflow: hidden; }
.site-header { height: 94px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font: 600 14px var(--mono); letter-spacing: .14em; }
.wordmark-mark { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: white; background: var(--blue); font: 600 18px var(--display); letter-spacing: 0; box-shadow: 0 5px 13px #3158d433; }
nav { display: flex; gap: 32px; font-size: 14px; color: var(--muted); }
nav a { text-decoration: none; transition: color .2s ease; }
nav a:hover { color: var(--blue); }
.hero { min-height: 615px; padding: 94px 0 90px; position: relative; }
.eyebrow { color: var(--blue); font: 500 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #ecb84c; box-shadow: 0 0 0 5px #ecb84c1c; vertical-align: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; }
h1 { max-width: 770px; margin: 25px 0 25px; font-size: clamp(60px, 8.4vw, 122px); line-height: .92; font-weight: 600; }
h1 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 470px; margin-bottom: 35px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 0 20px; border-radius: 7px; text-decoration: none; font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 22px #3158d426; }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 13px 25px #3158d43a; }
.hero-orbit { width: min(44vw, 540px); height: min(44vw, 540px); position: absolute; top: 42px; right: -7vw; border-radius: 50%; background: radial-gradient(circle at 38% 35%, #fff 0, #f0f2ff 42%, #e5eaff 100%); box-shadow: inset -18px -22px 60px #c7d1f04d, 0 20px 70px #2d4caf14; }
.orbit { position: absolute; inset: 12%; border: 1px solid #3158d42c; border-radius: 50%; transform: rotate(-26deg); }
.orbit-two { inset: 25% -7% 25% 33%; transform: rotate(55deg); border-color: #ecb84c70; }
.orbit-dot { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px #3158d41c; }
.dot-one { top: 18%; left: 29%; }.dot-two { top: 70%; right: 14%; width: 11px; height: 11px; background: #ecb84c; box-shadow: 0 0 0 6px #ecb84c2d; }.dot-three { left: 22%; bottom: 19%; width: 9px; height: 9px; background: #8aa0f3; box-shadow: none; }
.apps-section { padding: 112px 0 134px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
h2 { margin: 13px 0 0; font-size: clamp(38px, 5vw, 70px); line-height: .98; font-weight: 600; }
h2 span { color: var(--muted); }
.section-heading > p { width: 250px; margin-bottom: 4px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.app-card { position: relative; display: flex; gap: clamp(28px, 6vw, 90px); padding: clamp(30px, 5vw, 68px); overflow: hidden; border: 1px solid #dbe1ef; border-radius: 24px; background: var(--white); box-shadow: 0 20px 55px #304fa70c; }
.app-card-glow { position: absolute; width: 500px; height: 500px; right: -190px; top: -180px; border-radius: 50%; background: #e9edff; filter: blur(2px); }
.app-icon-wrap { position: relative; flex: 0 0 clamp(130px, 17vw, 220px); align-self: center; }
.app-icon-wrap img { display: block; width: 100%; border-radius: 23%; box-shadow: 0 24px 30px #293d771f; }
.app-card-content { position: relative; max-width: 630px; }
.app-card-topline { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; font: 500 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.app-platform { color: var(--blue); }.version-badge { padding: 6px 9px; color: #6f79a6; border-radius: 5px; background: #f0f2fc; font-size: 10px; letter-spacing: .02em; text-transform: none; }
h3 { margin: 0 0 14px; font-size: clamp(29px, 3.3vw, 48px); line-height: 1; font-weight: 600; }
.app-description { max-width: 530px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.feature-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 31px; color: #59657e; font: 11px var(--mono); }
.feature-list span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; background: #fbfcff; }
.app-actions { display: flex; align-items: center; gap: 25px; }.text-link { color: var(--blue); text-decoration: none; font-size: 13px; font-weight: 600; }.text-link:hover { text-decoration: underline; }
.secondary-heading { display: flex; align-items: baseline; gap: 22px; margin: 91px 0 25px; }.secondary-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.coming-card { display: flex; align-items: center; gap: 21px; padding: 25px 29px; border: 1px solid var(--line); border-radius: 15px; background: #fbfcff; }.coming-symbol { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--blue); background: var(--lavender); font-size: 26px; }.coming-card h3 { margin-bottom: 4px; font-size: 21px; }.coming-card p { margin: 0; color: var(--muted); font-size: 13px; }.coming-label { margin-left: auto; color: #8b93a5; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.principles { padding: 116px 0 128px; border-top: 1px solid var(--line); }.principles h2 { margin-bottom: 74px; }.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7vw; }.principle { border-top: 1px solid #bfc7d8; padding-top: 17px; }.principle-number { color: var(--blue); font: 11px var(--mono); }.principle h3 { margin: 38px 0 11px; font-size: 24px; }.principle p { max-width: 250px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.site-footer { display: flex; align-items: center; gap: 35px; min-height: 100px; border-top: 1px solid var(--line); color: #8991a1; font-size: 12px; }.footer-wordmark { color: var(--ink); font-size: 12px; }.site-footer p { margin: 0 auto 0 0; }.site-footer > span { font: 10px var(--mono); }
@media (max-width: 760px) { .page-shell { padding: 0 24px; }.site-header { height: 77px; } nav { gap: 18px; }.hero { min-height: 610px; padding-top: 82px; }.hero-orbit { width: 300px; height: 300px; top: 310px; right: -125px; opacity: .7; } .section-heading { display: block; }.section-heading > p { width: auto; margin-top: 25px; }.app-card { display: block; padding: 29px; }.app-icon-wrap { width: 120px; margin-bottom: 35px; }.app-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.secondary-heading { display: block; }.secondary-heading p { margin-top: 12px; }.coming-card { align-items: flex-start; flex-wrap: wrap; }.coming-label { width: 100%; margin-left: 63px; }.principle-grid { grid-template-columns: 1fr; gap: 40px; }.principles h2 { margin-bottom: 48px; }.site-footer { align-items: flex-start; flex-wrap: wrap; gap: 15px; padding: 24px 0; }.site-footer p { width: 100%; order: 3; }.site-footer > span { margin-left: auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
