* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --wm-bg: #f7fafc;
  --wm-bg-a: #f6fbff;
  --wm-bg-b: #eef5fb;
  --wm-bg-c: #edf3f8;
  --wm-surface: rgba(255, 255, 255, 0.9);
  --wm-border: rgba(7, 27, 45, 0.14);
  --wm-text: #10253f;
  --wm-muted: #355070;
  --wm-deep: #071b2d;
  --wm-accent: #0d9fbe;
  --wm-accent-alt: #ef9830;
  --wm-shadow: 0 14px 30px rgba(7, 27, 45, 0.08);
  --wm-table-bg: #ffffff;
  --wm-table-head: rgba(13, 159, 190, 0.09);
  --wm-shape-a: radial-gradient(circle at 30% 30%, rgba(13, 159, 190, 0.32), rgba(13, 159, 190, 0));
  --wm-shape-b: radial-gradient(circle at 45% 45%, rgba(239, 152, 48, 0.2), rgba(239, 152, 48, 0));
  --wm-header-bg: rgba(255, 255, 255, 0.86);
  --wm-control-bg: rgba(255, 255, 255, 0.84);
  --wm-control-border: rgba(7, 27, 45, 0.22);
  --wm-chip-bg: rgba(255, 255, 255, 0.82);
  --wm-hero-shell: linear-gradient(160deg, #0c2238 0%, #12334f 100%);
  --wm-hero-caption: #7fd8ea;
  --wm-carousel-bg: linear-gradient(145deg, rgba(13, 159, 190, 0.12), rgba(239, 152, 48, 0.1));
  --wm-carousel-dot: rgba(7, 27, 45, 0.25);
  --wm-carousel-dot-active: #0d9fbe;
}

