:root {
  --sa-navy: #073b5c;
  --sa-blue: #087fa1;
  --sa-cyan: #1db7c4;
  --sa-ink: #163b51;
  --sa-muted: #506f7f;
  --sa-line: #cee2e8;
  --sa-pale: #eef8fa;
  --sa-warm: #ffb45f;
  --sa-white: #fff;
}

.sa-managed-page .container.single-page-container,
.sa-managed-page .nv-single-page-wrap,
.sa-managed-page .nv-content-wrap,
.sa-managed-page .nv-content-wrap > article,
.sa-managed-page .entry-content,
.sa-managed-page main#content,
.sa-managed-page .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.sa-managed-page #content.site-content,
body.sa-managed-page #content.site-content > .ast-container,
body.sa-managed-page #primary,
body.sa-managed-page #primary .site-main,
body.sa-managed-page #primary article.page,
body.sa-managed-page #primary .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.sa-managed-page #secondary,
body.sa-managed-page .ast-page-builder-template .entry-header,
body.sa-managed-page .entry-header {
  display: none !important;
}

body.sa-managed-page #content.site-content {
  overflow: clip;
}

.sa-managed-page .nv-sidebar-wrap,
.sa-managed-page .entry-header,
.sa-managed-page .page-header,
.sa-managed-page .nv-page-title-wrap,
.sa-managed-page .nv-post-cover,
.sa-managed-page .post-thumbnail,
.sa-managed-page .elementor-location-single + .entry-header {
  display: none !important;
}

.sa-managed-page .single-page-container > .row {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.sa-managed-page #content,
.sa-managed-page .neve-main {
  overflow: clip;
}

.sa-location,
.sa-zone,
.sa-service,
.sa-contact,
.sa-home,
.sa-directory,
.sa-services,
.sa-about,
.sa-home-lessons,
.sa-modal,
.sa-location *,
.sa-zone *,
.sa-service *,
.sa-contact *,
.sa-home *,
.sa-directory *,
.sa-services *,
.sa-about *,
.sa-home-lessons *,
.sa-modal * {
  box-sizing: border-box;
}

.sa-location,
.sa-zone,
.sa-service,
.sa-contact,
.sa-home,
.sa-directory,
.sa-services,
.sa-about,
.sa-home-lessons {
  width: 100%;
  color: var(--sa-ink);
  background: #fff;
}

.sa-location h1,
.sa-location h2,
.sa-location h3,
.sa-zone h1,
.sa-zone h2,
.sa-zone h3,
.sa-service h1,
.sa-service h2,
.sa-service h3,
.sa-contact h1,
.sa-contact h2,
.sa-contact h3,
.sa-home h1,
.sa-home h2,
.sa-home h3,
.sa-directory h1,
.sa-directory h2,
.sa-directory h3,
.sa-services h1,
.sa-services h2,
.sa-services h3,
.sa-about h1,
.sa-about h2,
.sa-about h3,
.sa-home-lessons h1,
.sa-home-lessons h2,
.sa-home-lessons h3,
.sa-modal h2 {
  text-wrap: balance;
}

.sa-shell {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.sa-shell--narrow {
  max-width: 900px;
}

.sa-eyebrow {
  margin: 0 0 10px;
  color: var(--sa-blue);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .105em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sa-hero {
  position: relative;
  min-height: clamp(520px, 68vh, 720px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background-color: #063d60;
  background-image: var(--sa-hero-image);
  background-position: center;
  background-size: cover;
}

.sa-hero--zone {
  min-height: clamp(480px, 61vh, 650px);
}

.sa-hero--service {
  min-height: clamp(500px, 64vh, 680px);
}

.sa-hero--contact {
  min-height: clamp(530px, 67vh, 710px);
}

.sa-hero--home {
  min-height: clamp(650px, 82vh, 880px);
}

.sa-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 30, 49, .96) 0%, rgba(4, 55, 77, .88) 48%, rgba(4, 79, 95, .46) 77%, rgba(4, 79, 95, .2) 100%),
    linear-gradient(0deg, rgba(3, 30, 49, .36), rgba(3, 30, 49, .08));
}

.sa-hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(78px, 11vw, 126px) 0 clamp(60px, 8vw, 94px);
}

