:root {
  --bg: #040a0f;
  --bg-soft: #0a141d;
  --panel: rgba(9, 18, 27, 0.84);
  --panel-soft: rgba(13, 26, 38, 0.78);
  --panel-strong: #0f1d2b;
  --border: rgba(146, 255, 209, 0.14);
  --border-strong: rgba(146, 255, 209, 0.24);
  --text: #edf8f4;
  --muted: #98b1aa;
  --accent: #63f3c6;
  --accent-strong: #1db98e;
  --accent-soft: rgba(99, 243, 198, 0.12);
  --signal: #ffd36e;
  --sky: #79bcff;
  --danger: #ff7f95;
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.3);
  --shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.18);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(99, 243, 198, 0.16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(121, 188, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #051017 0%, #03080c 100%);
  overflow-x: hidden;
}

main,
section,
header,
footer,
nav,
div {
  max-width: 100%;
}

img,
svg {
  display: block;
  max-width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 82%);
  pointer-events: none;
  opacity: 0.38;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(99, 243, 198, 0.06), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(255, 211, 110, 0.04), transparent 28%);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

code {
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #dffaf1;
}

.page-shell {
  position: relative;
  width: min(100%, var(--container));
  max-width: 100%;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 20;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid var(--border-strong);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(10, 19, 28, 0.94), rgba(7, 13, 20, 0.88)),
    radial-gradient(circle at top, rgba(99, 243, 198, 0.1), transparent 45%);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 1.1rem auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 243, 198, 0.35), transparent);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.header-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(99, 243, 198, 0.2);
  border-radius: 999px;
  background: rgba(99, 243, 198, 0.08);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(99, 243, 198, 0.95), rgba(29, 185, 142, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 14px 26px rgba(29, 185, 142, 0.28);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 0.72rem;
  right: 0.72rem;
  height: 0.24rem;
  border-radius: 999px;
  background: rgba(5, 16, 23, 0.95);
}

.brand-mark::before {
  top: 1rem;
}

.brand-mark::after {
  top: 1.55rem;
}

.brand-text {
  display: grid;
  gap: 0.18rem;
  line-height: 1;
}

.brand-text strong,
.brand-text span,
.eyebrow,
.button,
.search-label,
.chip,
.step-tag,
.feature-icon,
.release-version,
.asset-label,
.release-caret {
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.brand-text strong {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1rem;
}

.brand-text span {
  font-size: 0.86rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  min-width: 0;
  max-width: 100%;
  padding: 0.46rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

.site-nav a {
  padding: 0.55rem 0.3rem;
  color: var(--muted);
  transition: color 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(10, 18, 27, 0.82);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.32rem auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease;
}

.menu-toggle.is-open span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #051017;
  background: linear-gradient(135deg, var(--accent), #c4ffe6);
  box-shadow: 0 18px 30px rgba(99, 243, 198, 0.2);
}

.button-secondary,
.button-ghost {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--accent);
  font-weight: 700;
}

.text-link::after {
  content: "\2192";
}

.hero,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  width: 100%;
  max-width: 100%;
  gap: 2.8rem;
  align-items: center;
  padding: 3.35rem 0 4rem;
  overflow-x: hidden;
}

.hero > *,
.page-hero > *,
.article-hero > *,
.preview-strip > *,
.docs-panel > *,
.disclaimer-panel > *,
.cta > *,
.footer-top > *,
.footer-grid > *,
.metric-band > *,
.article-grid > *,
.feature-grid > *,
.workflow-grid > *,
.preview-grid > *,
.asset-grid > *,
.partner-grid > *,
.release-columns > *,
.story-grid > *,
.release-summary > div {
  min-width: 0;
}

.hero-copy,
.page-hero-copy,
.dashboard-card,
.section-heading,
.cta-copy,
.overview-panel,
.article-card,
.preview-card,
.metric,
.feature-card,
.workflow-card,
.asset-card,
.release-entry,
.partner-card,
.docs-panel,
.disclaimer-panel,
.faq-item,
.cta {
  position: relative;
}

.hero-copy,
.page-hero-copy {
  display: grid;
  gap: 1.35rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: currentColor;
}

.hero h1,
.page-hero h1,
.section-heading h2,
.article-card h3,
.feature-card h3,
.workflow-card h3,
.preview-card h3,
.asset-card h3,
.docs-panel h2,
.disclaimer-panel h2,
.cta h2,
.partner-card h3 {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.55rem, 5.4vw, 4.7rem);
  line-height: 1.04;
}

