/* ============================================
   PREMIUM HERO SECTION
   ============================================ */
.das-about-hero-premium {
  position: relative;
  background: linear-gradient(135deg, #0f0f0f 0%, #1c1c1c 40%, #111827 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 70vh;
}

.das-about-hero-premium__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
  z-index: 1;
}

.das-about-hero-premium .container {
  position: relative;
  z-index: 2;
}

.min-vh-70 { min-vh: 70vh; }

.das-about-hero-premium__tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(249, 115, 22, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.3);
  color: #F97316;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.das-about-hero-premium__title {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.das-about-hero-premium__title span {
  color: #F97316;
  background: linear-gradient(135deg, #F97316, #FB923C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.das-about-hero-premium__subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* Premium Button */
.das-btn-premium {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #F97316;
  padding: 4px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: var(--transition);
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3);
}

.das-btn-premium:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(249, 115, 22, 0.4);
  color: #fff;
}

.das-btn-premium__text {
  padding: 0 24px;
}

.das-btn-premium__icon {
  width: 46px;
  height: 46px;
  background: #fff;
  color: #F97316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.das-about-hero-premium__trust {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 14px;
}

.trust-avatars {
  display: flex;
  align-items: center;
}

.trust-avatars img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #1a1a1a;
  margin-left: -12px;
}

.trust-avatars img:first-child { margin-left: 0; }

.trust-plus {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(249, 115, 22, 0.5);
  color: #F97316;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  margin-left: -10px;
}

.trust-avatar-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: -10px;
  flex-shrink: 0;
}

.trust-avatar-icon:first-child { margin-left: 0; }

/* ============================================
   WHY CHOOSE US
   ============================================ */
.das-about-why { padding: 100px 0; background: #fff; }

.das-section-title__sub {
  color: #F97316;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
}

.das-section-title__main {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.3;
}

.das-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.das-why-card {
  padding: 40px;
  background: #fdfdfd;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  transition: var(--transition);
}

.das-why-card:hover {
  background: #fff;
  border-color: #F97316;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.das-why-card__icon {
  width: 60px;
  height: 60px;
  background: rgba(249, 115, 22, 0.1);
  color: #F97316;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
  transition: var(--transition);
}

.das-why-card:hover .das-why-card__icon {
  background: #F97316;
  color: #fff;
}

.das-why-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.das-why-card__desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* ============================================
   INFO BLOCK
   ============================================ */
.das-about-info-block { padding: 80px 0; background: #fafafa; }

.das-info-visual { position: relative; }

.das-info-visual__main img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.das-info-visual__stats {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: #F97316;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(249, 115, 22, 0.3);
}

.stat-box { text-align: center; }
.stat-box__val { font-size: 32px; font-weight: 800; display: block; }
.stat-box__lbl { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; opacity: 0.8; }

.das-info-text__title { font-size: 36px; font-weight: 800; color: #1a1a1a; margin-bottom: 24px; }
.das-info-text__desc { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 30px; }

.das-info-list { list-style: none; padding: 0; }
.das-info-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1a1a1a;
}
.das-info-list li i { color: #F97316; font-size: 18px; }

/* ============================================
   JOURNEY SECTION
   ============================================ */
.das-about-journey-section { padding: 100px 0; background: #fff; }
.das-journey-title { font-size: 36px; font-weight: 800; text-align: center; }

.das-journey-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  padding-top: 40px;
}

.das-journey-wrapper::before {
  content: '';
  position: absolute;
  top: 91px;
  left: 0;
  right: 0;
  height: 2px;
  background: #eee;
  z-index: 1;
}

.das-journey-item { text-align: center; position: relative; z-index: 2; padding: 0 20px; }

.das-journey-year {
  font-size: 14px;
  font-weight: 800;
  color: #999;
  margin-bottom: 25px;
  transition: var(--transition);
}

.das-journey-dot {
  width: 14px;
  height: 14px;
  background: #eee;
  border-radius: 50%;
  margin: 0 auto 30px;
  border: 4px solid #fff;
  transition: var(--transition);
}

.das-journey-item.active .das-journey-year { color: #F97316; font-size: 18px; }
.das-journey-item.active .das-journey-dot { background: #F97316; transform: scale(1.8); box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.1); }

.das-journey-name { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.das-journey-desc { font-size: 14px; color: #777; line-height: 1.5; }

@media (max-width: 991px) {
  .das-journey-wrapper { grid-template-columns: repeat(2, 1fr); gap: 50px; }
  .das-journey-wrapper::before { display: none; }
  .das-info-visual__stats { right: 0; bottom: 0; padding: 20px; }
}

@media (max-width: 576px) {
  .das-journey-wrapper { grid-template-columns: 1fr; }
  .das-about-hero-premium__title { font-size: 32px; }
}

.das-about-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 12px;
}

.das-about-cta__btn:link,
.das-about-cta__btn:visited,
.das-about-cta__btn:active {
  color: inherit !important;
}

.das-about-cta__btn--primary {
  background: linear-gradient(135deg, var(--primary-yellow) 0%, #FB923C 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.35);
}

.das-about-cta__btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
  transition: var(--transition);
  z-index: 1;
}

.das-about-cta__btn--primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-yellow-hover) 0%, #C2500A 100%);
  opacity: 0;
  transition: var(--transition);
  z-index: 0;
}

.das-about-cta__btn--primary:hover::before {
  left: 100%;
}

.das-about-cta__btn--primary:hover::after {
  opacity: 1;
}

.das-about-cta__btn--primary:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.5), 0 0 0 4px rgba(249, 115, 22, 0.1);
  color: #ffffff !important;
}

.das-about-cta__btn--primary:active {
  transform: translateY(-2px) scale(1);
}

.das-about-cta__btn--secondary {
  background: var(--white);
  color: var(--dark-gray) !important;
  border: 2px solid var(--border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.das-about-cta__btn--secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.05) 0%, rgba(249, 115, 22, 0.02) 100%);
  opacity: 0;
  transition: var(--transition);
  z-index: 0;
}

.das-about-cta__btn--secondary:hover::before {
  opacity: 1;
}

.das-about-cta__btn--secondary:hover {
  border-color: var(--primary-yellow);
  color: var(--primary-yellow) !important;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.25), 0 0 0 3px rgba(249, 115, 22, 0.1);
  background: var(--white);
}

