@charset "UTF-8";
/*!
Theme Name: btyServices Custom Theme
Theme URI: https://btyservices.com/
Author: btyServices
Author URI: https://btyservices.com/
Description: btyServices 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: 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: #e0f3ff;
  --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);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  color: #6b7e8f;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: #418bca;
}

strong {
  font-weight: 700;
}

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: "Instrument Serif", serif;
}

h1 {
  font-size: clamp(2.75rem, 5.4vw, 5rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin-bottom: 1.75rem;
}

h2 {
  font-size: clamp(3rem, 3.6vw, 3.4rem);
  margin: 0px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  line-height: 1.05;
}
h2.wp-block-heading {
  margin-block: 30px 20px;
  padding-left: 15px;
  position: relative;
}
h2.wp-block-heading::before, h2.wp-block-heading::after {
  left: 0;
  content: "";
  position: absolute;
  background-color: #418bca;
}
h2.wp-block-heading::before {
  bottom: 0;
  width: 4px;
  height: 40%;
}
h2.wp-block-heading::after {
  top: 100%;
  width: 15%;
  height: 4px;
}

h3 {
  font-size: clamp(1.8rem, 2.12vw, 2rem);
}
h3.wp-block-heading {
  margin-block: 20px 15px;
  position: relative;
}
h3.wp-block-heading::after {
  left: 0;
  content: "";
  position: absolute;
  background-color: #418bca;
}
h3.wp-block-heading::after {
  top: 100%;
  width: 10%;
  height: 3px;
}

h4 {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}
h4.wp-block-heading {
  margin-block: 15px 10px;
}

h5.wp-block-heading,
h6.wp-block-heading {
  margin-block: 15px 10px;
}

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

a {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #15324b;
}

span {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

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

.bty-superscript {
  vertical-align: baseline;
  color: #79cbed;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(0.688rem, 0.73vw, 0.688rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0rem;
}

.bty-section-head {
  max-width: 620px;
  margin-bottom: 4rem;
}
.bty-section-head p {
  margin-top: 0.75rem;
  font-size: clamp(0.95rem, 1vw, 0.97rem);
}
.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: #ffffff;
  margin-top: 0;
}

.bty-extra-content > h2.wp-block-heading:first-child,
.bty-extra-content > h3.wp-block-heading:first-child,
.bty-extra-content > h4.wp-block-heading:first-child,
.bty-extra-content > h5.wp-block-heading:first-child,
.bty-extra-content > h6.wp-block-heading:first-child {
  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;
  }
}
.btn__container {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
}

.bty-btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 1.6rem;
  padding-right: 14px;
  gap: 12px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  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: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("assets/images/icons/i_arrow.svg");
  mask-image: url("assets/images/icons/i_arrow.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 {
  background: #418bca;
  color: #ffffff;
}
.bty-btn:hover {
  box-shadow: 0px 5px 20px 4px rgba(65, 139, 202, 0.45);
}

.bty-btn--dark {
  background: #15324b;
  border-color: #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 #79cbed;
  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;
  border-color: #ffffff;
  color: #418bca;
}
.bty-btn--white:hover {
  box-shadow: 0px 5px 20px 4px rgba(255, 255, 255, 0.18);
}

.bty-btn--underline {
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #79cbed;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bty-btn--underline:hover {
  color: #1b619d;
  box-shadow: none;
}
.bty-btn--underline::after {
  display: none;
}

.bty-btn--gold {
  background: #d8a95c;
  border-color: #d8a95c;
  color: #15324b;
}
.bty-btn--gold:hover {
  background: #c28f45;
  box-shadow: 0px 5px 20px 4px rgba(216, 169, 92, 0.4);
}

.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--page-link {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  gap: 8px;
  box-shadow: none;
  color: #15324b;
  border-bottom: 2px solid #d8a95c;
  border-radius: 0;
  padding: 3px 2px;
}
.bty-btn--page-link::after {
  content: "";
  background-color: currentColor;
  -webkit-mask: url("assets/images/icons/i_arrow.svg") center/contain no-repeat;
  mask: url("assets/images/icons/i_arrow.svg") center/contain no-repeat;
}
.bty-btn--page-link:hover {
  color: #418bca;
  box-shadow: none;
}

.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: #e0f3ff;
  padding-block: 4rem;
  text-align: center;
}
.page-hero .bty-container {
  max-width: 860px;
}
.page-hero p {
  margin-top: 0.5rem;
  color: #9dcaf1;
}
.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(107, 126, 143, 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: #9dcaf1;
  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;
  width: 100vw;
  padding: 0.9375rem 1.5rem;
}
.site-header > .bty-container {
  gap: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
}

.site-branding {
  flex: none;
  color: #ffffff;
  text-decoration: 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;
  min-width: 0;
  align-items: center;
  justify-content: center;
}
.primary-nav ul {
  gap: 0.5rem;
  flex: unset;
  margin: 0;
  padding: 5px;
  display: flex;
  list-style: none;
  background: rgba(255, 255, 255, 0.16);
  align-items: center;
  border-radius: 999px;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.primary-nav li {
  position: relative;
}
.primary-nav a {
  font-family: "Instrument Sans", 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.1vw, 1.03rem);
}
.primary-nav .nav-mega__title {
  display: inline-block;
}
.primary-nav span.nav-mega__title {
  font-family: "Instrument Sans", 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(107, 126, 143, 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;
}
.primary-nav .nav-mega__sub-col > .nav-mega__links a {
  display: inline-block;
  width: auto;
  font-size: clamp(1.3rem, 1.3vw, 1rem);
}
.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: "Instrument Sans", 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;
  margin: 0 1px;
}
.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-book {
  background: #15324b;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  color: #418bca;
  text-decoration: none;
  font-family: "Instrument Sans", 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: "Instrument Sans", 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: "Instrument Sans", 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: 1rem;
  height: 100%;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("assets/images/icons/i_arrow.svg") center/contain no-repeat;
  mask: url("assets/images/icons/i_arrow.svg") center/contain no-repeat;
  margin-right: 0.25rem;
}
.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.875rem, 0.95vw, 0.875rem);
}
.header-cta--consult {
  border-color: #15324b;
}
.header-cta--consult .cta-inner {
  background: #15324b;
}

.site-header--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: rgba(21, 50, 75, 0.3) 0px 2px 16px;
  background-color: rgba(255, 255, 255, 0.11);
}
.site-header--overlay > .bty-container {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  max-width: 1400px;
  margin-inline: auto;
}
.site-header--overlay.is-scrolled {
  background: #15324b;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
}
.site-header--overlay.is-scrolled .header-book {
  background: #ffffff;
  color: #15324b;
}
.site-header--overlay.is-scrolled .header-book:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.site-header--overlay .site-branding .site-logo,
.site-header--overlay .site-branding img {
  filter: brightness(0) invert(1);
}
.site-header--overlay .primary-nav > ul > li > a,
.site-header--overlay .primary-nav > ul > li > .nav-mega__title,
.site-header--overlay .primary-nav .nav-mega__section > .nav-mega__title {
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 13.5px;
}
.site-header--overlay .primary-nav > ul > li > a:hover,
.site-header--overlay .primary-nav .nav-mega__section > .nav-mega__title:hover {
  color: #ffffff;
  background-color: unset;
}
.site-header--overlay .primary-nav > ul > li > a.is-active,
.site-header--overlay .primary-nav > ul > li > .nav-mega__title.is-active,
.site-header--overlay .primary-nav .nav-mega__section > .nav-mega__title.is-active {
  color: #15324b;
  background-color: #ffffff;
}
.site-header--overlay .header-phone {
  display: none;
}
.site-header--overlay .header-book {
  color: #ffffff;
  padding: 7px 8px 7px 20px;
  background: #15324b;
}
.site-header--overlay .header-book:hover {
  opacity: 1;
  background: rgba(21, 50, 75, 0.8);
}
.site-header--overlay .header-book__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.95vw, 0.875rem);
}
.site-header--overlay .header-book__icon {
  width: 30px;
  height: 30px;
  display: flex;
  background: #ffffff;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.site-header--overlay .header-book__icon svg {
  stroke: #15324b;
}
.site-header--overlay .nav-toggle {
  color: #ffffff;
}

@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: auto;
  }
  .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.25rem 0 0.5rem;
    padding: 0.25rem 0 0.25rem 0.75rem;
    background: transparent;
    border-radius: 0;
  }
  .primary-nav .nav-mega__sub-grid {
    display: block;
    max-width: none;
    background: transparent;
    border-radius: 0;
    border-left: none;
  }
  .primary-nav .nav-mega__sub-col {
    margin: 0 0 0.5rem;
    min-width: 0;
    max-width: 100%;
  }
  .primary-nav .nav-mega__sub-col:last-child {
    margin-bottom: 0;
  }
  .primary-nav .nav-mega__sub-col > .nav-mega__links {
    margin: 0;
    padding: 0.25rem 0 0.25rem 0.75rem;
    background: transparent;
    border-left: 2px solid rgba(65, 139, 202, 0.4);
  }
  .primary-nav .nav-mega__sub-col > .nav-mega__links a {
    display: block;
    width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .primary-nav .nav-mega__sub-title {
    padding: 0.2rem 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    white-space: normal;
    overflow-wrap: break-word;
  }
  .primary-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(320px, 85vw);
    max-width: 100vw;
    background: #15324b;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 220px);
    border-radius: 28px 0 0 28px;
    box-shadow: -16px 0 48px rgba(21, 50, 75, 0.35);
    padding: 0 0 2rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    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::before {
    content: "Menu";
    display: block;
    padding: calc(1.75rem + env(safe-area-inset-top, 0px)) 1.75rem;
    font-family: "Instrument Sans", system-ui, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(121, 203, 237, 0.8);
  }
  .primary-nav ul {
    gap: 0.25rem;
    width: 100%;
    max-width: 100%;
    padding: 0 1.25rem 0.5rem;
    background: none;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .primary-nav li,
  .primary-nav .nav-mega__section {
    min-width: 0;
    max-width: 100%;
    border-bottom: 0;
  }
  .primary-nav li:first-child,
  .primary-nav .nav-mega__section:first-child {
    border-top: 0;
  }
  .primary-nav a,
  .primary-nav .nav-mega__title {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0.85rem 0.75rem 0.425rem;
    border-radius: 10px;
    font-family: "Instrument Serif", serif;
    font-weight: 600;
    font-size: clamp(1.3rem, 1.3vw, 1rem);
    color: #ffffff;
    letter-spacing: 0.01em;
    white-space: normal;
    overflow-wrap: break-word;
    transition: color 0.15s ease, background-color 0.15s ease;
  }
  .primary-nav a:hover,
  .primary-nav .nav-mega__title:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.08);
  }
  .primary-nav > ul > li > a,
  .primary-nav > ul > .nav-mega__section > .nav-mega__title {
    font-size: 1.25rem;
  }
  .primary-nav span.nav-mega__title {
    cursor: default;
  }
  .primary-nav a.is-active,
  .primary-nav .nav-mega__title.is-active {
    color: #ffffff;
    padding: 0.2rem 0.5rem;
    background-color: rgba(65, 139, 202, 0.28);
  }
  .site-header--overlay .primary-nav > ul > li > a:hover,
  .site-header--overlay .primary-nav .nav-mega__section > .nav-mega__title:hover {
    padding: 0.2rem 0.5rem;
  }
  .primary-nav .nav-mega__section:has(> .nav-mega__links) > .nav-mega__title,
  .primary-nav .nav-mega__section:has(> .nav-mega__sub-grid) > .nav-mega__title {
    justify-content: space-between;
    cursor: pointer;
  }
  .primary-nav .nav-mega__section:has(> .nav-mega__links) > .nav-mega__title::after,
  .primary-nav .nav-mega__section:has(> .nav-mega__sub-grid) > .nav-mega__title::after {
    content: "";
    flex: none;
    width: 8px;
    height: 8px;
    margin-left: 0.75rem;
    border-right: 2px solid rgba(255, 255, 255, 0.55);
    border-bottom: 2px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }
  .primary-nav .nav-mega__section:has(> .nav-mega__links) > .nav-mega__title.is-active::after,
  .primary-nav .nav-mega__section:has(> .nav-mega__sub-grid) > .nav-mega__title.is-active::after {
    border-color: #ffffff;
  }
  .primary-nav .nav-mega__section > .nav-mega__links,
  .primary-nav .nav-mega__section > .nav-mega__sub-grid {
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.35s ease;
  }
  .primary-nav .nav-mega__section.is-expanded > .nav-mega__title::after {
    transform: rotate(-135deg);
  }
  .primary-nav .nav-mega__section.is-expanded > .nav-mega__links,
  .primary-nav .nav-mega__section.is-expanded > .nav-mega__sub-grid {
    max-height: 800px;
    opacity: 1;
    margin: 0.25rem 0 0.5rem;
  }
  .primary-nav .header-actions {
    flex: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0.5rem 0 0;
    padding: 1.5rem 1.75rem 0;
    gap: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .primary-nav .header-phone {
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
  }
  .primary-nav .header-phone__text {
    display: inline;
  }
  .primary-nav .header-book__text {
    display: inline;
  }
  .primary-nav .header-book {
    display: flex;
    padding: 0.85rem 1.375rem;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  }
  .primary-nav .header-book svg {
    width: 16px;
    height: 16px;
  }
  .mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
    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;
    background: #15324b;
  }
  .site-header > .bty-container {
    padding: 0.4rem 0.4rem 0.4rem 1rem;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .site-header--overlay .primary-nav .nav-mega__section > .nav-mega__title {
    font-size: 1.25rem;
  }
  .site-branding .site-logo,
  .site-branding img {
    max-height: 36px;
    filter: brightness(0) invert(1);
  }
  .header-actions {
    gap: 0.5rem;
    display: none;
  }
  .header-book {
    background: #418bca;
  }
  .nav-toggle {
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #ffffff;
  }
  .primary-nav ul {
    padding-bottom: 6rem;
  }
  .primary-nav .nav-mega__section a {
    font-size: clamp(1.3rem, 1.3vw, 1rem);
  }
  .primary-nav .nav-mega__section a.nav-mega__sub-title {
    font-size: 1rem;
  }
}
.site-footer {
  background: #15324b;
  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-map {
  padding-block: 2.5rem 0;
}

.footer-map__frame {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 24rem;
  border-radius: 18px;
  overflow: hidden;
  flex-direction: row-reverse;
  background: linear-gradient(160deg, #79cbed 0%, #15324b 100%);
}

.footer-map__embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.footer-map__card {
  position: relative;
  z-index: 1;
  margin: 1.5rem;
  margin-top: -1rem;
  max-width: 320px;
  background: #ffffff;
  color: #15324b;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
  padding: 1.75rem;
}
.footer-map__card p,
.footer-map__card a {
  color: inherit;
}
.footer-map__card .footer-map__header {
  display: flex;
  gap: 0.5rem;
}
.footer-map__card .footer-map__title {
  color: #15324b;
}

.footer-map__pin {
  display: inline-flex;
  color: #1b619d;
  margin-bottom: 0.5rem;
}
.footer-map__pin svg {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-map__title {
  font-size: 1.15rem;
  color: #15324b;
  margin: 0 0 0.9rem;
}

.footer-map__address,
.footer-map__hours {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(21, 50, 75, 0.7);
  margin: 0 0 0.9rem;
}

a.footer-map__directions {
  color: #ffffff;
}

.footer-map__directions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  background: #15324b;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.18s ease;
}
.footer-map__directions:hover {
  color: #ffffff;
  background: rgba(21, 50, 75, 0.85);
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .footer-map__frame {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    border-radius: 18px;
    background: none;
  }
  .footer-map__embed {
    position: relative;
    inset: auto;
    height: 18rem;
  }
  .footer-map__card {
    position: relative;
    margin: 0;
    max-width: none;
    border-radius: 0 0 18px 18px;
    box-shadow: none;
    padding: 1.5rem 1.25rem;
  }
  .footer-map__title {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-size: 1.75rem;
  }
  .footer-map__directions {
    padding: 0.9rem 1.5rem;
  }
}
.footer-main > .bty-container {
  padding-block: 2.75rem;
}

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

.footer-col {
  display: flex;
  flex-direction: column;
}
.footer-col .footer-col__title {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: 0.688rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #79cbed;
  margin: 0 0 1rem;
}

.footer-intro__title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.25;
  margin: 0 0 0.75rem;
  max-width: 20ch;
  margin: 0px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.1;
  color: #ffffff;
}

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

.footer-intro__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-intro__actions .bty-btn {
  color: #15324b;
}
.footer-intro__actions .bty-btn:hover {
  color: #15324b;
}

a.footer-intro__call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14.5px;
  font-weight: 500;
}
a.footer-intro__call:hover {
  transform: translateY(-1px);
}

.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex: none;
  text-decoration: none;
}
.footer-logo-link img {
  height: 2.1rem;
  width: auto;
}
.footer-logo-link .custom-logo {
  height: 28px;
  width: 28px;
  display: block;
}

.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: #79cbed;
}
.footer-visit__row a {
  color: inherit;
}
.footer-visit__row a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom > .bty-container {
  padding-block: 1.5rem;
}
.footer-bottom > .bty-container:last-of-type {
  gap: 4rem;
  display: flex;
  padding-top: 0;
}

.footer-bottom__row {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

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

.footer-bottom__copyright {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-bottom__legal {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.footer-bottom__legal a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 600px) {
  .footer-bottom__row {
    flex-direction: row;
    align-items: flex-start;
  }
  .footer-bottom > .bty-container {
    align-items: center;
  }
  .footer-bottom > .bty-container:last-of-type {
    gap: 1rem;
    flex-direction: column;
    padding-bottom: 8rem;
  }
  .footer-bottom > .bty-container:last-of-type .footer-bottom__legal,
  .footer-bottom > .bty-container:last-of-type .footer-bottom__copyright {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-bottom > .bty-container:last-of-type .footer-bottom__copyright span:nth-child(2) {
    display: none;
  }
}
.go-to-top {
  position: fixed;
  right: 2rem;
  bottom: 7.5rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  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: 40px;
  height: 40px;
  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: #ffffff;
}
.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: #15324b;
  background-size: cover;
  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;
}
.hero.hero--reversed .bty-container .hero-content {
  order: 2;
}
.hero.hero--reversed .bty-container .hero-media,
.hero.hero--reversed .bty-container .hero-media--slider,
.hero.hero--reversed .bty-container .hero-right-panel {
  order: 1;
}
@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;
  }
}

.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%;
  aspect-ratio: 4.7/4;
  border-radius: 28px;
  overflow: hidden;
}
.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 {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
.hero--split-slider .hero-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.hero--split-slider .hero-slider__dot.is-active {
  background: #ffffff;
  transform: scale(1.2);
}
@media (max-width: 782px) {
  .hero--split-slider .hero-slider {
    aspect-ratio: 1/1;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .hero--split-slider .hero-slider {
    aspect-ratio: 1/1;
    height: 100%;
  }
}

.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(65, 139, 202, 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-image {
  background-color: #15324b;
  background-image: none;
}
.hero--split-image .bty-container {
  align-items: center;
}
.hero--split-image .hero-content h1,
.hero--split-image .hero-content h2 {
  color: #ffffff;
}
.hero--split-image .hero-media--rounded {
  position: relative;
  align-self: stretch;
}
.hero--split-image .hero-media--rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}
.hero--split-image .hero-media--rounded .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-image .hero-media--rounded .hero-badge .hero-badge__icon {
  flex-shrink: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  color: #e0f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--split-image .hero-media--rounded .hero-badge .hero-badge__icon svg,
.hero--split-image .hero-media--rounded .hero-badge .hero-badge__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero--split-image .hero-media--rounded .hero-badge .hero-badge__text {
  display: flex;
  flex-direction: column;
}
.hero--split-image .hero-media--rounded .hero-badge .hero-badge__text strong {
  font-size: 1rem;
  font-weight: 700;
  color: #e0f3ff;
  line-height: 1.7;
}
.hero--split-image .hero-media--rounded .hero-badge .hero-badge__text span {
  font-size: 1rem;
  font-weight: 400;
  color: #e0f3ff;
  line-height: 1.7;
}
.hero--split-image.hero--reversed .hero-media--about img {
  border-radius: 0 255px 255px 0;
}
.hero--split-image .hero-media--about {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2rem;
}
.hero--split-image .hero-media--about img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 255px 0 0 255px;
}
.hero--split-image .hero-media--about::after {
  display: none;
}
.hero--split-image .hero-media--about .hero-badge {
  margin-right: 2rem;
  display: flex;
  width: fit-content;
  gap: 1rem;
  align-items: center;
  color: #e0f3ff;
  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-image .hero-media--about .hero-badge .hero-badge__icon {
  color: #418bca;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--split-image .hero-media--about .hero-badge .hero-badge__icon svg,
.hero--split-image .hero-media--about .hero-badge .hero-badge__icon img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.hero--split-image .hero-media--about .hero-badge .hero-badge__text {
  display: flex;
  flex-direction: column;
}
.hero--split-image.is-square .bty-container {
  padding: 6rem 2.5rem 0;
  grid-template-columns: 1fr 0.9fr;
}
.hero--split-image.is-square .bty-container .hero-content {
  padding-bottom: 4rem;
}
.hero--split-image.is-square .bty-container .hero-content p {
  font-size: 1.2rem;
}
.hero--split-image.is-square .hero-content p {
  color: rgba(255, 255, 255, 0.75);
}
.hero--split-image.is-rounded .bty-container {
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding-right: 0;
}
.hero--split-image.is-rounded .hero-content p {
  font-size: clamp(1rem, 1.1vw, 1.03rem);
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .hero--split-image .bty-container {
    grid-template-columns: 1fr;
  }
  .hero--split-image .hero-media--rounded {
    max-height: 450px;
    order: -1;
    overflow: hidden;
  }
  .hero--split-image .hero-media--rounded img {
    aspect-ratio: 16/9;
  }
  .hero--split-image .hero-media--about {
    max-height: 400px;
  }
  .hero--split-image .hero-media--about img {
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  .hero--split-image.is-square .bty-container {
    padding: 3rem 1.5rem 0;
  }
  .hero--split-image .hero-media--about img {
    min-height: 220px;
  }
}

.hero--full-image {
  background-color: #15324b;
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  background-image: url("./assets/images9.jpg");
}
.hero--full-image .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to top, rgba(107, 126, 143, 0.82) 0%, rgba(107, 126, 143, 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(65, 139, 202, 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(65, 139, 202, 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: #e0f3ff;
}
.hero--full-image .hero-info-card__subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #9dcaf1;
}
.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, #9dcaf1 0%, #ffffff 78%);
}
.hero--centered-media .bty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 960px;
  padding: 2.5rem;
  padding-top: 4.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-header .bty-superscript {
  color: #418bca;
}
.hero--centered-media .hero-breadcrumb {
  font-size: 0.8rem;
  color: #6b7e90;
  margin-bottom: 1.375rem;
}
.hero--centered-media .hero-breadcrumb__link {
  color: #6b7e90;
}
.hero--centered-media .hero-breadcrumb__sep {
  margin: 0 0.5rem;
  color: rgba(65, 139, 202, 0.25);
}
.hero--centered-media .hero-breadcrumb__current {
  color: #3e4e5e;
}
.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(62, 78, 94, 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 {
  margin-top: 0;
  align-items: center;
  justify-content: center;
}
.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.78rem, 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);
  }
}
.hero--editorial {
  background-color: #15324b;
  background-image: none;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hero--editorial .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero--editorial .hero-bg img,
.hero--editorial .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--editorial .hero-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero--editorial .hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero--editorial .hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
.hero--editorial .hero-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.hero--editorial .hero-slider__slide img,
.hero--editorial .hero-slider__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  aspect-ratio: auto;
}
.hero--editorial .hero-slider__dots {
  position: absolute;
  left: 50%;
  right: 2.5rem;
  bottom: 2rem;
  transform: none;
  display: flex;
  gap: 0.5rem;
  z-index: 3;
}
.hero--editorial .hero-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.73);
  cursor: pointer;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.3s ease;
}
.hero--editorial .hero-slider__dot.is-active {
  width: 28px;
  background: #ffffff;
}
.hero--editorial .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(21, 50, 75, 0.94) 0%, rgba(21, 50, 75, 0.72) 38%, rgba(21, 50, 75, 0.32) 78%, rgba(21, 50, 75, 0.18) 100%), linear-gradient(180deg, rgba(21, 50, 75, 0.45) 0%, rgba(21, 50, 75, 0.15) 45%, rgba(21, 50, 75, 0.5) 100%);
}
.hero--editorial .bty-container {
  position: relative;
  z-index: 2;
  display: block;
  grid-template-columns: none;
  max-width: 1400px;
  padding: 8rem 2.5rem;
}
.hero--editorial .hero-content {
  max-width: 700px;
}
.hero--editorial .hero-content .bty-superscript {
  display: inline-block;
  vertical-align: baseline;
  top: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.785rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #79cbed;
  margin-bottom: 1.5rem;
}
.hero--editorial .hero-content h1,
.hero--editorial .hero-content h2 {
  color: #ffffff;
}
.hero--editorial .hero-content h1 em,
.hero--editorial .hero-content h2 em {
  font-style: italic;
  color: #79cbed;
}
.hero--editorial .hero-content p {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 52ch;
  margin-bottom: 2.25rem;
}
.hero--editorial .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0;
}
.hero--editorial .hero-actions .bty-btn-text {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .hero--editorial .bty-container {
    padding: 7rem 2rem;
  }
}
@media (max-width: 782px) {
  .hero--editorial {
    min-height: 620px;
  }
  .hero--editorial .bty-container {
    padding: 6rem 1.5rem;
  }
  .hero--editorial .hero-content h1,
  .hero--editorial .hero-content h2 {
    font-size: clamp(2.25rem, 8vw, 3rem);
  }
  .hero--editorial .hero-slider__dots {
    right: 1.5rem;
  }
}
@media (max-width: 600px) {
  .hero--editorial {
    min-height: 540px;
  }
  .hero--editorial .bty-container {
    padding: 3rem 1.25rem;
  }
  .hero--editorial .hero-content p {
    font-size: 1rem;
  }
  .hero--editorial .hero-actions .bty-btn {
    width: 100%;
    justify-content: center;
  }
  .hero--editorial .hero-slider__dots {
    left: 40%;
  }
}

.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(107, 126, 143, 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(107, 126, 143, 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(107, 126, 143, 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(107, 126, 143, 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: #e0f3ff;
  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: #3e4e5e;
  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: #e0f3ff;
  border: 1px solid #418bca;
  border-radius: 8px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-family: "Instrument Sans", 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(65, 139, 202, 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: #e0f3ff;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ls-card__name {
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.8rem, 2.12vw, 2rem);
  font-weight: 400;
  color: #3e4e5e;
  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: #3e4e5e;
  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: #3e4e5e;
  line-height: 1.7;
}

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

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

.ls-card__hours-heading {
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.8rem, 2.12vw, 2rem);
  font-weight: 400;
  color: #3e4e5e;
  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: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #3e4e5e;
  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: "Instrument Sans", 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: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  color: rgba(62, 78, 94, 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(107, 126, 143, 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: "Instrument Serif", 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: "Instrument Sans", 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(107, 126, 143, 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: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(107, 126, 143, 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: #e0f3ff;
}
.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;
  }
}

.welcome--split {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .welcome--split {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .welcome--split {
    padding-block: 2rem;
  }
}
.welcome--split {
  background: #ffffff;
}
.welcome--split .bty-container {
  padding-block: 0;
}
.welcome--split .welcome-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}
.welcome--split .welcome-split__media img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}
.welcome--split .welcome-split__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.welcome--split .welcome-split__body .bty-superscript {
  color: #418bca;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.welcome--split .welcome-split__title {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  color: #15324b;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
  margin: 0;
}
.welcome--split .welcome-split__text {
  color: #6b7e8f;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
  max-width: 34rem;
}
.welcome--split .welcome-split__rating {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.welcome--split .welcome-split__stars {
  color: #d8a95c;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  line-height: 1;
}
.welcome--split .welcome-split__rating-text {
  color: #15324b;
  font-size: 0.875rem;
  font-weight: 700;
}
.welcome--split .welcome-split__btn {
  margin-top: 0.5rem;
}
@media (max-width: 782px) {
  .welcome--split .welcome-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .welcome--split .welcome-split__media {
    order: -1;
  }
  .welcome--split .welcome-split__media img {
    max-height: 340px;
  }
}

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

.insurance-logo-slider--ticker {
  background: #e0f3ff;
}
.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: "Instrument Sans", 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: #ffffff;
  padding-block: 5rem;
}
.insurance-logo-slider--full .ils-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.insurance-logo-slider--full .ils-head.is-center {
  align-items: center;
  text-align: center;
}
.insurance-logo-slider--full .ils-head .bty-superscript {
  font-family: "Instrument Sans", 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: "Instrument Serif", 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: "Instrument Sans", 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-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
}

.ils-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.ils-card .ils-card__sub {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(21, 50, 75, 0.5);
}

@media (max-width: 600px) {
  .ils-grid {
    gap: 1.5rem 2rem;
  }
}
.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: "Instrument Serif", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #79cbed;
  white-space: nowrap;
  flex-shrink: 0;
  padding-inline: 0.5rem;
}

@keyframes ils-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.doctors {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .doctors {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .doctors {
    padding-block: 2rem;
  }
}
.doctors {
  background-color: #e0f3ff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.doctors .doctors-grid {
  gap: 4rem;
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  flex-direction: column;
}
.doctors .doctors-grid .doctor-actions {
  display: flex;
  gap: 1rem;
}
.doctors .doctor-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}
.doctors .doctor-row--reversed {
  grid-template-columns: 1fr 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;
  text-align: right;
  align-items: end;
  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% 50% 0 0;
  padding: 0.625rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  background: #e0f3ff;
}
.doctors .doctor-img .doctor-img__ring {
  position: absolute;
  inset: 1px;
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}
.doctors .doctor-img .doctor-img__ring::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50% 50% 0 0;
  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% 50% 0 0;
  background: #418bca;
}
.doctors .doctor-img .doctor-img__frame {
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  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: 0%;
  right: -4%;
  width: 36%;
  aspect-ratio: 1/1;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  border: 3px solid #e0f3ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  background: #e0f3ff;
}
.doctors .doctor-img .doctor-img__badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.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--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: #e0f3ff;
  border-radius: 1.5625rem;
  box-shadow: 0 4px 20px rgba(107, 126, 143, 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__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-left: 30px;
}
.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: "Instrument Serif", 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--spotlight .doctors-actions {
  margin-top: 30px;
}
.doctors--carousel .doctor-actions {
  gap: 1rem;
  display: flex;
}
.doctors--carousel .doctors-carousel {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 2rem;
  flex-direction: column;
}
.doctors--carousel .doctors-carousel__viewport {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 0.8rem 0;
}
.doctors--carousel .doctors-carousel__track {
  display: flex;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.doctors--carousel .doctors-carousel__track > .doctor-row {
  flex-shrink: 0;
  min-width: 0;
}
.doctors--carousel .doctors-carousel__controls {
  gap: 0.5rem;
  display: flex;
  flex-shrink: 0;
  margin-left: 60px;
  justify-content: flex-start;
}
.doctors--carousel .doctors-carousel__prev,
.doctors--carousel .doctors-carousel__next {
  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;
}
.doctors--carousel .doctors-carousel__prev:hover, .doctors--carousel .doctors-carousel__prev:focus-visible,
.doctors--carousel .doctors-carousel__next:hover,
.doctors--carousel .doctors-carousel__next:focus-visible {
  background: #418bca;
  color: #ffffff;
  outline: none;
}
.doctors--carousel .doctors-carousel__prev:active,
.doctors--carousel .doctors-carousel__next:active {
  transform: scale(0.94);
}
.doctors--carousel .doctors-carousel__prev[hidden],
.doctors--carousel .doctors-carousel__next[hidden] {
  display: none;
}
.doctors--carousel .doctors-carousel--shared-image {
  flex-direction: row;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}
.doctors--carousel .doctors-carousel--shared-image .doctors-carousel__image {
  flex: 0 0 auto;
}
.doctors--carousel .doctors-carousel--shared-image .doctors-carousel__image .doctor-img {
  padding: 0.625rem;
}
.doctors--carousel .doctors-carousel--shared-image .doctors-carousel__viewport {
  flex: 1 1 0%;
  width: auto;
  min-width: 0;
  overflow: hidden;
}
.doctors--carousel .doctors-carousel--shared-image .doctors-carousel__track {
  display: block;
}
.doctors--carousel .doctors-carousel--shared-image .doctor-row {
  display: none;
}
.doctors--carousel .doctors-carousel--shared-image .doctor-row.is-active {
  display: grid;
  animation: doctors-carousel-fade-in 0.4s ease;
}
@keyframes doctors-carousel-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.doctors--carousel .doctor-row--no-image {
  grid-template-columns: 1fr;
}
@media (prefers-reduced-motion: reduce) {
  .doctors--carousel .doctor-row.is-active {
    animation: 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;
  }
  .doctors--carousel .doctors-carousel {
    gap: 0.5rem;
  }
  .doctors--carousel .doctors-carousel--shared-image {
    flex-direction: column;
    align-items: stretch;
  }
  .doctors--carousel .doctors-carousel__prev,
  .doctors--carousel .doctors-carousel__next {
    width: 36px;
    height: 36px;
  }
}

.doctors--modern {
  background-image: none;
  background-color: #ffffff;
}
.doctors--modern .doctors-modern {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.doctors--modern .doctor-row {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 2fr;
  align-items: center;
  gap: clamp(1.4rem, 2vw, 2rem);
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
  border-bottom: none;
  max-width: 1120px;
  margin: 0 auto 50px;
  padding: 0 24px;
}
.doctors--modern .doctor-row:nth-child(even) .doctor-img::before {
  background: #f6ecd8;
}
.doctors--modern .doctor-row--reversed {
  gap: clamp(0.7rem, 1vw, 1rem);
  z-index: 999;
  position: relative;
  grid-template-columns: 2fr 1px minmax(280px, 1fr);
}
.doctors--modern .doctor-row--reversed::before {
  position: absolute;
  content: "";
  width: 120vw;
  height: calc(100% + 50px);
  right: 50%;
  top: 0;
  background: #e0f3ff;
  transform: translateX(50%);
  z-index: -1;
}
.doctors--modern .doctor-row--reversed .doctor-img {
  grid-column: 3;
}
.doctors--modern .doctor-row--reversed .doctor-img::before {
  left: -1.5rem;
  right: 1.5rem;
  background: rgba(216, 169, 92, 0.5);
}
.doctors--modern .doctor-row--reversed .doctor-card {
  grid-column: 1;
  text-align: left;
  align-items: flex-start;
}
.doctors--modern .doctor-row--reversed .doctor-card .doctor-tag {
  border: 1px solid #e0f3ff;
  background: #ffffff;
}
.doctors--modern .doctor-row--reversed .doctor-card .doctor-role {
  border: 1px solid #e0f3ff;
  background: #ffffff;
}
.doctors--modern .doctor-divider {
  display: none;
}
.doctors--modern .doctor-img {
  padding: 0;
  position: relative;
  margin-top: 10%;
  align-self: self-start;
  grid-column: 1;
}
.doctors--modern .doctor-img .doctor-img__wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/1;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
  background: #ffffff;
  padding: 0;
}
.doctors--modern .doctor-img .doctor-img__wrap::before, .doctors--modern .doctor-img .doctor-img__wrap::after {
  display: none;
}
.doctors--modern .doctor-img .doctor-img__ring {
  display: none;
}
.doctors--modern .doctor-img .doctor-img__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
}
.doctors--modern .doctor-img .doctor-img__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctors--modern .doctor-img::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: 1.5rem;
  width: auto;
  max-width: 420px;
  aspect-ratio: auto;
  border-radius: 28px;
  background: rgba(65, 139, 202, 0.15);
  z-index: 0;
}
.doctors--modern .doctor-img--reversed::before, .doctor-row--reversed .doctors--modern .doctor-img::before {
  left: -1.5rem;
  right: 1.5rem;
}
.doctors--modern .doctor-card {
  gap: 0.75rem;
  width: 100%;
  display: flex;
  min-width: 0;
  grid-column: 2;
  align-items: flex-start;
  justify-self: stretch;
  flex-direction: column;
}
.doctors--modern .doctor-card h3 {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: #15324b;
  margin: 0;
}
.doctors--modern .doctor-card .doctor-role {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 1rem;
  border-radius: 999px;
  background: rgba(65, 139, 202, 0.15);
  color: #1b619d;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}
.doctors--modern .doctor-card > p:not(.doctor-role) {
  color: #3e4e5e;
  line-height: 1.6;
  margin: 0;
}
.doctors--modern .doctor-card .doctor-extra {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.doctors--modern .doctor-card .doctor-extra.is-open {
  max-height: 1000px;
  opacity: 1;
  margin-top: 0.25rem;
}
.editor-styles-wrapper .doctors--modern .doctor-card .doctor-extra {
  max-height: none;
  opacity: 1;
  margin-top: 0.25rem;
}
.doctors--modern .doctor-card .doctors-modern__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: 0;
  padding: 0;
  color: #1b619d;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
}
.doctors--modern .doctor-card .doctors-modern__toggle svg {
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.25s ease;
}
.doctors--modern .doctor-card .doctors-modern__toggle.is-open svg {
  transform: rotate(180deg);
}
.doctors--modern .doctor-card .doctor-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.25rem;
}
.doctors--modern .doctor-card .doctor-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(65, 139, 202, 0.15);
  border-radius: 999px;
  font-size: 0.875rem;
}
.doctors--modern .doctor-card .doctor-tag__label {
  font-weight: 700;
  color: #1b619d;
  white-space: nowrap;
}
.doctors--modern .doctor-card .doctor-tag__value {
  color: #3e4e5e;
}
.doctors--modern .doctor-card .doctor-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-top: 0.5rem;
}
@media (max-width: 782px) {
  .doctors--modern .doctor-row,
  .doctors--modern .doctor-row--reversed {
    grid-template-columns: 1fr;
    gap: 0rem;
    padding-inline: 0;
  }
  .doctors--modern .doctor-row:nth-child(even),
  .doctors--modern .doctor-row--reversed:nth-child(even) {
    margin-inline: 0;
    padding-inline: 0;
  }
  .doctors--modern .doctor-row {
    margin: 0 auto 40px;
  }
  .doctors--modern .doctor-row--reversed {
    padding: 2rem 0;
  }
  .doctors--modern .doctor-row--reversed::before {
    height: 100%;
  }
  .doctors--modern .doctor-row--reversed .doctor-img {
    grid-column: unset;
    order: -1;
  }
  .doctors--modern .doctor-row--reversed .doctor-img::before {
    display: none;
  }
  .doctors--modern .doctor-img {
    grid-column: 1;
    order: 1;
    align-self: stretch;
    margin-top: 0;
  }
  .doctors--modern .doctor-img::before {
    display: none;
  }
  .doctors--modern .doctor-img__frame {
    height: 380px;
  }
  .doctors--modern .doctor-img__wrap {
    max-width: none;
    aspect-ratio: 6/5;
    margin-inline: 0;
  }
  .doctors--modern .doctor-card {
    order: 2;
    padding: 1.5rem 0;
    text-align: left;
    grid-column: 1;
    align-items: flex-start;
  }
  .doctors--modern .doctor-card .doctor-tags {
    align-items: flex-start;
  }
  .doctors--modern .doctor-card .doctor-actions {
    justify-content: flex-start;
  }
}

.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: #e0f3ff;
}
.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: cover;
  border-radius: 50%;
}
.doctor-feature .doctor-feature__body {
  gap: 0.625rem;
  display: flex;
  max-width: 700px;
  flex-basis: 60%;
  flex-direction: column;
}
.doctor-feature .doctor-feature__names {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.doctor-feature .doctor-feature__name {
  font-family: "Instrument Sans", 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: "Instrument Sans", 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: "Instrument Sans", 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-actions {
  gap: 1rem;
  display: flex;
}
.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: #9dcaf1;
  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: #9dcaf1;
  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: "Instrument Serif", serif;
  font-size: clamp(2.75rem, 5.4vw, 5rem);
  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: "Instrument Serif", 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%;
  }
}

.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-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.bty-columns .bty-columns-grid {
  --bty-cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--bty-cols), 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 2rem;
  margin-top: 2rem;
  align-items: stretch;
}
.bty-columns .bty-columns-grid:has(.bty-column--feature, .bty-column--feature-img) {
  gap: 0;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.bty-columns .bty-column {
  min-width: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .bty-columns .bty-columns-grid {
    --bty-cols: 2 !important;
  }
  .bty-columns .bty-column--feature,
  .bty-columns .bty-column--feature-img {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .bty-columns .bty-column--feature-img {
    display: none;
  }
}
@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: #9dcaf1;
  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: var(--bty-card-bg, #ffffff);
  border: 1px solid var(--bty-card-border, transparent);
  border-top: var(--bty-card-accent-top-width, 1px) solid var(--bty-card-accent-top, transparent);
  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-column--card.is-center .bty-card-body {
  align-items: center;
  text-align: center;
}
.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: var(--bty-card-title, #15324b);
  overflow-wrap: break-word;
}
.bty-columns .bty-card-body p {
  font-size: 0.925rem;
  line-height: 1.65;
  color: var(--bty-card-text, #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 column layout ──────────────────────────────────── */
}
.bty-columns .bty-column--icon {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)), #15324b;
  background-color: var(--bty-card-bg, #15324b);
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bty-card-border, rgba(255, 255, 255, 0.1));
  border-top: var(--bty-card-accent-top-width, 1px) solid var(--bty-card-accent-top, transparent);
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.bty-columns .bty-column--icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120px 90px at 20% 0%, rgba(121, 203, 237, 0.12), transparent 70%);
  pointer-events: none;
}
.bty-columns .bty-column--icon:hover, .bty-columns .bty-column--icon:focus-within {
  transform: translateY(-4px);
  border-color: rgba(121, 203, 237, 0.35);
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.6);
}
.bty-columns .bty-column--icon.is-center {
  align-items: center;
  text-align: center;
}
.bty-columns .bty-icon-card-badge {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(155deg, rgba(65, 139, 202, 0.15), rgba(65, 139, 202, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  border: 1px solid rgba(121, 203, 237, 0.2);
  transition: transform 0.25s ease, background 0.25s ease;
}
.bty-column--icon:hover .bty-columns .bty-icon-card-badge, .bty-column--icon:focus-within .bty-columns .bty-icon-card-badge {
  transform: scale(1.06);
  background: linear-gradient(155deg, rgba(65, 139, 202, 0.28), rgba(65, 139, 202, 0.08));
}
.bty-columns .bty-icon-card-badge svg {
  color: #79cbed;
  width: 26px;
  height: 26px;
}
.bty-columns .bty-icon-card-badge-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #79cbed;
}
.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 {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.bty-columns .bty-icon-card-body h3 {
  color: var(--bty-card-title, #ffffff);
  font-size: 1.15rem;
  margin: 0 0 0.6rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-icon-card-body p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--bty-card-text, rgba(255, 255, 255, 0.65));
  margin: 0 0 1rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-icon-card-body .bty-card-link {
  color: #9dcaf1;
  margin-top: auto;
}
.bty-columns .bty-icon-card-body .bty-card-link svg {
  color: #9dcaf1;
}
.bty-columns {
  /* ── Grid (cards) column layout — mirrors the Features block's grid card look ── */
}
.bty-columns .bty-column--feature {
  background: var(--bty-card-bg, #ffffff);
  border: 0.5px solid var(--bty-card-border, #e0f3ff);
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bty-columns .bty-column--feature.is-center {
  align-items: center;
  text-align: center;
}
.bty-columns .bty-column--feature:hover, .bty-columns .bty-column--feature:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.11);
  outline: none;
  z-index: 1;
  position: relative;
}
.bty-columns .bty-column--feature:hover img.bty-feature-badge-icon,
.bty-columns .bty-column--feature:hover span.bty-feature-badge-icon, .bty-columns .bty-column--feature:focus-within img.bty-feature-badge-icon,
.bty-columns .bty-column--feature:focus-within span.bty-feature-badge-icon {
  transform: scale(1.2);
}
.bty-columns .bty-column--feature h3 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: var(--bty-card-title, #15324b);
  overflow-wrap: break-word;
}
.bty-columns .bty-column--feature p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--bty-card-text, #6b7e8f);
  margin: 0 0 1rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-column--feature-img {
  min-width: 0;
  overflow: hidden;
}
.bty-columns .bty-column--feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bty-columns img.bty-feature-badge-icon {
  max-width: clamp(20px, 3vw, 40px);
  margin-bottom: 10px;
  display: block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bty-columns span.bty-feature-badge-icon {
  display: inline-flex;
  margin-bottom: 10px;
  color: #418bca;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bty-columns span.bty-feature-badge-icon svg {
  width: clamp(20px, 3vw, 40px);
  height: clamp(20px, 3vw, 40px);
}
.bty-columns {
  /* ── Team member column layout ───────────────────────────────────────── */
}
.bty-columns .bty-column--team {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  background: var(--bty-card-bg, transparent);
  border: 1px solid var(--bty-card-border, transparent);
  border-top: var(--bty-card-accent-top-width, 1px) solid var(--bty-card-accent-top, transparent);
  border-radius: 20px;
}
.bty-columns .bty-column--team .bty-team-body {
  padding: 24px;
  padding-top: 0;
}
.bty-columns .bty-column--team.is-center {
  text-align: center;
}
.bty-columns .bty-column--team.is-center .bty-team-body {
  align-items: 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: var(--bty-card-title, #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: var(--bty-card-text, #6b7e8f);
  margin: 0 0 0.75rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-team-body .bty-team-subtitle {
  color: var(--bty-card-title, #418bca);
  font-weight: 600;
}
.bty-columns {
  /* ── Checklist column layout ─────────────────────────────────────────── */
}
.bty-columns .bty-column--checklist {
  background: var(--bty-card-bg, #ffffff);
  border: 1px solid var(--bty-card-border, rgba(65, 139, 202, 0.25));
  border-radius: 20px;
  border-top: var(--bty-card-border-top-width, 4px) solid var(--bty-card-border-top, #d8a95c);
  padding: 32px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(107, 126, 143, 0.07);
}
.bty-columns .bty-column--checklist h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--bty-card-title, #15324b);
  margin: 1.25rem 0 1.25rem;
  overflow-wrap: break-word;
}
.bty-columns .bty-column--checklist.is-center {
  align-items: center;
  text-align: center;
}
.bty-columns .bty-column--checklist.is-center .bty-checklist {
  text-align: left;
}
.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;
}

/* ==========================================================================
 * CARD COLOR — a per-card preset (background, border, title and text color)
 * settable independently on every bty/column card, in any layout or variant.
 * Each preset only sets CSS custom properties; the layouts above consume
 * them with `var(--bty-card-*, <default>)`, so an explicit granular color
 * field (title/text/border color) — which is always applied as an inline
 * style — still wins over the preset for that one property.
 * ======================================================================== */
.bty-column--color-navy {
  --bty-card-bg: #15324b;
  --bty-card-border: #15324b;
  --bty-card-title: #ffffff;
  --bty-card-text: rgba(255, 255, 255, 0.7);
  --bty-card-border-top: #15324b;
  --bty-card-border-top-width: 4px;
}

.bty-column--color-blue {
  --bty-card-bg: #418bca;
  --bty-card-border: #418bca;
  --bty-card-title: #ffffff;
  --bty-card-text: rgba(255, 255, 255, 0.85);
  --bty-card-border-top: #418bca;
  --bty-card-border-top-width: 4px;
}

.bty-column--color-gold {
  --bty-card-bg: #d8a95c;
  --bty-card-border: #c28f45;
  --bty-card-title: #15324b;
  --bty-card-text: rgba(21, 50, 75, 0.75);
  --bty-card-border-top: #c28f45;
  --bty-card-border-top-width: 4px;
}

.bty-column--color-gold-top {
  --bty-card-bg: #ffffff;
  --bty-card-border: rgba(65, 139, 202, 0.25);
  --bty-card-title: #15324b;
  --bty-card-text: #6b7e8f;
  --bty-card-border-top: #d8a95c;
  --bty-card-border-top-width: 3px;
  --bty-card-accent-top: #d8a95c;
  --bty-card-accent-top-width: 3px;
}

.bty-column--color-blue-top {
  --bty-card-bg: #ffffff;
  --bty-card-border: rgba(65, 139, 202, 0.25);
  --bty-card-title: #15324b;
  --bty-card-text: #6b7e8f;
  --bty-card-border-top: #418bca;
  --bty-card-border-top-width: 3px;
  --bty-card-accent-top: #418bca;
  --bty-card-accent-top-width: 3px;
}

.bty-column--color-mist {
  --bty-card-bg: #f4f8fb;
  --bty-card-border: rgba(65, 139, 202, 0.25);
  --bty-card-title: #15324b;
  --bty-card-text: #6b7e8f;
  --bty-card-border-top: rgba(65, 139, 202, 0.25);
  --bty-card-border-top-width: 4px;
}

.bty-column--color-charcoal {
  --bty-card-bg: #15324b;
  --bty-card-border: #15324b;
  --bty-card-title: #ffffff;
  --bty-card-text: rgba(255, 255, 255, 0.65);
  --bty-card-border-top: #15324b;
  --bty-card-border-top-width: 4px;
}

.bty-column--color-glass {
  --bty-card-bg: rgba(255, 255, 255, 0.06);
  --bty-card-border: rgba(255, 255, 255, 0.12);
  --bty-card-title: #ffffff;
  --bty-card-text: rgba(255, 255, 255, 0.7);
  --bty-card-border-top: rgba(255, 255, 255, 0.12);
  --bty-card-border-top-width: 4px;
}

.bty-column--color-glass {
  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;
}

.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: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: #15324b;
  margin: 0;
}
.icon-item__text {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #15324b;
  margin: 0;
}
.icon-item__body .btn__container {
  margin-top: 0.5rem;
}
.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: "Instrument Serif", 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: "Instrument Serif", 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: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  color: #9dcaf1;
  letter-spacing: 0.3px;
}
.doctor-quote .btn__container {
  margin-top: 1.75rem;
}
.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;
}
.doctor-quote--center .btn__container {
  display: flex;
  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(107, 126, 143, 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;
  }
}
.funfact .btn__container {
  margin-top: 2rem;
  display: flex;
  justify-content: 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(3rem, 3.39vw, 3.2rem);
  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-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.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%, #79cbed 24%, #418bca 56%, #1b619d 100%);
}
.banner--gradient-cta .banner-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.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: #9dcaf1;
}
.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-footer-note {
  margin: 2.25rem 0 0;
  font-size: 0.90625rem;
  color: rgba(255, 255, 255, 0.78);
}
.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: "Instrument Serif", 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--emergency-cta {
  background-color: var(--banner-bg-color, #15324b);
  background-blend-mode: normal;
}
.banner--emergency-cta .banner-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.banner--emergency-cta .banner-emergency__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #d8a95c;
  color: #15324b;
  margin-bottom: 1.5rem;
}
.banner--emergency-cta .banner-emergency__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
.banner--emergency-cta .bty-superscript {
  color: #9dcaf1;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(0.688rem, 0.73vw, 0.688rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.banner--emergency-cta h2 {
  color: #ffffff;
  font-size: clamp(2.3rem, 2.75vw, 2.6rem);
  margin-bottom: 0.5rem;
}
.banner--emergency-cta p {
  font-size: clamp(0.95rem, 1vw, 0.97rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.banner--emergency-cta .banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.banner--emergency-cta .banner-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 2.1rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  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--emergency-cta .banner-pill:hover {
  transform: translateY(-2px);
}
.banner--emergency-cta .banner-pill__text {
  font-weight: 700;
}
.banner--emergency-cta .banner-pill__icon {
  display: inline-flex;
}
.banner--emergency-cta .banner-pill__icon svg {
  width: 1.2em;
  height: 1.2em;
}
.banner--emergency-cta .banner-pill--solid {
  background: #d8a95c;
  color: #15324b;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
}
.banner--emergency-cta .banner-pill--solid:hover {
  background: #c28f45;
}
.banner--emergency-cta .banner-pill--ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}
.banner--emergency-cta .banner-pill--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
@media (max-width: 600px) {
  .banner--emergency-cta .banner-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .banner--emergency-cta .banner-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.85rem;
  }
  .banner--emergency-cta .banner-pill {
    justify-content: center;
    width: 100%;
  }
}

.banner--layer-blur {
  position: relative;
  background-image: var(--banner-bg-image, url("./assets/images/img10.jpg"));
}
.banner--layer-blur::before {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  width: 70%;
  background: #e0f3ff;
  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: #9dcaf1;
}
.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/img9.jpg"));
  color: #e0f3ff;
  background-color: var(--banner-bg-color, #e0f3ff);
  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 #e0f3ff;
  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 #e0f3ff;
  padding: 0.15rem 0.6rem 0.5rem;
  width: 60%;
  margin-bottom: 30px;
}
.banner--centered h2 {
  color: #ffffff;
}
.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/img8.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: #ffffff;
  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: #ffffff;
}
.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%;
  }
}

.banner--arch {
  position: relative;
  padding: 0;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.banner--arch::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 50, 75, 0.25);
  z-index: 0;
}
.banner--arch .banner-bg-video {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner--arch .banner-arch {
  position: relative;
  z-index: 1;
  width: min(760px, 92%);
  background: #15324b;
  color: #ffffff;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem) clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  box-shadow: rgba(21, 50, 75, 0.5) 0px 24px 64px;
  border-radius: 340px 340px 3px 3px;
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.banner--arch .banner-arch__logo img {
  width: 46px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.banner--arch .banner-arch .bty-superscript {
  color: #79cbed;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.banner--arch .banner-arch h2 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  margin: 0;
  max-width: 20ch;
}
.banner--arch .banner-arch h2 em {
  font-style: italic;
  color: #79cbed;
}
.banner--arch .banner-arch p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
  max-width: 46ch;
}
.banner--arch .banner-arch__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 0.4rem;
}
.banner--arch .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: "Instrument Serif", 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--arch .banner-pill:hover {
  transform: translateY(-2px);
}
.banner--arch .banner-pill--solid {
  background: #d8a95c;
  color: #15324b;
  box-shadow: 0 6px 22px rgba(21, 50, 75, 0.28);
}
.banner--arch .banner-pill--solid:hover {
  box-shadow: 0 10px 28px rgba(21, 50, 75, 0.36);
}
.banner--arch .banner-arch__link {
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.9;
}
.banner--arch .banner-arch__link:hover {
  opacity: 1;
}
@media (max-width: 782px) {
  .banner--arch {
    min-height: 520px;
  }
  .banner--arch .banner-arch {
    width: 96%;
  }
}

.banner--intro-cta {
  background-color: var(--banner-bg-color, #ffffff);
  background-blend-mode: normal;
}
.banner--intro-cta::after {
  content: none;
}
.banner--intro-cta .banner-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
.banner--intro-cta .banner-content {
  max-width: 760px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner--intro-cta .bty-superscript {
  color: #418bca;
}
.banner--intro-cta h2 {
  color: #15324b;
}
.banner--intro-cta p {
  color: #9dcaf1;
  max-width: 100%;
  margin: 0 auto;
}
.banner--intro-cta .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.banner--payment-options {
  background-image: none;
  background-color: transparent;
  background: linear-gradient(135deg, #1b619d 0%, #15324b 100%);
}
.banner--payment-options::after {
  content: none;
}
.banner--payment-options .banner-inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.banner--payment-options .bty-superscript {
  color: #9dcaf1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.banner--payment-options h2 {
  color: #ffffff;
}
.banner--payment-options p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 620px;
}
.banner--payment-options .payment-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
  margin-top: 2.5rem;
}
.banner--payment-options .payment-options-card {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding: 2rem;
}
.banner--payment-options .payment-options-card.is-editing {
  outline: 2px solid #418bca;
  outline-offset: 2px;
}
.banner--payment-options .payment-options-card__badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: #d8a95c;
  color: #15324b;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
}
.banner--payment-options .payment-options-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(65, 139, 202, 0.12);
  color: #418bca;
  margin-bottom: 1.25rem;
}
.banner--payment-options .payment-options-card__icon svg {
  width: 22px;
  height: 22px;
}
.banner--payment-options .payment-options-card h3 {
  font-size: 1.25rem;
  color: #15324b;
  margin-bottom: 0.5rem;
}
.banner--payment-options .payment-options-card p {
  color: #6b7e8f;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: none;
  margin-bottom: 1.25rem;
}
.banner--payment-options .payment-options-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1b619d;
  font-weight: 600;
  text-decoration: none;
}
.banner--payment-options .payment-options-card__link svg {
  width: 14px;
  height: 14px;
}
.banner--payment-options .payment-options-card__link:hover {
  text-decoration: underline;
}
.banner--payment-options .payment-options-footer {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  max-width: none;
}
.banner--payment-options .payment-options-footer__icon {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.75);
}
.banner--payment-options .payment-options-footer__icon svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 782px) {
  .banner--payment-options .payment-options-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .banner--payment-options .payment-options-card {
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    row-gap: 0.25rem;
    padding: 1.25rem 1.5rem;
    border-radius: 28px;
  }
  .banner--payment-options .payment-options-card__badge {
    position: static;
    grid-column: 1/-1;
    justify-self: start;
    margin-bottom: 0.5rem;
    display: none;
  }
  .banner--payment-options .payment-options-card__icon {
    grid-column: 1;
    grid-row: 1/3;
    align-self: start;
    width: 44px;
    height: 44px;
    margin-bottom: 0;
  }
  .banner--payment-options .payment-options-card__icon svg {
    width: 20px;
    height: 20px;
  }
  .banner--payment-options .payment-options-card h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.05rem;
    margin-bottom: 0.15rem;
  }
  .banner--payment-options .payment-options-card p {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.85rem;
    margin-bottom: 0;
  }
  .banner--payment-options .payment-options-card__link {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #418bca;
  }
  .banner--payment-options .payment-options-card__link span {
    display: none;
  }
  .banner--payment-options .payment-options-card__link svg {
    width: 16px;
    height: 16px;
  }
}