.hero h1 {
  max-width: 12ch;
}

.page-hero h1 {
  max-width: 12ch;
}

.hero h1,
.page-hero h1,
.section-heading h2,
.docs-panel h2,
.disclaimer-panel h2,
.cta h2,
.article-card h3,
.feature-card h3,
.workflow-card h3,
.preview-card h3,
.asset-card h3,
.partner-card h3,
.asset-file,
.release-summary strong {
  overflow-wrap: anywhere;
}

.hero-text,
.section-heading p,
.panel-intro p,
.article-card p,
.story-item p,
.feature-card p,
.workflow-card p,
.preview-card p,
.asset-card p,
.dashboard-card small,
.partner-card p,
.docs-copy p,
.faq-answer p,
.cta p,
.disclaimer-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.hero-text {
  max-width: 58ch;
}

.hero-actions,
.cta-actions,
.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

.hero-download-strip {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(99, 243, 198, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(99, 243, 198, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(7, 14, 20, 0.78);
  box-shadow: var(--shadow-soft);
}

.hero-download-copy {
  display: grid;
  gap: 0.32rem;
}

.hero-download-label {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-download-copy strong {
  color: var(--text);
  font-size: 0.98rem;
}

.hero-download-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.link-row {
  align-items: flex-start;
  row-gap: 0.95rem;
}

.platform-list,
.article-list {
  padding-left: 1.2rem;
  margin: 0;
}

.platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding: 0;
  width: 100%;
  max-width: 100%;
  list-style: none;
}

.platform-list li,
.asset-label,
.release-version {
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.platform-list li {
  padding: 0.82rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #d7ece4;
}

.hero-search,
.overview-panel,
.metric,
.article-card,
.feature-card,
.workflow-card,
.preview-card,
.asset-card,
.dashboard-card,
.partner-card,
.docs-panel,
.disclaimer-panel,
.faq-item,
.cta {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.hero-search {
  display: grid;
  gap: 1rem;
  max-width: 38rem;
  width: 100%;
  padding: 1.45rem 1.55rem;
}

.search-label {
  width: fit-content;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  width: 100%;
  perspective: 1800px;
  min-height: 540px;
  overflow: hidden;
}

.visual-stage {
  position: relative;
  width: 100%;
  min-height: 540px;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
}

.orb-left {
  width: 180px;
  height: 180px;
  top: 14%;
  left: 4%;
  background: rgba(99, 243, 198, 0.16);
}

.orb-right {
  width: 210px;
  height: 210px;
  right: 2%;
  bottom: 8%;
  background: rgba(121, 188, 255, 0.14);
}

.hero-poster-frame {
  position: absolute;
  inset: 0.9rem 0.35rem 0 auto;
  width: min(100%, 372px);
  padding: 0.8rem;
  border: 1px solid rgba(146, 255, 209, 0.16);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 21, 31, 0.92), rgba(5, 10, 16, 0.88)),
    radial-gradient(circle at top left, rgba(99, 243, 198, 0.12), transparent 42%);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  animation: posterFloat 7s ease-in-out infinite;
}

.hero-poster-frame::before {
  content: "";
  position: absolute;
  inset: -8% 12% auto auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 243, 198, 0.22), transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-poster {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(99, 243, 198, 0.08);
  animation: posterGlow 5.5s ease-in-out infinite;
}

.phone {
  position: absolute;
  width: min(100%, 268px);
  aspect-ratio: 268 / 470;
  min-height: 0;
  padding: 0.72rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(20px);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(99, 243, 198, 0.34), rgba(121, 188, 255, 0.12), transparent 70%);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0.8;
}

.phone-main {
  top: 0.8rem;
  right: 0.5rem;
  transform: rotate(-4deg);
  animation: phoneFloatMain 7.2s ease-in-out infinite;
}

.phone-notch {
  width: 42%;
  height: 1rem;
  margin: 0 auto 0.65rem;
  border-radius: 999px;
  background: rgba(3, 8, 12, 0.78);
}

.phone-screen {
  min-height: 0;
  height: 100%;
  padding: 0.95rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(99, 243, 198, 0.14), transparent 28%),
    linear-gradient(180deg, #0d1b25 0%, #081018 100%);
}

.hero-art-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.7rem;
  display: grid;
  gap: 0.95rem;
  width: min(100%, 300px);
  margin-left: 0.25rem;
  padding: 1rem;
  border: 1px solid rgba(146, 255, 209, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(10, 21, 30, 0.92), rgba(6, 12, 18, 0.86)),
    radial-gradient(circle at top left, rgba(99, 243, 198, 0.12), transparent 42%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.hero-art-glow {
  position: absolute;
  inset: -18% 12% auto auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 243, 198, 0.28), transparent 70%);
  filter: blur(6px);
}

