.elementor-1574 .elementor-element.elementor-element-45cfa5f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-97007dd */:root {
  --page: #edf5ff;
  --page-2: #e8f2ff;
  --mint-strip: #dcecff;
  --white: #ffffff;
  --forest: #2b3a67;
  --forest-soft: #424874;
  --teal: #496a9a;
  --teal-light: #6699cc;
  --sage: #76a4b6;
  --soft-cyan: #a9fff7;
  --sand: #e8dfd4;
  --sand-deep: #c9b8a8;
  --text: #2b3a67;
  --text-muted: rgba(43, 58, 103, 0.78);
  --line: rgba(66, 72, 116, 0.18);
  --radius-pill: 999px;
  --radius-card: 28px;
  --radius-card-sm: 20px;
  --font-sans: "Manrope", system-ui, sans-serif;
  --font-display: "Sora", "Manrope", system-ui, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  /* Barra menu allineata a nosuhealth.com (.scroll-header::before) */
  --nav-pill-surface: rgba(73, 106, 154, 0.36);
  --nav-pill-radius: 80px;
  --nav-shell-max: 1420px;
  --nav-link: rgba(255, 252, 248, 0.96);
  --nav-link-hover-bg: rgba(169, 255, 247, 0.4);
  --nav-link-hover-color: #2b3a67;
  --nav-border: rgba(255, 255, 255, 0.22);
  --shadow-soft: 0 14px 40px rgba(10, 77, 84, 0.08);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.03rem;
  line-height: 1.58;
  color: var(--text);
  background: linear-gradient(180deg, #eff7ff 0%, #edf4ff 38%, #f4f8ff 100%);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.ambient-orbs {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  display: block;
  filter: blur(0.1px);
  opacity: 0.34;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.28),
    0 8px 28px rgba(43, 58, 103, 0.14);
}

.orb--1 {
  width: clamp(9rem, 14vw, 14rem);
  height: clamp(9rem, 14vw, 14rem);
  left: 7%;
  top: 20%;
  border-radius: 55% 45% 58% 42% / 41% 61% 39% 59%;
  background: radial-gradient(circle at 30% 25%, rgba(169, 255, 247, 0.78), rgba(102, 153, 204, 0.48) 68%, rgba(73, 106, 154, 0.34));
  animation: orb-rise-1 22s ease-in-out infinite;
}

.orb--2 {
  width: clamp(7rem, 11vw, 10.5rem);
  height: clamp(8rem, 13vw, 12rem);
  left: 76%;
  top: 34%;
  border-radius: 48% 52% 38% 62% / 57% 42% 58% 43%;
  background: radial-gradient(circle at 35% 28%, rgba(169, 255, 247, 0.74), rgba(118, 164, 182, 0.46) 70%, rgba(66, 72, 116, 0.3));
  animation: orb-rise-2 19s ease-in-out infinite;
  animation-delay: -4s;
}

.orb--3 {
  width: clamp(11rem, 17vw, 16rem);
  height: clamp(10rem, 15vw, 14rem);
  left: 41%;
  top: 66%;
  border-radius: 61% 39% 46% 54% / 52% 44% 56% 48%;
  background: radial-gradient(circle at 28% 22%, rgba(169, 255, 247, 0.76), rgba(94, 183, 173, 0.44) 66%, rgba(43, 58, 103, 0.3));
  animation: orb-rise-3 25s ease-in-out infinite;
  animation-delay: -5s;
}

@keyframes orb-rise-1 {
  0% {
    transform: translateY(0) translateX(0) scale(0.98);
  }
  50% {
    transform: translateY(-42px) translateX(12px) scale(1.03);
  }
  100% {
    transform: translateY(0) translateX(0) scale(0.98);
  }
}

@keyframes orb-rise-2 {
  0% {
    transform: translateY(0) translateX(0) scale(1);
  }
  50% {
    transform: translateY(-36px) translateX(-10px) scale(1.05);
  }
  100% {
    transform: translateY(0) translateX(0) scale(1);
  }
}