:root[data-theme=dark] {
  --wm-bg: #081624;
  --wm-bg-a: #0a1b2d;
  --wm-bg-b: #0f2439;
  --wm-bg-c: #122a41;
  --wm-surface: rgba(12, 28, 44, 0.86);
  --wm-border: rgba(127, 216, 234, 0.22);
  --wm-text: #e6f3ff;
  --wm-muted: #a4c2dc;
  --wm-deep: #f1f8ff;
  --wm-accent: #33c1dd;
  --wm-accent-alt: #f0b14e;
  --wm-shadow: 0 16px 34px rgba(2, 8, 14, 0.45);
  --wm-table-bg: rgba(9, 22, 35, 0.9);
  --wm-table-head: rgba(51, 193, 221, 0.18);
  --wm-shape-a: radial-gradient(circle at 30% 30%, rgba(51, 193, 221, 0.26), rgba(51, 193, 221, 0));
  --wm-shape-b: radial-gradient(circle at 45% 45%, rgba(240, 177, 78, 0.18), rgba(240, 177, 78, 0));
  --wm-header-bg: rgba(8, 23, 37, 0.9);
  --wm-control-bg: rgba(16, 38, 58, 0.9);
  --wm-control-border: rgba(127, 216, 234, 0.36);
  --wm-chip-bg: rgba(14, 33, 51, 0.9);
  --wm-hero-shell: linear-gradient(158deg, #0a2033 0%, #173a56 100%);
  --wm-hero-caption: #9ce6f4;
  --wm-carousel-bg: linear-gradient(145deg, rgba(51, 193, 221, 0.2), rgba(240, 177, 78, 0.14));
  --wm-carousel-dot: rgba(164, 194, 220, 0.45);
  --wm-carousel-dot-active: #33c1dd;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--wm-text);
  background: linear-gradient(165deg, var(--wm-bg-a) 0%, var(--wm-bg-b) 50%, var(--wm-bg-c) 100%);
  overflow-x: hidden;
  transition: background 0.25s ease, color 0.25s ease;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  color: var(--wm-deep);
}

p {
  margin: 0;
}

.bg-shape {
  position: fixed;
  border-radius: 50%;
  filter: blur(0.5px);
  pointer-events: none;
  z-index: -1;
}

[data-parallax] {
  will-change: transform;
}

.bg-shape-a {
  width: 440px;
  height: 440px;
  top: -160px;
  right: -120px;
  background: var(--wm-shape-a);
}

.bg-shape-b {
  width: 500px;
  height: 500px;
  left: -170px;
  bottom: -190px;
  background: var(--wm-shape-b);
}

.product-header,
main,
.product-footer {
  width: min(1160px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.product-header {
  margin-top: 1.1rem;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--wm-header-bg);
  border: 1px solid var(--wm-border);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0.8rem;
  z-index: 10;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  border: 2px solid rgba(7, 27, 45, 0.18);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.2rem;
}

.brand-overline {
  font-family: "Reddit Mono", monospace;
  font-size: 0.72rem;
  color: var(--wm-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand h1 {
  font-size: 1.18rem;
  line-height: 1.1;
}

.header-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.header-nav a {
  text-decoration: none;
  color: var(--wm-text);
  font-size: 0.92rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.2rem;
  transition: color 0.2s ease;
}
.header-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, var(--wm-accent), var(--wm-accent-alt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.header-nav a:hover {
  color: var(--wm-accent);
}
.header-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-toggle {
  display: none;
}

.control-btn {
  border: 1px solid var(--wm-control-border);
  border-radius: 999px;
  background: var(--wm-control-bg);
  color: var(--wm-deep);
  font-family: "Reddit Mono", monospace;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.52rem 0.72rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.control-btn:hover {
  border-color: rgba(13, 159, 190, 0.5);
  transform: translateY(-1px);
}

.control-btn:focus-visible {
  outline: 2px solid var(--wm-accent);
  outline-offset: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.68rem 1.1rem;
  font-size: 0.9rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-solid {
  color: #ffffff;
  background: linear-gradient(135deg, var(--wm-accent), #0b84a0);
  box-shadow: 0 10px 20px rgba(13, 159, 190, 0.28);
}

.btn-outline {
  color: var(--wm-deep);
  border: 1px solid rgba(7, 27, 45, 0.28);
  background: rgba(255, 255, 255, 0.7);
}

.btn-ghost {
  color: var(--wm-deep);
  border: 1px solid var(--wm-control-border);
  background: var(--wm-chip-bg);
}

main {
  margin-top: 1.9rem;
  margin-bottom: 2.4rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.38fr 0.92fr;
  gap: 1rem;
}

.hero-copy,
.hero-panel,
.surface {
  border: 1px solid var(--wm-border);
  border-radius: 22px;
  background: var(--wm-surface);
  box-shadow: var(--wm-shadow);
}

.hero-copy {
  padding: clamp(1.2rem, 2.8vw, 2.4rem);
}

.hero-mark {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0.8rem;
}

.hero-mark img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(7, 27, 45, 0.2);
  padding: 0.18rem;
}

.eyebrow {
  font-family: "Reddit Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  color: var(--wm-muted);
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.hero-mark .eyebrow {
  margin-bottom: 0.2rem;
}

.hero-mark-note {
  font-size: 0.86rem;
  color: var(--wm-muted);
  font-weight: 600;
}

.hero-copy h2 {
  font-size: clamp(1.58rem, 3.8vw, 2.8rem);
  line-height: 1.14;
  max-width: 23ch;
  margin-bottom: 0.9rem;
}

.lead {
  font-size: clamp(0.98rem, 1.45vw, 1.12rem);
  color: var(--wm-muted);
  max-width: 64ch;
}

.badge-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(7, 27, 45, 0.2);
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  font-family: "Reddit Mono", monospace;
  font-size: 0.71rem;
  letter-spacing: 0.03em;
  color: var(--wm-deep);
  background: rgba(255, 255, 255, 0.78);
}

.badge-warn {
  border-color: rgba(239, 152, 48, 0.52);
  background: rgba(239, 152, 48, 0.17);
}

.badge-live {
  border-color: rgba(13, 159, 190, 0.52);
  background: rgba(13, 159, 190, 0.18);
}

.meta-note {
  margin-top: 0.8rem;
  color: var(--wm-muted);
  font-size: 0.9rem;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-panel {
  padding: 0;
  background: var(--wm-hero-shell);
  border-color: rgba(127, 216, 234, 0.26);
  color: #f7fbff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
}
.hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wm-accent), var(--wm-accent-alt), #7fd8ea);
  z-index: 1;
}

.hero-art {
  border-bottom: 1px solid rgba(127, 216, 234, 0.22);
}

.hero-art img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  animation: hero-drift 12s ease-in-out infinite alternate;
}

.hero-panel-body {
  padding: 1.2rem 1.15rem 1.3rem;
}

.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.6rem;
}

.panel-label {
  margin-bottom: 0;
  font-family: "Reddit Mono", monospace;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: var(--wm-hero-caption);
  text-transform: uppercase;
}

.panel-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.58rem;
  border-radius: 999px;
  background: rgba(127, 216, 234, 0.08);
  border: 1px solid rgba(127, 216, 234, 0.18);
  color: var(--wm-hero-caption);
  font-family: "Reddit Mono", monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.panel-status-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wm-accent-alt);
  box-shadow: 0 0 0 0 rgba(239, 152, 48, 0.45);
  animation: wm-chip-pulse 2s ease-in-out infinite;
}

.hero-panel h3 {
  color: #ffffff;
  font-size: 1.28rem;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

.panel-copy {
  color: rgba(247, 251, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.panel-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}
.panel-metrics span {
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(127, 216, 234, 0.18);
  background: rgba(127, 216, 234, 0.08);
  font-size: 0.78rem;
  line-height: 1.2;
}

.panel-abstract {
  position: relative;
  min-height: 132px;
  margin-top: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(127, 216, 234, 0.14);
  background: linear-gradient(145deg, rgba(4, 18, 34, 0.46), rgba(17, 52, 81, 0.18));
  overflow: hidden;
}
.panel-abstract img {
  position: absolute;
  right: -18px;
  bottom: -14px;
  width: 170px;
  max-width: none;
  opacity: 0.88;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.24));
  animation: footer-float 10s ease-in-out infinite;
}

.surface {
  margin-top: 1rem;
  padding: clamp(1.1rem, 2.5vw, 1.9rem);
}

.screenshots .meta-note {
  max-width: 72ch;
}

.carousel-shell {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgba(7, 27, 45, 0.16);
  border-radius: 18px;
  background: var(--wm-carousel-bg);
  padding: 0.72rem;
}

.carousel-viewport {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  border-radius: 14px;
  border: 1px solid rgba(7, 27, 45, 0.18);
  background: var(--wm-table-bg);
}

.carousel-track {
  display: flex;
  transition: transform 0.58s cubic-bezier(0.22, 0.72, 0.16, 1);
}

.carousel-slide {
  min-width: 100%;
  margin: 0;
}

.carousel-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  background: #0d2035;
}

.carousel-slide figcaption {
  padding: 0.7rem 0.85rem;
  color: var(--wm-text);
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(7, 27, 45, 0.1);
  font-size: 0.9rem;
}

.carousel-control {
  border: 1px solid var(--wm-control-border);
  border-radius: 999px;
  background: var(--wm-control-bg);
  color: var(--wm-deep);
  font-family: "Reddit Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 0.72rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.carousel-control:hover {
  transform: translateY(-1px);
  border-color: rgba(13, 159, 190, 0.56);
}

.carousel-control:focus-visible,
.carousel-dot:focus-visible {
  outline: 2px solid var(--wm-accent);
  outline-offset: 2px;
}

.carousel-dots {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52rem;
}

.carousel-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 0;
  background: var(--wm-carousel-dot);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.carousel-dot.is-active {
  background: var(--wm-carousel-dot-active);
  transform: scale(1.15);
}

.section-head {
  margin-bottom: 0.95rem;
}

.section-head h2 {
  font-size: clamp(1.2rem, 3.1vw, 2rem);
  max-width: 28ch;
}

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

.capability-card {
  border: 1px solid rgba(7, 27, 45, 0.14);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(13, 159, 190, 0.12), rgba(255, 255, 255, 0.86));
  padding: 0.9rem;
}

