/* ============================================================
   About Us Page — Open Air Hubs
   Reuses styling patterns from homepage-redesign.css
   ============================================================ */

:root {
  --oah-blue: #3b7dd8;
  --oah-blue-dark: #2d6bc4;
  --oah-blue-banner: #1a6e9b;
  --oah-dark: #1a1a2e;
  --oah-gray: #6b7280;
  --oah-light-bg: #e6e7e8;
}

/* --- Hero Section --- */
.oah-about-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--oah-blue-banner);
}
.oah-about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  background-image: var(--about-hero-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.oah-about-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: var(--oah-blue-banner);
  border-top-right-radius: 30% 50%;
  border-bottom-right-radius: 30% 50%;
  z-index: 0;
}
.oah-about-hero .row {
  position: relative;
  z-index: 1;
  min-height: 480px;
  align-items: center;
}
.oah-about-hero .about-hero-content {
  padding: 84px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oah-about-hero .about-hero-content h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  /* font-style: italic; */
}
.oah-about-hero .about-hero-content p {
  font-size: 1.8rem;
  line-height: 1.5;
  opacity: 0.95;
  margin-bottom: 0;
  color: #fff;
}

/* --- Our Story Section --- */
.oah-about-story {
  padding: 70px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.oah-about-story .story-content {
  width: 40vw;
  padding: 8px 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oah-about-story h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1a1a2e;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
}
.oah-about-story .story-intro {
  font-weight: 900;
  color: #1a1a2e;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 4px;
}
.oah-about-story .story-intro-sub {
  color: #4d4c4f;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.oah-about-story p {
  color: #4d4c4f;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.oah-about-story .story-image {
  width: 60vw;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* --- The Problem Section --- */
.oah-about-problem {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.oah-about-problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 100%;
  background-image: var(--about-problem-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.oah-about-problem::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: #fff;
  border-top-left-radius: 30% 50%;
  border-bottom-left-radius: 30% 50%;
  z-index: 0;
}
.oah-about-problem .row {
  position: relative;
  z-index: 1;
  min-height: 420px;
  align-items: center;
}
.oah-about-problem .problem-content {
  /* padding: 50px 48px 50px 80px; */
  padding: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oah-about-problem .problem-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--oah-blue-banner);
  margin-bottom: 8px;
  font-family: Helvetica, Arial, sans-serif;
}
.oah-about-problem .problem-content .card-intro {
  font-weight: 900;
  color: #1a1a2e;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.oah-about-problem .problem-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.oah-about-problem .problem-content ul li {
  color: #4d4c4f;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

/* --- The Solution Section --- */
.oah-about-solution {
  position: relative;
  overflow: hidden;
  background-color: var(--oah-blue-banner);
}
.oah-about-solution::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  background-image: var(--about-solution-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.oah-about-solution::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: var(--oah-blue-banner);
  border-top-right-radius: 30% 50%;
  border-bottom-right-radius: 30% 50%;
  z-index: 0;
}
.oah-about-solution .row {
  position: relative;
  z-index: 1;
  min-height: 380px;
  align-items: center;
}
.oah-about-solution .solution-content {
  padding: 84px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oah-about-solution .solution-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
.oah-about-solution .solution-content p {
  font-size: 1.8rem;
  line-height: 1.4;
  opacity: 0.95;
  margin-bottom: 0;
  color: #fff;
}

/* --- Impact Section --- */
.oah-about-impact {
  position: relative;
  overflow: hidden;
  background-color: var(--oah-blue-banner);
}
.oah-about-impact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 100%;
  background-image: var(--about-impact-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.oah-about-impact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: var(--oah-blue-banner);
  border-top-left-radius: 30% 50%;
  border-bottom-left-radius: 30% 50%;
  z-index: 0;
}
.oah-about-impact .row {
  position: relative;
  z-index: 1;
  min-height: 380px;
  align-items: center;
}
.oah-about-impact .impact-content {
  padding: 84px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oah-about-impact .impact-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
.oah-about-impact .impact-content .card-intro {
  font-weight: 900;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.oah-about-impact .impact-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.oah-about-impact .impact-content ul li {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 4px;
  opacity: 0.95;
}

/* --- Why Open Air Hubs Section --- */
.oah-about-why {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.oah-about-why::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  background-image: var(--about-why-bg);
  background-size: cover;
  background-position: center top;
  z-index: 0;
}
.oah-about-why::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: #fff;
  border-top-right-radius: 30% 50%;
  border-bottom-right-radius: 30% 50%;
  z-index: 0;
}
.oah-about-why .row {
  position: relative;
  z-index: 1;
  min-height: 420px;
  align-items: center;
}
.oah-about-why .why-content {
  padding: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oah-about-why .why-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--oah-blue-banner);
  margin-bottom: 8px;
  font-family: Helvetica, Arial, sans-serif;
}
.oah-about-why .why-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.oah-about-why .why-content ul li {
  color: #4d4c4f;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

/* --- Bottom CTA --- */
.oah-about-cta {
  padding: 50px 0;
  background: linear-gradient(to right, #3ea8f3, #0173be);
  color: #fff;
}
.oah-about-cta h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
  font-style: italic;
}
.btn-about-cta {
  background: #fff;
  color: #1a1a2e;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  transition:
    background 0.2s,
    transform 0.15s;
}
.btn-about-cta:hover {
  background: #f0f0f0;
  color: #1a1a2e;
  text-decoration: none;
  transform: translateY(-1px);
}

/* --- Responsive --- */
@media (max-width: 767.98px) {
  /* Hero */
  .oah-about-hero {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .oah-about-hero::before {
    position: relative;
    width: 100%;
    height: 220px;
    order: 2;
    top: auto;
    right: auto;
  }
  .oah-about-hero::after {
    width: 100%;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
  }
  .oah-about-hero .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-height: auto;
    order: 1;
  }

  .oah-about-hero .about-hero-content {
    padding: 40px 24px;
  }
  .oah-about-hero .about-hero-content h1 {
    font-size: 1.6rem;
  }
  .oah-about-hero .about-hero-content p {
    font-size: 1rem;
  }

  /* Our Story */
  .oah-about-story {
    padding: 0;
  }
  .oah-about-story .story-content {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 30px;
  }
  .oah-about-story .story-image {
    position: relative;
    width: 100%;
    min-height: 280px;
  }

  /* Problem */
  .oah-about-problem {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .oah-about-problem::before {
    position: relative;
    width: 100%;
    height: 220px;
    order: 1;
    top: auto;
    left: auto;
  }
  .oah-about-problem::after {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
  }
  .oah-about-problem .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-height: auto;
    order: 2;
  }
  .oah-about-problem .problem-content {
    padding: 30px 24px;
  }
  .oah-about-problem .problem-content h2 {
    font-size: 1.6rem;
  }
  .oah-about-problem .problem-content .card-intro {
    font-size: 1rem;
  }
  .oah-about-problem .problem-content ul li {
    font-size: 1rem;
  }

  /* Impact */
  .oah-about-impact {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .oah-about-impact::before {
    position: relative;
    width: 100%;
    height: 220px;
    order: 1;
    top: auto;
    left: auto;
  }
  .oah-about-impact::after {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
  }
  .oah-about-impact .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-height: auto;
    order: 2;
  }
  .oah-about-impact .impact-content {
    padding: 30px 24px;
  }
  .oah-about-impact .impact-content h2 {
    font-size: 1.6rem;
  }
  .oah-about-impact .impact-content .card-intro {
    font-size: 1rem;
  }
  .oah-about-impact .impact-content ul li {
    font-size: 1rem;
  }

  /* Solution */
  .oah-about-solution {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .oah-about-solution::before {
    position: relative;
    width: 100%;
    height: 220px;
    order: 2;
    top: auto;
    right: auto;
  }
  .oah-about-solution::after {
    width: 100%;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
  }
  .oah-about-solution .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-height: auto;
    order: 1;
  }
  .oah-about-solution .solution-content {
    padding: 30px 24px;
  }
  .oah-about-solution .solution-content h2 {
    font-size: 1.6rem;
  }
  .oah-about-solution .solution-content p {
    font-size: 1rem;
  }

  /* Why */
  .oah-about-why {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .oah-about-why::before {
    position: relative;
    width: 100%;
    height: 220px;
    order: 2;
    top: auto;
    right: auto;
  }
  .oah-about-why::after {
    width: 100%;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
  }
  .oah-about-why .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-height: auto;
    order: 1;
  }
  .oah-about-why .why-content {
    padding: 30px 24px;
  }
  .oah-about-why .why-content h2 {
    font-size: 1.6rem;
  }
  .oah-about-why .why-content ul li {
    font-size: 1rem;
  }
}
