@charset "UTF-8";
/*!
Theme Name: bty custom theme
Theme URI: https://btyservices.com/
Author: BTY Services
Author URI: https://btyservices.com/
Description: BTY Custom WordPress theme. All content is editable from the dashboard. Built with custom blocks.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bty-custom-theme
Tags: orthodontics, custom-colors, custom-menu, custom-logo, featured-images, theme-options, custom-blocks
*/
:root {
  --bty-dark: #15324b;
  --bty-teal: #418bca;
  --bty-teal-deep: #418bca;
  --bty-mint: #eaf6fd;
  --bty-slate: #6b7e8f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height, 80px);
  font-size: clamp(0.8rem, 1.4vw, 1rem);
}

body {
  min-height: 100vh;
  background: #ffffff;
  color: #6b7e8f;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #418bca;
}

strong {
  font-weight: 700;
}

mark {
  background-color: transparent;
  color: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #15324b;
  line-height: 1.15;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

h1 {
  font-size: clamp(1.8rem, 2.11vw, 2rem);
}

h2 {
  font-size: clamp(1.3rem, 1.6vw, 1.5rem);
}

h3 {
  font-size: clamp(1.2rem, 1.36vw, 1.25rem);
}

h4 {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}

p {
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  line-height: 1.7;
  color: #6b7e90;
}

.bty-container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.bty-superscript {
  vertical-align: baseline;
  color: #418bca;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(0.78rem, 3vw, 0.8rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.bty-section-head {
  max-width: 620px;
  margin-bottom: 4rem;
}
.bty-section-head p {
  margin-top: 0.75rem;
  font-size: clamp(1.1rem, 1.2vw, 1.13rem);
}
.bty-section-head.is-center {
  margin-inline: auto;
  text-align: center;
}
.bty-section-head.is-center .bty-superscript {
  justify-content: center;
}
.bty-section-head.is-center .bty-superscript::before {
  display: none;
}
.bty-section-head.bty-section-head--split {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.bty-section-head.bty-section-head--split .bty-section-head__main {
  flex: 1 1 auto;
  min-width: 0;
}
.bty-section-head.bty-section-head--split .bty-section-head__aside {
  flex: 1 1 320px;
  max-width: 480px;
}
.bty-section-head.bty-section-head--split .bty-section-head__aside p {
  color: #fffffd;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .bty-section-head {
    margin-bottom: 3;
  }
}
@media (max-width: 782px) {
  .bty-section-head {
    margin-bottom: 2rem;
  }
  .bty-section-head.bty-section-head--split {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .bty-section-head.bty-section-head--split .bty-section-head__aside {
    max-width: none;
    flex: 1 1 auto;
  }
}
.bty-btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 1.6rem;
  padding-right: 14px;
  gap: 20px;
  border: 0;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(0.8rem, 1.6vw, 1.2rem);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.bty-btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 1em;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("assets/images/icons/i_arr2.svg");
  mask-image: url("assets/images/icons/i_arr2.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.bty-btn:hover {
  transform: translateY(-2px);
}
.bty-btn {
  font-family: "Mulish", system-ui, sans-serif;
  background: #418bca;
  color: #ffffff;
}
.bty-btn:hover {
  box-shadow: 0px 5px 20px 4px rgba(65, 139, 202, 0.45);
}

.bty-btn--dark {
  background: #15324b;
  color: #ffffff;
}
.bty-btn--dark:hover {
  box-shadow: 0px 5px 20px 4px rgba(255, 255, 255, 0.4);
}

.bty-btn--ghost {
  background: transparent;
  color: #15324b;
  border: 2px solid #7acef0;
  box-shadow: none;
}
.bty-btn--ghost:hover {
  border-color: #418bca;
  box-shadow: 0px 5px 20px 4px rgba(65, 139, 202, 0.25);
}

.bty-btn--outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  box-shadow: none;
}
.bty-btn--outline:hover {
  border-color: #418bca;
  color: #418bca;
  box-shadow: 0px 5px 20px 4px rgba(65, 139, 202, 0.3);
}

.bty-btn--outline-blue {
  background: #ffffff;
  border: 2px solid #418bca;
  color: #418bca;
  box-shadow: none;
}
.bty-btn--outline-blue:hover {
  background: #418bca;
  color: #ffffff;
  box-shadow: 0px 5px 20px 4px rgba(65, 139, 202, 0.3);
}

.bty-btn--white {
  background: #ffffff;
  color: #15324b;
}
.bty-btn--white:hover {
  box-shadow: 0px 5px 20px 4px rgba(255, 255, 255, 0.18);
}

.bty-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bty-btn-icon svg,
.bty-btn-icon img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.bty-btn--sm {
  padding: 0.6rem 1.2rem;
}

.bty-btn--lg {
  padding: 1.1rem 2.2rem;
}

.wp-block-list {
  padding-left: 1.5em;
}
.wp-block-list:where(ul) {
  list-style-type: disc;
}
.wp-block-list:where(ol) {
  list-style-type: decimal;
}
.wp-block-list li + li {
  margin-top: 0.35em;
}
.wp-block-list ul {
  list-style-type: circle;
}
.wp-block-list ol {
  list-style-type: lower-alpha;
}

.page-hero {
  background: #eaf6fd;
  padding-block: 4rem;
  text-align: center;
}
.page-hero .bty-container {
  max-width: 860px;
}
.page-hero p {
  margin-top: 0.5rem;
  color: #b3e6fa;
}
.page-hero .bty-superscript {
  display: block;
  margin-bottom: 0.5rem;
}
.page-hero--centered {
  position: relative;
  background-color: #15324b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 5rem;
  color: #ffffff;
}
.page-hero--centered .page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(59, 86, 109, 0.72);
}
.page-hero--centered .page-hero__inner {
  position: relative;
  z-index: 1;
}
.page-hero--centered h1 {
  color: #ffffff;
}
.page-hero--centered p {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 0.75rem;
}
.page-hero--centered .bty-superscript {
  color: #418bca;
}
.page-hero--centered .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 600px) {
  .page-hero--centered {
    padding-block: 4rem;
  }
}

.content-area {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .content-area {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .content-area {
    padding-block: 2rem;
  }
}

.bty-extra-content {
  margin: 0 auto 2rem;
  max-width: 1200px;
}

svg {
  width: 16px;
  height: 16px;
}

.entry + .entry {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(65, 139, 202, 0.25);
}
.entry .entry-title {
  margin-bottom: 0.5rem;
}
.entry .entry-title a {
  text-decoration: none;
  color: #15324b;
}
.entry .entry-meta {
  color: #b3e6fa;
  margin-bottom: 1rem;
}
.entry .entry-content {
  margin-top: 1rem;
}
.entry .entry-thumb img {
  border-radius: 18px;
  margin-bottom: 1.25rem;
}

.pagination {
  margin-top: 4rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding-inline: 0.5rem;
  border-radius: 18px;
  border: 1px solid rgba(65, 139, 202, 0.25);
  text-decoration: none;
  color: #15324b;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #418bca;
  border-color: #418bca;
  color: #15324b;
}

.bty-has-wave {
  overflow: visible;
}

.bty-wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: -1;
  pointer-events: none;
  line-height: 0;
}
.bty-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .bty-wave {
    height: 38px;
  }
}

.bty-wave--top {
  top: 0;
}

.bty-wave--bottom {
  bottom: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.9375rem 1.5rem;
}
.site-header > .bty-container {
  gap: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0.625rem 1rem 0.625rem 1.5rem;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(59, 86, 109, 0.12);
}
.site-header:has(+ #primary > .hero--split-slider:first-child) {
  position: absolute;
  width: 100%;
}

.site-branding {
  flex: none;
}
.site-branding a {
  display: block;
  text-decoration: none;
}
.site-branding .site-logo,
.site-branding img {
  height: 100%;
  width: auto;
  display: block;
  max-height: 52px;
}

.primary-nav {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}
.primary-nav ul {
  gap: 0;
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.primary-nav li {
  position: relative;
}
.primary-nav a {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #15324b;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.primary-nav a:hover {
  color: #418bca;
  background-color: rgba(65, 139, 202, 0.15);
}
.primary-nav .nav-mega__section {
  position: relative;
}
.primary-nav .nav-mega__section a {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}
.primary-nav .nav-mega__title {
  display: inline-block;
}
.primary-nav span.nav-mega__title {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #15324b;
  white-space: nowrap;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  cursor: default;
}
.primary-nav .nav-mega__title.is-active {
  color: #418bca;
}
.primary-nav .nav-mega__section > .nav-mega__links,
.primary-nav .nav-mega__section > .nav-mega__sub-grid {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin: 0.5rem 0 0;
  padding: 0.75rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(59, 86, 109, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0s linear 0.15s;
}
.primary-nav .nav-mega__section > .nav-mega__links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 200px;
}
.primary-nav .nav-mega__links {
  list-style: none;
}
.primary-nav .nav-mega__links li {
  width: 100%;
}
.primary-nav .nav-mega__links a {
  display: block;
  width: 100%;
  white-space: nowrap;
}
.primary-nav .nav-mega__links a:hover {
  background-color: transparent;
}
.primary-nav .nav-mega__links a.is-active {
  color: #418bca;
  background-color: rgba(65, 139, 202, 0.15);
}
.primary-nav .nav-mega__sub-col > .nav-mega__links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.primary-nav .nav-mega__sub-col > .nav-mega__links li {
  width: auto;
  border-bottom: 0px solid transparent;
}
.primary-nav .nav-mega__sub-col > .nav-mega__links a {
  display: inline-block;
  width: auto;
  font-size: clamp(0.8rem, 1.3vw, 0.9rem);
}
.primary-nav .nav-mega__sub-col > .nav-mega__links a.is-active {
  color: #418bca;
  background-color: transparent;
}
.primary-nav .nav-mega__sub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  max-width: calc(960px + 3rem);
  gap: 0.5rem 1.5rem;
}
.primary-nav .nav-mega__sub-col {
  min-width: 0;
}
.primary-nav .nav-mega__sub-title {
  display: block;
  margin: 0 0 0.4rem -0.9rem;
  padding: 0.4rem 0.9rem;
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  color: #418bca;
  white-space: nowrap;
}
.primary-nav .nav-mega__sub-title:hover {
  color: #418bca;
  background-color: transparent;
}
.primary-nav .nav-mega__sub-title.is-active {
  background-color: rgba(65, 139, 202, 0.15);
  border-radius: 999px;
}
.primary-nav .nav-mega__section:hover > .nav-mega__links,
.primary-nav .nav-mega__section:hover > .nav-mega__sub-grid,
.primary-nav .nav-mega__section:focus-within > .nav-mega__links,
.primary-nav .nav-mega__section:focus-within > .nav-mega__sub-grid {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0s linear 0s;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex: none;
  margin-left: auto;
}
.header-actions .header-phone {
  color: #418bca;
}
.header-actions .header-book {
  color: #ffffff;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  color: #418bca;
  text-decoration: none;
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}
.header-phone__icon {
  display: flex;
  flex: none;
}
.header-phone__icon svg {
  transform: translate(4px, 2px);
}
.header-phone:hover {
  opacity: 0.8;
}

.header-book {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #418bca;
  color: #ffffff;
  text-decoration: none;
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
  padding: 0.75rem 1.375rem;
  border-radius: 999px;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.header-book__icon {
  display: flex;
  flex: none;
}
.header-book__icon svg {
  width: 16px;
  height: 16px;
}
.header-book:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: #418bca;
  flex: none;
}
.nav-toggle span {
  position: relative;
  display: block;
  width: 24px;
  height: 2.5px;
  background: currentColor;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease;
}
.nav-toggle span::before {
  top: -8px;
}
.nav-toggle span::after {
  top: 8px;
}
.nav-toggle[aria-expanded=true] span {
  background: transparent;
}
.nav-toggle[aria-expanded=true] span::before {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle[aria-expanded=true] span::after {
  transform: translateY(-8px) rotate(-45deg);
}

.header-cta {
  display: inline-flex;
  align-items: stretch;
  border: 1.5px solid transparent;
  border-radius: 8px;
  padding: 2px;
  text-decoration: none;
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 700;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.header-cta:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.header-cta .cta-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6px;
  color: #ffffff;
  white-space: nowrap;
}
.header-cta .cta-inner::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 100%;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("assets/images/icons/i_arr2.svg");
  mask-image: url("assets/images/icons/i_arr2.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 0.25rem;
  transform: translate(-4px, 17px);
}
.header-cta .cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: auto;
  height: 100%;
  padding: 0.4rem 0.5rem;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.header-cta .cta-icon img {
  width: auto;
  height: 100%;
}
.header-cta .cta-text {
  padding: 0.5rem 1rem 0.5rem 0.2rem;
  font-size: clamp(0.8rem, 1.6vw, 1.2rem);
}
.header-cta--consult {
  border-color: #15324b;
}
.header-cta--consult .cta-inner {
  background: #15324b;
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: flex;
  }
  .site-header {
    padding: 0.75rem 1rem;
  }
  .site-header > .bty-container {
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  }
  .site-branding .site-logo,
  .site-branding img {
    max-height: 42px;
  }
  .header-actions {
    gap: 0.625rem;
    margin-left: 0;
    order: -1;
  }
  .header-phone__text {
    display: none;
  }
  .header-book__text {
    display: none;
  }
  .header-book {
    padding: 0.6rem;
  }
  .header-book svg {
    width: 18px;
    height: 18px;
  }
  .primary-nav .nav-mega__links,
  .primary-nav .nav-mega__sub-grid,
  .primary-nav .nav-mega__section > .nav-mega__links,
  .primary-nav .nav-mega__section > .nav-mega__sub-grid {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    box-shadow: none;
    margin: 0 0 0 1rem;
    padding: 0;
    background: transparent;
  }
  .primary-nav .nav-mega__sub-grid {
    display: block;
    max-width: none;
  }
  .primary-nav .nav-mega__sub-col {
    margin: 0 0 0.5rem;
  }
  .primary-nav .nav-mega__sub-col > .nav-mega__links {
    margin: 0;
  }
  .primary-nav .nav-mega__sub-title {
    padding: 0.6rem 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .primary-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(300px, 85vw);
    background: #15324b;
    box-shadow: -8px 0 40px rgba(59, 86, 109, 0.28);
    padding: 0 0 2rem;
    overflow-y: auto;
    z-index: 99;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.32s ease, visibility 0s linear 0.32s;
  }
  .primary-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.32s ease, visibility 0s linear 0s;
  }
  .primary-nav ul {
    gap: 0;
    width: 100%;
    padding: 1.5rem;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .primary-nav li,
  .primary-nav .nav-mega__section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .primary-nav li:first-child,
  .primary-nav .nav-mega__section:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .primary-nav a,
  .primary-nav .nav-mega__title {
    display: block;
    width: 100%;
    padding: 0.9rem 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff;
    letter-spacing: 0.02em;
    transition: color 0.15s ease;
  }
  .primary-nav a:hover,
  .primary-nav .nav-mega__title:hover {
    color: #418bca;
  }
  .primary-nav span.nav-mega__title {
    cursor: default;
  }
  .primary-nav .nav-mega__title.is-active {
    color: #418bca;
  }
  .primary-nav .header-actions {
    flex: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 1.5rem 1.5rem 0;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .primary-nav .header-phone {
    color: #ffffff;
    display: flex;
    justify-content: center;
  }
  .primary-nav .header-phone__text {
    display: inline;
  }
  .primary-nav .header-book__text {
    display: inline;
  }
  .primary-nav .header-book {
    display: flex;
    padding: 0.75rem 1.375rem;
    justify-content: center;
  }
  .primary-nav .header-book svg {
    width: 16px;
    height: 16px;
  }
  .mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(59, 86, 109, 0.45);
    backdrop-filter: blur(2px);
    z-index: 98;
    opacity: 0;
    transition: opacity 0.32s ease;
  }
  .mobile-nav-overlay.is-visible {
    display: block;
  }
  .mobile-nav-overlay.is-active {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .site-header {
    padding: 0.625rem 0.75rem;
  }
  .site-header > .bty-container {
    padding: 0.4rem 0.4rem 0.4rem 1rem;
  }
  .site-branding .site-logo,
  .site-branding img {
    max-height: 36px;
  }
}
.site-footer {
  background: #1e4264;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #ffffff;
}
.site-footer p {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-main > .bty-container {
  padding-block: 2.75rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 2.5rem;
  }
}
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col__title {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #ffffff;
  margin: 0 0 1rem;
}

.footer-logo-link {
  display: block;
  flex: none;
  text-decoration: none;
  margin-bottom: 1rem;
}
.footer-logo-link img,
.footer-logo-link .custom-logo {
  height: auto;
  width: 100%;
  max-width: 170px;
  display: block;
  filter: brightness(0) invert(1);
}

.footer-tagline {
  font-size: 0.85rem;
  line-height: 1.6;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.25rem;
}

.footer-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-icons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.footer-icons__link:hover {
  background: #418bca;
  color: #15324b;
}

.footer-col--links ul {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-col--links a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}
.footer-col--links a:hover {
  color: #ffffff;
}

.footer-visit__row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.55;
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.75);
}
.footer-visit__row svg {
  flex: none;
  margin-top: 2px;
  color: #7acef0;
}
.footer-visit__row a {
  color: inherit;
}
.footer-visit__row a:hover {
  color: #ffffff;
}