.testimonials {
  background: #15324b;
}
.testimonials .bty-superscript {
  color: #9dcaf1;
}
.testimonials .bty-section-head h1,
.testimonials .bty-section-head h2 {
  color: #ffffff;
}
.testimonials .bty-section-head p {
  color: rgba(255, 255, 255, 0.85);
}
.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-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.testimonials .testimonials-prev,
.testimonials .testimonials-next {
  background: #ffffff;
  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: #ffffff;
}
.testimonials .testimonials-dots {
  display: flex;
  gap: 0.5rem;
}
.testimonials .testimonials-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #418bca;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, width 0.25s ease;
}
.testimonials .testimonials-dot.is-active {
  width: 26px;
  border-radius: 6px;
  background: #418bca;
}
.testimonials .testimonial-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 6px 18px rgba(107, 126, 143, 0.08);
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1rem 0;
  border: 1px solid rgba(65, 139, 202, 0.16);
  border-radius: 1.25rem;
  background-color: #ffffff;
  background-image: linear-gradient(160deg, #ffffff 0%, #f4f8fb 170%);
  box-shadow: 0 1.25rem 2.5rem -1.5rem rgba(65, 139, 202, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonials .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.75rem 3rem -1.5rem rgba(65, 139, 202, 0.4);
}
.testimonials .testimonial-card::before {
  content: "“";
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  font-family: "Instrument Serif", serif;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(65, 139, 202, 0.14);
  pointer-events: none;
}
.testimonials .testimonial-card .stars {
  color: #418bca;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.testimonials .testimonial-card .stars .star--empty {
  color: #e0f3ff;
}
.testimonials .testimonial-card blockquote {
  margin: 0;
  font-size: 0.875rem;
  color: var(--card-text-color, #418bca);
  line-height: 1.7;
  overflow-wrap: break-word;
  word-break: break-word;
  position: relative;
  z-index: 1;
}
.testimonials .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.testimonials .testimonial-card .testimonial-author .author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(65, 139, 202, 0.15) 0%, rgba(65, 139, 202, 0.18) 100%);
  color: #418bca;
  display: grid;
  place-items: center;
  font-family: "Instrument Serif", serif;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 0.25rem 0.6rem -0.2rem rgba(65, 139, 202, 0.35);
}
.testimonials .testimonial-card .testimonial-author strong {
  color: var(--card-text-color, #418bca);
  display: block;
  overflow-wrap: break-word;
  word-break: break-word;
}
.testimonials .testimonial-card .testimonial-author span {
  font-size: 0.85rem;
  color: var(--card-text-color, #6b7e90);
  overflow-wrap: break-word;
  word-break: break-word;
}
.testimonials--spotlight .testimonials-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 767px) {
  .testimonials--spotlight .testimonials-spotlight {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.testimonials--spotlight .spotlight-media {
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
  overflow: hidden;
  background: rgba(65, 139, 202, 0.15);
  display: grid;
  place-items: center;
}
.testimonials--spotlight .spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonials--spotlight .spotlight-media-fallback {
  font-family: "Instrument Serif", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #418bca;
}
.testimonials--spotlight .testimonials-spotlight-body {
  min-width: 0;
}
.testimonials--spotlight .testimonials-spotlight-viewport {
  overflow: hidden;
}
.testimonials--spotlight .testimonials-spotlight-track {
  display: flex;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials--spotlight .spotlight-content {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.testimonials--spotlight .spotlight-quote-icon {
  color: #418bca;
  line-height: 0;
}
.testimonials--spotlight .spotlight-quote-icon svg,
.testimonials--spotlight .spotlight-quote-icon img {
  width: 30px;
  height: 30px;
  display: block;
}
.testimonials--spotlight blockquote {
  margin: 0;
  color: #418bca;
  overflow-wrap: break-word;
  word-break: break-word;
}
.testimonials--spotlight .testimonial-author strong {
  display: block;
  color: #418bca;
  font-family: "Instrument Serif", serif;
}
.testimonials--spotlight .testimonial-author span {
  font-size: 0.9rem;
  color: #6b7e90;
}
.testimonials--spotlight .testimonials-spotlight-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
.testimonials--spotlight .testimonials-spotlight-prev,
.testimonials--spotlight .testimonials-spotlight-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
  background: rgba(65, 139, 202, 0.15);
  color: #6b7e90;
}
.testimonials--spotlight .testimonials-spotlight-prev:hover:not(:disabled),
.testimonials--spotlight .testimonials-spotlight-next:hover:not(:disabled) {
  background: #418bca;
  color: #ffffff;
}
.testimonials--spotlight .testimonials-spotlight-prev:disabled,
.testimonials--spotlight .testimonials-spotlight-next:disabled {
  opacity: 0.5;
  cursor: default;
}
.testimonials--spotlight .testimonials-spotlight-next {
  background: #418bca;
  color: #ffffff;
}
.testimonials--spotlight .testimonials-spotlight-next:disabled {
  background: rgba(65, 139, 202, 0.15);
  color: #6b7e90;
}

.testimonials--editorial {
  background: #f4f8fb;
}
.testimonials--editorial .bty-section-head h1,
.testimonials--editorial .bty-section-head h2 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}
.testimonials--editorial .testimonials-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin: 0.25rem 0 2rem;
}
.testimonials--editorial .testimonials-rating__stars {
  color: #d8a95c;
  letter-spacing: 0.14em;
  font-size: 1.25rem;
  line-height: 1;
}
.testimonials--editorial .testimonials-rating__meta {
  color: #6b7e8f;
  font-size: 0.875rem;
}
.testimonials--editorial .testimonials-rating__link {
  color: #15324b;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.testimonials--editorial .testimonials-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 3.5rem;
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(65, 139, 202, 0.25);
}
.testimonials--editorial .testimonials-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 130px;
}
.testimonials--editorial .testimonials-stats__value {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #15324b;
  line-height: 1;
}
.testimonials--editorial .testimonials-stats__label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7e8f;
}
@media (max-width: 600px) {
  .testimonials--editorial .testimonials-stats {
    gap: 1.25rem 2rem;
  }
}

