@font-face {
  font-family: "Inter";
  src: url("font/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #050914;
  --bg-soft: #0a1124;
  --surface: rgba(13, 25, 52, 0.72);
  --surface-strong: #0d1934;
  --line: rgba(125, 164, 255, 0.18);
  --line-strong: rgba(125, 164, 255, 0.34);
  --text: #f7f9ff;
  --muted: #aab8d6;
  --blue: #3f7cff;
  --blue-light: #77a7ff;
  --cyan: #55dcff;
  --success: #77e7b0;
  --title-gradient: linear-gradient(100deg, #ffffff 2%, #eaf0ff 32%, #b6ceff 66%, #62d8ff 100%);
  --heading-display-size: clamp(42px, 4.8vw, 62px);
  --heading-section-size: clamp(32px, 3.8vw, 48px);
  --heading-display-tracking: -.035em;
  --heading-section-tracking: -.028em;
  --heading-card-tracking: -.015em;
  --heading-display-leading: 1.04;
  --heading-section-leading: 1.1;
  --heading-card-leading: 1.25;
  --shadow: 0 24px 70px rgba(0, 20, 80, 0.28);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 260px, rgba(36, 102, 255, 0.14), transparent 30rem),
    radial-gradient(circle at 10% 820px, rgba(18, 175, 255, 0.06), transparent 28rem),
    var(--bg);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-synthesis: none;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.home-page {
  background:
    radial-gradient(circle at 86% 230px, rgba(36, 102, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 10% 800px, rgba(18, 175, 255, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 2050px, rgba(36, 102, 255, 0.08), transparent 30rem),
    var(--bg);
}

.product-page {
  background:
    radial-gradient(circle at 16% 280px, rgba(36, 102, 255, 0.11), transparent 30rem),
    radial-gradient(circle at 87% 760px, rgba(36, 102, 255, 0.17), transparent 32rem),
    radial-gradient(circle at 12% 3000px, rgba(18, 175, 255, 0.065), transparent 29rem),
    radial-gradient(circle at 88% 5600px, rgba(36, 102, 255, 0.085), transparent 31rem),
    radial-gradient(circle at 12% 8200px, rgba(18, 175, 255, 0.055), transparent 28rem),
    var(--bg);
}

.contact-page {
  background:
    radial-gradient(circle at 87% 250px, rgba(36, 102, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 10% 820px, rgba(18, 175, 255, 0.075), transparent 28rem),
    var(--bg);
}

.legal-page {
  background:
    radial-gradient(circle at 86% 260px, rgba(36, 102, 255, 0.15), transparent 30rem),
    radial-gradient(circle at 11% 1600px, rgba(18, 175, 255, 0.065), transparent 28rem),
    radial-gradient(circle at 87% 3300px, rgba(36, 102, 255, 0.07), transparent 30rem),
    var(--bg);
}

.learn-page {
  background:
    radial-gradient(circle at 86% 310px, rgba(36, 102, 255, 0.16), transparent 31rem),
    radial-gradient(circle at 11% 1900px, rgba(18, 175, 255, 0.065), transparent 29rem),
    radial-gradient(circle at 88% 4200px, rgba(36, 102, 255, 0.075), transparent 31rem),
    radial-gradient(circle at 12% 6900px, rgba(18, 175, 255, 0.055), transparent 28rem),
    var(--bg);
}

main { flex: 1 0 auto; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font-family: inherit; }
h1, h2, h3, p, a, label, summary, small { font-family: inherit; }
h1, h2, h3 {
  font-kerning: normal;
  text-wrap: balance;
}
h1 {
  font-size: var(--heading-display-size);
  font-weight: 800;
  line-height: var(--heading-display-leading);
  letter-spacing: var(--heading-display-tracking);
}
h2 {
  font-size: var(--heading-section-size);
  font-weight: 700;
  line-height: var(--heading-section-leading);
  letter-spacing: var(--heading-section-tracking);
}
h3 {
  font-weight: 700;
  line-height: var(--heading-card-leading);
  letter-spacing: var(--heading-card-tracking);
}
h1, h2, h3, .gradient-text {
  color: transparent;
  background: var(--title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(800px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(125, 164, 255, .12);
  background: rgba(5, 9, 20, .78);
  backdrop-filter: blur(18px);
}

.nav { min-height: 70px; display: flex; align-items: center; gap: 30px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.brand-logo { width: 40px; height: 40px; display: block; border-radius: 9px; object-fit: cover; }
.site-wordmark { width: 174px; height: 42px; display: block; object-fit: contain; }
.site-header .logo { transition: transform .2s ease; }
.site-header .site-wordmark { transition: filter .24s ease; }
.site-header .logo:hover,
.site-header .logo:focus-visible { transform: translateY(-1px); }
.site-header .logo:hover .site-wordmark,
.site-header .logo:focus-visible .site-wordmark { filter: drop-shadow(0 0 10px rgba(63,124,255,.62)) drop-shadow(0 0 22px rgba(85,220,255,.30)); }
.site-header .logo:focus-visible { outline: 1px solid rgba(119,167,255,.56); outline-offset: 7px; border-radius: 7px; }
.nav-toggle { display: none; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 10px 13px; border: 1px solid transparent; color: var(--muted); font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 10px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.nav-links > a { border-color: rgba(119,167,255,.28); background: var(--bg-soft); }
.nav-links a.active, .nav-dropdown.active .nav-split { border-color: rgba(119,167,255,.48); color: var(--text); background: #111d36; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible { border-color: rgba(119,167,255,.56); color: #fff; background: linear-gradient(135deg, #4e88ff, #2864ee); box-shadow: 0 10px 24px rgba(45,102,238,.28); transform: translateY(-1px); outline: none; }
.nav-dropdown { position: relative; }
.nav-split { display: flex; align-items: stretch; border: 1px solid rgba(119,167,255,.28); border-radius: 10px; background: var(--bg-soft); transition: transform .2s ease; }
.nav-dropdown.active .nav-product-link, .nav-dropdown.active .nav-dropdown-toggle { color: var(--text); }
.nav-links .nav-product-link { display: flex; align-items: center; border: 0; border-radius: 9px 0 0 9px; }
.nav-links .nav-product-link:hover, .nav-links .nav-product-link:focus-visible { border-color: transparent; transform: none; }
.nav-dropdown-toggle { width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-left: 1px solid rgba(119,167,255,.18); border-radius: 0 9px 9px 0; color: var(--muted); background: transparent; font: inherit; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease; }
.nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible { transform: none; }
.nav-dropdown-toggle[aria-expanded="true"]:not(:hover) { border-left-color: rgba(119,167,255,.18); background: transparent; box-shadow: none; }
.nav-dropdown .nav-split:hover { transform: translateY(-1px); }
.nav-dropdown-icon { width: 7px; height: 7px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.nav-dropdown-toggle[aria-expanded="true"] .nav-dropdown-icon { margin-top: 3px; transform: rotate(225deg); }
.nav-dropdown-menu { position: absolute; z-index: 40; top: calc(100% + 8px); left: 0; width: 100%; min-width: 0; box-sizing: border-box; display: grid; gap: 4px; padding: 8px; border: 1px solid rgba(119,167,255,.24); border-radius: 14px; background: rgba(5,9,20,.98); box-shadow: 0 18px 42px rgba(0,0,0,.38); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; pointer-events: none; transform: translate3d(0,-8px,0); transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s; }
.nav-dropdown-menu a { width: 100%; white-space: nowrap; }
.nav-dropdown.is-open > .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate3d(0,0,0); transition-delay: 0s; }
.nav-dropdown-menu .nav-dropdown-cta { margin-top: 4px; color: var(--muted); background: transparent; box-shadow: none; text-align: left; }
.nav-dropdown-menu .nav-dropdown-cta:hover, .nav-dropdown-menu .nav-dropdown-cta:focus-visible { border-color: transparent; color: #fff; background: linear-gradient(135deg, #4e88ff, #2864ee); box-shadow: 0 10px 24px rgba(45,102,238,.28); }
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, #4e88ff, #2864ee); box-shadow: 0 12px 32px rgba(45,102,238,.30); }
.btn-primary:hover { background: linear-gradient(135deg, #65a0ff, #3470fa); }
.btn-secondary { color: var(--text); border-color: var(--line-strong); background: rgba(255,255,255,.035); }
.btn-secondary:hover { border-color: rgba(119,167,255,.60); background: rgba(119,167,255,.09); }
.btn-small { min-height: 40px; padding: 0 16px; border-radius: 10px; font-size: 14px; }

.eyebrow, .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #a8c7ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 9px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.badge { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(63,124,255,.09); letter-spacing: .04em; text-transform: none; }
.badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }

.hero { position: relative; padding: 78px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 58px; align-items: center; }
.product-identity { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: #cfe0ff; font-size: 15px; font-weight: 700; letter-spacing: .02em; }
.app-icon { width: 52px; height: 52px; display: block; border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.34); }
.hero h1,
.page-hero h1,
.home-product-copy h1,
.contact-copy h1 {
  max-width: 800px;
}
.hero h1, .page-hero h1 { margin: 0 0 24px; }
.hero-copy { max-width: 650px; margin: 0 0 32px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin-top: 17px; color: #8292b3; font-size: 13px; }

.home-video-hero { padding: 32px 0 0; }
.home-video-frame {
  background: transparent;
}
.home-video { display: block; width: 100%; aspect-ratio: 2 / 1; background: transparent; object-fit: contain; }
.home-product-intro { padding: 68px 0 46px; }
.home-product-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; }
.home-product-copy h1 { margin: 0 0 24px; }
.home-product-copy p { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.home-learn-more { margin-top: 26px; }
.home-product-purchase { min-width: 0; }
.product-wordmark { width: 100%; max-width: 560px; display: block; margin: 0 auto; }
.purchase-panel { margin-top: 24px; padding: 30px; border: 1px solid rgba(91,143,255,.48); border-radius: 24px; background: linear-gradient(145deg, rgba(18,36,76,.84), rgba(7,15,34,.88)); box-shadow: var(--shadow); animation: purchase-glow 3.8s ease-in-out infinite; }
@keyframes purchase-glow {
  0%, 100% { border-color: rgba(91,143,255,.42); box-shadow: 0 24px 70px rgba(0,20,80,.28), 0 0 0 rgba(63,124,255,0); }
  50% { border-color: rgba(119,167,255,.62); box-shadow: 0 28px 78px rgba(0,36,120,.36), 0 0 30px rgba(63,124,255,.14); }
}
.purchase-label { display: block; color: #a9c4ff; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.purchase-price { margin: 8px 0 2px; color: var(--text); font-size: clamp(48px, 5vw, 66px); font-weight: 800; line-height: 1.05; letter-spacing: -.035em; }
.purchase-note { margin: 0; color: var(--muted); font-size: 14px; }
.purchase-features { display: grid; gap: 13px; margin: 23px 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; }
.purchase-features li { position: relative; padding-left: 30px; color: #dce5f8; font-size: 15px; }
.purchase-features li::before { content: ""; position: absolute; left: 2px; top: .45em; width: 14px; height: 8px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }
.purchase-button { width: 100%; }
.home-page .site-footer { margin-top: 20px; }
.home-page .release-section { padding: 56px 0 40px; }
.home-page .home-product-intro + .section-tight { padding-top: 44px; }

.product-orbit { position: relative; min-height: 520px; display: grid; place-items: center; }
.product-orbit::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(93,150,255,.18); border-radius: 50%; box-shadow: inset 0 0 100px rgba(63,124,255,.08), 0 0 100px rgba(63,124,255,.08); }
.product-orbit::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px dashed rgba(85,220,255,.17); border-radius: 50%; }
.product-window { position: relative; z-index: 2; width: min(100%, 440px); padding: 3px; border: 1px solid rgba(119,167,255,.28); border-radius: 20px; background: rgba(10,20,44,.42); box-shadow: 0 34px 90px rgba(0,20,80,.48); transform: rotate(-2deg); }
.product-window img { display: block; width: 100%; border-radius: 17px; background: #050914; }
.format-pill { position: absolute; z-index: 4; padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #dce8ff; background: rgba(10,20,44,.92); box-shadow: var(--shadow); font-size: 12px; font-weight: 700; letter-spacing: .05em; backdrop-filter: blur(12px); }
.p-avif { top: 9%; right: 3%; }
.p-webp { bottom: 19%; right: -2%; }
.p-webm { bottom: 8%; left: 2%; }
.p-gif { top: 20%; left: -2%; }

.trust-row { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; color: #8392b0; font-size: 13px; font-weight: 600; }
.trust-formats { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-formats span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 8px; color: #bcd0f7; background: rgba(255,255,255,.02); }

.section { padding: 72px 0; }
.section-tight { padding: 58px 0; }
.section-head { max-width: 700px; margin-bottom: 36px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section h2, .page-section h2 { margin: 0 0 16px; }
.section-head p, .page-intro, .feature-copy p { color: var(--muted); font-size: 18px; }

.release-layout { display: block; }
.release-layout .section-head { max-width: 780px; margin-bottom: 26px; }
.release-list { display: grid; gap: 18px; min-width: 0; }
.release-card { position: relative; overflow: hidden; isolation: isolate; width: 100%; padding: 32px 34px; border: 1px solid rgba(218,230,255,.09); border-radius: 20px; background: linear-gradient(145deg, rgba(29,37,54,.48), rgba(10,16,28,.38)); box-shadow: inset 0 1px rgba(255,255,255,.075), 0 12px 28px rgba(0,8,30,.14); -webkit-backdrop-filter: blur(10px) saturate(108%); backdrop-filter: blur(10px) saturate(108%); }
.release-card::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.045), transparent 30%, transparent 78%); }
.release-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.release-version { color: #a8c7ff; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.release-status { color: #8fa6cf; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.release-card h3 { margin: 0 0 12px; color: white; font-size: clamp(25px, 3vw, 32px); }
.release-card > p { max-width: 940px; margin: 0; color: var(--muted); font-size: 17px; }
.release-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin: 20px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.release-highlights li { position: relative; padding-left: 25px; color: #dce5f8; font-size: 15px; }
.release-highlights li::before { content: ""; position: absolute; left: 2px; top: .42em; width: 11px; height: 6px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }
.release-next { margin-top: 20px; padding: 19px 0 0; border-top: 1px solid var(--line); }
.release-next strong { display: block; margin-bottom: 7px; color: white; font-size: 14px; }
.release-next p { max-width: 940px; margin: 0; color: var(--muted); font-size: 15px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(17,33,68,.76), rgba(8,15,32,.72)); box-shadow: inset 0 1px rgba(255,255,255,.035), var(--shadow); }
.feature-card { min-height: 250px; padding: 28px; }
.feature-card .num { display: block; margin-bottom: 38px; color: #7298e3; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.feature-card h3 { margin: 0 0 10px; font-size: 21px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; }
.icon-chip { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid var(--line-strong); border-radius: 13px; color: #b9d0ff; background: rgba(63,124,255,.12); font-size: 12px; font-weight: 700; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.split.reverse .feature-copy { order: 2; }
.showcase-block { width: 100%; }
.showcase { padding: 3px; overflow: hidden; border: 1px solid rgba(119,167,255,.26); border-radius: 21px; background: rgba(12,24,52,.42); box-shadow: var(--shadow); }
.showcase img { display: block; width: 100%; border-radius: 18px; }
.feature-stack { display: flex; flex-direction: column; align-items: center; gap: 36px; }
.feature-stack .feature-copy { width: min(100%, 880px); text-align: center; }
.feature-stack .eyebrow { justify-content: center; }
.feature-stack .feature-list { width: fit-content; margin-inline: auto; text-align: left; }
.feature-stack .showcase { width: min(100%, 980px); }
.feature-stack .showcase-block .media-label { width: min(100%, 980px); margin-inline: auto; }
.feature-stack .showcase-block .showcase { margin-inline: auto; }
.feature-detail-grid { width: min(100%, 980px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-detail-grid.two-column { grid-template-columns: repeat(2, 1fr); }
.feature-detail-card { min-width: 0; padding: 26px; text-align: left; border-radius: 18px; background: linear-gradient(145deg, rgba(17, 33, 68, .66), rgba(8, 15, 32, .56)); box-shadow: inset 0 1px rgba(255, 255, 255, .035), var(--shadow); }
.feature-detail-card h3 { margin: 0 0 10px; font-size: 21px; }
.feature-detail-card p { margin: 0; color: var(--muted); font-size: 15px; }
.feature-list { display: grid; gap: 15px; margin: 26px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 29px; color: #dce5f8; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .53em; width: 14px; height: 8px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }

.formats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.format-card { padding: 24px; }
.format-card strong { display: block; margin-bottom: 18px; color: #cfe0ff; font-size: 24px; }
.format-card p { margin: 0; color: var(--muted); font-size: 14px; }

.cta-panel { position: relative; overflow: hidden; padding: 52px; text-align: center; border: 1px solid var(--line-strong); border-radius: 28px; background: radial-gradient(circle at -4% 112%, rgba(85,220,255,.18), transparent 38%), linear-gradient(140deg, rgba(40,102,238,.28), rgba(10,22,50,.82) 55%, rgba(18,88,146,.34)); box-shadow: var(--shadow); }
.cta-panel h2 { position: relative; max-width: 760px; margin: 0 auto 16px; }
.cta-panel p { position: relative; max-width: 620px; margin: 0 auto 28px; color: #b9c7e0; font-size: 18px; }
.cta-panel .hero-actions { position: relative; justify-content: center; }

.page-hero { padding: 60px 0 42px; text-align: center; }
.page-hero h1 { margin-inline: auto; }
.page-hero .page-intro { max-width: 790px; margin: 0 auto; }
.product-hero-brand { display: flex; justify-content: center; margin-bottom: 4px; }
.product-page-wordmark { width: min(46vw, 470px); display: block; margin: 0 auto; }
.product-hero-badge { display: flex; justify-content: center; margin-bottom: 28px; }
.product-hero-badge .badge {
  margin: 0;
  padding: 8px 12px;
  color: #cfe0ff;
  font-size: 12px;
  border-color: rgba(119, 167, 255, .34);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(20, 34, 62, .72), rgba(9, 17, 34, .62));
  box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 10px 24px rgba(0, 18, 70, .14);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.product-hero-badge .badge::before { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px rgba(85, 220, 255, .48); }
.product-page .page-hero { padding: 44px 0 28px; }
.product-page .page-hero h1 { max-width: 1100px; margin-bottom: 18px; }
.product-page .product-demo { padding-top: 0; }
.product-page .product-demo + #pricing,
.product-page .product-player-section + .section-tight { padding-top: 0; }
.product-alpha-video { width: 100%; margin: 0 auto 18px; background: transparent; }
.product-alpha-video video { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: contain; background: transparent; }
.product-hero-action { display: flex; justify-content: center; margin: 0 0 28px; }
.product-hero-buy { min-width: 280px; }
.product-shot { margin: 32px auto 0; padding: 3px; border: 1px solid rgba(119,167,255,.26); border-radius: 22px; background: rgba(14,27,57,.38); box-shadow: var(--shadow); }
.product-shot img { display: block; width: 100%; border-radius: 19px; }
.page-section { padding: 58px 0; }
#pricing, #demo, #features, #downloads, #faq { scroll-margin-top: 76px; }
.mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 520px)); justify-content: center; gap: 44px; }
.mode-item { min-width: 0; display: flex; flex-direction: column; align-items: center; }
.media-label { width: 100%; display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: #91a9d4; font-size: 12px; font-weight: 750; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.media-label::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px rgba(85, 220, 255, .34); }
.mode-item .media-label { max-width: 520px; }
.setting-item .media-label { max-width: 420px; }
.mode-image, .mode-body { width: min(100%, 520px); }
.mode-image { padding: 2px; border: 1px solid rgba(119,167,255,.24); border-radius: 18px; background: rgba(12,24,52,.32); text-align: center; }
.mode-image img { display: block; width: 100%; max-height: none; border-radius: 15px; object-fit: contain; object-position: bottom; }
.mode-body { flex: 1 0 auto; padding-top: 22px; }
.mode-body h3 { margin: 0 0 10px; font-size: 26px; }
.mode-body p { margin: 0; color: var(--muted); }
.settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; gap: 52px 44px; }
.setting-item { min-width: 0; display: flex; flex-direction: column; align-items: center; }
.setting-image { width: min(100%, 420px); height: auto; aspect-ratio: 846 / 1854; padding: 12px; border: 1px solid rgba(119,167,255,.24); border-radius: 18px; background: rgba(12,24,52,.30); text-align: center; }
.setting-image img { display: block; width: 100%; height: 100%; border-radius: 13px; object-fit: contain; object-position: center; }
.setting-body { flex: 1 0 auto; padding-top: 20px; }
.setting-body h3 { margin: 0 0 10px; font-size: 24px; }
.setting-body p { margin: 0; color: var(--muted); font-size: 15px; }

.product-page .mode-image,
.product-page .setting-image,
.product-page .showcase {
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.product-page .mode-image img,
.product-page .setting-image img,
.product-page .showcase img {
  border-radius: 0;
  filter: drop-shadow(0 24px 35px rgba(0, 20, 80, .28));
}
.product-page .mode-body,
.product-page .setting-body,
.product-page .feature-copy {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.product-page .mode-body,
.product-page .setting-body { margin-top: 0; padding: 22px 0 0; }
.product-page .feature-copy { padding: 0; }
.product-page .text-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-top: 14px;
  padding: 22px;
  border: 1px solid rgba(218, 230, 255, .09);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(29, 37, 54, .48), rgba(10, 16, 28, .38));
  box-shadow: inset 0 1px rgba(255, 255, 255, .075), 0 12px 28px rgba(0, 8, 30, .14);
  -webkit-backdrop-filter: blur(10px) saturate(108%);
  backdrop-filter: blur(10px) saturate(108%);
}
.product-page .mode-body { min-height: 168px; }
.product-page .setting-body { min-height: 154px; }
.product-page .text-card::before,
.product-page .feature-detail-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, .045), transparent 30%, transparent 78%);
}
.product-page .feature-detail-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(218, 230, 255, .09);
  background: linear-gradient(145deg, rgba(29, 37, 54, .48), rgba(10, 16, 28, .38));
  box-shadow: inset 0 1px rgba(255, 255, 255, .075), 0 12px 28px rgba(0, 8, 30, .14);
  -webkit-backdrop-filter: blur(10px) saturate(108%);
  backdrop-filter: blur(10px) saturate(108%);
}
.reveal-ready .reveal-text,
.reveal-ready .reveal-block,
.reveal-ready .reveal-media {
  will-change: transform;
  transition-property: transform;
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-ready .reveal-text {
  transform: translate3d(0, 18px, 0);
  transition-duration: .58s;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.reveal-ready .reveal-block {
  transform: translate3d(0, 14px, 0);
  transition-duration: .64s;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.reveal-ready .reveal-media {
  transform: translate3d(0, 22px, 0);
  transition-duration: .72s;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.reveal-ready .reveal-text.is-visible,
.reveal-ready .reveal-block.is-visible,
.reveal-ready .reveal-media.is-visible {
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
.reveal-ready .anchor-arrival {
  animation: anchor-section-arrival .68s cubic-bezier(.22, .61, .36, 1) both;
  animation-delay: var(--anchor-delay, 0ms);
}
@keyframes anchor-section-arrival {
  0% { transform: translate3d(0, 28px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.product-page .setting-body { width: min(100%, 420px); }
.product-page .mode-body h3,
.product-page .setting-body h3 { margin-top: 0; }

.video-wrapper { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; border: 1px solid var(--line-strong); border-radius: 25px; background: var(--bg-soft); box-shadow: var(--shadow); }
.video-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.product-page .video-wrapper { border: 0; box-shadow: var(--shadow); }

.pricing-wrap { width: min(980px, calc(100% - 40px)); }
.price-card { padding: 36px; border-color: rgba(95,146,255,.48); }
.price-label { color: #9fbaf0; font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.price { margin: 10px 0 4px; font-size: 58px; font-weight: 800; line-height: 1.05; letter-spacing: -.035em; }
.price-note { color: var(--muted); font-size: 14px; }
.price-card .feature-list { margin: 28px 0; padding-top: 24px; border-top: 1px solid var(--line); }
.full { width: 100%; }
.product-purchase-panel { margin-top: 0; display: grid; grid-template-columns: minmax(220px, .7fr) minmax(360px, 1.3fr); gap: 28px 48px; align-items: center; padding: 36px 40px; }
.product-purchase-panel .purchase-price { font-size: clamp(58px, 7vw, 78px); }
.product-purchase-panel .purchase-features { margin: 0; padding: 4px 0 4px 40px; border-top: 0; border-left: 1px solid var(--line); }
.product-purchase-actions { grid-column: 1 / -1; }

.download-panel { padding: 46px; border: 1px solid var(--line-strong); border-radius: 26px; text-align: center; background: linear-gradient(145deg, rgba(18, 36, 76, .84), rgba(7, 15, 34, .88)); box-shadow: inset 0 1px rgba(255, 255, 255, .035), var(--shadow); }
.download-panel .eyebrow { margin-bottom: 12px; }
.download-panel h2 { margin: 0 0 16px; }
.download-panel > p { max-width: 680px; margin: 0 auto 32px; color: var(--muted); font-size: 18px; }
.contact-faq-panel .hero-actions { width: 100%; display: grid; place-items: center; }
.contact-faq-button { margin-inline: auto; }
.download-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.download-button { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 18px; border-radius: 16px; color: var(--text); background: rgba(119, 167, 255, .09); box-shadow: inset 0 0 0 1px rgba(119, 167, 255, .24); text-align: left; text-decoration: none; font-size: 15px; font-weight: 650; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.download-button:hover, .download-button:focus-visible { transform: translateY(-2px); background: rgba(63, 124, 255, .18); box-shadow: inset 0 0 0 1px rgba(119, 167, 255, .52), 0 16px 34px rgba(0, 30, 110, .28); outline: none; }
.download-button img { width: 34px; height: 34px; object-fit: contain; flex: 0 0 auto; }
.download-button small { display: block; margin-bottom: 4px; color: #8fa6cf; font-size: 11px; font-weight: 500; }
.download-cep-link { color: #b9d0ff; font-weight: 650; text-underline-offset: 3px; }
.download-cep-link:hover,
.download-cep-link:focus-visible { color: #fff; outline: none; }

.faq { display: grid; gap: 10px; }
details { padding: 0 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(12,24,50,.58); }
summary { position: relative; padding: 17px 36px 17px 0; font-weight: 600; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 50%; display: grid; place-items: center; color: #8fb2f8; font-size: 25px; font-weight: 400; line-height: 1; transform: translateY(-50%); }
details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 36px 18px 0; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.contact-copy h1 { margin: 0 0 24px; }
.contact-copy p { color: var(--muted); font-size: 18px; }
.contact-meta { display: grid; gap: 12px; margin-top: 28px; }
.contact-meta a { color: #bcd2ff; text-decoration: none; }
.contact-meta a:hover { color: white; }
.contact-form { padding: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-group { display: grid; gap: 8px; margin-bottom: 18px; }
.form-group.full-row { grid-column: 1 / -1; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-turnstile { display: flex; width: 100%; justify-content: center; margin-top: 4px; }
.contact-form-status { min-height: 22px; margin: 14px 0; color: var(--muted); font-size: 14px; line-height: 1.5; text-align: center; }
.contact-form-status[data-state="success"] { color: #7ce3b1; }
.contact-form-status[data-state="error"] { color: #ff9aa8; }
.contact-form-status[data-state="pending"] { color: var(--cyan); }
.contact-form .btn:disabled { cursor: wait; opacity: .68; transform: none; }
label { color: #dce6fa; font-size: 13px; font-weight: 600; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--text); background: rgba(5,10,22,.72); font: inherit; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--blue-light); box-shadow: 0 0 0 3px rgba(63,124,255,.14); }
textarea { min-height: 140px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #79a8ef; opacity: .72; }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; top: 50%; right: 19px; width: 9px; height: 9px; border-right: 2px solid #8fb7ff; border-bottom: 2px solid #8fb7ff; pointer-events: none; transform: translateY(-70%) rotate(45deg); }
.select-wrap select { appearance: none; -webkit-appearance: none; padding-right: 50px; cursor: pointer; background: rgba(5,10,22,.72); }
.select-wrap select:hover { border-color: rgba(119,167,255,.46); }
select option { color: var(--text); background: #0a1124; }
.custom-select { position: relative; z-index: 5; }
.custom-select-native { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.custom-select-trigger {
  width: 100%;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: rgba(5, 10, 22, .72);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.custom-select-trigger:hover { border-color: rgba(119, 167, 255, .46); background: rgba(8, 16, 34, .9); }
.custom-select-trigger:focus-visible,
.custom-select.is-open .custom-select-trigger { border-color: var(--blue-light); background: rgba(8, 16, 34, .96); box-shadow: 0 0 0 3px rgba(63, 124, 255, .14); outline: none; }
.custom-select-arrow { width: 9px; height: 9px; flex: 0 0 auto; margin: -4px 3px 0 0; border-right: 2px solid #8fb7ff; border-bottom: 2px solid #8fb7ff; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.custom-select.is-open .custom-select-arrow { margin-top: 4px; transform: rotate(225deg); }
.custom-select-options {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-height: 290px;
  padding: 7px;
  overflow-y: auto;
  border: 1px solid rgba(119, 167, 255, .38);
  border-radius: 14px;
  background: #0a1225;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .52), 0 0 0 1px rgba(255, 255, 255, .025) inset;
  scrollbar-width: thin;
  scrollbar-color: #405b87 #0a1225;
}
.custom-select-options[hidden] { display: none; }
.custom-select-option { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 12px; border-radius: 9px; color: #c8d5ee; cursor: pointer; outline: none; transition: color .15s ease, background-color .15s ease; }
.custom-select-option[aria-selected="true"] { color: #fff; background: transparent; }
.custom-select-option:hover,
.custom-select-option:focus-visible { color: #fff; background: rgba(63, 124, 255, .24); }
.custom-select-check { width: 8px; height: 14px; flex: 0 0 auto; margin: -3px 3px 0 0; border-right: 2px solid #82b9ff; border-bottom: 2px solid #82b9ff; opacity: 0; transform: rotate(45deg); }
.custom-select-option[aria-selected="true"] .custom-select-check { opacity: 1; }

.license-note { margin: 17px 0 0; color: #91a3c5; font-size: 12px; line-height: 1.5; text-align: center; }
.license-note a, .open-source-note a { color: #b9d0ff; text-underline-offset: 3px; }
.license-note a:hover, .open-source-note a:hover { color: #fff; }
.download-panel > .open-source-note { max-width: 880px; margin: 22px auto 0; color: #8192b1; font-size: 12px; line-height: 1.55; }

.legal-hero { padding-bottom: 28px; }
.legal-hero .eyebrow { justify-content: center; }
.legal-section { padding: 28px 0 68px; }
.legal-layout { width: min(1460px, calc(100% - 40px)); display: grid; grid-template-columns: minmax(220px, 1fr) minmax(0, 860px) minmax(220px, 1fr); gap: 30px; align-items: start; }
.legal-toc { grid-column: 1; grid-row: 1; position: sticky; top: 100px; width: 210px; justify-self: end; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10, 18, 38, .94); box-shadow: var(--shadow); }
.legal-toc strong { display: block; margin-bottom: 13px; color: #dce7fb; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.legal-toc nav { display: grid; gap: 8px; }
.legal-toc a { color: #94a8cd; font-size: 13px; line-height: 1.4; text-decoration: none; }
.legal-toc a:hover, .legal-toc a:focus-visible { color: #fff; outline: none; }
.legal-content { grid-column: 2; grid-row: 1; width: 100%; min-width: 0; }
.legal-content a { color: #9fc0ff; text-underline-offset: 3px; }
.legal-content a:hover { color: #fff; }
.legal-content section, .legal-summary, .source-offer { scroll-margin-top: 104px; }
.legal-content section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-content section:first-of-type { border-top: 0; }
.legal-content h2 { margin: 0 0 16px; font-size: clamp(25px, 3vw, 34px); }
.legal-content h3 { margin: 25px 0 10px; font-size: 20px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.legal-content p { margin: 0 0 16px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content strong { color: #e7edfb; }
.legal-summary, .source-offer { position: relative; overflow: hidden; margin-bottom: 28px; padding: 26px; border: 1px solid var(--line-strong); border-radius: 20px; background: linear-gradient(145deg, rgba(18, 36, 76, .72), rgba(7, 15, 34, .82)); box-shadow: var(--shadow); }
.legal-summary .eyebrow, .source-offer .eyebrow { margin-bottom: 12px; }
.legal-summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin: 22px 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.legal-summary-grid li { position: relative; padding-left: 24px; }
.legal-summary-grid li::before { content: ""; position: absolute; left: 1px; top: .65em; width: 12px; height: 7px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }
.legal-summary .legal-summary-note, .legal-small { color: #8192b1; font-size: 13px; }
.source-offer { border-color: rgba(85, 220, 255, .32); }
.license-table-wrap { overflow-x: auto; margin: 22px 0; border: 1px solid var(--line); border-radius: 16px; }
.license-table { width: 100%; min-width: 680px; border-collapse: collapse; background: rgba(9, 17, 36, .58); }
.license-table th, .license-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.55; text-align: left; vertical-align: top; }
.license-table th { color: #dbe6fb; background: rgba(63, 124, 255, .08); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.license-table tr:last-child td { border-bottom: 0; }
.project-links { display: flex; flex-wrap: wrap; gap: 9px; }
.project-links a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; background: rgba(63, 124, 255, .06); font-size: 12px; text-decoration: none; }

.article-hero { padding-bottom: 34px; }
.article-hero-inner { max-width: 980px; text-align: center; }
.article-hero .eyebrow { justify-content: center; }
.article-hero h1 { max-width: 940px; margin: 20px auto 22px; }
.article-hero .page-intro { max-width: 820px; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-top: 25px; color: #8497bb; font-size: 13px; font-weight: 600; }
.article-meta span { position: relative; }
.article-meta span + span::before { content: ""; position: absolute; left: -13px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); transform: translateY(-50%); }
.article-section { padding: 26px 0 78px; }
.article-layout { width: min(1460px, calc(100% - 40px)); display: grid; grid-template-columns: minmax(220px, 1fr) minmax(0, 900px) minmax(220px, 1fr); gap: 30px; align-items: start; }
.article-toc { grid-column: 1; grid-row: 1; position: sticky; top: 100px; width: 210px; justify-self: end; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #0a1226; box-shadow: var(--shadow); }
.article-toc strong { display: block; margin-bottom: 13px; color: #dce7fb; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.article-toc nav { display: grid; gap: 8px; }
.article-toc a { color: #94a8cd; font-size: 13px; line-height: 1.4; text-decoration: none; }
.article-toc a:hover, .article-toc a:focus-visible { color: #fff; outline: none; }
.article-content { grid-column: 2; grid-row: 1; width: 100%; min-width: 0; }
.article-content > section { scroll-margin-top: 104px; padding: 42px 0; }
.article-content h2 { margin: 0 0 17px; font-size: clamp(27px, 3.3vw, 40px); }
.article-content h3 { margin: 0 0 9px; font-size: 20px; }
.article-content p, .article-content li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.article-content p { margin: 0 0 17px; }
.article-content p:last-child { margin-bottom: 0; }
.article-content strong { color: #edf3ff; }
.article-lead { margin-bottom: 28px; padding: 28px 30px; border: 1px solid var(--line-strong); border-radius: 22px; background: linear-gradient(145deg, #12244c, #071022); box-shadow: var(--shadow); }
.article-lead .eyebrow { margin-bottom: 13px; }
.article-lead p { margin: 0; color: #c2cee5; font-size: 18px; line-height: 1.7; }
.article-placeholder { position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 28px; border: 1px dashed rgba(119, 167, 255, .48); border-radius: 22px; color: #8fa7cf; background: linear-gradient(145deg, #0d1934, #071022); text-align: center; }
.article-placeholder::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .7; background: radial-gradient(circle at 80% 18%, rgba(63,124,255,.24), transparent 34%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 32px 32px, 32px 32px; }
.article-placeholder span { color: #93a9cf; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-placeholder strong { color: #e9f1ff; font-size: clamp(24px, 4vw, 38px); line-height: 1.2; }
.article-placeholder small { color: #7185aa; font-size: 12px; }
.article-placeholder-hero { aspect-ratio: 16 / 9; margin-bottom: 10px; }
.article-content > .article-top-example { padding: 0 0 42px; border-top: 0; }
.article-sample { overflow: hidden; margin: 0; border: 1px solid var(--line-strong); border-radius: 22px; background: #050914; box-shadow: var(--shadow); }
.article-example-single { display: block; width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: cover; }
.article-sample-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; padding: 14px 20px; border-top: 1px solid var(--line); color: #8fa4c9; font-size: 12px; font-weight: 600; line-height: 1.5; text-align: center; }
.article-sample-meta span { position: relative; }
.article-sample-meta span + span::before, .article-sample-meta a::before { content: ""; position: absolute; left: -13px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); transform: translateY(-50%); }
.article-sample-meta a { position: relative; color: #b9cced; text-decoration: underline; text-decoration-color: var(--cyan); text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.article-sample-meta a:hover, .article-sample-meta a:focus-visible { color: #fff; text-decoration-color: #fff; outline: none; }
.article-comparison-wrap { overflow-x: auto; margin-top: 25px; border: 1px solid var(--line); border-radius: 17px; background: #071022; clip-path: inset(0 round 17px); scrollbar-width: thin; scrollbar-color: #263b60 transparent; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
.article-comparison-wrap::-webkit-scrollbar { height: 9px; }
.article-comparison-wrap::-webkit-scrollbar-track { margin-inline: 12px; border-radius: 999px; background: transparent; }
.article-comparison-wrap::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; background-color: #263b60; background-clip: padding-box; }
.article-comparison-wrap::-webkit-scrollbar-thumb:hover { background-color: #35568c; }
.article-comparison-wrap::-webkit-scrollbar-thumb:active { background-color: #4a72ff; background-image: linear-gradient(90deg, var(--cyan), #4a72ff); }
.article-comparison-wrap::-webkit-scrollbar-corner { background: transparent; }
.article-comparison-table { width: 100%; min-width: 760px; table-layout: fixed; border-collapse: collapse; background: #091328; }
.article-comparison-table th:nth-child(1), .article-comparison-table td:nth-child(1) { width: 10%; }
.article-comparison-table th:nth-child(2), .article-comparison-table td:nth-child(2) { width: 30%; }
.article-comparison-table th:nth-child(3), .article-comparison-table td:nth-child(3) { width: 34%; }
.article-comparison-table th:nth-child(4), .article-comparison-table td:nth-child(4) { width: 17%; }
.article-comparison-table th:nth-child(5), .article-comparison-table td:nth-child(5) { width: 9%; }
.article-comparison-table th, .article-comparison-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.45; text-align: left; vertical-align: middle; overflow-wrap: anywhere; }
.article-comparison-table thead th { color: #dce8ff; background: #111f3e; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.article-comparison-table tbody th { color: #eef4ff; font-size: 16px; }
.article-comparison-table tr:last-child th, .article-comparison-table tr:last-child td { border-bottom: 0; }
.article-advantage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }
.article-advantage-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #091328; }
.article-advantage-grid strong { display: block; margin-bottom: 7px; }
.article-advantage-grid p { margin: 0; font-size: 14px; line-height: 1.62; }
.article-static-samples { margin-top: 36px; }
.article-static-samples > .eyebrow { margin-bottom: 11px; }
.article-static-samples > h3 { margin-bottom: 10px; font-size: clamp(22px, 3vw, 28px); }
.article-static-samples > p { max-width: 720px; }
.article-inline-product-link { color: #b9cced; font-weight: 650; text-decoration: underline; text-decoration-color: var(--cyan); text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.article-inline-product-link:hover,
.article-inline-product-link:focus-visible { color: #fff; text-decoration-color: #fff; outline: none; }
.article-static-sample-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 25px; }
.article-static-sample { min-width: 0; }
.article-sample-preview { position: relative; display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 0; color: inherit; background: transparent; cursor: zoom-in; text-decoration: none; }
.article-sample-preview:focus-visible { outline: 2px solid var(--cyan); outline-offset: -2px; }
.article-sample-preview .article-example-single { transition: transform .3s ease, filter .3s ease; }
.article-sample-preview:hover .article-example-single,
.article-sample-preview:focus-visible .article-example-single { filter: brightness(1.05); transform: scale(1.012); }
.article-static-sample .article-example-single { aspect-ratio: 1 / 1; object-fit: cover; }
.article-static-sample .article-sample-meta { gap: 8px 18px; padding-inline: 16px; }
.article-static-sample .article-sample-meta span + span::before,
.article-static-sample .article-sample-meta a::before { left: -11px; }
.lightbox-open { overflow: hidden; }
.article-lightbox {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: clamp(18px, 4vw, 52px);
  border: 0;
  background: transparent;
  overflow: hidden;
}
.article-lightbox[open] { display: grid; place-items: center; }
.article-lightbox::backdrop { background: rgba(2, 6, 16, .9); backdrop-filter: blur(10px); }
.article-lightbox-frame {
  --lightbox-gap: clamp(36px, 8vw, 104px);
  --lightbox-aspect: 1 / 1;
  position: relative;
  width: min(1080px, calc(100vw - var(--lightbox-gap)), calc(100dvh - var(--lightbox-gap)));
  aspect-ratio: var(--lightbox-aspect);
  overflow: hidden;
  border: 1px solid rgba(119, 167, 255, .42);
  border-radius: 22px;
  background: #050914;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .72);
}
.article-lightbox-frame[data-lightbox-shape="wide"] { width: min(1200px, calc(100vw - var(--lightbox-gap)), calc(200dvh - var(--lightbox-gap) - var(--lightbox-gap))); }
.article-lightbox-viewport { width: 100%; height: 100%; overflow: hidden; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #47638f #071022; }
.article-lightbox-viewport::-webkit-scrollbar { width: 10px; height: 10px; }
.article-lightbox-viewport::-webkit-scrollbar-track { background: #071022; }
.article-lightbox-viewport::-webkit-scrollbar-thumb { border: 2px solid #071022; border-radius: 999px; background: #47638f; }
.article-lightbox-image { display: block; width: 100%; height: 100%; object-fit: contain; cursor: zoom-in; user-select: none; -webkit-user-drag: none; }
.article-lightbox-frame.is-zoomed .article-lightbox-viewport { overflow: auto; cursor: grab; touch-action: none; }
.article-lightbox-frame.is-zoomed .article-lightbox-image { width: 200%; height: auto; max-width: none; cursor: grab; }
.article-lightbox-frame.is-dragging .article-lightbox-viewport,
.article-lightbox-frame.is-dragging .article-lightbox-image { cursor: grabbing; }
.article-lightbox-close,
.article-lightbox-zoom {
  position: absolute;
  z-index: 3;
  top: 12px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 16, 34, .84);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .38);
  cursor: pointer;
}
.article-lightbox-close { right: 12px; padding: 0 0 3px; font: 300 30px/1 Inter, sans-serif; }
.article-lightbox-zoom { right: 68px; padding: 0; }
.article-lightbox-zoom svg { width: 22px; height: 22px; }
.article-lightbox-zoom-plus { transition: opacity .2s ease; }
.article-lightbox-zoom[aria-pressed="true"] .article-lightbox-zoom-plus { opacity: 0; }
.article-lightbox-close:hover,
.article-lightbox-close:focus-visible,
.article-lightbox-zoom:hover,
.article-lightbox-zoom:focus-visible { border-color: var(--cyan); background: rgba(17, 31, 62, .96); outline: none; }
.article-animation-list { display: grid; gap: 11px; margin-top: 25px; }
.article-animation-list article { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 18px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 15px; background: #091328; }
.article-animation-list strong { font-size: 18px; }
.article-animation-list p { margin: 0; font-size: 14px; line-height: 1.62; }
.article-format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 27px; }
.article-format-card { padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: #0a1329; }
.article-format-card > strong { display: inline-block; margin-right: 8px; color: #f5f8ff; font-size: 23px; }
.article-format-card > span { color: #7ea6ef; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-format-card p { margin: 11px 0 0; font-size: 14px; line-height: 1.62; }
.article-format-card-featured { grid-column: 1 / -1; border-color: rgba(85,220,255,.34); background: linear-gradient(145deg, #12244c, #071022); }
.article-definition { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 11px; margin-top: 25px; padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: #091328; }
.article-definition span, .article-definition strong { padding: 8px 12px; border: 1px solid rgba(119,167,255,.27); border-radius: 10px; background: #0d1934; font-size: 14px; }
.article-definition strong { border-color: rgba(85,220,255,.46); color: #fff; }
.article-definition i { color: var(--cyan); font-size: 20px; font-style: normal; }
.article-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 27px; }
.article-benefit-grid article { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #091328; }
.article-benefit-grid article > span { display: block; margin-bottom: 23px; color: #6f91d3; font-size: 11px; font-weight: 750; letter-spacing: .12em; }
.article-benefit-grid p { margin: 0; font-size: 14px; line-height: 1.66; }
.article-note { margin-top: 18px; padding: 23px 25px; border-left: 3px solid var(--cyan); border-radius: 0 16px 16px 0; background: #0a142b; }
.article-note strong { display: block; margin-bottom: 7px; }
.article-note p { margin: 0; font-size: 14px; }
.animation-format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 28px; }
.animation-format-card { min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #091328; }
.animation-format-card.animation-format-avif { border-color: rgba(85,220,255,.36); background: linear-gradient(145deg, #12244c, #071022); }
.animation-format-card.animation-format-webm { border-color: rgba(119,167,255,.32); }
.animation-format-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px 11px; margin-bottom: 18px; }
.animation-format-head strong { color: #f5f8ff; font-size: 25px; line-height: 1.2; }
.animation-format-head span { color: #7ea6ef; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.animation-format-card p { margin: 0 0 12px; font-size: 14px; line-height: 1.66; }
.animation-format-card p:last-child { margin-bottom: 0; }
.animation-format-card b { color: #dce8ff; }
.animation-format-card .animation-alpha-note { padding-top: 12px; border-top: 1px solid rgba(85,220,255,.22); color: #b7c8e6; }
.article-compatibility-note { margin-top: 18px; padding: 24px 25px; border: 1px solid rgba(85,220,255,.3); border-radius: 17px; background: #0a152d; }
.article-compatibility-note strong { display: block; margin-bottom: 7px; color: #dff8ff; }
.article-compatibility-note p { margin: 0; font-size: 14px; }
.article-example-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.article-example-card { min-width: 0; }
.article-example-card-wide { grid-column: 1 / -1; }
.article-placeholder-photo { aspect-ratio: 3 / 2; }
.article-placeholder-alpha { aspect-ratio: 8 / 5; }
.article-placeholder-motion { aspect-ratio: 16 / 9; }
.article-example-card h3 { margin-top: 17px; }
.article-example-card p { margin: 0; font-size: 14px; }
.article-timeline { --timeline-date-column: clamp(118px, 12vw, 160px); position: relative; display: grid; gap: 0; margin-top: 28px; padding: 0; }
.article-timeline::before { content: ""; position: absolute; left: calc(var(--timeline-date-column) + 24px); top: 8px; bottom: 8px; width: 1px; background: linear-gradient(var(--cyan), rgba(63,124,255,.18)); transform: translateX(-50%); }
.article-timeline > div { position: relative; display: grid; grid-template-columns: var(--timeline-date-column) 48px minmax(0, 1fr); gap: 0; padding: 0 0 25px; }
.article-timeline > div:last-child { padding-bottom: 0; }
.article-timeline > div::before { content: ""; position: absolute; left: calc(var(--timeline-date-column) + 24px); top: 7px; width: 11px; height: 11px; border: 2px solid var(--cyan); border-radius: 50%; background: var(--bg); box-shadow: 0 0 14px rgba(85,220,255,.34); transform: translateX(-50%); }
.article-timeline time { grid-column: 1; padding-right: 24px; color: #a8c5ff; font-size: 13px; font-weight: 750; text-align: right; }
.article-timeline p { grid-column: 3; margin: -4px 0 0; padding-left: 24px; }
.article-steps { display: grid; gap: 14px; margin: 27px 0 0; padding: 0; list-style: none; }
.article-steps li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #091328; }
.article-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 11px; color: #cfe0ff; background: #111f3e; font-size: 13px; font-weight: 750; }
.article-steps li strong { display: block; margin: 2px 0 3px; }
.article-steps li p { margin: 0; font-size: 14px; }
.article-delivery-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 11px; margin-top: 20px; padding: 22px; border: 1px solid rgba(85,220,255,.28); border-radius: 17px; background: #0a152d; }
.article-delivery-flow strong { padding: 8px 13px; border: 1px solid var(--line-strong); border-radius: 10px; background: #111f3e; font-size: 14px; }
.article-delivery-flow span { color: var(--cyan); }
.article-source-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 25px; }
.article-source-links a { display: grid; gap: 3px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #091328; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.article-source-links a:hover, .article-source-links a:focus-visible { border-color: rgba(119,167,255,.58); transform: translateY(-1px); outline: none; }
.article-source-links strong { font-size: 14px; }
.article-source-links span { color: #8fa4c9; font-size: 12px; }
.article-cta { margin-top: 34px; text-align: center; }
.article-cta .eyebrow { justify-content: center; margin-bottom: 15px; }
.article-cta .product-name-eyebrow { letter-spacing: .04em; text-transform: none; }
.article-cta h2, .article-cta p { margin-inline: auto; text-align: center; }
.article-cta .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 280px)); justify-content: center; gap: 16px; }
.article-cta .hero-actions .btn { width: 100%; min-width: 0; }

@media (max-width: 1399px) {
  .legal-layout, .article-layout { width: min(1180px, calc(100% - 40px)); grid-template-columns: 1fr; gap: 28px; }
  .legal-toc, .article-toc { grid-column: 1; grid-row: auto; position: static; width: 100%; }
  .legal-toc nav, .article-toc nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .legal-content, .article-content { grid-column: 1; grid-row: auto; width: 100%; max-width: 900px; margin-inline: auto; }
  .legal-content { max-width: 860px; }
}

.site-footer { flex: 0 0 auto; margin-top: 48px; border-top: 1px solid var(--line); }
.footer-inner { min-height: 128px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer .logo { border-radius: 7px; transition: transform .24s ease; }
.site-footer .site-wordmark { opacity: .76; transition: opacity .24s ease, filter .24s ease; }
.site-footer .logo:hover,
.site-footer .logo:focus-visible { transform: translateY(-1px); outline: none; }
.site-footer .logo:hover .site-wordmark,
.site-footer .logo:focus-visible .site-wordmark { opacity: 1; filter: brightness(1.2) drop-shadow(0 0 10px rgba(63,124,255,.58)) drop-shadow(0 0 22px rgba(85,220,255,.24)); }
.site-footer .logo:focus-visible { outline: 1px solid rgba(119,167,255,.56); outline-offset: 7px; }
.footer-meta { display: grid; gap: 7px; text-align: center; }
.footer-copy { margin: 0; color: #7f8eaa; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.footer-links a { display: inline-flex; color: var(--muted); font-size: 13px; text-decoration: none; transition: color .2s ease, text-shadow .2s ease, transform .2s ease; }
.footer-links a:hover,
.footer-links a:focus-visible { color: #fff; text-shadow: 0 0 10px rgba(119,167,255,.72), 0 0 22px rgba(85,220,255,.28); transform: translateY(-1px); outline: none; }
.platform-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 14px; }
.platform-badge { display: inline-flex; align-items: center; justify-content: center; margin: -4px; padding: 4px; border-radius: 8px; background: transparent; text-decoration: none; transition: transform .2s ease; }
.platform-badge:hover,
.platform-badge:focus-visible { transform: translateY(-2px); outline: none; }
.platform-icon { display: block; width: 26px; height: 26px; opacity: .76; object-fit: contain; transition: opacity .2s ease, filter .2s ease; }
.platform-badge:hover .platform-icon,
.platform-badge:focus-visible .platform-icon { opacity: 1; filter: brightness(1.32) drop-shadow(0 0 8px rgba(119,167,255,.58)); }

@media (max-width: 920px) {
  .hero-grid, .split, .split.reverse, .contact-layout { grid-template-columns: 1fr; }
  .home-product-layout { grid-template-columns: 1fr; gap: 50px; }
  .home-product-copy { text-align: center; }
  .home-product-copy p { margin-inline: auto; }
  .home-product-purchase { width: min(100%, 650px); margin-inline: auto; }
  .hero { padding-top: 60px; }
  .hero-grid { gap: 36px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .formats-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-detail-grid { grid-template-columns: 1fr; }
  .feature-detail-grid.two-column { grid-template-columns: repeat(2, 1fr); }
  .download-actions { grid-template-columns: 1fr; }
  .product-purchase-panel { grid-template-columns: 1fr; gap: 0; }
  .product-purchase-panel .purchase-features { margin: 23px 0; padding: 21px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .product-purchase-actions { grid-column: auto; }
  .split.reverse .feature-copy { order: initial; }
  .product-orbit { min-height: 480px; }
  .product-page .feature-copy, .contact-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .product-page .feature-copy .eyebrow, .contact-copy .eyebrow { justify-content: center; }
  .release-layout .section-head { max-width: 760px; margin-inline: auto; text-align: center; }
  .release-layout .eyebrow { justify-content: center; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-toc { position: static; }
  .legal-toc nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .legal-content { width: 100%; }
  .article-layout { grid-template-columns: 1fr; gap: 28px; }
  .article-toc { position: static; }
  .article-toc nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .article-content { width: 100%; }
}

@media (max-width: 680px) {
  :root {
    --heading-display-size: clamp(32px, 8.8vw, 40px);
    --heading-section-size: clamp(27px, 7.4vw, 34px);
    --heading-display-tracking: -.03em;
    --heading-section-tracking: -.024em;
    --heading-display-leading: 1.08;
  }
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .site-header { position: sticky; top: 0; }
  .nav { position: relative; min-height: 58px; padding: 8px 0; flex-wrap: nowrap; gap: 12px; }
  .nav-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    margin-left: auto;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(119, 167, 255, .28);
    border-radius: 11px;
    background: rgba(119, 167, 255, .08);
    cursor: pointer;
  }
  .nav-ready .nav-toggle { display: inline-flex; }
  .nav-toggle:hover, .nav-toggle:focus-visible { border-color: rgba(91, 202, 255, .72); background: rgba(119, 167, 255, .14); outline: none; }
  .nav-toggle span {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
    transition: top .2s ease, transform .2s ease, visibility 0s linear .1s;
  }
  .nav-toggle span:nth-child(1) { top: 14px; }
  .nav-toggle span:nth-child(2) { top: 20px; }
  .nav-toggle span:nth-child(3) { top: 26px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 20px; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { visibility: hidden; transform: translateX(5px); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
  .nav-links {
    position: absolute;
    z-index: 30;
    top: calc(100% + 1px);
    right: 0;
    width: min(250px, calc(100vw - 28px));
    margin: 0;
    display: grid;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(119, 167, 255, .22);
    border-radius: 14px;
    background: var(--bg);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .36);
    backdrop-filter: blur(18px);
  }
  .nav-ready .nav-links { visibility: hidden; pointer-events: none; transform: translate3d(0, -10px, 0); transition: transform .2s ease, visibility 0s linear .2s; }
  .nav-ready .nav-toggle[aria-expanded="true"] + .nav-links { visibility: visible; pointer-events: auto; transform: translate3d(0, 0, 0); transition-delay: 0s; }
  .nav-links a { width: 100%; padding: 10px 12px; white-space: nowrap; }
  .nav-dropdown { width: 100%; }
  .nav-split { width: 100%; }
  .nav-links .nav-product-link { flex: 1 1 auto; }
  .nav-dropdown-toggle { width: 44px; min-height: 42px; flex: 0 0 44px; padding: 0; }
  .nav-dropdown-menu { position: static; min-width: 0; width: 100%; max-height: 0; overflow: hidden; gap: 2px; padding: 0 8px; border: 0; border-radius: 10px; background: #081124; box-shadow: none; opacity: 1; transform: none; transition: max-height .22s ease, padding .22s ease, visibility 0s linear .22s; }
  .nav-dropdown-menu a { padding: 9px 12px 9px 26px; font-size: 13px; }
  .nav-dropdown.is-open > .nav-dropdown-menu { max-height: 290px; padding: 6px 8px 8px; transition-delay: 0s; }
  .site-wordmark { width: 144px; height: 32px; }
  #pricing, #demo, #features, #downloads, #faq { scroll-margin-top: 74px; }
  .home-video-hero { padding-top: 18px; }
  .home-product-intro { padding: 44px 0 32px; }
  .home-product-layout { gap: 34px; }
  .home-page .release-section { padding: 38px 0 26px; }
  .home-page .home-product-intro + .section-tight { padding-top: 28px; }
  .product-hero-brand { margin-bottom: 6px; }
  .product-page-wordmark { width: min(100%, 420px); }
  .product-hero-badge { margin-bottom: 22px; }
  .product-hero-badge .badge { max-width: 100%; justify-content: center; text-align: center; }
  .page-hero { padding: 38px 0 24px; }
  .product-page .page-hero { padding: 34px 0 22px; }
  .product-page .page-hero h1 { margin-bottom: 14px; }
  .product-alpha-video { margin-bottom: 18px; }
  .product-hero-action { margin-bottom: 24px; }
  .purchase-panel { padding: 22px 20px; border-radius: 20px; }
  .hero { padding: 44px 0; }
  .product-orbit { min-height: 390px; }
  .product-orbit::before { width: 340px; height: 340px; }
  .product-orbit::after { width: 240px; height: 240px; }
  .format-pill { font-size: 10px; }
  .trust-inner { align-items: flex-start; flex-direction: column; }
  .section { padding: clamp(38px, 8vw, 50px) 0; }
  .page-section { padding: clamp(30px, 6.5vw, 40px) 0; }
  .section-tight { padding: clamp(32px, 7vw, 42px) 0; }
  .section-head { margin-bottom: clamp(24px, 5.5vw, 30px); }
  .feature-stack { gap: clamp(24px, 5.5vw, 30px); }
  .feature-grid, .mode-grid, .formats-grid, .settings-grid, .form-grid { grid-template-columns: 1fr; }
  .mode-grid { gap: clamp(26px, 6vw, 34px); }
  .settings-grid { gap: clamp(32px, 7vw, 42px); }
  .feature-detail-grid, .feature-detail-grid.two-column { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .cta-panel { padding: 34px 20px; }
  .download-panel { padding: 34px 20px; }
  .setting-image { height: auto; }
  .product-page .mode-body, .product-page .setting-body { min-height: 0; flex-grow: 0; padding: 18px 0 0; }
  .product-page .feature-copy { padding: 0; }
  .product-page .text-card { padding: 18px; }
  .media-label { margin-bottom: 8px; font-size: 11px; }
  .release-card { padding: 20px; border-radius: 18px; }
  .release-meta { align-items: flex-start; flex-direction: column; }
  .release-highlights { grid-template-columns: 1fr; }
  .release-next { padding-top: 20px; }
  .product-hero-buy { width: 100%; }
  .site-footer { margin-top: 30px; }
  .footer-inner { min-height: 0; padding: 28px 0; align-items: flex-start; flex-direction: column; }
  .footer-meta { text-align: left; }
  .footer-links { justify-content: flex-start; }
  .platform-badges { justify-content: flex-start; }
  .legal-hero { padding-bottom: 20px; }
  .legal-section { padding: 18px 0 42px; }
  .legal-toc { padding: 16px; }
  .legal-content section { padding: 24px 0; }
  .legal-summary, .source-offer { padding: 20px; border-radius: 18px; }
  .article-hero { padding-bottom: 22px; }
  .article-meta { gap: 7px 18px; }
  .article-meta span + span::before { left: -10px; }
  .article-section { padding: 16px 0 46px; }
  .article-toc { padding: 16px; }
  .article-content > section { padding: 30px 0; }
  .article-lead { padding: 22px; border-radius: 18px; }
  .article-lead p { font-size: 16px; }
  .article-placeholder { padding: 20px; border-radius: 17px; }
  .article-sample { border-radius: 17px; }
  .article-sample-meta { gap: 7px 18px; padding: 12px 16px; }
  .article-sample-meta span + span::before, .article-sample-meta a::before { left: -10px; }
  .article-format-grid, .article-benefit-grid, .animation-format-grid, .article-example-grid, .article-source-links, .article-advantage-grid { grid-template-columns: 1fr; }
  .article-format-card-featured, .article-example-card-wide { grid-column: auto; }
  .article-timeline { padding-left: 27px; }
  .article-timeline::before { left: 7px; transform: none; }
  .article-timeline > div { grid-template-columns: 1fr; gap: 5px; }
  .article-timeline > div::before { left: -25px; transform: none; }
  .article-timeline time { grid-column: auto; padding-right: 0; text-align: left; }
  .article-timeline p { grid-column: auto; margin-top: 0; padding-left: 0; }
  .article-steps li { grid-template-columns: 36px minmax(0, 1fr); gap: 13px; padding: 17px; }
  .article-steps li > span { width: 34px; height: 34px; }
  .article-static-sample-grid { grid-template-columns: 1fr; }
  .article-animation-list article { grid-template-columns: 1fr; gap: 4px; }
  .article-cta .hero-actions { grid-template-columns: 1fr; }
  .article-cta { padding: 34px 22px; }
  .contact-form { padding: 22px; }
  textarea { min-height: 130px; }
  .legal-summary-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .purchase-panel { animation: none; }
  .site-header .logo,
  .site-header .site-wordmark { transition: none; }
  .site-footer .logo,
  .site-footer .site-wordmark,
  .footer-links a,
  .platform-badge,
  .platform-icon { transition: none; }
  .site-footer .logo:hover,
  .site-footer .logo:focus-visible,
  .site-header .logo:hover,
  .site-header .logo:focus-visible,
  .footer-links a:hover,
  .footer-links a:focus-visible,
  .platform-badge:hover,
  .platform-badge:focus-visible,
  .nav-dropdown .nav-split:hover { transform: none; }
  .nav-split { transition: none; }
  .nav-ready .nav-links, .nav-toggle span { transition: none; }
  .reveal-ready .anchor-arrival { animation: none; }
  .reveal-ready .reveal-text,
  .reveal-ready .reveal-block,
  .reveal-ready .reveal-media {
    transform: none;
    transition: none;
  }
  .article-sample-preview .article-example-single,
  .article-lightbox-zoom-plus { transition: none; }
  .article-sample-preview:hover .article-example-single,
  .article-sample-preview:focus-visible .article-example-single { transform: none; }
}
