/**
 * Switching Assessment Landing Page
 * ---------------------------------
 * Loaded only on: /private-schools/switching-assessment
 *
 * Visual references:
 * - public/assets/new_home/img/mockups/switching-assessment-landing-page-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-header-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-hero-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-trust-bar-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-footer-cta-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-faq-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-before-after-group-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-overnight-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-parent-app-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-lite-pro-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-fit-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-safest-way-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-gaps-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-effort-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-good-enough-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-form-section-mockup.png
 * - public/assets/new_home/img/mockups/switching-assessment-form-in-hero-mockup.png
 *
 * Page-specific styles only. Do not put shared/global styles here.
 * Section updates will be added step by step.
 */

.sa-hero-badge {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
}

.sa-hero-badge img,
.sa-hero-badge__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}

.sa-hero-badge span {
  min-width: 0;
  text-align: left;
}
.max-w-1000{ max-width: 1000px;}

/* Extra hero space so the form sits below (does not overlay) */
#Overview .ps-explore-hero {
  padding-bottom: 280px;
}

/* Request Assessment form — below hero, no negative pull */
.sa-request-section {
  position: relative;
  z-index: 3;
  margin-top: -280px;
  background: transparent;
  scroll-margin-top: 200px;
}

#RequestAssessment {
  scroll-margin-top: 200px;
}

/* Keep section headings below the fixed header after nav clicks */
#Lite,
#Pro,
#ParentApp,
#HowSwitchingWorks,
#Proof,
#FAQ,
#fCol1 {
  scroll-margin-top: 150px;
}

.sa-request-shell {
  background: #005276;
  border-radius: 20px;
  padding: 58px;
}

.sa-request-title {
  font-size: 50px !important;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.sa-request-intro {
  font-size: 20px !important;
  max-width: 860px;
  opacity: 0.95;
}

.sa-request-card {
  border-radius: 15px;
  padding: 30px;
}

.sa-request-form .form-label {
  color: #222222;
  font-size: 18px !important;
  margin-bottom: 11px !important;
}

.sa-request-input {
  border: 1px solid #D0D7DE;
  border-radius: 10px;padding-left: 20px;
  box-shadow: none;
  height: 64px !important;
  font-size: 18px !important;
}

.sa-request-input:focus {
  border-color: #005276;
  box-shadow: none;
}

.sa-request-cc {
  max-width: 116px;
  flex: 0 0 116px;
}

.sa-request-cc,
.sa-request-cc option {
  font-size: 18px !important;
}

.sa-request-phone .form-control,
.sa-request-phone .form-select {
  border-color: #D0D7DE;
}

.sa-request-form .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.sa-request-form .row > [class*="col-"] > .form-control,
.sa-request-form .row > [class*="col-"] > .form-select,
.sa-request-form .row > [class*="col-"] > .sa-request-phone {
  margin-top: auto;
}

.sa-request-phone.input-group {
  flex-wrap: nowrap;
  align-items: stretch;
  height: 64px;
}

.sa-request-phone.input-group > .form-control,
.sa-request-phone.input-group > .form-select {
  height: 64px !important;
  min-height: 64px;
}

.sa-request-cta,
.sa-request-cta span {
  font-size: 22px !important;
}

.sa-request-privacy {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px !important;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.sa-request-privacy span {
  white-space: nowrap;
}

.sa-request-privacy__break {
  display: none;
}

.sa-request-privacy__icon {
  width: 18px;
  height: 18px; position: relative; top: -3px;
  object-fit: contain;
}

/* Hero trust note: keep wrapped text left-aligned with first line */
@media (max-width: 991.98px) {
  #Overview .ps-trust-badge {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #Overview .ps-trust-badge span {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left !important;
  }

  #Overview .ps-trust-badge svg {
    flex-shrink: 0;
    margin-top: 0.2em;
  }
}

/* Form / hero overlap responsive overrides live in the <1600px block at file end */

/* Hero trust bar */
.sa-trust-bar {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  max-width: 1600px;
  gap: 12px 16px;
  color: #080A12;
}

#sa-comparison.comparison-section .before-card i {
	top: -2px !important;
}

@media (max-width: 1799px) {
.sa-trust-bar{ margin-top: 30px !important;}
}

/* Full single-row layout at 1600px+ */
@media (min-width: 1600px) {
  .sa-trust-bar {
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: visible;
  }
}

.sa-trust-bar__shield {
  width: 40px;
  height: auto;
  object-fit: contain;
}

.sa-trust-bar__highlight {
  color: #FE6892;
  line-height: 1.15;
}

.sa-trust-bar__chevron {
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 4px;
  flex-shrink: 0;
}

.sa-trust-bar__chevron svg {
  display: block;
  height: 60px;
  width: auto;
}

.sa-trust-bar__logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex-shrink: 0;
  background: #fff;
}

.sa-trust-bar__logo--md {
  width: 66px;
  height: 66px;
}

.sa-trust-bar__logo--lg {
  width: 78px;
  height: 78px;
}

.sa-trust-bar__divider {
  width: 2px;
  align-self: stretch;
  min-height: 52px;
  background: #D0E3E4;
  flex-shrink: 0;
  margin: 0 4px;
}

.sa-trust-bar__abno {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0;
}

.sa-trust-bar__abno img {
  width: 100%;
  height: auto;
  max-height: 32px;
  object-fit: contain;
}

.sa-trust-bar__metric,
.sa-trust-bar__built {
  max-width: none;
  flex-shrink: 0;
}

.sa-trust-bar__schools {
  min-width: 0;
  flex-shrink: 0;
}

.sa-trust-bar__school {
  gap: 10px !important;
}

/* Below 1600px: keep one row and scroll horizontally */
@media (max-width: 1599.98px) {
  .sa-trust-bar {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start;
    gap: 16px 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overscroll-behavior-x: contain;
    
  }

  .sa-trust-bar__metric-copy{ max-width: 200px;}

  .sa-trust-bar__metric,
  .sa-trust-bar__chevron,
  .sa-trust-bar__schools,
  .sa-trust-bar__divider,
  .sa-trust-bar__built,
  .sa-trust-bar__school {
    flex-shrink: 0;
    width: auto;
    max-width: none;
  }

  .sa-trust-bar__chevron {
    display: flex !important;
  }

  .sa-trust-bar__divider {
    display: block !important;
  }

  .sa-trust-bar__schools {
    flex-wrap: nowrap;
  }

  .sa-trust-bar__chevron svg {
    height: 52px;
  }

  .sa-trust-bar__logo--md {
    width: 56px;
    height: 56px;
  }

  .sa-trust-bar__logo--lg {
    width: 64px;
    height: 64px;
  }

  .sa-trust-bar__school span {
    font-size: 18px !important;
  }

  .sa-trust-bar__highlight {
    font-size: 22px !important;
  }

  .sa-trust-bar__built-copy .font-18px {
    font-size: 16px !important;
  }
  .sa-request-title{ max-width: 820px;}
}