/* --------------------------------------------------------------------------
 * Editorial layout — centered serif hero-style pull-quote carousel with a
 * page-flip transition between cards, and a trust stats row underneath.
 * ------------------------------------------------------------------------ */
.testimonials--editorial {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .testimonials--editorial {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .testimonials--editorial {
    padding-block: 2rem;
  }
}
.testimonials--editorial {
  background: #ffffff;
  text-align: center;
}
.testimonials--editorial .testimonials-ed__head {
  max-width: 40rem;
  margin: 0 auto clamp(2rem, 5vw, 2.75rem);
}
.testimonials--editorial .testimonials-ed__head .bty-superscript {
  display: block;
  font-family: "Instrument Serif", serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #418bca;
  margin-bottom: 0.85rem;
}
.testimonials--editorial .testimonials-ed__head .testimonials-ed__title {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  color: #15324b;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.1;
  margin: 0;
}
.testimonials--editorial .testimonials-ed__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.testimonials--editorial .testimonials-ed__rating .stars--summary {
  color: #d8a95c;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.125rem;
}
.testimonials--editorial .testimonials-ed__rating .testimonials-ed__rating-meta {
  color: #6b7e8f;
  font-size: 0.875rem;
}
.testimonials--editorial .testimonials-ed__google-link {
  display: inline-block;
  margin-top: 0.75rem;
  color: #15324b;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.testimonials--editorial .stars {
  color: #d8a95c;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.125rem;
}
.testimonials--editorial .stars .star--empty {
  color: rgba(216, 169, 92, 0.28);
}
.testimonials--editorial .testimonials-ed__carousel {
  position: relative;
  max-width: 52rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
}
.testimonials--editorial .testimonials-ed__arrow {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(21, 50, 75, 0.15);
  background: #ffffff;
  color: #15324b;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.testimonials--editorial .testimonials-ed__arrow svg {
  width: 18px;
  height: 18px;
}
.testimonials--editorial .testimonials-ed__arrow:hover {
  background: #f4f8fb;
  border-color: rgba(21, 50, 75, 0.28);
}
.testimonials--editorial .testimonials-ed__stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 20rem;
  perspective: 1600px;
}
.testimonials--editorial .testimonials-ed__stage::before, .testimonials--editorial .testimonials-ed__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(21, 50, 75, 0.08);
  z-index: 0;
  pointer-events: none;
}
.testimonials--editorial .testimonials-ed__stage::before {
  transform: translateY(-0.9rem) rotate(-2.5deg);
  opacity: 0.7;
}
.testimonials--editorial .testimonials-ed__stage::after {
  transform: translateY(-1.6rem) rotate(2.5deg);
  opacity: 0.45;
}
.testimonials--editorial .testimonials-ed__card {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: clamp(2rem, 4vw, 3rem);
  background: #ffffff;
  border: 1px solid rgba(21, 50, 75, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 3rem -1.5rem rgba(21, 50, 75, 0.22);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: right bottom;
  transform: rotate(0deg) scale(1);
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s ease;
}
.testimonials--editorial .testimonials-ed__card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.testimonials--editorial .testimonials-ed__card.is-leaving {
  opacity: 0;
  visibility: visible;
  z-index: 1;
  transform-origin: right bottom;
  transform: translateY(-1.5rem) rotate(14deg) scale(0.94);
}
.testimonials--editorial .testimonials-ed__card.is-entering {
  transform-origin: left bottom;
  animation: testimonials-ed-tilt-in 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.testimonials--editorial .testimonials-ed__card .stars {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.testimonials--editorial .testimonials-ed__card blockquote {
  margin: 0 0 1.75rem;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  color: #15324b;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  line-height: 1.4;
  overflow: scroll;
}
@keyframes testimonials-ed-tilt-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem) rotate(-14deg) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}
.testimonials--editorial .testimonials-ed__author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.testimonials--editorial .testimonials-ed__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: "Instrument Serif", serif;
  font-weight: 700;
  flex-shrink: 0;
}
.testimonials--editorial .testimonials-ed__author .testimonials-ed__id {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.testimonials--editorial .testimonials-ed__author .testimonials-ed__id strong {
  font-family: "Instrument Serif", serif;
  color: #15324b;
}
.testimonials--editorial .testimonials-ed__author .testimonials-ed__id span {
  font-size: 0.85rem;
  color: #6b7e90;
}
.testimonials--editorial .testimonials-ed__stats {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  list-style: none;
  margin: clamp(2.5rem, 6vw, 4rem) 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(21, 50, 75, 0.12);
}
.testimonials--editorial .testimonials-ed__stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.testimonials--editorial .testimonials-ed__stats-value {
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
  color: #15324b;
  line-height: 1;
}
.testimonials--editorial .testimonials-ed__stats-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7e8f;
}
@media (max-width: 600px) {
  .testimonials--editorial .testimonials-ed__carousel {
    gap: 0.5rem;
  }
  .testimonials--editorial .testimonials-ed__arrow {
    width: 38px;
    height: 38px;
  }
  .testimonials--editorial .testimonials-ed__stats {
    gap: 1.5rem 2rem;
  }
}

