﻿/* =========================
   FAQ Page - HOS
========================= */

.hos-faq-page {
  margin: 0 0 52px;
}

  .hos-faq-page .page-body {
    display: block;
  }

/* =========================
   Shared Layout
========================= */

.hos-faq-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.hos-faq-section {
  padding: 40px 0;
}

.hos-faq-kicker,
.hos-faq-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-faq-centerHead {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

  .hos-faq-centerHead h2 {
    margin: 0 0 14px;
    color: #16324f;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.14;
    font-weight: 800;
  }

  .hos-faq-centerHead 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-faq-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-faq-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-faq-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: 820px;
}

.hos-faq-subtitle {
  max-width: 760px;
  margin: 0;
  color: #4f6478;
  font-size: 18px;
  line-height: 1.78;
}

.hos-faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hos-faq-actions--center {
  justify-content: center;
}

.hos-faq-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-faq-stat + .hos-faq-stat {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e6edf5;
}

.hos-faq-stat__label {
  color: #6d8297;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.hos-faq-stat__value {
  color: #16324f;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

/* =========================
   Topic Cards
========================= */

.hos-faq-section--intro {
  padding-top: 28px;
  padding-bottom: 10px;
}

.hos-faq-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hos-faq-topicCard {
  background: #fff;
  border: 1px solid #e5edf6;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(15, 36, 63, 0.05);
}

  .hos-faq-topicCard h2 {
    margin: 0 0 10px;
    color: #16324f;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
  }

  .hos-faq-topicCard p {
    margin: 0;
    color: #4f6478;
    font-size: 15px;
    line-height: 1.7;
  }

/* =========================
   FAQ Items
========================= */

.hos-faq-section--alt {
  background: #f8fbff;
}

.hos-faq-list {
  display: grid;
  gap: 16px;
}

.hos-faq-item {
  background: #fff;
  border: 1px solid #e5edf6;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(15, 36, 63, 0.05);
  overflow: hidden;
}

  .hos-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    color: #16324f;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    position: relative;
    padding-right: 60px;
  }

    .hos-faq-item summary::-webkit-details-marker {
      display: none;
    }

    .hos-faq-item summary::after {
      content: "+";
      position: absolute;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #eaf4ff;
      color: #0b5cab;
      font-size: 20px;
      font-weight: 900;
    }

  .hos-faq-item[open] summary::after {
    content: "–";
  }

.hos-faq-answer {
  padding: 0 24px 24px;
  border-top: 1px solid #eef3f8;
}

  .hos-faq-answer p {
    margin: 16px 0 0;
    color: #4f6478;
    font-size: 16px;
    line-height: 1.8;
  }

/* =========================
   CTA
========================= */

.hos-faq-cta {
  padding: 22px 0 0;
}

.hos-faq-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-faq-cta__inner .hos-faq-kicker {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
  }

  .hos-faq-cta__inner h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1.12;
    font-weight: 900;
    color: #fff;
  }

  .hos-faq-cta__inner p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
  }

  .hos-faq-cta__inner .hos-faq-actions {
    margin-top: 24px;
  }

  .hos-faq-cta__inner .hos-btn--secondary {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
  }

    .hos-faq-cta__inner .hos-btn--secondary:hover {
      background: #fff;
      border-color: #fff;
      color: #0b5cab;
    }

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {
  .hos-faq-hero__inner,
  .hos-faq-topics {
    grid-template-columns: 1fr;
  }

  .hos-faq-hero {
    padding: 30px 0 24px;
  }

  .hos-faq-hero__card {
    max-width: 560px;
  }

  .hos-faq-centerHead h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .hos-faq-container,
  .hos-faq-hero__inner {
    width: min(100% - 24px, 1200px);
  }

  .hos-faq-section {
    padding: 30px 0;
  }

  .hos-faq-title {
    font-size: 34px;
  }

  .hos-faq-subtitle,
  .hos-faq-centerHead p,
  .hos-faq-topicCard p,
  .hos-faq-answer p,
  .hos-faq-cta__inner p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hos-faq-topicCard,
  .hos-faq-answer,
  .hos-faq-item summary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hos-faq-item summary {
    font-size: 18px;
    padding-right: 54px;
  }

  .hos-faq-topicCard h2 {
    font-size: 22px;
  }

  .hos-faq-cta__inner {
    padding: 32px 20px;
    border-radius: 22px;
  }

  .hos-faq-actions,
  .hos-faq-actions--center {
    flex-direction: column;
    align-items: stretch;
  }

  .hos-btn {
    width: 100%;
  }
}