.sa-hero__inner > * {
  max-width: 810px;
}

.sa-hero .sa-eyebrow,
.sa-section--dark .sa-eyebrow {
  color: #99edf0;
}

.sa-hero h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.55rem, 6vw, 5.1rem);
  font-weight: 780;
  letter-spacing: -.04em;
  line-height: 1.01;
}

.sa-hero__lead {
  margin: 0;
  color: rgba(255,255,255,.95);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.sa-badges,
.sa-chips,
.sa-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sa-badges {
  margin-top: 24px;
  gap: 8px;
}

.sa-badges span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.1);
  font-size: .82rem;
  font-weight: 760;
  backdrop-filter: blur(6px);
}

.sa-actions {
  margin-top: 28px;
  gap: 10px;
}

.sa-button {
  min-height: 50px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sa-button:hover,
.sa-button:focus-visible {
  transform: translateY(-2px);
}

.sa-button--primary {
  color: #10344a !important;
  background: var(--sa-warm);
  box-shadow: 0 12px 26px rgba(5,36,54,.22);
}

.sa-button--primary:hover,
.sa-button--primary:focus-visible {
  color: #102e40 !important;
  background: #ffc985;
}

.sa-button--enroll {
  color: #fff !important;
  border-color: #67ced8;
  background: var(--sa-blue);
  box-shadow: 0 12px 26px rgba(5,36,54,.24);
}

.sa-button--enroll:hover,
.sa-button--enroll:focus-visible {
  color: #fff !important;
  border-color: #99edf0;
  background: var(--sa-navy);
  box-shadow: 0 14px 30px rgba(5,36,54,.3), 0 0 0 4px rgba(29,183,196,.22);
}

.sa-button--ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.08);
}

.sa-button--ghost:hover,
.sa-button--ghost:focus-visible {
  color: var(--sa-navy) !important;
  background: #fff;
}

.sa-button--secondary {
  color: var(--sa-navy) !important;
  border-color: #8ec7d2;
  background: #fff;
}

.sa-button--secondary:hover,
.sa-button--secondary:focus-visible {
  color: #fff !important;
  border-color: var(--sa-blue);
  background: var(--sa-blue);
}

.sa-facts {
  position: relative;
  z-index: 2;
  padding: clamp(52px, 7vw, 82px) 0;
  background: var(--sa-pale);
}

.sa-facts > .sa-shell {
  position: relative;
  top: 0;
}

.sa-facts header {
  margin: 0 0 18px;
}

.sa-facts h2,
.sa-section h2,
.sa-final h2,
.sa-contact-intro h2,
.sa-step h2 {
  margin: 0;
  color: var(--sa-navy);
  font-size: clamp(1.85rem, 3.9vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.sa-facts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sa-facts__grid article {
  min-width: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid var(--sa-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(7,59,92,.06);
}

.sa-icon,
.sa-facility-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--sa-blue);
  background: #e5f5f8;
}

.sa-facts__grid small,
.sa-facts__grid strong {
  display: block;
}

.sa-facts__grid small {
  color: #68808b;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sa-facts__grid strong {
  margin-top: 3px;
  color: var(--sa-navy);
  font-size: .91rem;
  line-height: 1.35;
}

.sa-section {
  padding: clamp(60px, 8vw, 98px) 0;
}

.sa-section--tint {
  background: var(--sa-pale);
}

.sa-section--dark {
  color: #fff;
  background: linear-gradient(135deg, #052f49, #076b7d);
}

.sa-section--dark h2 {
  color: #fff;
}

.sa-split,
.sa-map-layout,
.sa-dark-grid,
.sa-area-guide {
  display: grid;
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.sa-split {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.sa-split > div > p:not(.sa-eyebrow),
.sa-map-copy > p,
.sa-section-heading > p:last-child,
.sa-area-guide p,
.sa-final > div > p:not(.sa-eyebrow) {
  color: var(--sa-muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.sa-section--dark p {
  color: rgba(255,255,255,.91);
}

.sa-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--sa-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7,59,92,.1);
}

.sa-card ul,
.sa-dark-grid ol,
.sa-zone-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-card ul {
  display: grid;
  gap: 12px;
}

.sa-card li {
  display: grid;
  grid-template-columns: 27px minmax(0,1fr);
  gap: 10px;
  align-items: center;
  color: #36596b;
  line-height: 1.45;
}

.sa-card li > span {
  color: var(--sa-blue);
}

.sa-card li svg {
  width: 21px;
  height: 21px;
}

.sa-map-layout {
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}

.sa-map-copy h3 {
  margin: 28px 0 12px;
  color: var(--sa-navy);
  font-size: 1.15rem;
}

.sa-chips {
  gap: 8px;
}

.sa-chips span {
  padding: 8px 11px;
  border-radius: 999px;
  color: #07576e;
  background: #dff2f5;
  font-size: .82rem;
  font-weight: 760;
}

.sa-text-link {
  margin-top: 24px;
  display: inline-block;
  color: #066a84 !important;
  font-weight: 850;
  text-decoration: none !important;
}

.sa-map {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid #bad8df;
  border-radius: 26px;
  background: #d9edf1;
  box-shadow: 0 18px 45px rgba(7,59,92,.1);
}

.sa-map iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
}

.sa-section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.sa-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 14px;
}

.sa-service-grid article {
  padding: 24px;
  border: 1px solid var(--sa-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7,59,92,.055);
}

.sa-service-grid article > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sa-blue);
  font-weight: 850;
}