.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: "Instrument Sans", 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: "Instrument Sans", 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: #e0f3ff;
  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: #e0f3ff;
}
.before-after .bty-section-head p {
  color: rgba(224, 243, 255, 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%, #e0f3ff 50%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.before-after .ba-item__label {
  font-family: "Instrument Sans", 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: #79cbed;
}
.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(224, 243, 255, 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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  text-transform: uppercase;
  line-height: 1.7;
  white-space: nowrap;
  font-family: "Instrument Sans", 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: #79cbed;
}
.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: #9dcaf1;
  line-height: 1.35;
  white-space: nowrap;
}
.before-after.before-after--grid {
  background: #e0f3ff;
}
.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: #e0f3ff;
  font-family: "Instrument Sans", 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 #79cbed;
  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: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  color: #ffffff;
  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: #79cbed;
}
.before-after .ba-grid-card__title {
  font-family: "Instrument Sans", 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: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #9dcaf1;
  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: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  color: #9dcaf1;
  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 #79cbed;
  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: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  color: #ffffff;
  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: #79cbed;
}
.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: "Instrument Sans", 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: "Instrument Sans", 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: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #9dcaf1;
  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(157, 202, 241, 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: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  color: #9dcaf1;
  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;
}

.promotions {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .promotions {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .promotions {
    padding-block: 2rem;
  }
}
.promotions {
  background: #e0f3ff;
}
.promotions .bty-section-head {
  margin-bottom: 2.5rem;
}
.promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.promotions > .bty-container > .bty-btn,
.promotions > .bty-container > div > .bty-btn {
  display: table;
  margin: 0 auto;
}

.promo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 1.75rem;
  background: #ffffff;
  border: 1px solid rgba(21, 50, 75, 0.1);
  border-radius: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.promo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.promo-card__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #418bca;
  color: #e0f3ff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
}
.promo-card__icon {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.promo-card__icon svg {
  display: block;
}
.promo-card__title {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #15324b;
  margin: 0;
}
.promo-card__desc {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(21, 50, 75, 0.75);
  margin: 0;
}
.promo-card__expiration {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  color: rgba(21, 50, 75, 0.55);
  margin: 0;
}
.promo-card__btn {
  margin-top: 0.75rem;
  align-self: flex-start;
}

.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: "Instrument Serif", serif;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #e0f3ff;
  margin: 0 0 0.625rem;
}
.wcu .wcu-top .wcu-subtitle {
  font-family: "Instrument Sans", system-ui, sans-serif;
  line-height: 1.7;
  color: rgba(224, 243, 255, 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-body .wcu-actions {
  margin-top: 2rem;
}
.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: "Instrument Serif", serif;
  font-size: clamp(1.8rem, 2.12vw, 2rem);
  line-height: 1.5;
  color: #e0f3ff;
  margin: 0;
}
.wcu .wcu-text p {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #79cbed;
  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(224, 243, 255, 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: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(0.78rem, 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: "Instrument Sans", 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: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(0.7rem, 4vw, 1.125rem);
  font-weight: 600;
  color: #e0f3ff;
  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;
  display: flex;
  flex-direction: column;
}
.treatment-glance .tg-left .bty-section-head {
  margin-bottom: 0;
}
.treatment-glance .tg-left .bty-section-head h2,
.treatment-glance .tg-left .bty-section-head h3 {
  color: #418bca;
  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;
  width: 100%;
  gap: 0.6rem;
  padding: 0.55rem 0;
  border-bottom: 0.5px solid #6b7e90;
  font-size: 1rem;
  line-height: 1.7;
  color: #418bca;
}
.treatment-glance .tg-checklist-item:first-child {
  border-top: 0.5px solid #6b7e90;
}
.treatment-glance .tg-check-icon {
  flex-shrink: 0;
  color: #418bca;
}
.treatment-glance .tg-number-badge {
  color: #ffffff;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  font-size: 0.7rem;
  background: #418bca;
  flex-shrink: 0;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  border-radius: 50%;
  justify-content: center;
}
.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: #418bca;
}
.treatment-glance .tg-link-btn--white {
  color: #ffffff;
}
.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: #418bca;
  padding: 5rem 2.5rem 5rem 2.5rem;
  align-self: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.treatment-glance .tg-right .bty-section-head {
  width: 100%;
  margin-bottom: 1rem;
}
.treatment-glance .tg-right .bty-section-head sup {
  color: #15324b;
}
.treatment-glance .tg-right .bty-section-head h2,
.treatment-glance .tg-right .bty-section-head h3 {
  color: #15324b;
  margin: 0 0 1rem;
}
.treatment-glance .tg-right .bty-section-head p {
  color: #15324b;
  margin: 0;
}
.treatment-glance .tg-right--checklist,
.treatment-glance .tg-right--numbered {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
}
.treatment-glance .tg-right--checklist .bty-section-head sup,
.treatment-glance .tg-right--numbered .bty-section-head sup {
  margin-bottom: 0.5rem;
}
.treatment-glance .tg-right--checklist .bty-section-head p,
.treatment-glance .tg-right--numbered .bty-section-head p {
  color: #15324b;
  margin: 0;
}
.treatment-glance .tg-right--checklist .tg-checklist,
.treatment-glance .tg-right--numbered .tg-checklist {
  width: 100%;
}
.treatment-glance .tg-checklist--numbered {
  width: 100%;
}
.treatment-glance .tg-checklist--numbered .bty-section-head h2 {
  margin-bottom: 0;
}
.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(157, 202, 241, 0.15);
  border: 0.5px solid rgba(107, 126, 143, 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: #ffffff;
  border: 1px solid #6b7e90;
  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: #418bca;
}
.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: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  color: #418bca;
  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 #6b7e90;
  font-size: 1rem;
  line-height: 1.7;
  color: #418bca;
}
.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-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 {
  background: #ffffff;
}
.process-tabs--technology {
  padding-block: 0;
}
.process-tabs__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.process-tabs__head--left {
  align-items: flex-start;
  text-align: left;
}
.process-tabs__head--left .process-tabs__divider {
  margin-inline: 0;
}
.process-tabs__title {
  letter-spacing: -0.02em;
  color: #418bca;
}
.process-tabs__subtitle {
  font-size: 1rem;
  color: #6b7e90;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  padding: 0.625rem 0.9375rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: #418bca;
  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: #ffffff;
  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 #418bca;
  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: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #15324b;
  line-height: 1.7;
  margin: 0;
}
.process-tabs__step-text {
  color: #6b7e8f;
  margin: 0;
  word-wrap: break-word;
  font-weight: 300;
  line-height: 1.7;
}
.process-tabs .bty-extra-content {
  width: 100%;
  margin: 0;
}
.process-tabs__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem;
}
@media (max-width: 782px) {
  .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: "Instrument Sans", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #418bca;
    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: #ffffff;
  }
  .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 #418bca;
    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 {
    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: "Instrument Sans", 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 #79cbed;
  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);
}

