/* ────────────────────────────────────────────────
   About Us Page
──────────────────────────────────────────────── */

/* Hero */
.about-hero {
  position: relative;
  background: url('/front/default/img/topbanner05.jpg') center center / cover no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(10,22,60,0.88) 45%, rgba(24,104,221,0.55) 100%);
  z-index: 0;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 60px;
}

.about-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(255,255,255,0.15);
  color: #a3d133;
}

.about-hero-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff;
}

.about-hero-sub {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
  max-width: 540px;
}

/* Stats bar */
.about-stats-bar {
  background: #ffffff;
  border-bottom: 1px solid #e9edf3;
  padding: 28px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.about-stat-item {
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #e9edf3;
}

.about-stat-item:last-child {
  border-right: none;
}

.about-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #1868DD;
  line-height: 1;
}

.about-stat-label {
  font-size: 13px;
  color: #64748b;
  margin-top: 4px;
  font-weight: 600;
}

/* Why HostDSS section */
.about-why {
  padding-top: 72px;
  padding-bottom: 56px;
}

.about-section-img {
  width: 220px;
  max-width: 80%;
  opacity: 0.9;
}

.about-section-heading {
  font-size: 30px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.about-section-sub {
  font-size: 16px;
  color: #64748b;
}

.about-section-body {
  font-size: 16px;
  line-height: 1.85;
  color: #3d4a5c;
  margin-bottom: 4px;
}

.about-feature-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #f4f7fb;
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #253041;
}

.about-chip-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Infrastructure + Security */
.about-infra-sec {
  padding-top: 60px;
  padding-bottom: 56px;
}

/* Cards (infra, careers, press) */
.about-card {
  border-radius: 14px;
  border: 1px solid #e9edf3 !important;
  transition: box-shadow 0.2s;
}

.about-card:hover {
  box-shadow: 0 6px 28px rgba(24,104,221,0.10) !important;
}

.about-card-icon {
  width: 52px;
  height: 52px;
  display: block;
}

.about-card h3,
.about-card h2.h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1b2430;
}

.about-card p {
  font-size: 15px;
  line-height: 1.85;
  color: #3d4a5c;
}

.about-link {
  font-size: 15px;
  font-weight: 700;
  color: #1868DD;
}

.about-link:hover {
  color: #0f4fa0;
  text-decoration: underline;
}

/* Mission / Vision */
.about-mission-vision {
  padding: 72px 0;
}

.about-mv-block {
  padding: 28px 36px 28px 0;
}

.about-mv-block--right {
  padding-left: 36px;
  padding-right: 0;
  border-left: 1px solid rgba(255,255,255,0.18);
}

.about-mv-icon {
  width: 56px;
  height: 56px;
  filter: brightness(0) invert(1);
  display: block;
}

.about-mv-title {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.about-mv-body {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0;
}

/* Careers + Press */
.about-careers-press {
  padding-top: 60px;
  padding-bottom: 72px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .about-hero-title {
    font-size: 30px;
  }

  .about-hero-content {
    padding-top: 70px;
    padding-bottom: 44px;
  }

  .about-stat-item {
    border-right: none;
    border-bottom: 1px solid #e9edf3;
  }

  .about-stat-item:last-child {
    border-bottom: none;
  }

  .about-mv-block--right {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.18);
    padding-top: 28px;
  }
}

@media (max-width: 575.98px) {
  .about-stat-number {
    font-size: 26px;
  }

  .about-section-heading {
    font-size: 24px;
  }
}