.sa-service-grid h3 {
  margin: 18px 0 8px;
  color: var(--sa-navy);
  font-size: 1.13rem;
}

.sa-service-grid p {
  margin: 0;
  color: var(--sa-muted);
  line-height: 1.6;
}

.sa-dark-grid {
  grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr);
  align-items: start;
}

.sa-dark-grid ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.sa-dark-grid li {
  padding: 19px;
  display: grid;
  grid-template-columns: 39px minmax(0,1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.sa-dark-grid li > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--sa-navy);
  background: #99edf0;
  font-weight: 900;
}

.sa-dark-grid li p {
  margin: 4px 0 0;
  line-height: 1.55;
}

.sa-faq {
  display: grid;
  gap: 11px;
}

.sa-faq details {
  padding: 19px 21px;
  border: 1px solid var(--sa-line);
  border-radius: 16px;
  background: #fff;
}

.sa-faq summary {
  color: var(--sa-navy);
  font-weight: 850;
  cursor: pointer;
}

.sa-faq p {
  margin: 13px 0 0;
  color: var(--sa-muted);
  line-height: 1.65;
}

.sa-final {
  padding: clamp(62px, 9vw, 104px) 0;
  text-align: center;
  background: #e7f6f8;
}

.sa-final p {
  margin-inline: auto;
  max-width: 680px;
}

.sa-final .sa-button {
  margin-top: 21px;
}

.sa-zone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 20px;
}

.sa-zone-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--sa-line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(7,59,92,.09);
}

.sa-zone-card__media {
  overflow: hidden;
  display: block;
  aspect-ratio: 16/10;
  background: #dceef2;
}

.sa-zone-card__image,
.sa-zone-card__media img,
.sa-image-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .3s ease;
}