@keyframes orb-rise-3 {
  0% {
    transform: translateY(0) translateX(0) scale(0.96);
  }
  50% {
    transform: translateY(-48px) translateX(15px) scale(1.04);
  }
  100% {
    transform: translateY(0) translateX(0) scale(0.96);
  }
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--forest);
  letter-spacing: -0.02em;
}

.container {
  width: min(1120px, calc(100% - 3rem));
  margin-inline: auto;
}

.container-wide {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}

.container--narrow {
  width: min(640px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: relative;
  padding-bottom: 0.5rem;
}

.nav-glass {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  /* nosu: top 20px, width calc(100% - 32px) → 16px per lato */
  padding: 20px 16px 0;
  pointer-events: none;
}

.nav-glass__shell {
  width: 100%;
  max-width: var(--nav-shell-max);
  margin-inline: auto;
  border-radius: var(--nav-pill-radius);
  border: 1px solid var(--nav-border);
  background: var(--nav-pill-surface);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 40px rgba(14, 75, 77, 0.14);
  overflow: hidden;
  pointer-events: auto;
}

.nav-glass.is-scrolled .nav-glass__shell {
  box-shadow: 0 16px 48px rgba(14, 75, 77, 0.18);
}

.nav-glass__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5rem 1rem;
  /* nosu header container ~26px top, 10px bottom + link padding 13px 20px */
  padding: 1.625rem clamp(0.75rem, 2.5vw, 2.75rem) 0.625rem;
  min-height: 5.5rem;
}

.nav-glass__links {
  display: none;
  align-items: center;
  gap: 0.15rem 0.35rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--nav-link);
}

.nav-glass__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8125rem 1.15rem;
  min-height: 2.65rem;
  border-radius: var(--radius-pill);
  color: var(--nav-link);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-glass__links a:hover,
.nav-glass__links a:focus-visible {
  background: var(--nav-link-hover-bg);
  color: var(--nav-link-hover-color);
  text-shadow: none;
}

.nav-glass__links--left {
  justify-self: start;
}

.nav-glass__links--right {
  justify-self: end;
}

.nav-glass__logo {
  justify-self: start;
  grid-column: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.02;
}

.nav-glass__logo-mark {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3.2vw, 2.05rem);
  font-weight: 700;
  color: var(--nav-link);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.nav-glass__logo-sub {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  color: rgba(255, 252, 248, 0.82);
  margin-top: 0.2rem;
}

.nav-glass__toggle {
  justify-self: end;
  grid-column: 2;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  padding: 0;
  align-items: center;
}

.nav-glass__toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--nav-link);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.nav-glass.is-open .nav-glass__toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-glass.is-open .nav-glass__toggle span:nth-child(2) {
  opacity: 0;
}

.nav-glass.is-open .nav-glass__toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-glass__panel {
  display: none;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.35rem 1rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #187d7f45;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nav-glass.is-open .nav-glass__panel {
  display: flex;
}

.nav-glass__panel a {
  padding: 0.75rem 0.6rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--nav-link);
  border-radius: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.nav-glass__panel a:hover,
.nav-glass__panel a:focus-visible {
  background: var(--nav-link-hover-bg);
  color: var(--nav-link-hover-color);
  text-shadow: none;
}

@media (min-width: 960px) {
  .nav-glass__row {
    grid-template-columns: 1fr auto 1fr;
    padding-inline: clamp(1.25rem, 4vw, 2.75rem);
    min-height: 5.75rem;
  }

  .nav-glass__logo {
    grid-column: 2;
    justify-self: center;
    text-align: center;
    align-items: center;
  }

  .nav-glass__toggle {
    display: none;
  }

  .nav-glass__panel {
    display: none !important;
  }

  .nav-glass__links {
    display: flex;
  }

  .nav-glass__logo-mark {
    font-size: clamp(1.75rem, 2.4vw, 2.2rem);
  }
}

.hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(8.5rem, 19vw, 11rem) 0 clamp(4rem, 7vw, 5.5rem);
  background:
    radial-gradient(90% 65% at 6% 16%, rgba(169, 255, 247, 0.35), transparent 62%),
    radial-gradient(78% 60% at 94% 22%, rgba(102, 153, 204, 0.24), transparent 64%),
    linear-gradient(180deg, #e7f7ff 0%, #dcedff 50%, #e8f4ff 100%);
  overflow: hidden;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 44rem;
  margin-inline: auto;
}

