/* ── NEDIR PAGE ── */

.nedir-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

/* HERO */
.nedir-hero {
  background: #0a0a0a;
  padding: 120px 40px 100px;
  text-align: center;
}

.nedir-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.nedir-tag {
  display: inline-block;
  background: linear-gradient(135deg, #b4d9b5, #9ad4b6, #05a6bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nedir-hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.nedir-hero-sub {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #9ca3af;
}

/* STORY */
.nedir-story {
  background: #f7f7f7;
  padding: 100px 0;
}

.nedir-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.nedir-story-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nedir-section-tag {
  display: inline-block;
  background: linear-gradient(135deg, #b4d9b5, #9ad4b6, #05a6bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nedir-section-tag--light {
  background: linear-gradient(135deg, #b4d9b5, #9ad4b6, #05a6bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nedir-section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #0a0a0a;
}

.nedir-section-title--light {
  color: #ffffff;
}

.nedir-section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 56px;
}

.nedir-body {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #444;
}

.nedir-body strong {
  color: #111;
  font-weight: 700;
}

/* Founder card */
.nedir-story-visual {
  display: flex;
  justify-content: center;
}

.nedir-founder-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.08);
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 400px;
}

.nedir-founder-badge {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b4d9b5, #9ad4b6, #05a6bd);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.nedir-founder-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nedir-founder-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nedir-founder-name {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.4px;
}

.nedir-founder-role {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
}

.nedir-stat-row {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f7f7f7;
  border-radius: 16px;
  padding: 20px;
}

.nedir-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.nedir-stat-divider {
  width: 1px;
  height: 36px;
  background: #e5e7eb;
}

.nedir-stat-num {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #b4d9b5, #9ad4b6, #05a6bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nedir-stat-label {
  font-size: 11px;
  font-weight: 500;
  color: #9ca3af;
  text-align: center;
}

/* PRODUCTION */
.nedir-production {
  background: #0a0a0a;
  padding: 100px 0;
}

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

.nedir-prod-card {
  background: #141414;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.25s, transform 0.25s;
}

.nedir-prod-card:hover {
  border-color: #b4d9b5;
  transform: translateY(-4px);
}

.nedir-prod-icon {
  font-size: 36px;
  line-height: 1;
}

.nedir-prod-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.nedir-prod-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #9ca3af;
}

/* OPPORTUNITY */
.nedir-opportunity {
  background: #f7f7f7;
  padding: 100px 0;
}

.nedir-opp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.nedir-opp-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}

.nedir-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #b4d9b5 0%, #9ad4b6 50%, #05a6bd 100%);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
  align-self: flex-start;
  margin-top: 8px;
}

.nedir-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.nedir-cta-btn--center {
  align-self: center;
  margin-top: 0;
}

.nedir-opp-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nedir-opp-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid #ebebeb;
}

.nedir-opp-item:first-child {
  padding-top: 0;
}

.nedir-opp-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.nedir-opp-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #b4d9b5, #9ad4b6, #05a6bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  padding-top: 3px;
}

.nedir-opp-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nedir-opp-title {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.3px;
}

.nedir-opp-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #6b7280;
}

/* VISION */
.nedir-vision {
  background: #0a0a0a;
  padding: 120px 0;
}

.nedir-vision-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.nedir-vision-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-style: italic;
}

.nedir-vision-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #9ca3af;
  letter-spacing: -0.2px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .nedir-story-grid,
  .nedir-opp-grid {
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .nedir-hero {
    padding: 64px 24px 56px;
  }

  .nedir-hero-title {
    font-size: 30px;
    letter-spacing: -0.8px;
    line-height: 1.2;
  }

  .nedir-hero-sub {
    font-size: 15px;
    line-height: 26px;
  }

  .nedir-hero-sub br {
    display: none;
  }

  .nedir-container {
    padding: 0 24px;
  }

  .nedir-story {
    padding: 64px 0;
  }

  .nedir-story-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .nedir-section-title {
    font-size: 26px;
    letter-spacing: -0.6px;
  }

  .nedir-founder-card {
    padding: 28px 24px;
  }

  .nedir-stat-row {
    padding: 16px;
  }

  .nedir-stat-num {
    font-size: 18px;
  }

  .nedir-production {
    padding: 64px 0;
  }

  .nedir-production-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nedir-opportunity {
    padding: 64px 0;
  }

  .nedir-opp-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nedir-opp-left {
    position: static;
  }

  .nedir-cta-btn {
    width: 100%;
    justify-content: center;
    align-self: stretch;
  }

  .nedir-vision {
    padding: 72px 0;
  }

  .nedir-vision-title {
    font-size: 20px;
    line-height: 1.5;
  }
}