.footer-visit__hours div {
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom > .bty-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  padding-block: 1.25rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer-bottom__copy {
  flex: none;
  color: rgba(255, 255, 255, 0.45);
}

.footer-bottom__credit {
  flex: 1;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}

.footer-bottom__legal {
  gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-bottom__legal a {
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.footer-bottom__legal a:hover {
  color: #ffffff;
}

@media (max-width: 782px) {
  .footer-bottom > .bty-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom__credit {
    text-align: left;
  }
}
.go-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid rgba(65, 139, 202, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.25s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.go-to-top svg {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.go-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.go-to-top:hover, .go-to-top:focus-visible {
  background-color: #418bca;
  border-color: #418bca;
  box-shadow: 0 6px 24px rgba(65, 139, 202, 0.28);
  outline: none;
}
.go-to-top:hover svg, .go-to-top:focus-visible svg {
  transform: translateY(-3px);
}
.go-to-top:hover svg circle, .go-to-top:focus-visible svg circle {
  fill: #418bca;
  stroke: #418bca;
}
.go-to-top:hover svg path, .go-to-top:focus-visible svg path {
  stroke: #fff;
}
.go-to-top:active, .go-to-top.is-clicked {
  transform: translateY(0) scale(0.88);
  box-shadow: 0 2px 8px rgba(65, 139, 202, 0.18);
  transition-duration: 0.1s;
}
.go-to-top:active svg, .go-to-top.is-clicked svg {
  transform: translateY(0);
}

.hero {
  position: relative;
  background-color: #eaf6fd;
  background-image: url("./assets/images/backgrounds/bg12.png");
  background-size: 100% 85%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  overflow: hidden;
}
.hero:has(.hero__locations-bar) {
  overflow: visible;
}
.hero .hero__locations-bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 1400px;
  padding-inline: 2.5rem;
  z-index: 10;
}
.hero .hero__locations-bar .locations-bar {
  flex-wrap: nowrap;
}
.hero .bty-container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 4rem;
  padding-block: 5rem;
  max-width: 1400px;
  padding: 6rem 2.5rem;
}
.hero .hero-content em {
  font-style: italic;
}
.hero .hero-content strong {
  font-weight: 700;
}
.hero .hero-content h1 {
  margin-bottom: 1.25rem;
}
.hero .hero-content h1 em {
  color: #418bca;
}
.hero .hero-content p {
  font-size: clamp(1.1rem, 1.2vw, 1.13rem);
  max-width: 100%;
  margin-bottom: 2rem;
}
.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 30px;
}
.hero .hero-media {
  position: relative;
}
.hero .hero-media img {
  width: 100%;
  border-radius: 28px;
  object-fit: contain;
  aspect-ratio: 4.7/4;
}
@media (max-width: 1024px) {
  .hero .hero__locations-bar {
    padding-inline: 1.5rem;
  }
}
@media (max-width: 782px) {
  .hero .bty-container {
    gap: 2rem;
    padding-block: 3rem;
  }
  .hero .hero__locations-bar {
    display: none;
  }
  .hero .hero-media {
    height: 350px;
  }
  .hero .hero-media img {
    height: 100%;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 600px) {
  .hero .bty-container {
    padding: 2rem 1.5rem;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .hero .hero-media {
    position: relative;
    height: 200px;
  }
  .hero .hero-media img {
    height: 100%;
    aspect-ratio: 1/1;
  }
}

@keyframes hero-slider-kenburns-in {
  from {
    transform: scaleX(-1) scale(1);
  }
  to {
    transform: scaleX(-1) scale(1.12);
  }
}
@keyframes hero-slider-kenburns-out {
  from {
    transform: scaleX(-1) scale(1.12);
  }
  to {
    transform: scaleX(-1) scale(1);
  }
}
.hero--split-slider {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: unset;
}
.hero--split-slider .bty-container {
  grid-template-columns: 1fr;
  padding-top: calc(var(--header-height, 80px) + 2rem);
}
.hero--split-slider .hero-slider.hero-slider--bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: hidden;
}
.hero--split-slider .hero-slider.hero-slider--bg .hero-slider__track,
.hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide {
  width: 100%;
  height: 100%;
}
.hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide img,
.hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide video {
  transform: scaleX(-1);
  transform-origin: center;
  will-change: transform;
}
.hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide.is-active img,
.hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide.is-active video {
  animation: hero-slider-kenburns-in 7s ease-in-out forwards;
}
.hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide.is-active:nth-child(even) img,
.hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide.is-active:nth-child(even) video {
  animation-name: hero-slider-kenburns-out;
}
@media (prefers-reduced-motion: reduce) {
  .hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide img,
  .hero--split-slider .hero-slider.hero-slider--bg .hero-slider__slide video {
    animation: none;
  }
}
.hero--split-slider .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(120% 100% at 100% 100%, rgba(21, 50, 75, 0.45) 0%, rgba(21, 50, 75, 0) 60%), linear-gradient(to right, rgba(21, 50, 75, 0.8) 0%, rgba(21, 50, 75, 0.55) 35%, rgba(21, 50, 75, 0.22) 65%, rgba(21, 50, 75, 0.05) 100%);
}
.hero--split-slider .bty-container {
  position: relative;
  z-index: 2;
}
.hero--split-slider .hero-content {
  max-width: min(860px, 100% - min(70vw, 26rem) - 3rem);
  text-shadow: 0 2px 16px rgba(21, 50, 75, 0.4);
}
.hero--split-slider .hero-content .bty-superscript,
.hero--split-slider .hero-content h1,
.hero--split-slider .hero-content h2,
.hero--split-slider .hero-content p {
  color: #ffffff !important;
}
.hero--split-slider .hero-content h1 em,
.hero--split-slider .hero-content h2 em {
  color: #eaf6fd !important;
}
.hero--split-slider .hero-content p {
  color: rgba(255, 255, 255, 0.88) !important;
}
.hero--split-slider .hero-actions .bty-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
  backdrop-filter: blur(6px);
}
.hero--split-slider .hero-actions .bty-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #ffffff;
  box-shadow: 0px 5px 20px 4px rgba(21, 50, 75, 0.35);
}
.hero--split-slider .hero-slider-panel {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 3;
  width: min(70vw, 26rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.hero--split-slider .hero-media-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.hero--split-slider .hero-media--slider {
  height: auto;
}
.hero--split-slider .hero-media--slider img {
  object-fit: cover;
}
.hero--split-slider .hero-slider {
  position: relative;
  width: 100%;
  height: 40vh;
  aspect-ratio: auto;
  border-radius: 28px;
  overflow: hidden;
}
.hero--split-slider .hero-slider-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
.hero--split-slider .hero-slider-preview__item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 70px;
  border: 0;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.hero--split-slider .hero-slider-preview__item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
}
.hero--split-slider .hero-slider-preview__item:hover {
  opacity: 0.85;
}
.hero--split-slider .hero-slider-preview__item.is-active {
  opacity: 1;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(65, 139, 202, 0.6);
}
.hero--split-slider .hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero--split-slider .hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
}
.hero--split-slider .hero-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.hero--split-slider .hero-slider__slide img,
.hero--split-slider .hero-slider__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  aspect-ratio: auto;
}
.hero--split-slider .hero-slider__dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.hero--split-slider .hero-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: height 0.25s ease, background 0.2s ease, transform 0.2s ease;
}
.hero--split-slider .hero-slider__dot.is-active {
  height: 24px;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .hero--split-slider .hero-slider-panel {
    width: min(60vw, 20rem);
  }
}
@media (max-width: 782px) {
  .hero--split-slider {
    display: block;
    min-height: 0;
  }
  .hero--split-slider .bty-container {
    padding-top: calc(var(--header-height, 72px) + 1.5rem);
    padding-bottom: 2rem;
  }
  .hero--split-slider .hero-content {
    max-width: 100%;
  }
  .hero--split-slider .hero-slider-panel {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: 2rem;
    flex-direction: column;
    right: unset;
    padding-block: 1rem;
  }
  .hero--split-slider .hero-media-group {
    max-width: 320px;
    margin-inline: auto;
  }
  .hero--split-slider .hero-slider {
    height: auto;
    aspect-ratio: 4/3;
  }
  .hero--split-slider .hero-slider-preview__item {
    max-height: 56px;
  }
  .hero--split-slider .hero-slider__dots {
    display: none;
  }
}
@media (max-width: 600px) {
  .hero--split-slider .hero-slider {
    aspect-ratio: 1/1;
  }
  .hero--split-slider .hero-slider-preview__item {
    max-height: 56px;
  }
}

.hero--split-about {
  background-color: #15324b;
  background-image: unset;
}
.hero--split-about .bty-container {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding-right: 0;
}
.hero--split-about .hero-content h1,
.hero--split-about .hero-content h2 {
  color: #ffffff;
}
.hero--split-about .hero-content p {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.8);
}
.hero--split-about .hero-media--about {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2rem;
}
.hero--split-about .hero-media--about img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 255px 0 0 255px;
}
.hero--split-about .hero-media--about::after {
  display: none;
}
.hero--split-about .hero-media--about .hero-badge {
  margin-right: 2rem;
  display: flex;
  width: fit-content;
  gap: 1rem;
  align-items: center;
  color: #eaf6fd;
  padding: 0.5rem 1.5rem;
  background: rgba(65, 139, 202, 0.15);
  border: 1px solid #418bca;
  border-radius: 3.125rem;
  text-decoration: none;
}
.hero--split-about .hero-media--about .hero-badge .hero-badge__icon {
  color: #418bca;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--split-about .hero-media--about .hero-badge .hero-badge__icon svg,
.hero--split-about .hero-media--about .hero-badge .hero-badge__icon img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.hero--split-about .hero-media--about .hero-badge .hero-badge__text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .hero--split-about .bty-container {
    grid-template-columns: 1fr;
  }
  .hero--split-about .hero-media--about {
    max-height: 400px;
  }
  .hero--split-about .hero-media--about img {
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  .hero--split-about .hero-media--about img {
    min-height: 220px;
  }
}

.hero--content-right {
  background-color: #15324b;
  background-image: unset;
}
.hero--content-right .bty-container {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.hero--content-right .hero-content h1,
.hero--content-right .hero-content h2 {
  color: #ffffff;
}
.hero--content-right .hero-content p {
  color: rgba(255, 255, 255, 0.75);
}
.hero--content-right .hero-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.hero--content-right .hero-search__input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 0.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 0.625rem 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease;
  min-width: 0;
  max-width: 350px;
}
.hero--content-right .hero-search__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.hero--content-right .hero-search__input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.hero--content-right .hero-search__btn {
  background: #418bca;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0.625rem 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.hero--content-right .hero-search__btn:hover {
  opacity: 0.85;
}
.hero--content-right .hero-right-panel {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hero--content-right .hero-link-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.hero--content-right .hero-link-card:is(a):hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}
.hero--content-right .hero-link-card__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1 0 0;
  min-width: 0;
  overflow: hidden;
}
.hero--content-right .hero-link-card__title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero--content-right .hero-link-card__subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero--content-right .hero-link-card__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: rgba(94, 204, 201, 0.15);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #418bca;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .hero--content-right .bty-container {
    grid-template-columns: 1fr;
  }
}

.hero--split-dark {
  background-color: #15324b;
  background-image: none;
}
.hero--split-dark .bty-container {
  padding: 6rem 2.5rem 0;
  align-items: center;
  grid-template-columns: 1fr 0.9fr;
}
.hero--split-dark .bty-container .hero-content {
  padding-bottom: 4rem;
}
.hero--split-dark .bty-container .hero-content p {
  font-size: 1.2rem;
}
.hero--split-dark .hero-content h1 {
  color: #ffffff;
}
.hero--split-dark .hero-content p {
  color: rgba(255, 255, 255, 0.75);
}
.hero--split-dark .hero-media--rounded {
  position: relative;
  align-self: stretch;
}
.hero--split-dark .hero-media--rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.hero--split-dark .hero-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: rgba(65, 139, 202, 0.15);
  border: 1px solid #418bca;
  border-radius: 50px;
  padding: 0.6875rem 1.5625rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero--split-dark .hero-badge .hero-badge__icon {
  flex-shrink: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  color: #eaf6fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--split-dark .hero-badge .hero-badge__icon svg,
.hero--split-dark .hero-badge .hero-badge__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero--split-dark .hero-badge .hero-badge__text {
  display: flex;
  flex-direction: column;
}
.hero--split-dark .hero-badge .hero-badge__text strong {
  font-size: 1rem;
  font-weight: 700;
  color: #eaf6fd;
  line-height: 1.7;
}
.hero--split-dark .hero-badge .hero-badge__text span {
  font-size: 1rem;
  font-weight: 400;
  color: #eaf6fd;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .hero--split-dark .bty-container {
    grid-template-columns: 1fr;
  }
  .hero--split-dark .hero-media--rounded {
    max-height: 450px;
    order: -1;
    overflow: hidden;
  }
  .hero--split-dark .hero-media--rounded img {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 600px) {
  .hero--split-dark .bty-container {
    padding: 3rem 1.5rem 0;
  }
}

.hero--full-image {
  background-color: #15324b;
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  background-image: url("./assets/images/img14.jpg");
}
.hero--full-image .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to top, rgba(59, 86, 109, 0.82) 0%, rgba(59, 86, 109, 0.45) 55%, rgba(0, 0, 0, 0.15) 100%);
}
.hero--full-image .bty-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  gap: 2rem;
  min-height: 60vh;
  padding-block: 5rem;
}
.hero--full-image .hero-content h1,
.hero--full-image .hero-content h2 {
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.hero--full-image .hero-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
  max-width: 960px;
}
.hero--full-image .hero-actions {
  margin-top: 1.5rem;
}
.hero--full-image .hero-info-cards {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  max-width: 600px;
  flex-wrap: wrap;
}
.hero--full-image .hero-info-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: rgba(94, 204, 201, 0.15);
  border: 1px solid #418bca;
  border-radius: 3.125rem;
  text-decoration: none;
  width: fit-content;
}
.hero--full-image .hero-info-card[href]:hover {
  background: rgba(94, 204, 201, 0.28);
}
.hero--full-image .hero-info-card__icon {
  flex-shrink: 0;
  color: #418bca;
  display: flex;
  align-items: center;
}
.hero--full-image .hero-info-card__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.hero--full-image .hero-info-card__text {
  display: flex;
  flex-direction: column;
}
.hero--full-image .hero-info-card__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #eaf6fd;
}
.hero--full-image .hero-info-card__subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #aabcc8;
}
.hero--full-image .hero-vertical-label {
  display: none;
}
@media (max-width: 600px) {
  .hero--full-image .bty-container {
    padding-block: 2rem;
    gap: 1rem;
  }
  .hero--full-image .hero-info-cards {
    grid-template-columns: 1fr;
  }
}

.hero--centered-media {
  background: radial-gradient(120% 95% at 86% -10%, rgba(216, 169, 92, 0.22) 0%, rgba(216, 169, 92, 0) 52%), linear-gradient(180deg, #fbf3e6 0%, #f1f6fb 58%, #f4f8fb 100%);
}
.hero--centered-media .bty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 960px;
  padding: 2.5rem;
}
.hero--centered-media .hero-header {
  max-width: 960px;
  text-align: center;
  margin-bottom: 1rem;
}
.hero--centered-media .hero-header h1,
.hero--centered-media .hero-header h2 {
  margin-bottom: 0rem;
}
.hero--centered-media .hero-subhead {
  color: #6b7e90;
  margin: 0;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
}
.hero--centered-media .hero-media--framed {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: 100%;
}
.hero--centered-media .hero-media--framed img,
.hero--centered-media .hero-media--framed video {
  display: block;
  width: 100%;
  aspect-ratio: 16/8.3;
  object-fit: cover;
  border-radius: 28px;
  height: clamp(300px, 34vw, 420px);
  box-shadow: 0 16px 40px rgba(21, 50, 75, 0.12);
}
.hero--centered-media .hero-media--framed::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 82%;
  height: 2.5%;
  background: #418bca;
  border-radius: 0 0 999px 999px;
  z-index: 0;
}
.hero--centered-media .hero-media-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 28px;
  overflow: hidden;
  border: 6px solid #418bca;
}
.hero--centered-media .hero-media-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hero--centered-media .hero-badge-float {
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 260px;
  background: #ffffff;
  border-radius: 999px;
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  animation: hero-badge-float 4s ease-in-out infinite;
}
.hero--centered-media .hero-badge-float--top-left {
  top: 2.5rem;
  left: -2.5rem;
  animation-delay: 0s;
}
.hero--centered-media .hero-badge-float--top-right {
  top: 2.5rem;
  right: -2.5rem;
  animation-delay: 0.6s;
}
.hero--centered-media .hero-badge-float--bottom-left {
  bottom: 2.5rem;
  left: -2.5rem;
  animation-delay: 0.3s;
}
.hero--centered-media .hero-badge-float--bottom-right {
  bottom: 2.5rem;
  right: -2.5rem;
  animation-delay: 0.9s;
}
.hero--centered-media .hero-badge-float--bottom-right .hero-badge-float__icon {
  background: rgba(65, 139, 202, 0.15);
  color: #418bca;
}
.hero--centered-media .hero-badge-float__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #f6ecd8;
  color: #d8a95c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--centered-media .hero-badge-float__icon svg,
.hero--centered-media .hero-badge-float__icon img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
.hero--centered-media .hero-badge-float__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hero--centered-media .hero-badge-float__text strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #15324b;
  line-height: 1.3;
}
.hero--centered-media .hero-badge-float__text span {
  display: block;
  font-size: 0.75rem;
  color: rgba(50, 58, 109, 0.65);
  line-height: 1.3;
}
.hero--centered-media .hero-footer {
  gap: 0.9rem;
  display: flex;
  max-width: 960px;
  text-align: center;
  align-items: center;
  margin-top: 1.5rem;
  flex-direction: column;
}
.hero--centered-media .hero-text {
  margin: 0;
  color: #3e4e5e;
  font-size: clamp(1.1rem, 1.2vw, 1.13rem);
  max-width: 620px;
}
.hero--centered-media .hero-actions {
  justify-content: center;
  margin-top: 0;
}
.hero--centered-media .hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.75rem;
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
.hero--centered-media .hero-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero--centered-media .hero-trust-bar__icon {
  flex-shrink: 0;
  color: #418bca;
  display: flex;
  align-items: center;
}
.hero--centered-media .hero-trust-bar__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}
.hero--centered-media .hero-trust-bar__text {
  font-size: clamp(0.8rem, 1.3vw, 0.9rem);
  font-weight: 400;
  color: #3e4e5e;
  white-space: nowrap;
}
.hero--centered-media .hero-trust-note {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: #6b7e90;
}
@media (prefers-reduced-motion: reduce) {
  .hero--centered-media .hero-badge-float {
    animation: none;
  }
}
@media (max-width: 1024px) {
  .hero--centered-media .hero-badge-float {
    max-width: 220px;
    padding: 0.6rem 1rem;
  }
  .hero--centered-media .hero-badge-float__text strong {
    font-size: 0.75rem;
  }
}
@media (max-width: 782px) {
  .hero--centered-media .bty-container {
    padding: 3rem 1.5rem;
    gap: 2rem;
  }
  .hero--centered-media .hero-badge-float {
    display: none;
  }
}
@media (max-width: 600px) {
  .hero--centered-media .bty-container {
    padding: 2.5rem 1.25rem;
  }
  .hero--centered-media .hero-trust-bar {
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@keyframes hero-badge-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.locations {
  background: transparent;
  border-bottom: none;
}
.locations .bty-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.locations .locations-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(59, 86, 109, 0.18);
  padding: 1.1rem 1.5rem;
}
.locations .locations-label {
  width: 100%;
  font-weight: 600;
  color: #15324b;
  font-size: 0.9rem;
}
.locations .locations-tabs {
  display: flex;
  gap: 0.65rem;
  flex: 1;
  flex-wrap: wrap;
}
.locations .location-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.5rem;
  border: 1.5px solid rgba(59, 86, 109, 0.25);
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #15324b;
  background: #ffffff;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.locations .location-tab.is-active, .locations .location-tab:hover, .locations .location-tab:focus-visible {
  background: #418bca;
  border-color: #418bca;
  color: #ffffff;
}
.locations .bty-btn--dark {
  padding: 0.6rem 1.4rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #15324b;
  color: #ffffff;
  white-space: nowrap;
  box-shadow: none;
}
.locations .bty-btn--dark:hover, .locations .bty-btn--dark:focus-visible {
  background: #418bca;
  transform: none;
  box-shadow: none;
}

