:root {
  --bg: #000000;
  --panel: rgba(12, 16, 18, 0.82);
  --panel-soft: rgba(16, 22, 25, 0.78);
  --panel-border: rgba(255, 255, 255, 0.14);
  --panel-inner: rgba(255, 255, 255, 0.08);
  --text: #eef7fa;
  --text-soft: rgba(238, 247, 250, 0.76);
  --text-dim: rgba(238, 247, 250, 0.58);
  --cyan: #40d3eb;
  --cyan-strong: #48cfe3;
  --cyan-dark: rgba(10, 85, 96, 0.7);
  --shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  --width: min(1200px, 84vw);
}

/* Dashboard example screenshot overrides */
.dashboard-card {
  padding-top: 20px;
}

.dashboard-visual {
  height: 430px;
  padding: 16px 18px 20px;
}

.dashboard-visual .panel-shell,
.dashboard-visual .panel-shell--config {
  display: none;
}

.preview-shell {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(55, 98, 108, 0.16), transparent 32%),
    linear-gradient(120deg, rgba(24, 24, 24, 0.98), rgba(24, 34, 37, 0.96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 16px 32px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.preview-heading {
  position: absolute;
  top: 28px;
  left: 32px;
  color: #f7f7f3;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.preview-menu {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 3px solid #00c8ff;
}

.preview-menu::before,
.preview-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #f3f5f5;
  transform: translateX(-50%);
}

.preview-menu::before {
  top: 14px;
  box-shadow: 0 7px 0 #f3f5f5;
}

.preview-menu::after {
  top: 28px;
}

.metric-hero-row {
  position: absolute;
  top: 96px;
  left: 24px;
  right: 24px;
  display: grid;
  grid-template-columns: 1.42fr 0.92fr 0.92fr;
  gap: 18px;
}

.metric-stat-card,
.metric-mini-card {
  border: 1px solid rgba(250, 250, 250, 0.72);
  border-radius: 4px;
  background: rgba(31, 31, 31, 0.28);
  color: #f3f2eb;
}

.metric-stat-card {
  min-height: 118px;
  padding: 16px 18px;
  text-align: center;
}

.metric-stat-title {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(248, 248, 244, 0.96);
}

.metric-stat-card strong {
  display: block;
  margin-top: 14px;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.metric-stat-card > span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.metric-stat-card--overview {
  text-align: left;
}

.metric-overview-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
  text-align: center;
}

.metric-overview-values strong {
  margin-top: 0;
}

.metric-overview-values span {
  display: block;
  margin-top: 8px;
  font-size: 11px;
}

.metric-mini-row {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.metric-mini-card {
  min-height: 176px;
  padding: 12px 14px 14px;
}

.metric-mini-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.metric-mini-title em {
  font-style: normal;
  font-size: 12px;
}

.metric-mini-visual {
  position: relative;
  height: 88px;
  margin-top: 16px;
}

.metric-mini-tag {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 28px;
  padding: 2px 6px;
  border: 1px solid rgba(245, 245, 240, 0.54);
  font-size: 11px;
  text-align: center;
  transform: translateX(-50%);
}

.metric-mini-ruler {
  position: absolute;
  inset: 22px 14px 0;
  background:
    linear-gradient(180deg, transparent 0 12px, rgba(0, 195, 255, 0.82) 12px 13px, transparent 13px 100%),
    repeating-linear-gradient(90deg, rgba(0, 195, 255, 0.88) 0 11px, transparent 11px 16px, rgba(255, 255, 255, 0.94) 16px 27px, transparent 27px 32px);
  background-size: 2px 100%, 100% 16px;
  background-position: 50% 0, center 38px;
  background-repeat: no-repeat;
}

.metric-mini-ruler::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  height: 10px;
  background: repeating-linear-gradient(90deg, rgba(0, 195, 255, 0.24) 0 1px, transparent 1px 5px);
}

.metric-mini-foot {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.curation-preview-layout {
  position: absolute;
  inset: 88px 28px 22px;
  display: grid;
  grid-template-columns: 0.96fr 1.28fr;
  gap: 26px;
}

.curation-radial {
  position: relative;
}

.curation-radial::before,
.curation-radial::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.curation-radial::before {
  inset: 30px 32px 48px 24px;
}

.curation-radial::after {
  inset: 72px 74px 90px 66px;
}

.curation-radial-ring {
  position: absolute;
  inset: 56px 50px 82px 42px;
  border-radius: 50%;
  border: 8px solid transparent;
  border-right-color: #f0f3f2;
  border-bottom-color: #f0f3f2;
  transform: rotate(134deg);
}

.curation-radial-ring.ring-a { inset: 18px 14px 28px 12px; border-width: 6px; border-right-color: #00bbef; border-bottom-color: #00bbef; }
.curation-radial-ring.ring-b { inset: 30px 26px 40px 24px; border-width: 6px; border-right-color: #00bbef; border-bottom-color: #00bbef; }
.curation-radial-ring.ring-c { inset: 42px 38px 52px 36px; border-width: 6px; border-right-color: #00bbef; border-bottom-color: #00bbef; }
.curation-radial-ring.ring-d { inset: 54px 50px 64px 48px; border-width: 6px; }
.curation-radial-ring.ring-e { inset: 66px 62px 76px 60px; border-width: 6px; }
.curation-radial-ring.ring-f { inset: 78px 74px 88px 72px; border-width: 6px; }
.curation-radial-ring.ring-g { inset: 90px 86px 100px 84px; border-width: 6px; border-right-color: #00bbef; border-bottom-color: #00bbef; }
.curation-radial-ring.ring-h { inset: 102px 98px 112px 96px; border-width: 6px; border-right-color: #00bbef; border-bottom-color: #00bbef; }

.curation-radial-center {
  position: absolute;
  inset: 132px 128px 138px 124px;
  border-radius: 50%;
  background: rgba(24, 24, 24, 0.98);
}

.curation-radial-labels {
  position: absolute;
  top: 52px;
  left: 50%;
  display: grid;
  gap: 2px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.56);
  font-size: 8px;
  letter-spacing: 0.03em;
}

.curation-radial-legend {
  position: absolute;
  left: 50%;
  bottom: 8px;
  display: flex;
  gap: 14px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.78);
  transform: translateX(-50%);
}

.curation-radial-legend span::before,
.curation-line-legend span::before,
.output-legend span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #00bbef;
  vertical-align: middle;
}

.curation-radial-legend span:nth-child(2)::before,
.curation-line-legend span:nth-child(2)::before {
  background: #a0a3a7;
}

.curation-radial-legend span:nth-child(3)::before,
.curation-line-legend span:nth-child(3)::before {
  background: #f1f3f3;
}

.curation-line-chart {
  position: relative;
}

.curation-grid {
  position: absolute;
  inset: 18px 12px 34px 18px;
  background-image:
    linear-gradient(rgba(76, 115, 124, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 115, 124, 0.14) 1px, transparent 1px);
  background-size: 100% 54px, 48px 100%;
}

.curation-svg {
  position: absolute;
  inset: 18px 12px 34px 18px;
  width: calc(100% - 30px);
  height: calc(100% - 52px);
}

.curation-svg .area {
  opacity: 0.72;
}

.curation-svg .area-gray { fill: rgba(186, 186, 186, 0.42); }
.curation-svg .area-cyan { fill: rgba(0, 194, 238, 0.46); }

.curation-svg .curve {
  fill: none;
  stroke-width: 3;
}

.curation-svg .curve-cyan { stroke: #00c9f6; }
.curation-svg .curve-gray { stroke: rgba(208, 209, 209, 0.82); }
.curation-svg .curve-light { stroke: rgba(236, 237, 237, 0.68); }

.curation-axis {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
}

.curation-axis.axis-x {
  left: 16px;
  right: 8px;
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.curation-axis.axis-y {
  top: 8px;
  bottom: 42px;
  left: 0;
  display: grid;
  align-content: space-between;
}

.curation-line-legend {
  position: absolute;
  left: 50%;
  bottom: -2px;
  display: flex;
  gap: 18px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.74);
  transform: translateX(-50%);
}

.output-chart-frame {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 92px;
  bottom: 44px;
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.96);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.output-grid {
  position: absolute;
  inset: 32px 28px 58px 68px;
  background-image:
    linear-gradient(rgba(176, 176, 176, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(176, 176, 176, 0.18) 1px, transparent 1px);
  background-size: 100% 25%, calc(100% / 11) 100%;
}

.output-svg {
  position: absolute;
  inset: 32px 28px 58px 68px;
  width: calc(100% - 96px);
  height: calc(100% - 90px);
}

.output-fill { fill: rgba(0, 189, 238, 0.12); }

.output-line {
  fill: none;
  stroke: #009ddd;
  stroke-width: 4;
}

.output-line.line-2 { opacity: 0.9; }
.output-line.line-3 { opacity: 0.82; }
.output-line.line-4 { opacity: 0.74; }

.output-axis {
  position: absolute;
  color: rgba(245, 245, 245, 0.78);
  font-size: 11px;
}

.output-axis.axis-y {
  top: 24px;
  left: 18px;
  bottom: 52px;
  display: grid;
  align-content: space-between;
}

.output-axis.axis-x {
  left: 68px;
  right: 28px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.output-legend {
  position: absolute;
  left: 50%;
  bottom: 6px;
  display: flex;
  gap: 16px;
  color: #0db6eb;
  font-size: 12px;
  transform: translateX(-50%);
}

.preview-shell--builder {
  display: grid;
  place-items: center;
  background: rgba(10, 10, 10, 0.98);
}

.builder-window {
  width: min(76%, 620px);
  height: min(84%, 470px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1a1a1b;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.builder-toolbar,
.builder-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(34, 34, 35, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.builder-toolbar strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.builder-toolbar span {
  display: block;
  color: rgba(171, 186, 191, 0.7);
  font-size: 8px;
}

.builder-toolbar-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.builder-toolbar-actions span:first-child {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 249, 249, 0.9);
}

.builder-toolbar-actions span:last-child {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5e8d96;
}

.builder-layout {
  display: grid;
  grid-template-columns: 160px 1fr;
  height: calc(100% - 80px);
}

.builder-sidebar {
  padding: 10px 10px 0;
  border-right: 1px solid rgba(87, 186, 215, 0.28);
}

.builder-section h4,
.builder-section span {
  display: block;
  margin: 0 0 8px;
  color: rgba(136, 197, 216, 0.92);
  font-size: 8px;
  letter-spacing: 0.04em;
}

.builder-section ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.builder-section li {
  margin-bottom: 8px;
  color: rgba(238, 242, 243, 0.88);
  font-size: 9px;
}

.builder-main {
  padding: 12px;
}

.builder-input-row,
.builder-split-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 10px;
}

.builder-input,
.builder-slider,
.builder-pill,
.builder-card {
  border-radius: 4px;
}

.builder-input {
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111213;
}

.builder-input.large { height: 22px; }
.builder-input.full { width: 100%; margin-top: 8px; }

.builder-color-row {
  display: flex;
  gap: 6px;
  margin: 10px 0 12px;
}

.builder-color-row span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.builder-color-row span:nth-child(1) { background: #57c2e0; }
.builder-color-row span:nth-child(2) { background: #6777d8; }
.builder-color-row span:nth-child(3) { background: #8fb06d; }
.builder-color-row span:nth-child(4) { background: #d59a74; }
.builder-color-row span:nth-child(5) { background: #9b5a72; }
.builder-color-row span:nth-child(6) { background: #7d6bcf; }
.builder-color-row span:nth-child(7) { background: #5aa4a4; }
.builder-color-row span:nth-child(8) { background: #aa705c; }
.builder-color-row span:nth-child(9) { background: #5d616d; }

.builder-card {
  padding: 8px 10px;
  margin-top: 10px;
  border: 1px solid rgba(87, 186, 215, 0.28);
  background: rgba(24, 25, 26, 0.92);
}

.builder-card-header {
  color: rgba(131, 197, 216, 0.96);
  font-size: 8px;
}

.builder-card-header em {
  color: rgba(241, 243, 243, 0.74);
  font-style: normal;
}

.builder-slider-value {
  margin-top: 8px;
  color: rgba(248, 248, 248, 0.82);
  font-size: 9px;
  text-align: right;
}

.builder-slider {
  height: 10px;
  margin-top: 8px;
  background: linear-gradient(90deg, #57c2e0 0 34%, #2e2f33 34% 100%);
}

.builder-config {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(87, 186, 215, 0.2);
}

.builder-config-title {
  color: rgba(131, 197, 216, 0.96);
  font-size: 8px;
}

.builder-range-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 10px 0;
}

.builder-pill {
  height: 14px;
  background: #2c2d31;
}

.builder-pill.active {
  background: #57c2e0;
}

.builder-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 0;
}

.builder-footer > span {
  color: rgba(248, 248, 248, 0.74);
  font-size: 8px;
}

.builder-footer > div {
  display: flex;
  gap: 8px;
}

.builder-footer button {
  height: 22px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: #2a2c2f;
  color: rgba(244, 244, 242, 0.9);
  font-size: 8px;
}

.builder-footer button:last-child {
  background: #57c2e0;
  color: #0d1214;
  font-weight: 700;
}

.dashboard-screenshot-frame {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.dashboard-screenshot {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.28));
}

.dashboard-screenshot-frame--builder {
  background: rgba(10, 10, 10, 0.98);
  border-radius: 18px;
}

.dashboard-screenshot--builder {
  width: 94%;
  height: 94%;
}

@media (max-width: 1100px) {
  .dashboard-visual {
    height: 380px;
  }

  .metric-hero-row,
  .metric-mini-row,
  .curation-preview-layout {
    transform: scale(0.88);
    transform-origin: top left;
    width: 114%;
  }

  .builder-window {
    width: 86%;
    height: 82%;
  }
}

@media (max-width: 720px) {
  .dashboard-visual {
    height: 320px;
    padding: 10px;
  }

  .preview-heading {
    top: 18px;
    left: 18px;
    font-size: 20px;
  }

  .preview-menu {
    top: 14px;
    right: 16px;
    width: 38px;
    height: 38px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background: var(--bg);
}

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

.page-bg {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000;
}

.page-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(1680px, 92vw);
  transform: translateX(-50%);
  background-image:
    linear-gradient(rgba(55, 124, 136, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 124, 136, 0.28) 1px, transparent 1px);
  background-size: 98px 98px;
  opacity: 0.95;
  pointer-events: none;
}

.page-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 74% 10%,
      rgba(38, 139, 154, 0.36),
      transparent 34%
    ),
    radial-gradient(circle at 18% 76%, rgba(21, 87, 98, 0.46), transparent 34%),
    radial-gradient(circle at 50% 40%, rgba(33, 81, 90, 0.18), transparent 30%);
  mask: linear-gradient(
    90deg,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
  pointer-events: none;
}

.page-bg > section,
.page-bg > footer {
  width: var(--width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 88vh;
  display: grid;
  place-items: center;
  padding: 152px 0 92px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-inner {
  width: min(980px, 86vw);
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 26px;
  border: 1px solid rgba(64, 211, 235, 0.58);
  background: linear-gradient(
    90deg,
    rgba(49, 68, 74, 0.92),
    rgba(26, 62, 71, 0.84)
  );
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 20px;
}

.hero h1 {
  margin: 38px 0 22px;
  font-size: clamp(54px, 7.1vw, 92px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #f2fbff;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(19px, 2.05vw, 22px);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.9);
}

.hero-caption {
  margin: 22px 0 24px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.cta-wrap {
  display: grid;
  place-items: center;
  gap: 6px;
}

.cta-icon {
  width: 17px;
  height: 17px;
  background: rgba(8, 18, 22, 0.65);
  border: 1px solid rgba(76, 210, 230, 0.6);
  box-shadow: 0 0 0 6px rgba(8, 18, 22, 0.42);
}

.cta-button,
.ghost-button,
.carousel-control {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.cta-button {
  border: 0;
  min-width: 330px;
  min-height: 68px;
  border-radius: 10px;
  padding: 16px 30px;
  background: var(--cyan-strong);
  color: #071318;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 22px 42px rgba(23, 167, 192, 0.34);
  cursor: pointer;
}

.cta-button:hover,
.ghost-button:hover,
.carousel-control:hover {
  transform: translateY(-1px);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 26px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.78);
}

.stat {
  text-align: center;
}

.stat h3 {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: clamp(30px, 3.8vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.stat span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.82);
}

.about-section {
  padding: 64px 0 48px;
  display: grid;
  place-items: center;
}

.about-card {
  width: min(1080px, 86vw);
  border-radius: 18px;
  background: linear-gradient(
    90deg,
    rgba(15, 49, 57, 0.72),
    rgba(22, 22, 22, 0.76)
  );
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
  padding: 44px 42px 34px;
}

.about-card h2 {
  margin: 0 0 24px;
  padding-left: 16px;
  position: relative;
  color: var(--cyan);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.about-card h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 34px;
  background: var(--cyan);
}

.about-card p {
  margin: 0 0 22px;
  max-width: 980px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.85;
}

.capabilities,
.platform-modules,
.dashboard-examples,
.development-updates {
  padding: 48px 0 40px;
  text-align: center;
}

.capabilities h2,
.platform-modules h2,
.dashboard-examples h2,
.development-updates h2,
.cta-banner h2 {
  margin: 0 0 24px;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #f8fcff;
}

.section-subtitle {
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.capability-card {
  min-height: 200px;
  padding: 28px 28px 24px;
  text-align: left;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgba(24, 24, 24, 0.92),
    rgba(18, 42, 48, 0.84)
  );
  border: 1px solid var(--panel-border);
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.26);
}

.cap-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  color: var(--cyan);
  margin-bottom: 16px;
}

.cap-icon svg {
  width: 100%;
  height: 100%;
}

.capability-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.capability-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.platform-modules {
  position: relative;
}

.platform-modules::before,
.platform-modules::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  height: 26px;
  transform: translateX(-50%);
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(64, 211, 235, 0.55);
}

.platform-modules::before {
  top: 0;
}

.platform-modules::after {
  bottom: 0;
}

.module-carousel {
  position: relative;
  margin-top: 36px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border-radius: 50%;
  border: 0;
  background: rgba(58, 202, 228, 100);
  color: #f5fcff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

.carousel-control.prev {
  left: 46px;
}

.carousel-control.next {
  right: 46px;
}

.module-card {
  max-width: 100%;
  min-height: 334px;
  border-radius: 18px;
  border: 1px solid var(--panel-border);
  background: linear-gradient(
    90deg,
    rgba(26, 26, 26, 0.92),
    rgba(19, 28, 31, 0.9)
  );
  box-shadow: var(--shadow);
  padding: 56px 110px 40px;
}

.module-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: var(--cyan);
}

.module-icon svg {
  width: 100%;
  height: 100%;
}

.module-card h3 {
  margin: 8px 0 14px;
  font-size: clamp(24px, 2.2vw, 28px);
  font-weight: 800;
}

.module-card p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.58;
}

.module-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0 22px;
}

.module-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid rgba(76, 210, 230, 0.38);
  background: rgba(58, 202, 228, 100);
  color: rgba(237, 251, 255, 0.92);
  font-size: 14px;
  line-height: 1;
}

.module-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.module-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.module-dots span.active {
  width: 30px;
  background: var(--cyan);
}

.dashboard-grid,
.updates-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dashboard-card,
.update-card {
  border-radius: 18px;
  border: 1px solid var(--panel-border);
  background: linear-gradient(
    90deg,
    rgba(24, 24, 24, 0.94),
    rgba(20, 44, 49, 0.84)
  );
  box-shadow: var(--shadow);
}

.dashboard-card {
  padding: 20px 0 0;
  overflow: hidden;
  text-align: left;
}

.dashboard-card.is-active {
  border-color: rgba(72, 207, 227, 0.52);
  box-shadow:
    0 0 0 1px rgba(72, 207, 227, 0.2),
    var(--shadow);
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 0 22px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.card-top h3 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 800;
}

.card-top p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.card-dot {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(64, 211, 235, 0.55);
}

.dashboard-visual {
  height: 360px;
  padding: 14px;
}

.panel-shell {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--panel-inner);
  background: linear-gradient(
    90deg,
    rgba(30, 30, 30, 0.9),
    rgba(32, 42, 44, 0.84)
  );
  padding: 16px 16px 12px;
  overflow: hidden;
}

.panel-shell--config {
  display: grid;
  place-items: center;
}

.panel-title {
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.panel-menu {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(64, 211, 235, 0.76);
}

.panel-menu::before,
.panel-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 2px;
  background: rgba(252, 252, 252, 0.95);
  transform: translateX(-50%);
}

.panel-menu::before {
  top: 8px;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.95);
}

.panel-menu::after {
  top: 18px;
}

.metric-grid {
  display: grid;
  gap: 14px;
}

.metric-grid--top {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
  margin-bottom: 18px;
}

.metric-grid--bottom {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-tile,
.metric-mini {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(17, 20, 21, 0.35);
}

.metric-tile {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 10px 8px;
  text-align: center;
}

.metric-tile strong {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.metric-tile span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.64);
  letter-spacing: 0.02em;
}

.metric-mini {
  min-height: 112px;
  padding: 8px;
}

.metric-mini span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 8px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.metric-mini em {
  font-style: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.spark {
  height: 54px;
  margin-top: 8px;
  background: linear-gradient(
    90deg,
    transparent 0 12%,
    rgba(64, 211, 235, 0.8) 12% 16%,
    transparent 16% 22%,
    rgba(255, 255, 255, 0.86) 22% 26%,
    transparent 26% 32%,
    rgba(64, 211, 235, 0.8) 32% 36%,
    transparent 36% 42%,
    rgba(255, 255, 255, 0.86) 42% 46%,
    transparent 46% 100%
  );
  opacity: 0.92;
}

.curation-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 18px;
  height: calc(100% - 48px);
  margin-top: 12px;
}

.curation-left,
.curation-right {
  position: relative;
}

.curation-left {
  display: grid;
  place-items: center;
}

.radial-chart {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 34px, #0000 35px),
    conic-gradient(
      from 210deg,
      transparent 0deg 15deg,
      #f1f7fa 15deg 48deg,
      transparent 48deg 56deg,
      #f1f7fa 56deg 92deg,
      transparent 92deg 100deg,
      #f1f7fa 100deg 134deg,
      transparent 134deg 142deg,
      #40d3eb 142deg 182deg,
      transparent 182deg 190deg,
      #40d3eb 190deg 234deg,
      transparent 234deg 242deg,
      #40d3eb 242deg 292deg,
      transparent 292deg 360deg
    );
  mask: radial-gradient(circle, transparent 38px, #000 39px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.radial-labels {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.curation-right::before {
  content: "";
  position: absolute;
  inset: 12px 0 28px;
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 36px;
  opacity: 0.45;
}

.area-chart {
  position: absolute;
  inset: 12px 0 28px;
  border-radius: 8px;
  overflow: hidden;
}

.area-chart::before,
.area-chart::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.area-chart::before {
  height: 86%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.32),
    rgba(255, 255, 255, 0.06)
  );
  clip-path: polygon(
    0 36%,
    8% 70%,
    16% 42%,
    26% 18%,
    36% 38%,
    47% 66%,
    58% 67%,
    69% 14%,
    79% 56%,
    90% 46%,
    100% 74%,
    100% 100%,
    0 100%
  );
}

.area-chart::after {
  height: 82%;
  background: linear-gradient(
    180deg,
    rgba(64, 211, 235, 0.76),
    rgba(64, 211, 235, 0.18)
  );
  clip-path: polygon(
    0 20%,
    8% 68%,
    16% 42%,
    26% 52%,
    36% 54%,
    47% 8%,
    58% 52%,
    69% 6%,
    79% 58%,
    90% 34%,
    100% 58%,
    100% 100%,
    0 100%
  );
}

.area-legend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 10px;
}

.area-legend::before {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    rgba(64, 211, 235, 0.9),
    rgba(255, 255, 255, 0.8),
    rgba(160, 165, 255, 0.7)
  );
  border-radius: 999px;
}

.line-chart-canvas {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 58px;
  bottom: 42px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 18, 20, 0.88);
  overflow: hidden;
}

.line-chart-canvas::before {
  content: "";
  position: absolute;
  inset: 12px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 38px 34px;
  opacity: 0.55;
}

.line-chart-canvas::after {
  content: "";
  position: absolute;
  inset: 14px 14px 10px;
  background:
    linear-gradient(180deg, rgba(64, 211, 235, 0.18), rgba(64, 211, 235, 0.02)),
    radial-gradient(
      circle at 0 45%,
      transparent 0 12px,
      rgba(64, 211, 235, 0.85) 12px 14px,
      transparent 14px
    ),
    linear-gradient(180deg, transparent 0 100%);
}

.line-chart-canvas {
  background-image:
    linear-gradient(180deg, rgba(64, 211, 235, 0.12), rgba(64, 211, 235, 0.02)),
    linear-gradient(120deg, rgba(19, 49, 57, 0.38), rgba(0, 0, 0, 0.2));
}

.line-chart-canvas > * {
  display: none;
}

.line-chart-canvas::marker {
  display: none;
}

.line-chart-canvas {
  mask-image: none;
}

.line-chart-canvas {
  --line1: polygon(
    0 52%,
    9% 47%,
    18% 44%,
    27% 50%,
    36% 40%,
    45% 49%,
    54% 42%,
    63% 26%,
    72% 36%,
    81% 18%,
    90% 23%,
    100% 28%,
    100% 100%,
    0 100%
  );
  --line2: polygon(
    0 65%,
    9% 61%,
    18% 56%,
    27% 58%,
    36% 54%,
    45% 66%,
    54% 61%,
    63% 41%,
    72% 44%,
    81% 34%,
    90% 36%,
    100% 39%,
    100% 100%,
    0 100%
  );
  --line3: polygon(
    0 74%,
    9% 71%,
    18% 66%,
    27% 68%,
    36% 65%,
    45% 77%,
    54% 74%,
    63% 52%,
    72% 54%,
    81% 48%,
    90% 49%,
    100% 52%,
    100% 100%,
    0 100%
  );
  --line4: polygon(
    0 82%,
    9% 79%,
    18% 74%,
    27% 76%,
    36% 72%,
    45% 84%,
    54% 80%,
    63% 64%,
    72% 65%,
    81% 61%,
    90% 61%,
    100% 64%,
    100% 100%,
    0 100%
  );
}

.line-chart-canvas::before,
.line-chart-canvas::after {
  pointer-events: none;
}

.line-chart-canvas span {
  display: none;
}

.line-chart-canvas::after {
  box-shadow:
    inset 0 -2px 0 rgba(255, 255, 255, 0.55),
    inset 2px 0 0 rgba(255, 255, 255, 0.55);
}

.line-chart-canvas::before {
  box-shadow:
    inset 2px 0 0 rgba(255, 255, 255, 0.45),
    inset 0 -2px 0 rgba(255, 255, 255, 0.45);
}

.line-chart-canvas {
  position: absolute;
}

.line-chart-canvas::selection {
  background: transparent;
}

.line-chart-canvas {
  isolation: isolate;
}

.line-chart-canvas::before {
  z-index: 1;
}

.line-chart-canvas::after {
  z-index: 2;
}

.line-chart-canvas {
  color: var(--cyan);
}

.line-chart-canvas {
  background-repeat: no-repeat;
}

.line-chart-canvas {
  background-position: center;
}

.line-chart-canvas {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.line-chart-canvas::after {
  background:
    linear-gradient(180deg, transparent 0, transparent 100%),
    linear-gradient(180deg, rgba(64, 211, 235, 0.08), rgba(64, 211, 235, 0.01));
}

.line-chart-canvas::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
}

.line-chart-canvas {
  overflow: hidden;
}

.line-chart-canvas::after {
  position: absolute;
}

.line-chart-canvas::before {
  position: absolute;
}

.line-chart-canvas::after,
.line-chart-canvas::before {
  content: "";
}

.line-chart-canvas::after {
  inset: 14px;
}

.line-chart-canvas::before {
  inset: 12px;
}

.line-chart-canvas::after {
  background: linear-gradient(
    180deg,
    rgba(64, 211, 235, 0.22),
    rgba(64, 211, 235, 0.03)
  );
}

.line-chart-canvas::after {
  clip-path: var(--line1);
}

.line-chart-canvas::before {
  clip-path: none;
}

.line-chart-canvas {
  position: absolute;
}

.line-chart-canvas .line-overlay {
  display: none;
}

.line-chart-canvas {
  background: linear-gradient(
    180deg,
    rgba(7, 12, 14, 0.84),
    rgba(7, 12, 14, 0.84)
  );
}

.line-chart-canvas::after {
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0);
}

.line-chart-canvas {
  --stroke-a: rgba(64, 211, 235, 0.95);
  --stroke-b: rgba(0, 191, 255, 0.8);
  --stroke-c: rgba(0, 163, 214, 0.78);
  --stroke-d: rgba(0, 144, 189, 0.72);
}

.line-chart-canvas::after {
  background: linear-gradient(
    180deg,
    rgba(64, 211, 235, 0.18),
    rgba(64, 211, 235, 0.02)
  );
}

.line-chart-canvas {
  position: absolute;
}

.line-chart-canvas::before {
  border-radius: 6px;
}

.line-chart-canvas::after {
  border-radius: 6px;
}

.line-chart-canvas {
  background-color: rgba(11, 17, 19, 0.9);
}

.line-chart-canvas {
  background-image: linear-gradient(
    180deg,
    rgba(11, 17, 19, 0.92),
    rgba(11, 17, 19, 0.9)
  );
}

.line-chart-canvas::before {
  background-color: transparent;
}

.line-chart-canvas::after {
  background-color: transparent;
}

.line-chart-canvas {
  outline: none;
}

.line-chart-canvas {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.line-chart-canvas {
  position: absolute;
}

.line-chart-canvas::after {
  opacity: 1;
}

.line-chart-canvas::before {
  opacity: 0.55;
}

.line-chart-canvas {
  background-size: cover;
}

.line-chart-canvas {
  background-origin: border-box;
}

.line-legend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 11px;
  color: rgba(64, 211, 235, 0.9);
}

.line-legend span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--cyan);
  vertical-align: middle;
}

.config-shot {
  display: grid;
  place-items: center;
}

.config-screenshot {
  width: min(72%, 300px);
  height: min(74%, 210px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(21, 29, 33, 0.92), rgba(14, 18, 20, 0.94)),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.06) 0 1px,
      transparent 1px 20px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0 1px,
      transparent 1px 52px
    );
  box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.3);
}