/* ==========================================================================
 * PROCESS — Accordion layout (image + expandable steps)
 * ======================================================================== */
.process-tabs--accordion {
  background: #ffffff;
}
.process-tabs--accordion .process-accordion {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.process-tabs--accordion .process-accordion__media {
  overflow: hidden;
  max-height: 600px;
  border-radius: 20px;
}
.process-tabs--accordion .process-accordion__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.process-tabs--accordion .process-accordion__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.process-tabs--accordion .process-accordion__content .process-tabs__head {
  margin-bottom: 1.5rem;
}
.process-tabs--accordion .process-accordion__list {
  display: flex;
  flex-direction: column;
}
.process-tabs--accordion .process-accordion__item {
  border-bottom: 1px solid rgba(65, 139, 202, 0.25);
}
.process-tabs--accordion .process-accordion__item:first-child {
  border-top: 1px solid rgba(65, 139, 202, 0.25);
}
.process-tabs--accordion .process-accordion__summary {
  gap: 0.75rem;
  cursor: pointer;
  display: flex;
  padding: 1.125rem 0;
  list-style: none;
  align-items: center;
}
.process-tabs--accordion .process-accordion__summary::-webkit-details-marker {
  display: none;
}
.process-tabs--accordion .process-accordion__icon {
  color: #418bca;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  flex-shrink: 0;
}
.process-tabs--accordion .process-accordion__icon svg {
  width: 100%;
  height: 100%;
}
.process-tabs--accordion .process-accordion__title {
  flex: 1;
  color: #418bca;
  min-width: 0;
  font-size: 1.25rem;
  word-break: break-word;
  line-height: 1.3;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  overflow-wrap: break-word;
}
.process-tabs--accordion .process-accordion__chevron {
  color: #418bca;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.process-tabs--accordion .process-accordion__item[open] > .process-accordion__summary .process-accordion__chevron {
  transform: rotate(180deg);
}
.process-tabs--accordion .process-accordion__body {
  padding: 0 0 1.25rem 2.25rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7e8f;
  word-break: break-word;
  overflow-wrap: break-word;
}
.process-tabs--accordion .process-accordion__extra {
  padding: 0 0 1.25rem 2.25rem;
}
.process-tabs--accordion .process-accordion__extra:empty {
  display: none;
}
@media (max-width: 1024px) {
  .process-tabs--accordion .process-accordion {
    grid-template-columns: 1fr;
  }
  .process-tabs--accordion .process-accordion__media img {
    max-height: 22rem;
  }
}

/* ==========================================================================
 * PROCESS NUMBERED — vertical numbered walkthrough, connecting line,
 * last step highlighted.
 * ======================================================================== */
.process-numbered {
  padding: 5.5rem 0;
}
.process-numbered .bty-container {
  max-width: 960px;
}
.process-numbered__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3rem;
}
.process-numbered__head--left {
  text-align: left;
  margin-left: 0;
}
.process-numbered__title {
  margin: 0 0 0.75rem;
}
.process-numbered__subtitle {
  color: #6b7e8f;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  margin: 0;
}
.process-numbered__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-numbered__list::before {
  content: "";
  position: absolute;
  left: 1.625rem;
  top: 1.625rem;
  bottom: 1.625rem;
  width: 2px;
  background: rgba(65, 139, 202, 0.25);
}
.process-numbered__item {
  position: relative;
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 1.625rem;
  padding-bottom: 2.125rem;
}
.process-numbered__item.is-last {
  padding-bottom: 0;
}
.process-numbered__item.is-last .process-numbered__marker {
  background: #418bca;
  color: #ffffff;
}
.process-numbered__item.is-last .process-numbered__body {
  background: #e0f3ff;
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 28px;
  padding: 1.375rem 1.5rem;
}
.process-numbered__marker {
  position: relative;
  z-index: 1;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: #e0f3ff;
  border: 1.5px solid #79cbed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Instrument Serif", serif;
  font-weight: 800;
  font-size: 1.3125rem;
  color: #1b619d;
}
.process-numbered__body {
  padding-top: 0.3rem;
}
.process-numbered__step-title {
  font-family: "Instrument Serif", serif;
  font-weight: 700;
  font-size: 1.1875rem;
  color: #15324b;
  margin: 0 0 0.4375rem;
}
.process-numbered__step-text {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.03125rem;
  line-height: 1.68;
  color: #6b7e8f;
  margin: 0;
  max-width: 58ch;
}
.process-numbered__buttons {
  margin-top: 2.5rem;
  justify-content: center;
}

.visit-walkthrough__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  margin-bottom: 3rem;
}
.visit-walkthrough__head .bty-section-head,
.visit-walkthrough__head .bty-section-head-extra {
  display: contents;
}
.visit-walkthrough__head.is-left {
  align-items: flex-start;
  text-align: left;
}
.visit-walkthrough__title, .visit-walkthrough__head h1, .visit-walkthrough__head h2, .visit-walkthrough__head h3, .visit-walkthrough__head h4 {
  letter-spacing: -0.02em;
  color: #15324b;
  margin: 0;
}
.visit-walkthrough__subtitle, .visit-walkthrough__head .bty-section-head p {
  color: #3e4e5e;
  max-width: 49.375rem;
  margin: 0;
}
.visit-walkthrough__line {
  display: block;
  width: 5rem;
  height: 3px;
  background: #15324b;
  border-radius: 2px;
  margin-top: 0.25rem;
}
.visit-walkthrough__steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
}
.visit-walkthrough__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 75rem;
  margin: 2rem auto 0;
}
.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__step.is-last .visit-walkthrough__num {
  background: #418bca;
  border-color: #418bca;
}
.visit-walkthrough__step.is-last .visit-walkthrough__num span {
  color: #ffffff;
}
.visit-walkthrough__num {
  flex-shrink: 0;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  border: 2px solid #418bca;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.visit-walkthrough__num span {
  font-family: "Instrument Sans", 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: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #418bca;
  margin: 0;
}
.visit-walkthrough__step-title-note {
  font-size: 1rem;
  font-weight: 400;
  color: #6b7e8f;
}
.visit-walkthrough__step-title-note:not(:empty)::before {
  content: "—";
}
.visit-walkthrough__step-text {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #418bca;
  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: "Instrument Sans", 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;
  }
}
.visit-walkthrough--timeline .visit-walkthrough__steps {
  gap: 0;
  max-width: 860px;
}
.visit-walkthrough--timeline .visit-walkthrough__step {
  position: relative;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  transition: transform 0.25s ease;
}
.visit-walkthrough--timeline .visit-walkthrough__step::before {
  content: "";
  position: absolute;
  left: 2.8rem;
  top: 4.8rem;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(65, 139, 202, 0.25), rgba(65, 139, 202, 0.25));
}
.visit-walkthrough--timeline .visit-walkthrough__step:hover {
  transform: translateX(0.25rem);
}
.visit-walkthrough--timeline .visit-walkthrough__step.is-last {
  padding-bottom: 1.25rem;
}
.visit-walkthrough--timeline .visit-walkthrough__step.is-last::before {
  display: none;
}
.visit-walkthrough--timeline .visit-walkthrough__step-title {
  color: #15324b;
}
.visit-walkthrough--timeline .visit-walkthrough__step-text {
  color: #3e4e5e;
}
.visit-walkthrough--timeline .visit-walkthrough__num {
  position: relative;
  z-index: 1;
  background: rgba(157, 202, 241, 0.5);
  box-shadow: 0 0 0 4px rgba(157, 202, 241, 0.5);
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.visit-walkthrough--timeline .visit-walkthrough__step:hover .visit-walkthrough__num {
  border-color: #418bca;
  box-shadow: 0 0 0 4px rgba(157, 202, 241, 0.5), 0 0 0 7px rgba(65, 139, 202, 0.25);
}
.visit-walkthrough--timeline .visit-walkthrough__step.is-last .visit-walkthrough__num {
  background: #418bca;
  border-color: #418bca;
  box-shadow: 0 0 0 4px rgba(157, 202, 241, 0.5), 0 6px 16px rgba(65, 139, 202, 0.35);
}
.visit-walkthrough--timeline .visit-walkthrough__step.is-last .visit-walkthrough__num span {
  color: #ffffff;
}
.visit-walkthrough--timeline .visit-walkthrough__step.is-last .visit-walkthrough__body {
  background: rgba(65, 139, 202, 0.15);
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 28px;
  padding: 1.5rem 1.625rem;
  box-shadow: 0 8px 24px rgba(21, 50, 75, 0.06);
}
.visit-walkthrough--timeline .visit-walkthrough__buttons {
  margin-block: 0 2rem;
}
@media (max-width: 782px) {
  .visit-walkthrough--timeline .visit-walkthrough__step::before {
    left: 1.75rem;
  }
}
.visit-walkthrough--horizontal .bty-container {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
}
.visit-walkthrough--horizontal .visit-walkthrough__head {
  flex: 0 0 auto;
  align-items: flex-start;
  text-align: left;
  max-width: 20rem;
  margin-bottom: 0;
  padding-top: 0.5rem;
  flex-basis: 23%;
}
.visit-walkthrough--horizontal .visit-walkthrough__line {
  margin-left: 0;
}
.visit-walkthrough--horizontal .visit-walkthrough__steps {
  flex: 1 1 auto;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  max-width: none;
  margin: 0;
  gap: 1rem;
}
.visit-walkthrough--horizontal .visit-walkthrough__step {
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 0;
  gap: 0.875rem;
  padding: 0 0.75rem;
  min-width: 0;
  transition: transform 0.25s ease;
}
.visit-walkthrough--horizontal .visit-walkthrough__step:hover {
  transform: translateY(-0.1875rem);
}
.visit-walkthrough--horizontal .visit-walkthrough__num {
  position: relative;
  z-index: 1;
  background: #15324b;
  border-color: #15324b;
  box-shadow: 0 0 0 4px #15324b, 0 6px 16px rgba(21, 50, 75, 0.25);
  transition: box-shadow 0.2s, transform 0.2s;
}
.visit-walkthrough--horizontal .visit-walkthrough__num span {
  color: #ffffff;
}
.visit-walkthrough--horizontal .visit-walkthrough__step:hover .visit-walkthrough__num {
  transform: scale(1.08);
  box-shadow: 0 0 0 4px #15324b, 0 8px 20px rgba(21, 50, 75, 0.35);
}
.visit-walkthrough--horizontal .visit-walkthrough__step.is-last .visit-walkthrough__num {
  background: #15324b;
  border-color: #418bca;
  box-shadow: 0 0 0 4px rgba(65, 139, 202, 0.35), 0 6px 16px rgba(21, 50, 75, 0.3);
}
.visit-walkthrough--horizontal .visit-walkthrough__step.is-last .visit-walkthrough__num span {
  color: #ffffff;
}
.visit-walkthrough--horizontal .visit-walkthrough__step.is-last:hover .visit-walkthrough__num {
  box-shadow: 0 0 0 4px rgba(65, 139, 202, 0.5), 0 8px 20px rgba(21, 50, 75, 0.35);
}
.visit-walkthrough--horizontal .visit-walkthrough__body {
  align-items: center;
  gap: 0.375rem;
}
.visit-walkthrough--horizontal .visit-walkthrough__step-title {
  font-size: 1rem;
  font-weight: 700;
}
.visit-walkthrough--horizontal .visit-walkthrough__step-text {
  font-size: 0.875rem;
  color: #6b7e8f;
}
.visit-walkthrough--horizontal .visit-walkthrough__badge {
  background: rgba(65, 139, 202, 0.1);
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
}
.visit-walkthrough--horizontal .visit-walkthrough__connector {
  align-self: center;
  margin-top: 1.1875rem;
  height: 2px;
  min-width: 2rem;
  flex-basis: 10%;
  background-image: linear-gradient(to right, rgba(65, 139, 202, 0.4) 50%, transparent 50%);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.visit-walkthrough--horizontal .visit-walkthrough__buttons {
  margin: 0 auto 2rem;
}
@media (max-width: 782px) {
  .visit-walkthrough--horizontal .bty-container {
    flex-direction: column;
    gap: 2rem;
  }
  .visit-walkthrough--horizontal .visit-walkthrough__head {
    max-width: none;
    padding-top: 0;
  }
  .visit-walkthrough--horizontal .visit-walkthrough__steps {
    flex-direction: column;
    gap: 1.5rem;
  }
  .visit-walkthrough--horizontal .visit-walkthrough__step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 1.25rem;
    padding: 0;
  }
  .visit-walkthrough--horizontal .visit-walkthrough__step:hover {
    transform: none;
  }
  .visit-walkthrough--horizontal .visit-walkthrough__body {
    align-items: flex-start;
    text-align: left;
  }
  .visit-walkthrough--horizontal .visit-walkthrough__connector {
    display: none;
  }
}
.visit-walkthrough--cards {
  background: #ffffff;
}
.visit-walkthrough--cards .visit-walkthrough__steps {
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  max-width: none;
}
.visit-walkthrough--cards .visit-walkthrough__step {
  flex: 1 0 0;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  gap: 0;
  position: relative;
}
.visit-walkthrough--cards .visit-walkthrough__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%);
}
.visit-walkthrough--cards .visit-walkthrough__num {
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
}
.visit-walkthrough--cards .visit-walkthrough__num span {
  font-size: 1.1rem;
}
.visit-walkthrough--cards .visit-walkthrough__body {
  gap: 0.625rem;
}
.visit-walkthrough--cards .visit-walkthrough__step-title {
  font-size: 1.25rem;
}
.visit-walkthrough--cards .visit-walkthrough__step-text {
  color: #6b7e8f;
}
.visit-walkthrough--cards .visit-walkthrough__badge {
  display: none;
}
.visit-walkthrough--cards .visit-walkthrough__buttons {
  margin: 0 auto 2rem;
}
@media (max-width: 782px) {
  .visit-walkthrough--cards .visit-walkthrough__steps {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .visit-walkthrough--cards .visit-walkthrough__step {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .visit-walkthrough--cards .visit-walkthrough__step:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .visit-walkthrough--cards .visit-walkthrough__step {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.visit-walkthrough--spotlight .visit-walkthrough__steps {
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  max-width: none;
}
.visit-walkthrough--spotlight .visit-walkthrough__step {
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
  padding: 2.25rem 2rem;
  background: #ffffff;
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.visit-walkthrough--spotlight .visit-walkthrough__step:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 8px 24px rgba(21, 50, 75, 0.08);
}
.visit-walkthrough--spotlight .visit-walkthrough__num {
  width: 3rem;
  height: 3rem;
  border-color: #9dcaf1;
  background: transparent;
}
.visit-walkthrough--spotlight .visit-walkthrough__num span {
  font-size: 1.1rem;
  color: #418bca;
}
.visit-walkthrough--spotlight .visit-walkthrough__step-title {
  font-size: 1.25rem;
  color: #15324b;
}
.visit-walkthrough--spotlight .visit-walkthrough__step-text {
  color: #6b7e8f;
}
.visit-walkthrough--spotlight .visit-walkthrough__badge {
  display: none;
}
.visit-walkthrough--spotlight .visit-walkthrough__connector {
  align-self: flex-start;
  margin-top: 3.75rem;
  height: 2px;
  min-width: 1.5rem;
  flex-basis: 1.5rem;
  flex-shrink: 0;
  background: #79cbed;
}
.visit-walkthrough--spotlight .visit-walkthrough__step.is-last {
  background: linear-gradient(135deg, #418bca, #15324b);
  border-color: #418bca;
}
.visit-walkthrough--spotlight .visit-walkthrough__step.is-last .visit-walkthrough__num {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.visit-walkthrough--spotlight .visit-walkthrough__step.is-last .visit-walkthrough__num span {
  color: #ffffff;
}
.visit-walkthrough--spotlight .visit-walkthrough__step.is-last .visit-walkthrough__step-title {
  color: #ffffff;
}
.visit-walkthrough--spotlight .visit-walkthrough__step.is-last .visit-walkthrough__step-text {
  color: rgba(255, 255, 255, 0.8);
}
.visit-walkthrough--spotlight .visit-walkthrough__buttons {
  margin: 2rem auto 0;
}
@media (max-width: 782px) {
  .visit-walkthrough--spotlight .visit-walkthrough__steps {
    flex-direction: column;
    gap: 1.25rem;
  }
  .visit-walkthrough--spotlight .visit-walkthrough__step:hover {
    transform: none;
  }
  .visit-walkthrough--spotlight .visit-walkthrough__connector {
    display: none;
  }
}

.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 #79cbed;
  border-bottom: 0.5px solid #79cbed;
}
.related-pages__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
.related-pages__title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #e0f3ff;
  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(224, 243, 255, 0.05);
  gap: 0.75rem;
  transition: background 0.2s;
}
.related-pages__card:hover {
  background: rgba(224, 243, 255, 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: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  color: #e0f3ff;
  margin: 0;
}
.related-pages__card-text {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  color: #9dcaf1;
  margin: 0;
}
.related-pages__link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 0;
  font-family: "Instrument Sans", 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: #ffffff;
  color: #15324b;
  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__dialog .modal-cta__modal-title {
  font-family: "Instrument Serif", 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: #ffffff;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.modal-cta__link:hover {
  border-color: #418bca;
  background: #e0f3ff;
  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;
  }
}
.modal-book-visit.modal-cta__overlay {
  align-items: flex-start;
  padding: 3vh 1rem;
}

.modal-book-visit__arch {
  max-width: 600px;
  padding: 0;
  border-radius: 999px 999px 32px 32px;
  overflow: hidden;
  max-height: 94vh;
  display: flex;
  box-shadow: 0 30px 70px rgba(21, 50, 75, 0.28);
}

.modal-book-visit__close {
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(21, 50, 75, 0.12);
}

.modal-book-visit__scroll {
  width: 100%;
  overflow-y: auto;
  max-height: 94vh;
  padding: 3.75rem 2.5rem 2.5rem;
  text-align: center;
}
.modal-book-visit__scroll::-webkit-scrollbar {
  width: 6px;
}
.modal-book-visit__scroll::-webkit-scrollbar-thumb {
  background: rgba(65, 139, 202, 0.15);
  border-radius: 999px;
}

.modal-book-visit__logo {
  width: 72px;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
}

.modal-book-visit__scroll .modal-book-visit__title {
  font-family: "Instrument Serif", serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #15324b !important;
  margin: 0 0 0.6rem;
}

.modal-book-visit__scroll .modal-book-visit__subtitle {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7e8f;
  margin: 0 0 2rem;
}

.modal-book-visit__form {
  text-align: left;
}

.modal-book-visit__label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7e8f;
  margin: 1.5rem 0 0.6rem;
}

.modal-book-visit__input,
.modal-book-visit__select,
.modal-book-visit__textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(65, 139, 202, 0.25);
  background: transparent;
  font-family: inherit;
  font-size: 0.8rem;
  color: #15324b;
  padding: 0.35rem 0 0.5rem;
  transition: border-color 0.15s;
}
.modal-book-visit__input:focus,
.modal-book-visit__select:focus,
.modal-book-visit__textarea:focus {
  outline: none;
  border-color: #418bca;
}
.modal-book-visit__input::placeholder,
.modal-book-visit__select::placeholder,
.modal-book-visit__textarea::placeholder {
  color: #6b7e8f;
  opacity: 1;
}

.modal-book-visit__textarea {
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 18px;
  padding: 0.85rem 1rem;
  resize: vertical;
  min-height: 6rem;
}
.modal-book-visit__textarea:focus {
  border-color: #418bca;
}

.modal-book-visit__select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2315324b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.15rem center;
  padding-right: 1.75rem;
}

.modal-book-visit__scroll p.modal-book-visit__hint {
  font-size: 0.8125rem;
  color: #6b7e8f;
  margin: 0.5rem 0 0;
}

.modal-book-visit__more {
  margin-top: 0.25rem;
}

.modal-book-visit__notice {
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 18px;
  font-size: 0.875rem;
}
.modal-book-visit__notice.is-success {
  color: #418bca;
  padding: 0;
  text-align: center;
}
.modal-book-visit__notice.is-error {
  background: rgba(185, 28, 28, 0.08);
  color: #b91c1c;
}

.modal-book-visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.modal-book-visit__actions .modal-book-visit__btn {
  flex: 1 1 0;
  justify-content: center;
  border: none;
  cursor: pointer;
  font: inherit;
  padding: 0.85rem 1.1rem;
  font-size: 0.9375rem;
  gap: 0.5rem;
  white-space: nowrap;
}
.modal-book-visit__actions .modal-book-visit__btn::after {
  display: none;
}

.modal-book-visit__scroll .modal-book-visit__call {
  text-align: center;
  font-size: 0.8rem;
  color: #6b7e8f;
  margin: 1.5rem 0 0;
}
.modal-book-visit__scroll .modal-book-visit__call a {
  font-size: inherit;
  color: #418bca;
  font-weight: 600;
  text-decoration: none;
}
.modal-book-visit__scroll .modal-book-visit__call a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .modal-book-visit__arch {
    border-radius: 140px 140px 24px 24px;
  }
  .modal-book-visit__scroll {
    padding: 3.5rem 1.5rem 1.75rem;
  }
  .modal-book-visit__actions {
    flex-direction: column;
  }
  .modal-book-visit__actions .modal-book-visit__btn {
    flex: 1 1 auto;
  }
}
.featured-article {
  background-color: #e0f3ff;
  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: #ffffff;
  border: 0.5px solid #9dcaf1;
  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: #3e4e5e;
  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: #3e4e5e;
  margin: 0;
}
.featured-article-card__excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #9dcaf1;
  margin: 0;
}
.featured-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11px;
  color: rgba(62, 78, 94, 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: #e0f3ff;
}
.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 #79cbed;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-family: "Instrument Sans", 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: #9dcaf1;
}
.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(185, 28, 28, 0.08);
  color: #b91c1c;
}
.contact-us__footer {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
.contact-us__submit {
  min-width: 10rem;
  justify-content: space-evenly;
}
@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: #e0f3ff;
}
.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: #e0f3ff;
  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: #e0f3ff;
}
.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;
  }
}