.locations--absolute {
  position: absolute;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  z-index: 10;
}
.locations--absolute .bty-container {
  padding-inline: 0;
}
@media (max-width: 782px) {
  .locations .locations-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .locations .locations-tabs {
    width: 100%;
  }
  .locations .bty-btn--dark {
    align-self: flex-start;
  }
}
@media (max-width: 600px) {
  .locations--absolute {
    position: static;
    transform: none;
    width: 100%;
  }
  .locations .location-tab {
    flex: 1 1 auto;
    text-align: center;
  }
}

.hero__locations-bar .locations-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(59, 86, 109, 0.18);
  padding: 1.1rem 1.5rem;
}
.hero__locations-bar .locations-label {
  width: 100%;
  font-weight: 600;
  color: #15324b;
  font-size: 0.9rem;
}
.hero__locations-bar .locations-tabs {
  display: flex;
  gap: 0.65rem;
  flex: 1;
  flex-wrap: wrap;
}
.hero__locations-bar .location-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.5rem;
  border: 1.5px solid rgba(59, 86, 109, 0.25);
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #15324b;
  background: #ffffff;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.hero__locations-bar .location-tab.is-active, .hero__locations-bar .location-tab:hover, .hero__locations-bar .location-tab:focus-visible {
  background: #418bca;
  border-color: #418bca;
  color: #ffffff;
}
.hero__locations-bar .bty-btn--dark {
  padding: 0.6rem 1.4rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #15324b;
  color: #ffffff;
  white-space: nowrap;
  box-shadow: none;
}
.hero__locations-bar .bty-btn--dark:hover, .hero__locations-bar .bty-btn--dark:focus-visible {
  background: #418bca;
  transform: none;
  box-shadow: none;
}

.ls-section {
  background: #eaf6fd;
  overflow: hidden;
  padding: 0;
}

.ls-heading-line {
  width: 80px;
  height: 2px;
  background: #418bca;
  border-radius: 2px;
}

.ls-chooser {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 5px;
}

.ls-chooser__label {
  font-size: 0.875rem;
  color: #3d576e;
  line-height: 1.7;
}

.ls-select-wrap {
  position: relative;
}
.ls-select-wrap .ls-chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #418bca;
  pointer-events: none;
}

.ls-select {
  width: 100%;
  appearance: none;
  background: #eaf6fd;
  border: 1px solid #418bca;
  border-radius: 8px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #418bca;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.ls-select:focus {
  outline: none;
  border-color: #418bca;
  box-shadow: 0 0 0 2px rgba(94, 204, 201, 0.3);
}

.ls-map {
  position: relative;
  overflow: hidden;
}
.ls-map img,
.ls-map iframe, .ls-map__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.ls-map img {
  object-fit: cover;
}
.ls-map__placeholder {
  background: rgba(65, 139, 202, 0.15);
}

.ls-card {
  background: #eaf6fd;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ls-card__name {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.36vw, 1.25rem);
  font-weight: 400;
  color: #3d576e;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-align: center;
  margin: 0;
}

.ls-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.ls-card__row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ls-card__row a {
  color: #3d576e;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.7;
}
.ls-card__row a:hover {
  color: #418bca;
  text-decoration: underline;
}
.ls-card__row address {
  font-style: normal;
  font-size: 0.875rem;
  color: #3d576e;
  line-height: 1.7;
}

.ls-icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  color: #3d576e;
}

.ls-card__hours {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.ls-card__hours-heading {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.36vw, 1.25rem);
  font-weight: 400;
  color: #3d576e;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

.ls-hours-grid {
  display: grid;
  grid-template-columns: minmax(max-content, 7rem) 1fr;
  column-gap: 1.5rem;
  row-gap: 0.3125rem;
  margin: 0;
}
.ls-hours-grid dt,
.ls-hours-grid dd {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #3d576e;
  line-height: 1.7;
  margin: 0;
}
.ls-hours-grid dt {
  font-weight: 600;
}
.ls-hours-grid dd {
  font-weight: 400;
}

.ls-section--hours-card .ls-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 5rem 2.5rem;
}
.ls-section--hours-card .ls-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: 960px;
  text-align: center;
}
.ls-section--hours-card .ls-eyebrow {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #418bca;
}
.ls-section--hours-card .ls-description {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  color: rgba(50, 58, 109, 0.65);
  line-height: 1.6;
  margin: 0;
}
.ls-section--hours-card .ls-panel {
  display: none;
  width: 100%;
}
.ls-section--hours-card .ls-panel.is-active {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ls-section--hours-card .ls-chooser {
  align-self: center;
  width: 100%;
  max-width: 320px;
}
.ls-section--hours-card .ls-panel__row {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
  width: 100%;
  min-height: 30rem;
}
.ls-section--hours-card .ls-card--hours {
  flex: 0 0 38%;
  background: linear-gradient(160deg, #1b619d 0%, #15324b 100%);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(59, 86, 109, 0.12);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: #ffffff;
}
.ls-section--hours-card .ls-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ls-section--hours-card .ls-card__icon svg {
  width: 1.375rem;
  height: 1.375rem;
}
.ls-section--hours-card .ls-card__hours-title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin: 0;
}
.ls-section--hours-card .ls-card--hours .ls-hours-grid {
  grid-template-columns: 1fr auto;
  row-gap: 0.75rem;
}
.ls-section--hours-card .ls-card--hours .ls-hours-grid dt,
.ls-section--hours-card .ls-card--hours .ls-hours-grid dd {
  color: #ffffff;
  font-size: 0.875rem;
}
.ls-section--hours-card .ls-card--hours .ls-hours-grid dd {
  text-align: right;
}
.ls-section--hours-card .ls-card__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ls-section--hours-card .ls-card__row--address {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.ls-section--hours-card .ls-card__row--address svg {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  color: #ffffff;
}
.ls-section--hours-card .ls-card__address {
  font-style: normal;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
.ls-section--hours-card .ls-card__directions-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 999px;
  background: #ffffff;
  color: #15324b;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
}
.ls-section--hours-card .ls-card__directions-btn svg {
  width: 1rem;
  height: 1rem;
}
.ls-section--hours-card .ls-card__directions-btn:hover, .ls-section--hours-card .ls-card__directions-btn:focus-visible {
  background: #418bca;
  color: #ffffff;
  transform: translateY(-1px);
}
.ls-section--hours-card .ls-map--hours {
  flex: 1 1 0;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(59, 86, 109, 0.12);
}
.ls-section--hours-card .ls-map__open-btn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  background: #ffffff;
  color: #1b619d;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(59, 86, 109, 0.08);
}
.ls-section--hours-card .ls-map__open-btn svg {
  width: 0.85rem;
  height: 0.85rem;
}
.ls-section--hours-card .ls-map__open-btn:hover, .ls-section--hours-card .ls-map__open-btn:focus-visible {
  color: #418bca;
}
.ls-section--hours-card .ls-cta-wrap {
  text-align: center;
}
@media (max-width: 1024px) {
  .ls-section--hours-card .ls-card--hours {
    flex: 0 0 42%;
    padding: 1.5rem;
  }
  .ls-section--hours-card .ls-inner {
    padding: 3.5rem 1.5rem;
  }
}
@media (max-width: 782px) {
  .ls-section--hours-card .ls-panel__row {
    flex-direction: column;
    min-height: 0;
  }
  .ls-section--hours-card .ls-card--hours {
    flex: none;
    width: 100%;
  }
  .ls-section--hours-card .ls-map--hours {
    flex: none;
    width: 100%;
    height: 280px;
  }
  .ls-section--hours-card .ls-inner {
    padding: 2.5rem 1.25rem;
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .ls-section--hours-card .ls-map--hours {
    height: 220px;
  }
}

.ls-section--classic .ls-inner {
  overflow: hidden;
  padding-right: 2.5rem;
}
.ls-section--classic .ls-panel {
  display: none;
}
.ls-section--classic .ls-panel.is-active {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
  min-height: 41.375rem;
}
.ls-section--classic .ls-map {
  flex: 0 0 54.1%;
  min-height: 41.375rem;
  border-radius: 0 370px 370px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  align-self: stretch;
}
.ls-section--classic .ls-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 0;
  min-width: 0;
}
.ls-section--classic .ls-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.625rem;
}
.ls-section--classic .ls-details-group {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: 100%;
}
.ls-section--classic .ls-card {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.ls-section--classic .ls-card__row a,
.ls-section--classic .ls-card__row address,
.ls-section--classic .ls-card__row p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.ls-section--classic .ls-hours-grid dt,
.ls-section--classic .ls-hours-grid dd {
  font-size: 0.875rem;
  line-height: 1.6;
}
.ls-section--classic .ls-chooser__label {
  font-size: 0.875rem;
  line-height: 1.6;
}
.ls-section--classic .ls-select {
  font-size: 0.875rem;
  line-height: 1.6;
}
.ls-section--classic .ls-cta-wrap {
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .ls-section--classic .ls-map {
    flex: 0 0 48%;
    border-radius: 0 260px 260px 0;
  }
  .ls-section--classic .ls-content {
    padding: 3rem 0;
  }
  .ls-section--classic .ls-inner {
    padding-right: 1.5rem;
  }
}
@media (max-width: 782px) {
  .ls-section--classic .ls-inner {
    padding-right: 0;
    overflow: hidden;
  }
  .ls-section--classic .ls-panel.is-active {
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }
  .ls-section--classic .ls-map {
    flex: none;
    height: 280px;
    border-radius: 0 0 50% 50%/0 0 40px 40px;
  }
  .ls-section--classic .ls-content {
    padding: 2rem 1.25rem 2.5rem;
  }
}
@media (max-width: 600px) {
  .ls-section--classic .ls-map {
    height: 220px;
    border-radius: 0;
    min-height: 40vh;
    max-height: 50vh;
  }
}

.ls-section--consultation .ls-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  padding: 5rem 2.5rem;
}
.ls-section--consultation .ls-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.ls-section--consultation .ls-panel {
  display: none;
  width: 100%;
}
.ls-section--consultation .ls-panel.is-active {
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
}
.ls-section--consultation .ls-left {
  flex: 0 0 52%;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-self: stretch;
}
.ls-section--consultation .ls-map {
  flex: 1 1 0;
  min-height: 260px;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.ls-section--consultation .ls-card {
  flex: 1 1 0;
}
.ls-section--consultation .ls-card__row a,
.ls-section--consultation .ls-card__row address,
.ls-section--consultation .ls-card__row p {
  font-size: 1rem;
  line-height: 1.7;
}
.ls-section--consultation .ls-hours-grid dt,
.ls-section--consultation .ls-hours-grid dd {
  font-size: 1rem;
}
.ls-section--consultation .ls-chooser__label {
  font-size: 1rem;
}
.ls-section--consultation .ls-cta-wrap {
  text-align: center;
}
@media (max-width: 1024px) {
  .ls-section--consultation .ls-left {
    flex: 0 0 48%;
  }
  .ls-section--consultation .ls-inner {
    padding: 3.5rem 1.5rem;
    gap: 2.5rem;
  }
}
@media (max-width: 782px) {
  .ls-section--consultation .ls-panel.is-active {
    flex-direction: column;
    gap: 1.5rem;
  }
  .ls-section--consultation .ls-left {
    flex: none;
    width: 100%;
    align-self: auto;
  }
  .ls-section--consultation .ls-map {
    flex: none;
    height: 280px;
  }
  .ls-section--consultation .ls-card {
    flex: none;
    width: 100%;
  }
  .ls-section--consultation .ls-inner {
    padding: 2.5rem 1.25rem;
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .ls-section--consultation .ls-map {
    height: 220px;
  }
}

.welcome {
  background: #eaf6fd;
}
.welcome .bty-container {
  padding-block: 5rem 2.5rem;
}
.welcome .bty-section-head {
  margin-bottom: 2rem;
}
.welcome .welcome-details {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.welcome .welcome-details.is-center {
  justify-content: center;
  text-align: center;
}
.welcome .welcome-media {
  flex-basis: 30%;
  flex-shrink: 0;
}
.welcome .welcome-media img {
  aspect-ratio: 16/4;
  object-fit: contain;
}
.welcome .welcome-intro {
  padding-left: 2.2rem;
  border-left: 1px solid rgba(21, 50, 75, 0.25);
}
.welcome .welcome-intro p {
  margin: 0;
}
@media (max-width: 600px) {
  .welcome .welcome-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .welcome .welcome-intro {
    padding-left: 0;
    border-left: none;
  }
  .welcome .bty-container {
    padding-block: 2rem;
  }
}

.intro-cta {
  background: #ffffff;
}
.intro-cta .bty-container {
  padding-block: 5rem;
}
.intro-cta .intro-cta-content {
  max-width: 760px;
  margin-inline: auto;
}
.intro-cta .intro-cta-content.is-center {
  text-align: center;
}
.intro-cta .bty-section-head {
  margin-bottom: 1rem;
}
.intro-cta .intro-cta-text {
  margin: 0;
}
.intro-cta .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 600px) {
  .intro-cta .bty-container {
    padding-block: 4rem;
  }
}

.insurance-logo-slider {
  overflow: hidden;
}

.insurance-logo-slider--ticker {
  background: #eaf6fd;
}
.insurance-logo-slider--ticker .ils-bar {
  display: flex;
  align-items: center;
  padding: 1.875rem 2.5rem;
  gap: 2rem;
}
.insurance-logo-slider--ticker .ils-label {
  flex-shrink: 0;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(21, 50, 75, 0.5);
  white-space: nowrap;
}
.insurance-logo-slider--ticker .ils-sep {
  flex-shrink: 0;
  display: block;
  width: 1px;
  height: 2.5rem;
  background: rgba(21, 50, 75, 0.5);
}
@media (max-width: 782px) {
  .insurance-logo-slider--ticker .ils-bar {
    padding: 1.25rem 1.5rem;
    gap: 1.25rem;
  }
  .insurance-logo-slider--ticker .ils-label {
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  .insurance-logo-slider--ticker .ils-bar {
    padding: 1rem 1.25rem;
    gap: 0.75rem;
  }
  .insurance-logo-slider--ticker .ils-label,
  .insurance-logo-slider--ticker .ils-sep {
    display: none;
  }
}

.insurance-logo-slider--full {
  background: #fff;
  padding-block: 5rem;
}
.insurance-logo-slider--full .ils-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.insurance-logo-slider--full .ils-head .bty-superscript {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #418bca;
  font-style: normal;
}
.insurance-logo-slider--full .ils-head h2 {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #15324b;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
}
.insurance-logo-slider--full .ils-head p {
  font-size: 1rem;
  color: #6b7e8f;
  line-height: 1.7;
  max-width: 50rem;
  margin: 0;
}
.insurance-logo-slider--full .ils-divider {
  display: block;
  width: 5rem;
  height: 2px;
  background: #418bca;
  border-radius: 2px;
  margin-top: 0.5rem;
}
.insurance-logo-slider--full .ils-bar {
  display: flex;
  align-items: center;
  padding: 1.25rem 2.5rem;
  gap: 2rem;
}
.insurance-logo-slider--full .ils-label {
  flex-shrink: 0;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(21, 50, 75, 0.5);
  white-space: nowrap;
}
.insurance-logo-slider--full .ils-sep {
  flex-shrink: 0;
  display: block;
  width: 1px;
  height: 2.5rem;
  background: rgba(21, 50, 75, 0.15);
}
.insurance-logo-slider--full .ils-logo {
  height: 3.75rem;
}
.insurance-logo-slider--full .ils-footer {
  text-align: center;
  font-size: 0.875rem;
  color: #15324b;
  margin-top: 2rem;
}
.insurance-logo-slider--full .ils-footer a {
  color: #418bca;
  text-decoration: none;
}
.insurance-logo-slider--full .ils-footer a:hover {
  text-decoration: underline;
}
@media (max-width: 782px) {
  .insurance-logo-slider--full {
    padding-block: 3.5rem;
  }
  .insurance-logo-slider--full .ils-head {
    margin-bottom: 2rem;
  }
  .insurance-logo-slider--full .ils-head h2 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }
  .insurance-logo-slider--full .ils-bar {
    padding: 1.25rem 1.5rem;
    gap: 1.25rem;
  }
  .insurance-logo-slider--full .ils-label {
    font-size: 0.75rem;
  }
}
@media (max-width: 600px) {
  .insurance-logo-slider--full {
    padding-block: 2.5rem;
  }
  .insurance-logo-slider--full .ils-bar {
    padding: 1rem 1.25rem;
    gap: 0.75rem;
  }
  .insurance-logo-slider--full .ils-label,
  .insurance-logo-slider--full .ils-sep {
    display: none;
  }
  .insurance-logo-slider--full .ils-logo {
    height: 2.5rem;
  }
}

.ils-track-outer {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

.ils-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: ils-scroll 23s linear infinite;
}
.ils-track:hover {
  animation-play-state: paused;
}

.ils-logo {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.8;
  filter: grayscale(20%);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.ils-logo:hover {
  opacity: 1;
  filter: none;
}

.ils-logo-text {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #7acef0;
  white-space: nowrap;
  flex-shrink: 0;
  padding-inline: 0.5rem;
}

@keyframes ils-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.treatments {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .treatments {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .treatments {
    padding-block: 2rem;
  }
}
.treatments {
  background: #ffffff;
}

.treatments-grid {
  --trmt-cols: 4;
  display: grid;
  grid-template-columns: repeat(var(--trmt-cols), 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 10px;
}

.treatment-card {
  min-width: 0;
  background: #ffffff;
  border-radius: 25px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.treatment-card.is-center {
  align-items: center;
  text-align: center;
}
.treatment-card:hover, .treatment-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
  outline: none;
}
.treatment-card:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition-duration: 0.1s;
}
.treatment-card img.treatment-card__icon {
  max-width: clamp(20px, 3vw, 40px);
  margin-bottom: 10px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.treatment-card:hover img.treatment-card__icon {
  transform: scale(1.2);
}
.treatment-card h3 {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.treatment-card p {
  color: #b3e6fa;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.treatment-card .treatment-extra {
  margin-top: 0.75rem;
  color: #b3e6fa;
  overflow-wrap: break-word;
  word-break: break-word;
}
.treatment-card .treatment-extra:empty {
  display: none;
}

.treatment-img {
  min-width: 0;
  border-radius: 25px;
  position: relative;
}
.treatment-img div:first-of-type:not(.treatment-img__overlay) {
  margin: 30px;
}

.treatment-img:not(.has-hover-overlay) {
  overflow: hidden;
  cursor: pointer;
}
.treatment-img:not(.has-hover-overlay) > img {
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.treatment-img:not(.has-hover-overlay):hover > img, .treatment-img:not(.has-hover-overlay):focus-visible > img {
  transform: scale(1.06);
}
.treatment-img:not(.has-hover-overlay):active > img {
  transform: scale(1.02);
  transition-duration: 0.1s;
}
.treatment-img:not(.has-hover-overlay) .treatment-img__overlay {
  display: none;
}

.treatment-img.has-hover-overlay {
  perspective: 1200px;
}
.treatment-img.has-hover-overlay > img,
.treatment-img.has-hover-overlay .treatment-img__overlay {
  border-radius: 25px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.treatment-img.has-hover-overlay > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: rotateY(0deg);
}
.treatment-img.has-hover-overlay .treatment-img__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.75rem;
  margin: 0;
  text-align: center;
  overflow: hidden;
  transform: rotateY(180deg);
}
.treatment-img.has-hover-overlay:hover > img {
  transform: rotateY(-180deg);
}
.treatment-img.has-hover-overlay:hover .treatment-img__overlay {
  transform: rotateY(0deg);
}

.treatment-img__overlay {
  background-color: #418bca;
}
.treatment-img__overlay-text {
  font-size: clamp(1.1rem, 1.2vw, 1.13rem);
  font-weight: 600;
  line-height: 1.4;
}
.treatment-img__overlay-quote {
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0.7;
}
.treatment-img__overlay-quote::before {
  content: "“";
}
.treatment-img__overlay-quote::after {
  content: "”";
}
.treatment-img__overlay-job-title {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.treatments-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}
.treatments-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.treatments-pagination__link:hover {
  border-color: rgba(0, 0, 0, 0.35);
}
.treatments-pagination__link.is-active {
  background: var(--bty-teal, #5eccc9);
  border-color: var(--bty-teal, #5eccc9);
  color: #fff;
}

@media (max-width: 1024px) {
  .treatment-card,
  .treatment-img {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}
@media (max-width: 782px) {
  .treatments-grid {
    --trmt-cols: 3 !important;
  }
  .treatment-card {
    padding: 1.5rem 1.25rem;
  }
  .treatment-card img.treatment-card__icon {
    max-width: clamp(24px, 6vw, 36px);
  }
}
@media (max-width: 600px) {
  .treatments-grid {
    --trmt-cols: 2 !important;
    gap: 8px;
  }
  .treatment-card {
    padding: 1.25rem 1rem;
  }
  .treatment-card img.treatment-card__icon {
    max-width: 32px;
  }
  .treatment-img.has-hover-overlay.is-flipped > img {
    transform: rotateY(-180deg);
  }
  .treatment-img.has-hover-overlay.is-flipped .treatment-img__overlay {
    transform: rotateY(0deg);
  }
}
.treatments__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

@media (max-width: 370px) {
  .treatments-grid {
    --trmt-cols: 1 !important;
    gap: 8px;
  }
  .treatment-img {
    height: 220px;
  }
  .treatment-img:not(.has-hover-overlay) > img {
    height: auto;
  }
}
.treatments-b {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .treatments-b {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .treatments-b {
    padding-block: 2rem;
  }
}
.treatments-b {
  background: #eaf6fd;
}

.treatments-b-grid {
  --trmt-b-cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--trmt-b-cols), 1fr);
  gap: 30px;
}
@media (max-width: 782px) {
  .treatments-b-grid {
    --trmt-b-cols: 1;
  }
}
@media (max-width: 600px) {
  .treatments-b-grid {
    grid-template-columns: 1fr;
  }
}

.treatment-card-b {
  display: flex;
  flex-direction: column;
  border: 1px solid #418bca;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.treatment-card-b:hover, .treatment-card-b:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  outline: none;
}
.treatment-card-b:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition-duration: 0.1s;
}
.treatment-card-b__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
  padding: 30px 40px;
  overflow: hidden;
}
.treatment-card-b__icon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.treatment-card-b:hover .treatment-card-b__icon img, .treatment-card-b:focus-visible .treatment-card-b__icon img {
  transform: scale(1.15);
}
.treatment-card-b__icon--cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  overflow: hidden;
}
.treatment-card-b__icon--cover img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.treatment-card-b:hover .treatment-card-b__icon--cover img, .treatment-card-b:focus-visible .treatment-card-b__icon--cover img {
  transform: scale(1.07);
}
.treatment-card-b__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  padding: 30px;
}
.treatment-card-b__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2px;
}
.treatment-card-b__badge {
  display: inline-flex;
  align-items: center;
  background: #418bca;
  color: #323a6d;
  font-size: clamp(0.7rem, 4vw, 0.875rem);
  line-height: 1.35;
  padding: 6px 12px;
  border-radius: 50px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.18s ease, box-shadow 0.18s ease;
}
.treatment-card-b__badge:hover {
  transform: translateY(-2px) scale(1.06);
  background-color: rgba(65, 139, 202, 0.3);
  box-shadow: 0 4px 10px rgba(65, 139, 202, 0.4);
}
.treatment-card-b__badge:active {
  transform: translateY(0) scale(0.94);
  box-shadow: 0 1px 4px rgba(65, 139, 202, 0.25);
  transition-duration: 0.08s;
}
.treatment-card-b__badge--alt {
  background: rgba(94, 204, 201, 0.3);
}
.treatment-card-b__badge--alt:hover {
  background-color: #418bca;
  box-shadow: 0 4px 10px rgba(65, 139, 202, 0.3);
}
.treatment-card-b__title {
  font-size: clamp(1rem, 5vw, 1.5rem);
  line-height: 1.35;
  color: #323a6d;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.treatment-card-b__text {
  font-size: clamp(0.8rem, 4vw, 1rem);
  line-height: 1.7;
  color: #b3e6fa;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  flex: 1;
}
.treatment-card-b__duration {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(122, 150, 170, 0.7);
  padding: 10px 0;
  color: #b3e6fa;
  font-size: 0.75rem;
  margin-top: auto;
}
.treatment-card-b__duration svg {
  flex-shrink: 0;
  color: #b3e6fa;
}
.treatment-card-b__extra {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.treatment-card-b__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0 0;
  color: #418bca;
  font-size: clamp(0.8em, 4vw, 0.875rem);
  font-weight: 500;
  text-decoration: none;
}
.treatment-card-b__cta:hover {
  opacity: 0.8;
}
.treatment-card-b__cta svg {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .treatment-card-b__body {
    padding: 15px;
  }
  .treatment-card-b__icon {
    padding: 15px;
  }
  .treatment-card-b__icon img {
    width: 60px;
    height: 60px;
  }
}

.treatments-c {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .treatments-c {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .treatments-c {
    padding-block: 2rem;
  }
}
.treatments-c {
  background-color: #323a6d;
  background-size: cover;
  background-position: center;
  position: relative;
}
.treatments-c::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(50, 58, 109, 0.6);
  pointer-events: none;
}
.treatments-c .bty-container {
  position: relative;
}
.treatments-c .bty-section-head__sup {
  color: #418bca;
}
.treatments-c .bty-section-head__title {
  color: #fff;
}
.treatments-c .bty-section-head__text {
  color: #eaf6fd;
}

.treatments-c-grid {
  --trmt-c-cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--trmt-c-cols), 1fr);
  gap: 20px;
  margin-top: 40px;
}

.treatment-card-c {
  display: flex;
  flex-direction: row;
}
.treatment-card-c--layout-left {
  flex-direction: row;
}
.treatment-card-c--layout-right {
  flex-direction: row-reverse;
}
.treatment-card-c--layout-top {
  flex-direction: column;
}
.treatment-card-c {
  border: 1px solid #418bca;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.treatment-card-c:hover, .treatment-card-c:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  outline: none;
}
.treatment-card-c:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition-duration: 0.1s;
}
.treatment-card-c__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
  padding: 20px;
  flex-shrink: 0;
}
.treatment-card-c__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.treatment-card-c:hover .treatment-card-c__icon img, .treatment-card-c:focus-visible .treatment-card-c__icon img {
  transform: scale(1.2);
}
.treatment-card-c__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  padding: 20px;
}
.treatment-card-c__title {
  font-size: 1.5rem;
  line-height: 1.35;
  color: #323a6d;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.treatment-card-c__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #b3e6fa;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (max-width: 782px) {
  .treatments-c-grid {
    --trmt-c-cols: 1;
    gap: 0.5rem;
  }
}
@media (max-width: 370px) {
  .treatment-img {
    height: 100%;
  }
  .treatment-img img {
    height: 100% !important;
  }
}
.treatments-d {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .treatments-d {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .treatments-d {
    padding-block: 2rem;
  }
}
.treatments-d {
  background-size: cover;
  background-position: center;
}

.treatments-d-grid {
  --trmt-d-cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--trmt-d-cols), 1fr);
  gap: 30px;
  margin-top: 40px;
}

