@import url("website-development-revamp.css?v=6");

/* Website Maintenance & Support - enterprise operations page */

.wm-page {
  --wm-navy: #02142d;
  --wm-blue: #0867c4;
  --wm-cyan: #2bd8ff;
  --wm-teal: #00c2a8;
  --wm-violet: #7868ff;
  --wm-bg: #f7faff;
  --wm-border: #e4edf7;
  --wm-muted: #5b6a7d;
}

.wm-hero {
  background:
    radial-gradient(circle at 76% 25%, rgba(43, 216, 255, 0.28), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(120, 104, 255, 0.18), transparent 25%),
    linear-gradient(135deg, #02142d 0%, #063e7b 54%, #020d1f 100%) !important;
}

.wm-hero::before {
  background: url("../images/website-maintenance.jpg") center/cover no-repeat;
  opacity: 0.25;
}

.wm-hero::after {
  background:
    linear-gradient(90deg, rgba(2, 20, 45, 0.96) 0%, rgba(3, 38, 78, 0.84) 56%, rgba(2, 20, 45, 0.58) 100%),
    repeating-linear-gradient(90deg, rgba(43, 216, 255, 0.05) 0 1px, transparent 1px 86px);
}

.wm-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  min-height: 660px;
  gap: 2rem;
}

@media (min-width: 992px) {
  .wm-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  }
}

.wm-hero__content {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.wm-hero.rg-hero h1 {
  max-width: 900px;
}

.wm-ops-panel,
.wm-dashboard-card,
.wm-benefit-visual,
.wm-plan-card,
.wm-proof-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.wm-ops-panel {
  position: relative;
  min-height: 430px;
  padding: 1.35rem;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(43, 216, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 216, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(43, 216, 255, 0.24), transparent 36%),
    rgba(2, 18, 38, 0.72);
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32), inset 0 0 90px rgba(43, 216, 255, 0.08);
}

.wm-ops-panel::before,
.wm-ops-panel::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(43, 216, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 44px rgba(43, 216, 255, 0.14);
}

.wm-ops-panel::after {
  inset: 28%;
  border-color: rgba(120, 104, 255, 0.28);
}

.wm-ops-panel__top,
.wm-dashboard-card__header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.wm-ops-panel__top span,
.wm-dashboard-card__header span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wm-ops-panel__top strong {
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  background: rgba(0, 194, 168, 0.14);
  color: #9ff7eb;
  font-size: 0.78rem;
}

.wm-uptime-ring {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(2, 20, 45, 0.95) 0 58%, transparent 59%),
    conic-gradient(var(--wm-cyan) 0 94%, rgba(255, 255, 255, 0.16) 94% 100%);
  box-shadow: 0 0 55px rgba(43, 216, 255, 0.28);
}

.wm-uptime-ring span {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.wm-uptime-ring small {
  margin-top: -2.3rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  text-transform: uppercase;
}

.wm-ops-metrics {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.wm-ops-metrics div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  padding: 0.75rem 0.65rem;
  background: rgba(255, 255, 255, 0.07);
}

.wm-ops-metrics span,
.wm-ops-metrics b {
  display: block;
}

.wm-ops-metrics span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
}

.wm-ops-chart {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 17%;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 0.45rem;
  height: 78px;
  opacity: 0.72;
}

.wm-ops-chart span {
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--wm-cyan), var(--wm-teal));
  box-shadow: 0 0 18px rgba(43, 216, 255, 0.3);
}

.wm-ops-chart span:nth-child(1) { height: 42%; }
.wm-ops-chart span:nth-child(2) { height: 70%; }
.wm-ops-chart span:nth-child(3) { height: 56%; }
.wm-ops-chart span:nth-child(4) { height: 86%; }
.wm-ops-chart span:nth-child(5) { height: 62%; }
.wm-ops-chart span:nth-child(6) { height: 94%; }

.wm-hero-metrics {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding-bottom: 2.6rem;
}

.wm-hero-metric {
  min-height: 92px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(12px);
}

.wm-hero-metric strong,
.wm-hero-metric span {
  display: block;
}

.wm-hero-metric strong {
  color: #9ff7eb;
  font-size: 1.4rem;
  line-height: 1.15;
}

.wm-hero-metric span {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
}

.wm-copy {
  color: var(--wm-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.wm-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.wm-risk-grid span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  border: 1px solid var(--wm-border);
  border-radius: 8px;
  background: #fff;
  padding: 0.7rem 0.85rem;
  color: #20324a;
  font-weight: 700;
}

.wm-risk-grid i {
  color: var(--wm-blue);
}

.wm-dashboard-card {
  padding: 1.5rem;
  color: #fff;
  background:
    linear-gradient(rgba(43, 216, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 216, 255, 0.07) 1px, transparent 1px),
    linear-gradient(145deg, #02142d, #073d78);
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: 0 24px 70px rgba(2, 20, 45, 0.18);
}

.wm-dashboard-card__header h3 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
}

.wm-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.35rem 0;
}