.capability-card h3 {
  font-size: 1.03rem;
  margin-bottom: 0.6rem;
}

.capability-card ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.48rem;
}

.capability-card li {
  font-size: 0.93rem;
  color: var(--wm-text);
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(7, 27, 45, 0.14);
  border-radius: 14px;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: var(--wm-table-bg);
}

.table-wrap th,
.table-wrap td {
  text-align: left;
  padding: 0.7rem;
  border-bottom: 1px solid rgba(7, 27, 45, 0.1);
  font-size: 0.9rem;
}

.table-wrap th {
  font-family: "Reddit Mono", monospace;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wm-deep);
  background: var(--wm-table-head);
}

.roadmap-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.62rem;
}

.roadmap-list li {
  color: var(--wm-text);
  font-size: 0.95rem;
}

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

.doc-grid a {
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: var(--wm-deep);
  border: 1px solid rgba(7, 27, 45, 0.14);
  border-radius: 12px;
  padding: 0.72rem 0.55rem;
  background: rgba(255, 255, 255, 0.9);
}

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

.social-link-card {
  text-align: left;
  display: grid;
  gap: 0.42rem;
  padding: 1rem 0.9rem;
  border-style: solid;
  border-top-width: 4px;
  border-top-color: transparent;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(7, 27, 45, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.social-link-card strong {
  font-size: 1rem;
  color: var(--wm-deep);
}
.social-link-card span:last-child {
  color: var(--wm-muted);
  font-size: 0.9rem;
}
.social-link-card:hover {
  transform: translateY(-4px);
}

.social-link-card-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.24rem 0.62rem;
  border-radius: 999px;
  font-family: "Reddit Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.social-youtube {
  border-top-color: #ff2020;
}
.social-youtube .social-link-card-label {
  color: #cc0000;
  background: rgba(255, 32, 32, 0.1);
}
.social-youtube:hover {
  box-shadow: 0 18px 42px rgba(255, 32, 32, 0.12);
}

.social-facebook {
  border-top-color: #1877f2;
}
.social-facebook .social-link-card-label {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.1);
}
.social-facebook:hover {
  box-shadow: 0 18px 42px rgba(24, 119, 242, 0.12);
}