.treatments-detailed {
  background: #ffffff;
}

.treatments-detailed-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.treatment-card-detailed .wrap {
  max-width: 960px;
  margin: 0 auto;
}

.type-grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 4rem;
  align-items: start;
  padding: 1rem 0;
}
.type-grid--reversed {
  grid-template-columns: 1fr minmax(240px, 320px);
}
.type-grid--reversed .type-visual {
  order: 2;
}
.type-grid--reversed .type-content {
  order: 1;
}
@media (max-width: 782px) {
  .type-grid {
    grid-template-columns: 1fr;
  }
  .type-grid--reversed .type-visual, .type-grid--reversed .type-content {
    order: initial;
  }
}

.type-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  background: #ffffff;
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
  padding: 4rem 1rem 2rem;
  overflow: hidden;
}
.type-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(65, 139, 202, 0.25) 0%, rgba(65, 139, 202, 0.9) 22%, rgba(65, 139, 202, 0.15) 45%, #d8a95c 60%, rgba(65, 139, 202, 0.4) 80%, rgba(65, 139, 202, 0.2) 100%);
}

.type-num {
  position: absolute;
  top: 0.25em;
  left: 1rem;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
  color: rgba(65, 139, 202, 0.18);
  pointer-events: none;
  user-select: none;
}

.type-visual-caption {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #418bca;
  background: #d8a95c;
  border-radius: 999px;
  padding: 0.55em 1.1em;
}

.brace-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 2rem 0 1rem;
}
.brace-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  background: #418bca;
  transform: translateY(-50%);
  z-index: -1;
}
.brace-icon .bracket {
  width: 20px;
  height: 24px;
  border: 2.5px solid #418bca;
  border-radius: 6px;
  background: #d8a95c;
}

.time-badge-lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #418bca;
}
.time-badge-lg span {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: #6b7e90;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.type-content {
  min-width: 0;
}
.type-content .eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #418bca;
  margin-bottom: 0.5rem;
}

.type-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.type-top h2 {
  margin: 0;
  color: #418bca;
}

.time-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #418bca;
  background: transparent;
  border: 1.5px solid rgba(65, 139, 202, 0.3);
  border-radius: 999px;
  padding: 0.4em 1em;
  white-space: nowrap;
}

.type-desc {
  color: var(--type-content-text, #6b7e90);
  line-height: 1.7;
  margin: 0 0 1rem;
}

.best-for-line {
  color: var(--type-content-text, #6b7e90);
  line-height: 1.6;
  margin: 0 0 2rem;
  padding: 1rem 2rem;
  background: #d8a95c;
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 10px;
}
.best-for-line strong {
  color: #418bca;
}

.cc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .cc-cols {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.cc-col {
  padding-left: 1rem;
  border-left: 2px solid rgba(65, 139, 202, 0.25);
}
.cc-col h4 {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7e90;
}
.cc-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--type-content-text, #6b7e90);
  font-size: 0.875rem;
  line-height: 1.5;
}
.cc-col ul li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5rem;
}
.cc-col ul li::before {
  position: absolute;
  left: 0;
  font-weight: 700;
}
.cc-col.pros {
  border-left-color: #418bca;
}
.cc-col.pros ul li::before {
  content: "+";
  color: #418bca;
}
.cc-col.cons {
  border-left-color: #418bca;
}
.cc-col.cons ul li::before {
  content: "−";
  color: #418bca;
}

.type-anchor-note {
  margin-top: 1rem;
}
.type-anchor-note .bty-btn {
  width: auto;
}

.compare-options {
  background: #d8a95c;
}

.compare-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .compare-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .compare-options-grid {
    grid-template-columns: 1fr;
  }
}

.compare-card,
.bty-column--compare {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 6px 18px rgba(107, 126, 143, 0.08);
  min-width: 0;
  border-radius: 25px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.compare-card.is-center,
.bty-column--compare.is-center {
  align-items: center;
  text-align: center;
}

.compare-card__title {
  color: #418bca;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.compare-card__best {
  font-size: 0.9rem;
  color: #6b7e8f;
  background: rgba(65, 139, 202, 0.15);
  border-radius: 12px;
  padding: 0.4rem 0.75rem;
  margin-bottom: 1rem;
}
.compare-card__best span {
  font-weight: 700;
  color: #418bca;
}
.compare-card__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0.5rem 0 0.25rem;
}
.compare-card__label--pros {
  color: #418bca;
}
.compare-card__label--cons {
  color: #6b7e90;
}
.compare-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}
.compare-card__list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
  color: #6b7e8f;
}
.compare-card__list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.compare-card__list--pros li::before {
  content: "✓";
  color: #418bca;
}
.compare-card__list--cons li::before {
  content: "–";
  color: #79cbed;
}
.compare-card__time {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(65, 139, 202, 0.25);
  font-size: 0.85rem;
  color: #6b7e90;
}
.compare-card__time span {
  font-weight: 700;
  color: #418bca;
}

.compare-options__cta {
  margin-top: 2rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.insurance-info {
  background: #ffffff;
  padding-block: 0rem 3rem;
}
.insurance-info__badge {
  display: table;
  margin: 0 auto 1rem;
  background: #418bca;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
}

.insurance-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 2.5rem;
  align-items: stretch;
}
@media (max-width: 782px) {
  .insurance-info-grid {
    grid-template-columns: 1fr;
  }
}

.insurance-info__providers {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 6px 18px rgba(107, 126, 143, 0.08);
  border: 1px solid rgba(65, 139, 202, 0.25);
  box-shadow: none;
  border-radius: 10px;
  padding: 2.5rem;
}
.insurance-info__providers h3 {
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.insurance-info__providers .bty-extra-content {
  width: clamp(300px, 40vw, 600px);
}
@media (max-width: 370px) {
  .insurance-info__providers .bty-extra-content {
    max-width: 240px;
  }
}
.insurance-info__providers .bty-extra-content .insurance-logo-slider--full .ils-bar {
  padding-inline: 0;
}

.insurance-info__providers-text {
  color: #6b7e90;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.insurance-info__chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 1.25rem;
}
@media (max-width: 600px) {
  .insurance-info__chips {
    grid-template-columns: repeat(2, 1fr);
  }
}

.insurance-info__chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 8px;
  padding: 1.1rem 0.75rem;
  background: #ffffff;
}

.insurance-info__chip-name {
  font-weight: 700;
  font-size: 1rem;
  color: #418bca;
}

.insurance-info__chip-type {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7e90;
}

.insurance-info__chips--logos .insurance-info__chip {
  padding: 0.9rem;
}

.insurance-info__chip-logo {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.insurance-info__note {
  font-size: 0.85rem;
  color: #6b7e90;
  margin-bottom: 1rem;
}

.insurance-info__more-questions {
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-color: #d8a95c;
  text-underline-offset: 4px;
}
.insurance-info__more-questions:hover, .insurance-info__more-questions:focus {
  color: #418bca;
}

.insurance-info__verify {
  border-radius: 10px;
  padding: 3rem;
  background: #15324b;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  justify-content: center;
}
.insurance-info__verify h3 {
  color: #ffffff;
  font-size: 2rem;
}
.insurance-info__verify p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
}
@media (max-width: 600px) {
  .insurance-info__verify {
    padding: 2.5rem 1.5rem;
  }
}

.insurance-info__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.insurance-info__checklist li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}

.insurance-info__check {
  display: inline-flex;
  flex: 0 0 auto;
  color: #d8a95c;
  margin-top: 0;
}
.insurance-info__check svg {
  width: 16px;
  height: 16px;
}