@media (max-width: 1499.98px) {
  .sa-trust-bar__built-copy{ max-width: 340px;}
}

@media (max-width: 767.98px) {
  .sa-trust-bar {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px;
    overflow: visible;
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
  }

  .sa-trust-bar::-webkit-scrollbar {
    display: none;
  }

  .sa-trust-bar__metric,
  .sa-trust-bar__schools,
  .sa-trust-bar__built {
    width: 100%;
    max-width: 100%;gap: 9px !important;
    flex-shrink: 1;
   align-items: start !important;
  }
  .sa-trust-bar__shield{ margin-right: 9px;}

  .sa-trust-bar__metric-copy,
  .sa-trust-bar__built-copy {
    max-width: none;
    min-width: 0;
  }

  .sa-trust-bar__chevron,
  .sa-trust-bar__divider {
    display: none !important;
  }

  .sa-trust-bar__schools {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 25px !important;
    flex-wrap: wrap;
  }

  .sa-trust-bar__school {
    width: 100%;
  }

  .sa-trust-bar__logo--md,
  .sa-trust-bar__logo--lg {
    width: 48px;
    height: 48px;
  }

  .sa-trust-bar__school span {
    font-size: 16px !important;
  }

  .sa-trust-bar__highlight {
    font-size: 20px !important;
  }

  .sa-trust-bar__built-copy .font-18px {
    font-size: 16px !important;
  }

  .sa-trust-bar__chevron svg {
    height: 44px;
  }
}

@media (min-width: 1600px) {
  .header_menu_inner {
    justify-content: end !important;
    padding-right: 50px;
  }

}
@media (min-width: 1700px) {
    .switchHeading {
    white-space: nowrap;
  }
}
@media (max-width: 1699px) {
  .switchHeading {
    white-space: normal;max-width: 571px;
  }
    .switchHeading br { display: none;}
}

/* Final CTA buttons */
.ps-final-cta .h-68px {
  height: 68px;
  min-height: 68px;
}

.ps-final-cta .sa-final-wa-btn__inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.container-1440px{ max-width: 1440px;}

/* Proof band (Before/After + Group Control) ? page-only */
.sa-proof-band.cbc-proof-band {
  position: relative;
  background-color: #fff !important;
  background-image: url("../img/background-curve2.svg") !important;
  background-position: center 170px !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  overflow: hidden;
  padding-bottom: 48px;
  margin-bottom: 40px;
}

/* Kill global .comparison-section background-11.jpg so the curve shows through */
.sa-proof-band .cbc-comparison-section.comparison-section,
.sa-proof-band .comparison-section {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  overflow: visible;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 2;
}

.sa-group-control-section {
  position: relative;
  z-index: 1;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  padding-bottom: 0px;
}

.sa-group-control-section .ps-why-choose-card {
  min-height: 100%;
}

.sa-group-control-section .ps-why-choose-card h3 {
  max-width: 100%;
  color: inherit;
  font-weight: inherit;
}

.sa-group-control-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.sa-group-control-cta,
.sa-group-control-cta span {
  font-size: 22px !important;
}

.sa-group-control-cta.h-60px {
  height: 60px;
  min-height: 60px;
}

