/* ========================================
   NEXUS.AI PAGE STYLES
   ======================================== */

/* Suite Sticky Bar */
.do-suite-bar {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E8F0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.do-suite-bar.visible {
  opacity: 1;
  visibility: visible;
}

.do-suite-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.do-suite-bar-inner::-webkit-scrollbar {
  display: none;
}

.do-suite-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #667085;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.do-suite-bar-item img {
  width: 20px;
  height: 20px;
}

.do-suite-bar-item:hover {
  color: #8042A5;
  text-decoration: none;
}

.do-suite-bar-item.active {
  color: #8042A5;
  border-bottom-color: #8042A5;
  font-weight: 600;
}

@media (max-width: 767px) {
  .do-suite-bar.visible {
    top: 50px;
  }

  .do-suite-bar-item {
    padding: 10px 10px;
    font-size: 12px;
  }

  .do-suite-bar-item span {
    display: none;
  }

  .do-suite-bar-item img {
    width: 24px;
    height: 24px;
  }
}

/* Hero Section */
.do-nexus-hero {
  padding: 96px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.color_purple {
  color: #8042A5;
}
.do-nexus-blur {
  position: absolute;
  width: 660px;
  height: 98px;
  border-radius: 9999px;
  filter: blur(120px);
  z-index: 0;
  pointer-events: none;
}

.do-nexus-blur-blue {
    background: rgba(50, 122, 255, 0.40);
  top: 50%;
  left: 22%;
}

.do-nexus-blur-pink {
    background: rgba(217, 61, 204, 0.20);
  top: 26%;
  left: 32%;
}

.do-nexus-hero .hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.do-nexus-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9240C3;
  margin-bottom: 24px;
}

.do-nexus-hero h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: -0.0288em;
  color: #0B1C30;
  margin: 0 0 20px 0;
}

.do-nexus-hero p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: #000000;
  max-width: 672px;
  margin: 0 auto;
}

/* Barrier Section */
.do-nexus-barrier {
  background: #EFEAF8;
  padding: 80px 32px;
  text-align: center;
}

.do-nexus-barrier .section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.do-nexus-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 0.82;
  color: #0B1C30;
  margin: 0 0 16px 0;
}

.do-nexus-section-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #464555;
  margin: 0 0 48px 0;
}

.do-nexus-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.do-nexus-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}

.do-nexus-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.do-nexus-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.do-nexus-card h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #0B1C30;
  margin: 0 0 8px 0;
}

.do-nexus-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #464555;
  margin: 0;
}

/* How It Works Section */
.do-nexus-how {
  padding: 80px 32px;
  text-align: center;
}

.do-nexus-how .section-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.do-nexus-badge {
  display: inline-block;
  background: #EEF3FB;
  color: #173459;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.6;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.do-nexus-how h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #10233E;
  margin: 0 0 16px 0;
}

.do-nexus-how > .section-inner > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #6E7F97;
  max-width: 760px;
  margin: 0 auto 48px;
}

.do-nexus-io {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.do-nexus-io-card {
  flex: 1;
  max-width: 400px;
  border: 1px solid #D8E1EE;
  border-radius: 8px;
  padding: 27px 28px;
  text-align: left;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.do-nexus-io-card.input {
  background: rgba(255, 255, 255, 0.78);
}

.do-nexus-io-card.output {
  background: #EADDFF;
}

.do-nexus-io-card h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #10233E;
  margin: 0 0 16px 0;
}

.do-nexus-io-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.do-nexus-io-tag {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  padding: 16px 18px;
  border-radius: 6px;
}

.do-nexus-io-card.input .do-nexus-io-tag {
  background: #EEF3FB;
  color: #10233E;
}

.do-nexus-io-card.output .do-nexus-io-tag {
  background: #FFFFFF;
  color: #10233E;
}

.do-nexus-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.do-nexus-arrow-line {
  width: 4px;
  height: 60px;
  background: linear-gradient(180deg, rgba(24,78,158,0.1) 0%, rgba(110,91,255,0.6) 100%);
  border-radius: 2px;
}

.do-nexus-arrow-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(24,78,158,1) 0%, rgba(110,91,255,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

/* Solution Pillars Section */
.do-nexus-pillars {
  background: #EFEAF8;
  padding: 80px 32px;
  text-align: center;
}

.do-nexus-pillars .section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.do-nexus-pillars h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #0B2540;
  margin: 0 0 16px 0;
}

.do-nexus-pillars > .section-inner > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #7A8894;
  margin: 0 0 48px 0;
}

.do-nexus-pillar-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 40px 32px;
  text-align: left;
}

.do-nexus-pillar-card .pillar-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.do-nexus-pillar-card .pillar-icon img {
  width: 100%;
  height: 100%;
}

.do-nexus-pillar-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #0B2540;
  margin: 0 0 12px 0;
}

.do-nexus-pillar-card > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #6D6D6D;
  margin: 0 0 24px 0;
}

.do-nexus-pillar-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 20px;
}

.do-nexus-pillar-label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0E4B8B;
  margin: 0 0 6px 0;
}

.do-nexus-pillar-example {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #0B2540;
  margin: 0;
}

/* Impact Section */
.do-nexus-impact {
  background: #FAF7FE;
  padding: 80px 32px;
  text-align: center;
}

.do-nexus-impact .section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.do-nexus-impact h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  color: #0B1C30;
  margin: 0 0 16px 0;
}

.do-nexus-impact > .section-inner > p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #464555;
  margin: 0 0 48px 0;
}

.do-nexus-cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.do-nexus-impact-card {
  background: #FFFFFF;
  border: 1px solid rgba(199, 196, 216, 0.05);
  border-radius: 16px;
  padding: 32px;
  text-align: left;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.do-nexus-impact-card .impact-icon {
width: 24px;
    height: 24px;
    margin-bottom: 24px;
}

.do-nexus-impact-card .impact-icon img {
  width: 100%;
  height: 100%;
}

.do-nexus-impact-card h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
  color: #0B1C30;
  margin: 0 0 8px 0;
}

.do-nexus-impact-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #464555;
  margin: 0;
}

/* Nexus CTA */
.do-nexus-cta {
  padding: 40px 0;
  text-align: center;
}

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

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

.do-nexus-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;
  position: relative;
  z-index: 1;
}

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

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

@media (max-width: 991px) {
  .do-nexus-hero h1 {
    font-size: 38px;
  }

  .do-nexus-cards-3 {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .do-nexus-io {
    flex-direction: column;
  }

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

  .do-nexus-io-card {
    max-width: 100%;
  }

  .do-nexus-cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .do-nexus-section-title {
    font-size: 34px;
  }

  .do-nexus-how h2,
  .do-nexus-pillars h2 {
    font-size: 34px;
  }

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

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

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

  .do-nexus-section-title {
    font-size: 28px;
  }

  .do-nexus-how h2,
  .do-nexus-pillars h2 {
    font-size: 28px;
  }

  .do-nexus-cards-4 {
    grid-template-columns: 1fr;
  }

  .do-nexus-impact h2 {
    font-size: 28px;
  }

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

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