.insurance-info__verify-actions {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.insurance-info__verify-actions .bty-btn--underline {
  color: rgba(255, 255, 255, 0.85);
}
.insurance-info__verify-actions .bty-btn--underline:hover, .insurance-info__verify-actions .bty-btn--underline:focus {
  color: #ffffff;
}
@media (max-width: 600px) {
  .insurance-info__verify-actions .btn__container,
  .insurance-info__verify-actions .bty-btn {
    width: 100%;
    justify-content: center;
  }
}

.doctors-split {
  --split-progress: 0;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #418bca;
}
.doctors-split__frame {
  position: relative;
  display: flex;
  width: 100%;
  height: 85vh;
  min-height: 30rem;
  max-height: 46rem;
  overflow: hidden;
}
.doctors-split__col {
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}
.doctors-split__col--left {
  transform: translateX(calc(var(--split-progress) * -42%));
}
.doctors-split__col--left .doctors-split__media img {
  object-position: right;
}
.doctors-split__col--right {
  transform: translateX(calc(var(--split-progress) * 42%));
}
.doctors-split__col--right .doctors-split__media img {
  object-position: left;
}
.doctors-split__media {
  position: absolute;
  inset: 0;
}
.doctors-split__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-position: top;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.doctors-split__col:hover .doctors-split__media img {
  transform: scale(1.03);
}
.doctors-split__col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 50, 75, 0) 40%, rgba(21, 50, 75, 0.85) 100%);
  pointer-events: none;
}
.doctors-split__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}
.doctors-split__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2rem;
  text-align: center;
  opacity: calc((var(--split-progress) - 0.3) / 0.7);
  transform: translateY(calc((1 - var(--split-progress)) * 1rem));
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.doctors-split__name {
  font-family: "Instrument Serif", serif;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  line-height: 1.15;
  margin: 0 0 0.35rem;
}
.doctors-split__role {
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #79cbed;
  font-size: clamp(1rem, 1.1vw, 1.03rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid rgba(121, 203, 237, 0.5);
  display: inline-block;
}
.doctors-split__middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + (1 - var(--split-progress)) * 0.75rem));
  z-index: 1;
  width: min(30rem, 88%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 1.25rem;
  background: rgba(21, 50, 75, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1.5rem 3rem rgba(21, 50, 75, 0.25);
  opacity: calc((var(--split-progress) - 0.4) / 0.6);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.doctors-split__middle .bty-section-head {
  max-width: none;
  margin-bottom: 0;
}
.doctors-split__middle .bty-section-head h2 {
  color: #ffffff;
}
.doctors-split__summaries {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
.doctors-split__summaries::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
}
.doctors-split__summary {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.1vw, 1.03rem);
  line-height: 1.6;
  margin: 0;
}
.doctors-split__actions {
  margin-top: 2rem;
}
.doctors-split__actions .doctors-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.doctors-split.is-in-view {
  --split-progress: 1;
}
.doctors-split.is-in-view .doctors-split__col--left .doctors-split__caption {
  text-align: right;
}
.doctors-split.is-in-view .doctors-split__col--right .doctors-split__caption {
  text-align: left;
}
.doctors-split--head-left .doctors-split__middle {
  align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .doctors-split__frame {
    height: 75vh;
    min-height: 26rem;
  }
  .doctors-split__middle {
    width: min(26rem, 50%);
  }
  .doctors-split__middle .bty-section-head h2 {
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  }
}
@media (max-width: 782px) {
  .doctors-split__frame {
    flex-direction: column;
    height: auto;
    max-height: none;
  }
  .doctors-split__col {
    flex: 1 1 auto;
    height: 40vh;
    min-height: 16rem;
  }
  .doctors-split__col--left, .doctors-split__col--right {
    transform: translateY(calc((1 - var(--split-progress)) * -14%));
  }
  .doctors-split__middle {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 2rem 1rem;
  }
}

.technology {
  background-color: #ffffff;
  overflow: hidden;
}
.technology .bty-superscript {
  color: #418bca;
}
.technology .technology-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #418bca;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.technology .technology-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
.technology .technology-top::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 139, 202, 0.18), rgba(65, 139, 202, 0) 70%);
  z-index: 0;
  pointer-events: none;
}
.technology .technology-top > * {
  position: relative;
  z-index: 1;
}
.technology .technology-intro {
  flex-basis: 70%;
  min-width: 0;
}
.technology .technology-intro .bty-section-head {
  max-width: none;
}
.technology .technology-stat {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background-color: rgba(65, 139, 202, 0.1);
  font-family: "Instrument Serif", serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #418bca;
}
.technology .technology-image {
  flex: 1 1 460px;
  min-width: 0;
}
.technology .technology-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
  transition: transform 0.4s ease;
}
.technology .technology-image:hover img {
  transform: scale(1.02);
}
.technology .technology-body {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
}
.technology .technology-list-wrap {
  position: relative;
  flex: 0 0 380px;
  min-width: 0;
  padding: 0.6rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #e0f3ff 0%, rgba(224, 243, 255, 0.35) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.technology .technology-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.technology .technology-list__item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  padding: 1rem 0.9rem;
  background: none;
  border: 1px solid transparent;
  border-radius: 18px;
  text-align: left;
  cursor: pointer;
  font-family: "Instrument Sans", system-ui, sans-serif;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.technology .technology-list__item:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(65, 139, 202, 0.2);
}
.technology .technology-list__item:hover .technology-list__arrow {
  opacity: 1;
  transform: translateX(0);
}
.technology .technology-list__item:focus-visible {
  outline: 2px solid #418bca;
  outline-offset: -2px;
}
.technology .technology-list__item.is-active {
  background-color: #ffffff;
  border-color: rgba(65, 139, 202, 0.15);
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
  transform: translateY(-1px);
}
.technology .technology-list__item.is-active .technology-list__num {
  background-color: #418bca;
  border-color: #418bca;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(65, 139, 202, 0.35);
}
.technology .technology-list__item.is-active .technology-list__arrow {
  opacity: 1;
  transform: translateX(0);
}
.technology .technology-list__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(65, 139, 202, 0.3);
  background-color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7e90;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.technology .technology-list__text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.technology .technology-list__label {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #418bca;
}
.technology .technology-list__caption {
  font-size: 0.875rem;
  color: #6b7e90;
}
.technology .technology-list__arrow {
  flex-shrink: 0;
  display: flex;
  color: #418bca;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.technology .technology-list__arrow svg {
  width: 16px;
  height: 16px;
}
.technology .technology-list__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.technology .technology-list__item.is-active .technology-list__progress {
  opacity: 1;
}
.technology .technology-list__progress-bar {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(to right, #418bca, rgba(65, 139, 202, 0));
  transform: scaleX(0);
  transform-origin: left;
}
.technology .technology-list__progress-bar.is-running {
  animation: technology-progress var(--tech-duration, 6000ms) linear forwards;
}
.technology .technology-list__progress-bar.is-paused {
  animation-play-state: paused;
}
@keyframes technology-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.technology .technology-panels {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.technology .technology-panel {
  position: relative;
  display: none;
  height: 100%;
  border: 1px solid rgba(65, 139, 202, 0.35);
  border-radius: 28px;
  overflow: hidden;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  background: linear-gradient(160deg, #ffffff 0%, #e0f3ff 170%);
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
}
.technology .technology-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, #418bca, rgba(65, 139, 202, 0.25));
}
.technology .technology-panel.is-active {
  display: flex;
  flex-direction: column;
  animation: technology-panel-in 0.35s ease;
}
.technology .technology-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(65, 139, 202, 0.15);
  transform: translate(35%, -55%);
  pointer-events: none;
}
@keyframes technology-panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.technology .technology-panel__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.technology .technology-panel__kicker {
  margin: 0;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #418bca;
}
.technology .technology-panel__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 56px;
  height: 56px;
  padding: 0.6rem;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  background: linear-gradient(145deg, #418bca, rgb(44.8864197531, 107.5580246914, 160.9135802469));
  box-shadow: 0 8px 18px rgba(65, 139, 202, 0.35);
}
.technology .technology-panel__icon svg {
  width: 22px;
  height: 22px;
}
.technology .technology-panel__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.technology .technology-panel__title {
  position: relative;
  z-index: 1;
  margin: 0 0 1.25rem;
}
.technology .technology-panel__text {
  position: relative;
  font-family: "Instrument Sans", system-ui, sans-serif;
  z-index: 1;
  margin: 0 0 1.5rem;
  line-height: 1.6;
  color: #3e4e5e;
}
.technology .technology-panel__bullets {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.technology .technology-panel__bullets li {
  position: relative;
  padding-left: 1.4rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  color: #6b7e90;
  line-height: 1.5;
  font-weight: 400;
}
.technology .technology-panel__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #418bca;
}
.technology .technology-panel__tag {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin: auto 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(65, 139, 202, 0.25);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #418bca;
}
.technology .technology-panel__tag .technology-dot {
  background-color: #418bca;
}
@media (max-width: 1024px) {
  .technology .technology-top {
    gap: 2rem;
  }
  .technology .technology-list-wrap {
    flex-basis: 300px;
  }
  .technology .technology-panel {
    padding: 1rem;
  }
}
@media (max-width: 782px) {
  .technology .technology-top {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .technology .technology-image {
    flex: auto;
    order: -1;
  }
  .technology .technology-image img {
    aspect-ratio: 16/9;
  }
  .technology .technology-body {
    flex-direction: column;
    gap: 1rem;
  }
  .technology .technology-list-wrap {
    flex-basis: auto;
    position: relative;
  }
  .technology .technology-panel {
    padding: 2rem;
  }
}
@media (max-width: 600px) {
  .technology .technology-top {
    margin-bottom: 2rem;
  }
  .technology .technology-panel {
    padding: 1rem;
  }
  .technology .technology-panel__head {
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.1rem;
  }
  .technology .technology-panel__icon {
    width: 44px;
    height: 44px;
  }
  .technology .technology-panel__icon svg {
    width: 18px;
    height: 18px;
  }
  .technology .technology-panel::after {
    width: 120px;
    height: 120px;
  }
  .technology .technology-list__item {
    padding: 0.85rem 0.5rem;
    gap: 0.65rem;
  }
  .technology .technology-list__num {
    width: 28px;
    height: 28px;
  }
  .technology .technology-list__label {
    font-size: 0.875rem;
  }
  .technology .technology-list__caption {
    font-size: 0.75rem;
  }
  .technology .technology-list__arrow {
    display: none;
  }
  .technology .technology-stat {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .technology .technology-image img,
  .technology .technology-panel.is-active {
    animation: none;
    transition: none;
  }
  .technology .technology-list__progress {
    display: none;
  }
}

.compare {
  background-color: #ffffff;
}
.compare .bty-superscript {
  color: #418bca;
}
.compare .bty-section-head {
  max-width: 640px;
}
.compare .compare-body {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
}
.compare .compare-list-wrap {
  position: relative;
  flex: 0 0 320px;
  min-width: 0;
  padding: 1rem;
  background-color: rgba(224, 243, 255, 0.7);
}
.compare .compare-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.compare .compare-list__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  padding: 1rem 0.9rem;
  background: none;
  border: none;
  border-radius: 18px;
  text-align: left;
  cursor: pointer;
  font-family: "Instrument Sans", system-ui, sans-serif;
  transition: background-color 0.25s ease;
}
.compare .compare-list__item:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.compare .compare-list__item:focus-visible {
  outline: 2px solid #418bca;
  outline-offset: -2px;
}
.compare .compare-list__item.is-active {
  background-color: #ffffff;
  box-shadow: 0 6px 18px rgba(107, 126, 143, 0.08);
}
.compare .compare-list__item.is-active .compare-list__num {
  background-color: transparent;
  border-color: #418bca;
  color: #418bca;
}
.compare .compare-list__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(65, 139, 202, 0.3);
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7e90;
}
.compare .compare-list__text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.compare .compare-list__label {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #418bca;
}
.compare .compare-list__caption {
  font-size: 0.875rem;
  color: #6b7e90;
}
.compare .compare-panels {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.compare .compare-panel {
  position: relative;
  display: none;
  height: 100%;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  background-color: #ffffff;
}
.compare .compare-panel.is-active {
  display: flex;
  flex-direction: column;
  animation: compare-panel-in 0.35s ease;
}
@keyframes compare-panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.compare .compare-panel__kicker {
  margin: 0 0 0.5rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #418bca;
}
.compare .compare-panel__title {
  margin: 0 0 1rem;
}
.compare .compare-panel__text {
  font-family: "Instrument Sans", system-ui, sans-serif;
  margin: 0 0 1.75rem;
  line-height: 1.6;
  color: #6b7e90;
}
.compare .compare-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1.75rem;
}
.compare .compare-panel__col-label {
  margin: 0 0 0.85rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7e90;
}
.compare .compare-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.compare .compare-panel__list li {
  position: relative;
  padding-left: 1.6rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  line-height: 1.5;
  color: #6b7e8f;
}
.compare .compare-panel__list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.compare .compare-panel__list--pros li::before {
  content: "✓";
  color: #418bca;
}
.compare .compare-panel__list--cons li::before {
  content: "–";
  color: #79cbed;
}
.compare .compare-panel__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: auto 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(65, 139, 202, 0.25);
}
.compare .compare-panel__duration {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(65, 139, 202, 0.25);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #418bca;
}
.compare .compare-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #418bca;
  text-decoration: none;
}
.compare .compare-panel__link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.compare .compare-panel__link:hover svg {
  transform: translateX(3px);
}
@media (max-width: 1024px) {
  .compare .compare-list-wrap {
    flex-basis: 260px;
  }
  .compare .compare-panel {
    padding: 1rem;
  }
}
@media (max-width: 782px) {
  .compare .compare-body {
    flex-direction: column;
    box-shadow: none;
  }
  .compare .compare-list-wrap {
    flex-basis: auto;
    border-radius: 28px;
  }
  .compare .compare-panel {
    padding: 2rem;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
  }
  .compare .compare-panel__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .compare .compare-panel {
    padding: 1rem;
  }
  .compare .compare-list__item {
    padding: 0.85rem 0.6rem;
    gap: 0.65rem;
  }
  .compare .compare-list__num {
    width: 28px;
    height: 28px;
  }
  .compare .compare-list__label {
    font-size: 0.875rem;
  }
  .compare .compare-list__caption {
    font-size: 0.75rem;
  }
  .compare .compare-panel__footer {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .compare .compare-panel.is-active {
    animation: none;
  }
}

.wp-block[data-type="bty/process"] .compare-panel__col-input textarea {
  font-family: "Instrument Sans", system-ui, sans-serif;
}

.bty-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1rem;
}
.bty-list__item {
  display: flex;
  align-items: center;
  gap: 0.65em;
  margin: 0 0 0.65em;
}
.bty-list__item:last-child {
  margin-bottom: 0;
}
.bty-list__marker {
  flex: 0 0 auto;
  display: inline-flex;
  margin-top: 0.15em;
  color: var(--bty-list-marker, #418bca);
}
.bty-list__marker svg {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}
.bty-list__text {
  flex: 1 1 auto;
  min-width: 0;
}
.bty-list--disc .bty-list__item::before {
  content: "";
  flex: 0 0 auto;
  width: 0.5em;
  height: 0.5em;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--bty-list-marker, #418bca);
}
.bty-list--number {
  counter-reset: bty-list;
}
.bty-list--number .bty-list__item {
  counter-increment: bty-list;
}
.bty-list--number .bty-list__item::before {
  content: counter(bty-list);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background: var(--bty-list-marker, #418bca);
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
}
.bty-list--sm {
  font-size: 0.875rem;
}
.bty-list--lg {
  font-size: 1.125rem;
}
.bty-list--compact .bty-list__item {
  margin-bottom: 0.3em;
}
.bty-list--roomy .bty-list__item {
  margin-bottom: 1.1em;
}
@media (min-width: 768px) {
  .bty-list--cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  .bty-list--cols-2 .bty-list__item {
    break-inside: avoid;
  }
  .bty-list--cols-2 .bty-list__item:last-child {
    margin-bottom: 0.65em;
  }
}

.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: "Instrument Serif", 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: "Instrument Serif", serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: #e0f3ff;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.error-404__description {
  color: rgba(224, 243, 255, 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(224, 243, 255, 0.08);
  border: 1px solid rgba(224, 243, 255, 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: #e0f3ff;
  font-size: 0.95rem;
  outline: none;
  min-width: 0;
}
.error-404__search-input::placeholder {
  color: rgba(224, 243, 255, 0.45);
}
.error-404__search-btn {
  background: #418bca;
  color: #15324b;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  font-family: "Instrument Sans", 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: #e0f3ff !important;
  border-color: rgba(224, 243, 255, 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);
  }
}
/* Emergency welcome modal — auto-opens on the homepage, arch-topped card. */
.bty-emergency {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.62);
  width: 100vw;
}
@media (max-width: 370px) {
  .bty-emergency {
    padding: 1rem;
  }
}
.bty-emergency {
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.bty-emergency.is-open {
  opacity: 1;
  visibility: visible;
}
.bty-emergency__card {
  position: relative;
  width: min(30rem, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  padding: 52px 40px 36px;
  border-radius: 240px 240px 4px 4px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.bty-emergency.is-open .bty-emergency__card {
  transform: translateY(0) scale(1);
}
@media (max-width: 600px) {
  .bty-emergency__card {
    width: min(90vw, 100%);
    padding: 40px 24px 28px;
  }
}
@media (max-width: 370px) {
  .bty-emergency__card {
    padding: 32px 18px 24px;
  }
}
.bty-emergency__logo {
  width: 54px;
  height: 54px;
  margin: 0 auto 1.25rem;
  display: grid;
  place-items: center;
}
.bty-emergency__logo svg,
.bty-emergency__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 600px) {
  .bty-emergency__logo {
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
  }
}
.bty-emergency__eyebrow {
  display: block;
  font-size: 0.688rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #418bca;
  margin-bottom: 0.6rem;
}
.bty-emergency__title {
  color: #15324b;
  margin: 10px 0px 8px;
  font-size: clamp(1.8rem, 2.12vw, 2rem);
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 370px) {
  .bty-emergency__title {
    font-size: 1.5rem;
  }
}
.bty-emergency__text {
  color: #3e4e5e;
  font-size: 0.875rem;
  margin: 0 auto 1.4rem;
  max-width: 24rem;
}
.bty-emergency__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bty-emergency__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
  text-align: center;
  transition: transform 0.18s ease, filter 0.18s ease;
}
.bty-emergency__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 370px) {
  .bty-emergency__btn {
    padding: 0.85rem 1.1rem;
    font-size: 0.875rem;
  }
}
.bty-emergency__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.bty-emergency__btn--emergency {
  background: #d8a95c;
  color: #15324b;
}
.bty-emergency__btn--secondary {
  background: #15324b;
  color: #ffffff;
}
.bty-emergency__dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 0.5rem;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7e90;
  transition: color 0.18s ease;
}
.bty-emergency__dismiss:hover {
  color: #15324b;
}

/* Floating action bar — pinned bottom-right on the homepage. */
.bty-fab {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 1.75rem);
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem;
  background: #ffffff;
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}
.bty-fab span {
  font-size: clamp(0.845rem, 0.89vw, 0.845rem);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 600px) {
  .bty-fab {
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    gap: 0.4rem;
    padding: 0;
    background: #ffffff;
    padding: 1rem;
    border-radius: unset;
    box-shadow: none;
  }
}
.bty-fab__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-family: "Instrument Serif", serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #15324b;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease;
}
.bty-fab__btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.bty-fab__btn:hover {
  background: rgba(21, 50, 75, 0.06);
}
.bty-fab__btn--primary {
  background: #15324b;
  color: #ffffff;
}
.bty-fab__btn--primary:hover {
  background: #15324b;
}
@media (max-width: 600px) {
  .bty-fab__btn--accent {
    display: none;
  }
}
@media (max-width: 600px) {
  .bty-fab__btn {
    flex: none;
    justify-content: center;
    padding: 0.75rem 1.1rem;
    background: #e0f3ff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    font-weight: 700;
  }
  .bty-fab__btn--primary {
    background: #15324b;
  }
  .bty-fab__btn .bty-fab__label {
    display: block;
    white-space: nowrap;
  }
}
.bty-fab__emergency {
  position: relative;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #d8a95c;
  color: #15324b;
  cursor: pointer;
  transition: filter 0.18s ease;
}
.bty-fab__emergency svg {
  width: 18px;
  height: 18px;
}
.bty-fab__emergency:hover {
  filter: brightness(0.96);
}
.bty-fab__emergency .bty-fab__label--emergency {
  display: none;
}
@media (max-width: 600px) {
  .bty-fab__emergency {
    flex: none;
    width: auto;
    height: auto;
    gap: 0.5rem;
    padding: 0.75rem 1.1rem;
    border-radius: 999px;
    font-family: "Instrument Serif", serif;
    font-weight: 700;
  }
  .bty-fab__emergency .bty-fab__label--emergency {
    display: block;
    white-space: nowrap;
  }
}
.bty-fab__emergency-hint {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  white-space: nowrap;
  background: #c0392b;
  color: #ffffff;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  animation: bty-fab-hint-in 0.3s ease 0.6s both;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.bty-fab__emergency-hint::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 14px;
  border: 5px solid transparent;
  border-top-color: #c0392b;
}
.bty-fab__emergency-hint[hidden] {
  display: none;
}
@media (max-width: 600px) {
  .bty-fab__emergency-hint {
    display: none;
  }
}