.config-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}

.ghost-button {
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 10px;
  border: 1px solid rgba(64, 211, 235, 0.52);
  background: transparent;
  color: var(--cyan);
  font-weight: 500;
  cursor: pointer;
}

.updates-grid {
  margin-top: 10px;
}

.update-card {
  padding: 28px 30px 26px;
  text-align: left;

}

.update-card span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.update-card span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--cyan);
}

.update-card h3 {
  margin: 18px 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.update-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.72;
}

.cta-banner {
  margin: 58px auto 44px;
  min-height: 300px;
  border-radius: 18px;
  border: 1px solid rgba(64, 211, 235, 0.28);
  background: linear-gradient(
    90deg,
    rgba(4, 41, 48, 0.88),
    rgba(3, 26, 31, 0.94)
  );
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 38px 30px;
}

.cta-banner p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
}

.cta-banner .cta-button {
  min-width: 332px;
}

.site-footer {
  padding: 18px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.9;
}

@media (max-width: 1200px) {
  .module-card {
    padding-left: 90px;
    padding-right: 90px;
  }

  .carousel-control.prev {
    left: 24px;
  }

  .carousel-control.next {
    right: 24px;
  }
}

@media (max-width: 980px) {
  .stats-strip,
  .capability-grid,
  .dashboard-grid,
  .updates-grid {
    grid-template-columns: 1fr 1fr;
  }

  .module-card {
    padding: 52px 72px 40px;
  }

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

  .curation-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-visual {
    height: 420px;
  }
}