.treatment-card-d {
  display: flex;
  flex-direction: row;
  border: 1px solid #418bca;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.treatment-card-d--layout-top {
  flex-direction: column;
}
.treatment-card-d--layout-left {
  flex-direction: row;
}
.treatment-card-d--layout-right {
  flex-direction: row-reverse;
}
.treatment-card-d[style*=border-color] {
  border-color: revert;
}
.treatment-card-d__icon {
  padding: 30px 15px 30px 30px;
}
.treatment-card-d__header {
  background-color: #323a6d;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 30px 40px;
  flex-shrink: 0;
}
.treatment-card-d__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 50px;
  border: 1px solid #7acef0;
  background: rgba(122, 206, 240, 0.15);
  font-size: 0.875rem;
  color: #eaf6fd;
  white-space: nowrap;
  line-height: 1.35;
}
.treatment-card-d__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}
.treatment-card-d__img-wrap img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
}
.treatment-card-d__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  padding-left: 15px;
}
.treatment-card-d__title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1.35;
  color: #323a6d;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.treatment-card-d__text {
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  line-height: 1.35;
  color: #6b7e8f;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.treatment-card-d__list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.treatment-card-d__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7e8f;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #7acef0;
  height: auto;
  min-height: 27px;
}
.treatment-card-d__list-item:last-child {
  border-bottom: none;
}
.treatment-card-d__check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #418bca;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' points='2.5,8.5 6,12 13.5,4'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' points='2.5,8.5 6,12 13.5,4'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.treatment-card-d__cta {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px 0;
  margin-top: 6px;
}
.treatment-card-d__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #418bca;
  text-decoration: none;
  line-height: 1.35;
  transition: opacity 0.2s ease;
}
.treatment-card-d__link:hover {
  opacity: 0.75;
}
.treatment-card-d__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}