@keyframes bty-fab-hint-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services-accordion {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .services-accordion {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .services-accordion {
    padding-block: 2rem;
  }
}
.services-accordion .bty-section-head {
  margin-bottom: 2.5rem;
}
.services-accordion__list {
  border-top: 1px solid rgba(65, 139, 202, 0.2);
}
.services-accordion__item {
  border-bottom: 1px solid rgba(65, 139, 202, 0.2);
}
.services-accordion__item summary::-webkit-details-marker {
  display: none;
}
.services-accordion__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) auto auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem 0;
}
.services-accordion__title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.8rem, 2.12vw, 2rem);
  color: #15324b;
  line-height: 1.2;
}
.services-accordion__text {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  color: #6b7e8f;
  line-height: 1.5;
}
.services-accordion__media {
  width: 84px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 42px 42px 10px 10px;
  overflow: hidden;
  background: #f4f8fb;
}
.services-accordion__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-accordion__media:empty {
  display: none;
}
.services-accordion__chevron {
  flex-shrink: 0;
  color: #418bca;
  transition: transform 0.2s ease;
  display: flex;
}
.services-accordion__item[open] > .services-accordion__summary .services-accordion__chevron {
  transform: rotate(180deg);
}
.services-accordion__panel {
  padding: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.services-accordion__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.services-accordion__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid rgba(65, 139, 202, 0.35);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #15324b;
  background: #ffffff;
  text-decoration: none;
}
.services-accordion__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.services-accordion__link {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #15324b;
  text-decoration: underline;
  text-decoration-color: #d8a95c;
  text-underline-offset: 3px;
}
.services-accordion__link:hover {
  color: #418bca;
}
@media (max-width: 782px) {
  .services-accordion__summary {
    grid-template-columns: 1fr auto;
    grid-template-areas: "title chevron" "text  text" "media media";
    row-gap: 0.5rem;
  }
  .services-accordion__title {
    grid-area: title;
  }
  .services-accordion__chevron {
    grid-area: chevron;
  }
  .services-accordion__text {
    grid-area: text;
  }
  .services-accordion__media {
    grid-area: media;
    margin-top: 0.5rem;
    display: none;
  }
}

.services-symptoms {
  margin-top: 3rem;
  background: #15324b;
  border-radius: 2px;
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.services-symptoms__heading {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #ffffff;
  margin: 0 0 1.5rem;
}
.services-symptoms__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.services-symptoms__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.35rem;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.services-symptoms__pill:hover {
  border-color: #9dcaf1;
}
.services-symptoms__pill.is-active {
  background: #9dcaf1;
  border-color: #9dcaf1;
  color: #15324b;
}
.services-symptoms__results {
  padding-top: 1.75rem;
}
.services-symptoms__panel {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.services-symptoms__panel.is-active {
  display: flex;
}
.services-symptoms__text {
  flex: 1 1 380px;
  color: #ffffff;
  margin: 0;
}
.services-symptoms__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #d8a95c;
  color: #15324b;
  font-family: "Instrument Serif", serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.95vw, 0.875rem);
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.services-symptoms__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.services-symptoms__cta-icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
}
.services-symptoms__cta-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 782px) {
  .services-symptoms {
    padding: 1rem;
  }
}

.bty-btn--arrow-ur::after {
  -webkit-mask-image: url("assets/images/icons/i_arrow-diagonal.svg");
  mask-image: url("assets/images/icons/i_arrow-diagonal.svg");
}

.doctors-selector {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .doctors-selector {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .doctors-selector {
    padding-block: 2rem;
  }
}
.doctors-selector .bty-section-head {
  margin-bottom: 0;
}
.doctors-selector .bty-section-head.is-center {
  align-items: flex-start;
  text-align: left;
}
.doctors-selector__title-2 {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: #418bca;
  margin: 0.25rem 0 2.5rem;
}
.doctors-selector__stage {
  position: relative;
  min-height: 420px;
  margin-bottom: 2rem;
}
.doctors-selector__panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
}
.doctors-selector__panel.is-active {
  display: grid;
}
.doctors-selector__photo {
  background: #f4f8fb;
  min-height: 320px;
  max-height: 440px;
  display: flex;
  height: fit-content;
}
.doctors-selector__photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  min-height: 320px;
  max-height: 440px;
}
.doctors-selector__info {
  background: #15324b;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  align-items: stretch;
}
.doctors-selector__info-inner {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: clamp(1.75rem, 3vw, 2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
  width: 100%;
}
.doctors-selector__name {
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  color: #ffffff;
  margin: 0;
}
.doctors-selector__credentials {
  font-family: "Instrument Serif", serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9dcaf1;
  margin: 0;
}
.doctors-selector__bio {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  max-width: 32rem;
}
.doctors-selector__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Instrument Serif", serif;
  font-weight: 600;
  color: #d8a95c;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-self: flex-start;
}
.doctors-selector__link:hover {
  color: #ffffff;
}
.doctors-selector__link-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
}
.doctors-selector__link-icon svg {
  width: 100%;
  height: 100%;
}
.doctors-selector__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
}
.doctors-selector__tabs-scroll {
  display: contents;
}
.doctors-selector__tab {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.doctors-selector__tab-photo {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #f4f8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.doctors-selector__tab-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctors-selector__tab.is-active .doctors-selector__tab-photo {
  border-color: #418bca;
}
.doctors-selector__tab-placeholder {
  border: 1px dashed rgba(107, 126, 143, 0.5);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Instrument Serif", serif;
  font-size: 0.55rem;
  line-height: 1.3;
  color: #6b7e8f;
}
.doctors-selector__tab-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.doctors-selector__tab-name {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #15324b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.doctors-selector__tab-specialty {
  font-family: "Instrument Serif", serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7e8f;
}
.doctors-selector__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  font-family: "Instrument Serif", serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #15324b;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.doctors-selector__view-all:hover {
  color: #418bca;
}
.doctors-selector__view-all-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
}
.doctors-selector__view-all-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 782px) {
  .doctors-selector__stage {
    min-height: 0;
  }
  .doctors-selector__panel {
    grid-template-columns: 1fr;
  }
  .doctors-selector__photo {
    min-height: 220px;
  }
  .doctors-selector__view-all {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .doctors-selector__tabs {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .doctors-selector__tabs-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0.25rem 0.25rem 1rem;
    margin: 0 -0.25rem;
    scrollbar-width: none;
  }
  .doctors-selector__tabs-scroll::-webkit-scrollbar {
    display: none;
  }
  .doctors-selector__tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
    gap: 0.65rem;
    padding: 0.6rem 1.1rem 0.6rem 0.6rem;
    border: 1px solid rgba(107, 126, 143, 0.35);
    border-radius: 999px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .doctors-selector__tab.is-active {
    border-color: #418bca;
    box-shadow: 0 0 0 1px #418bca;
  }
  .doctors-selector__tab-photo {
    width: 44px;
    height: 44px;
  }
  .doctors-selector__tab-placeholder {
    font-size: 0.45rem;
  }
  .doctors-selector__tab-name {
    white-space: nowrap;
  }
}

.what-to-expect {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .what-to-expect {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .what-to-expect {
    padding-block: 2rem;
  }
}
.what-to-expect__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(65, 139, 202, 0.2);
  margin-bottom: 0;
}
.what-to-expect__title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: #15324b;
  margin: 0;
}
.what-to-expect__steps {
  --wte-cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--wte-cols), minmax(0, 1fr));
}
.what-to-expect__step {
  padding: 3rem 2.5rem 2rem;
  border-right: 1px solid rgba(65, 139, 202, 0.2);
}
.what-to-expect__step:first-child {
  padding-left: 0;
}
.what-to-expect__step:last-child {
  padding-right: 0;
  border-right: none;
}
.what-to-expect__step.is-emphasis {
  background: linear-gradient(135deg, #418bca 0%, #15324b 100%);
  border-right: none;
  border-radius: 28px;
  padding: 3rem 2.5rem;
}
.what-to-expect__step.is-emphasis .what-to-expect__num,
.what-to-expect__step.is-emphasis .what-to-expect__step-title {
  color: #ffffff;
}
.what-to-expect__step.is-emphasis .what-to-expect__step-text {
  color: rgba(255, 255, 255, 0.86);
}
.what-to-expect__num {
  display: block;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: #d8a95c;
  line-height: 1;
  margin-bottom: 1rem;
}
.what-to-expect__step-title {
  font-family: "Instrument Serif", serif;
  font-size: 1.25rem;
  color: #15324b;
  margin: 0 0 0.5rem;
}
.what-to-expect__step-text {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: #6b7e8f;
  margin: 0;
}
@media (max-width: 782px) {
  .what-to-expect__steps {
    grid-template-columns: 1fr;
  }
  .what-to-expect__step {
    padding: 1.5rem 0;
    border-right: none;
    border-bottom: 1px solid rgba(65, 139, 202, 0.2);
  }
  .what-to-expect__step:first-child {
    padding-left: 0;
  }
  .what-to-expect__step:last-child {
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  .what-to-expect__steps {
    grid-template-columns: 1fr;
  }
  .what-to-expect__step {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    grid-template-areas: "num title" ".   text";
    padding: 1.75rem 0;
    border-right: none;
    border-top: 1px solid rgba(65, 139, 202, 0.2);
    border-bottom: 1px solid rgba(65, 139, 202, 0.2);
    margin-top: -1px;
  }
  .what-to-expect__step:first-child {
    padding-left: 0;
  }
  .what-to-expect__step:last-child {
    padding-right: 0;
  }
  .what-to-expect__step.is-emphasis {
    padding: 1.75rem 1.5rem;
    border-top: none;
    border-bottom: none;
  }
  .what-to-expect__num {
    grid-area: num;
    margin-bottom: 0;
    align-self: start;
  }
  .what-to-expect__step-title {
    grid-area: title;
    align-self: center;
  }
  .what-to-expect__step-text {
    grid-area: text;
  }
}

.gallery-strip {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .gallery-strip {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .gallery-strip {
    padding-block: 2rem;
  }
}
.gallery-strip__masonry {
  --gs-cols: 3;
  column-count: var(--gs-cols);
  column-gap: 1.25rem;
}
.gallery-strip__item {
  display: block;
  margin: 0 0 1.25rem;
  break-inside: avoid;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #418bca;
}
.gallery-strip__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  transition: transform 0.5s ease;
}
.gallery-strip__item:hover img {
  transform: scale(1.03);
}
.gallery-strip__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 1rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.gallery-strip__item:hover .gallery-strip__caption, .gallery-strip__slide-img:hover .gallery-strip__caption {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 782px) {
  .gallery-strip__masonry {
    --gs-cols: 2;
  }
}
@media (max-width: 600px) {
  .gallery-strip__masonry {
    --gs-cols: 1;
  }
}
.gallery-strip--slider .gallery-strip__slider {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.gallery-strip--slider .gallery-strip__track {
  padding-inline: 1.5rem;
}
.gallery-strip--slider .gallery-strip__controls {
  padding-inline: 1.5rem;
}
.gallery-strip__slider {
  position: relative;
}
.gallery-strip__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}
.gallery-strip__track::-webkit-scrollbar {
  display: none;
}
.gallery-strip__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.gallery-strip {
  --gs-slide-h: 540px;
}
.gallery-strip__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 1.25rem;
  width: min(320px, 72vw);
  height: var(--gs-slide-h);
  scroll-snap-align: start;
  margin: 0;
}
.gallery-strip__slide--pair {
  width: min(300px, 68vw);
}
.gallery-strip__slide-img {
  position: relative;
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #418bca;
}
.gallery-strip__slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  pointer-events: none;
  transition: transform 0.5s ease;
}
.gallery-strip__slide-img:hover img {
  transform: scale(1.03);
}
@media (max-width: 782px) {
  .gallery-strip {
    --gs-slide-h: 420px;
  }
}
@media (max-width: 600px) {
  .gallery-strip {
    --gs-slide-h: 340px;
  }
}
.gallery-strip__controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.gallery-strip__prev, .gallery-strip__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(21, 50, 75, 0.2);
  background: #ffffff;
  color: #15324b;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.gallery-strip__prev svg, .gallery-strip__next svg {
  width: 1.1rem;
  height: 1.1rem;
}
.gallery-strip__prev:hover, .gallery-strip__next:hover {
  background: #15324b;
  border-color: #15324b;
  color: #ffffff;
}
.gallery-strip__prev:disabled, .gallery-strip__next:disabled {
  opacity: 0.35;
  cursor: default;
}
.gallery-strip__prev:disabled:hover, .gallery-strip__next:disabled:hover {
  background: #ffffff;
  color: #15324b;
  border-color: rgba(21, 50, 75, 0.2);
}
.gallery-strip__prev svg {
  transform: rotate(180deg);
}
.gallery-strip__zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  overflow: hidden;
  border-radius: 0.75rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  will-change: transform, width, height, opacity;
}
.gallery-strip__zoom-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-strip__zoom-overlay.is-active {
  visibility: visible;
}

.why-us {
  padding-block: 5rem;
}
@media (max-width: 782px) {
  .why-us {
    padding-block: 4rem;
  }
}
@media (max-width: 600px) {
  .why-us {
    padding-block: 2rem;
  }
}
.why-us {
  background: #ffffff;
}
.why-us .bty-container {
  padding-block: 0;
}
.why-us__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}
.why-us__media {
  position: relative;
}
.why-us__arch img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px 999px 28px 28px;
}
.why-us__pill {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1.1rem;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(107, 126, 143, 0.12);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  animation: why-us-float 4.5s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.why-us__pill:hover, .why-us__pill:focus-visible {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 46px rgba(107, 126, 143, 0.18);
  outline: none;
}
.why-us__pill--top-left {
  top: 6%;
  left: -6%;
  animation-delay: 0s;
}
.why-us__pill--top-right {
  top: 4%;
  right: -8%;
  animation-delay: 0.6s;
}
.why-us__pill--left {
  top: 42%;
  left: -10%;
  animation-delay: 1.2s;
}
.why-us__pill--bottom-left {
  bottom: 8%;
  left: -8%;
  animation-delay: 1.8s;
}
.why-us__pill--bottom-right {
  bottom: 10%;
  right: -6%;
  animation-delay: 2.4s;
}
.why-us__pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #418bca;
  color: #ffffff;
}
.why-us__pill-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}
.why-us__pill-body {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.why-us__pill-title {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #15324b;
  line-height: 1.2;
}
.why-us__pill-subtitle {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  color: #6b7e8f;
  line-height: 1.2;
}
@keyframes why-us-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.why-us__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.why-us__body .bty-superscript {
  color: #418bca;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.why-us__title {
  color: #15324b;
  font-size: clamp(3rem, 3.39vw, 3.2rem);
  line-height: 1.08;
  margin: 0;
}
.why-us__text {
  color: #3e4e5e;
  margin: 0;
  max-width: 34rem;
}
.why-us__rating {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.why-us__stars {
  color: #d8a95c;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  line-height: 1;
}
.why-us__stars .star--empty {
  color: rgba(216, 169, 92, 0.3);
}
.why-us__rating-text {
  color: #15324b;
  font-size: 0.875rem;
  font-weight: 700;
}
.why-us__btn {
  margin-top: 0.25rem;
}
.why-us__btn span {
  font-weight: 600;
  font-size: 15.5px;
}
@media (max-width: 1024px) {
  .why-us__pill {
    padding: 0.55rem 0.9rem;
  }
  .why-us__pill--top-left, .why-us__pill--left, .why-us__pill--bottom-left {
    left: 0;
  }
  .why-us__pill--top-right, .why-us__pill--bottom-right {
    right: 0;
  }
}
@media (max-width: 782px) {
  .why-us__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .why-us__media {
    order: -1;
    margin-inline: auto;
    max-width: 26rem;
  }
  .why-us__arch img {
    aspect-ratio: 1/1;
  }
  .why-us__pill-body {
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .why-us__pill {
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
  }
  .why-us__pill--left {
    top: 48%;
  }
  .why-us__pill--top-right {
    top: 65%;
  }
  .why-us__pill--bottom-left {
    left: -10px;
  }
  .why-us__pill--bottom-right {
    right: -10px;
    bottom: -2%;
  }
  .why-us__pill-icon {
    width: 1.9rem;
    height: 1.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .why-us__pill {
    animation: none;
  }
}

.prose {
  padding: 5.5rem 0;
  background: #ffffff;
}
.prose__inner {
  max-width: 42rem;
  margin: 0 auto;
}
.prose--center .prose__inner {
  text-align: center;
}
.prose__title {
  margin: 0 0 1.5rem;
}
.prose__lead {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #15324b;
  margin: 0 0 1.125rem;
}
.prose__paragraph {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.09375rem;
  line-height: 1.72;
  color: #6b7e8f;
  margin: 0 0 1.125rem;
}
.prose__paragraph:last-of-type {
  margin-bottom: 0;
}
.prose__checklist {
  list-style: none;
  margin: 1.375rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}
.prose__checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6875rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 1.03125rem;
  line-height: 1.5;
  color: #6b7e8f;
}
.prose__checklist-item svg {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.0625rem;
  color: #418bca;
}
.prose__link {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "Instrument Serif", serif;
  font-weight: 700;
  font-size: 0.96875rem;
}
.prose .bty-container.prose--with-cards {
  max-width: 770px;
}
.prose__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.prose__card {
  background: #ffffff;
  border: 1px solid rgba(65, 139, 202, 0.25);
  border-radius: 28px;
  padding: 1.625rem 1.625rem 1.75rem;
}
.prose__card.is-emphasis {
  background: #e0f3ff;
  border-color: #79cbed;
}
.prose__card-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  font-family: "Instrument Serif", serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7e90;
  margin-bottom: 0.875rem;
}
.prose__card-label svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #418bca;
}
.prose__card-term {
  display: block;
  font-family: "Instrument Serif", serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #15324b;
  margin-bottom: 0.5rem;
}
.prose__card-text {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 0.96875rem;
  line-height: 1.6;
  color: #6b7e8f;
  margin: 0;
}
@media (max-width: 782px) {
  .prose__cards {
    grid-template-columns: 1fr;
  }
}