.hero-art-main,
.hero-art-card {
  position: relative;
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-art-main strong {
  font-size: 1.08rem;
  line-height: 1.3;
}

.hero-art-main p,
.hero-art-card span:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hero-art-kicker {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-art-stack {
  display: grid;
  gap: 0.8rem;
}

.hero-art-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0 0.72rem;
  border-radius: 999px;
  background: rgba(99, 243, 198, 0.12);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-art-badge.alt {
  background: rgba(121, 188, 255, 0.12);
  color: var(--sky);
}

.hero-art-badge.soft {
  background: rgba(255, 211, 110, 0.12);
  color: var(--signal);
}

.phone-topbar,
.featured-card,
.queue-item,
.history-card,
.stat-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

.phone-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
}

.phone-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.phone-topbar h2 {
  margin: 0.26rem 0 0;
  font-size: 1.18rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 0.82rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.chip-soft {
  background: rgba(255, 211, 110, 0.12);
  color: var(--signal);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.45rem;
  padding: 1.05rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
}

.dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #ffffff);
  box-shadow: 0 0 18px rgba(99, 243, 198, 0.45);
}

.featured-card {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 1rem;
  margin-top: 1.35rem;
  padding: 1.1rem;
  border-radius: 22px;
}

.featured-cover {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(99, 243, 198, 0.86), rgba(121, 188, 255, 0.45)),
    linear-gradient(180deg, #0d1c28, #091019);
}

.featured-cover::before,
.featured-cover::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.featured-cover::before {
  width: 44px;
  height: 44px;
  top: 10px;
  left: 10px;
}

.featured-cover::after {
  width: 22px;
  height: 22px;
  right: 10px;
  bottom: 10px;
}

.featured-copy,
.article-card,
.story-item,
.dashboard-card,
.partner-card,
.asset-meta,
.cta-copy {
  display: grid;
  gap: 0.75rem;
}

.featured-copy span,
.queue-item small,
.history-card small,
.stat-card span {
  color: var(--muted);
}

.featured-copy strong,
.queue-item strong,
.history-card strong,
.story-item strong {
  font-size: 0.98rem;
}

.progress-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 3px solid rgba(99, 243, 198, 0.18);
  color: var(--accent);
  font-weight: 800;
}

.queue-list,
.faq-list,
.archive-list {
  display: grid;
  gap: 1.15rem;
}

.sync-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(99, 243, 198, 0.18);
  border-radius: 999px;
  background: rgba(99, 243, 198, 0.08);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.sync-badge.is-live {
  background: rgba(99, 243, 198, 0.1);
  color: var(--accent);
}

.sync-badge.is-fallback {
  border-color: rgba(255, 211, 110, 0.22);
  background: rgba(255, 211, 110, 0.1);
  color: var(--signal);
}

.queue-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.05rem;
  border-radius: 20px;
}

.queue-cover {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 14px;
}

.cover-green {
  background: linear-gradient(135deg, rgba(99, 243, 198, 0.95), rgba(29, 185, 142, 0.55));
}

.cover-amber {
  background: linear-gradient(135deg, rgba(255, 211, 110, 0.95), rgba(214, 138, 50, 0.62));
}

.cover-blue {
  background: linear-gradient(135deg, rgba(121, 188, 255, 0.95), rgba(54, 107, 214, 0.62));
}

.queue-state {
  padding: 0.44rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #d6e6e1;
  font-size: 0.82rem;
}

.compact {
  margin-bottom: 1.2rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem;
  border-radius: 20px;
}

.stat-card strong {
  font-size: 1.65rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.history-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem;
  margin-top: 1rem;
  border-radius: 20px;
}

.history-card.muted {
  background: rgba(255, 255, 255, 0.025);
}

.history-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(99, 243, 198, 0.95), rgba(121, 188, 255, 0.55));
}

.history-icon.alt {
  background: linear-gradient(135deg, rgba(255, 211, 110, 0.95), rgba(194, 110, 59, 0.6));
}