.hero-motion {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-motion__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-motion__svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 14 12;
  animation: hero-wave-flow 15s linear infinite;
}

.hero-motion__svg--a path:nth-child(1) {
  stroke: rgba(66, 72, 116, 0.38);
  stroke-width: 1.4;
  animation-delay: 0s;
}

.hero-motion__svg--a path:nth-child(2) {
  stroke: rgba(31, 85, 101, 0.4);
  stroke-width: 1.7;
  animation-delay: -1s;
}

.hero-motion__svg--a path:nth-child(3) {
  stroke: rgba(19, 111, 99, 0.34);
  stroke-width: 2.1;
  animation-delay: -2s;
}

.hero-motion__svg--a path:nth-child(4) {
  stroke: rgba(94, 183, 173, 0.38);
  stroke-width: 2.6;
  animation-delay: -3s;
}

.hero-motion__svg--b {
  transform: scaleX(-1);
  opacity: 0.82;
}

.hero-motion__svg--b path:nth-child(1) {
  stroke: rgba(102, 153, 204, 0.34);
  stroke-width: 1.4;
  animation-delay: -4s;
}

.hero-motion__svg--b path:nth-child(2) {
  stroke: rgba(118, 164, 182, 0.38);
  stroke-width: 1.8;
  animation-delay: -5s;
}

.hero-motion__svg--b path:nth-child(3) {
  stroke: rgba(169, 255, 247, 0.4);
  stroke-width: 2.2;
  animation-delay: -6s;
}

@keyframes hero-wave-flow {
  0% {
    stroke-dashoffset: 0;
    transform: translateX(0);
    opacity: 0.45;
  }
  50% {
    opacity: 0.72;
  }
  100% {
    stroke-dashoffset: -360;
    transform: translateX(8px);
    opacity: 0.45;
  }
}

.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
}

.eyebrow--serif {
  font-family: var(--font-serif);
  font-size: 1.38rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  font-style: italic;
  color: var(--forest);
}

.hero__title {
  margin-top: 0.85rem;
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 1.06;
}

.hero__lead {
  margin-top: 1.15rem;
  color: var(--text-muted);
  max-width: 36ch;
  font-size: 1.08rem;
}

.hero__actions {
  margin-top: 1.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: linear-gradient(100deg, #1f5565 0%, #5eb7ad 100%);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(10, 77, 84, 0.28);
  border-color: rgba(255, 255, 255, 0.52);
  font-weight: 800;
  letter-spacing: 0.012em;
  text-shadow: 0 1px 2px rgba(2, 38, 45, 0.55);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  filter: brightness(1.03) saturate(1.1);
  color: #fff !important;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(10, 77, 84, 0.2);
  color: #0a4d54 !important;
  text-shadow: none;
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: #fff;
}

.btn--on-dark {
  margin-top: 1rem;
  background: #fff;
  color: #0a4d54 !important;
}

.btn--on-dark:hover,
.btn--on-dark:focus-visible {
  background: rgba(255, 255, 255, 0.92);
  color: var(--forest);
}

.btn--footer {
  background: #fff;
  color: #0a4d54 !important;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  border-color: rgba(10, 77, 84, 0.2);
}

.btn--footer:hover,
.btn--footer:focus-visible {
  background: rgba(255, 255, 255, 0.92);
}

.marquee {
  background: #f2fffb;
  border-block: 1px solid rgba(14, 75, 77, 0.08);
  padding: 0.85rem 0;
  overflow: hidden;
}

.marquee__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.25rem;
  width: max-content;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--forest);
  letter-spacing: 0.02em;
  animation: marquee-move 38s linear infinite;
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

