:root {
  --about-orange: #e16f2a;
  --about-bright: #ff4b16;
  --about-ink: #071021;
  --about-muted: #536176;
  --about-line: #e7ebf2;
  --about-soft: #fff7f3;
}

.about-page {
  background: #fff;
  color: var(--about-ink);
  overflow: hidden;
}

.about-page img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  image-rendering: auto;
}

.about-container {
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
}

.about-pill,
.about-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--about-bright);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.about-pill {
  min-height: 26px;
  padding: 0 12px;
  border: 1px solid #ffd4c4;
  border-radius: 999px;
  background: #fff2ec;
}

.about-hero {
  border-bottom: 1px solid #eef1f6;
  background: linear-gradient(90deg, #fff 0%, #fff 51%, #f9fbfd 100%);
}

.about-hero-grid {
  min-height: 418px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: center;
  padding: 34px 0 24px;
}

.about-copy {
  max-width: 520px;
}

.about-copy h1,
.about-who h2,
.about-column h2,
.about-why h2,
.about-products h2,
.about-values h2 {
  margin: 14px 0 14px;
  color: var(--about-ink);
  font-weight: 900;
  letter-spacing: 0;
}

.about-copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.55rem);
  line-height: 1.02;
}

.about-copy h1 span,
.about-kicker,
.about-final h2 {
  color: var(--about-bright);
}

.about-copy p,
.about-who p,
.about-column p,
.about-why > p,
.about-products p,
.about-portal p,
.about-values p {
  color: #2e394b;
  font-size: .98rem;
  line-height: 1.72;
  margin: 0 0 18px;
}

.about-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.about-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border-radius: 7px;
  border: 1px solid #ffc4b0;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.about-btn:hover {
  transform: translateY(-1px);
}

.about-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff4515, #e16f2a);
  box-shadow: 0 14px 30px rgba(255,75,22,.2);
}

.about-secondary {
  color: var(--about-ink);
  background: #fff;
}

.about-hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 11%);
}

.about-hero-art img {
  width: min(100%, 690px);
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(255,75,22,.12));
}

.about-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 18px 28px;
  margin-top: -28px;
  border: 1px solid var(--about-line);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 42px rgba(15,23,42,.1);
}

.about-stats article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 0 22px;
}

.about-stats article:not(:last-child) {
  border-right: 1px solid var(--about-line);
}

.about-stats img,
.foundation-card img,
.about-why-grid img,
.about-values-grid img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.about-stats h3,
.foundation-card h3,
.about-why-grid h3,
.about-values-grid h3 {
  margin: 0 0 6px;
  color: var(--about-bright);
  font-size: 1rem;
  line-height: 1.18;
  font-weight: 900;
}

.about-stats h3,
.about-stats p {
  grid-column: 2;
}

.about-stats p,
.foundation-card p,
.about-why-grid p,
.about-values-grid p {
  margin: 0;
  color: #4f5c70;
  font-size: .83rem;
  line-height: 1.55;
}

.about-who {
  display: grid;
  grid-template-columns: .72fr 1.08fr;
  gap: 50px;
  align-items: center;
  padding: 42px 0 24px;
}

.about-who h2,
.about-column h2,
.about-products h2 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.1;
}

.about-building {
  position: relative;
  margin: 0;
}

.about-building > img {
  width: 100%;
  border-radius: 11px;
  box-shadow: 0 18px 48px rgba(15,23,42,.14);
}

.about-building figcaption {
  position: absolute;
  right: 40px;
  bottom: -20px;
  width: min(390px, 72%);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--about-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,42,.12);
}

.about-building figcaption img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  grid-row: span 2;
}

.about-building figcaption strong {
  font-size: 1.05rem;
  line-height: 1.25;
}

.about-building figcaption span {
  color: #4f5c70;
  font-size: .88rem;
  line-height: 1.55;
}

.foundation-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 30px;
  margin-bottom: 24px;
  padding: 36px;
  border-radius: 18px;
  background: #fff7f3;
}

.foundation-card {
  min-height: 164px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0,0,0,.05);
}

.foundation-card p {
  grid-column: 2;
}

.about-middle {
  display: grid;
  grid-template-columns: .84fr 1fr 1.12fr;
  gap: 34px;
  padding: 30px 0 24px;
}

.about-column {
  min-height: 620px;
  padding: 0 26px;
  border-right: 1px solid var(--about-line);
}

.about-column:last-child {
  border-right: 0;
}

.about-column h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
}

.timeline {
  position: relative;
  display: grid;
  gap: 22px;
  margin-top: 24px;
  padding-left: 62px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 10px;
  bottom: 10px;
  border-left: 2px dashed #ffb39a;
}

.timeline div {
  position: relative;
}

