/* ============================================================
   STEM Framework — 1:1 port of the Oxygen "Onepage 2" design
   All Oxygen builder defaults + page-specific overrides preserved.
   ============================================================ */

:root {
  --stem-coral: #fd625e;
  --stem-coral-deep: #fd3732;
  --stem-coral-light: #ffab6a;
  --stem-grey-bg: #e4ebf3;
  --stem-grey-text: #666666;
  --stem-grey-light: #c7d3e1;
  --stem-ink: #000000;

  --font-body: "Maven Pro", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--stem-grey-text);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; flex-shrink: 0; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

/* ---------- Oxygen scaffolding (exact defaults from the live site) ---------- */
.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  display: block;
  box-sizing: border-box;
}
.ct-section-inner-wrap {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: inherit;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
}
.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
}
.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.ct-headline { margin: 0; box-sizing: border-box; }
.ct-text-block { box-sizing: border-box; }
.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
  box-sizing: border-box;
}
.ct-link-text {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}
.ct-image { max-width: 100%; }
.ct-fancy-icon {
  display: inline-flex;
  border-radius: 50%;
}
.ct-inner-content { width: 100%; }

/* ---------- Header ---------- */
.oxy-header-wrapper { position: relative; }
.oxy-header-row {
  width: 100%;
  display: block;
}
.oxy-header-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  max-width: 1120px;
}
.oxy-header-left,
.oxy-header-right {
  display: flex;
  align-items: center;
}
.oxy-header-left { justify-content: flex-start; }
.oxy-header-right { justify-content: flex-end; }
.oxy-header-center {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

/* Sticky-header behavior — overlay initially (over white hero), then sticky on scroll.
   Using position: sticky here as a CSS-only approximation since static routes ship no JS. */
#_header-562-9.oxy-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.06);
}

/* Coral logo tab: 140px tall in a 60px header row, margin-bottom -80 hangs it
   below the white bar — the live site's exact mechanism (incl. shadow + hover). */