@keyframes marquee-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.section {
  position: relative;
  padding: clamp(4.25rem, 7.5vw, 6.25rem) 0;
  background:
    radial-gradient(90% 70% at 8% 20%, rgba(169, 255, 247, 0.2), transparent 60%),
    radial-gradient(70% 58% at 92% 16%, rgba(118, 164, 182, 0.2), transparent 64%),
    linear-gradient(180deg, #ecf8ff 0%, #e6f4ff 55%, #edf9ff 100%);
}

.section--mint {
  background:
    radial-gradient(100% 72% at 10% 10%, rgba(169, 255, 247, 0.28), transparent 60%),
    linear-gradient(180deg, #edf9ff 0%, #e2f5ff 100%);
}

.section--deep {
  background:
    radial-gradient(85% 65% at 12% 10%, rgba(169, 255, 247, 0.14), transparent 58%),
    radial-gradient(70% 50% at 88% 16%, rgba(118, 164, 182, 0.12), transparent 62%),
    linear-gradient(160deg, #2b3a67 0%, #1f5565 48%, #424874 100%);
  color: rgba(255, 255, 255, 0.92);
}

.section--deep h2,
.section--deep h3 {
  color: #ffffff;
}

.section--partner {
  background:
    radial-gradient(85% 65% at 12% 8%, rgba(169, 255, 247, 0.26), transparent 60%),
    radial-gradient(70% 58% at 88% 10%, rgba(102, 153, 204, 0.22), transparent 62%),
    linear-gradient(180deg, #f4fcff 0%, #eaf7ff 100%);
}

.section-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.section-glow--sky {
  background-image: radial-gradient(circle at center, #93c5fd 0%, transparent 72%);
  opacity: 0.5;
}

.section > .container,
.section > .container-wide,
.section > .container--narrow,
.section > .sea-stage__inner {
  position: relative;
  z-index: 1;
}

.section--territory {
  background:
    radial-gradient(120% 80% at 15% 8%, rgba(102, 153, 204, 0.35), transparent 58%),
    radial-gradient(85% 65% at 85% 0%, rgba(94, 183, 173, 0.32), transparent 56%),
    linear-gradient(180deg, #eef7ff 0%, #dceefe 52%, #e8f3ff 100%);
}

.section-head h2 {
  margin-top: 0.45rem;
  font-size: clamp(2rem, 3.8vw, 3.15rem);
  line-height: 1.07;
}

.section-head--light .eyebrow {
  color: rgba(255, 255, 255, 0.85);
}

.section-head--light h2 {
  color: #fff;
}

.section-head--center {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}

.split-intro {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  justify-content: center;
}

.split-intro__text {
  max-width: 40rem;
  margin-inline: auto;
}

.split-intro__lede {
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 1.08rem;
  max-width: 42ch;
}

.pill-list {
  list-style: none;
  margin: 0.45rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start;
}

.pill-list--staggered {
  justify-self: center;
}

.pill-list li {
  display: inline-flex;
  align-items: center;
  padding: 0.62rem 1.1rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, #c7f0ea 0%, #8fd0c8 45%, #5caaa7 100%);
  font-weight: 700;
  color: #1f5565;
  box-shadow: 0 8px 18px rgba(43, 58, 103, 0.12);
}

.pill-list--staggered li:nth-child(1) { margin-left: 0.1rem; }
.pill-list--staggered li:nth-child(2) { margin-left: 1rem; }
.pill-list--staggered li:nth-child(3) { margin-left: 0.45rem; }
.pill-list--staggered li:nth-child(4) { margin-left: 1.45rem; }
.pill-list--staggered li:nth-child(5) { margin-left: 0.7rem; }
.pill-list--staggered li:nth-child(6) { margin-left: 1.25rem; }

@media (max-width: 900px) {
  .pill-list--staggered li {
    margin-left: 0 !important;
  }
}

.card-soft {
  margin-top: 1.75rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(222, 246, 250, 0.9));
  border-radius: var(--radius-card);
  padding: 2.1rem 2.15rem;
  border: 1px solid rgba(94, 183, 173, 0.28);
  box-shadow: 0 14px 34px rgba(31, 85, 101, 0.1);
}

.card-soft h3 {
  font-size: 1.55rem;
}

.card-soft > p {
  margin-top: 0.75rem;
  color: var(--text-muted);
}

.card-soft__label {
  margin-top: 1.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
}

.card-soft--flat {
  margin-top: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(228, 247, 248, 0.9));
  box-shadow: 0 10px 30px rgba(20, 102, 113, 0.08);
}

.discipline-list {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.discipline-list li {
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  background: var(--mint-strip);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--forest);
}

.bullet-grid {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.bullet-grid li {
  padding: 1rem 1.15rem 1rem 1.25rem;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(229, 249, 251, 0.92));
  border-radius: var(--radius-card-sm);
  border: 1px solid rgba(94, 183, 173, 0.22);
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.98rem;
}

.tile-deep {
  padding: 1.6rem 1.75rem;
  border-radius: var(--radius-card);
  background:
    linear-gradient(120deg, rgba(169, 255, 247, 0.34) 0%, rgba(118, 164, 182, 0.34) 34%, rgba(73, 106, 154, 0.45) 68%, rgba(43, 58, 103, 0.58) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(9px);
  box-shadow: 0 10px 24px rgba(16, 28, 58, 0.22);
}

.tile-deep h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #f6ffff;
  letter-spacing: -0.01em;
}

.tile-deep p {
  color: rgba(238, 248, 255, 0.94);
  font-size: 0.98rem;
  line-height: 1.45;
}

.section--deep .btn,
.section--deep .btn--on-dark {
  color: #2b3a67 !important;
}

.section--deep .lede,
.section--deep p {
  color: rgba(255, 255, 255, 0.86);
}

.grid-2 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.grid-3 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.lede {
  margin-top: 0.85rem;
  color: var(--text-muted);
}

.logo-row {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.logo-placeholder {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-card-sm);
  border: 2px dashed rgba(73, 106, 154, 0.35);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 0.88rem;
  color: #2b3a67;
  background: rgba(255, 255, 255, 0.85);
}

.sea-stage {
  position: relative;
  padding: clamp(4rem, 10vw, 6rem) 0;
  background:
    radial-gradient(90% 70% at 15% 30%, rgba(102, 153, 204, 0.34), transparent 62%),
    radial-gradient(75% 65% at 88% 25%, rgba(94, 183, 173, 0.26), transparent 66%),
    linear-gradient(180deg, #dff0ff 0%, #d3ebff 40%, #dff7f3 100%);
  overflow: hidden;
}

.sea-stage__bg {
  position: absolute;
  top: 10%;
  width: min(55vw, 520px);
  height: min(90vw, 620px);
  border-radius: 42% 58% 63% 37% / 49% 36% 64% 51%;
  pointer-events: none;
  opacity: 0.95;
}

.sea-stage__bg--left {
  left: -19%;
  transform: rotate(-12deg);
  background:
    linear-gradient(150deg, rgba(37, 171, 188, 0.6), rgba(58, 133, 214, 0.36)),
    radial-gradient(circle at 25% 35%, rgba(153, 241, 255, 0.56), transparent 60%);
}

.sea-stage__bg--right {
  right: -18%;
  top: 25%;
  transform: rotate(15deg);
  background:
    linear-gradient(145deg, rgba(34, 197, 207, 0.55), rgba(16, 128, 183, 0.32)),
    radial-gradient(circle at 70% 45%, rgba(194, 248, 255, 0.52), transparent 60%);
}

.sea-stage__inner {
  position: relative;
  z-index: 1;
}

.sea-stage__intro {
  margin-top: 1rem;
  color: rgba(14, 75, 77, 0.75);
  font-size: 1rem;
}

.ribbon-stack {
  margin-top: 2.75rem;
  max-width: 34rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ribbon {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
  box-shadow: 0 8px 24px rgba(14, 75, 77, 0.12);
}

.ribbon__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.ribbon--1 {
  margin-right: 2.5rem;
  background: linear-gradient(90deg, #c5ebe4, #7ec4b8);
  color: var(--forest);
}

.ribbon--2 {
  margin-left: 1.25rem;
  margin-right: 0.5rem;
  background: linear-gradient(90deg, #9fd9cf, #4a9d94);
  color: #fff;
}

.ribbon--3 {
  margin-right: 3rem;
  background: linear-gradient(90deg, #6db5ad, #2d7a72);
}

.ribbon--4 {
  margin-left: 2rem;
  background: linear-gradient(90deg, #3d8a82, #1d5c56);
}

.ribbon--5 {
  margin-right: 1rem;
  margin-left: 0.75rem;
  background: linear-gradient(90deg, #2a6f68, #0e4b4d);
}

.ribbon--6 {
  margin-left: 3rem;
  background: linear-gradient(90deg, #0e4b4d, #063032);
}

.section--story-wrap {
  background:
    radial-gradient(95% 78% at 10% 14%, rgba(90, 221, 224, 0.24), transparent 54%),
    radial-gradient(68% 58% at 88% 16%, rgba(67, 164, 214, 0.22), transparent 56%),
    linear-gradient(180deg, #e8faf8 0%, #dcf5f4 100%);
}

.switch-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
}

.switch-card {
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid rgba(118, 164, 182, 0.3);
  background: linear-gradient(180deg, rgba(246, 253, 255, 0.96), rgba(232, 246, 255, 0.93));
  box-shadow: 0 12px 28px rgba(43, 58, 103, 0.12);
  height: fit-content;
}

.switch-card__bar {
  padding: 0.9rem 1.1rem 0.55rem;
  display: flex;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(118, 164, 182, 0.22);
}

.switch-card__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(102, 153, 204, 0.38) !important;
  background: linear-gradient(110deg, rgba(102, 153, 204, 0.24), rgba(169, 255, 247, 0.22)) !important;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--forest) !important;
  padding: 0.38rem 0.7rem 0.38rem 0.45rem;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  text-decoration: none !important;
}

.switch-card__toggle:focus-visible {
  outline: 2px solid #a9fff7 !important;
  outline-offset: 2px;
}

.switch-card__label {
  font-size: 0.82rem;
  text-align: left;
  max-width: 11rem;
  line-height: 1.25;
}

.switch-card__knob {
  width: 2.25rem;
  height: 1.15rem;
  border-radius: var(--radius-pill);
  background: rgba(14, 75, 77, 0.2);
  position: relative;
  flex-shrink: 0;
  transition: background 0.25s ease;
}

.switch-card__knob::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease;
}

.switch-card.is-expanded .switch-card__knob {
  background: rgba(22, 125, 127, 0.45);
}

.switch-card.is-expanded .switch-card__knob::after {
  transform: translateX(100%);
}

.switch-card__body {
  padding: 0.85rem 1.5rem 1.7rem;
  min-height: 13.25rem;
}

.switch-card__body--gradient {
  background:
    linear-gradient(125deg, #a9fff7 0%, #76a4b6 36%, #496a9a 68%, #2b3a67 100%);
  color: #fff;
}

.switch-card__body--gradient h3 {
  color: #fff;
}

.switch-card__body--gradient .switch-card__toggle {
  color: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.44) !important;
  background: rgba(43, 58, 103, 0.2) !important;
}

.switch-card__body--gradient .switch-card__knob {
  background: rgba(255, 255, 255, 0.25);
}

.switch-card__body--gradient .switch-card__knob::after {
  background: rgba(255, 255, 255, 0.95);
}

.switch-card__body--photo {
  position: relative;
  background:
    linear-gradient(130deg, rgba(43, 58, 103, 0.9) 0%, rgba(73, 106, 154, 0.74) 44%, rgba(118, 164, 182, 0.58) 100%),
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(169, 255, 247, 0.46), transparent);
  color: #fff;
}

.switch-card__body--photo h3 {
  color: #fff;
}

.switch-card__body--photo .switch-card__toggle {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.44) !important;
  background: rgba(43, 58, 103, 0.24) !important;
}

/* Hard override against external button presets (e.g. Elementor) */
.switch-card button.switch-card__toggle,
.switch-card button.switch-card__toggle:hover,
.switch-card button.switch-card__toggle:active,
.switch-card button.switch-card__toggle:focus {
  border-color: rgba(102, 153, 204, 0.38) !important;
  background: linear-gradient(110deg, rgba(102, 153, 204, 0.24), rgba(169, 255, 247, 0.22)) !important;
  color: #2b3a67 !important;
}

/* Absolute safeguard: force non-pink styles on the actual toggle .elementor-1574 .elementor-element.elementor-element-97007dd */
button[data-switch-btn],
button[data-switch-btn]:hover,
button[data-switch-btn]:active,
button[data-switch-btn]:focus,
button[data-switch-btn]:focus-visible,
button[type="button"][data-switch-btn],
button[type="button"][data-switch-btn]:hover,
button[type="button"][data-switch-btn]:active,
button[type="button"][data-switch-btn]:focus,
button[type="button"][data-switch-btn]:focus-visible {
  border: 1px solid rgba(102, 153, 204, 0.38) !important;
  background: linear-gradient(110deg, rgba(102, 153, 204, 0.24), rgba(169, 255, 247, 0.22)) !important;
  color: #2b3a67 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  outline-color: #a9fff7 !important;
}

button[data-switch-btn] .switch-card__label {
  color: inherit !important;
}

.switch-card__body--photo .switch-card__knob {
  background: rgba(255, 255, 255, 0.25);
}

.switch-card__body h3 {
  font-size: 1.68rem;
  margin-bottom: 0.75rem;
}

.switch-card__content p {
  color: rgba(245, 250, 255, 0.95);
  font-size: 1rem;
  line-height: 1.45;
}

.switch-card__body--gradient .switch-card__content p {
  color: rgba(255, 255, 255, 0.92);
}

.switch-card__content--long p {
  margin-top: 0.75rem;
}

.switch-card__content--long {
  display: none;
}

.switch-card.is-expanded .switch-card__content--long {
  display: block;
}

.switch-card.is-expanded [data-short] {
  display: none;
}

.cta-card {
  border-radius: var(--radius-card);
  padding: 2.6rem 2.2rem;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(217, 244, 249, 0.92));
  border: 1px solid rgba(94, 183, 173, 0.3);
  box-shadow: 0 16px 40px rgba(14, 112, 129, 0.12);
  text-align: center;
}

.cta-card h2 {
  margin-top: 0.35rem;
}

.cta-card p {
  margin-top: 1rem;
  color: var(--text-muted);
}

.cta-card .btn {
  margin-top: 1.35rem;
}

.site-footer {
  position: relative;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.site-footer__content {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  background:
    linear-gradient(180deg, #496a9a 0%, #76a4b6 52%, #a9d4e6 100%);
  color: rgba(255, 255, 255, 0.95);
  padding: clamp(3rem, 7vw, 4.5rem) clamp(1.5rem, 5vw, 4rem) clamp(3.5rem, 8vw, 5.5rem);
  overflow: hidden;
}

.site-footer__head {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.site-footer__social span {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.site-footer__top {
  width: 100%;
  max-width: none;
  margin: 2rem 0 0;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.site-footer__brand {
  max-width: 22rem;
}

.site-footer__logo {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: #fff;
}

.site-footer__tag {
  margin-top: 0.5rem;
  font-size: 1.02rem;
  opacity: 0.9;
  line-height: 1.55;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 3.5rem;
}

.site-footer__heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 0.65rem;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.site-footer__list li + li {
  margin-top: 0.45rem;
}

.site-footer__list a {
  color: #fff;
  font-weight: 500;
  opacity: 0.95;
}

.site-footer__list a:hover,
.site-footer__list a:focus-visible {
  color: #2b3a67;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__bottom {
  width: 100%;
  max-width: none;
  margin: 3rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
  justify-content: space-between;
}

.site-footer__meta {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.75;
}

@media (min-width: 720px) {
  .split-intro {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
  }

  .site-footer__top {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 2.05fr);
    align-items: start;
  }

  .site-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero__inner {
    padding-inline: 0.5rem;
  }
}

@media (max-width: 900px) {
  .switch-grid,
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .ribbon--1,
  .ribbon--2,
  .ribbon--3,
  .ribbon--4,
  .ribbon--5,
  .ribbon--6 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero__inner {
    margin-inline: clamp(1.25rem, 5vw, 2rem);
  }

  .eyebrow {
    font-size: 0.8rem;
  }

  .eyebrow--serif {
    font-size: 1.2rem;
  }

  .site-footer__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none;
  }

  .hero-motion__svg path {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}/* End custom CSS */