.social-linkedin {
  border-top-color: #0a66c2;
}
.social-linkedin .social-link-card-label {
  color: #0a66c2;
  background: rgba(10, 102, 194, 0.1);
}
.social-linkedin:hover {
  box-shadow: 0 18px 42px rgba(10, 102, 194, 0.12);
}

.doc-grid a:hover {
  border-color: rgba(13, 159, 190, 0.5);
  color: var(--wm-accent);
}

.contact {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 0.8rem;
  align-items: center;
}

.contact p {
  margin-top: 0.62rem;
  color: var(--wm-muted);
}

.support-link {
  justify-self: end;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, var(--wm-accent-alt), #d97f15);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  font-weight: 700;
  text-align: center;
}

.product-footer {
  margin-bottom: 1.4rem;
  border: 1px solid var(--wm-border);
  border-radius: 24px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(237, 245, 251, 0.94));
  box-shadow: var(--wm-shadow);
  padding: 1.4rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem 1.2rem;
  overflow: hidden;
  position: relative;
}

.product-footer-showcase {
  display: grid;
  gap: 0.8rem;
}
.product-footer-showcase h2 {
  font-size: clamp(1.15rem, 2.5vw, 1.8rem);
  line-height: 1.14;
  max-width: 20ch;
}
.product-footer-showcase p:last-child {
  color: var(--wm-muted);
  max-width: 58ch;
}

.footer-kicker {
  margin: 0;
  font-family: "Reddit Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-accent);
}

.footer-support-link {
  justify-self: start;
}

.product-footer-art {
  min-height: 220px;
  border-radius: 20px;
  background: linear-gradient(145deg, #0c2238, #143550);
  border: 1px solid rgba(127, 216, 234, 0.2);
  position: relative;
  overflow: hidden;
}
.product-footer-art img {
  position: absolute;
  right: 0.5rem;
  bottom: -0.4rem;
  width: min(250px, 78%);
  opacity: 0.9;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.28));
  animation: footer-float 10s ease-in-out infinite;
}

.product-footer a {
  color: var(--wm-deep);
  font-weight: 700;
  text-decoration: none;
}

.product-footer-links {
  grid-column: 1/-1;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(7, 27, 45, 0.08);
}

.product-footer-links a:hover {
  color: var(--wm-accent);
}

.social-grid a {
  border-style: dashed;
}