.sa-ps-voices-section{ background: none !important;}
.bg_wrap1{background:linear-gradient(0deg, #FFF 3.62%, #FFF2C9 273.24%); padding-top: 80px;}

/* Overnight switching path step headings */
.sa-overnight-section .features_box .font-22px.font-bold {
  color: #222222;
}

/* Equal padding around step cards (top / left / right / bottom) */
.sa-overnight-section .meet_content {
  padding: 37px 35px 20px  !important;
}

.sa-overnight-section .features_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  --bs-gutter-x: 0;
}

.sa-overnight-section .features_row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.sa-overnight-section .features_row > [class*="col-"]:last-child {
  margin-bottom: 0;
}

/* Good Enough section */
.sa-good-enough-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.sa-good-enough-title {
  font-size: 50px !important;
}

.sa-good-enough-intro {
  font-size: 20px !important;
  max-width: 880px;
  color: #222222;
}

.sa-good-enough-highlight {
  font-size: 24px !important;
  color: #E64B5A;
}

.sa-good-enough-card {
  max-width:945px;
  background: #FFFFFF;
  border: 1px solid #FFDADA;
  box-shadow: 0px 4px 8px #FFE6E6;
  border-radius: 20px;
  padding: 35px;
}

.sa-good-enough-note {
  background: #FFF5F5;
  border-radius: 15px;
  padding: 16px 18px;
}

.sa-good-enough-note__icon {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}

.sa-good-enough-note__text {
  font-size: 20px !important;
  color: #222222;
}

/* Good Enough responsive overrides live in the <1600px block at file end */

/* Effort / School Truth section */

.sa-effort-title {
  font-size: 50px !important;
}

.sa-effort-title__accent {
  color: #E64B5A;
}

.sa-effort-intro {
  font-size: 20px !important;
}

.sa-effort-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.sa-effort-list {
  gap: 13px;
}

.sa-effort-list__item {
  font-size: 20px !important;
  color: #222222;
}

.sa-effort-list__icon {
  width: 20px !important;
  height: 20px !important;
  margin-top: 4px;
  object-fit: contain; margin-right: 2px;
}

.sa-effort-note {
  max-width: 1292px;
  width: 100%;
  background-color: #FFF5F5;
  background-repeat: no-repeat;
  background-position: right top;
  border-radius: 20px;
  padding: 20px 20px;
  overflow: hidden;
}

.sa-effort-note__icon {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
}

.sa-effort-note__text {
  font-size: 22px !important;
  color: #222222;
}

.sa-effort-note__accent {
  color: #E64B5A;
}

/* Effort responsive overrides live in the <1600px block at file end */

/* Gaps growing section */
.sa-gaps-section {
  background: linear-gradient(269.71deg, #DEF9F9 24.94%, #DEF9F9 75.38%);
  border-radius: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  padding-top: 20px;
  padding-bottom: 70px;
}

.sa-gaps-section .sa-gaps-inner.container {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  max-width: 1200px;
}

.sa-gaps-title {
  font-size: 50px !important;
}

.sa-gaps-title__accent {
  color: #E64B5A;
}

.sa-gaps-intro {
  font-size: 22px !important;
  max-width: 560px;
}

.sa-gaps-hero {
  margin-bottom: 0 !important;
}

.sa-gaps-media {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 0;
  padding-bottom: 0 !important;
}

.sa-gaps-visual {
  max-width: 737px;
  width: 100%;
  margin-bottom: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.sa-gaps-visual img {
  display: block;
  width: 100%;
  max-width: 737px;
  height: auto;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top:45px;
}

.sa-gaps-table {
  max-width: 1200px;
  margin-top: 0 !important;
  background: #fff;
  border: 3px solid #005276;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .sa-gaps-copy {
    padding-bottom: 28px;
  }
}

.sa-gaps-table__head {
  grid-template-columns: 345px 1fr;
}
.keep-growingimg{ position: relative; top: 20px;}

.sa-gaps-table__th {
  padding: 12px 24px;
  line-height: 1.3;
}

.sa-gaps-table__th--cost {
  background: #E64B5A !important;
  font-size: 26px !important;
  color: #fff !important;
}

.sa-gaps-table__th--shows {
  background: #005276 !important;
  font-size: 26px !important;
  color: #fff !important;
}

.sa-gaps-table__row {
  display: grid;
  grid-template-columns: 345px 1fr;
  border-bottom: 1px solid #E1EBFC;
  background: #fff;
}

.sa-gaps-table__row--last {
  border-bottom: 0;
}

.sa-gaps-table__cost,
.sa-gaps-table__shows {
  padding: 12px 24px;
  color: #222222;display: flex;
  align-items: center;
  font-size: 20px !important;
}

.sa-gaps-table__cost {
  border-right: 1px solid #E1EBFC;background: #F8FBFF;
}


.sa-gaps-table__icon {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px;
  object-fit: contain;
  flex-shrink: 0;
}

.sa-gaps-cta,
.sa-gaps-cta span {
  font-size: 22px !important;
}

/* Gaps responsive overrides live in the <1600px block at file end */

/* Safest Way section */

.sa-safest-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.sa-safest-copy h2 {
  font-size: 50px !important;
}

.sa-safest-intro {
  font-size: 20px !important;
}

.sa-safest-panel {
  align-items: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #E3F6FF 100%);
  border: 1px solid #89D8FA;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding:30px 30px 25px;
}

.sa-safest-list {
  gap: 12px;
}

.sa-safest-list__item {
  color: #222222;
  font-size: 20px !important;
}

.sa-safest-list__tick {
  width: 20px;
  height: 20px;
  margin-top: 4px; margin-right: 3px;
  object-fit: contain;
}

/* Safest Way responsive overrides live in the <1600px block at file end */

/* Fit assessment section */
.sa-fit-section {
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 100px;
}

.sa-fit-section > .container > h2 {
  font-size: 50px !important;
}

.sa-fit-shell {
  max-width: 100%;
  width: 100%;
  padding-top: 32px;
}

.sa-fit-tab-wrap {
  margin-top: -34px;
  margin-bottom: 28px;
}

.sa-fit-tab {
  z-index: 2;
  border-radius: 60px;
  padding: 16px 35px 14px;
  min-height: 58px;
  white-space: normal;
  font-size: 28px !important;
  line-height: 1.2;
}

.sa-fit-card {
  width: 100%;
  padding: 0 28px 28px;
  border-radius: 30px;
  overflow: visible;
}

.sa-fit-list {
  padding-left: 18px;
  gap: 10px;
}

.sa-fit-list__item {
  position: relative;
  background: #EFFAFF;
  border-radius: 15px;
  padding: 12px 16px 12px 28px;
  color: #222222; min-height: 76px; display: flex; align-items: center;
  font-size: 20px !important;
}

.sa-fit-list__tick {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.sa-fit-note {
  align-items: center;
  border: 2px solid #01CDD1;
  border-radius: 20px;
  padding: 14px 16px;
  background: rgba(230, 255, 255, 0.5);
}

.sa-fit-note__text {
  font-size: 20px !important;
}

.sa-fit-note__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.sa-fit-visual {
  max-width: 520px;
}

.sa-fit-visual img {
  display: block;
  width: 100%;position: relative;
  top: 2px;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 1200px) {
  .sa-fit-card {
    padding: 0 40px 0;
  }

  .sa-fit-tab-wrap {
    margin-bottom: 0px;
  }

  .sa-fit-copy {
    padding-bottom: 36px;
  }

  .sa-fit-media {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: flex-end;
  }

  .sa-fit-visual {
    max-width: 100%;
    margin-bottom: 0;
    line-height: 0;
  }
}

/* Below 1200px: content full width on top, image below */
@media (max-width: 1199.98px) {
  .sa-fit-copy {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 8px;
  }

  .sa-fit-media {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
  }

  .sa-fit-copy {
    order: 1;
  }

  .sa-fit-visual {
    max-width:390px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sa-request-title {
	max-width: 620px;
}
}

/* Fit responsive overrides live in the <1600px block at file end */

/* Lite or Pro path comparison */
.sa-lite-pro-section {
  background-position: center top;
  background-size: cover; padding-top:100px;
  background-repeat: no-repeat;
}

.sa-lite-pro-badge {
  background: #D2FEFF;
  border-radius: 60px;
  font-size: 28px !important;
}

.sa-lite-pro-table-wrap {
  background: #005276;
  border: none !important;
  border-radius: 20px;
  padding: 3px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.sa-lite-pro-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 18px;
  max-width: 100%;
}

.sa-lite-pro-table {
  --sa-lite-pro-border: #D0E3E4;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  min-width: 720px;
  color: #000;
  background: #fff;
  border-radius: 18px;
  margin: 0;
}

.sa-lite-pro-table th,
.sa-lite-pro-table td {
  padding: 22px 28px;
  vertical-align: middle;
  border-top: none;
  border-left: none;
  border-right: 1px solid var(--sa-lite-pro-border) !important;
  border-bottom: 1px solid var(--sa-lite-pro-border) !important;
}

.sa-lite-pro-table thead th:first-child,
.sa-lite-pro-table .sa-lite-pro-label {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
}

.sa-lite-pro-table thead th:not(:first-child),
.sa-lite-pro-table tbody td {
  width: auto;
}

.sa-lite-pro-table th:last-child,
.sa-lite-pro-table td:last-child {
  border-right: none !important;
}

.sa-lite-pro-table thead th {
  color: #fff;
  font-size: 30px !important;
  height: 82px;
  border-bottom: 1px solid var(--sa-lite-pro-border) !important;
}

.sa-lite-pro-table thead th:not(:first-child) {
  text-align: center;
}

.sa-lite-pro-table tbody tr:last-child th,
.sa-lite-pro-table tbody tr:last-child td {
  border-bottom: none !important;
}

.sa-lite-pro-table .sa-lite-pro-label {
  background: #EAF2F6;
  font-size: 22px !important;
}

.sa-lite-pro-table tbody td {
  background: #fff;
  font-size: 20px !important;
  color: #000;
}

.sa-lite-pro-table.table > :not(caption) > * > * {
  box-shadow: none !important;
}

/* Lite/Pro responsive overrides live in the <1600px block at file end */

/* Parent App section - switching assessment */
.sa-parent-app-section .sa-parent-app-intro {
  font-size: 20px !important;
}

.sa-parent-app-section .sa-parent-app-tab {
  max-width: 100%;
  white-space: normal;
  text-align: left;
  padding: 12px 25px 28px;
  border-radius:20px 20px 0 0;
}

.sa-parent-app-section .sa-parent-app-tab-tick {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.sa-parent-app-section .ps-parent-app-list-body,
.sa-parent-app-section .ps-parent-app-list-body .font-20px,
.sa-parent-app-section .ps-parent-app-list-body li {
  font-size: 20px !important;
}

.sa-parent-app-section .sa-parent-app-list-body {
  overflow: hidden;
}

.sa-parent-app-section .sa-parent-app-list-mark {
  position: absolute;
  right: 82px;
  top: 50%;
  transform: translateY(-50%);
  width: 192px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.sa-parent-app-section .sa-parent-app-list-body > ul {
  z-index: 1;
}

.sa-parent-app-section .sa-parent-insight {
border: 2px solid #005276;
border-radius: 20px;
  background: #fff;
  padding: 14px 18px;
}

.sa-parent-app-section .sa-parent-insight .font-20px {
  font-size: 20px !important;
}

.sa-parent-app-section .sa-parent-insight__icon img {
  display: block;
  width: 56px;
  height: 56px;
}

/* ==========================================================================
   Responsive UI — below 1600px only
   --------------------------------------------------------------------------
   Do not change 1600px+ base styles above.
   Do not style Header (#app_Mainheader / .app_header), Footer, or FAQ
   (.ps-faq-section / #FAQ).
   Readable content floor: 16px (allow wrapping instead of shrinking further).
   ========================================================================== */

@media (max-width: 1599.98px) {
  /* Hero + form: keep form below hero (no overlay) */
  #Overview .ps-explore-hero {
    padding-bottom: 280px;
  }



  .sa-request-shell {
    padding: 48px 40px;
  }

  .sa-request-title,
  .sa-good-enough-title,
  .sa-effort-title,
  .sa-gaps-title,
  .sa-safest-copy h2,
  .sa-fit-section > .container > h2,
  .sa-lite-pro-section h2,
  .sa-parent-app-section h2,
  .sa-overnight-section h3,
  #Overview .ps-explore-hero .switchHeading {
    font-size: 42px !important;
  }

  .sa-request-intro,
  .sa-good-enough-intro,
  .sa-effort-intro,
  .sa-safest-intro,
  .sa-effort-list__item,
  .sa-safest-list__item,
  .sa-fit-list__item,
  .sa-fit-note__text,
  .sa-good-enough-note__text,
  .sa-parent-app-section .sa-parent-app-intro,
  .sa-parent-app-section .ps-parent-app-list-body,
  .sa-parent-app-section .ps-parent-app-list-body .font-20px,
  .sa-parent-app-section .ps-parent-app-list-body li,
  .sa-parent-app-section .sa-parent-insight .font-20px,
  .sa-lite-pro-section .font-20px,
  .sa-overnight-section .font-20px,
  .sa-gaps-table__cost,
  .sa-gaps-table__shows {
    font-size: 18px !important;
  }

  .sa-gaps-intro,
  .sa-effort-note__text,
  .sa-request-cta,
  .sa-request-cta span,
  .sa-gaps-cta,
  .sa-gaps-cta span,
  .sa-group-control-cta,
  .sa-group-control-cta span {
    font-size: 20px !important;
  }

  .sa-good-enough-highlight {
    font-size: 22px !important;
  }

  .sa-lite-pro-badge {
    font-size: 24px !important;
  }

  .sa-fit-tab {
    font-size: 24px !important;
    padding: 14px 28px 12px;
  }

  .sa-lite-pro-table thead th {
    font-size: 26px !important;
  }

  .sa-lite-pro-table .sa-lite-pro-label {
    font-size: 20px !important;
  }

  .sa-lite-pro-table tbody td {
    font-size: 18px !important;
  }

  /* Section rhythm */
  .sa-good-enough-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }


  .sa-gaps-section {
    padding-top: 16px;
    padding-bottom: 56px;
    overflow-x: clip;
  }


  .sa-fit-section {
    padding-top: 92px;
  }

  .sa-lite-pro-section {
    padding-top: 72px;
  }

  .sa-overnight-section .meet_content {
    padding: 28px 28px 16px !important;
  }

  .bg_wrap1 {
    padding-top: 56px;
  }

  .sa-proof-band.cbc-proof-band {
    background-position: center 150px !important;
    padding-bottom: 40px;
    margin-bottom: 32px;
  }

  /* Gaps table: narrower cost column on laptop */


  .sa-gaps-table__th--cost,
  .sa-gaps-table__th--shows {
    font-size: 22px !important;
  }

  .sa-gaps-visual img {
    top: 28px;
  }

  .keep-growingimg {
    top: 12px;
  }
}




@media (max-width: 1365.98px) {
  #Overview .ps-explore-hero {
    padding-bottom: 0px;
  }
  .sa-request-form .form-label,
  .sa-request-input{ font-size: 16px !important;}

  .sa-request-section {
    margin-top:30px;
  }

  .sa-request-shell {
    padding: 40px 28px;
  }

  .sa-request-title,
  .sa-good-enough-title,
  .sa-effort-title,
  .sa-gaps-title,
  .sa-safest-copy h2,
  .sa-fit-section > .container > h2,
  .sa-lite-pro-section h2,
  .sa-parent-app-section h2,
  .sa-overnight-section h3,
  #Overview .ps-explore-hero .switchHeading {
    font-size: 36px !important;
  }

  .sa-fit-tab {
    font-size: 22px !important;
  }

  .sa-lite-pro-badge {
    font-size: 22px !important;
  }

  .sa-lite-pro-table thead th {
    font-size: 22px !important;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sa-lite-pro-table thead th:first-child,
  .sa-lite-pro-table .sa-lite-pro-label {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
  }

  .sa-lite-pro-table {
    min-width: 640px;
  }

.sa-fit-tab-wrap {
	margin-bottom: 30px;
}
.sa-fit-section .max-w-900 {
	max-width: 750px;
}

  .sa-parent-app-section .sa-parent-app-list-mark {
    right: 24px;
    width: 140px;
    opacity: 0.35;
  }


  .sa-fit-section,
  .sa-lite-pro-section {
    padding-top: 56px;
  }
}

@media (max-width: 1199.98px) {
.sa-lite-pro-table thead th:first-child, .sa-lite-pro-table .sa-lite-pro-label {
	width: 200px;
	min-width: 200px;
	max-width: 240px;
}
.sa-request-input{ padding-left: 12px;}
  .sa-request-shell {
    padding: 36px 24px;
  }

  .sa-request-card {
    padding: 24px;
  }

  .sa-request-privacy,
  .sa-request-privacy span {
    white-space: normal;
    flex-wrap: wrap;
    text-align: left;
  }

  .sa-request-privacy {
    align-items: flex-start !important;
    justify-content: center;
  }

  .sa-request-privacy__icon {
    top: 4px;
  }

  .sa-request-privacy__break {
    display: block;
  }

  .sa-request-form .form-label {
    min-height: 0;
    margin-bottom: 11px !important;
  }

  /* Phone + Email same row; How Soon last — avoids label gap */
  .sa-request-form .row {
    display: flex;
  }

  .sa-request-field--phone {
    order: 8;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .sa-request-field--email {
    order: 9;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .sa-request-field--timeline {
    order: 10;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .sa-request-phone.input-group {
    height: 64px;
  }

  .sa-request-phone.input-group > .form-control,
  .sa-request-phone.input-group > .form-select,
  .sa-request-form .sa-request-input {
    height: 64px !important;
    min-height: 64px;
  }

  .sa-request-title,
  .sa-good-enough-title,
  .sa-effort-title,
  .sa-gaps-title,
  .sa-safest-copy h2,
  .sa-fit-section > .container > h2,
  .sa-lite-pro-section h2,
  .sa-parent-app-section h2,
  .sa-overnight-section h3,
  #Overview .ps-explore-hero .switchHeading {
    font-size: 32px !important;
  }

  .sa-trust-bar__chevron svg {
    height: 48px;
  }

  .sa-gaps-section .sa-gaps-inner.container {
    max-width: 100%;
  }

  .sa-gaps-media {
    justify-content: center;
  }

  .sa-gaps-visual img {
    top: 0;
  }

  .keep-growingimg {
    top: 0;
  }

  .sa-fit-tab {
    font-size: 20px !important;
    padding: 12px 22px 10px;
    min-height: 52px;
  }

  .sa-fit-card {
    padding: 0 20px 0px;
  }

  .sa-overnight-section .meet_content {
    padding: 24px 20px 14px !important;
  }

  .sa-proof-band.cbc-proof-band {
    background-position: center 140px !important;
    padding-bottom: 32px;
    margin-bottom: 28px;
  }

  .sa-parent-app-section .sa-parent-app-tab {
    padding: 12px 18px 22px;
  }

  .sa-parent-app-section .sa-parent-app-tab-tick {
    width: 44px;
    height: 44px;
  }
  .ps-final-cta .h-68px {
	height: 58px;
	min-height: 58px;
}
.switchHeading {
	max-width: 471px;
}
}

@media (max-width: 991.98px) {
.sa-effort-visual{ max-width: 380px;}
.sa-safest-visual{ max-width: 380px;}

  .sa-gaps-visual {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .sa-gaps-visual img,
  .keep-growingimg {
    top: 0;
    max-width: 100%;
  }

  .sa-gaps-media {
    justify-content: center;
  }

  .sa-request-shell {
    border-radius: 20px;
    padding: 32px 20px 28px;
  }

  .sa-request-title {
    font-size: 30px !important;
  }

  .sa-request-privacy,
  .sa-request-privacy span {
    white-space: normal;
    flex-wrap: wrap;
  }

  .sa-safest-copy {
    text-align: center;
  }

  .sa-safest-copy h2,
  .sa-safest-copy .sa-safest-intro,
  .sa-safest-copy > .font-20px,
  .sa-safest-panel,
  .sa-safest-list {
    text-align: left;
  }

  .sa-safest-copy > .btn {
    display: inline-flex !important;
    margin-left: auto;
    margin-right: auto;
  }

  .sa-gaps-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .sa-fit-section {
    padding-top: 60px;
    background-size: 140% auto;
  }

  .sa-lite-pro-section {
    padding-top: 48px;
  }

  .sa-good-enough-title,
  .sa-effort-title,
  .sa-gaps-title,
  .sa-safest-copy h2,
  .sa-fit-section > .container > h2,
  .sa-lite-pro-section h2,
  .sa-parent-app-section h2,
  .sa-overnight-section h3,
  #Overview .ps-explore-hero .switchHeading {
    font-size: 30px !important;
  }

  /* Gaps table: keep 2-col layout, horizontal scroll, no headings */
  .sa-gaps-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .sa-gaps-table__head {
    display: none !important;
  }

  .sa-gaps-table__row {
    grid-template-columns: 240px minmax(360px, 1fr);
    min-width: 640px;
  }

  .sa-gaps-table__cost {
    border-right: 1px solid #E1EBFC;
    padding-bottom: 12px;
  }

  .sa-gaps-table__shows {
    padding-top: 12px;
  }

  .sa-gaps-intro {
    max-width: 100%;
  }

  .sa-effort-note {
    flex-direction: row;
    align-items: flex-start;
  }

  .sa-fit-list {
    padding-left: 16px;
  }

  .sa-fit-list__item {
    padding-left: 24px;
    min-height: 0;
  }

  .sa-proof-band.cbc-proof-band {
    background-position: center 130px !important;
    padding-bottom: 28px;
    margin-bottom: 24px;
  }

  .sa-overnight-section .features_box .font-22px.font-bold {
    font-size: 20px !important;
  }
}

@media (max-width: 767.98px) {
  /* Floating CTA: full width from left edge up to WhatsApp icon */
  .app_header a.btnMobileFloating,
  a.btn.btnMobileFloating {
    left: 10px !important;
    right: 112px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    z-index: 1040;
  }

  #Overview .sa-hero-badge {
    display: flex !important;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    gap: 10px;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

#Overview .sa-hero-badge__icon {
	width: 22px;
	height: 22px;
	margin-top: 2px;
	margin-right: 2px;
}

  #Overview .sa-hero-badge > span {
    flex: 1 1 auto;
    min-width: 0;
  }

  .sa-request-shell {
    padding: 24px 14px 22px;
    border-radius: 16px;
  }

  .sa-request-card {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .sa-request-title {
    font-size: 21px !important;
  }

  .sa-request-intro {
    font-size: 16px !important;
  }

  .sa-request-form .form-label {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .sa-request-input,
  .sa-request-cc,
  .sa-request-cc option {
    font-size: 16px !important;
  }

  .sa-request-input {
    height: 48px !important;
  }

  .sa-request-phone.input-group,
  .sa-request-phone.input-group > .form-control,
  .sa-request-phone.input-group > .form-select {
    height: 48px !important;
    min-height: 48px;
  }

  .sa-request-cc {
    max-width: 88px;
    flex: 0 0 88px;
  }

  .sa-request-cta,
  .sa-request-cta span {
    font-size: 16px !important;
  }

  .sa-request-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .sa-request-cta span {
    height: auto !important;
    min-height: 0 !important;
    line-height: inherit !important;
  }

  .sa-request-privacy {
    font-size: 16px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 8px;
    width: 100%;
  }

  .sa-request-privacy span {
    white-space: normal !important;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left !important;
  }

  .sa-request-privacy__icon {
    flex-shrink: 0;
    top: 3px;
  }

  .sa-good-enough-section,
  .sa-effort-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sa-good-enough-section{ padding-top: 30px;}
  .sa-gaps-section {
    padding-top: 20px;
    padding-bottom: 36px;
  }

  .sa-safest-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sa-fit-section {
    padding-top: 28px;
    background-size: 180% auto;
  }

  .sa-lite-pro-section {
    padding-top: 40px;
  }

  .sa-good-enough-title,
  .sa-effort-title,
  .sa-gaps-title,
  .sa-safest-copy h2,
  .sa-fit-section > .container > h2,
  .sa-lite-pro-section h2,
  .sa-parent-app-section h2,
  .sa-overnight-section h3,
  #Overview .ps-explore-hero .switchHeading {
    font-size: 28px !important;
  }

  #Overview .ps-explore-hero .font-20px,
  .sa-good-enough-intro,
  .sa-effort-intro,
  .sa-effort-list__item,
  .sa-safest-intro,
  .sa-safest-list__item,
  .sa-gaps-intro,
  .sa-fit-list__item,
  .sa-fit-note__text,
  .sa-good-enough-note__text,
  .sa-effort-note__text,
  .sa-gaps-table__cost,
  .sa-gaps-table__shows,
  .sa-lite-pro-section .font-20px,
  .sa-lite-pro-table tbody td,
  .sa-overnight-section .font-20px,
  .sa-parent-app-section .sa-parent-app-intro,
  .sa-parent-app-section .ps-parent-app-list-body,
  .sa-parent-app-section .ps-parent-app-list-body .font-20px,
  .sa-parent-app-section .ps-parent-app-list-body li,
  .sa-parent-app-section .sa-parent-insight .font-20px {
    font-size: 16px !important;
  }

  .sa-good-enough-highlight {
    font-size: 18px !important;
  }

  .sa-request-cta,
  .sa-request-cta span,
  .sa-gaps-cta,
  .sa-gaps-cta span,
  .sa-group-control-cta,
  .sa-group-control-cta span,
  .sa-overnight-section .features_box .font-22px.font-bold,
  .sa-lite-pro-table .sa-lite-pro-label {
    font-size: 16px !important;
  }

  .sa-gaps-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .sa-gaps-cta span {
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }

  .sa-good-enough-card {
    padding: 20px 16px;
  }

  .sa-good-enough-note {
    align-items: flex-start;
    gap: 12px !important;
  }

  .sa-good-enough-note__icon {
    width: 32px !important;
    height: 32px !important;
  }

  .sa-effort-note {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left;
    padding: 16px;
    border-radius: 16px;
    background-position: right center;
    gap: 12px;
  }

  .sa-effort-note__icon {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .sa-effort-note__text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .sa-gaps-table__cost,
  .sa-gaps-table__shows {
    padding: 14px 16px;
  }

  .sa-gaps-table__icon {
width: 40px !important;
    height: 40px !important;
    min-width: 40px;
  }

  .sa-safest-panel {
    padding: 22px 18px 20px;
    border-radius: 18px;
  }

  .sa-fit-shell {
    padding-top: 22px;
  }

  .sa-fit-tab-wrap {
    margin-top: -22px;
    margin-bottom: 16px;
  }

  .sa-fit-tab {
    font-size: 18px !important;
    min-height: 46px;
    padding: 10px 16px 8px;
  }

  .sa-fit-card {
    padding: 0 14px 0px;
    border-radius: 20px;
  }

  .sa-fit-list {
    padding-left: 14px;
  }

  .sa-fit-list__item {
    padding: 10px 12px 10px 22px;
    border-radius: 12px;
  }

  .sa-fit-list__tick {
    width: 28px;
    height: 28px;
    left: -14px;
  }

  .sa-fit-note {
    align-items: flex-start;
    padding: 12px;
  }

  .sa-fit-note__logo {
    width: 48px;
    height: 48px;
  }
section.ProofSectionWrap.ps-parent-app-section {
	padding-bottom: 40px;
}
  .sa-lite-pro-badge {
  
  
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    padding: 8px 19px !important;
    min-height: 0;
    gap: 8px !important;
  }

  .sa-lite-pro-badge img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .sa-lite-pro-table th,
  .sa-lite-pro-table td {
    padding: 14px 12px;
  }

  .sa-lite-pro-table thead th {
    font-size: 18px !important;
  }

  .sa-lite-pro-table thead th:first-child,
  .sa-lite-pro-table .sa-lite-pro-label {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
  }

  .sa-lite-pro-table {
    min-width: 760px;
  }

  .sa-parent-app-section .sa-parent-app-tab,
  .sa-parent-app-section .ps-parent-app-tab.sa-parent-app-tab {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    padding: 12px 16px 22px !important;
    border-radius: 16px 16px 0 0;
    min-height: 0 !important;
    width: 100%;
    gap: 10px;
  }

  .sa-parent-app-section .sa-parent-app-tab-tick {
    width: 32px;
    height: 32px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .sa-parent-app-section .ps-parent-app-list-card > .d-flex {
    position: relative;
    z-index: 2;
  }

  .sa-parent-app-section .ps-parent-app-list-body,
  .sa-parent-app-section .sa-parent-app-list-body {
    margin-top: -18px !important;
    position: relative;
    z-index: 1;
    padding-top: 28px !important;
  }

  .sa-parent-app-section .sa-parent-app-list-mark {
    display: none;
  }

  .sa-parent-app-section .sa-parent-insight {
    align-items: flex-start;
    padding: 12px 14px;
  }

  .sa-parent-app-section .sa-parent-insight__icon img {
    width: 44px;
    height: 44px;
  }

  /* Override shared private-schools.css rules that drop below 16px */
  .sa-parent-app-section .font-18px {
    font-size: 16px !important;
  }

  .sa-overnight-section .meet_content {
    padding: 20px 16px 12px !important;
    overflow: visible;
  }

  .sa-overnight-section .features_box {
    overflow: visible;
    position: relative;
    padding-left: 20px;
  }

  /* Smaller tick, centered on orange border (½ outside) */
  .sa-overnight-section .features_icon_col {
    margin-bottom: 0 !important;
    margin-right: 0;
    position: absolute;
    left: -13px; /* half of 26px tick */
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .sa-overnight-section .features_icon_col img {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
  }

.sa-overnight-section .btn.btn-secondary.h-60px {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: auto !important;
	min-height: 40px;
	padding: 12px 10px !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	white-space: normal;
	text-align: center;
}

  .sa-overnight-section .btn.btn-secondary.h-60px span {
    display: block;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.25 !important;
    white-space: normal;
  }

  .bg_wrap1 {
    padding-top: 25px;
  }

  .sa-proof-band.cbc-proof-band {
    background-position: center 100px !important;
    background-size: 180% auto !important;
    padding-bottom: 24px;
    margin-bottom: 20px;
  }

  .sa-group-control-icon {
    width: 56px;
    height: 56px;
  }

  .sa-group-control-section .ps-why-choose-card {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sa-group-control-section .ps-why-choose-card__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .sa-group-control-section .ps-why-choose-card h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sa-group-control-cta.h-60px {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    line-height: 1.2 !important;
  }

  .sa-group-control-cta.h-60px span {
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
    top: 0 !important;
  }

  /* FAQ accordion arrow: slightly smaller on mobile */
  #FAQ .ps-faq-accordion .accordion-icon {
    flex: 0 0 28px;
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  #FAQ .ps-faq-accordion .accordion-icon::before {
    background-size: 11px 6px;
  }

  /* Hero CTAs: allow wrap, keep readable */
#Overview .ps-explore-hero .bannerBtn .btn, #Overview .ps-explore-hero .ps-explore-hero__btn {
	white-space: normal;
	height: auto !important;
	min-height: 46px;
	font-size: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 7px !important;
	line-height: 24px !important;
  padding-left: 0;
    padding-right: 0;
}

  #Overview .ps-explore-hero .font-18px {
    font-size: 16px !important;
  }
}

@media (max-width:767.98px) {

.sa-request-input, .sa-request-cc, .sa-request-cc option {
	font-size: 14px !important;
}

  .sa-request-shell {
    padding: 20px 12px 18px;
  }

  .sa-request-field--phone,
  .sa-request-field--email {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .sa-request-title {
    font-size: 21px !important;
  }

  .sa-good-enough-title,
  .sa-effort-title,
  .sa-gaps-title,
  .sa-safest-copy h2,
  .sa-fit-section > .container > h2,
  .sa-lite-pro-section h2,
  .sa-parent-app-section h2,
  .sa-overnight-section h3,
  #Overview .ps-explore-hero .switchHeading {
    font-size: 24px !important;
  }

  .sa-request-cc {
    max-width: 87px;
    flex: 0 0 87px;
  }

  .sa-effort-note {
    flex-direction: row !important;
    align-items: flex-start !important;
  }

  .sa-fit-tab {
    font-size: 16px !important;
  }

  .sa-lite-pro-badge {

    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    padding: 8px 18px !important;
  }

  .sa-lite-pro-badge img {
    width: 24px;
    height: 24px;
  }

  .sa-lite-pro-table thead th {
    font-size: 16px !important;
  }

  .sa-lite-pro-table .sa-lite-pro-label,
  .sa-lite-pro-table tbody td {
    font-size: 16px !important;
  }

  .sa-parent-app-section .font-18px,
  .sa-parent-app-section .ps-parent-app-tab,
  .sa-parent-app-section .sa-parent-app-tab {
    font-size: 16px !important;
  }

  .sa-parent-app-section .sa-parent-app-tab br {
    display: none;
  }

  .sa-request-cta,
  .sa-request-cta span {
    font-size: 16px !important;
  }

  .sa-request-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .sa-request-cta span {
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .sa-request-privacy {
    font-size: 16px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .sa-request-privacy span {
    white-space: normal !important;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left !important;
  }

  .sa-request-privacy__icon {
    flex-shrink: 0;
    top: 3px;
  }

  .sa-gaps-cta,
  .sa-gaps-cta span {
    font-size: 16px !important;
  }

  .sa-gaps-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .sa-gaps-cta span {
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .sa-proof-band.cbc-proof-band {
    background-position: center 80px !important;
    margin-bottom:0px;padding-bottom: 10px;
  }
  .movementWrapper .movement-section h3 {
	font-size: 17px;
}
.ps-final-cta .font-20px {
	font-size: 16px !important;
}

  /* Final CTA buttons: tighter height, centered icon+label */
  .ps-final-cta__actions {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
    gap: 10px !important;
  }

  .ps-final-cta .btn,
  .ps-final-cta .btn.h-68px,
  .ps-final-cta .h-68px {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 140% !important;
    padding: 10px 16px !important;
    white-space: normal !important;
  }

  .ps-final-cta .btn span {
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.25 !important;
    white-space: normal;
  }

  /* Keep WhatsApp icon + label as one centered cluster; single-line label */
  .ps-final-cta .sa-final-wa-btn {
    justify-content: center !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .ps-final-cta .sa-final-wa-btn__inner {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    white-space: nowrap;
  }

  .ps-final-cta .sa-final-wa-btn__inner > span {
    flex: 0 0 auto;
    width: auto !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    text-align: left;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .ps-final-cta .sa-final-wa-btn svg {
    position: relative !important;
    top: 0 !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 auto;
    margin: 0 !important;
  }

.sa-request-phone.input-group > .form-control, .sa-request-phone.input-group > .form-select, .sa-request-form .sa-request-input {
	height: 50px !important;
	min-height: 50px;
}
.sa-gaps-table__row {
	grid-template-columns: 180px minmax(360px, 1fr);
	min-width: 640px;
}
.sa-gaps-table__row .font-22px {
	font-size: 16px !important;
}
.ps-final-cta .btn, .ps-final-cta .btn.h-68px, .ps-final-cta .h-68px{ font-size: 14px !important;}
}

@media (max-width:374px) {
.app_header .header_inner .btn.btnMobileFloating{ font-size: 14px; padding-left: 0px !important; padding-right: 0px !important;}
.sa-safest-copy > .btn {
	display: inline-flex !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}
.sa-request-cta {
	height: 48px !important;
	min-height: 43px !important;
	padding: 0 10px !important;
	width: 100%;
}
}


@media (max-width: 1899px) {
  .header_menu ul li {
    margin: 0 22px;
  }
}
/* Header */
@media (max-width: 1700px) {
  .header_menu ul li {
    margin: 0 12px;
  }
}

@media (max-width: 1599px) {
  .header_menu ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1420px) {
  .header_menu ul li a {
    font-size: 18px;
  }
  .app_header .header_inner .btn {
	max-height: 40px;
	font-size: 15px;
}
}
@media (max-width: 1365px) {
  .header_menu ul li a {
    font-size: 17px;
  }
    .header_menu ul li {
    margin: 0 8px;
  }
}
@media (max-width:767px) {
  .header_menu ul li {
    margin: 0 20px;
  }
  .MenuOpen .header_menu {
	z-index: 9999;
}
}

/* ==========================================================================
   Switching Assessment — Thank You page
   ========================================================================== */

/* Center nav links between logo and WhatsApp CTA */
body.sa-switching-assessment-thanks .app_header .header_inner > .d-flex {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  width: 100%;
}

body.sa-switching-assessment-thanks .app_header .Applogo_col {
  justify-self: start;
}

body.sa-switching-assessment-thanks .app_header .header_inner > .d-flex > .d-flex.flex-grow-1 {
  justify-self: center;
  width: auto;
  flex-grow: 0 !important;
  display: flex;
  justify-content: center;
}

body.sa-switching-assessment-thanks .app_header .header_rt {
  justify-self: end;
}

.sa-thanks-page.ps-book-demo-thanks-page {
  position: relative;
  background-color: #fff !important;
  background-image: none !important;
  overflow: hidden;
}

/* Decorative bg behind card (same pattern as other thank-you pages) */
.sa-thanks-page.ps-book-demo-thanks-page::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1920 / 801;
  height: auto;
  min-height: 320px;
  background-image: url("../img/bg-12.webp") !important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  pointer-events: none;
}

.sa-thanks-card {
  max-width: 714px;
  width: 100%;
  border-radius: 20px;
  background: #FFFCF3;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 70px 70px 70px;
}

.sa-thanks-success-icon {
  width: 95px;
  height: auto;
  display: inline-block;
}

.sa-thanks-title {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px !important;
  font-family: "plus_jakarta_sansextrabold", sans-serif !important;
}

.sa-thanks-lead {
  max-width: 560px;
  font-size: 22px !important;
}

.sa-thanks-next {
  max-width: 560px;
  border: 2px solid #005276;
  border-radius: 15px;
  padding: 27px;
  background: #FFFFFF;
}

.sa-thanks-next__title {
  font-size: 24px !important;
  font-family: "plus_jakarta_sansbold", sans-serif !important;
}

.sa-thanks-next__list {
  padding-left: 1.25rem;
  margin: 0;
  font-size: 20px !important;
  list-style: decimal !important;
  list-style-position: outside;
}

.sa-thanks-next__list li {
  margin-bottom: 8px;
  list-style: decimal !important;
  display: list-item;
}

.sa-thanks-next__list li:last-child {
  margin-bottom: 0;
}

.sa-thanks-actions {
  max-width: 489px;
  width: 100%;
  gap: 10px !important;
}

.sa-thanks-actions .sa-thanks-btn {
  font-size: 22px !important;
  font-family: "plus_jakarta_sanssemibold", sans-serif !important;
  width: 100%;
}

.sa-thanks-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex-shrink: 0;
}

.sa-thanks-btn__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.sa-thanks-btn--whatsapp {
  background-color: #005276 !important;
  border-color: #005276 !important;
  color: #fff !important;
}

.sa-thanks-btn--whatsapp:hover,
.sa-thanks-btn--whatsapp:focus {
  background-color: #003d59 !important;
  border-color: #003d59 !important;
  color: #fff !important;
}

@media (max-width: 1399.98px) {
  body.sa-switching-assessment-thanks .app_header .header_inner > .d-flex {
    display: flex !important;
    grid-template-columns: none;
  }

  body.sa-switching-assessment-thanks .app_header .header_inner > .d-flex > .d-flex.flex-grow-1 {
    flex-grow: 1 !important;
  }
}

/* Thank you page — below 1200px */
@media (max-width: 1199.98px) {
  .sa-thanks-page.ps-book-demo-thanks-page {
    padding-top: 100px !important;
    padding-bottom: 48px !important;
    min-height: auto;
  }

  .sa-thanks-page.ps-book-demo-thanks-page::before {
    min-height: 220px;
  }

  .sa-thanks-card {
    max-width: 640px;
    padding: 40px 32px 32px;
  }

  .sa-thanks-success-icon {
    width: 72px;
  }

  .sa-thanks-card .successMark {
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
  }

  .sa-thanks-title {
    font-size: 32px !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
  }

  .sa-thanks-lead {
    font-size: 18px !important;
    margin-bottom: 16px !important;
    line-height: 1.5 !important;max-width: 480px;
  }

  .sa-thanks-next {
    max-width: 100%;
    padding: 18px;
    margin-bottom: 18px !important;
    border-radius: 12px;
  }

  .sa-thanks-next__title {
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }

  .sa-thanks-next__list {
    font-size: 16px !important;
    padding-left: 1.1rem;
  }

  .sa-thanks-next__list li {
    margin-bottom: 6px;
  }

  .sa-thanks-actions {
    max-width: 420px;
    gap: 8px !important;
  }

  .sa-thanks-actions .sa-thanks-btn {
    font-size: 18px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 16px !important;
  }

  .sa-thanks-btn__icon img,
  .sa-thanks-btn__icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767.98px) {
  body.sa-switching-assessment-thanks .app_header .header_rt > a.btn-outline-primary {
    display: none !important;
  }

  .sa-thanks-page.ps-book-demo-thanks-page {
    padding-top: 72px !important;
    padding-bottom: 32px !important;
  }

  .sa-thanks-page.ps-book-demo-thanks-page::before {
    min-height: 160px;
  }

  .sa-thanks-card {
    padding: 28px 16px 24px;
    border-radius: 16px;
  }

  .sa-thanks-success-icon {
    width: 60px;
  }

  .sa-thanks-card .successMark {
    margin-bottom: 12px !important;
  }

  .sa-thanks-title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sa-thanks-lead {
    font-size: 16px !important;
    margin-bottom: 14px !important;
  }

  .sa-thanks-next {
    padding: 14px;
    margin-bottom: 14px !important;
  }

  .sa-thanks-next__title {
    font-size: 18px !important;
  }

  .sa-thanks-next__list {
    font-size: 15px !important;
  }

  .sa-thanks-actions {
    max-width: 100%;
    gap: 8px !important;
  }

  .sa-thanks-actions .sa-thanks-btn,
  .sa-thanks-actions .btn {
    height: auto !important;
    min-height: 48px;
    font-size: 16px !important;
    padding: 10px 12px !important;
    white-space: normal;
    text-align: center;
    line-height: 1.25 !important;
  }

  .sa-thanks-btn__icon img,
  .sa-thanks-btn__icon svg {
    width: 18px;
    height: 18px;
  }
  .sa-request-inner{ padding: 0px !important;}
  .sa-request-shell{ border-radius: 0px !important;}
   .sa-effort-section{ padding-top: 30px;}
   .sa-group-control-cta.h-60px.sa-goto-assessment{ height: 60px !important;}
   .sa-group-control-cta.h-60px.sa-goto-assessment span{ line-height: 22px !important; }
   .app_header .header_inner .btn.btnMobileFloating{ padding-top: 13px !important;}
}

@media (max-width:440px) {
  
  .sa-thanks-actions .sa-thanks-btn,
  .sa-thanks-actions .btn {
    height: auto !important;
    min-height: 48px;
    font-size: 15px !important;
    padding: 10px 10px !important;
    white-space: normal;
    text-align: center;
    line-height: 1.25 !important;
  }

  .sa-thanks-btn__icon_arrow svg{ height: 13px; width: auto;}

}

@media (max-width:374px) {
#Overview .ps-explore-hero .bannerBtn .btn, #Overview .ps-explore-hero .ps-explore-hero__btn { font-size: 14px !important;}
}