.sa-image-placeholder {
  display: grid;
  place-items: center;
  color: #47707f;
  font-weight: 800;
  background: linear-gradient(135deg, #d6eef3, #eef9fb);
}

.sa-zone-card:hover .sa-zone-card__image {
  transform: scale(1.025);
}

.sa-zone-card > div {
  flex: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.sa-zone-card h2 {
  margin: 0 0 10px;
  font-size: 1.38rem;
}

.sa-zone-card h3 {
  margin: 0 0 10px;
  color: var(--sa-navy);
  font-size: 1.38rem;
  line-height: 1.2;
}

.sa-zone-card h2 a,
.sa-zone-card h3 a {
  color: var(--sa-navy) !important;
  text-decoration: none !important;
}

.sa-zone-card__address {
  min-height: 2.8em;
  margin: 0;
  color: var(--sa-muted);
  line-height: 1.45;
}

.sa-zone-card ul {
  margin: 18px 0;
  padding: 16px 0;
  display: grid;
  gap: 7px;
  border-block: 1px solid #e4eef1;
  color: #36596b;
  font-size: .88rem;
}

.sa-zone-card .sa-actions {
  margin-top: auto;
}

.sa-zone-card .sa-button {
  flex: 1 1 130px;
  padding-inline: 13px;
  font-size: .82rem;
}

.sa-service-intro {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.sa-service-intro > div:first-child > p:last-child {
  color: var(--sa-muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.sa-choice-grid {
  display: grid;
  gap: 12px;
}

.sa-choice-grid article {
  min-width: 0;
  padding: 20px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid var(--sa-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7,59,92,.06);
}

.sa-choice-grid h3 {
  margin: 0 0 5px;
  color: var(--sa-navy);
  font-size: 1.05rem;
}

.sa-choice-grid p {
  margin: 0;
  color: var(--sa-muted);
  line-height: 1.55;
}

.sa-filter-bar {
  margin: -5px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.sa-filter {
  min-height: 44px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #9bcbd5;
  border-radius: 999px;
  color: var(--sa-navy) !important;
  background: #fff;
  font: inherit;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.sa-filter span {
  min-width: 25px;
  height: 25px;
  padding: 0 7px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #07576e;
  background: #e2f4f7;
  font-size: .74rem;
}

.sa-filter:hover,
.sa-filter:focus-visible,
.sa-filter.is-active {
  border-color: var(--sa-navy);
  color: #fff !important;
  background: var(--sa-navy);
}

.sa-filter:hover span,
.sa-filter:focus-visible span,
.sa-filter.is-active span {
  color: var(--sa-navy);
  background: var(--sa-warm);
}

.sa-service-results {
  scroll-margin-top: 110px;
}

.sa-service-location[hidden] {
  display: none !important;
}

.sa-service-location__label {
  margin: 14px 0 0;
  color: #08708d;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sa-service-empty {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid var(--sa-line);
  border-radius: 15px;
  color: var(--sa-muted);
  background: #fff;
}

.sa-area-guide {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}

.sa-contact-intro {
  padding: 35px 0;
  background: #e7f6f8;
}

.sa-contact-intro > .sa-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 13px;
}

.sa-contact-intro > .sa-shell > div {
  padding: 20px;
  border: 1px solid #c8e1e7;
  border-radius: 18px;
  background: #fff;
}

.sa-contact-intro span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sa-blue);
  font-weight: 900;
}

.sa-contact-intro h2 {
  margin-top: 14px;
  font-size: 1.16rem;
}

.sa-contact-intro p {
  margin: 7px 0 0;
  color: var(--sa-muted);
  line-height: 1.55;
}

.sa-contact-main {
  padding-block: clamp(48px, 7vw, 86px);
}

.sa-form-app {
  display: grid;
  gap: 24px;
}

.sa-selector,
.sa-form-shell {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--sa-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(7,59,92,.075);
  scroll-margin-top: 130px;
}

.sa-step {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 14px;
  align-items: start;
}

.sa-step > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sa-blue);
  font-size: 1.15rem;
  font-weight: 900;
}

.sa-step p {
  margin: 0 0 4px;
  color: var(--sa-blue);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sa-step h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.sa-zone-select {
  max-width: 620px;
  display: grid;
  gap: 7px;
}

.sa-zone-select > span {
  color: var(--sa-navy);
  font-weight: 850;
}

.sa-zone-select select {
  width: 100%;
  min-height: 58px;
  padding: 10px 44px 10px 16px;
  border: 2px solid #99cbd5;
  border-radius: 15px;
  color: var(--sa-ink);
  background: #fff;
  font: inherit;
}

.sa-zone-select small {
  color: var(--sa-muted);
}

.sa-picker-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}

.sa-picker-card {
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 122px minmax(0,1fr);
  align-items: stretch;
  border: 2px solid #c8e0e6;
  border-radius: 17px;
  color: var(--sa-ink) !important;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.sa-picker-card[hidden] {
  display: none !important;
}

.sa-picker-card:hover,
.sa-picker-card:focus-visible,
.sa-picker-card.is-selected {
  border-color: var(--sa-blue);
  color: #fff !important;
  background: var(--sa-navy);
  transform: translateY(-2px);
}

.sa-picker-card__image {
  min-height: 122px;
  overflow: hidden;
  display: block;
  background: #dceef2;
}

.sa-picker-card__image img,
.sa-picker-card__image > span {
  width: 100%;
  height: 100%;
  min-height: 122px;
  display: grid;
  place-items: center;
  object-fit: cover;
}

.sa-picker-card__body {
  min-width: 0;
  padding: 16px 35px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sa-picker-card strong,
.sa-picker-card small {
  display: block;
  color: inherit !important;
}

.sa-picker-card strong {
  font-size: .96rem;
  line-height: 1.28;
}

.sa-picker-card small {
  margin-top: 7px;
  opacity: .82;
  line-height: 1.35;
}

.sa-picker-card__check {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 25px;
  height: 25px;
  display: none;
  place-items: center;
  border-radius: 50%;
  color: var(--sa-navy);
  background: var(--sa-warm);
  font-weight: 900;
}

.sa-picker-card.is-selected .sa-picker-card__check {
  display: grid;
}

.sa-current,
.sa-locked {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #a8d3dc;
  border-radius: 16px;
  color: var(--sa-ink);
  background: #e8f7f9;
}

.sa-current span,
.sa-current strong,
.sa-locked small,
.sa-locked strong {
  display: block;
}

.sa-current span,
.sa-locked small {
  color: #557482;
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sa-current strong,
.sa-locked strong {
  margin-top: 3px;
  color: var(--sa-navy);
}

.sa-locked {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 12px;
  align-items: center;
}

.sa-locked > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sa-blue);
  font-weight: 900;
}

.sa-locked p {
  margin: 4px 0 0;
  color: var(--sa-muted);
  line-height: 1.4;
}

.sa-form-error,
.sa-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #df8c8c;
  border-radius: 12px;
  color: #7c2020;
  background: #fff0f0;
}

.sa-form-error.is-success {
  border-color: #75b99a;
  color: #175c3c;
  background: #edf9f3;
}

.sa-notice {
  display: grid;
  gap: 4px;
}

.sa-form-shell form {
  margin: 0;
}

.sa-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 17px;
}

.sa-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.sa-field--full {
  grid-column: 1 / -1;
}

.sa-field > label,
.sa-field > span:first-child {
  color: var(--sa-navy);
  font-size: .91rem;
  font-weight: 850;
}

.sa-field input:not([type="checkbox"]),
.sa-field select,
.sa-field textarea {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 12px 14px;
  border: 2px solid #c5dfe5;
  border-radius: 13px;
  color: #173a4d !important;
  background: #fff !important;
  font: inherit;
  box-shadow: none;
}

.sa-field textarea {
  min-height: 120px;
  resize: vertical;
}

.sa-field input:focus,
.sa-field select:focus,
.sa-field textarea:focus {
  outline: none;
  border-color: var(--sa-blue);
  box-shadow: 0 0 0 4px rgba(8,127,161,.12);
}

.sa-field small {
  color: var(--sa-muted);
  line-height: 1.45;
}

.sa-consent {
  grid-column: 1 / -1;
  padding: 14px 16px;
  border-radius: 13px;
  background: var(--sa-pale);
}

.sa-consent .wpcf7-list-item {
  margin: 0;
}

.sa-consent label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #355b6e;
  line-height: 1.5;
}

