*, *::before, *::after { box-sizing: border-box; }

:root {
  color-scheme: dark;
  --bg: #070812;
  --bg-deep: #04050b;
  --surface: #0d1020;
  --surface-2: #12162a;
  --surface-3: #181d34;
  --text: #f4f5ff;
  --text-soft: #c8cbde;
  --muted: #888da8;
  --border: rgba(255, 255, 255, 0.09);
  --border-bright: rgba(169, 143, 255, 0.3);
  --violet: #9b6dff;
  --indigo: #6f7cff;
  --cyan: #65dcff;
  --max-width: 1220px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 74% 12%, rgba(82, 67, 204, 0.1), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 999;
  padding: .7rem 1rem;
  border-radius: 10px;
  background: var(--text);
  color: var(--bg);
  text-decoration: none;
}

.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(7, 8, 18, 0.76);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
}

.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-size: 1.02rem; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 0 28px rgba(111, 124, 255, .22); }
.brand strong { font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 1.8rem; font-size: .86rem; color: var(--text-soft); }
.desktop-nav a { text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--text); }
.desktop-nav .nav-cta { padding: .54rem .95rem; border: 1px solid var(--border); border-radius: 999px; color: var(--text); background: rgba(255, 255, 255, .035); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(ellipse 60% 76% at 86% 34%, rgba(68, 56, 198, .2), transparent 67%),
    radial-gradient(ellipse 45% 55% at 70% 56%, rgba(44, 179, 255, .08), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, .01), transparent 50%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(transparent, var(--bg));
}