@media (max-width: 720px) {
  .page-bg > section,
  .page-bg > footer {
    width: min(92vw, 92vw);
  }

  .page-bg::before {
    width: 100vw;
    background-size: 64px 64px;
  }

  .hero {
    min-height: auto;
    padding: 110px 0 72px;
  }

  .hero h1 {
    margin-top: 28px;
    font-size: 52px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .cta-button,
  .cta-banner .cta-button {
    min-width: 100%;
  }

  .stats-strip,
  .capability-grid,
  .dashboard-grid,
  .updates-grid {
    grid-template-columns: 1fr;
  }

  .about-card {
    padding: 32px 24px 24px;
  }

  .module-card {
    min-height: auto;
    padding: 40px 22px 32px;
  }

  .carousel-control {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    font-size: 28px;
  }

  .carousel-control.prev {
    left: 10px;
  }

  .carousel-control.next {
    right: 10px;
  }

  .module-card p {
    font-size: 16px;
  }

  .dashboard-visual {
    height: 380px;
  }

  .card-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dashboard-visual {
    padding: 10px;
  }

  .panel-shell {
    padding: 14px;
  }

  .metric-grid--top,
  .metric-grid--bottom {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .config-cta {
    justify-content: center;
  }

  .ghost-button {
    width: 100%;
  }

  .cta-banner {
    min-height: auto;
    padding: 32px 18px;
  }
}