.sa-consent input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.sa-submit {
  grid-column: 1 / -1;
  position: relative;
}

.sa-submit input[type="submit"] {
  width: 100%;
  min-height: 58px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: var(--sa-blue) !important;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
}

.sa-submit input[type="submit"]:hover,
.sa-submit input[type="submit"]:focus-visible {
  background: var(--sa-navy) !important;
}

.sa-form-shell .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #a52323;
  font-size: .82rem;
}

.sa-form-shell .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 13px 15px !important;
  border-width: 1px !important;
  border-radius: 12px;
}

.sa-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sa-privacy {
  margin: 16px 0 0;
  color: var(--sa-muted);
  font-size: .82rem;
  text-align: center;
}

.sa-modal[hidden] {
  display: none !important;
}

.sa-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.sa-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,29,46,.88);
  backdrop-filter: blur(8px);
}

.sa-modal__panel {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 25px 75px rgba(0,0,0,.34);
  overscroll-behavior: contain;
}

.sa-modal__header {
  padding: clamp(29px, 5vw, 48px) clamp(25px, 5vw, 52px) 20px;
}

.sa-modal__header h2 {
  margin: 0 0 12px;
  padding-right: 48px;
  color: var(--sa-navy);
  font-size: clamp(1.65rem, 3.5vw, 2.7rem);
  line-height: 1.09;
}