.header-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 0 70px;
  margin-bottom: -80px;
  background: var(--stem-coral);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.2s ease;
}
.header-logo-link:hover { background: var(--stem-coral-deep); }
.header-logo { height: 60px; width: auto; }
.header-right-row {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.header-email-wrap {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
}

.onepage-footer-contact {
  text-decoration: none;
  color: var(--stem-ink);
  font-weight: 900;
  font-size: 16px;
  font-family: var(--font-body);
}

/* Social icons */
.oxy-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  margin-right: -6px;
  margin-bottom: -6px;
}
.oxy-social-icons a {
  font-size: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 50%;
  background-color: var(--stem-coral);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: background-color 0.2s ease;
}
.oxy-social-icons a:hover { background-color: var(--stem-coral-light); }
.oxy-social-icons a svg {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

/* ---------- HERO (section-203-9) ---------- */
.hero-section {
  background-image: url("/img/Combined-Shape-Copy-2.png");
  background-size: 1120px 130px;
  background-position: 50% 10px;
  background-repeat: repeat-x;
  background-color: #ffffff;
  text-align: center;
  overflow: visible;
}
.hero-section > .ct-section-inner-wrap {
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-card {
  width: 857px;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid var(--stem-grey-bg);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: var(--stem-grey-bg);
  border-right-color: var(--stem-grey-bg);
  border-bottom-color: var(--stem-grey-bg);
  border-left-color: var(--stem-grey-bg);
  border-style: solid;
  text-align: left;
  padding: 80px 90px 90px 90px;
  position: relative;
  margin-bottom: -200px;
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
  z-index: 5;
}
.hero-card-bg {
  position: absolute;
  display: block;
  width: 116%;
  max-width: 1000%;
  left: -12.7%;
  z-index: 4;
  pointer-events: none;
}
.onepage-heading-one {
  color: var(--stem-ink);
  font-weight: 900;
  font-size: 100px;
  line-height: 0.9;
  margin-left: -15px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.onepage-heading-three {
  color: var(--stem-coral);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 18px;
}
.hero-body {
  margin-bottom: 30px;
  color: var(--stem-grey-text);
  font-size: 20px;
}
.onepage-red-button {
  color: #ffffff;
  background-color: var(--stem-coral);
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  padding: 17px 48px;
  border-radius: 100px;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s ease;
  margin-left: -6px;
  margin-bottom: 24px;
}
.onepage-red-button:hover { background-color: var(--stem-coral-deep); }
.hero-card-foot {
  flex-direction: row !important;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.hero-card-foot-icon {
  height: 42px;
  width: auto;
  margin-right: 6px;
}
.hero-card-foot-text {
  color: var(--stem-grey-light);
  font-size: 16px;
  margin-top: 2px;
  align-items: center;
  display: flex;
}

/* ---------- WELCOME section (section-650-9) ---------- */
.welcome-section {
  background-image: url("/img/Combined-Shape-Copy.png");
  background-size: 130px auto;
  background-repeat: repeat-y;
  background-position: 20% 0%;
  background-color: var(--stem-coral);
  padding-top: 324px;
  padding-bottom: 120px;
}
.welcome-section > .ct-section-inner-wrap { padding: 0 24px; }
.welcome-left {
  width: 50%;
  padding: 20px;
  align-items: flex-start;
}
.welcome-right {
  width: 50%;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.onepage-heading-two {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 18px;
}
.welcome-body {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}
.welcome-image {
  max-height: 400px;
  margin: 0 auto;
}

/* ---------- BENEFITS section (section-292-9) ---------- */
.benefits-section {
  background-color: var(--stem-grey-bg);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.benefits-section > .ct-section-inner-wrap {
  padding-top: 30px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.benefits-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}
.BenefitWrapper {
  padding: 20px;
  width: 50%;
  align-items: flex-start;
  position: relative;
}
.onepage-benefit-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 60px 60px;
  position: relative;
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
}
.onepage-benefits-number {
  color: var(--stem-coral);
  font-size: 120px;
  font-weight: 900;
  line-height: 1.1;
  margin-left: -10px;
}
.onepage-benefits-title {
  color: var(--stem-ink);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.5;
}
.onepage-benefits-text {
  color: var(--stem-grey-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

/* Decorative tile images — anchored to their .BenefitWrapper card (live-site
   behavior); the -75/-99 offsets hang them off the card edges. */
#image-335-9 {
  position: absolute;
  right: -75px;
  height: 227px;
  top: -25px;
  width: auto;
}
#image-332-9 {
  position: absolute;
  left: -99px;
  height: 247px;
  bottom: -85px;
  z-index: 30;
  width: auto;
}
#image-617-9 {
  width: 400px;
  margin-bottom: 12px;
  max-width: none;
}

/* ---------- CTA section (section-637-9) ---------- */
.cta-section {
  background-image: url("/img/Combined-Shape-2.png");
  background-size: auto 130px;
  background-position: 50% 80%;
  background-repeat: repeat-x;
  background-color: var(--stem-coral);
  text-align: center;
}
.cta-section > .ct-section-inner-wrap {
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-icon {
  width: 96px;
  margin: 0 auto 20px;
}
.cta-heading {
  margin-bottom: 6px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.cta-body {
  color: #ffffff;
  font-size: 20px;
  max-width: 720px;
  margin-bottom: 24px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

/* ---------- FOOTER (section-140-9) ---------- */
.site-footer {
  text-align: justify;
  background-color: #ffffff;
}
.site-footer > .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-row {
  flex-direction: row !important;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
}
.footer-logo-link,
#link-142-9 {
  width: 100px;
  height: 100px;
  background-color: var(--stem-grey-bg);
  padding: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-logo {
  height: 60px;
  width: auto;
  margin: 0 auto;
}
.footer-email-wrap {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
}
.site-footer .oxy-social-icons {
  justify-content: flex-end;
  margin-right: 24px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  #image-332-9 { position: absolute; }
}

@media (max-width: 991px) {
  .hero-section { overflow: hidden; }
  .welcome-section {
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url("/img/Combined-Shape-2.png");
    background-size: auto 130px;
    background-repeat: no-repeat;
    background-position: 0% 20%;
  }
  .welcome-left,
  .welcome-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 48px;
  }
  .hero-card {
    margin-bottom: 0;
    padding: 60px 48px;
    overflow: visible;
  }
  .onepage-heading-one { font-size: 72px; }
  .benefits-row { flex-direction: column; }
  .BenefitWrapper { width: 100%; }
  .site-footer > .ct-section-inner-wrap {
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .header-right-row { flex-direction: column; gap: 12px; padding: 0; }
  .header-email-wrap { margin: 0; padding: 0; }
}

@media (max-width: 767px) {
  .oxy-header-container {
    flex-direction: column;
    padding-bottom: 36px;
    gap: 18px;
    align-items: center;
  }
  .oxy-header-left,
  .oxy-header-right {
    flex: none;
    text-align: center;
    justify-content: center;
  }
  .hero-card {
    width: 100%;
    padding: 48px;
    margin-bottom: -105px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .onepage-heading-one { font-size: 56px; margin-left: 0; margin-bottom: 24px; }
  .onepage-heading-two { font-size: 40px; }
  .hero-card-foot { flex-direction: column; }
  #image-335-9,
  #image-332-9 { display: none; }
}

@media (max-width: 479px) {
  .hero-card { padding: 40px; }
  .onepage-heading-one { font-size: 44px; }
  .onepage-benefit-wrapper { padding: 32px 28px; }
  .onepage-benefits-number { font-size: 80px; }
  .footer-row { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