@media (max-width: 782px) {
  .treatments-d-grid {
    gap: 0.5rem;
  }
  .treatment-card-d {
    flex-direction: column;
    text-align: center;
  }
  .treatment-card-d__icon {
    padding: 10px;
    align-self: center;
  }
  .treatment-card-d__icon * {
    width: 30px !important;
    height: 30px !important;
  }
  .treatment-card-d__header {
    padding: 20px;
    flex-direction: row;
    align-items: center;
  }
  .treatment-card-d__img-wrap {
    padding: 0;
    width: auto;
  }
  .treatment-card-d__img-wrap img {
    width: 72px;
    height: 72px;
  }
  .treatment-card-d__body {
    padding: 10px 5px;
    padding-top: 0;
  }
  .treatment-card-d__list-item {
    height: auto;
  }
}
.doctors {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .doctors {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .doctors {
    padding-block: 2rem;
  }
}
.doctors {
  background-color: #eaf6fd;
  background-image: url("assets/images/backgrounds/bg-8.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.doctors .doctors-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.doctors .doctor-row {
  display: grid;
  grid-template-columns: auto 1px 1fr;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}
.doctors .doctor-row--reversed {
  grid-template-columns: 1fr 1px auto;
}
.doctors .doctor-row--reversed .doctor-img {
  order: 3;
}
.doctors .doctor-row--reversed .doctor-divider {
  order: 2;
}
.doctors .doctor-row--reversed .doctor-card {
  order: 1;
  padding-left: 0;
  padding-right: clamp(1.25rem, 3vw, 2rem);
}
.doctors .doctor-divider {
  align-self: stretch;
  width: 1px;
  background: rgba(21, 50, 75, 0.5);
}
.doctors .doctor-img {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
.doctors .doctor-img .doctor-img__wrap {
  position: relative;
  width: clamp(240px, 34vw, 420px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 0.625rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  background: #eaf6fd;
}
.doctors .doctor-img .doctor-img__ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #418bca;
  pointer-events: none;
}
.doctors .doctor-img .doctor-img__ring::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 1.5px solid rgba(65, 139, 202, 0.4);
}
.doctors .doctor-img .doctor-img__wrap::before,
.doctors .doctor-img .doctor-img__wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #418bca;
}
.doctors .doctor-img .doctor-img__wrap::before {
  width: 10px;
  height: 10px;
  bottom: 14%;
  left: -4%;
}
.doctors .doctor-img .doctor-img__wrap::after {
  width: 13px;
  height: 13px;
  top: 18%;
  right: -5%;
}
.doctors .doctor-img .doctor-img__frame {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.doctors .doctor-img .doctor-img__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.doctors .doctor-img .doctor-img__badge {
  position: absolute;
  bottom: 4%;
  right: -4%;
  width: 36%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #eaf6fd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  background: #eaf6fd;
}
.doctors .doctor-img .doctor-img__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.doctors--spotlight {
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 18%, #418bca 100%), url("assets/images/backgrounds/bg-8.png");
  background-size: auto, cover;
  background-position: top left, center;
}
.doctors--spotlight .section-head {
  text-align: center;
  align-items: center;
}
.doctors--spotlight .section-head::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #418bca;
  border-radius: 2px;
  margin: 0.75rem auto 0;
}
.doctors--spotlight .doctors-spotlight {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.doctors--spotlight .spotlight-row {
  position: relative;
  margin: 0 auto;
}
.doctors--spotlight .spotlight-photo {
  position: absolute;
  left: -15%;
  bottom: 0;
  z-index: 2;
  width: clamp(240px, 34vw, 430px);
  height: 91%;
}
.doctors--spotlight .spotlight-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.doctors--spotlight .spotlight-card {
  max-width: 960px;
  background: #eaf6fd;
  border-radius: 1.5625rem;
  box-shadow: 0 4px 20px rgba(59, 86, 109, 0.15);
  padding: clamp(2rem, 4vw, 3.125rem) clamp(1.5rem, 3vw, 2.5rem) clamp(2rem, 4vw, 3.125rem) clamp(14rem, 26vw, 18rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
.doctors--spotlight .spotlight-card .bty-btn {
  width: fit-content;
}
.doctors--spotlight .spotlight-card__badge {
  display: inline-flex;
  align-self: flex-start;
  background: #ffffff;
  border: 3px solid #418bca;
  border-radius: 0.9375rem;
  padding: 0.625rem 1.25rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.doctors--spotlight .spotlight-card__badge span {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 2.125rem);
  color: #15324b;
  line-height: 1.2;
  white-space: nowrap;
}
.doctors--spotlight .spotlight-card__extra:empty {
  display: none;
}
.doctors--spotlight .spotlight-card__badge-img {
  align-self: flex-end;
  max-width: clamp(80px, 10vw, 120px);
}
.doctors--spotlight .spotlight-card__badge-img img {
  display: block;
  width: 100%;
  height: auto;
}
.doctors--spotlight .spotlight-card__bio {
  color: #15324b;
  font-size: 1rem;
  line-height: 1.7;
}
.doctors--spotlight .spotlight-card__bio p {
  margin: 0 0 0.75rem;
}
.doctors--spotlight .spotlight-card__bio p:last-child {
  margin-bottom: 0;
}
.doctors .doctor-card {
  min-width: 0;
  background: transparent;
  border-radius: 0;
  padding: 1.5rem 0 1.5rem clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.875rem;
  box-shadow: none;
}
.doctors .doctor-card img.doctor-card__icon {
  max-width: clamp(20px, 3vw, 40px);
  margin-bottom: 0;
}
.doctors .doctor-card h3 {
  font-size: clamp(1.625rem, 2.8vw, 2.125rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  color: #15324b;
  overflow-wrap: break-word;
  word-break: break-word;
}
.doctors .doctor-card .doctor-role {
  font-size: 0.9rem;
  font-weight: 600;
  color: #418bca;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0 !important;
}
.doctors .doctor-card p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
  color: #15324b;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.doctors .doctor-card .doctor-extra {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6b7e8f;
  overflow-wrap: break-word;
  word-break: break-word;
  margin-top: -0.875rem;
}
.doctors .doctor-card .doctor-extra:empty {
  display: none;
}
.doctors .doctor-card .bty-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 50px;
  padding: 0.9375rem 0.75rem 0.9375rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
}
.doctors .doctor-card .bty-btn:not(.bty-btn--dark):not(.bty-btn--ghost):not(.bty-btn--white) {
  background: #418bca;
  color: #fff;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.doctors .doctor-card .bty-btn:not(.bty-btn--dark):not(.bty-btn--ghost):not(.bty-btn--white)::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.doctors .doctor-card .bty-btn:not(.bty-btn--dark):not(.bty-btn--ghost):not(.bty-btn--white):hover, .doctors .doctor-card .bty-btn:not(.bty-btn--dark):not(.bty-btn--ghost):not(.bty-btn--white):focus-visible {
  background: rgb(49.3358024691, 118.2197530864, 176.8641975309);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.22);
  color: #fff;
}
.doctors .doctor-card .bty-btn:not(.bty-btn--dark):not(.bty-btn--ghost):not(.bty-btn--white) .bty-btn-icon {
  display: none;
}
@media (max-width: 782px) {
  .doctors .doctors-grid {
    gap: 2.5rem;
  }
  .doctors .doctor-row {
    grid-template-columns: 1fr;
  }
  .doctors .doctor-row--reversed .doctor-img, .doctors .doctor-row--reversed .doctor-divider, .doctors .doctor-row--reversed .doctor-card {
    order: unset;
  }
  .doctors .doctor-divider {
    display: none;
  }
  .doctors .doctor-img {
    padding: 0;
  }
  .doctors--spotlight .spotlight-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .doctors--spotlight .spotlight-photo {
    position: static;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
  }
  .doctors--spotlight .spotlight-photo img {
    height: auto;
  }
  .doctors--spotlight .spotlight-card {
    padding: 1.75rem 1.5rem;
    min-height: unset;
    border-radius: 1.25rem;
  }
  .doctors--spotlight .spotlight-card__badge span {
    white-space: normal;
    font-size: 1.375rem;
  }
  .doctors .doctor-card {
    padding: 0.5rem 0 0;
    gap: 1.25rem;
  }
}

.doctor-feature {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .doctor-feature {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .doctor-feature {
    padding-block: 2rem;
  }
}
.doctor-feature {
  background-color: #eaf6fd;
}
.doctor-feature .doctor-feature__card {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  justify-content: center;
}
.doctor-feature .doctor-feature__photo {
  flex: 0 0 auto;
  width: clamp(160px, 18vw, 230px);
  height: clamp(160px, 18vw, 230px);
  border-radius: 50%;
  border: 2px solid #418bca;
  overflow: hidden;
}
.doctor-feature .doctor-feature__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.doctor-feature .doctor-feature__body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 700px;
}
.doctor-feature .doctor-feature__names {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.doctor-feature .doctor-feature__name {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 600;
  color: #15324b;
  line-height: 1.7;
  margin: 0;
}
.doctor-feature .doctor-feature__specialty {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #418bca;
  line-height: 1.7;
  margin: 0;
}
.doctor-feature .doctor-feature__quote {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  color: #15324b;
  line-height: 1.7;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
}
.doctor-feature .doctor-feature__extra:empty {
  display: none;
}
.doctor-feature .doctor-feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.625rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #418bca;
  text-decoration: none;
  line-height: 1.35;
}
.doctor-feature .doctor-feature__cta svg,
.doctor-feature .doctor-feature__cta .doctor-feature__cta-icon svg {
  flex: 0 0 auto;
}
.doctor-feature .doctor-feature__cta .doctor-feature__cta-icon {
  display: flex;
  align-items: center;
}
.doctor-feature .doctor-feature__cta:hover {
  color: #418bca;
}
@media (max-width: 782px) {
  .doctor-feature .doctor-feature__card {
    flex-direction: column;
    gap: 1.5rem;
  }
  .doctor-feature .doctor-feature__photo {
    width: 180px;
    height: 180px;
  }
}

.mission {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .mission {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .mission {
    padding-block: 2rem;
  }
}
.mission {
  background-color: #ffffff;
  overflow: hidden;
}
.mission .mission-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.mission .mission-image {
  flex-shrink: 0;
  position: relative;
  width: clamp(260px, 38vw, 500px);
}
.mission .mission-image__circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 10px;
}
.mission .mission-image__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.mission .mission-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.mission .mission-text {
  color: #b3e6fa;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0;
}
.mission .mission-cards {
  display: flex;
  gap: 0.625rem;
}
.mission .mission-card {
  flex: 1;
  border: 1px solid #418bca;
  border-radius: 1rem;
  padding: 0.75rem 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  text-align: center;
  min-width: 0;
}
.mission .mission-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission .mission-card__icon svg,
.mission .mission-card__icon img {
  width: 1rem;
  height: 1rem;
  color: #418bca;
}
.mission .mission-card__title {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #15324b;
  line-height: 1.7;
}
.mission .mission-card__text {
  font-size: 0.6875rem;
  color: #b3e6fa;
  line-height: 1.5;
  margin: 0;
}
.mission .mission-heading-wrap {
  position: relative;
  padding-bottom: 0.5rem;
}
.mission .mission-heading-bg {
  position: absolute;
  right: 0;
  bottom: -0.15em;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.8rem, 2.11vw, 2rem);
  color: rgba(65, 139, 202, 0.3);
  line-height: 1.15;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.mission .mission-heading {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #15324b;
  line-height: 1.15;
  text-align: right;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .mission .mission-inner {
    gap: 2rem;
  }
  .mission .mission-image {
    width: clamp(240px, 36vw, 440px);
  }
}
@media (max-width: 782px) {
  .mission .mission-inner {
    flex-direction: column;
  }
  .mission .mission-image {
    width: clamp(240px, 70vw, 380px);
  }
  .mission .mission-heading {
    text-align: center;
  }
  .mission .mission-heading-bg {
    display: none;
  }
  .mission .mission-cards {
    order: 3;
  }
  .mission .mission-card {
    flex-basis: calc(50% - 0.3125rem);
    flex-grow: 0;
  }
  .mission .mission-text {
    order: 2;
  }
  .mission .mission-heading-wrap {
    order: 1;
  }
}
@media (max-width: 600px) {
  .mission .mission-card {
    flex-basis: 100%;
  }
}

.features {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .features {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .features {
    padding-block: 2rem;
  }
}
.features {
  background: #eaf6fd;
}
.features .features-grid {
  --feat-cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--feat-cols), 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 0;
  margin-top: 2rem;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.features .feature-card {
  min-width: 0;
  background: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  border: 0.5px solid #c8e8e8;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.features .feature-card.is-center {
  align-items: center;
  text-align: center;
}
.features .feature-card:hover, .features .feature-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.11);
  outline: none;
}
.features .feature-card:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  transition-duration: 0.1s;
}
.features .feature-card img.feature-card__icon {
  max-width: clamp(20px, 3vw, 40px);
  margin-bottom: 10px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.features .feature-card:hover img.feature-card__icon, .features .feature-card:focus-visible img.feature-card__icon {
  transform: scale(1.2);
}
.features .feature-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #15324b;
  overflow-wrap: break-word;
  word-break: break-word;
}
.features .feature-card p {
  font-size: 0.9rem;
  color: #6b7e8f;
  overflow-wrap: break-word;
  word-break: break-word;
}
.features .feature-card .feature-extra {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.features .feature-card .feature-extra:empty {
  display: none;
}
.features .feature-img {
  min-width: 0;
  overflow: hidden;
  cursor: pointer;
}
.features .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.features .feature-img:hover img, .features .feature-img:focus-visible img {
  transform: scale(1.06);
}
.features .feature-img:active img {
  transform: scale(1.02);
  transition-duration: 0.1s;
}
@media (max-width: 1024px) {
  .features .features-grid {
    --feat-cols: 2 !important;
  }
  .features .feature-card,
  .features .feature-img {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .features .feature-img {
    display: none;
  }
}
@media (max-width: 600px) {
  .features .feature-card {
    padding: 20px;
    align-items: center;
    text-align: center;
  }
  .features .feature-card img.feature-card__icon {
    max-width: clamp(24px, 6vw, 36px);
  }
}

/* ==========================================================================
 * FEATURES — Steps layout ("How it works" horizontal cards)
 * ======================================================================== */
.features--steps {
  background: #ffffff;
}
.features--steps .hiw-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 2.5rem;
  flex-wrap: nowrap;
  counter-reset: hiw-step;
}
.features--steps .hiw-step {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  counter-increment: hiw-step;
  position: relative;
}
.features--steps .hiw-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 34px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #418bca;
  transform: translateY(-50%);
}
.features--steps .hiw-step__num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #418bca;
  color: #418bca;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  flex-shrink: 0;
  margin-bottom: 1.25rem;
}
.features--steps .hiw-step__num::before {
  content: counter(hiw-step);
}
.features--steps .hiw-step__body {
  display: contents;
}
.features--steps .hiw-step__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #15324b;
  line-height: 1.2;
  margin: 0 0 0.625rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.features--steps .hiw-step__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7e8f;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.features--steps .hiw-step__badge {
  display: none;
}
.features--steps .hiw-step__extra {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
.features--steps .hiw-step__extra:empty {
  display: none;
}
.features--steps .hiw-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (max-width: 782px) {
  .features--steps .hiw-steps {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .features--steps .hiw-step {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .features--steps .hiw-step:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .features--steps .hiw-step {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ==========================================================================
 * FEATURES — Steps List layout ("How it works" vertical list with duration)
 * ======================================================================== */
.features--steps-list {
  background: #eaf6fd;
}
.features--steps-list .hiw-steps {
  display: flex;
  flex-direction: column;
  max-width: 75rem;
  margin: 2.5rem auto 0;
  width: 100%;
  counter-reset: hiw-step;
}
.features--steps-list .hiw-step {
  counter-increment: hiw-step;
  display: flex;
  gap: 1.875rem;
  align-items: flex-start;
  padding: 0.625rem;
}
.features--steps-list .hiw-step__num {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #418bca;
  color: #418bca;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.features--steps-list .hiw-step__num::before {
  content: counter(hiw-step);
}
.features--steps-list .hiw-step__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.features--steps-list .hiw-step__title {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #15324b;
  line-height: 1.2;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.features--steps-list .hiw-step__text {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #3d576e;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.features--steps-list .hiw-step__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  background: rgba(65, 139, 202, 0.15);
  border-radius: 3.125rem;
  padding: 0.3125rem 0.75rem;
  align-self: flex-start;
}
.features--steps-list .hiw-step__clock {
  width: 1rem;
  height: 1rem;
  color: #418bca;
  flex-shrink: 0;
}
.features--steps-list .hiw-step__badge span {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  color: #418bca;
  white-space: nowrap;
}
.features--steps-list .hiw-step__extra {
  margin-top: 0.25rem;
}
.features--steps-list .hiw-step__extra:empty {
  display: none;
}
.features--steps-list .hiw-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (max-width: 782px) {
  .features--steps-list .hiw-step {
    gap: 1rem;
  }
}

.hiw-cta {
  margin: 2.5rem auto 0;
  text-align: center;
}

.bty-columns {
  background-color: #f4f8fb;
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .bty-columns {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .bty-columns {
    padding-block: 2rem;
  }
}
.bty-columns .bty-columns-grid {
  --bty-cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--bty-cols), 1fr);
  gap: 2rem;
  margin-top: 2rem;
  align-items: stretch;
}
.bty-columns .bty-column {
  min-width: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .bty-columns .bty-columns-grid {
    --bty-cols: 2 !important;
  }
}
@media (max-width: 600px) {
  .bty-columns .bty-columns-grid {
    --bty-cols: 1 !important;
    gap: 1.5rem;
  }
}
.bty-columns {
  /* ── Slider / carousel layout ────────────────────────────────────────── */
}
.bty-columns .bty-columns-carousel {
  gap: 0.75rem;
  display: flex;
  position: relative;
  margin-top: 2rem;
  align-items: center;
}
.bty-columns .bty-columns-viewport {
  padding: 0.8rem;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.bty-columns .bty-columns-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.bty-columns .bty-columns-track > * {
  flex-shrink: 0;
}
.bty-columns .bty-columns-prev {
  left: 0;
}
.bty-columns .bty-columns-next {
  right: 0;
}
.bty-columns .bty-columns-prev,
.bty-columns .bty-columns-next {
  z-index: 1;
  position: absolute;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(65, 139, 202, 0.3);
  background: #ffffff;
  color: #418bca;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.bty-columns .bty-columns-prev:hover, .bty-columns .bty-columns-prev:focus-visible,
.bty-columns .bty-columns-next:hover,
.bty-columns .bty-columns-next:focus-visible {
  background: #418bca;
  color: #ffffff;
  outline: none;
}
.bty-columns .bty-columns-prev:active,
.bty-columns .bty-columns-next:active {
  transform: scale(0.94);
}
.bty-columns .bty-columns-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.bty-columns .bty-columns-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: #bcc6d1;
  cursor: pointer;
  transition: background 0.25s ease, width 0.25s ease;
}
.bty-columns .bty-columns-dot.is-active {
  width: 26px;
  background: #418bca;
}
@media (max-width: 600px) {
  .bty-columns .bty-columns-track {
    gap: 0.5rem;
  }
  .bty-columns .bty-columns-prev,
  .bty-columns .bty-columns-next {
    width: 36px;
    height: 36px;
  }
}
.bty-columns {
  /* ── Card column layout ──────────────────────────────────────────────── */
}
.bty-columns .bty-column--card {
  background: #ffffff;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: stretch;
}
.bty-columns .bty-card-media {
  position: relative;
  aspect-ratio: 16/10;
  background: #f4f8fb;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  flex-shrink: 0;
}
.bty-columns .bty-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bty-columns .bty-card-media.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(21, 50, 75, 0.25);
}
.bty-columns .bty-card-media__placeholder {
  color: rgba(21, 50, 75, 0.4);
  font-size: 0.8rem;
  text-align: center;
  padding: 0 1rem;
}
.bty-columns .bty-card-badge {
  margin-top: -52px;
  margin-bottom: 12px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.bty-columns .bty-card-badge svg {
  height: 24px;
  width: 24px;
}
.bty-columns .bty-card-badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(65, 139, 202, 0.14);
  color: #15324b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bty-columns .bty-card-badge-icon img,
.bty-columns .bty-card-badge-icon svg {
  width: 18px;
  height: 18px;
}
.bty-columns .bty-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
}
.bty-columns .bty-card-body h3 {
  color: #15324b;
  overflow-wrap: break-word;
}
.bty-columns .bty-card-body p {
  font-size: 0.925rem;
  line-height: 1.65;
  color: #6b7e8f;
  margin: 0 0 1rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: auto;
  color: #418bca;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.bty-columns .bty-card-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.bty-columns .bty-card-link:hover svg, .bty-columns .bty-card-link:focus-visible svg {
  transform: translateX(3px);
}
.bty-columns a.bty-card-link:hover span,
.bty-columns a.bty-card-link:focus-visible span {
  text-decoration: underline;
}
.bty-columns .bty-card-extra {
  margin-top: 0.75rem;
}
.bty-columns .bty-card-extra:empty {
  display: none;
}
.bty-columns {
  /* ── Icon card (dark) column layout ──────────────────────────────────── */
}
.bty-columns .bty-column--icon {
  background: #15324b;
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.bty-columns .bty-icon-card-badge {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(65, 139, 202, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.bty-columns .bty-icon-card-badge svg {
  color: #7acef0;
  width: 24px;
  height: 24px;
}
.bty-columns .bty-icon-card-badge-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7acef0;
}
.bty-columns .bty-icon-card-badge-icon img,
.bty-columns .bty-icon-card-badge-icon svg {
  width: 32px;
  height: 32px;
}
.bty-columns .bty-icon-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.bty-columns .bty-icon-card-body h3 {
  color: #ffffff;
  overflow-wrap: break-word;
}
.bty-columns .bty-icon-card-body p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 1rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-icon-card-body .bty-card-link {
  color: #b3e6fa;
}
.bty-columns {
  /* ── Team member column layout ───────────────────────────────────────── */
}
.bty-columns .bty-column--team {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.bty-columns .bty-team-portrait {
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: #f4f8fb;
  overflow: hidden;
  flex-shrink: 0;
}
.bty-columns .bty-team-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bty-columns .bty-team-portrait.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(21, 50, 75, 0.25);
}
.bty-columns .bty-team-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.bty-columns .bty-team-body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #15324b;
  margin: 0 0 0.25rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-team-body p {
  font-size: 0.925rem;
  line-height: 1.65;
  color: #6b7e8f;
  margin: 0 0 0.75rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-team-body .bty-team-subtitle {
  color: #418bca;
  font-weight: 600;
}
.bty-columns {
  /* ── Checklist column layout ─────────────────────────────────────────── */
}
.bty-columns .bty-column--checklist {
  background: #f4f8fb;
  border-radius: 20px;
  border-top: 4px solid #d8a95c;
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bty-columns .bty-column--checklist h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #15324b;
  margin: 1.25rem 0 1.25rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-checklist-badge {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bty-columns .bty-checklist-badge-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #418bca;
}
.bty-columns .bty-checklist-badge-icon img,
.bty-columns .bty-checklist-badge-icon svg {
  width: 28px;
  height: 28px;
}
.bty-columns .bty-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bty-columns .bty-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.bty-columns .bty-checklist svg {
  flex-shrink: 0;
  margin-top: 0.2rem;
  color: #2f9e5c;
}
.bty-columns .bty-checklist span {
  font-size: 0.975rem;
  line-height: 1.5;
  color: #6b7e90;
  overflow-wrap: break-word;
}

.payment {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .payment {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .payment {
    padding-block: 2rem;
  }
}
.payment {
  background: #15324b;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  overflow: hidden;
}
.payment .payment-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.payment .payment-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.payment .bty-container {
  position: relative;
  z-index: 2;
}
.payment .bty-superscript {
  color: #418bca;
}
.payment h2 {
  color: #ffffff;
}
.payment .bty-section-head p {
  color: rgba(255, 255, 255, 0.8);
}
.payment .payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.payment .payment-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 2rem;
  backdrop-filter: blur(4px);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.payment .payment-card.is-center {
  align-items: center;
  text-align: center;
}
.payment .payment-card.is-center .payment-link {
  justify-content: center;
}
.payment .payment-card:hover, .payment .payment-card:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  outline: none;
}
.payment .payment-card:hover .payment-icon, .payment .payment-card:focus-visible .payment-icon {
  transform: scale(1.15);
}
.payment .payment-card:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition-duration: 0.1s;
}
.payment .payment-card:active .payment-icon {
  transform: scale(1);
}
.payment .payment-card .payment-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: #ffffff;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.payment .payment-card h3 {
  color: #ffffff;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.payment .payment-card p {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.payment .payment-card .payment-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #418bca;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.7;
  filter: drop-shadow(0px 1px 0.5px rgba(0, 112, 127, 0.3));
  margin-top: auto;
  padding-top: 1.25rem;
}
.payment .payment-card .payment-link span {
  white-space: nowrap;
}
.payment .payment-card .payment-link svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .payment .payment-grid {
    gap: 0.8rem;
  }
}
@media (max-width: 600px) {
  .payment .payment-grid {
    gap: 0.5rem;
  }
  .payment .payment-card {
    padding: 1rem;
    align-items: center;
    text-align: center;
  }
  .payment .payment-card .payment-icon {
    width: 30px;
    height: 30px;
  }
  .payment .payment-extra p {
    font-size: 1.5rem !important;
  }
}

.icon-item {
  padding: 4rem 3rem;
}
.icon-item__container {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}
.icon-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-item__icon svg {
  display: block;
}
.icon-item__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.icon-item__title {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #15324b;
  margin: 0;
}
.icon-item__text {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #15324b;
  margin: 0;
}
.icon-item--center .icon-item__container {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.icon-item--center .icon-item__body {
  align-items: center;
}
@media (max-width: 600px) {
  .icon-item {
    padding: 2.5rem 1.5rem;
  }
}

.doctor-quote {
  padding: 5rem clamp(1.5rem, 10vw, 13.75rem);
}
.doctor-quote__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 3.75rem;
}
.doctor-quote__mark {
  position: absolute;
  left: 0;
  top: -0.35em;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #418bca;
  user-select: none;
}
.doctor-quote__body {
  margin: 0;
  padding: 0;
  border: none;
}
.doctor-quote__text {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-style: italic;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  line-height: 1.48;
  color: #15324b;
  margin: 0 0 1.75rem;
}
.doctor-quote__attr {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-style: normal;
}
.doctor-quote__line {
  width: 2.5rem;
  height: 2.5px;
  background: #418bca;
  flex-shrink: 0;
  border-radius: 2px;
}
.doctor-quote__attribution {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  color: #b3e6fa;
  letter-spacing: 0.3px;
}
.doctor-quote--center {
  text-align: center;
}
.doctor-quote--center .doctor-quote__inner {
  padding-left: 0;
}
.doctor-quote--center .doctor-quote__mark {
  position: static;
  display: block;
  margin-bottom: 0.5rem;
}
.doctor-quote--center .doctor-quote__attr {
  justify-content: center;
}
@media (max-width: 600px) {
  .doctor-quote {
    padding: 3rem 1.5rem;
  }
  .doctor-quote__inner {
    padding-left: 2.5rem;
  }
  .doctor-quote__mark {
    font-size: 3.5rem;
  }
}

.funfact {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .funfact {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .funfact {
    padding-block: 2rem;
  }
}
.funfact .funfact-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 6px 18px rgba(59, 86, 109, 0.08);
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem;
}
.funfact .funfact-card.is-center {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.funfact .funfact-card .funfact-icon {
  flex: none;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
}
.funfact .funfact-card .funfact-icon svg {
  width: 100%;
  height: 100%;
}
.funfact .funfact-card p {
  font-size: 1.05rem;
  margin-top: 0.35rem;
}
@media (max-width: 600px) {
  .funfact .funfact-card {
    flex-direction: column;
    text-align: center;
  }
}

.banner {
  position: relative;
  overflow: hidden;
  background-color: var(--banner-bg-color, transparent);
  background-image: var(--banner-bg-image, none);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--banner-overlay, transparent);
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
.banner .banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.banner .bty-superscript {
  color: #418bca;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
}
.banner h2 {
  font-size: clamp(1.3rem, 1.6vw, 1.5rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.banner p {
  font-size: 1.13rem;
  line-height: 1.5;
  max-width: 560px;
  margin-bottom: 1.75rem;
}
.banner .banner-media {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
@media (max-width: 600px) {
  .banner .banner-inner {
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    gap: 1.5rem;
  }
  .banner h2 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
  .banner p {
    font-size: 1rem;
    max-width: 100%;
  }
}

.banner--gradient-cta {
  background-color: var(--banner-bg-color, #418bca);
  background-blend-mode: normal;
  background-image: linear-gradient(108deg, #d8a95c 0%, #8aa4bd 24%, #418bca 56%, #1b619d 100%);
}
.banner--gradient-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='%23ffffff'%3E%3Cpath fill-opacity='0.07' transform='translate(18 14) scale(2.4) rotate(14 12 12)' d='M12 5.5c-1.7-1.6-4-2-5.6-1-1.8 1.2-2.2 4-1.5 7 .5 2 .8 4 1.2 6 .3 1.5 1.8 1.6 2.3.2.4-1.1.7-2.6 1.6-2.6s1.2 1.5 1.6 2.6c.5 1.4 2 1.3 2.3-.2.4-2 .7-4 1.2-6 .7-3 .3-5.8-1.5-7-1.6-1-3.9-.6-5.6 1z'/%3E%3Cpath fill-opacity='0.05' transform='translate(150 52) scale(2) rotate(-12 12 12)' d='M12 5.5c-1.7-1.6-4-2-5.6-1-1.8 1.2-2.2 4-1.5 7 .5 2 .8 4 1.2 6 .3 1.5 1.8 1.6 2.3.2.4-1.1.7-2.6 1.6-2.6s1.2 1.5 1.6 2.6c.5 1.4 2 1.3 2.3-.2.4-2 .7-4 1.2-6 .7-3 .3-5.8-1.5-7-1.6-1-3.9-.6-5.6 1z'/%3E%3Cpath fill-opacity='0.06' transform='translate(52 158) scale(2.2) rotate(-20 12 12)' d='M12 5.5c-1.7-1.6-4-2-5.6-1-1.8 1.2-2.2 4-1.5 7 .5 2 .8 4 1.2 6 .3 1.5 1.8 1.6 2.3.2.4-1.1.7-2.6 1.6-2.6s1.2 1.5 1.6 2.6c.5 1.4 2 1.3 2.3-.2.4-2 .7-4 1.2-6 .7-3 .3-5.8-1.5-7-1.6-1-3.9-.6-5.6 1z'/%3E%3Cpath fill-opacity='0.05' transform='translate(182 172) scale(2.5) rotate(8 12 12)' d='M12 5.5c-1.7-1.6-4-2-5.6-1-1.8 1.2-2.2 4-1.5 7 .5 2 .8 4 1.2 6 .3 1.5 1.8 1.6 2.3.2.4-1.1.7-2.6 1.6-2.6s1.2 1.5 1.6 2.6c.5 1.4 2 1.3 2.3-.2.4-2 .7-4 1.2-6 .7-3 .3-5.8-1.5-7-1.6-1-3.9-.6-5.6 1z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 260px 260px;
}
.banner--gradient-cta .banner-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.banner--gradient-cta .bty-superscript {
  color: #b3e6fa;
}
.banner--gradient-cta h2 {
  color: #ffffff;
  font-size: 1.7rem;
  margin-bottom: 1.25rem;
}
.banner--gradient-cta p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
}
.banner--gradient-cta .banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.banner--gradient-cta .banner-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 2.1rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.banner--gradient-cta .banner-pill:hover {
  transform: translateY(-2px);
}
.banner--gradient-cta .banner-pill__icon {
  display: inline-flex;
}
.banner--gradient-cta .banner-pill__icon svg {
  width: 1.2em;
  height: 1.2em;
}
.banner--gradient-cta .banner-pill--solid {
  background: #ffffff;
  color: #15324b;
  box-shadow: 0 6px 22px rgba(21, 50, 75, 0.22);
}
.banner--gradient-cta .banner-pill--solid:hover {
  box-shadow: 0 10px 28px rgba(21, 50, 75, 0.3);
}
.banner--gradient-cta .banner-pill--ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}
.banner--gradient-cta .banner-pill--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}
@media (max-width: 600px) {
  .banner--gradient-cta .banner-inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .banner--gradient-cta .banner-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.85rem;
  }
  .banner--gradient-cta .banner-pill {
    justify-content: center;
    width: 100%;
  }
}

.banner--layer-blur {
  position: relative;
  background-image: var(--banner-bg-image, url("./assets/images/img16.jpg"));
}
.banner--layer-blur::before {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  width: 70%;
  background: #eaf6fd;
  filter: blur(38.5px);
  height: 150%;
}
.banner--layer-blur .banner-inner {
  justify-content: space-between;
}
.banner--layer-blur .banner-content {
  flex: 0 1 55%;
}
.banner--layer-blur .banner-content h2 {
  color: #15324b;
}
.banner--layer-blur .banner-content p {
  color: #b3e6fa;
}
.banner--layer-blur .banner-media {
  flex: 0 1 42%;
  border-radius: 28px;
  overflow: hidden;
  max-height: 380px;
}
.banner--layer-blur .banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .banner--layer-blur .banner-inner {
    flex-direction: column;
  }
  .banner--layer-blur .banner-content {
    flex: none;
    width: 100%;
  }
  .banner--layer-blur .banner-media {
    flex: none;
    width: 100%;
    max-height: 260px;
  }
}
@media (max-width: 600px) {
  .banner--layer-blur .banner-content,
  .banner--layer-blur .banner-media {
    flex: none;
    width: 100%;
  }
  .banner--layer-blur .banner-media {
    max-height: 200px;
  }
}

.banner--centered-text {
  background-image: var(--banner-bg-image, url("./assets/images/img14.jpg"));
  color: #eaf6fd;
  background-color: var(--banner-bg-color, #eaf6fd);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}
.banner--centered-text::after {
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.banner--centered-text .banner-inner {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.banner--centered-text .banner-content {
  flex: none;
  width: 100%;
  max-width: 960px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 2rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
}
.banner--centered-text .banner-content .bty-superscript {
  color: #ffffff;
  border: none;
  border-bottom: 3px solid #eaf6fd;
  padding: 0.15rem 0.6rem 0.5rem;
  width: 60%;
  margin-bottom: 30px;
}
.banner--centered-text .banner-content h2 {
  color: #ffffff;
  text-transform: uppercase;
}
.banner--centered-text .banner-content p {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .banner--centered-text .banner-content {
    padding: 1.5rem 1.25rem;
  }
  .banner--centered-text .banner-content .bty-superscript {
    width: 100%;
  }
}

.banner--centered {
  background-color: var(--banner-bg-color, #418bca);
}
.banner--centered .banner-inner {
  gap: 0;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.banner--centered .bty-superscript {
  color: #ffffff;
  border: none;
  border-bottom: 3px solid #eaf6fd;
  padding: 0.15rem 0.6rem 0.5rem;
  width: 60%;
  margin-bottom: 30px;
}
.banner--centered h2 {
  color: #fff;
}
.banner--centered p {
  color: rgba(255, 255, 255, 0.75);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .banner--centered .bty-superscript {
    width: 100%;
  }
}

.banner--boxed-content {
  background-image: var(--banner-bg-image, url("./assets/images/img15.jpg"));
}
.banner--boxed-content::after {
  content: none;
}
.banner--boxed-content .banner-inner {
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
}
.banner--boxed-content .banner-card {
  background: #15324b;
  border-radius: 28px;
  padding: 6rem 2.5rem 2.5rem;
  max-width: 660px;
  width: 100%;
  text-align: center;
  position: relative;
}
.banner--boxed-content .banner-card .bty-superscript {
  color: #418bca;
}
.banner--boxed-content .banner-card h2 {
  color: #fff;
  font-size: 1.7rem;
}
.banner--boxed-content .banner-card p {
  color: rgba(255, 255, 255, 0.8);
  max-width: none;
}
.banner--boxed-content .banner-card .header-cta {
  width: 100%;
  background: #ffffff;
  border-color: rgba(21, 50, 75, 0.2);
  margin-top: 1rem;
}
.banner--boxed-content .banner-card .header-cta .cta-inner {
  background: transparent;
  color: #15324b;
  width: 100%;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
}
.banner--boxed-content .banner-card .header-cta .cta-inner::after {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1rem;
  margin-right: 0;
}
.banner--boxed-content .banner-card .header-cta .cta-icon {
  display: none;
}
.banner--boxed-content .banner-card__logo {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  background: #15324b;
  width: 120px;
  height: 120px;
}
.banner--boxed-content .banner-card__logo img {
  object-fit: contain;
  padding: 0.5rem;
  display: block;
  height: 100%;
  width: auto;
}
@media (max-width: 782px) {
  .banner--boxed-content .banner-inner {
    padding-top: 4.5rem;
  }
  .banner--boxed-content .banner-card {
    padding-top: 4.5rem;
  }
}
@media (max-width: 600px) {
  .banner--boxed-content .banner-inner {
    padding-top: 4rem;
  }
  .banner--boxed-content .banner-card {
    padding: 5rem 1.25rem 1.5rem;
    max-width: 100%;
  }
}

.banner--image-bg {
  background-color: var(--banner-bg-color, #15324b);
  background-image: var(--banner-bg-image, url("assets/images/backgrounds/bg.jpg"));
  background-blend-mode: unset;
}
.banner--image-bg::after {
  content: none;
}
.banner--image-bg .banner-circle {
  position: absolute;
  border-radius: 50%;
  background: #418bca;
  opacity: 0.06;
  pointer-events: none;
  z-index: 2;
}
.banner--image-bg .banner-circle--1 {
  width: 460px;
  height: 460px;
  right: -80px;
  top: -120px;
}
.banner--image-bg .banner-circle--2 {
  width: 320px;
  height: 320px;
  right: 160px;
  bottom: -100px;
}
.banner--image-bg .banner-inner {
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 0;
}
.banner--image-bg .banner-inner .cta-text {
  padding-left: 0.5rem;
}
.banner--image-bg .bty-superscript {
  color: #418bca;
}
.banner--image-bg h2 {
  color: #fff;
}
.banner--image-bg p {
  color: rgba(255, 255, 255, 0.65);
  margin-left: auto;
  margin-right: auto;
}
.banner--image-bg .header-cta {
  margin-top: 0.5rem;
  border-color: #418bca;
}
.banner--image-bg .header-cta .cta-inner {
  background: #418bca;
  width: 100%;
  justify-content: center;
}
.banner--image-bg .header-cta .cta-icon {
  display: none;
}
@media (max-width: 600px) {
  .banner--image-bg .header-cta {
    width: 100%;
  }
}

.testimonials {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .testimonials {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .testimonials {
    padding-block: 2rem;
  }
}
.testimonials {
  background: #eaf6fd;
}
.testimonials .testimonials-slider {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.testimonials .testimonials-viewport {
  overflow: hidden;
}
.testimonials .testimonials-track {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials .testimonials-controls {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.testimonials .testimonials-prev,
.testimonials .testimonials-next {
  background: #fff;
  border: 2px solid #418bca;
  color: #418bca;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.testimonials .testimonials-prev:hover,
.testimonials .testimonials-next:hover {
  background: #418bca;
  color: #fff;
}
.testimonials .testimonials-dots {
  display: flex;
  gap: 0.5rem;
}
.testimonials .testimonials-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: #bcc6d1;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, width 0.25s ease;
}
.testimonials .testimonials-dot.is-active {
  width: 26px;
  background: #418bca;
}
.testimonials .testimonial-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 6px 18px rgba(59, 86, 109, 0.08);
  padding: clamp(1.25rem, 4vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1rem 0;
}
.testimonials .testimonial-card .stars {
  color: #d8a95c;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.testimonials .testimonial-card .stars .star--empty {
  color: #d0e8e8;
}
.testimonials .testimonial-card blockquote {
  margin: 0;
  font-size: 1rem;
  color: #3e4e5e;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-word;
}
.testimonials .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
}
.testimonials .testimonial-card .testimonial-author .author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(65, 139, 202, 0.15);
  color: #418bca;
  display: grid;
  place-items: center;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
.testimonials .testimonial-card .testimonial-author strong {
  color: var(--card-text-color, #15324b);
  display: block;
  overflow-wrap: break-word;
  word-break: break-word;
}
.testimonials .testimonial-card .testimonial-author span {
  font-size: 0.85rem;
  color: #6b7e90;
  overflow-wrap: break-word;
  word-break: break-word;
}

.faq {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .faq {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .faq {
    padding-block: 2rem;
  }
}
.faq .bty-section-head {
  margin-bottom: 2rem;
}
.faq .faq-card {
  background: rgba(255, 255, 255, 0.85);
  border: 0.5px solid #418bca;
  border-radius: 25px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow: hidden;
}
.faq .faq-item {
  border-bottom: 1px solid rgba(65, 139, 202, 0.25);
  padding-bottom: 0;
}
.faq .faq-item:last-child {
  border-bottom: none;
}
.faq .faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
}
.faq .faq-item summary::-webkit-details-marker {
  display: none;
}
.faq .faq-item summary .faq-q {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 4vw, 1.5rem);
  line-height: 1.2;
  color: #15324b;
}
.faq .faq-item summary .faq-chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq .faq-item[open] > summary .faq-chevron {
  transform: rotate(180deg);
}
.faq .faq-item .faq-answer {
  padding: 0.625rem 0.625rem 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
  color: #6b7e8f;
}
.faq .faq-q {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 4vw, 1.5rem);
  line-height: 1.2;
  color: #15324b;
  display: block;
}
@media (max-width: 600px) {
  .faq .faq-card {
    padding: 20px 15px;
    gap: 18px;
  }
}

.before-after {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .before-after {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .before-after {
    padding-block: 2rem;
  }
}
.before-after {
  background: #15324b;
  color: #eaf6fd;
  overflow: hidden;
}
.before-after .bty-section-head {
  margin-bottom: 2.5rem;
}
.before-after .bty-section-head .bty-superscript {
  color: #418bca;
}
.before-after .bty-section-head h1,
.before-after .bty-section-head h2,
.before-after .bty-section-head h3,
.before-after .bty-section-head h4,
.before-after .bty-section-head h5,
.before-after .bty-section-head h6 {
  color: #eaf6fd;
}
.before-after .bty-section-head p {
  color: rgba(234, 246, 253, 0.6);
  max-width: 700px;
}
.before-after .ba-gallery {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.before-after .ba-gallery__viewport {
  flex: 1;
  overflow: hidden;
}
.before-after .ba-gallery__track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.before-after .ba-gallery__nav {
  flex-shrink: 0;
}
.before-after .ba-gallery__nav button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.before-after .ba-gallery__nav button:hover {
  opacity: 0.75;
}
.before-after .ba-gallery__nav button:focus-visible {
  outline: 2px solid #418bca;
  outline-offset: 2px;
}
.before-after .ba-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.before-after .ba-item__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 50px;
  border-radius: 999px;
  background: linear-gradient(to right, #418bca 50%, #eaf6fd 50%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.before-after .ba-item__label {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  color: #6b7e8f;
  letter-spacing: 0.001em;
  user-select: none;
}
.before-after .ba-item__label--before, .before-after .ba-item__label--after {
  cursor: pointer;
  transition: font-weight 0.2s ease;
}
.before-after .ba-item__label--before:hover, .before-after .ba-item__label--after:hover {
  font-weight: 600;
}
.before-after .ba-item__arrow {
  width: 31px;
  height: 18px;
  flex-shrink: 0;
}
.before-after .ba-compare {
  position: relative;
  border-radius: 28px;
  cursor: col-resize;
  user-select: none;
  aspect-ratio: 879/514;
  background: #7acef0;
}
.before-after .ba-compare__after, .before-after .ba-compare__before {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;
}
.before-after .ba-compare__after img, .before-after .ba-compare__before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.before-after .ba-compare__before {
  clip-path: inset(0 50% 0 0);
}
.before-after .ba-compare__placeholder {
  width: 100%;
  height: 100%;
  background: rgba(107, 126, 143, 0.15);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: rgba(234, 246, 253, 0.4);
}
.before-after .ba-compare__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: col-resize;
  z-index: 10;
}
.before-after .ba-compare__line {
  flex: 1;
  width: 3px;
  background: #fff;
}
.before-after .ba-compare__knob {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.before-after .ba-compare__knob svg {
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}
.before-after .ba-compare--editor .ba-compare,
.before-after .ba-compare .ba-compare--editor {
  display: flex;
  flex-direction: row;
  position: static;
  clip-path: none;
  height: auto;
  aspect-ratio: auto;
}
@media (max-width: 600px) {
  .before-after .ba-item__bar {
    padding: 5px 20px;
  }
  .before-after .ba-item__arrow {
    width: 25px;
    height: 14px;
  }
  .before-after .ba-item__label {
    font-size: 0.85rem;
  }
  .before-after .ba-gallery {
    gap: 0.5rem;
  }
}
.before-after .ba-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.5rem;
}
.before-after .ba-dots .ba-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: #418bca;
  opacity: 0.35;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.25s ease, width 0.25s ease;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.before-after .ba-dots .ba-dot.is-active {
  width: 26px;
  opacity: 1;
}
.before-after .ba-dots .ba-dot:focus-visible {
  outline: 2px solid #418bca;
  outline-offset: 2px;
}
.before-after .ba-gallery--cards .ba-item {
  height: auto;
}
.before-after .ba-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.before-after .ba-card__images {
  display: flex;
  position: relative;
  height: 200px;
  flex-shrink: 0;
}
.before-after .ba-card__half {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.before-after .ba-card__half img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.before-after .ba-card__placeholder {
  width: 100%;
  height: 100%;
  background: rgba(107, 126, 143, 0.15);
}
.before-after .ba-card__divider {
  width: 1px;
  background: #418bca;
  flex-shrink: 0;
  z-index: 1;
}
.before-after .ba-card__pill {
  position: relative;
  z-index: 2;
  background: rgba(65, 139, 202, 0.3);
  border: 1px solid #418bca;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.before-after .ba-card__pill span {
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.7;
  white-space: nowrap;
  font-family: "Mulish", system-ui, sans-serif;
}
.before-after .ba-card__pill--before {
  border-radius: 0 255px 255px 0;
  margin-left: 0;
}
.before-after .ba-card__pill--after {
  border-radius: 255px 0 0 255px;
  margin-left: auto;
}
.before-after .ba-card__content {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.before-after .ba-card__content-inner {
  color: #7acef0;
}
.before-after .ba-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #6b7e8f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.before-after .ba-card__desc {
  font-size: 1rem;
  color: #6b7e8f;
  line-height: 1.7;
}
.before-after .ba-card__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
  padding-top: 6px;
}
.before-after .ba-card__stat {
  display: flex;
  align-items: center;
  gap: 5px;
}
.before-after .ba-card__stat-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #418bca;
}
.before-after .ba-card__stat-label {
  font-size: 0.75rem;
  color: #b3e6fa;
  line-height: 1.35;
  white-space: nowrap;
}
.before-after.before-after--grid {
  background: #eaf6fd;
}
.before-after.before-after--grid .bty-section-head h1,
.before-after.before-after--grid .bty-section-head h2,
.before-after.before-after--grid .bty-section-head h3,
.before-after.before-after--grid .bty-section-head h4,
.before-after.before-after--grid .bty-section-head h5,
.before-after.before-after--grid .bty-section-head h6 {
  color: #15324b;
}
.before-after.before-after--grid .bty-section-head p {
  color: #15324b;
}
.before-after .ba-grid {
  --ba-grid-cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--ba-grid-cols), 1fr);
  gap: 10px;
}
.before-after .ba-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.before-after .ba-grid__cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.before-after .ba-grid__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #418bca;
  border: 2px solid #418bca;
  color: #eaf6fd;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  padding: 15px 10px 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease, color 0.2s ease;
}
.before-after .ba-grid__cta-btn svg {
  flex-shrink: 0;
  transform: rotate(0deg);
}
.before-after .ba-grid__cta-btn:hover {
  background: #418bca;
  border-color: #418bca;
}
.before-after .ba-grid__cta-btn:focus-visible {
  outline: 2px solid #418bca;
  outline-offset: 3px;
}
.before-after .ba-grid-card {
  background: #ffffff;
  border-radius: 25px;
  border: 0.5px solid #7acef0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.before-after .ba-grid-card__images {
  display: flex;
  height: 229px;
  flex-shrink: 0;
  overflow: hidden;
}
.before-after .ba-grid-card__half {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
}
.before-after .ba-grid-card__half img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.before-after .ba-grid-card__placeholder {
  width: 100%;
  height: 100%;
  background: rgba(107, 126, 143, 0.12);
}
.before-after .ba-grid-card__divider {
  width: 1px;
  background: #418bca;
  flex-shrink: 0;
}
.before-after .ba-grid-card__pill {
  position: relative;
  z-index: 2;
  background: rgba(65, 139, 202, 0.3);
  border: 1px solid #418bca;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.before-after .ba-grid-card__pill span {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.7;
  white-space: nowrap;
}
.before-after .ba-grid-card__pill--before {
  border-radius: 0 255px 255px 0;
  align-self: flex-end;
  margin-right: auto;
}
.before-after .ba-grid-card__pill--after {
  border-radius: 255px 0 0 255px;
  align-self: flex-end;
  margin-left: auto;
}
.before-after .ba-grid-card__content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.before-after .ba-grid-card__content-inner {
  color: #7acef0;
}
.before-after .ba-grid-card__title {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #15324b;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.before-after .ba-grid-card__desc {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #b3e6fa;
  line-height: 1.7;
}
.before-after .ba-grid-card__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
}
.before-after .ba-grid-card__stat {
  display: flex;
  align-items: center;
  gap: 5px;
}
.before-after .ba-grid-card__stat-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #418bca;
}
.before-after .ba-grid-card__stat-label {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.75rem;
  color: #b3e6fa;
  line-height: 1.35;
  white-space: nowrap;
}
@media (max-width: 782px) {
  .before-after .ba-grid {
    --ba-grid-cols: 2;
  }
}
@media (max-width: 600px) {
  .before-after .ba-grid {
    --ba-grid-cols: 1;
  }
  .before-after .ba-grid-card__images {
    height: 180px;
  }
}
.before-after .ba-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.before-after .ba-list-card {
  background: #ffffff;
  border-radius: 25px;
  border: 0.5px solid #7acef0;
  overflow: hidden;
  display: flex;
  min-height: 229px;
}
.before-after .ba-list-card__images {
  flex: 1;
  display: flex;
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
}
.before-after .ba-list-card__half {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
}
.before-after .ba-list-card__half img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.before-after .ba-list-card__placeholder {
  width: 100%;
  height: 100%;
  background: rgba(107, 126, 143, 0.12);
}
.before-after .ba-list-card__divider {
  width: 1px;
  background: #418bca;
  flex-shrink: 0;
  align-self: stretch;
}
.before-after .ba-list-card__pill {
  position: relative;
  z-index: 2;
  background: rgba(65, 139, 202, 0.3);
  border: 1px solid #418bca;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.before-after .ba-list-card__pill span {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.7;
  white-space: nowrap;
}
.before-after .ba-list-card__pill--before {
  border-radius: 0 255px 255px 0;
  align-self: flex-end;
  margin-right: auto;
}
.before-after .ba-list-card__pill--after {
  border-radius: 255px 0 0 255px;
  align-self: flex-end;
  margin-left: auto;
}
.before-after .ba-list-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  min-width: 0;
  overflow: hidden;
}
.before-after .ba-list-card__content-inner {
  color: #7acef0;
}
.before-after .ba-list-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.before-after .ba-list-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 999px;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.35;
  color: #15324b;
  white-space: nowrap;
  min-width: 80px;
}
.before-after .ba-list-card__tag--primary {
  background: #418bca;
}
.before-after .ba-list-card__tag--secondary {
  background: rgba(65, 139, 202, 0.3);
}
.before-after .ba-list-card__title {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #15324b;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.before-after .ba-list-card__desc {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #b3e6fa;
  line-height: 1.7;
}
.before-after .ba-list-card__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(179, 230, 250, 0.7);
  margin-top: auto;
}
.before-after .ba-list-card__stat {
  display: flex;
  align-items: center;
  gap: 5px;
}
.before-after .ba-list-card__stat-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #418bca;
}
.before-after .ba-list-card__stat-label {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.75rem;
  color: #b3e6fa;
  line-height: 1.35;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .before-after .ba-list-card {
    flex-direction: column;
  }
  .before-after .ba-list-card__images {
    height: 200px;
  }
}
.before-after .ba-gallery--editor {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.before-after .ba-gallery--editor .ba-item {
  flex: none;
  width: 100%;
}
.before-after .ba-gallery--editor .ba-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  position: static;
  aspect-ratio: auto;
  height: auto;
  overflow: visible;
  background: transparent;
}
.before-after .ba-gallery--editor .ba-compare__half {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.before-after .ba-gallery--editor .ba-compare__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #418bca;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.wcu {
  background: #15324b;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.wcu .wcu-top {
  padding-top: 5rem;
  padding-bottom: 0;
}
.wcu .wcu-top .bty-section-head h2,
.wcu .wcu-top .bty-section-head h3,
.wcu .wcu-top .bty-section-head h4 {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #eaf6fd;
  margin: 0 0 0.625rem;
}
.wcu .wcu-top .wcu-subtitle {
  font-family: "Mulish", system-ui, sans-serif;
  line-height: 1.7;
  color: rgba(234, 246, 253, 0.8);
  max-width: 49.375rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}
.wcu .wcu-top .wcu-line {
  display: block;
  width: 5rem;
  height: 3px;
  background: #418bca;
  border-radius: 2px;
  margin: 0 auto;
}
.wcu .wcu-body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.wcu .wcu-inner {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.wcu .wcu-image {
  flex-shrink: 0;
  width: 43.6%;
  min-height: 28rem;
  border-top-right-radius: 1.5625rem;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.wcu .wcu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wcu .wcu-content {
  flex: 1 0 0;
  min-width: 0;
  padding: 2.5rem 5rem 2.5rem 3.75rem;
  display: flex;
  flex-direction: column;
}
.wcu .wcu-heading {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.36vw, 1.25rem);
  line-height: 1.5;
  color: #eaf6fd;
  margin: 0;
}
.wcu .wcu-text p {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #7acef0;
  margin: 0 0 1em;
}
.wcu .wcu-text p:last-child {
  margin-bottom: 0;
}
.wcu .wcu-badges .wcu-badges-img {
  max-width: 17.0625rem;
  height: auto;
  display: block;
}
.wcu .wcu-slide {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  flex: 1;
}
.wcu .wcu-content--slider {
  gap: 0;
}
.wcu .wcu-slider {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.wcu .wcu-slider__track {
  flex: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.wcu .wcu-slider__track .wcu-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  overflow-y: auto;
}
.wcu .wcu-slider__track .wcu-slide.is-active {
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: auto;
}
.wcu .wcu-slider__controls {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.wcu .wcu-slider__prev,
.wcu .wcu-slider__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.2s;
}
.wcu .wcu-slider__prev:hover,
.wcu .wcu-slider__next:hover {
  opacity: 0.75;
}
.wcu .wcu-slider__dots {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.wcu .wcu-slider__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(234, 246, 253, 0.3);
  cursor: pointer;
  transition: background 0.25s ease, width 0.25s ease;
}
.wcu .wcu-slider__dot.is-active {
  width: 1.625rem;
  background: #418bca;
}
@media (max-width: 1024px) {
  .wcu .wcu-inner {
    flex-direction: column;
  }
  .wcu .wcu-image {
    width: 100%;
    min-height: 20rem;
    border-top-right-radius: 0;
  }
  .wcu .wcu-content {
    padding: 2rem;
  }
}
@media (max-width: 782px) {
  .wcu .wcu-top {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .wcu .wcu-content {
    padding: 1rem;
  }
}

.trust-bar {
  background: #ffffff;
  margin-top: 0 !important;
  border-block: 1px solid rgba(65, 139, 202, 0.25);
}
.trust-bar__inner {
  display: flex;
  align-items: stretch;
  padding-block: 1rem;
}
.trust-bar__item {
  gap: 0;
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 10px;
  text-align: center;
  overflow: hidden;
  flex-basis: 24.75%;
}
.trust-bar__divider {
  flex: 0 0 1px;
  background: rgba(65, 139, 202, 0.15);
  height: 50px;
  align-self: center;
}
.trust-bar__icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
  flex-shrink: 0;
}
.trust-bar__icon-svg {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-bar__icon-svg svg,
.trust-bar__icon-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.trust-bar__title {
  display: block;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 800;
  color: #15324b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.trust-bar__text {
  display: block;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: clamp(0.8rem, 1.3vw, 0.9rem);
  font-weight: 400;
  color: #6b7e90;
  line-height: 1.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 782px) {
  .trust-bar .trust-bar__inner {
    flex-wrap: wrap;
  }
  .trust-bar .trust-bar__inner div:nth-child(2 of .trust-bar__divider) {
    display: none;
  }
  .trust-bar .trust-bar__item {
    gap: 0;
    padding: 10px 5px;
    flex-basis: 49.5%;
  }
  .trust-bar .trust-bar__icon-svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 600px) {
  .trust-bar__title, .trust-bar__text {
    white-space: normal;
  }
}
.trust-bar--stats {
  background: #15324b;
  border-bottom: none;
}
.trust-bar--stats .trust-bar__divider {
  background: rgba(65, 139, 202, 0.25);
}
.trust-bar--stats .trust-bar__item {
  gap: 4px;
  padding: 30px 10px;
}
.trust-bar--stats .trust-bar__stat {
  display: block;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: clamp(1.5rem, 8vw, 2.125rem);
  font-weight: 500;
  color: #418bca;
  line-height: 1.7;
  text-align: center;
}
.trust-bar--stats .trust-bar__label {
  display: block;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: clamp(0.7rem, 4vw, 1.125rem);
  font-weight: 600;
  color: #eaf6fd;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 782px) {
  .trust-bar--stats .trust-bar__item {
    flex: 33.3333333333%;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
  }
  .trust-bar--stats .trust-bar__item:nth-child(odd):not(:last-child) {
    border-right: 0.5px solid rgba(255, 255, 255, 0.4);
  }
  .trust-bar--stats .trust-bar__divider {
    display: none;
  }
}

.treatment-glance .tg-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.treatment-glance .tg-left {
  padding: 5rem 2.5rem 5rem 2.5rem;
}
.treatment-glance .tg-left .bty-section-head {
  margin-bottom: 2rem;
}
.treatment-glance .tg-left .bty-section-head h2,
.treatment-glance .tg-left .bty-section-head h3 {
  color: #15324b;
  margin: 0 0 1rem;
}
.treatment-glance .tg-left .bty-section-head p {
  color: #6b7e8f;
  margin: 0;
}
.treatment-glance .tg-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.treatment-glance .tg-checklist-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0;
  border-bottom: 0.5px solid #b3e6fa;
  font-size: 1rem;
  line-height: 1.7;
  color: #15324b;
}
.treatment-glance .tg-checklist-item:first-child {
  border-top: 0.5px solid #b3e6fa;
}
.treatment-glance .tg-check-icon {
  flex-shrink: 0;
  color: #418bca;
}
.treatment-glance .tg-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #418bca;
  text-decoration: none;
  line-height: 1.35;
  transition: opacity 0.2s ease;
}
.treatment-glance .tg-link-btn:hover {
  opacity: 0.8;
}
.treatment-glance .tg-link-btn--dark {
  color: #15324b;
}
.treatment-glance .tg-link-btn--white {
  color: #fff;
}
.treatment-glance .tg-link-btn--muted {
  color: #6b7e8f;
}
.treatment-glance .tg-link-btn__arrow, .treatment-glance .tg-link-btn__icon {
  flex-shrink: 0;
  display: flex;
}
.treatment-glance .tg-right {
  background: #eaf6fd;
  padding: 5rem 2.5rem 5rem 2.5rem;
  align-self: center;
  display: flex;
  align-items: flex-start;
}
.treatment-glance .tg-right--checklist {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
}
.treatment-glance .tg-right--checklist .bty-section-head {
  width: 100%;
  margin-bottom: 2rem;
}
.treatment-glance .tg-right--checklist .bty-section-head sup {
  margin-bottom: 0.5rem;
}
.treatment-glance .tg-right--checklist .bty-section-head h2,
.treatment-glance .tg-right--checklist .bty-section-head h3 {
  color: #15324b;
  margin: 0 0 1rem;
}
.treatment-glance .tg-right--checklist .bty-section-head p {
  color: #6b7e8f;
  margin: 0;
}
.treatment-glance .tg-right--checklist .tg-checklist {
  width: 100%;
}
.treatment-glance .tg-right--pill-checklist {
  background: none;
  align-self: center;
  flex-direction: column;
  align-items: flex-start;
}
.treatment-glance .tg-pill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
.treatment-glance .tg-pill-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  background: rgba(170, 188, 200, 0.15);
  border: 0.5px solid rgba(122, 150, 170, 0.6);
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.7;
  color: inherit;
}
.treatment-glance .tg-pill-check {
  flex-shrink: 0;
  color: #418bca;
}
.treatment-glance .tg-left .tg-cta {
  margin-top: 1rem;
  align-self: flex-start;
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.treatment-glance .tg-card {
  background: #fff;
  border: 1px solid #b3e6fa;
  border-radius: 28px;
  padding: 1.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.treatment-glance .tg-card-head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.treatment-glance .tg-card-icon {
  flex-shrink: 0;
  color: #15324b;
}
.treatment-glance .tg-card-icon img {
  width: 2.4rem;
  height: auto;
  display: block;
}
.treatment-glance .tg-card-icon svg {
  display: block;
}
.treatment-glance .tg-card-heading {
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  color: #15324b;
  margin: 0;
}
.treatment-glance .tg-glance-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.treatment-glance .tg-glance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 0.5px solid #b3e6fa;
  font-size: 1rem;
  line-height: 1.7;
  color: #15324b;
}
.treatment-glance .tg-glance-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.treatment-glance .tg-glance-label {
  font-weight: 400;
}
.treatment-glance .tg-glance-value {
  font-weight: 600;
  white-space: nowrap;
}
.treatment-glance .tg-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
}
.treatment-glance .tg-cta svg {
  flex-shrink: 0;
}
.treatment-glance .tg-cta.bty-btn {
  background: #418bca;
  color: #ffffff;
}
.treatment-glance .tg-cta.bty-btn--dark {
  background: #15324b;
  color: #ffffff;
}
.treatment-glance .tg-cta.bty-btn--ghost {
  background: transparent;
  color: #15324b;
  border: 2px solid #7acef0;
}
.treatment-glance .tg-cta.bty-btn--ghost:hover {
  border-color: #418bca;
}
.treatment-glance .tg-cta.bty-btn--white {
  background: #ffffff;
  color: #15324b;
}
.treatment-glance .tg-inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .treatment-glance .tg-inner {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .treatment-glance .tg-left {
    padding: 3rem 1.5rem;
  }
  .treatment-glance .tg-right {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 600px) {
  .treatment-glance .tg-left,
  .treatment-glance .tg-right {
    padding: 2rem 1.25rem;
  }
  .treatment-glance .tg-glance-value {
    white-space: normal;
    text-align: right;
  }
}

.process-tabs {
  padding-block: 5rem;
  background: #ffffff;
}
.process-tabs__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.process-tabs__title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #15324b;
}
.process-tabs__subtitle {
  font-size: 1rem;
  color: #b3e6fa;
  line-height: 1.7;
  max-width: 50rem;
}
.process-tabs__divider {
  display: block;
  width: 80px;
  height: 3px;
  background: #418bca;
  border-radius: 50px;
  margin-top: 0.5rem;
}
.process-tabs__wrap {
  border: 1px solid #418bca;
  border-radius: 1.5625rem;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.1);
}
.process-tabs__nav {
  display: flex;
  border-bottom: 1px solid #418bca;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.process-tabs__nav::-webkit-scrollbar {
  display: none;
}
.process-tabs__tab {
  flex-shrink: 0;
  padding: 0.625rem 0.9375rem;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: #15324b;
  background: transparent;
  border: none;
  border-right: 0.5px solid #418bca;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.process-tabs__tab:last-child {
  border-right: none;
}
.process-tabs__tab.is-active {
  background: #418bca;
  color: #fff;
  font-weight: 600;
}
.process-tabs__tab:hover:not(.is-active) {
  background: rgba(65, 139, 202, 0.08);
}
.process-tabs__tab:focus-visible {
  outline: 2px solid #1b619d;
  outline-offset: -2px;
}
.process-tabs__content {
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0;
}
.process-tabs__content.is-active {
  display: flex;
}
.process-tabs__accordion-trigger {
  display: none;
}
.process-tabs__content-body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.875rem 2.5rem 2.5rem;
}
.process-tabs__step-title {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #15324b;
  line-height: 1.7;
  margin: 0;
}
.process-tabs__step-text {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #3d576e;
  line-height: 1.7;
  margin: 0;
}
.process-tabs .bty-extra-content {
  margin-top: 0.5rem;
}
@media (max-width: 782px) {
  .process-tabs {
    padding-block: 3rem;
  }
  .process-tabs__wrap {
    border-radius: 1rem;
  }
  .process-tabs__nav {
    display: none;
  }
  .process-tabs__content {
    display: flex;
    flex-direction: column;
  }
  .process-tabs__content + .process-tabs__content {
    border-top: 1px solid #418bca;
  }
  .process-tabs__content[hidden] {
    display: flex;
  }
  .process-tabs__accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: "Mulish", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #15324b;
    line-height: 1.4;
    text-align: left;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .process-tabs__accordion-trigger[aria-expanded=true] {
    background: #418bca;
    color: #fff;
  }
  .process-tabs__accordion-trigger[aria-expanded=true] .process-tabs__accordion-icon::before {
    transform: rotate(180deg);
  }
  .process-tabs__accordion-trigger:hover:not([aria-expanded=true]) {
    background: rgba(65, 139, 202, 0.08);
  }
  .process-tabs__accordion-trigger:focus-visible {
    outline: 2px solid #1b619d;
    outline-offset: -2px;
  }
  .process-tabs__accordion-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .process-tabs__accordion-icon::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-top: -0.25rem;
  }
  .process-tabs__content-body {
    padding: 1rem 1.25rem 1.5rem;
  }
  .process-tabs__content-body[hidden] {
    display: none;
  }
}
@media (min-width: 782px) and (max-width: 1024px) {
  .process-tabs__tab {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
  .process-tabs__content-body {
    padding: 1.5rem 2rem 2rem;
  }
}

.wp-block[data-type="bty/process"] .process-tabs__steps-editor {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wp-block[data-type="bty/process-step"] .process-tabs__item-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #418bca;
}
.wp-block[data-type="bty/process-step"] .process-tabs__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.wp-block[data-type="bty/process-step"] .process-tabs__tab-label-preview {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #418bca;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.wp-block[data-type="bty/process-step"] .process-tabs__collapse-btn {
  flex-shrink: 0;
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid #7acef0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  color: #6b7e8f;
  line-height: 1;
}
.wp-block[data-type="bty/process-step"] .process-tabs__collapse-btn:hover {
  background: rgba(65, 139, 202, 0.15);
}

.visit-walkthrough {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .visit-walkthrough {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .visit-walkthrough {
    padding-block: 2rem;
  }
}
.visit-walkthrough {
  background: #eaf6fd;
}
.visit-walkthrough__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  margin-bottom: 3rem;
}
.visit-walkthrough__title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #15324b;
  margin: 0;
}
.visit-walkthrough__subtitle {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #b3e6fa;
  max-width: 49.375rem;
  margin: 0;
}
.visit-walkthrough__line {
  display: block;
  width: 5rem;
  height: 3px;
  background: #418bca;
  border-radius: 2px;
  margin-top: 0.25rem;
}
.visit-walkthrough__steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 75rem;
  margin: 0 auto;
}
.visit-walkthrough__step {
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  transition: background 0.2s;
}
.visit-walkthrough__step.is-editing {
  outline: 2px solid #418bca;
  outline-offset: 2px;
}
.visit-walkthrough__num {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #418bca;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.visit-walkthrough__num span {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #418bca;
}
.visit-walkthrough__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
}
.visit-walkthrough__step-title {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #15324b;
  margin: 0;
}
.visit-walkthrough__step-text {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #15324b;
  margin: 0;
}
.visit-walkthrough__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  background: rgba(65, 139, 202, 0.15);
  border-radius: 3.125rem;
  padding: 0.3125rem 0.75rem;
  align-self: flex-start;
}
.visit-walkthrough__clock {
  width: 1rem;
  height: 1rem;
  color: #418bca;
  flex-shrink: 0;
}
.visit-walkthrough__badge span {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  color: #418bca;
  white-space: nowrap;
}
.visit-walkthrough__clock-icon {
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 782px) {
  .visit-walkthrough__head {
    margin-bottom: 2rem;
  }
  .visit-walkthrough__step {
    gap: 1rem;
    padding: 1rem 0.5rem;
  }
}

