/* =============================================================
   delivery.css — Systems & Network Training
   Save to: /css/pages/delivery.css
   ============================================================= */

/* ── Option nav strip ─────────────────────────────────────────── */
.dv-optnav {
  background: #fff;
  border-bottom: 1px solid #e2e8ec;
  position: sticky;
  top: 0;
  z-index: 100;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.dv-optnav-inner {
  display: flex;
  white-space: nowrap;
  padding: 0;
}
.dv-optlink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.75rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--snt-navy);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.dv-optlink i { color: #aaa; font-size: 0.78rem; }
.dv-optlink:hover,
.dv-optlink.active {
  color: var(--snt-teal);
  border-bottom-color: var(--snt-teal);
  text-decoration: none;
}
.dv-optlink.active i,
.dv-optlink:hover i { color: var(--snt-teal); }

/* ── Delivery sections ────────────────────────────────────────── */
.dv-section {
  padding: 2rem 0;
  background: #fff;
  scroll-margin-top: 52px;
}
.dv-section--alt {
  /*background: #f8fafb;*/
    background: #edf0f1fd;

}

/* Icon above heading */
.dv-section-icon-wrap {
  width: 44px;
  height: 44px;
  background: var(--snt-teal-soft);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.dv-section-icon {
  color: var(--snt-teal);
  font-size: 1.1rem;
}
.dv-badge-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.2rem;
}

/* Badge pills */
.dv-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
.dv-badge--teal {
  background: var(--snt-teal-soft);
  color: var(--snt-teal-dark);
}
.dv-badge--navy {
  background: var(--snt-navy-soft);
  color: var(--snt-navy-dark);
}

/* Section title and lead */
.dv-section-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--snt-navy);
  margin-bottom: 0.75rem;
  font-family: 'DM Sans', sans-serif;
}
.dv-section-lead {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

/* Feature list */
.dv-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.dv-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: #444;
  padding: 5px 0;
  line-height: 1.5;
}
.dv-feature-list li i {
  color: var(--snt-teal);
  font-size: 0.75rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Section CTAs */
.dv-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Section image */
.dv-img {
  border-radius: 10px;
}

/* ── Detail card (right column) ───────────────────────────────── */
.dv-detail-card {
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
}
.dv-section--alt .dv-detail-card {
  background: #fff;
}
.dv-detail-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--snt-teal-dark);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--snt-teal);
}

/* Steps */
.dv-steps { display: flex; flex-direction: column; gap: 1rem; }
.dv-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.dv-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--snt-teal);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.dv-step strong {
  display: block;
  font-size: 0.875rem;
  color: var(--snt-navy);
  margin-bottom: 2px;
}
.dv-step p {
  font-size: 0.82rem;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

/* Tags */
.dv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dv-tag {
  font-size: 0.78rem;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid #d0dde5;
  color: #444;
  background: #f7f9fa;
}

/* Checklist */
.dv-checklist { display: flex; flex-direction: column; gap: 10px; }
.dv-check-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.dv-check-item i {
  color: var(--snt-teal);
  font-size: 0.85rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.dv-check-item span {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.5;
}
.dv-card-note {
  font-size: 0.78rem;
  color: #888;
  margin: 0;
}

/* ── Comparison table ─────────────────────────────────────────── */
.dv-compare-section {
  background: var(--snt-navy);
  padding: 3rem 0;
}
.dv-compare-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: 'DM Sans', sans-serif;
}
.dv-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  overflow: hidden;
}
.dv-compare-table th {
  background: rgba(255,255,255,0.08);
  color: #5DCAA5;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dv-compare-table th:first-child { text-align: left; }
.dv-compare-table td {
  padding: 0.65rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: #d0dde5;
}
.dv-compare-table tr:last-child td { border-bottom: none; }
.dv-compare-feature {
  text-align: left !important;
  color: #fff !important;
  font-weight: 500;
}
.dv-yes    { color: #5DCAA5; }
.dv-no     { color: #888; }
.dv-neutral { color: #EF9F27; }
.dv-compare-note {
  font-size: 0.78rem;
  color: #7a96a6;
  margin-top: 0.75rem;
}

/* ── page-cta ─────────────────────────────────────────────────── */
.page-section { padding: 2.5rem 0; }
.page-cta { background: #f8fafb; }
.page-cta-panel {
  background: var(--snt-navy);
  border-radius: 16px;
  padding: 2rem 2.5rem;
}
.page-cta-panel h2,
.page-cta-panel .h3 { color: #fff !important; }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 575px) {
  .dv-section { padding: 2.5rem 0; }
  .dv-section-title { font-size: 1.25rem; }
  .dv-optlink { padding: 0.6rem 0.9rem; font-size: 0.75rem; }
  .dv-section-actions { flex-direction: column; }
  .dv-section-actions .btn { width: 100%; text-align: center; }
}