.hero-grid { position: relative; z-index: 1; min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 3rem; padding-block: 5rem; }
.hero-copy { max-width: 640px; }
.eyebrow { margin: 0 0 1.4rem; color: #aeb3cb; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 1px; margin-right: .65rem; vertical-align: middle; background: linear-gradient(90deg, var(--violet), var(--cyan)); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.55rem; font-size: clamp(3.5rem, 7vw, 6.65rem); font-weight: 720; letter-spacing: -.065em; line-height: .94; }
.gradient-text { color: transparent; background: linear-gradient(112deg, #d39aff 0%, #8a83ff 46%, #66ddff 100%); -webkit-background-clip: text; background-clip: text; }
.hero-lede { max-width: 600px; margin-bottom: 2rem; color: var(--text-soft); font-size: clamp(1rem, 1.6vw, 1.17rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2.1rem; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: .6rem; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 650; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #070812; background: linear-gradient(115deg, #b687ff, #70dfff); box-shadow: 0 14px 40px rgba(122, 109, 255, .24); }
.button-ghost { border-color: var(--border); background: rgba(255, 255, 255, .035); }
.platform-list { display: flex; flex-wrap: wrap; gap: .55rem; }
.platform-list span { padding: .24rem .63rem; border: 1px solid rgba(255, 255, 255, .07); border-radius: 999px; color: var(--muted); font-size: .67rem; letter-spacing: .04em; }

.ecosystem { position: relative; width: min(100%, 540px); aspect-ratio: 1; margin-inline: auto; }
.ecosystem::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(117, 105, 255, .16), transparent 63%); filter: blur(10px); }
.orbit { position: absolute; border: 1px solid rgba(141, 137, 255, .17); border-radius: 50%; box-shadow: inset 0 0 70px rgba(101, 87, 231, .03); }
.orbit-one { inset: 17%; }
.orbit-two { inset: 2%; border-style: dashed; border-color: rgba(102, 220, 255, .12); }
.ecosystem-core { position: absolute; inset: 50% auto auto 50%; width: 164px; min-height: 164px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%, -50%); border: 1px solid var(--border-bright); border-radius: 34px; background: linear-gradient(145deg, rgba(28, 31, 62, .98), rgba(9, 11, 24, .98)); box-shadow: 0 24px 80px rgba(0, 0, 0, .48), 0 0 60px rgba(112, 97, 255, .12); }
.ecosystem-core img { width: 74px; height: 74px; border-radius: 20px; margin-bottom: .65rem; }
.ecosystem-core span { font-size: .84rem; font-weight: 700; }
.ecosystem-core small { color: var(--muted); font-size: .63rem; }
.orbit-app { position: absolute; width: 92px; min-height: 98px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .45rem; border: 1px solid var(--border); border-radius: 23px; background: rgba(14, 17, 34, .88); box-shadow: 0 16px 45px rgba(0, 0, 0, .42); text-decoration: none; transition: transform .25s ease, border-color .25s ease; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.orbit-app:hover { transform: translateY(-4px) scale(1.02); border-color: var(--border-bright); }
.orbit-app img { width: 58px; height: 58px; border-radius: 16px; object-fit: cover; }
.orbit-app span { color: var(--text-soft); font-size: .67rem; }
.orbit-library { top: 5%; left: 13%; }
.orbit-mac { top: 10%; right: 4%; }
.orbit-ios { bottom: 4%; left: 9%; }
.orbit-android { right: 10%; bottom: 1%; }

.section { padding-block: 7rem; }
.section-intro { min-height: 440px; }
.section-heading { text-align: center; }
.section-heading h2 { margin-bottom: 1.25rem; font-size: clamp(2.4rem, 5vw, 4.6rem); letter-spacing: -.05em; line-height: 1; }
.section-heading > p:last-child { max-width: 620px; margin-inline: auto; color: var(--muted); font-size: 1.02rem; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; padding: 0; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.035); color: var(--text); }
.menu-toggle > span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.mobile-nav { display: none; }

.product-section { padding-bottom: 8rem; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.product-card { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; overflow: hidden; padding: clamp(1.6rem, 3.5vw, 2.7rem); border: 1px solid var(--border); border-radius: var(--radius-lg); background: linear-gradient(150deg, rgba(22,26,50,.98), rgba(9,11,23,.98)); text-decoration: none; box-shadow: 0 20px 65px rgba(0,0,0,.2); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.product-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 70% 0%, var(--card-glow, rgba(118,95,255,.18)), transparent 45%); opacity: .85; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(169,143,255,.28); box-shadow: var(--shadow); }
.product-card-wide { min-height: 460px; grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; }
.product-card-copy, .product-card-art { position: relative; z-index: 1; }
.product-card-copy { max-width: 650px; }
.card-kicker { margin-bottom: .85rem; color: #aeb3cb; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 1rem; font-size: clamp(2rem, 3.8vw, 3.6rem); letter-spacing: -.045em; line-height: 1; }
.product-card p:not(.card-kicker) { max-width: 590px; color: var(--muted); font-size: .95rem; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--text); font-size: .86rem; font-weight: 650; text-decoration: none; }
.text-link span { color: #a69bff; transition: transform .2s ease; }
a:hover > .product-card-copy .text-link span, .text-link:hover span { transform: translateX(3px); }
.product-card-art { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.product-card-art img { width: min(62%, 208px); aspect-ratio: 1; object-fit: cover; border-radius: 25%; box-shadow: 0 32px 70px rgba(0,0,0,.46); }
.compact-art { min-height: 210px; }
.compact-art img { width: 154px; }
.availability { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: 1.3rem; }
.availability span { padding: .28rem .7rem; border: 1px solid var(--border); border-radius: 999px; background: rgba(0,0,0,.16); color: var(--text-soft); font-size: .64rem; }
.tone-violet { --card-glow: rgba(141,88,255,.23); }
.tone-amber { --card-glow: rgba(196,130,72,.18); }
.tone-blue { --card-glow: rgba(45,109,255,.2); }
.tone-cyan { --card-glow: rgba(74,205,255,.18); }
.tone-slate { --card-glow: rgba(167,181,207,.11); }

.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 5rem; margin-bottom: 3.5rem; }
.split-heading h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.7rem); letter-spacing: -.055em; line-height: 1.02; }
.split-heading > p { margin-bottom: .5rem; color: var(--muted); line-height: 1.8; }
.flow-section { border-block: 1px solid var(--border); background: linear-gradient(180deg, var(--bg-deep), var(--surface)); }
.flow-grid { display: grid; grid-template-columns: 1fr 52px 1fr 52px 1fr; align-items: stretch; }
.flow-card { position: relative; min-height: 285px; padding: 1.8rem; border: 1px solid var(--border); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.flow-number { position: absolute; top: 1.4rem; right: 1.5rem; color: rgba(255,255,255,.24); font: 600 .66rem/1 ui-monospace, monospace; }
.flow-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 2.8rem; border: 1px solid rgba(155,109,255,.24); border-radius: 15px; background: rgba(155,109,255,.08); color: #c2b4ff; font-size: 1.4rem; }
.flow-card h3 { margin-bottom: .65rem; font-size: 1.18rem; letter-spacing: -.02em; }
.flow-card p { margin-bottom: 0; color: var(--muted); font-size: .86rem; line-height: 1.72; }
.flow-connector { display: grid; place-items: center; color: rgba(162,153,255,.45); }

.showcase-section { background: var(--surface); }
.showcase-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.showcase-copy h2 { margin-bottom: 1.25rem; font-size: clamp(2.45rem, 4.8vw, 4.4rem); letter-spacing: -.055em; line-height: 1; }
.showcase-copy > p:not(.eyebrow) { margin-bottom: 1.6rem; color: var(--muted); line-height: 1.8; }
.media-placeholder { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: linear-gradient(145deg, #15192d, #0a0c18); box-shadow: var(--shadow); }
.media-placeholder-landscape { min-height: 440px; }
.placeholder-toolbar { height: 46px; display: flex; align-items: center; gap: 7px; padding-inline: 15px; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.025); }
.placeholder-toolbar i { width: 8px; height: 8px; border-radius: 50%; background: #343a54; }
.placeholder-toolbar span { margin-left: 8px; color: #626a87; font-size: .65rem; }
.placeholder-layout { min-height: 394px; display: grid; grid-template-columns: 21% 1fr; }
.placeholder-layout aside { border-right: 1px solid var(--border); background: rgba(0,0,0,.16); }
.placeholder-content { display: grid; grid-template-columns: repeat(3, 1fr); align-content: center; gap: 15px; padding: 10%; }
.placeholder-content div { aspect-ratio: 1; border-radius: 13px; background: linear-gradient(145deg, rgba(155,109,255,.18), rgba(101,220,255,.055)); border: 1px solid rgba(255,255,255,.06); }
.placeholder-content div:first-child { grid-column: span 2; aspect-ratio: 2.06; }
.placeholder-label { position: absolute; right: 1rem; bottom: 1rem; padding: .35rem .7rem; border: 1px solid var(--border); border-radius: 999px; background: rgba(6,7,15,.72); color: #8288a2; font-size: .62rem; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }

.values-section { background: linear-gradient(180deg, var(--surface), var(--bg)); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--border); }
.value-card { min-height: 255px; padding: 2rem; background: var(--bg); }
.value-mark { display: inline-block; margin-bottom: 3.6rem; color: #8d82db; font: 600 .68rem/1 ui-monospace, monospace; }
.value-card h3 { margin-bottom: .65rem; font-size: 1.2rem; }
.value-card p { margin-bottom: 0; color: var(--muted); font-size: .88rem; line-height: 1.75; }

.final-cta-section { padding-block: 7rem 9rem; }
.final-cta { padding: clamp(2.5rem, 7vw, 6rem); text-align: center; border: 1px solid rgba(155,109,255,.2); border-radius: 40px; background: radial-gradient(circle at 50% 0%, rgba(134,90,255,.18), transparent 45%), linear-gradient(150deg, #12152a, #080914); box-shadow: var(--shadow); }
.final-cta > img { width: 82px; height: 82px; margin: 0 auto 1.6rem; border-radius: 23px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.final-cta h2 { margin-bottom: 1rem; font-size: clamp(2.6rem, 6vw, 5.4rem); letter-spacing: -.06em; line-height: 1; }
.final-cta > p:not(.eyebrow) { color: var(--muted); }
.final-cta .hero-actions { justify-content: center; margin: 2rem 0 0; }

.support-cta-section { padding-bottom: 9rem; }
.support-cta-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(2rem, 5vw, 5rem); padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(155,109,255,.2); border-radius: var(--radius-lg); background: radial-gradient(circle at 0 0, rgba(155,109,255,.18), transparent 42%), linear-gradient(135deg, rgba(19,22,42,.98), rgba(9,11,23,.98)); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.support-cta-eyebrow { margin-bottom: .8rem; color: #b9adff; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.support-cta-copy h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.04em; line-height: 1.05; }
.support-cta-copy > p:last-child { max-width: 660px; margin-bottom: 0; color: var(--text-soft); font-size: .97rem; line-height: 1.75; }
.support-cta-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: .8rem 1.35rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: linear-gradient(115deg, #b687ff, #70dfff); box-shadow: 0 14px 40px rgba(122,109,255,.24); color: #070812; font-size: .9rem; font-weight: 650; text-decoration: none; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.support-cta-button:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(122,109,255,.34); }
.support-cta-button:focus-visible { outline: 3px solid rgba(196,177,255,.75); outline-offset: 4px; }

.site-footer { padding-block: 4.8rem 2rem; border-top: 1px solid var(--border); background: var(--bg-deep); }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 4rem; padding-bottom: 4rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 4rem; }
.footer-links div { display: flex; flex-direction: column; gap: .65rem; }
.footer-links strong { margin-bottom: .3rem; color: var(--text-soft); font-size: .71rem; text-transform: uppercase; letter-spacing: .11em; }
.footer-links a { color: var(--muted); font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--border); color: #686d85; font-size: .72rem; }
.footer-bottom p { margin: 0; }

/* Product and utility pages */
.page-hero { position: relative; overflow: hidden; padding-block: 6.5rem 5rem; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 78% 26%, var(--page-glow, rgba(113,96,255,.16)), transparent 34rem); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.breadcrumbs { display: flex; align-items: center; gap: .6rem; margin-bottom: 2.3rem; color: var(--muted); font-size: .7rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--text); }
.breadcrumbs span { color: #515770; }
.page-hero h1 { max-width: 800px; margin-bottom: 1.4rem; font-size: clamp(3.4rem, 7vw, 6.5rem); letter-spacing: -.065em; line-height: .94; }
.page-hero .hero-lede { max-width: 680px; }
.page-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 2rem; }
.page-meta span { padding: .3rem .72rem; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: .68rem; }
.page-icon-wrap { position: relative; width: min(100%, 390px); aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; }
.page-icon-wrap::before, .page-icon-wrap::after { content: ""; position: absolute; border: 1px solid rgba(149,132,255,.15); border-radius: 50%; }
.page-icon-wrap::before { inset: 3%; }
.page-icon-wrap::after { inset: 17%; border-style: dashed; }
.page-icon-wrap img { position: relative; z-index: 1; width: 55%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 25%; box-shadow: 0 35px 85px rgba(0,0,0,.55), 0 0 65px var(--page-glow, rgba(113,96,255,.17)); }
.page-icon-wrap .status-chip { position: absolute; z-index: 2; right: 2%; bottom: 16%; padding: .5rem .8rem; border: 1px solid var(--border); border-radius: 999px; background: rgba(8,9,19,.82); color: var(--text-soft); font-size: .68rem; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.requirement-note { max-width: 680px; display: flex; align-items: flex-start; gap: .65rem; padding: .85rem 1rem; border: 1px solid rgba(155,109,255,.22); border-radius: 14px; background: rgba(155,109,255,.065); color: var(--muted); font-size: .75rem; line-height: 1.6; }
.requirement-note strong { flex: 0 0 auto; color: #c9c1ff; }

.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-bottom: 1px solid var(--border); background: var(--bg-deep); }
.stat { min-height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--border); text-align: center; }
.stat:last-child { border-right: 0; }
.stat strong { font-size: 1.12rem; letter-spacing: -.02em; }
.stat span { color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .11em; }
.detail-section { padding-block: 7rem; }
.detail-section-alt { border-block: 1px solid var(--border); background: var(--surface); }
.detail-heading { max-width: 730px; margin-bottom: 3rem; }
.detail-heading h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.055em; line-height: 1; }
.detail-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { min-height: 225px; padding: 1.6rem; border: 1px solid var(--border); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.feature-glyph { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 2.4rem; border: 1px solid rgba(155,109,255,.2); border-radius: 13px; background: rgba(155,109,255,.07); color: #b9adff; font-size: 1rem; }
.feature-card h3 { margin-bottom: .55rem; font-size: 1rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.media-pair { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.3rem; align-items: stretch; }
.media-placeholder-portrait { min-height: 500px; }
.media-placeholder-portrait .placeholder-layout { min-height: 454px; grid-template-columns: 1fr; }
.media-placeholder-portrait .placeholder-content { grid-template-columns: repeat(2, 1fr); padding: 12%; }
.media-caption { margin-top: .85rem; color: var(--muted); font-size: .7rem; text-align: center; }

.download-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--border-bright); border-radius: var(--radius-lg); background: radial-gradient(circle at 0 0, rgba(155,109,255,.16), transparent 38%), linear-gradient(145deg, #13162b, #090a15); box-shadow: var(--shadow); }
.download-panel-copy h2 { margin-bottom: 1rem; font-size: clamp(2.4rem, 4.5vw, 4rem); letter-spacing: -.05em; line-height: 1; }
.download-panel-copy p { color: var(--muted); line-height: 1.8; }
.download-options { display: grid; gap: .7rem; }
.download-option { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.035); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.download-option:hover { transform: translateY(-2px); border-color: rgba(169,143,255,.28); }
.download-option div { min-width: 0; }
.download-option strong { display: block; font-size: .88rem; }
.download-option small { color: var(--muted); font-size: .68rem; }
.download-arrow { flex: 0 0 auto; color: #aea3ff; }
.download-option.disabled { cursor: default; opacity: .68; }
.download-option.disabled:hover { transform: none; border-color: var(--border); }
.availability-badge { display: inline-flex; align-items: center; gap: .45rem; color: #b8f2d1; font-size: .68rem; }
.availability-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #5de49a; box-shadow: 0 0 12px rgba(93,228,154,.65); }
.availability-badge.soon { color: #d1c7a8; }
.availability-badge.soon::before { background: #d5ae5f; box-shadow: 0 0 12px rgba(213,174,95,.5); }

.utility-hero { padding-block: 6rem 4rem; border-bottom: 1px solid var(--border); text-align: center; background: radial-gradient(circle at 50% 0, rgba(122,91,255,.14), transparent 32rem); }
.utility-hero .eyebrow { margin-bottom: 1.2rem; }
.utility-hero h1 { margin-bottom: 1.25rem; font-size: clamp(3.3rem, 7vw, 6rem); }
.utility-hero p { max-width: 650px; margin-inline: auto; color: var(--muted); font-size: 1.02rem; }
.downloads-section { padding-block: 5rem 8rem; }
.downloads-group { margin-bottom: 4.5rem; }
.downloads-group:last-child { margin-bottom: 0; }
.downloads-group-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.4rem; }
.downloads-group-head h2 { margin-bottom: .3rem; font-size: clamp(1.9rem, 3vw, 2.7rem); letter-spacing: -.04em; }
.downloads-group-head p { margin-bottom: 0; color: var(--muted); font-size: .84rem; }
.download-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.download-list .download-option { min-height: 90px; padding-inline: 1.25rem; }
.release-note { margin-top: 1rem; color: #6f748e; font-size: .7rem; }

.prose-shell { max-width: 840px; padding-block: 5rem 8rem; }
.prose-shell .lead { color: var(--text-soft); font-size: 1.12rem; line-height: 1.8; }
.prose-shell h2 { margin: 3.6rem 0 1rem; font-size: 1.8rem; letter-spacing: -.03em; }
.prose-shell h3 { margin: 2rem 0 .55rem; font-size: 1.05rem; }
.prose-shell p, .prose-shell li { color: var(--muted); line-height: 1.8; }
.prose-shell a { color: #a99fff; }
.prose-shell code { padding: .12rem .35rem; border-radius: 5px; background: rgba(155,109,255,.09); color: #bdb1ff; font: .85em ui-monospace, monospace; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.4rem; padding: 1.2rem 1.4rem; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); }
.contact-card span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-card a { font-weight: 650; text-decoration: none; }

/* Guides */
.guide-hero { padding-bottom: 5rem; }
.guide-hero-icon { width: 76px; height: 76px; margin: 0 auto 1.5rem; border-radius: 21px; box-shadow: 0 22px 60px rgba(0,0,0,.42), 0 0 38px var(--page-glow, rgba(42,111,255,.2)); }
.guide-breadcrumbs { justify-content: center; margin-bottom: 1.6rem; }
.guide-hero h1 { max-width: 920px; }
.guide-hero .guide-actions { justify-content: center; }
.guide-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.guide-shell { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; padding-block: 5rem 9rem; }
.guide-sidebar { position: sticky; top: 104px; align-self: start; }
.guide-toc { display: grid; gap: .15rem; padding: 1.1rem; border: 1px solid var(--border); border-radius: 18px; background: rgba(13,16,32,.72); }
.guide-toc strong { margin: .2rem .65rem .7rem; color: var(--text-soft); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.guide-toc a { padding: .52rem .65rem; border-radius: 9px; color: var(--muted); font-size: .76rem; text-decoration: none; }
.guide-toc a:hover { color: var(--text); background: rgba(255,255,255,.04); }
.guide-content { min-width: 0; }
.guide-section { scroll-margin-top: 100px; padding-bottom: 5rem; }
.guide-section + .guide-section { padding-top: 5rem; border-top: 1px solid var(--border); }
.guide-section > h2 { max-width: 760px; margin-bottom: 1.3rem; font-size: clamp(2.45rem, 5vw, 4.4rem); letter-spacing: -.055em; line-height: 1; }
.guide-section > h3 { margin: 3rem 0 1rem; font-size: 1.35rem; letter-spacing: -.025em; }
.guide-section > p, .guide-section > ol > li { color: var(--muted); line-height: 1.82; }
.guide-lede { max-width: 760px; color: var(--text-soft) !important; font-size: 1.08rem; }
.guide-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; margin: 2rem 0; }
.guide-path { padding: 1.4rem; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.guide-path span, .guide-option-grid article > span { display: block; margin-bottom: .7rem; color: #8d82db; font: 600 .67rem/1 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .09em; }
.guide-path code { display: block; margin-bottom: .75rem; color: var(--text); font: 650 .9rem/1.5 ui-monospace, monospace; overflow-wrap: anywhere; }
.guide-path p { margin-bottom: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.guide-steps { display: grid; gap: .75rem; margin: 2rem 0; padding: 0; counter-reset: guide-step; list-style: none; }
.guide-steps li { position: relative; min-height: 82px; display: grid; align-content: center; gap: .18rem; padding: 1rem 1.2rem 1rem 4.2rem; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.022); counter-increment: guide-step; }
.guide-steps li::before { content: counter(guide-step, decimal-leading-zero); position: absolute; left: 1.25rem; top: 1.35rem; color: #978cff; font: 650 .72rem/1 ui-monospace, monospace; }
.guide-steps strong { color: var(--text); font-size: .9rem; }
.guide-steps span { color: var(--muted); font-size: .8rem; line-height: 1.6; }
.guide-content code { padding: .12rem .35rem; border-radius: 5px; background: rgba(155,109,255,.09); color: #c1b6ff; font: .86em ui-monospace, monospace; }
.guide-content pre { margin: 1.5rem 0; padding: 1.25rem 1.4rem; overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; background: #070914; color: #d8dcf0; line-height: 1.7; box-shadow: inset 0 1px rgba(255,255,255,.02); }
.guide-content pre code { padding: 0; background: none; color: inherit; font-size: .78rem; }
.guide-note { display: grid; grid-template-columns: 150px 1fr; gap: 1.25rem; align-items: start; margin: 2rem 0; padding: 1.25rem 1.4rem; border: 1px solid rgba(101,220,255,.2); border-radius: 16px; background: rgba(101,220,255,.045); }
.guide-note strong { color: #a9eaff; font-size: .82rem; }
.guide-note p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.68; }
.guide-note-warning { border-color: rgba(255,174,105,.23); background: rgba(255,174,105,.05); }
.guide-note-warning strong { color: #ffd0a8; }
.guide-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin-top: 1.5rem; }
.guide-option-grid article { padding: 1.4rem; border: 1px solid var(--border); border-radius: 17px; background: rgba(255,255,255,.022); }
.guide-option-grid h3 { margin-bottom: .65rem; font-size: 1rem; }
.guide-option-grid p { margin-bottom: 0; color: var(--muted); font-size: .8rem; line-height: 1.68; }
.guide-table-wrap { margin: 1.3rem 0 2rem; overflow-x: auto; border: 1px solid var(--border); border-radius: 17px; }
.guide-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.018); text-align: left; }
.guide-table th, .guide-table td { padding: .95rem 1rem; border-bottom: 1px solid var(--border); vertical-align: top; }
.guide-table tr:last-child td { border-bottom: 0; }
.guide-table th { color: var(--text-soft); background: rgba(255,255,255,.025); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.guide-table td { min-width: 130px; color: var(--muted); font-size: .77rem; line-height: 1.62; }
.guide-table td:first-child { color: var(--text-soft); }
.guide-variant { margin-top: 1rem; padding: 1.5rem; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.02); }
.guide-variant h3 { margin-bottom: .45rem; font-size: 1.05rem; }
.guide-variant p { margin-bottom: .8rem; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.guide-variant pre { margin-bottom: 0; }
.guide-troubleshooting article { min-height: 190px; }
.guide-finish { margin-top: 4rem; padding: clamp(1.8rem, 5vw, 3.5rem); border: 1px solid var(--border-bright); border-radius: 26px; background: radial-gradient(circle at 0 0, rgba(42,111,255,.14), transparent 45%), var(--surface); }
.guide-finish h2 { margin-bottom: .8rem; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.05em; line-height: 1; }
.guide-finish > div > p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }

.tone-page-violet { --page-glow: rgba(139,88,255,.22); }
.tone-page-amber { --page-glow: rgba(197,130,66,.18); }
.tone-page-blue { --page-glow: rgba(42,111,255,.2); }
.tone-page-cyan { --page-glow: rgba(67,206,255,.18); }
.tone-page-slate { --page-glow: rgba(173,187,216,.12); }

@media (max-width: 900px) {
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 5rem 6rem; }
  .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .platform-list { justify-content: center; }
  .ecosystem { width: min(100%, 500px); }
  .split-heading, .showcase-panel { grid-template-columns: 1fr; gap: 2rem; }
  .flow-grid { grid-template-columns: 1fr; gap: .8rem; }
  .flow-connector { display: none; }
  .support-cta-card { grid-template-columns: 1fr; }
  .support-cta-button { justify-self: start; }
  .footer-main { flex-direction: column; }
  .page-hero-grid, .download-panel { grid-template-columns: 1fr; }
  .page-icon-wrap { width: min(78vw, 360px); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .media-pair { grid-template-columns: 1fr; }
  .guide-shell { grid-template-columns: 1fr; gap: 2.5rem; }
  .guide-sidebar { display: none; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .desktop-nav a:not(.nav-cta) { display: none; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-nav { padding: 0 14px; max-height: 0; overflow: hidden; display: grid; gap: .2rem; background: rgba(7,8,18,.96); transition: max-height .25s ease, padding .25s ease; }
  .mobile-nav.is-open { max-height: 280px; padding-block: .5rem 1rem; border-top: 1px solid var(--border); }
  .mobile-nav a { padding: .72rem .7rem; border-radius: 10px; color: var(--text-soft); font-size: .84rem; text-decoration: none; }
  .mobile-nav a:hover { background: rgba(255,255,255,.04); color: var(--text); }
  .brand span { font-size: .94rem; }
  .hero-grid { padding-top: 4rem; gap: 2.5rem; }
  h1 { font-size: clamp(3.15rem, 17vw, 5rem); }
  .ecosystem { width: min(100%, 410px); }
  .ecosystem-core { width: 132px; min-height: 132px; border-radius: 28px; }
  .ecosystem-core img { width: 58px; height: 58px; border-radius: 16px; }
  .orbit-app { width: 76px; min-height: 82px; border-radius: 19px; }
  .orbit-app img { width: 46px; height: 46px; border-radius: 13px; }
  .orbit-library { left: 4%; }
  .orbit-mac { right: 0; }
  .orbit-ios { left: 1%; }
  .orbit-android { right: 2%; }
  .section { padding-block: 5rem; }
  .product-section { padding-bottom: 5rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card-wide { grid-column: auto; min-height: 470px; display: flex; }
  .product-card-wide .product-card-art { order: -1; }
  .compact-art { min-height: 180px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 220px; }
  .value-mark { margin-bottom: 2.5rem; }
  .support-cta-section { padding-bottom: 5rem; }
  .support-cta-button { width: 100%; white-space: normal; text-align: center; }
  .footer-links { width: 100%; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .page-hero { padding-block: 4rem; }
  .page-hero-copy { text-align: center; }
  .breadcrumbs, .page-meta, .page-hero .hero-actions { justify-content: center; }
  .page-hero .hero-lede { margin-inline: auto; }
  .requirement-note { margin-inline: auto; text-align: left; }
  .feature-grid, .download-list { grid-template-columns: 1fr; }
  .downloads-group-head { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .media-placeholder-landscape, .media-placeholder-portrait { min-height: 360px; }
  .placeholder-layout, .media-placeholder-portrait .placeholder-layout { min-height: 314px; }
  .guide-hero h1 { font-size: clamp(2.85rem, 14vw, 4.5rem); }
  .guide-paths, .guide-option-grid { grid-template-columns: 1fr; }
  .guide-note { grid-template-columns: 1fr; gap: .55rem; }
  .guide-table th, .guide-table td { padding: .8rem; }
}

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