/* =========================================================
   DVS TECH — SYSTEMS PAGE
========================================================= */

.systems-hero,
.systems-definition,
.systems-examples,
.systems-pain,
.systems-scope,
.systems-process,
.systems-pricing,
.systems-questions,
.systems-final {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(92, 244, 236, 0.035), transparent 30%),
    linear-gradient(180deg, rgba(2, 6, 7, 0.99), rgba(1, 3, 4, 0.99));
}

.systems-hero::before,
.systems-definition::before,
.systems-examples::before,
.systems-pain::before,
.systems-scope::before,
.systems-process::before,
.systems-pricing::before,
.systems-questions::before,
.systems-final::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 12%, rgba(92, 244, 236, 0.04), transparent 30%),
    linear-gradient(120deg, transparent 0%, rgba(92, 244, 236, 0.012) 45%, transparent 68%);
}

.systems-hero-grid,
.systems-split,
.systems-pain-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.systems-hero-copy h1 {
  max-width: 960px;
}

.systems-hero-copy > p:not(.eyebrow),
.systems-section-head > p:not(.eyebrow),
.systems-definition-copy p,
.systems-final-shell > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 1.25rem;
  color: rgba(220, 232, 234, 0.74);
  font-size: clamp(1rem, 1.55vw, 1.1rem);
  line-height: 1.65;
}

.systems-definition-copy {
  display: grid;
  gap: 1rem;
}

.systems-definition-copy p {
  margin-top: 0;
}

.systems-hero-actions,
.systems-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

/* =========================
   HERO PANEL
========================= */

.systems-hero-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92, 244, 236, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(92, 244, 236, 0.12), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 38%),
    linear-gradient(180deg, rgba(18, 26, 32, 0.86), rgba(5, 8, 10, 0.96));
  box-shadow:
    0 34px 105px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(92, 244, 236, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.systems-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(92, 244, 236, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 244, 236, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 30%, black, transparent 76%);
  opacity: 0.55;
  pointer-events: none;
}

.systems-hero-panel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - 34px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(92, 244, 236, 0.28),
    rgba(92, 244, 236, 0.92),
    rgba(92, 244, 236, 0.28),
    transparent
  );
  box-shadow: 0 0 20px rgba(92, 244, 236, 0.38);
  pointer-events: none;
}

.systems-dashboard-card {
  position: relative;
  z-index: 2;
  width: min(100%, 460px);
  padding: clamp(1rem, 3vw, 1.45rem);
  border: 1px solid rgba(92, 244, 236, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 38%),
    linear-gradient(180deg, rgba(8, 14, 18, 0.94), rgba(0, 0, 0, 0.96));
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(92, 244, 236, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.systems-dash-top {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.systems-dash-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(92, 244, 236, 0.35);
  box-shadow: 0 0 14px rgba(92, 244, 236, 0.25);
}

.systems-dash-title strong {
  display: block;
  color: var(--text);
  font-family: var(--font-accent);
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.systems-dash-title p {
  margin-top: 0.35rem;
  color: rgba(220, 232, 234, 0.68);
  font-size: 0.9rem;
}

.systems-dash-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.systems-dash-grid article {
  padding: 0.9rem;
  border: 1px solid rgba(92, 244, 236, 0.14);
  border-radius: 14px;
  background: rgba(92, 244, 236, 0.04);
}

.systems-dash-grid span {
  display: block;
  color: rgba(220, 232, 234, 0.62);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.systems-dash-grid strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--cyan);
  font-family: var(--font-accent);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 20px rgba(92, 244, 236, 0.2);
}

.systems-dash-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-top: 1rem;
}

.systems-dash-flow span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92, 244, 236, 0.12);
  border-radius: 999px;
  color: rgba(245, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.035);
}

/* =========================
   SECTION HEADS
========================= */

.systems-section-head {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.systems-section-head h2 {
  max-width: 920px;
}

/* =========================
   EXAMPLES
========================= */

.systems-example-grid,
.systems-scope-grid,
.systems-pricing-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.95rem;
}