.reveal-item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@keyframes hero-drift {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes wm-chip-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(239, 152, 48, 0.45);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(239, 152, 48, 0);
  }
}
@keyframes footer-float {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
}
.scroll-top {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  border: 1px solid var(--wm-control-border);
  border-radius: 999px;
  background: var(--wm-control-bg);
  color: var(--wm-deep);
  font-family: "Reddit Mono", monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.62rem 0.8rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  z-index: 30;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover {
  border-color: rgba(13, 159, 190, 0.55);
}

@media screen and (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .doc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .social-grid {
    grid-template-columns: 1fr;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .support-link {
    justify-self: start;
  }
  .carousel-shell {
    grid-template-columns: 1fr;
  }
  .carousel-viewport {
    order: -1;
  }
  .carousel-control {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  main {
    margin-top: 1.35rem;
    margin-bottom: 2rem;
  }
  .product-header {
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
  .brand {
    gap: 0.62rem;
  }
  .brand img {
    width: 46px;
    height: 46px;
  }
  .brand h1 {
    font-size: 1rem;
  }
  .brand p {
    font-size: 0.78rem;
  }
  .brand {
    width: auto;
    justify-content: flex-start;
    flex: 1 1 auto;
  }
  .header-actions {
    width: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .btn-ghost {
    display: none;
  }
  .header-nav {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    padding: 0.7rem;
    border: 1px solid rgba(7, 27, 45, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 32px rgba(7, 27, 45, 0.1);
  }
  .header-nav a {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border-radius: 12px;
    background: rgba(7, 27, 45, 0.03);
  }
  .product-header.is-nav-open .header-nav {
    display: flex;
  }
  .hero-copy,
  .hero-panel,
  .surface {
    border-radius: 16px;
  }
  .hero-copy {
    padding: 1rem;
  }
  .hero-copy h2 {
    font-size: 1.65rem;
    line-height: 1.14;
    max-width: 16ch;
  }
  .lead {
    font-size: 0.95rem;
  }
  .badge-row {
    gap: 0.38rem;
  }
  .badge {
    font-size: 0.66rem;
    padding: 0.3rem 0.54rem;
  }
  .hero-actions {
    gap: 0.55rem;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-mark {
    align-items: flex-start;
  }
  .hero-mark img {
    width: 44px;
    height: 44px;
  }
  .hero-panel-body {
    padding: 1rem;
  }
  .panel-topline {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .hero-panel h3 {
    font-size: 1.14rem;
  }
  .panel-copy {
    font-size: 0.9rem;
    line-height: 1.55;
  }
  .panel-metrics {
    gap: 0.35rem;
  }
  .panel-metrics span {
    font-size: 0.72rem;
    padding: 0.38rem 0.56rem;
  }
  .panel-abstract {
    min-height: 116px;
  }
  .panel-abstract img {
    width: 142px;
  }
  .carousel-shell {
    padding: 0.6rem;
    border-radius: 15px;
  }
  .carousel-slide figcaption {
    font-size: 0.85rem;
    line-height: 1.45;
    padding: 0.62rem 0.7rem;
  }
  .section-head h2 {
    font-size: 1.34rem;
  }
  .meta-note,
  .roadmap-list li,
  .contact p {
    font-size: 0.9rem;
  }
  .table-wrap th,
  .table-wrap td {
    padding: 0.6rem;
    font-size: 0.84rem;
  }
  .social-link-card {
    padding: 0.9rem 0.8rem 0.8rem;
  }
  .social-link-card strong {
    font-size: 0.95rem;
  }
  .social-link-card span:last-child {
    font-size: 0.84rem;
  }
  .doc-grid {
    grid-template-columns: 1fr;
  }
  .product-footer {
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 1.05rem;
  }
  .product-footer-showcase {
    gap: 0.65rem;
  }
  .product-footer-showcase h2 {
    font-size: 1.28rem;
    max-width: none;
  }
  .product-footer-showcase p:last-child {
    font-size: 0.9rem;
  }
  .product-footer-art {
    min-height: 180px;
  }
  .product-footer-art img {
    width: 175px;
  }
  .product-footer-links {
    justify-content: flex-start;
    gap: 0.58rem;
  }
  .product-footer-links a {
    font-size: 0.86rem;
  }
  .scroll-top {
    right: 0.8rem;
    bottom: 0.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-art img {
    animation: none;
  }
  .panel-status-chip::before,
  .panel-abstract img,
  .product-footer-art img {
    animation: none;
  }
  .carousel-track {
    transition: none;
  }
}
@media screen and (max-width: 900px) {
  :root[data-theme=dark] .product-header .header-nav {
    background: rgba(8, 23, 37, 0.95);
    border-color: rgba(127, 216, 234, 0.14);
  }
  :root[data-theme=dark] .product-header .header-nav a {
    background: rgba(127, 216, 234, 0.06);
  }
}

:root[data-theme=dark] .social-link-card {
  background: rgba(9, 22, 35, 0.92);
  border-color: rgba(127, 216, 234, 0.16);
}
:root[data-theme=dark] .social-link-card strong {
  color: var(--wm-deep);
}
:root[data-theme=dark] .social-link-card span:last-child {
  color: var(--wm-muted);
}

:root[data-theme=dark] .product-footer {
  background: linear-gradient(140deg, rgba(9, 22, 35, 0.96), rgba(13, 34, 52, 0.94));
  border-color: rgba(127, 216, 234, 0.16);
}

:root[data-theme=dark] .product-footer-links {
  border-top-color: rgba(127, 216, 234, 0.12);
}

/*# sourceMappingURL=iro-wms.css.map */
