/* ========================================
   DI SUITE PAGE STYLES
   ======================================== */

/* Hero */
.do-di-hero {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCF9FD 100%);
  padding: 80px 40px;
      max-width: 1200px;
    margin: 0 auto;
}

.do-di-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

.do-di-hero-left {
  flex: 0 0 520px;
}

.do-di-hero-right {
  flex: 1;
}

.do-di-badge {
  display: inline-block;
  background: #F7F4FB;
  color: #3B2A49;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.do-di-hero-left h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -0.0215em;
  color: #0B1220;
  margin: 0 0 20px 0;
}

.do-di-hero-left p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #3C4046;
  margin: 0 0 32px 0;
}

.do-di-hero-buttons {
  display: flex;
  gap: 12px;
}

.do-di-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8042A5;
  color: #FFFFFF;
  font-family: 'Liberation Sans', 'Arial', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.15;
  padding: 0 24px;
  height: 52px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.do-di-btn-primary:hover {
  opacity: 0.9;
  color: #FFFFFF;
  text-decoration: none;
}

.do-di-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #1E2433;
  font-family: 'Liberation Sans', 'Arial', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.15;
  padding: 0 24px;
  height: 52px;
  border: 1px solid #E6E8F0;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.do-di-btn-outline:hover {
  border-color: #8042A5;
  color: #1E2433;
  text-decoration: none;
}

/* Hero Info Card */
.do-di-info-card {
  background: #F7E9FF;
  border: 1px solid #E6E8F0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.03);
}

.do-di-info-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #1E2433;
  margin: 0 0 8px 0;
}

.do-di-info-card > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #667085;
  margin: 0 0 24px 0;
}

.do-di-pathway {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.do-di-pathway-item {
  text-align: center;
  flex: 1;
  background: #FDFBFF;
    padding: 30px 5px;
    border-radius: 5px;
}

.do-di-pathway-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.do-di-pathway-icon svg,
.do-di-pathway-icon img {
  width: 80px;
  height: 80px;
  fill: #8042A5;
}

.do-di-pathway-item h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1E2433;
  margin: 0 0 4px 0;
}

.do-di-pathway-item span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #667085;
}

.do-di-pathway-arrow {
  color: #8042A5;
  flex-shrink: 0;
  opacity: 0.5;
}

/* Overview Section */
.do-di-overview {
  padding: 80px 32px;
  max-width: 1200px;
  margin: 0 auto
}

.do-di-overview-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}

.do-di-overview-left {
  flex: 1;
}

.do-di-overview-right {
  flex: 0 0 480px;
}

.do-di-overview-left h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.018em;
  color: #1E2433;
  margin: 0 0 20px 0;
}

.do-di-overview-left > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #667085;
  margin: 0 0 32px 0;
}

.do-di-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.do-di-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #1E2433;
}

.do-di-features li .feat-icon {
  width: 24px;
  height: 24px;
  background: #8042A5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.do-di-features li .feat-icon svg {
  width: 14px;
  height: 14px;
  fill: #FFFFFF;
}

/* Value Cards */
.do-di-value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.do-di-value-card {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.do-di-value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(128, 66, 165, 0.08);
}

.do-di-value-card .value-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.do-di-value-card .value-icon img {
  width: 100%;
  height: 100%;
}

.do-di-value-card h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #1E2433;
  margin: 0 0 8px 0;
}

.do-di-value-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #667085;
  margin: 0;
}

/* Suite / Products Section */
.do-di-suite {
  background: #F7F4FB;
  padding: 80px 32px;
  text-align: center;

}

.do-di-suite-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.do-di-suite h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.018em;
  color: #1E2433;
  margin: 0 0 12px 0;
}

.do-di-suite > .do-di-suite-inner > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #667085;
  margin: 0 0 48px 0;
}

.do-di-suite-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: left;
  max-width: 980px;
  margin: 0 auto;
}

.do-di-suite-card {
  background: #FFFFFF;
  border: 1px solid #E6E8F0;
  border-radius: 10px;
  padding: 24px 28px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.do-di-suite-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(128, 66, 165, 0.1);
  text-decoration: none;
  color: inherit;
}

.do-di-suite-card .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.do-di-suite-card .card-icon svg,
.do-di-suite-card .card-icon img {
  width: 64px;
  height: 64px;
}

.do-di-suite-card .card-text {
  flex: 1;
}

.do-di-suite-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #1E2433;
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.do-di-suite-card h3 .arrow-icon {
  width: 20px;
  height: 20px;
  opacity: 0.4;
  transition: opacity 0.2s ease, transform 0.2s ease;
      position: absolute;
    top: 24px;
    right: 24px;
    transform: rotate(270deg);
}

.do-di-suite-card:hover h3 .arrow-icon {
  opacity: 1;
  transform: translateX(4px);
}