.related-pages {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .related-pages {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .related-pages {
    padding-block: 2rem;
  }
}
.related-pages {
  background: #15324b;
  border-top: 0.5px solid #7acef0;
  border-bottom: 0.5px solid #7acef0;
}
.related-pages__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
.related-pages__title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #eaf6fd;
  margin: 0;
}
.related-pages__grid {
  display: flex;
  gap: 0.875rem;
  align-items: stretch;
  overflow: hidden;
}
.related-pages__card {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5625rem 1.25rem;
  border-radius: 1.5625rem;
  border: 0.5px solid #418bca;
  background: rgba(234, 246, 253, 0.05);
  gap: 0.75rem;
  transition: background 0.2s;
}
.related-pages__card:hover {
  background: rgba(234, 246, 253, 0.08);
}
.related-pages__card.is-editing {
  outline: 2px solid #418bca;
  outline-offset: 2px;
}
.related-pages__icon {
  flex-shrink: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  color: #418bca;
}
.related-pages__icon svg {
  width: 100%;
  height: 100%;
}
.related-pages__body {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.related-pages__card-title {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  color: #eaf6fd;
  margin: 0;
}
.related-pages__card-text {
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  color: #b3e6fa;
  margin: 0;
}
.related-pages__link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 0;
  font-family: "Mulish", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: #418bca;
  text-decoration: none;
  white-space: nowrap;
}
.related-pages__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.related-pages__arrow {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
.related-pages__arrow::after {
  content: "→";
  font-size: 0.875rem;
}
a.related-pages__link .related-pages__arrow::after {
  content: none;
}

.modal-cta {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .modal-cta {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .modal-cta {
    padding-block: 2rem;
  }
}
.modal-cta {
  text-align: center;
}
.modal-cta .bty-section-head {
  margin-bottom: 2rem;
}
.modal-cta__trigger-wrap {
  display: flex;
  justify-content: center;
}
.modal-cta__editor-preview {
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed rgba(65, 139, 202, 0.5);
  border-radius: 18px;
  padding: 1.5rem;
  text-align: left;
}

.modal-cta__overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal-cta__overlay[hidden] {
  display: none;
}
.modal-cta__overlay.is-open {
  display: flex;
}

.modal-cta__dialog {
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  animation: modal-cta-in 0.22s ease;
}

@keyframes modal-cta-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal-cta__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #6b7e8f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.15s;
}
.modal-cta__close:hover {
  background: rgba(65, 139, 202, 0.15);
  color: #15324b;
}

.modal-cta__modal-title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 1.5rem;
  color: #15324b !important;
  margin: 0 0 1.25rem;
  text-align: center;
}