.wm-dashboard-grid div,
.wm-alert-stream span {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.wm-dashboard-grid div {
  padding: 1rem;
}

.wm-dashboard-grid small,
.wm-dashboard-grid strong {
  display: block;
}

.wm-dashboard-grid small {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 700;
  text-transform: uppercase;
}

.wm-dashboard-grid strong {
  color: var(--wm-cyan);
  font-size: 1.35rem;
}

.wm-alert-stream {
  display: grid;
  gap: 0.65rem;
}

.wm-alert-stream span {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.wm-alert-stream i {
  color: #9ff7eb;
}

.wm-service-card {
  border-color: rgba(8, 103, 196, 0.14);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wm-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 216, 255, 0.55);
  box-shadow: 0 18px 48px rgba(8, 103, 196, 0.12);
}

.wm-process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.wm-process-card {
  background: rgba(255, 255, 255, 0.08);
}

.wm-benefit-list {
  display: grid;
  gap: 1.25rem;
}

.wm-benefit-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 1rem;
  align-items: stretch;
  border: 1px solid var(--wm-border);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.wm-benefit-block--reverse {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

.wm-benefit-block--reverse .wm-benefit-content {
  order: 2;
}

.wm-benefit-content {
  padding: 1.3rem;
}

.wm-benefit-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 8px;
  background: rgba(8, 103, 196, 0.1);
  color: var(--wm-blue);
  font-size: 1.35rem;
}

.wm-benefit-content h3 {
  color: var(--wm-navy);
  font-size: 1.35rem;
  margin-bottom: 0.55rem;
}

.wm-benefit-content p {
  color: var(--wm-muted);
  line-height: 1.7;
  margin: 0;
}

.wm-benefit-visual {
  display: grid;
  align-content: center;
  min-height: 210px;
  padding: 1.35rem;
  color: #fff;
  background:
    radial-gradient(circle at 72% 24%, rgba(43, 216, 255, 0.2), transparent 30%),
    linear-gradient(145deg, #02142d, #073d78);
}

.wm-benefit-visual span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
  text-transform: uppercase;
}

.wm-benefit-visual strong {
  display: block;
  margin: 0.35rem 0 1rem;
  color: #9ff7eb;
  font-size: 2.35rem;
  line-height: 1;
}

.wm-benefit-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 0.5rem;
  height: 78px;
}

.wm-benefit-bars i {
  display: block;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--wm-cyan), var(--wm-teal));
}

.wm-benefit-bars i:nth-child(1) { height: 38%; }
.wm-benefit-bars i:nth-child(2) { height: 58%; }
.wm-benefit-bars i:nth-child(3) { height: 78%; }
.wm-benefit-bars i:nth-child(4) { height: 62%; }
.wm-benefit-bars i:nth-child(5) { height: 92%; }

.wm-plans {
  background: linear-gradient(160deg, #02142d 0%, #063b78 100%);
}

.wm-plans h2,
.wm-plans .wd-section__lead {
  color: #fff;
}

.wm-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.wm-plan-card--featured {
  border-color: rgba(43, 216, 255, 0.62);
  background: rgba(43, 216, 255, 0.12);
}

.wm-plan-badge {
  align-self: flex-start;
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  background: rgba(159, 247, 235, 0.16);
  color: #9ff7eb;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wm-plan-card h3 {
  margin: 1rem 0 0.4rem;
  color: #fff;
  font-size: 1.45rem;
}

.wm-plan-card p {
  color: rgba(255, 255, 255, 0.72);
}

.wm-plan-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

.wm-plan-card li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.84);
}

.wm-plan-card li i {
  color: #9ff7eb;
}

.wm-plan-card .btn {
  margin-top: auto;
  align-self: flex-start;
  border-color: #9ff7eb;
  background: #9ff7eb;
  color: #02142d;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(43, 216, 255, 0.22);
}

.wm-plan-card .btn:hover,
.wm-plan-card .btn:focus {
  border-color: #fff;
  background: #fff;
  color: #02142d;
}

.wm-why-point {
  align-items: flex-start;
  border: 1px solid var(--wm-border);
  border-radius: 8px;
  background: #fff;
  padding: 1.15rem;
}

.wm-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.6rem;
  background:
    radial-gradient(circle at 82% 18%, rgba(43, 216, 255, 0.14), transparent 32%),
    #fff;
  border-color: var(--wm-border);
  box-shadow: 0 20px 60px rgba(2, 20, 45, 0.08);
}

.wm-proof-panel h2 {
  color: var(--wm-navy);
}

.wm-proof-panel p {
  color: var(--wm-muted);
  line-height: 1.7;
  margin: 0;
}

.wm-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.wm-proof-stats div {
  min-height: 112px;
  border: 1px solid var(--wm-border);
  border-radius: 8px;
  padding: 1rem;
  background: var(--wm-bg);
}

.wm-proof-stats strong,
.wm-proof-stats span {
  display: block;
}

.wm-proof-stats strong {
  color: var(--wm-blue);
  font-size: 1.6rem;
}

.wm-proof-stats span {
  color: var(--wm-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.wm-cta {
  background:
    radial-gradient(circle at 80% 20%, rgba(43, 216, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #02142d, #063b78);
}

.wm-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.wm-faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 940px;
  margin: 0 auto;
}

.wm-faq-item {
  border: 1px solid var(--wm-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(2, 20, 45, 0.05);
}

.wm-faq-item summary {
  cursor: pointer;
  padding: 1rem 1.15rem;
  color: var(--wm-navy);
  font-weight: 800;
}

.wm-faq-item p {
  padding: 0 1.15rem 1rem;
  color: var(--wm-muted);
  line-height: 1.7;
}

@media (max-width: 991px) {
  .wm-hero__grid,
  .wm-process-track,
  .wm-proof-panel {
    grid-template-columns: 1fr;
  }

  .wm-ops-panel {
    margin-bottom: 1.5rem;
  }

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

  .wm-benefit-block,
  .wm-benefit-block--reverse {
    grid-template-columns: 1fr;
  }

  .wm-benefit-block--reverse .wm-benefit-content {
    order: 0;
  }

  .wm-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .wm-ops-panel {
    min-height: 390px;
  }

  .wm-ops-metrics,
  .wm-risk-grid,
  .wm-dashboard-grid,
  .wm-hero-metrics,
  .wm-proof-stats {
    grid-template-columns: 1fr;
  }

  .wm-ops-metrics {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 245px;
  }
}