.do-di-suite-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #667085;
  margin: 0;
}

/* How It Works Section */
.do-di-how {
  padding: 80px 32px;
      max-width: 1200px;
    margin: 0 auto;
}

.do-di-how-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.do-di-how-header {
  text-align: left;
  flex: 0 0 340px;
  position: sticky;
  top: 100px;
}

.do-di-how h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.018em;
  color: #1E2433;
  margin: 0 0 12px 0;
}

.do-di-how-header > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #667085;
  margin: 0;
}

.do-di-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.do-di-step {
  display: flex;
  gap: 24px;
  position: relative;
}

.do-di-step-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.do-di-step-circle {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  flex-shrink: 0;
}

.do-di-step-circle.active {
  background: #8042A5;
  color: #FFFFFF;
}

.do-di-step-circle.inactive {
  background: #F7F4FB;
  color: #1E2433;
}

.do-di-step-line {
  width: 2px;
  flex-grow: 1;
  background: #E6E8F0;
  min-height: 40px;
}

.do-di-step-content {
  padding-bottom: 40px;
  padding-top: 14px;
}

.do-di-step:last-child .do-di-step-line {
  display: none;
}

.do-di-step:last-child .do-di-step-content {
  padding-bottom: 0;
}

.do-di-step-content h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #1E2433;
  margin: 0 0 8px 0;
}

.do-di-step-content p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #667085;
  margin: 0;
}

/* Collaboration & Governance Section */
.do-di-collab-gov {
  background: #F7F4FB;
  padding: 80px 32px;
}

.do-di-collab-gov-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.do-di-panel {
  background: #FFFFFF;
  border: 1px solid #E6E8F0;
  border-radius: 10px;
  padding: 40px;
}

.do-di-panel h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #1E2433;
  margin: 0 0 8px 0;
}

.do-di-panel > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #667085;
  margin: 0 0 24px 0;
}

.do-di-panel-visual {
  background: #F7F4FB;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.do-di-panel-label {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 10px 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1E2433;
  display: flex;
  align-items: center;
  gap: 8px;
}

.do-di-panel-label .label-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.do-di-panel-label .label-dot.purple { background: #8042A5; }
.do-di-panel-label .label-dot.blue { background: #3525CD; }

.do-di-gov-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.do-di-gov-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.do-di-gov-item .gov-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.do-di-gov-item .gov-icon img {
  width: 100%;
  height: 100%;
}

.do-di-gov-item h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #1E2433;
  margin: 0;
}

.do-di-gov-item p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #667085;
  margin: 0;
}

/* DI Suite CTA - reuse nexus CTA */
.do-di-cta {
  padding: 40px 0;
  text-align: center;
}

.do-di-cta-card {
  max-width: 1232px;
  margin: 0 auto;
  background: #F5D9FF;
  border-radius: 24px;
  padding: 60px 80px;
}

.do-di-cta h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.25;
  color: #723597;
  margin: 0 0 24px 0;
}

.do-di-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #2E3337;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.56;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.do-di-cta .cta-btn:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #2E3337;
}

/* Animations */
.do-di-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.do-di-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 991px) {
  .do-di-hero-inner {
    flex-direction: column;
  }

  .do-di-hero-left {
    flex: auto;
    text-align: center;
  }

  .do-di-hero-left h1 {
    font-size: 38px;
  }

  .do-di-hero-buttons {
    justify-content: center;
  }

  .do-di-overview-inner {
    flex-direction: column;
  }

  .do-di-overview-right {
    flex: auto;
  }

  .do-di-suite-grid {
    grid-template-columns: 1fr;
  }

  .do-di-collab-gov-inner {
    grid-template-columns: 1fr;
  }

  .do-di-how-inner {
    flex-direction: column;
  }

  .do-di-how-header {
    flex: auto;
    position: static;
    text-align: center;
    margin-bottom: 32px;
  }

  .do-di-overview-left h2,
  .do-di-suite h2,
  .do-di-how h2 {
    font-size: 32px;
  }

  .do-di-cta-card {
    padding: 40px 30px;
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .do-di-hero {
    padding: 50px 20px;
  }

  .do-di-hero-left h1 {
    font-size: 28px;
  }

  .do-di-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .do-di-pathway {
    flex-direction: column;
  }

  .do-di-pathway-arrow {
    transform: rotate(90deg);
  }

  .do-di-suite-grid {
    grid-template-columns: 1fr;
  }

  .do-di-value-grid {
    grid-template-columns: 1fr;
  }

  .do-di-gov-features {
    grid-template-columns: 1fr;
  }

  .do-di-cta h2 {
    font-size: 24px;
  }

  .do-di-cta-card {
    border-radius: 16px;
    padding: 30px 20px;
  }
}