.modal-cta__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.modal-cta__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 18px;
  text-decoration: none;
  color: #15324b;
  background: #fff;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.modal-cta__link:hover {
  border-color: #418bca;
  background: #eaf6fd;
  box-shadow: 0 4px 12px rgba(65, 139, 202, 0.15);
}
.modal-cta__link:hover .modal-cta__link-arrow {
  transform: translateX(3px);
}

.modal-cta__link-label {
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.2;
  flex: 1;
}

.modal-cta__link-desc {
  display: block;
  font-size: 0.875rem;
  color: #6b7e8f;
  font-weight: 400;
  margin-top: 0.2em;
}

.modal-cta__link-arrow {
  flex-shrink: 0;
  color: #418bca;
  transition: transform 0.15s;
}

.modal-cta__link:has(.modal-cta__link-desc) {
  align-items: flex-start;
}
.modal-cta__link:has(.modal-cta__link-desc) .modal-cta__link-arrow {
  margin-top: 0.2rem;
}

@media (max-width: 600px) {
  .modal-cta__dialog {
    padding: 2rem 1.25rem;
  }
}
.featured-article {
  background-color: #eaf6fd;
  padding: 80px 0;
}
.featured-article .bty-section-head {
  margin-bottom: 30px;
}
.featured-article__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.featured-article-card {
  background: #fff;
  border: 0.5px solid #b3e6fa;
  border-radius: 25px;
  overflow: hidden;
}
.featured-article-card__inner {
  display: flex;
  align-items: stretch;
  min-height: 320px;
}
.featured-article-card__image {
  flex: 0 0 45%;
  max-width: 45%;
  overflow: hidden;
  background-color: #418bca;
}
.featured-article-card__image img.featured-article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.featured-article-card__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 280px;
  background-color: #418bca;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.featured-article-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 24px;
  min-width: 0;
}
.featured-article-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.featured-article-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.35;
  color: #323a6d;
  background-color: rgba(65, 139, 202, 0.3);
}
.featured-article-card__tag:first-child {
  background-color: #418bca;
}
.featured-article-card__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  color: #323a6d;
  margin: 0;
}
.featured-article-card__excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #b3e6fa;
  margin: 0;
}
.featured-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11px;
  color: rgba(50, 58, 109, 0.5);
  margin-top: auto;
}
.featured-article-card__author, .featured-article-card__read-time, .featured-article-card__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.featured-article-card__meta-icon {
  flex: none;
  width: 13px;
  height: 13px;
  color: currentColor;
}
.featured-article-card__read-more {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #418bca;
  text-decoration: none;
  white-space: nowrap;
}
.featured-article-card__read-more:hover {
  text-decoration: underline;
}
.featured-article-card__extra {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .featured-article-card__inner {
    flex-direction: column;
  }
  .featured-article-card__image {
    flex: none;
    max-width: 100%;
    height: 220px;
  }
  .featured-article-card__image-placeholder {
    min-height: 220px;
  }
}