.sa-modal__header > p:last-child {
  margin: 0;
  color: var(--sa-muted);
  line-height: 1.6;
}

.sa-modal .sa-form-app {
  gap: 0;
}

.sa-modal .sa-form-shell {
  padding: 20px clamp(25px, 5vw, 52px) clamp(30px, 5vw, 50px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sa-modal .sa-step {
  display: none;
}

.sa-modal__close {
  position: sticky;
  z-index: 4;
  float: right;
  top: 16px;
  right: 16px;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 16px 16px -64px 0;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: var(--sa-navy) !important;
  background: #e7f6f8 !important;
  box-shadow: 0 10px 25px rgba(7,59,92,.16);
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1 !important;
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

.sa-modal__close span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  line-height: 1;
  transform: translateY(-1px);
}

.sa-modal__close:hover,
.sa-modal__close:focus-visible {
  color: #fff !important;
  background: var(--sa-blue) !important;
}

.sa-zone-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sa-zone-tile {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--sa-line);
  border-radius: 24px;
  color: var(--sa-ink) !important;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 59, 92, .08);
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sa-zone-tile:hover,
.sa-zone-tile:focus-visible {
  transform: translateY(-4px);
  border-color: var(--sa-blue);
  box-shadow: 0 18px 38px rgba(7, 59, 92, .15);
}

.sa-zone-tile__media {
  min-height: 180px;
  overflow: hidden;
  display: block;
  background: var(--sa-pale);
}

.sa-zone-tile__image,
.sa-zone-tile__media img,
.sa-zone-tile__media > span {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: block;
  object-fit: cover;
}

.sa-zone-tile__body {
  padding: 22px;
  display: grid;
  gap: 8px;
}

.sa-zone-tile__body small {
  color: var(--sa-blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sa-zone-tile__body strong {
  color: var(--sa-navy);
  font-size: 1.18rem;
  line-height: 1.25;
}

.sa-zone-tile__body > span:last-child {
  color: var(--sa-muted);
  font-size: .92rem;
  line-height: 1.55;
}

.sa-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sa-process article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .07);
}

.sa-process article > span {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--sa-navy);
  background: #99edf0;
  font-weight: 900;
}

.sa-process h3,
.sa-process p {
  color: #fff;
}

.sa-process h3 {
  margin: 0 0 9px;
}

.sa-process p {
  margin: 0;
  opacity: .88;
  line-height: 1.65;
}

.sa-service-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sa-service-links > a {
  min-width: 0;
  padding: 27px;
  border: 1px solid var(--sa-line);
  border-radius: 22px;
  color: var(--sa-ink) !important;
  background: #fff;
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sa-service-links > a:hover,
.sa-service-links > a:focus-visible {
  transform: translateY(-3px);
  border-color: var(--sa-blue);
  box-shadow: 0 16px 34px rgba(7, 59, 92, .12);
}

.sa-service-links > a > span {
  width: 48px;
  height: 48px;
  margin-bottom: 19px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--sa-blue);
  background: var(--sa-pale);
}

.sa-service-links h2 {
  margin: 0 0 10px;
  color: var(--sa-navy);
  font-size: 1.18rem;
  line-height: 1.3;
}

.sa-service-links p {
  margin: 0;
  color: var(--sa-muted);
  line-height: 1.6;
}