.timeline div::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 2px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ffcdbd;
  background: #fff7f3;
  box-shadow: 0 8px 16px rgba(255,75,22,.08);
}

.timeline span,
.timeline strong {
  display: block;
  font-weight: 900;
}

.timeline span,
.timeline strong,
.orange-list li::before {
  color: var(--about-bright);
}

.timeline p {
  margin: 3px 0 0;
  font-size: .83rem;
  line-height: 1.55;
}

.orange-list {
  display: grid;
  gap: 9px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
  color: #2e394b;
  font-weight: 600;
  font-size: .9rem;
}

.orange-list li::before {
  content: "\2713";
  margin-right: 8px;
  font-weight: 900;
}

.about-inline-img,
.about-map {
  width: 100%;
  border-radius: 11px;
  box-shadow: 0 14px 32px rgba(15,23,42,.12);
}

.about-map {
  box-shadow: none;
  margin-top: 14px;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 12px 0 0;
}

.mini-stats span {
  text-align: center;
  color: #506077;
  font-size: .72rem;
  font-weight: 700;
}

.mini-stats b {
  display: block;
  color: var(--about-bright);
  font-size: 1.12rem;
  font-weight: 900;
}

.about-why {
  padding: 26px 0 34px;
  text-align: center;
  border-top: 1px solid var(--about-line);
}

.about-why h2,
.about-values h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin: 30px 0 26px;
}

.about-why-grid article {
  min-height: 190px;
  padding: 8px 22px;
  border-right: 1px solid var(--about-line);
}

.about-why-grid article:last-child {
  border-right: 0;
}

.about-why-grid img {
  margin: 0 auto 12px;
}

.about-why-grid h3 {
  color: var(--about-ink);
  font-size: .98rem;
}

.about-platform {
  display: grid;
  grid-template-columns: .82fr .95fr .98fr;
  gap: 28px;
  align-items: start;
  padding: 22px 0 34px;
}

.about-datacenter {
  width: 100%;
  min-height: 310px;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15,23,42,.14);
}

.about-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 16px 0 20px;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-product-list span {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid var(--about-line);
  color: #263244;
  font-size: .9rem;
  font-weight: 800;
}

.about-product-list span:nth-child(odd) {
  border-right: 1px solid var(--about-line);
}

.about-product-list span:nth-last-child(-n+2) {
  border-bottom: 0;
}

.about-portal {
  padding: 24px;
  border: 1px solid #ffe1d6;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff3ee, #fff);
  box-shadow: 0 16px 42px rgba(255,75,22,.08);
}

.about-portal h3 {
  margin: 10px 0 12px;
  color: var(--about-ink);
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1.08;
}

.about-portal img {
  width: 75%;
  margin: 16px auto 0;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(15,23,42,.13);
}

.about-values {
  padding: 20px 0 34px;
  text-align: center;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.about-values-grid article {
  min-height: 180px;
  padding: 22px 18px;
  border: 1px solid #fff0ea;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff6f1, #fff);
}

.about-values-grid img {
  margin: 0 auto 12px;
}

.about-values-grid h3 {
  color: var(--about-ink);
}

.about-final {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-bottom: 38px;
  padding: 24px 34px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(105deg, #f23b10, #ff7a1a);
  box-shadow: 0 18px 42px rgba(255,75,22,.2);
}

.about-final h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
  line-height: 1.1;
}

.about-final p {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-weight: 700;
}

.about-final-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.85);
  background: transparent;
}

.about-final-light {
  color: var(--about-bright);
  border-color: #fff;
  background: #fff;
}

@media (max-width: 1120px) {
  .about-hero-grid,
  .about-who,
  .about-platform {
    grid-template-columns: 1fr;
  }

  .about-stats,
  .foundation-section,
  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-middle {
    grid-template-columns: 1fr;
  }

  .about-column {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
    padding: 0 0 28px;
  }

  .about-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .about-container {
    width: min(100% - 32px, 560px);
  }

  .about-hero-grid {
    padding-top: 28px;
  }

  .about-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .about-stats,
  .foundation-section,
  .about-why-grid,
  .about-values-grid,
  .mini-stats,
  .about-product-list {
    grid-template-columns: 1fr;
  }

  .about-stats {
    margin-top: 0;
    padding: 14px;
  }

  .about-stats article,
  .foundation-card {
    grid-template-columns: 58px 1fr;
    padding: 16px 4px;
  }

  .about-stats article:not(:last-child),
  .about-why-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .foundation-section {
    padding: 18px;
  }

  .about-building figcaption {
    position: static;
    width: auto;
    margin-top: 14px;
  }

  .about-product-list span,
  .about-product-list span:nth-child(odd) {
    border-right: 0;
  }

  .about-final {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-actions,
  .about-btn {
    width: 100%;
  }
}