.metric-band,
.article-grid,
.feature-grid,
.workflow-grid,
.story-grid,
.preview-grid,
.asset-grid,
.partner-grid,
.release-columns {
  display: grid;
  gap: 1.35rem;
}

.metric-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0.4rem;
}

.metric,
.article-card,
.feature-card,
.workflow-card,
.preview-card,
.asset-card,
.dashboard-card,
.partner-card,
.docs-panel,
.disclaimer-panel,
.faq-item,
.cta {
  overflow: hidden;
}

.metric {
  display: grid;
  gap: 0.8rem;
  padding: 1.7rem;
}

.metric span,
.dashboard-card span,
.asset-label,
.release-version {
  color: var(--accent);
  font-size: 0.83rem;
  font-weight: 700;
}

.metric strong,
.dashboard-card strong {
  font-size: 1.15rem;
}

.section-heading {
  display: grid;
  gap: 1.25rem;
  max-width: 48rem;
  margin-bottom: 3.2rem;
}

.section-heading p,
.panel-intro p,
#latest-release-summary {
  max-width: 62ch;
}

.section-heading.narrow {
  max-width: 38rem;
}

.section-heading h2,
.docs-panel h2,
.disclaimer-panel h2,
.cta h2 {
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.article-hero,
.download-spotlight,
.archive-section,
.partner-section,
.faq,
.cta,
.features,
.workflow,
.preview-strip {
  padding-top: 4rem;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.35rem;
  align-items: start;
}

.overview-panel {
  display: grid;
  gap: 1.15rem;
  padding: 2rem;
}

.overview-panel h3 {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1.25rem;
}

.article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.55rem;
  padding-top: 1.6rem;
}

.article-card {
  padding: 2.25rem;
  gap: 1rem;
}

.article-card-wide {
  grid-column: 1 / -1;
}

.article-card h3,
.feature-card h3,
.workflow-card h3,
.preview-card h3,
.asset-card h3,
.partner-card h3 {
  font-size: 1.42rem;
}

.article-list {
  display: grid;
  gap: 0.85rem;
  color: #dfece7;
}

.compact-list {
  gap: 0.7rem;
}

.story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-item {
  padding: 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.035);
}

.feature-grid,
.workflow-grid,
.partner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.workflow-card,
.preview-card,
.asset-card,
.partner-card {
  padding: 2rem;
}

.feature-card h3,
.workflow-card h3,
.preview-card h3,
.asset-card h3,
.partner-card h3 {
  line-height: 1.22;
}

.feature-card::before,
.workflow-card::before,
.preview-card::before,
.asset-card::before,
.partner-card::before {
  content: "";
  position: absolute;
  inset: auto 1.2rem 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(99, 243, 198, 0.9), transparent);
}

.feature-icon,
.step-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 16px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.preview-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.35rem;
  align-items: start;
}

.preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-hero {
  padding-top: 3.9rem;
}

.release-dashboard {
  display: grid;
  gap: 1.35rem;
}

.dashboard-card {
  padding: 1.75rem;
  gap: 0.85rem;
}

.asset-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.asset-card {
  display: grid;
  gap: 1.45rem;
  min-height: 100%;
  padding: 1.9rem;
  border-radius: 28px;
}

