.delivery-framework-page {
  background: #f4f7fb;
  color: #1f2a3d;
}

.df-section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00c2a8;
  margin-bottom: 0.85rem;
}

.df-hero {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 5rem;
  background: linear-gradient(140deg, #022d62 0%, #0d3f78 45%, #0a2b56 100%);
}

.df-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.13), transparent 45%),
              radial-gradient(circle at 85% 35%, rgba(0, 194, 168, 0.2), transparent 35%);
}

.df-hero .container {
  position: relative;
  z-index: 1;
}

.company-subnav .header-inner-nav {
  position: relative;
  z-index: 3;
}

.df-hero h1 {
  color: #ffffff;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.df-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 620px;
}

.df-hero-actions {
  margin-top: 1.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.df-hero-actions .btn-round {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.72rem 1.5rem;
}

.df-hero-actions .btn-primary-round {
  background: #00c2a8;
  border-color: #00c2a8;
  color: #022d62;
}

.df-hero-actions .btn-primary-round:hover,
.df-hero-actions .btn-primary-round:focus {
  background: #00e6c8;
  border-color: #00e6c8;
  color: #022d62;
}

.df-hero-actions .btn-outline-light.btn-round {
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #ffffff !important;
  background-color: transparent;
  border-radius: 50px;
}

.df-hero-actions .btn-outline-light.btn-round:hover,
.df-hero-actions .btn-outline-light.btn-round:focus {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #022d62 !important;
}

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

.df-visual-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  padding: 1rem;
  min-height: 130px;
}

.df-visual-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(0, 194, 168, 0.22);
  color: #9ff7eb;
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}

.df-visual-card h3 {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.df-visual-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  line-height: 1.45;
}

.df-metrics {
  margin-top: 0;
  padding: 2.75rem 0 0;
  position: relative;
  z-index: 2;
}

.df-metrics-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 194, 168, 0.16), transparent 34%),
    linear-gradient(135deg, #052e61 0%, #073f78 52%, #02234d 100%);
  box-shadow: 0 24px 70px rgba(2, 45, 98, 0.18);
  overflow: hidden;
}

.df-metric-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 0.85rem;
  align-items: center;
  align-content: center;
  min-height: 132px;
  padding: 1.25rem 1.1rem;
  text-align: left;
  height: 100%;
}

.df-metric-card + .df-metric-card {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.df-metric-icon {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: #9ff7eb;
  font-size: 1rem;
}

.df-metric-card .df-value {
  display: block;
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.1;
  min-width: 0;
}

.df-metric-card .df-label {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.35;
  min-width: 0;
}

.df-process-section {
  padding: 5.2rem 0;
}

.df-section-head {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.df-section-head h2 {
  color: #022d62;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  margin-bottom: 0.9rem;
}

.df-section-head p {
  color: #5f6f85;
  line-height: 1.7;
}

.df-step {
  background: #ffffff;
  border: 1px solid #e7ecf2;
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.df-step:hover {
  border-color: #00c2a8;
  box-shadow: 0 12px 35px rgba(10, 43, 86, 0.08);
  transform: translateY(-4px);
}

.df-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-width: 54px;
  padding: 0.3rem 0.85rem;
  background: rgba(0, 194, 168, 0.14);
  color: #008f7a;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.df-step h3 {
  font-size: 1.15rem;
  color: #022d62;
  margin-bottom: 0.75rem;
}

.df-step ul {
  margin: 0;
  padding-left: 1rem;
}

.df-step li {
  color: #4e5f76;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

.df-collaboration {
  background: #ffffff;
  border-top: 1px solid #e7ecf2;
  border-bottom: 1px solid #e7ecf2;
  padding: 4.5rem 0;
}

.df-collab-card {
  border: 1px solid #e7ecf2;
  border-radius: 12px;
  padding: 1.1rem 1rem;
  background: #fbfdff;
  margin-bottom: 0.9rem;
}

.df-collab-card h3 {
  color: #022d62;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.df-collab-card p {
  margin: 0;
  color: #5a6980;
  font-size: 0.92rem;
  line-height: 1.55;
}

.df-tech-section {
  padding: 4.8rem 0;
}

.df-tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 0.9rem;
}

.df-tech-item {
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  background: #ffffff;
  padding: 1rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #23344a;
  font-weight: 600;
}

.df-tech-item i {
  color: #00c2a8;
}

.df-cta {
  padding: 0 0 5.2rem;
}

.df-cta-inner {
  background: linear-gradient(135deg, #022d62 0%, #0d3f78 100%);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
}

.df-cta-inner h2 {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.df-cta-inner p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 820px;
  margin: 0.9rem auto 1.7rem;
}

.df-cta .btn {
  margin: 0.32rem;
}

.df-cta .btn-primary-round {
  background: #00c2a8;
  border-color: #00c2a8;
  color: #022d62;
}

.df-cta .btn-primary-round:hover,
.df-cta .btn-primary-round:focus {
  background: #00e6c8;
  border-color: #00e6c8;
  color: #022d62;
}

.df-cta .btn-outline-light.btn-round {
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #ffffff !important;
  background-color: transparent;
  border-radius: 50px;
}

.df-cta .btn-outline-light.btn-round:hover,
.df-cta .btn-outline-light.btn-round:focus {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #022d62 !important;
}

.df-seo-content {
  padding: 0 0 5.5rem;
}

.df-seo-content p {
  color: #5a6980;
  line-height: 1.75;
}

.df-faq-item {
  border: 1px solid #e3e8ef;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 0.72rem;
  overflow: hidden;
}

.df-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: #022d62;
  padding: 1rem 1.1rem;
}

.df-faq-item summary::-webkit-details-marker {
  display: none;
}

.df-faq-item p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: #5a6980;
  font-size: 0.94rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .df-hero {
    padding-top: 5.2rem;
  }

  .df-visual-grid {
    margin-top: 1.8rem;
  }

  .df-metrics {
    padding-top: 1.75rem;
  }

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

  .df-metric-card + .df-metric-card {
    border-left: 0;
  }

  .df-metric-card {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .df-metric-card:nth-child(-n + 2) {
    border-top: 0;
  }

  .df-metric-card:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }
}

@media (max-width: 575px) {
  .df-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .df-hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .df-visual-grid {
    grid-template-columns: 1fr;
  }

  .df-metrics-panel {
    grid-template-columns: 1fr;
  }

  .df-metric-card,
  .df-metric-card:nth-child(-n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .df-metric-card:first-child {
    border-top: 0;
  }

  .df-metric-card:nth-child(2n) {
    border-left: 0;
  }
}