.das-about-cta__btn--secondary:active {
  transform: translateY(-2px) scale(1);
}

.das-about-cta__btn i {
  transition: var(--transition);
  color: inherit;
  position: relative;
  z-index: 2;
}

.das-about-cta__btn:hover i {
  transform: translateX(6px) scale(1.15);
}

.das-about-cta__btn span {
  color: inherit;
  position: relative;
  z-index: 2;
}

.das-about-cta__btn--primary:hover span {
  font-weight: 700;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 991px) {
  .das-about-hero {
    padding: 80px 0 60px;
  }

  .das-about-hero__title {
    font-size: 36px;
  }

  .das-about-content__title {
    font-size: 28px;
  }

  .das-about-values__title,
  .das-about-timeline__title,
  .das-about-cta__title {
    font-size: 28px;
  }

  .das-about-timeline__track {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .das-about-timeline__track::before {
    left: 40px;
    width: 3px;
    height: 100%;
    top: 0;
    transform: none;
  }

  .das-about-timeline__step {
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    gap: 24px;
  }

  .das-about-timeline__content {
    text-align: left;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .das-about-hero {
    padding: 60px 0 40px;
  }

  .das-about-hero__title {
    font-size: 32px;
  }

  .das-about-hero__subtitle {
    font-size: 15px;
  }

  .das-about-hero__btn {
    padding: 14px 28px;
    font-size: 14px;
  }

  .das-about-mission {
    padding: 60px 0;
  }

  .das-about-mission__card {
    padding: 24px;
  }

  .das-about-content {
    padding: 60px 0;
  }

  .das-about-content__title {
    font-size: 28px;
  }

  .das-about-values,
  .das-about-timeline,
  .das-about-cta {
    padding: 60px 0;
  }

  .das-about-values__title,
  .das-about-timeline__title,
  .das-about-cta__title {
    font-size: 28px;
  }

  .das-about-stats__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .das-about-stats__item {
    padding: 24px;
  }

  .das-about-cta__buttons {
    flex-direction: column;
    width: 100%;
  }

  .das-about-cta__btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .das-about-hero__title {
    font-size: 28px;
  }

  .das-about-hero__badge {
    bottom: 24px;
    right: 24px;
    padding: 12px 18px;
    font-size: 12px;
  }

  .das-about-content__image {
    border-radius: 16px;
  }

  .das-about-mission__card {
    padding: 20px;
  }

  .das-about-content__overlay {
    padding: 20px;
  }

  .das-about-content__overlay-icon {
    width: 48px;
    height: 48px;
  }

  .das-about-content__overlay-value {
    font-size: 24px;
  }

  .das-about-values__card {
    padding: 24px;
  }

  .das-about-values__card-icon {
    width: 64px;
    height: 64px;
  }

  .das-about-values__card-icon i {
    font-size: 28px;
  }

  .das-about-timeline__dot {
    width: 64px;
    height: 64px;
  }

  .das-about-timeline__dot i {
    font-size: 24px;
  }
}
