﻿/* =========================
   About Us Page - HOS
========================= */

.hos-about-page {
  margin: 0 0 52px;
}

  .hos-about-page .page-body {
    display: block;
  }

/* =========================
   Shared Layout
========================= */

.hos-about-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.hos-about-section {
  padding: 40px 0;
}

.hos-about-kicker,
.hos-about-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0b5cab;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hos-about-centerHead,
.hos-about-centerBlock {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

  .hos-about-centerHead h2,
  .hos-about-centerBlock h2 {
    margin: 0 0 14px;
    color: #16324f;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.14;
    font-weight: 800;
  }

  .hos-about-centerHead p,
  .hos-about-centerBlock p {
    margin: 0;
    color: #4f6478;
    font-size: 17px;
    line-height: 1.75;
  }

/* =========================
   Buttons
========================= */

.hos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

  .hos-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
  }

.hos-btn--primary {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.18);
}

  .hos-btn--primary:hover {
    background: #14803c;
    border-color: #14803c;
    color: #fff;
  }

.hos-btn--secondary {
  background: #fff;
  border-color: #cfe0f4;
  color: #0b5cab;
}

  .hos-btn--secondary:hover {
    border-color: #0b5cab;
    color: #0b5cab;
  }

/* =========================
   Hero
========================= */

.hos-about-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 30px;
  background: radial-gradient(circle at top left, rgba(11, 92, 171, 0.12), transparent 34%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid #e6edf5;
}

.hos-about-hero__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.78fr);
  gap: 30px;
  align-items: center;
}

.hos-about-title {
  margin: 0 0 16px;
  color: #16324f;
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.02em;
  max-width: 840px;
}

.hos-about-subtitle {
  max-width: 760px;
  margin: 0;
  color: #4f6478;
  font-size: 18px;
  line-height: 1.78;
}

.hos-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hos-about-actions--center {
  justify-content: center;
}

.hos-about-hero__card {
  background: #fff;
  border: 1px solid #dbe7f3;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 22px 50px rgba(15, 36, 63, 0.08);
}

.hos-about-stat + .hos-about-stat {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e6edf5;
}

.hos-about-stat__label {
  color: #6d8297;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.hos-about-stat__value {
  color: #16324f;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

/* =========================
   Grids / Cards
========================= */

.hos-about-grid {
  display: grid;
  gap: 24px;
}

.hos-about-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hos-about-panel,
.hos-about-benefitCard,
.hos-about-step,
.hos-about-pillar {
  background: #fff;
  border: 1px solid #e5edf6;
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(15, 36, 63, 0.05);
}

.hos-about-panel,
.hos-about-benefitCard,
.hos-about-step {
  padding: 30px;
}

  .hos-about-panel h2,
  .hos-about-benefitCard h2 {
    margin: 0 0 14px;
    color: #16324f;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
  }

  .hos-about-panel p {
    margin: 0 0 14px;
    color: #4f6478;
    font-size: 16px;
    line-height: 1.75;
  }

    .hos-about-panel p:last-child {
      margin-bottom: 0;
    }

.hos-about-section--mission {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hos-about-section--benefits {
  background: #f8fbff;
}

.hos-about-section--values {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

/* =========================
   Steps
========================= */

.hos-about-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.hos-about-step__num {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0b5cab;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}

.hos-about-step h3 {
  margin: 0 0 12px;
  color: #16324f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.hos-about-step p {
  margin: 0;
  color: #4f6478;
  font-size: 16px;
  line-height: 1.75;
}

/* =========================
   Benefit Cards
========================= */

.hos-about-list {
  margin: 0;
  padding-left: 20px;
}

  .hos-about-list li {
    margin: 0 0 12px;
    color: #4f6478;
    font-size: 16px;
    line-height: 1.7;
  }

    .hos-about-list li:last-child {
      margin-bottom: 0;
    }

/* =========================
   Pillars
========================= */

.hos-about-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.hos-about-pillar {
  padding: 24px;
  text-align: center;
}

  .hos-about-pillar h3 {
    margin: 0 0 10px;
    color: #16324f;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
  }

  .hos-about-pillar p {
    margin: 0;
    color: #4f6478;
    font-size: 15px;
    line-height: 1.7;
  }

/* =========================
   CTA
========================= */

.hos-about-cta {
  padding: 22px 0 0;
}

.hos-about-cta__inner {
  background: linear-gradient(135deg, #0b5cab 0%, #0a4c8e 100%);
  border-radius: 28px;
  padding: 44px 32px;
  text-align: center;
  color: #fff;
  box-shadow: 0 24px 50px rgba(11, 92, 171, 0.24);
}

  .hos-about-cta__inner .hos-about-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
  }

  .hos-about-cta__inner h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1.12;
    font-weight: 900;
    color: #fff;
  }

  .hos-about-cta__inner p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
  }

  .hos-about-cta__inner .hos-about-actions {
    margin-top: 24px;
  }

  .hos-about-cta__inner .hos-btn--secondary {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
  }

    .hos-about-cta__inner .hos-btn--secondary:hover {
      background: #fff;
      border-color: #fff;
      color: #0b5cab;
    }

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {
  .hos-about-hero__inner,
  .hos-about-grid--2,
  .hos-about-steps,
  .hos-about-pillars {
    grid-template-columns: 1fr;
  }

  .hos-about-hero {
    padding: 30px 0 24px;
  }

  .hos-about-hero__card {
    max-width: 560px;
  }

  .hos-about-centerHead h2,
  .hos-about-centerBlock h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .hos-about-container,
  .hos-about-hero__inner {
    width: min(100% - 24px, 1200px);
  }

  .hos-about-section {
    padding: 30px 0;
  }

  .hos-about-title {
    font-size: 34px;
  }

  .hos-about-subtitle,
  .hos-about-centerHead p,
  .hos-about-centerBlock p,
  .hos-about-panel p,
  .hos-about-step p,
  .hos-about-list li,
  .hos-about-pillar p,
  .hos-about-cta__inner p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hos-about-panel,
  .hos-about-benefitCard,
  .hos-about-step,
  .hos-about-pillar {
    padding: 24px;
  }

    .hos-about-panel h2,
    .hos-about-benefitCard h2 {
      font-size: 24px;
    }

    .hos-about-step h3,
    .hos-about-pillar h3 {
      font-size: 21px;
    }

  .hos-about-cta__inner {
    padding: 32px 20px;
    border-radius: 22px;
  }

  .hos-about-actions,
  .hos-about-actions--center {
    flex-direction: column;
    align-items: stretch;
  }

  .hos-btn {
    width: 100%;
  }
}