.asset-label {
  display: inline-flex;
  width: fit-content;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.asset-label.recommended {
  background: rgba(255, 211, 110, 0.14);
  color: var(--signal);
}

.asset-meta {
  gap: 0.92rem;
  align-content: start;
}

.asset-file {
  color: #ddf4ea;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}

.asset-stats {
  color: var(--muted);
  font-size: 0.98rem;
  padding-top: 0.1rem;
}

.asset-card .button {
  margin-top: auto;
}

.release-entry {
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.release-entry summary {
  list-style: none;
}

.release-entry summary::-webkit-details-marker {
  display: none;
}

.release-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.45rem 1.55rem;
  cursor: pointer;
}

.release-summary > div {
  display: grid;
  gap: 0.35rem;
  max-width: calc(100% - 3.4rem);
}

.release-summary strong {
  display: block;
  margin-top: 0.18rem;
  font-size: 1.08rem;
  line-height: 1.45;
}

.release-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.25rem;
  transition: transform 0.25s ease;
}

.release-entry[open] .release-caret {
  transform: rotate(45deg);
}

.release-body {
  display: grid;
  gap: 1.35rem;
  padding: 0 1.55rem 1.55rem;
}

.release-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.release-column {
  display: grid;
  gap: 1.05rem;
  padding: 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.release-column h3 {
  margin: 0;
  font-size: 1rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.release-column .article-list {
  padding-left: 1.15rem;
  line-height: 1.72;
}

.docs-panel,
.disclaimer-panel,
.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.4rem;
  align-items: center;
  padding: 2.75rem;
}

.docs-copy {
  display: grid;
  gap: 1.2rem;
  justify-items: start;
}

.docs-panel-roomy,
.cta-roomy {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 2.1rem;
  padding: 3.2rem;
}

.docs-panel-roomy {
  margin-top: 3rem;
}

.docs-panel-roomy .panel-intro,
.cta-roomy .cta-copy {
  display: grid;
  gap: 1.15rem;
  max-width: 48rem;
}

.docs-panel-roomy .docs-copy {
  max-width: 46rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-roomy {
  margin-top: 3.2rem;
}

.cta-roomy .cta-actions {
  padding-top: 0.35rem;
}

.faq-item {
  border-radius: 24px;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem;
  width: 100%;
  padding: 1.45rem 1.5rem;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.faq-question span:first-child {
  font-weight: 700;
}

.faq-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--accent);
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-symbol {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding: 0 1.5rem 1.5rem;
}

.download-spotlight .section-heading,
.archive-section .section-heading,
.docs-panel-roomy .panel-intro {
  margin-bottom: 0;
}

.partner-section + .partner-section,
.article-grid + .features,
.workflow + .article-grid,
.preview-strip + .faq,
.download-spotlight + .docs-panel,
.docs-panel + .archive-section {
  margin-top: 0.2rem;
}

.site-footer {
  display: grid;
  gap: 1.35rem;
  margin-top: 4rem;
  padding: 2rem;
  border: 1px solid var(--border-strong);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(10, 18, 27, 0.95), rgba(6, 11, 17, 0.92)),
    radial-gradient(circle at top left, rgba(99, 243, 198, 0.1), transparent 38%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  color: var(--muted);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.4rem;
}

.footer-brand-block,
.footer-spotlight,
.footer-column {
  display: grid;
  gap: 1rem;
  padding: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.025);
}

.footer-brand {
  width: fit-content;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.footer-badges span,
.footer-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.1rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #d8efe6;
  font-size: 0.8rem;
  font-weight: 600;
}

.footer-label {
  color: var(--accent);
  border-color: rgba(99, 243, 198, 0.18);
  background: rgba(99, 243, 198, 0.08);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-spotlight strong {
  color: var(--text);
  font-size: 1.18rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer-column h3 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.footer-column a {
  color: var(--muted);
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--text);
  transform: translateX(2px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.9rem 1.3rem;
  padding: 0.45rem 0.2rem 0;
}

@keyframes posterFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes posterGlow {
  0% {
    box-shadow:
      0 22px 42px rgba(0, 0, 0, 0.32),
      0 0 0 1px rgba(99, 243, 198, 0.08);
  }

  50% {
    box-shadow:
      0 28px 55px rgba(0, 0, 0, 0.38),
      0 0 28px rgba(99, 243, 198, 0.18);
  }

  100% {
    box-shadow:
      0 22px 42px rgba(0, 0, 0, 0.32),
      0 0 0 1px rgba(99, 243, 198, 0.08);
  }
}

@keyframes phoneFloatMain {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }

  50% {
    transform: translateY(-18px) rotate(-3deg);
  }
}

@keyframes phoneFloatSecondary {
  0%,
  100% {
    transform: translateY(0) rotate(5deg);
  }

  50% {
    transform: translateY(16px) rotate(3deg);
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero,
  .page-hero,
  .article-hero,
  .preview-strip {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-visual {
    order: -1;
  }

  .hero-visual {
    min-height: auto;
  }

  .visual-stage {
    min-height: 520px;
  }

  .hero-poster-frame {
    position: relative;
    inset: auto;
    margin: 0 auto;
  }

  .metric-band,
  .article-grid,
  .feature-grid,
  .workflow-grid,
  .preview-grid,
  .asset-grid,
  .partner-grid,
  .release-columns,
  .docs-panel,
  .disclaimer-panel,
  .cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-card-wide {
    grid-column: 1 / -1;
  }

  .docs-panel-roomy,
  .cta-roomy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .hero-visual {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .site-header {
    flex-wrap: wrap;
    gap: 0.85rem;
    padding: 0.95rem;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .header-pill {
    display: none;
  }

  .header-download {
    display: inline-flex;
    width: 100%;
    order: 4;
  }

  .site-nav {
    display: grid;
    width: 100%;
    max-width: 100%;
    order: 3;
    gap: 0;
    padding: 0.45rem;
    border-radius: 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 0.3s ease,
      opacity 0.3s ease;
  }

  .site-nav.is-open {
    max-height: 24rem;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 0.82rem 0.9rem;
    border-radius: 16px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.04);
  }

  .visual-stage {
    display: grid;
    gap: 1.25rem;
    min-height: auto;
    justify-items: center;
  }

  .phone-main {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    transform: none;
    animation: none;
  }

  .metric-band,
  .article-grid,
  .feature-grid,
  .workflow-grid,
  .preview-grid,
  .asset-grid,
  .partner-grid,
  .release-columns,
  .docs-panel,
  .disclaimer-panel,
  .cta,
  .story-grid,
  .footer-top,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .article-card-wide {
    grid-column: auto;
  }

  .asset-card,
  .dashboard-card,
  .release-column,
  .footer-brand-block,
  .footer-spotlight,
  .footer-column {
    padding: 1.5rem;
  }

  .release-summary {
    align-items: flex-start;
    padding: 1.4rem 1.3rem;
  }

  .release-summary > div {
    max-width: 100%;
  }

  .release-body {
    gap: 1.25rem;
    padding: 0 1.3rem 1.3rem;
  }

  .docs-panel-roomy .docs-copy {
    max-width: none;
    padding-top: 1rem;
  }

  .sync-badge {
    max-width: 100%;
  }

  .hero-download-links {
    display: grid;
  }

  .hero-download-strip {
    order: 5;
  }
}

@media (max-width: 560px) {
  html,
  body,
  .page-shell,
  .site-header,
  .site-nav,
  .hero,
  .page-hero,
  .hero-copy,
  .hero-actions,
  .hero-download-strip,
  .hero-download-links,
  .platform-list,
  .hero-search,
  .metric-band,
  .article-grid,
  .feature-grid,
  .workflow-grid,
  .preview-grid,
  .asset-grid,
  .partner-grid,
  .release-columns,
  .footer-top,
  .footer-grid {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero,
  .page-hero {
    gap: 2.2rem;
    padding-top: 2.1rem;
    padding-bottom: 3.4rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .cta-actions,
  .link-row {
    display: grid;
  }

  .platform-list li {
    width: 100%;
    text-align: center;
  }

  .visual-stage {
    gap: 1rem;
    min-height: auto;
  }

  .phone {
    width: min(100%, 250px);
    min-height: 0;
    padding: 0.64rem;
    border-radius: 28px;
  }

  .phone-screen {
    min-height: auto;
    padding: 1.15rem;
    border-radius: 26px;
  }

  .featured-card,
  .queue-item {
    grid-template-columns: 1fr;
  }

  .progress-ring,
  .queue-state {
    justify-self: start;
  }

  .overview-panel,
  .article-card,
  .feature-card,
  .workflow-card,
  .preview-card,
  .asset-card,
  .partner-card,
  .dashboard-card,
  .release-summary,
  .release-body,
  .docs-panel,
  .disclaimer-panel,
  .cta {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .hero-copy,
  .page-hero-copy {
    gap: 1.1rem;
  }

  .hero-search,
  .metric,
  .overview-panel,
  .article-card,
  .feature-card,
  .workflow-card,
  .preview-card,
  .asset-card,
  .dashboard-card,
  .partner-card,
  .docs-panel,
  .disclaimer-panel,
  .faq-item,
  .cta {
    border-radius: 22px;
  }

  .asset-card,
  .dashboard-card,
  .release-column,
  .footer-brand-block,
  .footer-spotlight,
  .footer-column {
    padding: 1.25rem;
  }

  .release-summary {
    gap: 0.9rem;
  }

  .release-summary strong,
  .asset-card h3 {
    line-height: 1.3;
  }

  .sync-badge {
    width: 100%;
    justify-content: center;
  }

  .docs-panel,
  .disclaimer-panel,
  .cta {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .site-footer {
    padding: 1.25rem;
  }

  .page-shell {
    padding-inline: 0.55rem;
  }

  .site-header {
    padding: 0.8rem;
  }

  .hero-download-strip {
    padding: 0.92rem 0.95rem;
  }

  .footer-brand-block,
  .footer-spotlight,
  .footer-column {
    padding: 1.15rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