.wp-block-bty-featured-article-card .featured-article-card__image-placeholder {
  pointer-events: none;
  font-size: 13px;
  padding: 16px;
  text-align: center;
}

.contact-us {
  background: #eaf6fd;
}
.contact-us .bty-container {
  padding-block: 3.5rem;
}
.contact-us .bty-section-head {
  margin-bottom: 2rem;
  text-align: center;
}
.contact-us__card {
  background: #ffffff;
  border-radius: 3rem;
  padding: 3rem 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.contact-us__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-us__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-us__label {
  font-weight: 700;
  font-size: 1.125rem;
  color: #15324b;
}
.contact-us__row {
  display: flex;
  gap: 0.75rem;
}
.contact-us__row .contact-us__input {
  flex: 1 1 0;
  min-width: 0;
}
.contact-us__input, .contact-us__select, .contact-us__textarea {
  width: 100%;
  border: 1px solid #7acef0;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-family: "Mulish", system-ui, sans-serif;
  color: #15324b;
  background: #ffffff;
  transition: border-color 0.2s;
  appearance: none;
}
.contact-us__input::placeholder, .contact-us__select::placeholder, .contact-us__textarea::placeholder {
  color: #b3e6fa;
}
.contact-us__input:focus, .contact-us__select:focus, .contact-us__textarea:focus {
  outline: none;
  border-color: #418bca;
}
.contact-us__textarea {
  resize: vertical;
  min-height: 8rem;
}
.contact-us__select-wrap {
  position: relative;
}
.contact-us__select-wrap::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6b7e8f;
  pointer-events: none;
}
.contact-us__select-wrap .contact-us__select {
  padding-right: 2.5rem;
  cursor: pointer;
}
.contact-us__notice {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.contact-us__notice.is-success {
  background: rgba(65, 139, 202, 0.12);
  color: #418bca;
}
.contact-us__notice.is-error {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
}
.contact-us__footer {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
.contact-us__submit {
  min-width: 10rem;
}
@media (max-width: 600px) {
  .contact-us__card {
    padding: 2rem 1.25rem;
    border-radius: 1.5rem;
  }
  .contact-us__row {
    flex-direction: column;
  }
}

.referral {
  --referral-border-color: #418bca;
  --referral-border-width: 1px;
  --referral-border-radius: 16px;
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .referral {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .referral {
    padding-block: 2rem;
  }
}
.referral {
  background: #eaf6fd;
}
.referral .referral__card {
  border: var(--referral-border-width) solid var(--referral-border-color);
  border-radius: var(--referral-border-radius);
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 2.25rem;
}
.referral .referral__card-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #418bca;
}
.referral .referral__card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #418bca;
}
.referral .referral__card-label {
  font-size: 1.25rem;
  font-weight: 600;
  color: #15324b;
  margin: 0;
}
.referral .referral__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.referral .referral__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  color: #6b7e8f;
  line-height: 1.55;
}
.referral .referral__checklist li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(65, 139, 202, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='%23418bca' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.referral .referral__cta {
  margin-top: 0.5rem;
}
.referral .referral__inner {
  margin-top: 1.5rem;
}
.referral .referral__inner:empty {
  display: none;
}

.referral--doctor {
  background: #ffffff;
}
.referral--doctor .referral__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.referral--doctor .referral__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.referral--doctor .referral__card--doctor {
  background: #eaf6fd;
  border-color: var(--referral-border-color);
}
@media (max-width: 782px) {
  .referral--doctor .referral__split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .referral--doctor .referral__card--doctor {
    order: -1;
  }
}

.referral--patient {
  background: #eaf6fd;
}
.referral--patient .referral__centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.referral--patient .referral__centered .bty-section-head {
  text-align: center;
  align-items: center;
}
.referral--patient .referral__card--patient {
  max-width: 640px;
  width: 100%;
  margin: 2rem auto 0;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}
.referral--patient .referral__card--patient .referral__card-badge {
  justify-content: flex-start;
}
.referral--patient .referral__card--patient .referral__cta--card {
  margin-top: 0.25rem;
}
.referral--patient .referral__inner {
  margin-top: 2rem;
  width: 100%;
}
@media (max-width: 600px) {
  .referral--patient .referral__card--patient {
    padding: 1.5rem;
  }
}

.error-404 {
  background: #15324b;
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .error-404 {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .error-404 {
    padding-block: 2rem;
  }
}
.error-404 {
  position: relative;
  overflow: hidden;
}
.error-404::before, .error-404::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.error-404::before {
  width: 480px;
  height: 480px;
  background: rgba(65, 139, 202, 0.07);
  top: -180px;
  left: -160px;
}
.error-404::after {
  width: 360px;
  height: 360px;
  background: rgba(65, 139, 202, 0.05);
  bottom: -120px;
  right: -100px;
}
.error-404__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 782px) {
  .error-404__container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
}
.error-404__code {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(6rem, 18vw, 10rem);
  font-weight: 700;
  line-height: 1;
  color: #418bca;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
  animation: e404-bounce 3s ease-in-out infinite;
}
.error-404__title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: #eaf6fd;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.error-404__description {
  color: rgba(234, 246, 253, 0.75);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 38rem;
}
@media (max-width: 782px) {
  .error-404__description {
    margin-inline: auto;
  }
}
.error-404__form {
  display: flex;
  gap: 0.5rem;
  background: rgba(234, 246, 253, 0.08);
  border: 1px solid rgba(234, 246, 253, 0.18);
  border-radius: 999px;
  padding: 0.4rem 0.4rem 0.4rem 1.25rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 782px) {
  .error-404__form {
    max-width: 420px;
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .error-404__form {
    flex-direction: column;
    border-radius: 18px;
    padding: 0.75rem;
  }
}
.error-404__search-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #eaf6fd;
  font-size: 0.95rem;
  outline: none;
  min-width: 0;
}
.error-404__search-input::placeholder {
  color: rgba(234, 246, 253, 0.45);
}
.error-404__search-btn {
  background: #418bca;
  color: #15324b;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.error-404__search-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(65, 139, 202, 0.35);
}
@media (max-width: 480px) {
  .error-404__search-btn {
    border-radius: 18px;
    width: 100%;
  }
}
.error-404__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 782px) {
  .error-404__actions {
    justify-content: center;
  }
}
.error-404__back {
  color: #eaf6fd !important;
  border-color: rgba(234, 246, 253, 0.35) !important;
}
.error-404__back:hover {
  border-color: #418bca !important;
  color: #418bca !important;
}
.error-404__illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 782px) {
  .error-404__illustration {
    order: -1;
  }
}
.error-404__svg {
  width: 100%;
  max-width: 340px;
  color: #418bca;
  filter: drop-shadow(0 6px 24px rgba(65, 139, 202, 0.25));
}
.error-404__animation {
  animation: e404-slide-in 0.8s ease-out both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@keyframes e404-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes e404-slide-in {
  from {
    opacity: 0;
    transform: scale(0.85) translateY(16px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
