/* ===== About Page (Ultra Premium Corporate × Industrial) ===== */
.about-wrap {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 80px;
}

.about-section {
  padding: 80px 0;
  background: #ffffff;
  color: #0b1220;
}

.about-muted {
  background: #f6f8fc;
}

.about-hero {
  position: relative;
  padding: 120px 0 88px;
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #ffffff;
}

.about-hero-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 80px;
}

.about-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.78;
  margin-bottom: 18px;
}

.about-title {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: -0.4px;
  margin: 0 0 18px;
}

.about-subtitle {
  font-size: 18px;
  line-height: 1.75;
  opacity: 0.9;
  max-width: 820px;
  margin: 0;
}

.about-grid-2 {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 42px;
  align-items: start;
}

.about-h2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: -0.2px;
  margin: 0 0 18px;
}

.about-h3 {
  font-size: 18px;
  font-weight: 650;
  margin: 0 0 18px;
}

.about-p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(11, 18, 32, 0.86);
  margin: 0 0 16px;
}

.about-lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.center { text-align: center; }

.about-card {
  border-radius: 16px;
  padding: 26px 24px;
  background: #0b1220;
  color: #ffffff;
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.25);
}

.about-card .about-h3 {
  color: rgba(255, 255, 255, 0.92);
}

.about-stat {
  padding: 14px 0;
}

.about-stat-value {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.1px;
}

.about-stat-label {
  font-size: 13px;
  opacity: 0.78;
  margin-top: 6px;
}

.about-divider {
  height: 1px;
  background: rgba(255,255,255,0.14);
  margin: 18px 0;
}

.about-note {
  font-size: 13px;
  line-height: 1.75;
  opacity: 0.78;
  margin: 0;
}

.about-card-lite {
  border-radius: 16px;
  padding: 28px 26px;
  background: #ffffff;
  box-shadow: 0 14px 50px rgba(2, 6, 23, 0.08);
}

.about-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(11, 18, 32, 0.86);
  line-height: 1.9;
  font-size: 16px;
}

.about-list li {
  margin-bottom: 10px;
}

.about-list-strong li {
  margin-bottom: 12px;
}

.about-pill-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.about-pill {
  border: 1px solid rgba(2, 6, 23, 0.10);
  background: rgba(255,255,255,0.75);
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 14px;
  color: rgba(11, 18, 32, 0.9);
}

.about-industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.about-industry {
  background: #ffffff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  border-radius: 14px;
  padding: 16px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(11, 18, 32, 0.9);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.05);
}

.about-cta {
  padding: 64px 0;
  background: #0b1220;
  color: #ffffff;
}

.about-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.about-cta-title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 650;
  margin: 0 0 10px;
}

.about-cta-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.85;
  max-width: 760px;
}

.about-cta-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 10px;
  background: #cbd5f5;
  color: #020617;
  font-weight: 650;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease;
  white-space: nowrap;
}

.about-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(203, 213, 245, 0.35);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .about-wrap, .about-hero-inner { padding: 0 40px; }
  .about-grid-2 { grid-template-columns: 1fr; }
  .about-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .about-title { font-size: 44px; }
}

@media (max-width: 640px) {
  .about-wrap, .about-hero-inner { padding: 0 22px; }
  .about-section { padding: 56px 0; }
  .about-hero { padding: 96px 0 72px; }
  .about-title { font-size: 36px; }
  .about-subtitle { font-size: 16px; }
  .about-cta-inner { flex-direction: column; align-items: flex-start; }
  .about-industry-grid { grid-template-columns: 1fr; }
}
/* ===============================
   ABOUT PAGE ONLY — SAFE SCOPE
   =============================== */

.about-hero {
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #fff;
  padding: 120px 0 88px;
}

.about-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

.about-eyebrow {
  font-size: 12px;
  letter-spacing: 2.5px;
  opacity: .78;
  display: inline-block;
  margin-bottom: 16px;
}

.about-title {
  font-size: 48px;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
}

.about-subtitle {
  font-size: 18px;
  line-height: 1.75;
  opacity: .9;
  max-width: 820px;
}
:root {
  --font-primary: 'Inter', system-ui, -apple-system, sans-serif;

  --text-h1: 64px;
  --text-h2: 28px;
  --text-h3: 18px;
  --text-body: 16px;

  --lh-tight: 1.1;
  --lh-normal: 1.75;
}

body {
  font-family: var(--font-primary);
  color: #0b1220;
}
.about-h2 {
  font-size: var(--text-h2);
  font-weight: 650;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}

.about-h3 {
  font-size: var(--text-h3);
  font-weight: 650;
}
.about-p,
.about-list li,
.about-industry,
.about-note {
  font-size: var(--text-body);
  line-height: 1.9;
  color: rgba(11,18,32,.86);
}
.about-section {
  padding: 88px 0;
}

.about-grid-2 {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 48px;
}
@media (max-width: 768px) {
  .about-hero-inner {
    padding: 0 24px;
  }

  .about-title {
    font-size: 36px;
  }

  .about-section {
    padding: 56px 0;
  }
}
/* ================= OUTLET SECTION ================= */
.about-outlet {
  background: #ffffff;
}

.about-outlet-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-outlet-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

.about-outlet-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-outlet-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 8px;
  letter-spacing: .5px;
}

.about-outlet-content .about-h2 {
  margin: 16px 0;
}

.about-outlet-list {
  margin-top: 20px;
  padding-left: 18px;
}

.about-outlet-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-outlet-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