.systems-example-card,
.systems-scope-grid article,
.systems-price-card,
.systems-final-shell,
.systems-care-note {
  position: relative;
  border: 1px solid rgba(92, 244, 236, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 38%),
    linear-gradient(180deg, rgba(18, 26, 32, 0.82), rgba(5, 8, 10, 0.96));
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(92, 244, 236, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.systems-example-card {
  min-height: 360px;
  padding: clamp(1.15rem, 2vw, 1.4rem);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.systems-example-card:hover,
.systems-price-card:hover,
.systems-scope-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(92, 244, 236, 0.38);
  box-shadow:
    0 30px 95px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(92, 244, 236, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.systems-card-icon,
.systems-pain-list span,
.systems-process-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92, 244, 236, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(92, 244, 236, 0.2), rgba(92, 244, 236, 0.055));
  color: var(--cyan);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow:
    0 0 18px rgba(92, 244, 236, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.systems-example-card h3,
.systems-scope-grid h3,
.systems-price-card h3,
.systems-process-grid h3 {
  margin-top: 1rem;
  font-family: var(--font-accent);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.systems-example-card p,
.systems-scope-grid p,
.systems-price-card p,
.systems-process-grid p {
  margin-top: 0.85rem;
  color: rgba(220, 232, 234, 0.7);
  font-size: 0.94rem;
  line-height: 1.58;
}

.systems-example-card ul,
.systems-price-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.systems-example-card li,
.systems-price-card li {
  position: relative;
  padding-left: 1rem;
  color: rgba(245, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.4;
}

.systems-example-card li::before,
.systems-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(92, 244, 236, 0.44);
}

/* =========================
   PAIN POINTS
========================= */

.systems-pain-shell {
  grid-template-columns: 0.9fr 1.1fr;
}

.systems-pain-list {
  display: grid;
  gap: 0.8rem;
}

.systems-pain-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(92, 244, 236, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.026), transparent 38%),
    linear-gradient(180deg, rgba(18, 26, 32, 0.72), rgba(5, 8, 10, 0.92));
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.systems-pain-list p {
  color: rgba(220, 232, 234, 0.76);
  font-weight: 700;
  line-height: 1.5;
}

/* =========================
   SCOPE
========================= */

.systems-scope-grid article {
  min-height: 190px;
  padding: clamp(1.05rem, 2vw, 1.35rem);
}

/* =========================
   PROCESS
========================= */

.systems-process-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.85rem;
}

.systems-process-grid article {
  position: relative;
  min-height: 245px;
  padding: 1rem;
  border: 1px solid rgba(92, 244, 236, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.032), transparent 38%),
    linear-gradient(180deg, rgba(18, 27, 34, 0.74), rgba(7, 11, 14, 0.88));
  box-shadow:
    0 20px 64px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.systems-process-grid span {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  font-family: var(--font-accent);
  font-size: 0.78rem;
}

/* =========================
   PRICING
========================= */

.systems-price-card {
  display: grid;
  align-content: start;
  min-height: 500px;
  padding: clamp(1.2rem, 2.4vw, 1.65rem);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.systems-price-card.featured {
  border-color: rgba(92, 244, 236, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(92, 244, 236, 0.14), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 38%),
    linear-gradient(180deg, rgba(22, 32, 39, 0.9), rgba(3, 7, 9, 0.98));
  box-shadow:
    0 34px 105px rgba(0, 0, 0, 0.44),
    0 0 44px rgba(92, 244, 236, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.systems-price-kicker {
  color: var(--cyan);
  font-family: var(--font-accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.systems-price-card h3 {
  max-width: 360px;
}

.systems-price {
  margin-top: 1rem;
  color: var(--cyan);
  font-family: var(--font-accent);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 900;
  line-height: 0.98;
  text-shadow:
    0 0 24px rgba(92, 244, 236, 0.28),
    0 0 54px rgba(92, 244, 236, 0.1);
}

.systems-care-note {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
}

.systems-care-note strong {
  color: var(--cyan);
  font-family: var(--font-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.systems-care-note p {
  color: rgba(220, 232, 234, 0.74);
  font-size: 0.95rem;
}

/* =========================
   QUESTIONS
========================= */

.systems-question-list {
  display: grid;
  gap: 0.75rem;
}

.systems-question-list details {
  border: 1px solid rgba(92, 244, 236, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.026), transparent 38%),
    linear-gradient(180deg, rgba(18, 26, 32, 0.72), rgba(5, 8, 10, 0.92));
  overflow: hidden;
}

.systems-question-list summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem;
  color: var(--text);
  font-family: var(--font-accent);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.systems-question-list summary::-webkit-details-marker {
  display: none;
}

.systems-question-list summary::after {
  content: "+";
  float: right;
  color: var(--cyan);
}

.systems-question-list details[open] summary::after {
  content: "−";
}

.systems-question-list p {
  padding: 0 1rem 1rem;
  color: rgba(220, 232, 234, 0.72);
  font-size: 0.94rem;
}

/* =========================
   FINAL
========================= */

.systems-final-shell {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(1.35rem, 4vw, 2.4rem);
}

.systems-final-shell h2,
.systems-final-shell > p {
  margin-inline: auto;
}

.systems-final-actions {
  justify-content: center;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1120px) {
  .systems-example-grid,
  .systems-scope-grid,
  .systems-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .systems-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 920px) {
  .systems-hero-grid,
  .systems-split,
  .systems-pain-shell {
    grid-template-columns: 1fr;
  }

  .systems-hero-panel {
    min-height: 420px;
  }

  .systems-dashboard-card {
    width: min(100%, 520px);
  }

  .systems-care-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .systems-example-grid,
  .systems-scope-grid,
  .systems-pricing-grid,
  .systems-process-grid {
    grid-template-columns: 1fr;
  }

  .systems-example-card,
  .systems-price-card {
    min-height: auto;
  }

  .systems-hero-actions,
  .systems-final-actions {
    display: grid;
  }

  .systems-dash-grid {
    grid-template-columns: 1fr;
  }

  .systems-dash-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .systems-hero-panel {
    min-height: 360px;
    border-radius: 18px;
  }

  .systems-dashboard-card {
    padding: 1rem;
  }
}