.sa-service-links--large {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sa-service-links--large > a {
  padding: clamp(28px, 4vw, 44px);
}

.sa-network,
.sa-partner {
  scroll-margin-top: 110px;
}

.sa-network__heading {
  max-width: 860px;
}

.sa-network-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sa-network-card {
  min-width: 0;
  min-height: 288px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--sa-line);
  border-radius: 22px;
  color: var(--sa-ink) !important;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 59, 92, .075);
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sa-network-card:hover,
.sa-network-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--sa-blue);
  color: var(--sa-ink) !important;
  box-shadow: 0 18px 42px rgba(7, 59, 92, .14);
}

.sa-network-card:focus-visible {
  outline: 3px solid rgba(29, 183, 196, .32);
  outline-offset: 3px;
}

.sa-network-card__logo {
  height: 100px;
  margin-bottom: 18px;
  padding: 15px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dcebef;
  border-radius: 16px;
  background: #f4fafb;
}

.sa-network-card__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70px;
  display: block;
  object-fit: contain;
}

.sa-network-card--inot-cursuri-ro .sa-network-card__logo,
.sa-network-card--bazin-ro .sa-network-card__logo,
.sa-network-card--bazin-cursuri-inot-ro .sa-network-card__logo,
.sa-network-card--cursuri-inot-copii-ro .sa-network-card__logo {
  border-color: #174f6c;
  background: linear-gradient(135deg, #063d60, #087d9c);
}

.sa-network-card__domain,
.sa-network-card__focus,
.sa-network-card__link {
  display: block;
}

.sa-network-card__domain {
  color: var(--sa-navy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.3;
}

.sa-network-card__focus {
  margin-top: 8px;
  color: var(--sa-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.sa-network-card__link {
  margin-top: auto;
  padding-top: 16px;
  color: #08718f;
  font-size: .82rem;
  font-weight: 850;
}

.sa-network-cta {
  margin-top: 28px;
  padding: clamp(22px, 4vw, 32px);
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--sa-navy), #08768b);
}

.sa-network-cta > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.sa-network-cta strong {
  color: #fff;
  font-size: 1.17rem;
}

.sa-network-cta span {
  color: rgba(255,255,255,.86);
  line-height: 1.55;
}

.sa-network-cta .sa-button {
  flex: 0 0 auto;
  border-color: #fff;
  background: #fff !important;
  color: var(--sa-navy) !important;
}

.sa-network-cta .sa-button:hover,
.sa-network-cta .sa-button:focus-visible {
  border-color: var(--sa-warm);
  background: var(--sa-warm) !important;
}

.sa-partner-benefits article > span svg {
  width: 23px;
  height: 23px;
}

.sa-partner-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.sa-partner-copy > p:not(.sa-eyebrow) {
  color: var(--sa-muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.sa-partner-note {
  margin-top: 26px;
  padding: 20px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid #b9dce3;
  border-radius: 18px;
  background: #fff;
}

.sa-partner-note > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--sa-blue);
  background: var(--sa-pale);
}

.sa-partner-note svg {
  width: 23px;
  height: 23px;
}

.sa-partner-note p,
.sa-partner-note strong {
  display: block;
}

.sa-partner-note p {
  margin: 0;
  color: var(--sa-muted);
  line-height: 1.55;
}

.sa-partner-note strong {
  margin-bottom: 4px;
  color: var(--sa-navy);
}

.sa-partner-form-shell {
  min-width: 0;
}

.sa-partner-form-shell .sa-step h3 {
  margin: 0;
  color: var(--sa-navy);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.sa-partner-form-shell form {
  margin: 0;
}

.sa-partner-services .wpcf7-form-control {
  margin-top: 3px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.sa-partner-services .wpcf7-list-item {
  min-width: 0;
  margin: 0;
}

.sa-partner-services label {
  min-height: 46px;
  padding: 10px 12px;
  display: flex;
  gap: 9px;
  align-items: center;
  border: 1px solid var(--sa-line);
  border-radius: 12px;
  color: #355b6e;
  background: #f8fbfc;
  line-height: 1.35;
}

.sa-partner-services input {
  width: 19px;
  height: 19px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--sa-blue);
}

.sa-partner-form-shell .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #a52323;
  font-size: .82rem;
}

.sa-partner-form-shell .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 13px 15px !important;
  border-width: 1px !important;
  border-radius: 12px;
}

.sa-center {
  margin: 34px 0 0;
  text-align: center;
}

.main-header-menu .sub-menu .menu-link:hover,
.main-header-menu .sub-menu .menu-link:focus-visible,
.main-header-menu .sub-menu .current-menu-item > .menu-link {
  color: #fff !important;
  background: var(--sa-blue) !important;
}

body.sa-modal-open {
  overflow: hidden;
}

@media (max-width: 1020px) {
  .sa-facts__grid,
  .sa-picker-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .sa-split,
  .sa-map-layout,
  .sa-dark-grid,
  .sa-area-guide,
  .sa-service-intro,
  .sa-partner-layout {
    grid-template-columns: 1fr;
  }
  .sa-map-copy {
    order: 1;
  }
  .sa-map {
    min-height: 360px;
  }
  .sa-map iframe {
    height: 360px;
  }
  .sa-zone-tiles,
  .sa-service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sa-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .sa-managed-page .container.single-page-container,
  .sa-managed-page .nv-single-page-wrap {
    padding-top: 0 !important;
  }
  .sa-hero,
  .sa-hero--zone,
  .sa-hero--service,
  .sa-hero--contact {
    min-height: 550px;
    background-position: center;
  }
  .sa-hero__shade {
    background: linear-gradient(0deg, rgba(3,30,49,.98) 0%, rgba(4,54,75,.87) 66%, rgba(4,73,89,.48) 100%);
  }
  .sa-hero__inner {
    padding-block: 82px 50px;
  }
  .sa-hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.8rem);
  }
  .sa-facts__grid,
  .sa-contact-intro > .sa-shell,
  .sa-form-grid,
  .sa-dark-grid ol {
    grid-template-columns: 1fr;
  }
  .sa-field--full,
  .sa-consent,
  .sa-submit {
    grid-column: 1;
  }
  .sa-picker-grid {
    grid-template-columns: 1fr;
  }
  .sa-zone-tiles,
  .sa-process,
  .sa-service-links,
  .sa-service-links--large {
    grid-template-columns: 1fr;
  }
  .sa-network-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .sa-partner-services .wpcf7-form-control {
    grid-template-columns: 1fr;
  }
  .sa-picker-card {
    grid-template-columns: 112px minmax(0,1fr);
  }
  .sa-picker-card__image,
  .sa-picker-card__image img,
  .sa-picker-card__image > span {
    min-height: 116px;
  }
  .sa-modal {
    padding: 0;
    place-items: stretch;
  }
  .sa-modal__panel {
    width: 100%;
    max-height: 100dvh;
    border-radius: 0;
  }
  .sa-modal__close {
    top: 10px;
    right: 10px;
    margin: 10px 10px -58px 0;
  }
}

@media (max-width: 520px) {
  .sa-hero {
    min-height: 570px;
  }
  .sa-actions .sa-button {
    width: 100%;
  }
  .sa-facts__grid article {
    grid-template-columns: 39px minmax(0,1fr);
  }
  .sa-icon {
    width: 39px;
    height: 39px;
  }
  .sa-selector,
  .sa-form-shell {
    padding: 21px 16px;
    border-radius: 20px;
  }
  .sa-network-grid {
    grid-template-columns: 1fr;
  }
  .sa-network-card {
    min-height: 0;
  }
  .sa-step {
    grid-template-columns: 44px minmax(0,1fr);
  }
  .sa-step > span {
    width: 44px;
    height: 44px;
  }
  .sa-picker-card {
    min-height: 104px;
    grid-template-columns: 94px minmax(0,1fr);
  }
  .sa-picker-card__image,
  .sa-picker-card__image img,
  .sa-picker-card__image > span {
    min-height: 100px;
  }
  .sa-picker-card__body {
    padding: 13px 31px 13px 13px;
  }
  .sa-shell {
    width: min(100% - 28px, 1180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-button,
  .sa-picker-card,
  .sa-zone-card__image {
    transition: none;
  }
}

