 /* Design Tokens */
:root {
  --navy-950: #050b15;
  --navy-900: #091224;
  --navy-850: #0b1830;
  --navy-800: #10203a;
  --gold-300: #d8bb86;
  --gold-400: #c8a25a;
  --gold-500: #a8823c;
  --slate-500: #617086;
  --slate-600: #4e5d72;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --surface-muted: #edf2f7;
  --color-white-rgb: 255, 255, 255;
  --color-neutral-300-rgb: 203, 213, 225;
  --color-secondary-400-rgb: 200, 162, 90;
  --shadow-rgb: 15, 23, 42;
  --border-soft: rgba(15, 23, 42, 0.08);
  --border-strong: rgba(200, 162, 90, 0.22);
  --shadow-soft: 0 24px 80px rgba(5, 11, 21, 0.08);
  --shadow-premium: 0 28px 90px rgba(5, 11, 21, 0.16);
  --shadow-card: 0 18px 44px rgba(15, 23, 42, 0.07);
  --shadow-float: 0 24px 56px rgba(5, 11, 21, 0.12);
  --ring-focus: 0 0 0 4px rgba(200, 162, 90, 0.16);
  --container-pad: clamp(1.25rem, 2vw, 2rem);
}

/* Base */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface-soft);
  color: #0f172a;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1, "kern" 1;
  overflow-x: hidden;
}

/* main {
  padding-top: var(--header-offset, 6rem);
} */

body.menu-open {
  overflow: auto;
}

::selection {
  background: rgba(200, 162, 90, 0.28);
  color: var(--navy-900);
}

a,
button,
input,
textarea {
  transition:
    color 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    opacity 0.28s ease,
    transform 0.28s ease;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: var(--ring-focus);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  border-radius: 999px;
  background: var(--surface);
  color: var(--navy-900);
  padding: 0.75rem 1.125rem;
  box-shadow: var(--shadow-soft);
}

.skip-link:focus {
  top: 1rem;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-400);
}

.section-label::before {
  content: "";
  width: 2.75rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 162, 90, 0) 0%, rgba(200, 162, 90, 0.9) 100%);
}

/* Container */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 6%;
  padding-right: 6%;
}

/* Header & Navigation */
.site-header {
  position: relative;
  inset-inline: 0;
  top: 0;
  z-index: 60;
  font-family: "Manrope", sans-serif;
}

.header-shell {
  position: relative;
  border-bottom: 1px solid rgba(13, 59, 105, 0.08);
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.header-shell::after {
  display: none;
}

.site-header.is-scrolled .header-shell {
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.header-layout {
  display: flex;
  align-items: center;
  gap: 1.4rem;
      padding: 0 4%;

  min-height: clamp(6.35rem, 5.7vw, 7rem);
}

.header-brand-pane {
  display: flex;
      width: 142px;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.header-brand-link {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  padding-left: clamp(1.85rem, 2.9vw, 3.1rem);
  transform: none;
}

.header-brand-copy {
 width: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(216, 187, 134, 0.94), rgba(168, 130, 60, 0.98));
  color: var(--navy-900);
  font-family: "Sora", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  box-shadow: 0 18px 36px rgba(200, 162, 90, 0.24);
}

.site-header .brand-mark {
  width: 4.05rem;
  height: 4.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 28px rgba(200, 162, 90, 0.18);
}

.brand-title {
  display: block;
  /* overflow: auto; */
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(1.34rem, 1.42vw, 1.56rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #0d3b69;
}

.brand-subtitle {
  display: block;
  /* overflow: auto; */
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.34);
}

.header-nav-pane {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.header-nav-surface {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header-nav-track {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: auto;
  min-width: auto;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: auto;
      padding: 12px 20px;
  border-radius: 999px;
  color: #002141;
  font-size: 0.9rem;
  font-weight: 800;
      text-transform: uppercase;
    letter-spacing: 1px;
  white-space: nowrap;
}

/* .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.42rem;
  width: 1.45rem;
  height: 2px;
  border-radius: 999px;
  background: #0d3b69;
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
} */

.nav-link:hover,
.nav-link.is-active {
  color: #000101;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.nav-link.is-active {
  font-weight: 800;
  background-color: #F8F5ED;
  border-radius: 0px;
  box-shadow: none;
}

.header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: clamp(1.85rem, 2.9vw, 3.1rem);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 0px;
border: 1px solid #F8F5ED;
    background: #f8f5ed;
    color: #0d3b68;
  padding: 1rem 1.5rem;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  /* box-shadow: 0 16px 34px rgba(13, 59, 105, 0.16); */
}

.header-cta:hover {
  color: #f8f5ed;
  border-color: #0b3158;
  background: #0b3158;
  transform: translateY(-1px);
  /* box-shadow: 0 20px 36px rgba(13, 59, 105, 0.2); */
}

.header-menu-toggle {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  color: #003b71;
}

.header-menu-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.header-menu-icon-close {
  opacity: 0;
      z-index: 9999999;
  transform: scale(0.72);
}

.site-header.menu-open .header-menu-icon-open {
  opacity: 0;
  transform: scale(0.72);
}

.site-header.menu-open .header-menu-icon-close {
  opacity: 1;
  transform: scale(1);
}

.header-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  pointer-events: none;
  /* overflow: auto; */
}

.site-header.menu-open .header-mobile-panel {
  pointer-events: auto;
}

.header-mobile-panel[hidden] {
  display: none !important;
}

.header-mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 11, 21, 0.32);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.site-header.menu-open .header-mobile-backdrop {
  opacity: 1;
}

.header-mobile-panel > .mx-auto {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  padding: 0;
}

.header-mobile-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 24rem);
  min-height: 100dvh;
  margin: 0;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.97));
  box-shadow: -18px 0 48px rgba(5, 11, 21, 0.14);
  padding: calc(var(--header-offset, 6rem) + 0.85rem) 1.15rem 1.25rem;
  pointer-events: auto;
  transform: translateX(100%);
  transition:
    transform 0.24s ease;
  overflow-y: auto;
}

.site-header.menu-open .header-mobile-dialog {
  transform: translateX(0);
}

.header-mobile-nav {
  display: grid;
  gap: 0.5rem;
  padding-top: 0.35rem;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0.25rem;
  border: 0;
  border-bottom: 1px solid rgba(13, 59, 105, 0.1);
  border-radius: 0;
  background: transparent;
  color: #0d3b69;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav-link:hover,
.mobile-nav-link.is-active {
  border-color: rgba(13, 59, 105, 0.22);
  background: transparent;
  color: #0d3b69;
  transform: translateX(-3px);
}

.mobile-nav-link i {
  flex: 0 0 auto;
}

.header-mobile-cta {
  width: 100%;
  margin-top: 1.2rem;
  min-height: 3.4rem;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  /* min-height: 3.2rem; */
  border-radius: 0px;
  padding: 0.95rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.012em;
}

.btn-primary {
      background: #ffffff;
    color: #0d3b69;
    /* box-shadow: 0 18px 34px rgba(255, 255, 255, 0.16); */
}

.btn-primary:hover {
  transform: translateY(-1px);
   /* box-shadow: 0 18px 34px rgba(255, 255, 255, 0.16); */
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  /* box-shadow: 0 14px 28px rgba(5, 11, 21, 0.08); */
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.btn-dark {
  background: var(--navy-900);
  color: #ffffff;
  /* box-shadow: 0 18px 34px rgba(9, 18, 36, 0.18); */
}

.btn-dark:hover {
  background: #0d1b2f;
  transform: translateY(-1px);
  /* box-shadow: 0 22px 40px rgba(9, 18, 36, 0.22); */
}

/* Surfaces & Cards */
.premium-card {
  border: 1px solid var(--border-soft);
  border-radius: 1.75rem;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.dark-panel {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at top right, rgba(200, 162, 90, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(16, 32, 58, 0.96), rgba(5, 11, 21, 0.98));
  box-shadow: var(--shadow-premium);
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.mini-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 187, 134, 0.24);
  background: rgba(216, 187, 134, 0.09);
  color: #f7e7c2;
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.growth-section {
  position: relative;
  /* overflow: auto; */
  background: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.growth-section .section-label {
  color: rgba(255, 255, 255, 0.88);
}

.growth-section .section-label::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
}

.growth-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(2.25rem, 3.2vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.88fr);
  /* padding: clamp(2rem, 3vw, 3.25rem); */
  /* border-radius: 2.4rem; */
  /* background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #0d3b69 0%, #091224 100%); */
}

.growth-copy {
  max-width: 34rem;
}

.growth-title {
  margin-top: 1.25rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #0b2a4d;
}


.growth-text {
  margin-top: 1.55rem;
  font-size: 1.05rem;
  line-height: 1.95;
  color: rgb(11 39 71);
}

.growth-text-muted {
  margin-top: 1.1rem;
  color: rgb(11 39 71);
}

.growth-visual {
  position: relative;
  width: min(100%, 36.5rem);
  justify-self: end;
}

.growth-scene {
	    height: 100%;
  position: relative;
  min-height: 27.5rem;
  isolation: isolate;
}

.growth-layer {
  position: absolute;
  --growth-shift-x: 0px;
  --growth-shift-y: 0px;
  transform: translate3d(var(--growth-shift-x), var(--growth-shift-y), 0);
  will-change: transform;
}

.growth-layer-panel {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 0.82s ease,
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.growth-section.is-growth-active .growth-layer-panel {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.growth-layer-backplate .growth-layer-panel {
  transition-delay: 0.02s;
}

.growth-layer-image .growth-layer-panel {
  transition-delay: 0.08s;
}

.growth-layer-badge .growth-layer-panel {
  transition-delay: 0.14s;
}

.growth-layer-accent .growth-layer-panel {
  transition-delay: 0.2s;
}

.growth-layer-backplate {
  display: none;
  inset: 1.4rem 0.8rem 0.5rem 2rem;
  z-index: 0;
}

.growth-backplate {
  position: relative;
  /* overflow: auto; */
  height: 100%;
  border: 1px solid rgba(13, 59, 105, 0.07);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(13, 59, 105, 0.05), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.97)),
    #ffffff;
  box-shadow:
    0 18px 46px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.growth-backplate::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 59, 105, 0), rgba(13, 59, 105, 0.2), rgba(13, 59, 105, 0));
}

.growth-backplate::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 11%;
  width: 9rem;
  height: 9rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(13, 59, 105, 0.08), transparent 72%);
  filter: blur(6px);
}

.growth-section.is-growth-active .growth-backplate::after {
  animation: growth-glow-drift 12s ease-in-out infinite;
}

.growth-layer-image {
  inset: 0;
  z-index: 1;
}

.growth-image-frame,
.growth-badge-card,
.growth-accent-card {
  position: relative;
  /* overflow: auto; */
  border: 1px solid rgba(13, 59, 105, 0.08);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  transition:
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.growth-image-frame:hover,
.growth-badge-card:hover,
.growth-accent-card:hover {
  border-color: rgba(13, 59, 105, 0.15);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.growth-image-frame {
  height: 100%;
  /* border-radius: 1.8rem; */
  border: 0;
  margin-bottom:0px;
      margin-top: 0px;
  background: transparent;
  box-shadow: none;
}
.growth-visual.reveal.reveal-right.is-visible {
    height: 100%;
}
.growth-image-frame::before {
  display: none;
}

.growth-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.9) contrast(1.01) brightness(1.01);
}

.growth-image-wash {
  display: none;
}

.growth-layer-badge {
  top: 1.45rem;
  right: 0;
  z-index: 3;
  width: 13rem;
}

.growth-badge-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1rem;
  border-radius: 1.45rem;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

.growth-badge-dot {
  position: relative;
  flex: 0 0 auto;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(13, 59, 105, 0.14), rgba(13, 59, 105, 0.04)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 14px 28px rgba(13, 59, 105, 0.08);
}

.growth-badge-dot::before {
  content: "";
  position: absolute;
  inset: 0.88rem;
  border-radius: 999px;
  background: #0d3b69;
  box-shadow: 0 0 0 0.38rem rgba(13, 59, 105, 0.08);
}

.growth-badge-copy {
  display: grid;
  gap: 0.22rem;
}

.growth-badge-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.52);
}

.growth-badge-value {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0d3b69;
}

.growth-layer-accent {
  left: 0.65rem;
  bottom: 0.95rem;
  z-index: 3;
  width: 11.2rem;
}

.growth-accent-card {
  min-height: 8rem;
  padding: 1rem;
  border-radius: 1.55rem;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.09);
}

.growth-accent-line {
  display: block;
  border-radius: 999px;
}

.growth-accent-line-a {
  width: 74%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 59, 105, 0.26), rgba(13, 59, 105, 0));
}

.growth-accent-line-b {
  width: 1px;
  height: 4.8rem;
  margin-top: 0.85rem;
  background: linear-gradient(180deg, rgba(13, 59, 105, 0.28), rgba(13, 59, 105, 0));
}

.growth-accent-glow {
  position: relative;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0.7rem 0 0 auto;
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 35% 35%, rgba(13, 59, 105, 0.16), rgba(13, 59, 105, 0.04) 62%, transparent 72%),
    #ffffff;
}

.growth-section.is-growth-active .growth-badge-card {
  animation: growth-card-float 8.4s ease-in-out infinite;
}

.growth-section.is-growth-active .growth-accent-card {
  animation: growth-card-float 10.2s ease-in-out infinite reverse;
}

.capital-section {
  position: relative;
  /* overflow: auto; */
  background: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.capital-section .section-label {
  color: #0d3b69;
}

.capital-section .section-label::before {
  background: linear-gradient(90deg, rgba(13, 59, 105, 0), rgba(13, 59, 105, 0.92));
}

.capital-orb {
  display: none;
}

.capital-orb-left {
  left: -5rem;
  top: 4rem;
  width: 16rem;
  height: 16rem;
  background: rgba(13, 59, 105, 0.12);
}

.capital-orb-right {
  right: -4rem;
  bottom: 2rem;
  width: 18rem;
  height: 18rem;
  background: rgba(13, 59, 105, 0.08);
}
section#capital{
    background-color: #F8F5ED;
}
.capital-shell {
  position: relative;
  /* overflow: auto; */
  /* border: 1px solid rgba(13, 59, 105, 0.06);
  border-radius: 2.1rem; */
  /* background: #ffffff; */
  box-shadow: none;
  /* padding: clamp(1.8rem, 3vw, 2.85rem); */
}

.capital-shell::before {
  display: none;
}

.capital-shell::after {
  display: none;
}

.capital-copy-body {
  display: grid;
  /* gap: 0.95rem; */
  text-align: center;
    justify-items: center;
  margin-top: 1.55rem;
  width: 100%;
  max-width: 84rem;
}

.capital-shell .capital-copy {
  position: relative;
  z-index: 1;
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  text-align: left;
}

.capital-shell .capital-title {
  margin-top: 0;
  text-align: center;
  margin-inline: 0;
  margin-bottom: 0px;
  max-width: 22ch;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.02;
  /* white-space: nowrap; */
}

.capital-shell .capital-text {
  margin-top: 0;
  margin-inline: 0;
  max-width: none;
}

.capital-shell .capital-text-lead {
  font-size: clamp(0.98rem, 1vw, 1.05rem);
  line-height: 1.82;
  letter-spacing: -0.01em;
     max-width: 65ch;
    margin-top: 0px;
}

.capital-shell .capital-text-inline {
  font-size: clamp(0.95rem, 0.96vw, 1.02rem);
  line-height: 1.82;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.capital-shell .capital-text-muted {
  color: var(--slate-600);
}

.capital-media-container {
  position: relative;
  /* margin-top: 2.15rem; */
  overflow: visible;
  /* padding-top: 2.25rem; */
}
.scroll-btns{
    position: relative;
    width: 100%;
    display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
    justify-content: center;
    gap: 12px;
    height: max-content;
 }
.capital-media-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.15rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.capital-media-grid::-webkit-scrollbar {
  display: none;
}

.capital-media-card {
  flex: 0 0 calc((100% - 2.3rem) / 4);
  min-width: calc((100% - 2.3rem) / 4);
  max-width: 28rem;
  scroll-snap-align: start;
}

@media (max-width: 1200px) {
  .capital-media-card {
    flex: 0 0 calc((100% - 1.15rem) / 2);
    min-width: calc((100% - 1.15rem) / 2);
  }
}

@media (max-width: 768px) {
  .capital-media-card {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.capital-nav-btn {
  /* position: absolute; */
  top: 1rem;
  transform: none;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border:2px solid #0d3b69;
  color: var(--navy-900);
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.28s ease;
  box-shadow: var(--shadow-soft);
}

.capital-nav-btn:hover {
  background:#0d3b69;
  color: #ffffff;
  transform: scale(1.05);
}


.capital-nav-btn:focus-visible {
  outline: none;
  box-shadow: var(--ring-focus);
}

.capital-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.capital-nav-btn:disabled:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy-900);
  transform: translateY(-50%);
}

.capital-nav-left {
  right: 4.5rem;
}

.capital-nav-right {
  right: 1rem;
}

.capital-media-card {
  position: relative;
  /* overflow: auto; */
  min-height: clamp(15.75rem, 22vw, 25.5rem);
  border: 0;
  border-radius: 0px;
  background: #0d3b69;
  box-shadow: none;
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.capital-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 16%) 0%, rgb(0 0 0 / 30%) 45%, rgb(1 8 18 / 89%) 100%), 
    linear-gradient(120deg, rgb(0 12 25 / 38%), rgb(0 6 11 / 12%) 46%, rgba(13, 59, 105, 0.02) 76%)
}

.capital-media-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.capital-media-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capital-media-copy {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.15rem;
  z-index: 1;
}

.capital-media-title {
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 10px 22px rgba(5, 11, 21, 0.28);
}

.capital-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(2.4rem, 4vw, 5rem);
  grid-template-columns: minmax(0, 0.94fr) minmax(22rem, 1.06fr);
}

.capital-copy {
  position: relative;
  max-width: 38rem;
}

.capital-title {
  margin-top: 1.25rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.7rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #0d3b69;
}

.capital-text {
  margin-top: 1.55rem;
  font-size: 1.05rem;
  line-height: 1.92;
  color: var(--slate-500);
  max-width: 34rem;
}

.capital-text-muted {
  margin-top: 1.15rem;
}

.capital-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.9rem;
  max-width: 34rem;
}

.capital-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.82rem 1.12rem;
  border: 1px solid rgba(13, 59, 105, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #0d3b69;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.capital-visual {
  position: relative;
}

.capital-panel {
  position: relative;
  min-height: 34.75rem;
  isolation: isolate;
  /* overflow: auto; */
  border: 1px solid rgba(13, 59, 105, 0.08);
  border-radius: 2.3rem;
  background: #ffffff;
  box-shadow:
    0 20px 54px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  padding: 0;
}

.capital-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 59, 105, 0), rgba(13, 59, 105, 0.52), rgba(13, 59, 105, 0));
}

.capital-panel::after {
  display: none;
}

.capital-layer {
  position: relative;
  position: absolute;
  --capital-shift-x: 0px;
  --capital-shift-y: 0px;
  transform: translate3d(var(--capital-shift-x), var(--capital-shift-y), 0);
  will-change: transform;
}

.capital-surface {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.78s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.capital-section.is-capital-active .capital-surface {
  opacity: 1;
  transform: translateY(0);
}

.capital-layer-backdrop .capital-surface {
  transition-delay: 0.02s;
}

.capital-layer-main .capital-surface {
  transition-delay: 0.1s;
}

.capital-layer-backdrop {
  inset: 1.5rem 1.5rem 1.5rem 2.4rem;
  z-index: 0;
}

.capital-backdrop {
  position: relative;
  /* overflow: auto; */
  height: 100%;
  border: 1px solid rgba(13, 59, 105, 0.04);
  border-radius: 1.95rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 251, 253, 0.98));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.025);
}

.capital-backdrop::before {
  display: none;
}

.capital-backdrop::after {
  display: none;
}

.capital-layer-main {
  inset: 2.2rem 2.1rem 2.2rem 1.2rem;
  z-index: 2;
}

.capital-stage {
  position: relative;
  /* overflow: auto; */
  height: 100%;
  border: 1px solid rgba(13, 59, 105, 0.08);
  border-radius: 1.95rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
  padding: clamp(1.8rem, 3vw, 2.55rem);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.capital-stage::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 59, 105, 0.4), rgba(13, 59, 105, 0.1), rgba(13, 59, 105, 0));
}

.capital-stage::after {
  display: none;
}

.capital-stage-head {
  position: relative;
  z-index: 2;
  display: block;
}

.capital-stage-label {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #0d3b69;
}

.capital-stage-word {
  position: absolute;
  left: clamp(1.8rem, 3vw, 2.5rem);
  top: clamp(4.8rem, 9vw, 5.8rem);
  font-family: "Sora", sans-serif;
  font-size: clamp(4.1rem, 8vw, 6.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.08em;
  color: rgba(13, 59, 105, 0.03);
  user-select: none;
}

.capital-stage-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: end;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 3vw, 3rem);
  margin-top: clamp(5.8rem, 9vw, 7rem);
}

.capital-stage-metric {
  max-width: 15.5rem;
}

.capital-stage-metric-secondary {
  justify-self: end;
  text-align: right;
}

.capital-stage-value {
  font-family: "Sora", sans-serif;
  font-size: clamp(4.1rem, 7vw, 6.7rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.07em;
  color: var(--navy-900);
}

.capital-stage-caption {
  margin-top: 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.82;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-500);
}

.capital-stage-metric,
.capital-stage-detail {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.74s ease,
    transform 0.74s cubic-bezier(0.22, 1, 0.36, 1);
}

.capital-stage-metric-secondary {
  transition-delay: 0.08s;
}

.capital-stage-detail {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.85rem;
  color: var(--slate-500);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  transition-delay: 0.16s;
}

.capital-stage-detail::before {
  content: "";
  width: 2.35rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 59, 105, 0.4), rgba(13, 59, 105, 0.08));
}

.capital-section.is-capital-active .capital-stage-metric,
.capital-section.is-capital-active .capital-stage-detail {
  opacity: 1;
  transform: translateY(0);
}

.services-page-hero {
  position: relative;
  /* overflow: auto; */
}

/* .services-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.1), transparent 34%),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.08), transparent 26%),
    url("../images/world-network.svg") center center / cover no-repeat;
  opacity: 0.46;
  pointer-events: none;
}

.services-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5.25rem;
  background: linear-gradient(180deg, rgba(18, 53, 103, 0), rgba(70, 130, 208, 0.24));
  pointer-events: none;
} */

.services-page-hero-shell {
  position: relative;
  z-index: 1;
  padding-top: clamp(4.4rem, 5.8vw, 5.85rem);
  padding-bottom: clamp(4rem, 5.6vw, 5.2rem);
}

.services-page-hero-layout {
  display: grid;
  align-items: center;
  gap: clamp(1.8rem, 3vw, 2.85rem);
  /* min-height: clamp(31rem, 47vw, 38.5rem); */
  grid-template-columns: minmax(0, 0.95fr) minmax(23rem, 1.05fr);
}

/* .services-page-hero-copy {
  max-width: 34rem;
  padding-inline-start: clamp(0.8rem, 1.9vw, 2.25rem);
  order: 1;
} */

.services-page-hero-title {
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #0d2041;
}

.services-page-hero-text {
  margin-top: 1.75rem;
  max-width: 30.75rem;
  font-size: 1.18rem;
  line-height: 1.82;
  color: #0d2041;
}

.services-page-hero-media {
  display: flex;
  justify-content: flex-end;
  order: 2;
}

.services-page-hero-frame {
  position: relative;
  width:100%;
}

.services-page-hero-image {
  display: block;
  width: 100%;
  height: clamp(21rem, 34vw, 27rem);
  /* border-radius: 1.42rem; */
  object-fit: cover;
  object-position: center;
}

.page-base {
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-background {
  background: #ffffff;
}

section.service-bnr.hero-banner-section {
    background: linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgba(13, 59, 105, 0.68) 30%, rgba(13, 59, 105, 0.24) 62%, rgba(7, 17, 32, 0.28) 100%), linear-gradient(180deg, rgba(13, 59, 105, 0.18) 0%, rgba(13, 59, 105, 0.08) 40%, rgba(7, 17, 32, 0.42) 100%), url(../images/hero3asd.jpg);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.membership-bnr.hero-banner-section {
    background: linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgba(13, 59, 105, 0.68) 30%, rgba(13, 59, 105, 0.24) 62%, rgba(7, 17, 32, 0.28) 100%), linear-gradient(180deg, rgba(13, 59, 105, 0.18) 0%, rgba(13, 59, 105, 0.08) 40%, rgba(7, 17, 32, 0.42) 100%), url(../images/membershipbanner.jpeg);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.about-bnrimg.hero-banner-section {
  background: linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgba(13, 59, 105, 0.68) 30%, rgba(13, 59, 105, 0.24) 62%, rgba(7, 17, 32, 0.28) 100%), linear-gradient(180deg, rgba(13, 59, 105, 0.18) 0%, rgba(13, 59, 105, 0.08) 40%, rgba(7, 17, 32, 0.42) 100%), url(../images/about-hero-premium.jpg);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.contact-bnr.hero-banner-section {
  background: linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgba(13, 59, 105, 0.68) 30%, rgba(13, 59, 105, 0.24) 62%, rgba(7, 17, 32, 0.28) 100%), linear-gradient(180deg, rgba(13, 59, 105, 0.18) 0%, rgba(13, 59, 105, 0.08) 40%, rgba(7, 17, 32, 0.42) 100%), url(../images/contbanner.jpeg);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.input-container{
  width: 100%;
}
.hero-banner-section {
  position: relative;
  /* overflow: auto; */
  /* background: linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgba(13, 59, 105, 0.68) 30%, rgba(13, 59, 105, 0.24) 62%, rgba(7, 17, 32, 0.28) 100%), linear-gradient(180deg, rgba(13, 59, 105, 0.18) 0%, rgba(13, 59, 105, 0.08) 40%, rgba(7, 17, 32, 0.42) 100%), url(../images/about-hero-premium.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 220px;
  padding-bottom: 4rem;
}

.hero-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at top right, rgba(255,255,255,0.75), transparent 28%), radial-gradient(circle at left center, rgba(9, 47, 95, 0.12), transparent 24%);
  pointer-events: none;
}

.hero-banner-shell {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: start;
}

.hero-banner-layout {
  display: grid;
  gap: clamp(1.5rem, 2vw, 2.5rem);
  align-items: center;
  /* min-height: clamp(30rem, 35vw, 38rem); */
}

@media (min-width: 1024px) {
  .hero-banner-layout {
    grid-template-columns:  1fr;
  }
}

.hero-banner-copy {
  max-width: 45rem;
}

.hero-banner-media {
  display: flex;
  justify-content: center;
}

.hero-banner-frame {
  position: relative;
  width: min(100%, 34rem);
  border-radius: 2rem;
  /* overflow: auto; */
  background: #f8fbff;
  box-shadow: 0 34px 90px rgba(5, 11, 21, 0.08);
}

.hero-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.hero-banner-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: white;
  margin: 0;
}

.hero-banner-text {
  margin-top: 1.5rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: white;
}

.hero-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.icon-small {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.hero-intro-section {
  position: relative;
  padding-top: 120px;
  /* overflow: auto; */
  background: #ffffff;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(34px);
  pointer-events: none;
}

.hero-orb-left {
  left: -5rem;
  top: 6rem;
  width: 16rem;
  height: 16rem;
  background: rgba(13, 59, 105, 0.06);
}

.hero-orb-right {
  right: -6rem;
  top: 5rem;
  width: 18rem;
  height: 18rem;
  background: rgba(13, 59, 105, 0.05);
}

/* .hero-intro-container {
  padding-top: 2rem;

}

@media (min-width: 1024px) {
  .hero-intro-container {
    padding-top: 2.5rem;
    
  }
} */

.about-intro-shell {
  position: relative;
  /* overflow: auto; */
}

.about-intro-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}

@media (min-width: 640px) {
  .about-intro-content {
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .about-intro-content {
    padding: 0px;
  }
}

.about-intro-card {
  max-width: 100%;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  padding: 0px;
  backdrop-filter: blur(8px);
}

/* @media (min-width: 640px) {
  .about-intro-card {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .about-intro-card {
    padding: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .about-intro-card {
    padding: 3rem;
  }
} */

.about-intro-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 5.5vw, 2.75rem) ;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #160000;
  margin: 0;
}

.about-intro-copy {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.5rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #0d3b69;
}

@media (min-width: 1024px) {
  .about-intro-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.section-white {
  background: #ffffff;
}

.section-spacing {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .section-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.highlight-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

.highlight-card {
  position: relative;
  /* overflow: auto; */
      align-items: end;
    justify-content: flex-start;
    display: flex;
  /* border-radius: 1.9rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05); */
  min-height: 28rem;
}

.highlight-card-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 34%), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.1), transparent 30%);
}

.highlight-card-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 46%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.highlight-card-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  /* height: 100%;
  width: 100%; */
  /* max-width: 38rem; */
  /* background: rgba(var(--color-white-rgb), 0.14);
    border: 1px solid rgba(var(--color-white-rgb), 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); */
}

.highlight-card-title {
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #ffffff;
  margin: 0;
}

.highlight-card-copy {
  margin-top: 1.5rem;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.highlight-card-copy-list {
  display: flex;
  color: white;
  flex-direction: column;
  gap: 1rem;
  /* margin-top: 1.5rem; */
}

.section-heading .section-title {
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #000000;
  margin: 0;
}

.values-grid {
      margin-top: 55px;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .values-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.value-card {
      border-radius: 0px;
    border: 1px solid rgb(13 59 105 / 17%);
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035);
}

.value-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  background: rgba(13, 59, 105, 0.07);
  color: #0d3b69;
}

.value-card-title {
  margin-top: 1.25rem;
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #000000;
}

.value-card-text {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #5a6b82;
}

.network-panel {
  position: relative;
  /* overflow: auto; */
  
}
/* 
@media (min-width: 640px) {
  .network-panel {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .network-panel {
    padding: 3rem;
  }
} */

.network-panel-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 30%), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.12), transparent 28%);
  pointer-events: none;
}

.network-panel-graphic {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8rem;
  width: 48rem;
  opacity: 0.18;
  pointer-events: none;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1024px) {
  .network-panel-graphic {
    display: block;
  }
}

.network-panel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
  /* min-height: 31rem; */
  margin-top: 50px;
}

/* @media (min-width: 1024px) {
  .network-panel-grid {
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  }
} */

.network-panel-copy {
  max-width: 52rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

@media (min-width: 1024px) {
  .network-panel-copy {
    padding: 2rem;
  }
}

.network-panel-title {
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .2px;
  color:#000000;
  margin: 0;
}

.network-panel-text {
  margin-top: 1.25rem;
  font-size: 1.1rem;
  line-height: 1.85;
  color: #0d3b69;
}

.network-card-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .network-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .network-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.network-card {
  --network-card-accent: #dbe9fb;
  position: relative;
  display: grid;
  justify-items: start;
  align-content: space-between;
  gap: 1rem;
  min-height: 112px;
  padding: 1.35rem 1.2rem 1.15rem;
  /* overflow: auto; */
  border: 1px solid rgba(13, 59, 105, 0.08);
  border-radius: 0px;
  background:
    radial-gradient(circle at top right, rgba(241, 181, 60, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.96));
  text-align: left;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.network-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 3.2rem;
  height: 3px;
  border-radius: 999px;
  background: var(--network-card-accent);
}

.network-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 59, 105, 0.14);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.network-card:nth-child(2),
.network-card:nth-child(5) {
  --network-card-accent: #d7e5fa;
}

.network-card:nth-child(3),
.network-card:nth-child(6) {
  --network-card-accent: #cfe0fb;
}

.network-card:nth-child(4) {
  --network-card-accent: #9ad8d2;
}

.network-card-title {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 1.15;
}

p.network-text{
  margin: 0;
  color: rgba(90, 107, 130, 0.92);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.team-section {
  background:
    radial-gradient(circle at top left, rgba(13, 59, 105, 0.05), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.team-section-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.72);
}

.team-section-copy {
  margin-top: 1.25rem;
  max-width: 44rem;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #5a6b82;
}

.team-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.team-card {
  display: flex;
  flex-direction: column;
  /* overflow: auto; */
  border: 1px solid rgba(13, 59, 105, 0.12);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 59, 105, 0.18);
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.08);
}

.team-card-media {
  position: relative;
  aspect-ratio: 4 / 4.5;
  /* overflow: auto; */
  background: linear-gradient(180deg, rgba(13, 59, 105, 0.12), rgba(7, 17, 32, 0.02));
}

.team-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.team-card-role {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.7);
}

.team-card-name {
  margin: 0.85rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  color: #061525;
}

.team-card-text {
  margin: 0.9rem 0 0;
  font-size: 0.96rem;
  line-height: 1.8;
  color: #5a6b82;
}

.team-profile-button {
  margin-top: 24px;
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(13, 59, 105, 0.12);
  background: #0d3b69;
  color: #ffffff;
      text-transform: uppercase;
    letter-spacing: 1px;
  font-weight: 700;
  transition: background-color 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.team-profile-button:hover {
  background: #0b3158;
  transform: translateY(-2px);
}

.team-modal[hidden] {
  display: none;
}

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

@media (min-width: 600px) {
  .team-modal {
    align-items: center;
    padding: 1.25rem;
  }
}

.team-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 32, 0.72);
  backdrop-filter: blur(6px);
}

.team-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 92dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fbff;
  box-shadow: 0 24px 60px rgba(7, 17, 32, 0.24);
  border-radius: 1.25rem 1.25rem 0 0;
}

@media (min-width: 600px) {
  .team-modal-dialog {
    width: min(100%, 58rem);
    max-height: calc(100dvh - 2.5rem);
    border-radius: 0;
  }
}

.team-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(13, 59, 105, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #0d3b69;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.team-modal-layout {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
}

@media (min-width: 900px) {
  .team-modal-layout {
    flex-direction: row;
    overflow-y: hidden;
    height: 450px;
  }
}

.team-modal-media {
  background: #dfeaf7;
  overflow: hidden;
  flex-shrink: 0;
  height: 220px;
}

@media (min-width: 600px) {
  .team-modal-media {
    height: 260px;
  }
 
}
@media (max-width: 600px) {
  .team-modal-media {
    height: 360px;
  }
  section.cta-section .container {
    padding: 0px;
}
  section.cta-section  {
    padding-bottom: 0px;
}
.cta-card-title {
    text-align: left;
}
.cta-card.reveal.aos-init.aos-animate {
    display: flex;
    align-items: start;
}
.cta-card-copy p {
    text-align: left;
}
 
}

@media (min-width: 900px) {
  .team-modal-media {
    height: auto;
    width: 44%;
    flex-shrink: 0;
  }
}

.team-modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-modal-content {
  padding: 1.5rem 1.25rem 2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
}

@media (min-width: 600px) {
  .team-modal-content {
    padding: 2rem 1.75rem;
  }
}

@media (min-width: 900px) {
  .team-modal-content {
    padding: 3.25rem;
    overflow-y: auto;
    max-height: 450px;
  }
}

.team-modal-role {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.72);
}

.team-modal-name {
  margin: 1rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  color: #061525;
}

.team-modal-bio {
  margin: 1.25rem 0 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #4f6076;
}

.team-modal-bio p {
  margin: 0 0 1rem;
}

.team-modal-bio p:last-child {
  margin-bottom: 0;
}

.team-modal-bio h4 {
  margin: 1.5rem 0 0.5rem;
  font-family: "Sora", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0d3b69;
}

.team-modal-bio ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.35rem;
}

.team-modal-bio ul li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4f6076;
}

body.team-modal-open {
  /* overflow: auto; */
}

.cta-section {
  background: #ffffff;
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  .cta-section {
    padding-bottom: 7rem;
  }
}

.cta-panel {
  position: relative;
  /* overflow: auto; */
  border-radius: 0;
  border: 1px solid rgba(13, 59, 105, 0.08);
  padding: 2.5rem;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.06);
}

@media (min-width: 640px) {
  .cta-panel {
    padding: 3rem;
  }
}

@media (min-width: 1024px) {
  .cta-panel {
    padding: 4rem;
  }
}

/* .cta-panel-overlay {
  position: absolute;
  inset: 0;
  opacity: 1;
  background-image:linear-gradient(90deg, rgb(0 0 0 / 88%) 0%, rgba(13, 59, 105, 0.68) 30%, rgba(13, 59, 105, 0.24) 62%, rgba(7, 17, 32, 0.28) 100%), linear-gradient(180deg, rgba(13, 59, 105, 0.18) 0%, rgba(13, 59, 105, 0.08) 40%, rgba(7, 17, 32, 0.42) 100%), url('assets/images/grid-pattern.svg');
  background-size: 220px;
  background-repeat: repeat;
} */

.cta-panel-graphic {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6rem;
  width: 44rem;
  opacity: 0.18;
  display: none;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

@media (min-width: 1024px) {
  .cta-panel-graphic {
    display: block;
  }
}

.cta-panel-glow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.cta-divider-top,
.cta-divider-bottom {
  position: absolute;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(13, 59, 105, 0.18), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.cta-divider-top {
  top: 0;
  left: 10%;
  width: 10rem;
}

.cta-divider-bottom {
  bottom: 0;
  right: 14%;
  width: 11rem;
}

@media (min-width: 640px) {
  .cta-divider-top {
    width: 14rem;
  }

  .cta-divider-bottom {
    width: 16rem;
  }
}

.cta-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(34px);
  pointer-events: none;
  width: 10rem;
  height: 10rem;
}

.cta-orb-right {
  right: -4rem;
  top: -4rem;
  background: rgba(13, 59, 105, 0.05);
}

.cta-orb-left {
  bottom: -5rem;
  left: 24%;
  background: rgba(200, 162, 90, 0.1);
}
/* .service-sec-img{
    max-height: 450px;
} */
.service-sec-img img{
    max-height: 550px;
        object-fit: cover;
}
.add-bg{
      padding-bottom: 120px;
  background-color: #F8F5ED;
}
.cta-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 72rem;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgb(248 245 237);
  padding: 2rem;
  text-align: center;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}
.about-intro-copy p {
    width: 96%;
}
@media (min-width: 640px) {
  .cta-card {
    padding: 2.5rem;
  }
}

.cta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(13, 59, 105, 0.1);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.8);
  backdrop-filter: blur(12px);
}

.cta-card-title {
  margin-top: 1.25rem;
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #010000;
  margin-bottom: 0;
}

.cta-card-copy {
  margin-top: 1.5rem;
  /* display: grid; */
      max-width: 66ch;
  /* gap: 1rem; */
  font-size: 1rem;
  line-height: 1.8;
  color: #5a6b82;
}

.cta-card-copy p{
  margin-top: 0px;
}

.cta-card-actions {
  margin-top: .5rem;
  display: flex;
  justify-content: center;
}

.join-cta-button {
  /* min-width: 16rem; */
display: flex;
align-items: center;
justify-content: center;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: #0d3b69;
  color: #ffffff;
  font-weight: 700;
  box-shadow: none;
  transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}
.join-cta-button-secondary i{
  color: #ffffff;
}
.join-cta-button:hover {
  transform: translateY(-2px);
  background: #0b3158;
  /* box-shadow: 0 22px 42px rgba(13, 59, 105, 0.24); */
}

.services-section {
  position: relative;
  /* overflow: auto; */
  background: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.services-section .section-label {
  color: #0d3b69;
}

.services-section .section-label::before {
  background: linear-gradient(90deg, rgba(13, 59, 105, 0), rgba(13, 59, 105, 0.92));
}

.services-orb {
  display: none;
}

.services-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7vw;
}

.services-intro {
  max-width: 46rem;
}

.services-banner {
  position: relative;
  /* overflow: auto; */
  min-height: clamp(24rem, 30vw, 28rem);
  /* border: 1px solid rgba(13, 59, 105, 0.08);
  border-radius: 2.25rem; */
  background: #ffffff;
  /* box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05); */
}

.services-banner::before {
  display: none;
}

.services-banner::after {
  display: none;
}

.services-banner-layout {
  display: grid;
  align-items: center;
  gap: clamp(1.4rem, 2.6vw, 2.4rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  min-height: inherit;
  /* padding: clamp(1.6rem, 3vw, 2.6rem); */
}

.services-banner-media {
  width: 100%;
      height: 100%;
}

.services-banner-media-frame {
  position: relative;
  /* overflow: auto; */
  min-height: clamp(18rem, 24vw, 22rem);
  height: 100%;
  border-radius: 0px;
  background: #eef4fa;
}

.services-banner-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background:*/
  /*  linear-gradient(180deg, rgba(13, 59, 105, 0.08), rgba(13, 59, 105, 0.12)),*/
  /*  linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));*/
}

.services-banner-media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(0.98) brightness(1.02);
}

.services-banner-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 46rem;
  min-height: 100%;
  padding: 0;
  text-align: left;
}

.services-banner .services-title {
  margin-top: 0;
  margin-bottom: 0px;
  max-width: 16.8ch;
  font-size: clamp(2.3rem, 2.8vw, 3.45rem);
  color: #0d3b69;
  white-space: normal;
  line-height: 1.06;
}

.services-banner .services-text {
  width: 100%;
  max-width: 40rem;
  color: #4f6178;
}

.services-banner .services-text-muted {
  color: #5f7188;
}

.services-banner .services-chip-group {
  margin-top: 1.65rem;
}

.services-banner .services-chip {
  border-color: rgba(13, 59, 105, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #0d3b69;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
  backdrop-filter: blur(12px);
}

.services-feature-layout {
  display: grid;
  align-items: stretch;
  gap: clamp(1.1rem, 2vw, 1.55rem);
  grid-template-columns: minmax(18rem, 0.84fr) minmax(0, 1.16fr);
}

.services-feature-media {
  width: 100%;
}

.services-feature-media-frame {
  position: relative;
  /* overflow: auto; */
  min-height: clamp(24rem, 34vw, 30rem);
  height: 100%;
  /* border-radius: 2rem; */
  background: #091224;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09);
}

.services-feature-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 32, 0.1), rgba(7, 17, 32, 0.24) 58%, rgba(7, 17, 32, 0.8) 100%),
    linear-gradient(120deg, rgba(13, 59, 105, 0.22), rgba(13, 59, 105, 0) 44%);
}

.services-feature-media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services-feature-stack {
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.services-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.15rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  /* border-radius: 1.45rem; */
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.services-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 59, 105, 0.14);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.07);
}

.services-feature-card:not(.services-feature-card-primary):hover {
  background: linear-gradient(135deg, #0d3b69, #114a84);
  border-color: rgba(13, 59, 105, 0.2);
  box-shadow: 0 20px 38px rgba(13, 59, 105, 0.18);
}

.services-feature-card-primary {
  background: linear-gradient(135deg, #091224, #0d2342);
  border-color: rgba(9, 18, 36, 0.18);
  box-shadow: 0 18px 36px rgba(9, 18, 36, 0.16);
}

.services-feature-card-copy {
  min-width: 0;
}

.services-feature-card-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.54);
}

.services-feature-card-title {
  margin-top: 0.28rem;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
}

.services-feature-card-text {
  margin-top: 0.42rem;
  max-width: 34rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #002355;
}

.services-feature-card-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  white-space: nowrap;
  padding: 0.62rem 0.9rem;
  border: 1px solid rgba(13, 59, 105, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #0d3b69;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services-feature-card-primary .services-feature-card-label,
.services-feature-card-primary .services-feature-card-title,
.services-feature-card-primary .services-feature-card-text {
  color: #ffffff;
}

.services-feature-card-primary .services-feature-card-label {
  color: rgba(255, 255, 255, 0.58);
}

.services-feature-card-primary .services-feature-card-text {
  color: rgba(233, 240, 248, 0.78);
}

.services-feature-card:not(.services-feature-card-primary):hover .services-feature-card-label,
.services-feature-card:not(.services-feature-card-primary):hover .services-feature-card-title,
.services-feature-card:not(.services-feature-card-primary):hover .services-feature-card-text {
  color: #ffffff;
}

.services-feature-card:not(.services-feature-card-primary):hover .services-feature-card-label {
  color: rgba(255, 255, 255, 0.62);
}

.services-feature-card:not(.services-feature-card-primary):hover .services-feature-card-text {
  color: rgba(233, 240, 248, 0.84);
}

.services-feature-card:not(.services-feature-card-primary):hover .services-feature-card-meta {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.services-feature-card-primary .services-feature-card-meta {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.services-media {
  width: 100%;
}

.services-media-frame {
  position: relative;
  /* overflow: auto; */
  height: 25rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff, rgba(247, 250, 253, 0.98));
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.services-media-frame::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 59, 105, 0), rgba(13, 59, 105, 0.42), rgba(13, 59, 105, 0));
}

.services-media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.services-media-frame:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 59, 105, 0.12);
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.1);
}

.services-title {
  margin-top: 1.25rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.7rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #0d3b69;
}

.services-text {
  margin-top: 1.55rem;
  font-size: 1.05rem;
  line-height: 1.92;
  color: var(--slate-500);
}

.services-text-muted {
  margin-top: 1rem;
  color: var(--slate-600);
}

.services-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.services-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.74rem 0.96rem;
  border: 1px solid rgba(13, 59, 105, 0.1);
  border-radius: 999px;
  background: rgba(13, 59, 105, 0.04);
  color: #0d3b69;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
}

.services-list {
  /* overflow: auto; */
  grid-column: 1 / -1;
  margin-top: clamp(2rem, 3vw, 3rem);
  border: 1px solid rgba(13, 59, 105, 0.08);
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff, rgba(248, 250, 252, 0.98));
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.06);
  padding: 0.4rem;
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.15rem;
  padding: 1.55rem 1.5rem;
  border-radius: 1.6rem;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

.service-row + .service-row::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: -0.2rem;
  height: 1px;
  background: rgba(13, 59, 105, 0.08);
}

.service-row:hover {
  transform: translateY(-3px);
  background: rgba(13, 59, 105, 0.02);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
}

.service-row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 1.05rem;
  background:
    linear-gradient(145deg, rgba(13, 59, 105, 0.2), rgba(13, 59, 105, 0.06)),
    #ffffff;
  color: #0d3b69;
  box-shadow: 0 14px 26px rgba(13, 59, 105, 0.12);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.service-row:hover .service-row-icon {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(13, 59, 105, 0.16);
}

.service-row-copy {
  min-width: 0;
}

.service-row-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.54);
}

.service-row-title {
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0d3b69;
}

.service-row-text {
  margin-top: 0.35rem;
  max-width: 42rem;
  font-size: 0.93rem;
  line-height: 1.72;
  color: var(--slate-500);
}

.service-row-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.58rem 0.82rem;
  border: 1px solid rgba(13, 59, 105, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #0d3b69;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.service-row:hover .service-row-meta {
  transform: translateY(-1px);
  border-color: #0d3b69;
  background: #0d3b69;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(13, 59, 105, 0.18);
}

section#global{
    padding-top: 0px;
}
.global-section {
  position: relative;
  /* overflow: auto; */
  background: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.global-section .section-label {
  color: #0d3b69;
}

.global-section .section-label::before {
  background: linear-gradient(90deg, rgba(13, 59, 105, 0), rgba(13, 59, 105, 0.92));
}

.global-grid {
  display: grid;
  align-items: center;
  gap: clamp(2.4rem, 3.8vw, 4.4rem);
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.global-visual {
  position: relative;
  display: flex;
  align-items: center;
}

.global-visual-frame {
  position: relative;
  /* overflow: auto; */
  min-height: 33rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  /* border-radius: 2.2rem; */
  background:
    radial-gradient(circle at top left, rgba(115, 180, 216, 0.15), transparent 36%),
    linear-gradient(180deg, #ffffff, rgba(246, 250, 253, 0.98));
  padding: clamp(1.4rem, 2vw, 1.75rem);
  width: 100%;
}

.global-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(115, 180, 216, 0.12), rgba(115, 180, 216, 0.02) 42%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(circle at right center, rgba(13, 59, 105, 0.035), transparent 34%);
  pointer-events: none;
  z-index: 1;
}

.global-map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0.85rem;
  opacity: 1;
  transform: scale(1.045);
  filter: contrast(1.08) saturate(1.03);
}

.global-visual-card {
  position: absolute;
  z-index: 2;
  max-width: 17rem;
  /* border-radius: 1.35rem; */
  padding: 1.08rem 1.12rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.global-visual-card-primary {
  top: 1.55rem;
  left: 1.55rem;
  box-shadow:
    0 18px 34px rgba(15, 23, 42, 0.085),
    0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.global-visual-card-secondary {
  right: 1.55rem;
  bottom: 1.55rem;
  max-width: 16.25rem;
  box-shadow:
    0 16px 30px rgba(15, 23, 42, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.global-visual-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.56);
}

.global-visual-value {
  margin-top: 0.65rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--navy-900);
}

.global-visual-text {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.72;
  color: var(--slate-500);
}

.global-visual-note {
  margin-top: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.72;
  color: var(--slate-500);
}

.global-copy {
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.global-title {
  margin-top: 1.25rem;
  margin-bottom: 0px;
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing:-1px;
  color: #0d3b69;
}

.global-text {
  margin-top: 1.85rem;
  font-size: 1.05rem;
  line-height: 1.92;
  color: #011f4b;
}

.global-text-muted {
  margin-top: 0px;
  color: var(--slate-600);
}

.global-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: 1.35rem;
  margin-top: 2.4rem;
}

.global-feature-card {
  display: flex;
  flex-direction: column;
  height: max-content;
  border: 1px solid rgba(#000000);
  /* border-radius: 1.45rem; */
  background: #e7e6e41f;
  padding: 1.5rem 1.4rem;
  /* box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035); */
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.global-feature-card:hover {
  transform: translateY(-5px);
  /* border-color: rgba(13, 59, 105, 0.16);
  box-shadow:
    0 22px 40px rgba(15, 23, 42, 0.07),
    0 0 0 3px rgba(13, 59, 105, 0.045); */
}

.global-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50px;
  background:
    linear-gradient(145deg, rgba(13, 59, 105, 0.16), rgba(13, 59, 105, 0.05)),
    #ffffff;
  color: #0d3b69;
  box-shadow: 0 12px 22px rgba(13, 59, 105, 0.1);
}

.global-feature-title {
  margin-top: 0.9rem;
  font-family: "Sora", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--navy-900);
}

.global-feature-text {
  margin-top: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--slate-500);
}

.join-cta-shell {
  position: relative;
  /* overflow: auto; */
  /* padding: clamp(1.6rem, 3vw, 2.6rem); */
}
section#join{
  padding: 120px 0 120px !important;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%), linear-gradient(135deg, #0d3b69 0%, #091224 100%);
}



.join-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(1.4rem, 2.2vw, 2.2rem);
  grid-template-columns: minmax(0, 1.06fr) minmax(24rem, 0.94fr);
}

.join-cta-copy {
  max-width: 42rem;
}

.join-cta-shell .section-label {
  color: rgba(255, 255, 255, 0.86);
}

.join-cta-shell .section-label::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
}

.join-cta-title {
  margin-top: 1.05rem;
    max-width: 17ch;
    margin-bottom: 0px;
    font-family: "Sora", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2px;
    color: #ffffff;
}

.join-cta-copy-body {
  display: grid;
  /* gap: 0.85rem; */
  margin-top: 1.35rem;
  max-width: 38rem;
}

.join-cta-text {
  font-size: 1rem;
  line-height: 1.86;
  color: rgba(255, 255, 255, 0.82);
}

.join-cta-text-muted {
      margin-top: 0px;
  color: rgba(255, 255, 255, 0.72);
}

.join-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.75rem;
}

.join-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  /* min-height: 3.4rem; */
  padding: 0.9rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: none;
}

.join-cta-button-primary {
  background: #ffffff;
  color: #0d3b69;
  /* box-shadow: 0 14px 28px rgba(7, 17, 32, 0.18); */
}

.join-cta-button-primary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.94);
  /* box-shadow: 0 18px 32px rgba(7, 17, 32, 0.22); */
}

.join-cta-button-secondary {
  border-color: #0d3b69;
  background: #0d3b69;
  color: #ffffff;
  /* box-shadow: 0 14px 28px rgba(13, 59, 105, 0.16); */
}

.join-cta-button-secondary:hover {
  transform: translateY(-1px);
  border-color: #0b3158;
  background: #0b3158;
  /* box-shadow: 0 18px 32px rgba(13, 59, 105, 0.2); */
}

.join-cta-visual {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.join-cta-visual-frame {
  position: relative;
  width: 100%;
  min-height: 31rem;
  /* overflow: auto; */
  height: 100%;
  /* border: 1px solid rgba(13, 59, 105, 0.08); */
  /* border-radius: 1.8rem; */
  background:
    linear-gradient(180deg, rgba(248, 251, 253, 0.96), rgba(255, 255, 255, 0.98));
}

.join-cta-visual-frame::before {
  content: "";
  /* position: absolute; */
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(115, 180, 216, 0.1) 40%, rgba(255, 255, 255, 0.14) 74%),
    linear-gradient(0deg, rgba(247, 250, 253, 0.2), rgba(247, 250, 253, 0.2));
  z-index: 1;
  pointer-events: none;
}

.join-cta-visual-frame::after {
  content: none;
}

.join-cta-visual-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.94) contrast(0.96) saturate(0.9);
}

.member-benefits-section {
  background: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.member-benefits-section .section-label {
  color: #0d3b69;
}

.member-benefits-section .section-label::before {
  background: linear-gradient(90deg, rgba(13, 59, 105, 0), rgba(13, 59, 105, 0.92));
}

.member-benefits-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.4rem;
  margin-bottom: clamp(1.9rem, 3vw, 3rem);
}

.member-benefits-intro {
  max-width: 40rem;
}

.member-benefits-title {
  margin-top: 1.15rem;
  max-width: 29ch;
  margin-bottom: 0px;
  font-family: "Sora", sans-serif;
      font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2px;
  color: #0d3b69;
}

.member-benefits-head-action {
  display: flex;
  justify-content: flex-end;
}

.member-benefits-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: clamp(2.15rem, 3vw, 3rem);
}

.member-benefits-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
    padding: .9rem 2.22rem;
  border: 1px solid #0d3b69;
  border-radius: 0px;
  background: #0d3b69;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;

}

.member-benefits-cta:hover {
  transform: translateY(-2px);
  border-color: #0a3156;
  background: #0a3156;
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(13, 59, 105, 0.22);
}

.member-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.member-benefit-card {
  position: relative;
  /* overflow: auto; */
  min-height: clamp(20rem, 30vw, 24rem);
  border: 1px solid rgba(13, 59, 105, 0.08);
  /* border-radius: 1.8rem; */
  background: #f6fafc;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.035);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.member-benefit-card:hover {
  transform: translateY(-5px);
  /* border-color: rgba(13, 59, 105, 0.14);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.055); */
}

.member-benefit-card img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(13, 59, 105, 0.12));
  pointer-events: none;
}

.member-benefit-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  object-position: center;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
  filter: saturate(0.96) contrast(1.02);
}

.member-benefit-card:hover .member-benefit-image {
  transform: scale(1.04);
}
.member-benefit-card:hover .member-benefit-image {
  transform: scale(1.04);
}
.member-benefit-card:hover .member-benefit-image::before {
  transform: scale(1.04);
}

.member-benefit-label {
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  /* border-radius: 999px; */
  background: rgba(255, 255, 255, 0.74);
  color: #0d3b69;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.member-benefit-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 1.45rem;
  background: linear-gradient(180deg, rgba(13, 59, 105, 0.08) 18%, rgb(0 23 46) 100%);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.member-benefit-card .member-benefit-overlay {
  opacity: 1;
}

.member-benefit-text {
  max-width: 20ch;
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: #ffffff;
  transform: translateY(16px);
  transition: transform 0.32s ease;
}

.member-benefit-card:hover .member-benefit-text {
  transform: translateY(0);
}

.membership-access-section {
  background: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.membership-access-section .section-label {
  color: #0d3b69;
}

.membership-access-section .section-label::before {
  background: linear-gradient(90deg, rgba(13, 59, 105, 0), rgba(13, 59, 105, 0.92));
}

.membership-access-shell {
  position: relative;
  /* overflow: auto; */
}



.membership-access-layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: stretch;
  gap: clamp(1.2rem, 2vw, 1.6rem);
  grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.08fr);
}

.membership-access-visual {
  display: flex;
}

.membership-access-visual-frame {
  position: relative;
  /* overflow: auto; */
  margin: 0;
  width: 100%;
  /* min-height: clamp(28rem, 40vw, 35rem); */
  /* border-radius: 1.95rem; */
  background: #0d3b69;
  /* box-shadow: 0 18px 42px rgba(9, 18, 36, 0.12); */
}

.membership-access-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.02) brightness(0.82);
}

.membership-access-visual-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 20, 38, 0.06) 0%, rgba(8, 20, 38, 0.3) 42%, rgba(8, 20, 38, 0.84) 100%),
    linear-gradient(135deg, rgba(13, 59, 105, 0.5), rgba(13, 59, 105, 0.08) 48%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.membership-access-visual-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 2.4vw, 2.2rem);
}

.membership-access-kicker {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(232, 240, 248, 0.78);
}

.membership-access-title {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: "Sora", sans-serif;
  max-width: 10ch;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .2px;
  color: #ffffff;
}

.membership-access-text {
  margin-top: 0;
  max-width: 31rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(232, 240, 248, 0.84);
}

.membership-access-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.membership-access-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* min-height: 2.45rem; */
  padding: 0.65rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-access-stat {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  display: grid;
  justify-items: end;
  gap: 0.18rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  /* border-radius: 1.2rem; */
  background: rgba(255, 255, 255, 0.88);
  color: #0d3b69;
  box-shadow: 0 12px 28px rgba(9, 18, 36, 0.14);
}

.membership-access-stat-value {
  font-family: "Sora", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.membership-access-stat-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.62);
}

.membership-access-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.membership-access-card {
  position: relative;
  display: flex;
  flex-direction: column;
  /* min-height: 12rem; */
  border: 1px solid rgba(13, 59, 105, 0.08);
  /* border-radius: 1.5rem; */
  background: #ffffff;
  padding: 1.35rem 1.3rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.membership-access-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 59, 105, 0.16);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.membership-access-card-feature {
  grid-column: 1 / -1;
  /* min-height: 13rem; */
  padding: 1.45rem 1.45rem;
  background:
    linear-gradient(145deg, rgba(13, 59, 105, 0.06), rgba(13, 59, 105, 0.01)),
    #ffffff;
}

.membership-access-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.membership-access-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.05rem;
  height: 3.05rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  border-radius: 0px;
  background: rgba(30, 58, 95, 0.05);
  color: #0d3b69;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

.membership-access-card-index {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.46);
}

.membership-access-card:hover .membership-access-icon {
  background: #0d3b69;
  border-color: #0d3b69;
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(13, 59, 105, 0.16);
}

.membership-access-card-title {
  margin-top: 0.95rem;
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #1e3a5f;
}

.membership-access-card-text {
  margin-top: 0.65rem;
  max-width: 28ch;
  font-size: 0.94rem;
  line-height: 1.76;
  color: #5a6b82;
}

/* Home Page Section Rhythm */
/* body[data-page="home"] #growth,
body[data-page="home"] #capital,
body[data-page="home"] #services-preview,
body[data-page="home"] #global,
body[data-page="home"] #join,
body[data-page="home"] #member-benefits,
body[data-page="home"] #membership-benefits {
  padding-top: clamp(2.35rem, 3.4vw, 3.15rem);
  padding-bottom: clamp(2.35rem, 3.4vw, 3.15rem);
} */

.check-pill {
  display: flex;
  gap: 0.95rem;
  align-items: flex-start;
  border: 1px solid var(--border-soft);
  /* border-radius: 1.35rem; */
  background: var(--surface);
  padding: 1.1rem 1.15rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(216, 187, 134, 0.18), rgba(216, 187, 134, 0.05)),
    #ffffff;
  color: var(--gold-500);
}

.site-footer {
      padding: 0px 6%;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, #0b1b31 0%, #081423 100%);
  color: #ffffff;
}

.site-footer-main {
  display: grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(9.5rem, 0.9fr) minmax(6.5rem, 0.58fr) minmax(0, 0.96fr);
  gap: clamp(1.25rem, 1.9vw, 2rem);
  padding: clamp(3.5rem, 5vw, 5rem) 0 clamp(2.4rem, 3vw, 3rem);
}

.site-footer-brand {
  max-width: 26rem;
}

.site-footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
      width: 200px;
}

.site-footer-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #ffffff;
}

.site-footer-brand-copy {
  display: grid;
  gap: 0.25rem;
}

.site-footer-brand-title {
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.site-footer-brand-subtitle {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(228, 238, 247, 0.54);
}

.site-footer-description {
  margin-top: 1.35rem;
  max-width: 22.5rem;
  font-size: 0.95rem;
  line-height: 1.82;
  color: rgba(219, 230, 240, 0.72);
}

.site-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.45rem;
}

.site-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(232, 240, 247, 0.82);
}

.site-footer-social i {
  width: 1rem;
  height: 1rem;
}

.site-footer-social:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transform: translateY(-2px);
}

.site-footer-column,
.site-footer-membership {
  min-width: 0;
}

.site-footer-links {
  max-width: 10rem;
}

.site-footer-contact {
  justify-self: start;
  margin-left: -0.5rem;
}

.site-footer-heading {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #ffffff;
}

.site-footer-list {
  display: grid;
  gap: 0.95rem;
      padding-left: 0px;
  margin-top: 1.3rem;
}

.site-footer-link {
  color: rgba(220, 230, 239, 0.74);
}

.site-footer-link:hover {
  color: #ffffff;
}

.site-footer-contact-list {
  color: rgba(220, 230, 239, 0.74);
}

.site-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  /* line-height: 1.78; */
}

.site-footer-contact-item i {
  flex: 0 0 auto;
  margin-top: 0.18rem;
  color: rgba(190, 212, 232, 0.72);
}

.site-footer-membership {
  padding: 1.55rem;
  height: max-content;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-footer-membership-text {
  margin-top: 0.95rem;
  font-size: 0.94rem;
  line-height: 1.8;
  color: rgba(219, 230, 240, 0.72);
}

.site-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  /* min-height: 3rem; */
  margin-top: 1.25rem;
  padding: 0.82rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0px;
  background: #ffffff;
  color: #0d3b69;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.08);
}

.site-footer-cta:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0 1.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(210, 223, 234, 0.56);
  font-size: 0.88rem;
  line-height: 1.7;
}

.site-footer-bottom p:last-child {
  color: rgba(210, 223, 234, 0.46);
}
.site-footer-bottom p:last-child a{
  color: rgba(210, 223, 234, 0.46);
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}

.social-link:hover {
  border-color: rgba(216, 187, 134, 0.32);
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
}

.footer-link:hover {
  color: #ffffff;
}

.lift-card {
  transition:
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.36s ease,
    border-color 0.36s ease;
}

.lift-card:hover {
  transform: translateY(-10px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-premium);
}

/* Decorative Backgrounds */
.hero-section {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: var(--surface-soft);
}

.hero-banner-slider,
.hero-banner-static {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-banner-slider .hero-slider-track {
  min-height: clamp(35rem, calc(100svh - var(--header-offset, 8rem)), 58rem);
}

.home-hero {
  /* overflow: auto; */
  padding-block: clamp(1rem, 1.8vw, 1.6rem) clamp(2.6rem, 4vw, 4rem);
  background:
    radial-gradient(circle at top left, rgba(216, 187, 134, 0.12), transparent 24%),
    linear-gradient(180deg, #071120 0%, #0a1630 100%);
}

.home-hero-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(34px);
}

.home-hero-orb-left {
  left: -5rem;
  top: 5rem;
  width: 16rem;
  height: 16rem;
  background: rgba(216, 187, 134, 0.18);
}

.home-hero-orb-right {
  right: -5rem;
  bottom: 3rem;
  width: 18rem;
  height: 18rem;
  background: rgba(216, 187, 134, 0.1);
}

.home-hero-shell {
  position: relative;
  /* overflow: auto; */
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2.2rem;
  background:
    linear-gradient(102deg, rgba(7, 17, 32, 0.95) 0%, rgba(7, 17, 32, 0.88) 42%, rgba(7, 17, 32, 0.58) 70%, rgba(7, 17, 32, 0.82) 100%),
    url("../images/hero-slide-01.svg") center center / cover no-repeat;
  box-shadow: 0 34px 100px rgba(2, 8, 18, 0.28);
  padding: clamp(1.4rem, 2.8vw, 2.8rem);
}

.home-hero-shell::after {
  content: "";
  position: absolute;
  inset: auto -8% -26% auto;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 187, 134, 0.22), transparent 70%);
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(22rem, 0.96fr);
  align-items: center;
  gap: clamp(2rem, 3.5vw, 4rem);
  min-height: clamp(34rem, calc(100svh - var(--header-offset, 8rem)), 44rem);
}

.home-hero-copy {
  max-width: 39rem;
}

.home-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #f0d39c;
}

.home-hero-kicker::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 211, 156, 0), rgba(240, 211, 156, 0.92));
}

.home-hero-title {
  margin-top: 1.35rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(3rem, 5vw, 5.1rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.home-hero-text {
  margin-top: 1.5rem;
  max-width: 35rem;
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.home-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0.95rem 1.45rem;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.home-hero-secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.home-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.home-hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.home-hero-panel {
  position: relative;
  /* overflow: auto; */
  height: 100%;
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at top right, rgba(216, 187, 134, 0.12), transparent 28%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(3, 9, 19, 0.24);
  backdrop-filter: blur(16px);
  color: #ffffff;
  padding: clamp(1.25rem, 2vw, 1.8rem);
}

.home-hero-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.home-hero-panel-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.home-hero-panel-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f0d39c;
  padding: 0.52rem 0.8rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-panel-title {
  margin-top: 1.25rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.home-hero-panel-text {
  margin-top: 1rem;
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.74);
}

.home-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.home-hero-metric {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 1rem;
  backdrop-filter: blur(14px);
}

.home-hero-metric strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-hero-metric span {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.home-hero-visual {
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02)),
    rgba(4, 12, 24, 0.34);
  padding: 1rem;
}

.home-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: #071120;
  box-shadow: var(--shadow-premium);
}

.hero-slider-track {
  position: relative;
  min-height: clamp(31rem, calc(100svh - var(--header-offset, 8rem)), 54rem);
}

.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.72s ease,
    visibility 0.72s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hero-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
  transform-origin: center center;
  transition: transform 7.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  display: block;
  max-width: none;
}

@media (max-width: 640px) {
  .hero-slide-image {
    object-position: 60% center;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .hero-slide-image {
    object-position: center center;
  }
}

.hero-slide.is-active .hero-slide-image {
  transform: scale(1.08);
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0, 10, 25, 0.88) 0%, rgba(0, 15, 35, 0.72) 35%, rgba(0, 10, 25, 0.28) 65%, rgba(0, 10, 25, 0.18) 100%),
    linear-gradient(to bottom, rgba(0, 10, 25, 0.15) 0%, transparent 40%, rgba(0, 10, 25, 0.65) 100%);
}

.hero-slide-shell {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-slide-shell > div {
  height: 100%;
}

.hero-slide-inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-block: clamp(3rem, 5vw, 5.25rem);
}

.hero-slide-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* width: min(100%, 37.5rem);
  max-width: min(37.5rem, 100%);
  min-height: clamp(18rem, 21vw, 20.25rem); */
  color: #ffffff;
}

.hero-slide-copy > * {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 0.62s ease,
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-slide.is-active .hero-slide-copy > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-slide.is-active .hero-slide-copy > *:nth-child(2) {
  transition-delay: 80ms;
}

.hero-slide.is-active .hero-slide-copy > *:nth-child(3) {
  transition-delay: 150ms;
}

.hero-slide.is-active .hero-slide-copy > *:nth-child(4) {
  transition-delay: 220ms;
}

.hero-slide-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #f0d39c;
}

.hero-banner-slider .hero-slide-kicker {
  visibility: hidden;
}

.hero-slide-kicker::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 211, 156, 0), rgba(240, 211, 156, 0.95));
}

.hero-slide-title {
   margin-top: 0;
   margin-bottom: 0px;
   max-width: 18ch; 
  /* min-height: 1.95em; */ 
  font-family: "Sora", sans-serif;
  font-size: clamp(2.05rem, 3.55vw, 3.95rem);
  font-weight: 700;
  line-height: 1.05;
  /* letter-spacing: -0.05em; */
  color: #ffffff;
  /* text-wrap: balance; */
}

.hero-slide-text {
  margin-top: 1.25rem;
  max-width: 28rem;
  min-height: 1.8em;
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.7;
  white-space: normal;
  color: rgba(255, 255, 255, 0.84);
}

.hero-slide-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.7rem;
  padding-top: 0;
}

.hero-banner-slider .hero-slide-actions .btn-primary {
  background: #ffffff;
  color: #0d3b69;
  /* box-shadow: 0 18px 34px rgba(255, 255, 255, 0.16); */
}

.hero-banner-slider .hero-slide-actions .btn-primary,
.hero-banner-slider .hero-slide-actions .btn-secondary {
  font-weight: 700;
}

.hero-banner-slider .hero-slide-actions .btn-primary:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #0d3b69;
  /* box-shadow: 0 22px 40px rgba(255, 255, 255, 0.2); */
}

.hero-slider-controls {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 1.9vw, 1.75rem);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  transform: translateX(-50%);
}

.hero-slider-dots {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hero-slider-arrow,
.hero-slider-dot {
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.hero-slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.hero-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.hero-slider-dot {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.84);
}

.hero-slider-dot:hover {
  background: rgba(255, 255, 255, 0.96);
}

.hero-slider-dot.is-active {
  background: #0d3b69;
  border-color: rgba(255, 255, 255, 0.92);
  transform: scale(1.08);
}

.hero-pattern {
  background-image: url("../images/grid-pattern.svg");
  background-size: 180px 180px;
  background-repeat: repeat;
}

.map-panel {
  position: relative;
  background:
    linear-gradient(140deg, rgba(9, 18, 36, 0.92), rgba(16, 32, 58, 0.88)),
    url("../images/world-network.svg") center center / cover no-repeat;
}

.surface-glow::after {
  content: "";
  position: absolute;
  inset: auto -10% -22% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 187, 134, 0.24), transparent 70%);
  filter: blur(18px);
}

.ambient-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 187, 134, 0.65), transparent);
}

.service-glow-card {
  position: relative;
  /* overflow: auto; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.82rem;
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

body[data-page="services"] .services-category-section {
  /* padding: clamp(1.6rem, 2.3vw, 2.25rem); */
  /* border-color: rgba(13, 59, 105, 0.07);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04); */
}

body[data-page="services"] .services-category-layout {
  align-items: stretch;
  gap: clamp(1.75rem, 2.4vw, 2.35rem);
}

body[data-page="services"] .services-category-intro {
  gap: clamp(1.2rem, 1.7vw, 1.55rem);
}

body[data-page="services"] .services-category-copy {
  display: grid;
  gap: 0.85rem;
}

body[data-page="services"] .services-category-copy > h2 {
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1.08;
  text-wrap: balance;
}

body[data-page="services"] .services-category-copy > p {
  margin-top: 0;
  max-width: 40rem;
}

body[data-page="services"] .services-category-media {
  width: 100%;
  align-self: stretch;
  border-color: rgba(13, 59, 105, 0.07);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035);
}

body[data-page="services"] .services-category-media img {
  display: block;
  width: 100%;
}

body[data-page="services"] .services-category-card-grid {
  align-items: stretch;
  gap: 1rem;
  grid-auto-rows: minmax(0, 1fr);
}

body[data-page="services"] .service-glow-card {
  min-height: 100%;
  border-color: rgba(13, 59, 105, 0.075);
  background: linear-gradient(180deg, #ffffff 0%, rgba(247, 250, 253, 0.98) 100%);
  /* box-shadow: 0 12px 28px rgba(15, 23, 42, 0.035); */
      --solutions-card-rotate-x: 0deg;
    --solutions-card-rotate-y: 0deg;
    --solutions-card-lift-y: 0px;
    --solutions-card-scale: 1;
    --solutions-card-shine-opacity: 0;
    --solutions-card-pointer-x: 50%;
    --solutions-card-pointer-y: 50%;
    position: relative;
    isolation: isolate;
    height: auto;
    min-height: var(--solutions-card-height);
    display: grid;
    grid-template-rows: auto auto 1fr;
    align-items: flex-start;
    justify-content: stretch;
    padding: 1.08rem 1rem 1rem;
    gap: 0.42rem;
    border-radius: 0px;
    border-color: rgba(255, 255, 255, 0.36);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 248, 252, 0.9) 100%);
    /* box-shadow: 0 18px 36px rgba(7, 17, 32, 0.12), 0 1px 0 rgba(255, 255, 255, 0.72) inset; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: perspective(1400px) rotateX(var(--solutions-card-rotate-x)) rotateY(var(--solutions-card-rotate-y)) translate3d(0, var(--solutions-card-lift-y), 0) scale3d(var(--solutions-card-scale), var(--solutions-card-scale), var(--solutions-card-scale));
    transform-style: preserve-3d;
    transform-origin: center center;
    will-change: transform, box-shadow;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease, background 220ms ease;
}

body[data-page="services"] .service-glow-card > span:first-child {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 10px 18px rgba(13, 59, 105, 0.08);
}

body[data-page="services"] .service-glow-card > h3 {
  margin-top: 0;
  text-wrap: balance;
  line-height: 1.28;
  min-height: 3.7em;
}

body[data-page="services"] .service-glow-card > p {
  margin-top: 0;
  flex: 1 1 auto;
  font-size: 0.94rem;
  line-height: 1.72;
}

body[data-page="services"] .service-glow-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 59, 105, 0.14);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.055);
}

body[data-page="services"] section.services-category-section .service-glow-card {
  --solutions-card-rotate-x: 0deg;
  --solutions-card-rotate-y: 0deg;
  --solutions-card-lift-y: 0px;
  --solutions-card-scale: 1;
  --solutions-card-shine-opacity: 0;
  --solutions-card-pointer-x: 50%;
  --solutions-card-pointer-y: 50%;
  position: relative;
  isolation: isolate;
  transform:
    perspective(1400px)
    rotateX(var(--solutions-card-rotate-x))
    rotateY(var(--solutions-card-rotate-y))
    translate3d(0, var(--solutions-card-lift-y), 0)
    scale3d(var(--solutions-card-scale), var(--solutions-card-scale), var(--solutions-card-scale));
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform, box-shadow;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background 220ms ease;
}

body[data-page="services"] section.services-category-section .service-glow-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--solutions-card-pointer-x) var(--solutions-card-pointer-y), rgba(255, 255, 255, 0.42), transparent 38%);
  opacity: var(--solutions-card-shine-opacity);
  pointer-events: none;
  transition: opacity 220ms ease;
}

body[data-page="services"] section.services-category-section .service-glow-card > * {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="services"] .services-solutions-section {
  --solutions-grid-column-gap: clamp(0.55rem, 0.8vw, 0.8rem);
  --solutions-grid-row-gap: clamp(0.95rem, 1.1vw, 1rem);
  --solutions-card-height: 12.7rem;
  position: relative;
  /* overflow: auto; */
  display: grid;
  align-content: start;
  gap: clamp(1.35rem, 2vw, 1.9rem);
  border-color: rgba(13, 59, 105, 0.12);
  background:
    linear-gradient(135deg, rgba(5, 32, 67, 0.82) 0%, rgba(18, 86, 162, 0.62) 48%, rgba(10, 54, 111, 0.72) 100%),
    url("../images/businesssolutionbackgroundimage.png") center center / cover no-repeat;
  box-shadow: 0 30px 72px rgba(7, 17, 32, 0.12);
}

body[data-page="services"] .services-solutions-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 28%);
  pointer-events: none;
}

body[data-page="services"] .services-solutions-section::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

body[data-page="services"] .services-solutions-section > .services-category-layout,
body[data-page="services"] .services-solutions-section .services-category-intro {
  display: contents;
}

body[data-page="services"] .services-solutions-section .services-category-intro > * {
  margin-top: 0 !important;
}

body[data-page="services"] .services-solutions-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.95rem;
  max-width: 54rem;
}

body[data-page="services"] .services-solutions-copy > h2 {
  max-width: none;
  color: #ffffff;
  text-shadow: 0 6px 18px rgba(7, 17, 32, 0.22);
}

body[data-page="services"] .services-solutions-copy > p {
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 4px 12px rgba(7, 17, 32, 0.18);
}

body[data-page="services"] .services-solutions-main-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  column-gap: var(--solutions-grid-column-gap);
  row-gap: var(--solutions-grid-row-gap);
  grid-auto-rows: minmax(var(--solutions-card-height), auto);
  width: 100%;
  margin: 0;
  perspective: 1400px;
}

body[data-page="services"] .services-solutions-section .service-glow-card {
  --solutions-card-rotate-x: 0deg;
  --solutions-card-rotate-y: 0deg;
  --solutions-card-lift-y: 0px;
  --solutions-card-scale: 1;
  --solutions-card-shine-opacity: 0;
  --solutions-card-pointer-x: 50%;
  --solutions-card-pointer-y: 50%;
  position: relative;
  isolation: isolate;
  height: auto;
  min-height: var(--solutions-card-height);
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: flex-start;
  justify-content: stretch;
  padding: 1.08rem 1rem 1rem;
  gap: 0.42rem;
  border-radius: 1.35rem;
  border-color: rgba(255, 255, 255, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 248, 252, 0.9) 100%);
  box-shadow:
    0 18px 36px rgba(7, 17, 32, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform:
    perspective(1400px)
    rotateX(var(--solutions-card-rotate-x))
    rotateY(var(--solutions-card-rotate-y))
    translate3d(0, var(--solutions-card-lift-y), 0)
    scale3d(var(--solutions-card-scale), var(--solutions-card-scale), var(--solutions-card-scale));
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform, box-shadow;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background 220ms ease;
}

body[data-page="services"] .services-solutions-section .service-glow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

body[data-page="services"] .services-solutions-section .service-glow-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--solutions-card-pointer-x) var(--solutions-card-pointer-y), rgba(255, 255, 255, 0.48), transparent 38%);
  opacity: var(--solutions-card-shine-opacity);
  pointer-events: none;
  transition: opacity 220ms ease;
}

body[data-page="services"] .services-solutions-section .service-glow-card > * {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="services"] .services-solutions-section .service-glow-card > span:first-child {
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 0.95rem;
  background:
    linear-gradient(180deg, rgba(13, 59, 105, 0.12) 0%, rgba(13, 59, 105, 0.06) 100%);
  color: #0d3b69;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    0 10px 20px rgba(13, 59, 105, 0.08);
}

body[data-page="services"] .services-solutions-section .service-glow-card > h3 {
  margin-top: 0 !important;
  color: #0d3b69;
  font-size: clamp(0.95rem, 0.88rem + 0.18vw, 1.08rem);
  line-height: 1.3;
  min-height: 2.55em;
  letter-spacing: -0.03em;
}

body[data-page="services"] .services-solutions-section .service-glow-card > p {
  margin-top: 0 !important;
  min-height: 0;
  color: rgba(74, 90, 114, 0.96);
  font-size: clamp(0.8rem, 0.77rem + 0.12vw, 0.9rem);
  line-height: 1.62;
}

@media (min-width: 768px) {
  body[data-page="services"] .services-solutions-section {
    --solutions-card-height: 11.9rem;
  }

  body[data-page="services"] .services-solutions-main-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  body[data-page="services"] .services-solutions-section {
    --solutions-card-height: 12rem;
  }

  body[data-page="services"] .services-solutions-main-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body[data-page="services"] .services-solutions-section {
    padding: 1rem;
    gap: 1.15rem;
  }

  body[data-page="services"] .services-solutions-main-grid {
    gap: 0.75rem;
  }

  body[data-page="services"] .services-solutions-section .service-glow-card {
    padding: 0.95rem 0.88rem 0.9rem;
  }

  body[data-page="services"] .services-solutions-section .service-glow-card > h3 {
    min-height: 2.75em;
  }
}

@media (max-width: 479px) {
  body[data-page="services"] .services-solutions-section {
    --solutions-grid-column-gap: 0.5rem;
    --solutions-grid-row-gap: 0.82rem;
    --solutions-card-height: 13rem;
    padding: 0.9rem;
  }

  body[data-page="services"] .services-solutions-section .service-glow-card {
    padding: 0.88rem 0.82rem 0.86rem;
    gap: 0.48rem;
  }

  body[data-page="services"] .services-solutions-section .service-glow-card > span:first-child {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.85rem;
  }

  body[data-page="services"] .services-solutions-section .service-glow-card > h3 {
    font-size: 0.9rem;
    line-height: 1.24;
    min-height: 2.85em;
  }

  body[data-page="services"] .services-solutions-section .service-glow-card > p {
    font-size: 0.78rem;
    line-height: 1.5;
  }
}

@media (hover: hover) and (pointer: fine) {
  body[data-page="services"] section.services-category-section .service-glow-card:is(:hover, .is-tilt-active) {
    --solutions-card-lift-y: -10px;
    --solutions-card-scale: 1.04;
    --solutions-card-shine-opacity: 1;
    z-index: 3;
    border-color: rgba(255, 255, 255, 0.56);
    box-shadow:
      0 30px 48px rgba(7, 17, 32, 0.18),
      0 10px 28px rgba(13, 59, 105, 0.16),
      0 1px 0 rgba(255, 255, 255, 0.76) inset;
  }

  body[data-page="services"] section.services-category-section .service-glow-card:is(:hover, .is-tilt-active) > span:first-child {
    transform: translateZ(34px) scale(1.06);
  }

  body[data-page="services"] section.services-category-section .service-glow-card:is(:hover, .is-tilt-active) > h3 {
    transform: translateZ(28px);
  }

  body[data-page="services"] section.services-category-section .service-glow-card:is(:hover, .is-tilt-active) > p {
    transform: translateZ(20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="services"] section.services-category-section .service-glow-card,
  body[data-page="services"] section.services-category-section .service-glow-card > *,
  body[data-page="services"] section.services-category-section .service-glow-card::after {
    transition: none;
  }
}

body[data-page="services"] .services-network-section {
  position: relative;
  width: min(100%, 84rem);
  margin-inline: auto;
  padding-block: clamp(2rem, 2.8vw, 2.55rem);
  display: grid;
  gap: 0.95rem;
  background:
    linear-gradient(180deg, rgba(13, 59, 105, 0.42) 0%, rgba(13, 59, 105, 0.28) 100%),
    url("../images/services-network-premium.jpg") center center / cover no-repeat;
}

body[data-page="services"] .services-network-section > .services-category-layout,
body[data-page="services"] .services-network-section .services-category-intro {
  display: contents;
}

body[data-page="services"] .services-network-section .services-category-intro > * {
  margin-top: 0 !important;
}

body[data-page="services"] .services-network-copy {
  position: relative;
  z-index: 1;
  grid-row: 1;
  max-width: none;
}

body[data-page="services"] .services-network-copy > h2 {
  max-width: none;
  color: #ffffff;
  text-shadow: 0 8px 22px rgba(7, 17, 32, 0.24);
}

body[data-page="services"] .services-network-copy > p {
  max-width: none;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 4px 12px rgba(7, 17, 32, 0.18);
}

body[data-page="services"] .services-network-section .services-category-card-grid {
  position: relative;
  z-index: 1;
  grid-row: 2;
  margin-top: 0;
  align-items: start;
  align-content: start;
  gap: 0.72rem;
  grid-auto-rows: auto;
}

body[data-page="services"] .services-network-section .service-glow-card {
  --services-network-accent: #dbe9fb;
  min-height: 0;
  position: relative;
  padding: 1.15rem 1rem 1rem;
  gap: 0.5rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(241, 181, 60, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

body[data-page="services"] .services-network-section .service-glow-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 3.2rem;
  height: 3px;
  border-radius: 999px;
  background: var(--services-network-accent);
}

body[data-page="services"] .services-network-section .service-glow-card:hover {
  border-color: rgba(13, 59, 105, 0.14);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

body[data-page="services"] .services-network-card-grid > .service-glow-card:nth-child(2),
body[data-page="services"] .services-network-card-grid > .service-glow-card:nth-child(5) {
  --services-network-accent: #d7e5fa;
}

body[data-page="services"] .services-network-card-grid > .service-glow-card:nth-child(3) {
  --services-network-accent: #9ad8d2;
}

body[data-page="services"] .services-network-card-grid > .service-glow-card:nth-child(4) {
  --services-network-accent: #f3d89d;
}

body[data-page="services"] .services-network-section .service-glow-card > span:first-child {
  width: 2.32rem;
  height: 2.32rem;
  border-radius: 0.8rem;
  background: rgba(13, 59, 105, 0.06);
  color: #0d3b69;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 6px 12px rgba(13, 59, 105, 0.05);
}

body[data-page="services"] .services-network-section .service-glow-card > h3 {
  min-height: 0;
  color: #0d3b69;
  font-size: 0.92rem;
  line-height: 1.18;
}

body[data-page="services"] .services-network-section .service-glow-card > p {
  color: rgba(90, 107, 130, 0.92);
  font-size: 0.78rem;
  line-height: 1.46;
}

@media (min-width: 1180px) {
  body[data-page="services"] .services-network-copy > h2,
  body[data-page="services"] .services-network-copy > p {
    white-space: nowrap;
  }

  body[data-page="services"] .services-network-card-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body[data-page="services"] .services-network-card-grid > .service-glow-card:nth-child(-n + 3) {
    grid-column: span 2;
  }

  body[data-page="services"] .services-network-card-grid > .service-glow-card:nth-child(n + 4) {
    grid-column: span 3;
  }
}

@media (min-width: 1440px) {
  body[data-page="services"] .services-network-card-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body[data-page="services"] .services-network-card-grid > .service-glow-card {
    grid-column: span 1 !important;
  }
}

@media (max-width: 767px) {
  body[data-page="services"] .services-category-section {
    padding: 1.45rem;
    border-radius: 1.7rem;
  }

  body[data-page="services"] .services-category-intro {
    gap: 1rem;
  }

  body[data-page="services"] .services-category-copy > h2 {
    line-height: 1.12;
  }

  body[data-page="services"] .service-glow-card {
    gap: 0.75rem;
  }

  body[data-page="services"] .services-solutions-section .service-glow-card > h3 {
    min-height: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  body[data-page="services"] .service-glow-card:is(:hover, :focus-visible),
  body[data-page="services"] .service-glow-card:is(:hover, :focus-visible) * {
    cursor: pointer;
  }
}

.counter-value {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

/* Forms */
.form-field {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.94);
  padding: 0.95rem 1rem;
  color: #0f172a;
}

.form-field:focus {
  outline: none;
  border-color: rgba(200, 162, 90, 0.55);
  box-shadow: 0 0 0 4px rgba(200, 162, 90, 0.12);
}

/* Motion & Reveal */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body.home-scroll-reveal .reveal-left,
body.home-scroll-reveal .reveal-right {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

body.home-scroll-reveal .reveal-left.is-visible,
body.home-scroll-reveal .reveal-right.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
  will-change: auto;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-parallax] {
  will-change: transform;
}

.float-soft {
  animation: float-soft 7s ease-in-out infinite;
}

.float-slower {
  animation: float-soft 10s ease-in-out infinite;
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes growth-glow-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(10px, -8px, 0) scale(1.06);
  }
}

@keyframes growth-card-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes services-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes services-line {
  0% {
    transform: scaleX(0.2);
    opacity: 0.32;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.92;
  }
  100% {
    transform: scaleX(0.42);
    opacity: 0.5;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  body.home-scroll-reveal .reveal-left,
  body.home-scroll-reveal .reveal-right {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    will-change: auto !important;
  }
}

/* Responsive Adjustments */
@media (max-width: 1023px) {
  .site-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
  }

  .site-footer-links,
  .site-footer-contact {
    max-width: none;
    margin-left: 0;
  }

  .site-footer-brand {
    max-width: none;
  }

  .site-footer-description {
    max-width: none;
  }

  .site-footer-membership {
    grid-column: 1 / -1;
    padding: 1.45rem;
  }

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

  .services-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .services-page-hero-shell {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-page-hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 2rem;
  }

  .services-page-hero-copy {
    max-width: none;
    order: 1;
  }

  .services-page-hero-text {
    max-width: 36rem;
  }

  .services-page-hero-media {
    justify-content: flex-start;
    order: 2;
  }

  .services-page-hero-frame {
    width: min(100%, 44rem);
  }

  .services-visual {
    width: 100%;
    max-width: 44rem;
    margin-inline: auto;
  }

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

  .services-intro {
    max-width: none;
  }

  .services-banner {
    min-height: 22rem;
    border-radius: 1.8rem;
  }

  .services-banner-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.6rem;
  }

  .services-banner-copy {
    max-width: none;
  }

  .services-banner .services-title {
    max-width: 10.5ch;
    white-space: normal;
  }

  .services-banner-media {
    max-width: 44rem;
    width: 100%;
    margin-inline: auto;
  }

  .services-banner-media-frame {
    min-height: 18rem;
  }

  .services-feature-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .services-feature-media {
    max-width: 44rem;
    margin-inline: auto;
  }

  .services-feature-media-frame {
    min-height: 22rem;
  }

  .services-feature-stack {
    max-width: 44rem;
    width: 100%;
    margin-inline: auto;
  }

  .services-feature-card {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.85rem;
  }

  .services-feature-card-meta {
    justify-self: start;
  }

  .global-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .global-visual,
  .global-copy {
    width: 100%;
    max-width: 44rem;
    margin-inline: auto;
  }

  .global-copy {
    max-width: none;
  }

  .global-visual-frame {
    min-height: 30rem;
  }

  .global-visual-card-primary {
    top: 1.25rem;
    left: 1.25rem;
  }

  .global-visual-card-secondary {
    right: 1.25rem;
    bottom: 1.25rem;
  }

  .join-cta-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .join-cta-copy,
  .join-cta-visual {
    width: 100%;
    max-width: 44rem;
    margin-inline: auto;
  }

  .join-cta-copy {
    max-width: none;
  }

  .join-cta-visual {
    justify-content: flex-start;
  }

  .join-cta-visual-frame {
    width: 100%;
    min-height: 22rem;
  }

  .member-benefits-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .member-benefits-actions {
    justify-content: flex-start;
  }

  .member-benefits-head-action {
    justify-content: flex-start;
  }

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

  .membership-access-shell {
    padding: 1rem;
    border-radius: 1.9rem;
  }

  .membership-access-layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .membership-access-visual {
    width: 100%;
    max-width: 46rem;
    margin-inline: auto;
  }

  .membership-access-visual-frame {
    min-height: 24rem;
  }

  .membership-access-title {
    max-width: 11ch;
    font-size: clamp(2.3rem, 7vw, 3.3rem);
  }

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

  .membership-access-card-feature {
    grid-column: 1 / -1;
  }

  .capital-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .capital-visual {
    width: 100%;
    max-width: 46rem;
    margin-inline: auto;
  }

  .capital-copy {
    max-width: none;
  }

  .capital-panel {
    min-height: 31.75rem;
  }

  .capital-layer-backdrop {
    inset: 1.2rem 1.2rem 1.2rem 1.85rem;
  }

  .capital-layer-main {
    inset: 1.8rem 1.45rem 1.8rem 0.95rem;
  }

  .capital-stage-metrics {
    margin-top: 5rem;
  }

  .capital-shell {
    border-radius: 2rem;
    padding: 1.5rem;
  }

  .capital-copy-body,
  .capital-shell .capital-copy {
    max-width: none;
  }

  .capital-media-grid {
    gap: 1rem;
  }

  .capital-nav-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
  }

  .capital-nav-left {
    right: 3.75rem;
  }

  .capital-nav-right {
    right: 0.5rem;
  }

  .growth-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .growth-copy {
    max-width: none;
  }

  .growth-visual {
    max-width: 44rem;
    width: 100%;
    margin-inline: auto;
  }

  .growth-scene {
    min-height: 28.5rem;
  }

  .growth-layer-backplate {
    inset: 1.75rem 0.85rem 0.65rem 2rem;
  }

  .growth-layer-image {
    inset: 0.65rem 0 0.75rem 1.1rem;
  }

  .growth-layer-badge {
    top: 1rem;
    right: 0.25rem;
    width: 11.75rem;
  }

  .growth-layer-accent {
    left: 0.5rem;
    bottom: 0.8rem;
    width: 9.6rem;
  }

  .hero-banner-slider .hero-slider-track {
    min-height: clamp(32rem, calc(100svh - var(--header-offset, 8rem)), 48rem);
  }

  .home-hero-shell {
    padding: 1.45rem;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-hero-copy {
    max-width: none;
  }

  .home-hero-panel {
    max-width: 44rem;
  }

  .home-hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-slider-track {
    min-height: clamp(30rem, calc(100svh - var(--header-offset, 8rem)), 46rem);
  }

  .hero-slide-copy {
    width:100%;
    min-height: 18.4rem;
  }

  .hero-slide-title {
    max-width: 90%;
    /* min-height: 2.05em; */
    font-size: clamp(1.85rem, 5.2vw, 3.05rem);
  }

  .hero-slide-text {
    max-width: 21rem;
    min-height: 3.35em;
    font-size: 0.93rem;
    line-height: 1.6;
    white-space: normal;
  }

  .header-layout {
    min-height: 6.35rem;
  }

  .header-brand-link {
    transform: none;
  }

  .site-header .brand-mark {
    width: 3.55rem;
    height: 3.55rem;
  }

  .header-nav-pane,
  .header-actions {
    display: none;
  }

  .header-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .header-mobile-panel {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .services-page-hero-shell {
    padding-top: 2.45rem;
    padding-bottom: 2.6rem;
  }

  .services-page-hero-title {
    font-size: clamp(2.55rem, 10vw, 3.35rem);
  }

  .services-page-hero-text {
    margin-top: 1.2rem;
    font-size: 1rem;
    line-height: 1.76;
  }

  .services-page-hero-frame {
    padding: 0.4rem;
    border-radius: 1.35rem;
  }

  .services-page-hero-image {
    height: 15rem;
    border-radius: 1rem;
  }

  .site-footer-main {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 3rem 0 2rem;
  }

  .site-footer-links,
  .site-footer-contact {
    max-width: none;
    margin-left: 0;
  }

  .site-footer-mark {
    width: 3rem;
    height: 3rem;
    border-radius: 0.95rem;
  }

  .site-footer-brand-title {
    font-size: 1.08rem;
  }

  .site-footer-description,
  .site-footer-membership-text,
  .site-footer-contact-list,
  .site-footer-link {
    font-size: 0.92rem;
  }

  .site-footer-membership {
    padding: 1.15rem;
    border-radius: 1.25rem;
  }

  .site-footer-cta {
    width: max-content;
  }

  .site-footer-bottom {
    padding: 1.1rem 0 1.6rem;
    gap: 0.45rem;
    font-size: 0.82rem;
  }

  .site-footer-bottom p:last-child {
    color: rgba(210, 223, 234, 0.42);
  }

  .services-title {
    font-size: clamp(2.2rem, 10vw, 3.15rem);
  }

  .services-text {
    font-size: 1rem;
    line-height: 1.82;
  }

  .services-chip-group {
    gap: 0.6rem;
    margin-top: 1.35rem;
  }

  .services-chip {
    font-size: 0.84rem;
    padding: 0.68rem 0.82rem;
  }

  .services-panel {
    border-radius: 1.55rem;
    padding: 1.05rem;
  }

  .services-panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-panel-title {
    max-width: none;
    font-size: 1.65rem;
  }

  .services-flow-item {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .services-flow-item::before {
    left: 1rem;
    right: 1rem;
  }

  .services-flow-pill {
    grid-column: 2;
    justify-self: start;
    margin-top: 0.1rem;
  }

  .services-panel-metrics {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .services-card-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .services-card {
    border-radius: 1.35rem;
    padding: 1rem;
  }

  .services-banner {
    min-height: 20rem;
    border-radius: 1.55rem;
  }

  .services-banner-layout {
    padding: 0px;
    gap: 1rem;
  }

  .services-banner-copy {
    width: 100%;
  }

  .services-banner .services-title {
    max-width: 100%;
    white-space: normal;
  }

  .services-banner-media-frame {
    min-height: 15.5rem;
    border-radius: 1.35rem;
  }

  .services-feature-media {
    max-width: none;
    margin-top: 0.35rem;
  }

  .services-feature-media-frame {
    width: 100%;
    min-height: 18.5rem;
    border-radius: 1.55rem;
  }

  .services-feature-card {
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .services-feature-card-title {
    font-size: 1rem;
  }

  .services-feature-card-text {
    font-size: 0.9rem;
  }

  .services-feature-card-meta {
    font-size: 0.68rem;
    padding: 0.52rem 0.72rem;
  }

  .global-title {
    font-size: clamp(2.2rem, 10vw, 3.15rem);
  }

  .global-text {
    font-size: 1rem;
    line-height: 1.82;
  }

  .global-visual-frame {
            display: grid;
        align-content: end;
        min-height: max-content;
        background: transparent;
        border-radius: 0px;
        border: none;
        padding: 0px;
        gap: 20px;
  }
.global-visual-frame::before {
    background: transparent !important;
}
  .global-map-image {
    padding: 1.25rem;
    display: none;
  }

  .global-visual-card {
    position: relative;
    max-width: none;
    border-radius: 1.2rem;
    padding: 0.95rem 1rem;
  }

  .global-visual-card-primary,
  .global-visual-card-secondary {
    inset: auto;
  }

  .global-visual-card-secondary {
    margin-top: 0.85rem;
  }

  .global-visual-note {
    font-size: 0.88rem;
  }

  .global-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.05rem;
    margin-top: 1.6rem;
  }

  .global-feature-card {
    border-radius: 1.3rem;
    padding: 1.2rem;
  }

  .global-feature-icon {
    width: 3.15rem;
    height: 3.15rem;
  }

  .join-cta-shell {
    border-radius: 1.65rem;
    padding: 0;
  }

  .join-cta-shell::after {
    top: -9rem;
    right: -9rem;
    width: 18rem;
    height: 18rem;
  }

  .join-cta-title {
    max-width: none;
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .join-cta-copy-body {
    gap: 0.9rem;
    margin-top: 1.2rem;
  }

  .join-cta-text {
    font-size: 0.96rem;
    line-height: 1.78;
  }

  .join-cta-actions {
    margin-top: 1.6rem;
    flex-direction: column;
  }

  .join-cta-button {
    width: max-content;
  }

  .join-cta-visual-frame {
    min-height: 18rem;
    border-radius: 1.45rem;
  }

  .join-cta-visual-image {
    object-position: center top;
  }

  .member-benefits-title {
    max-width: none;
    font-size: clamp(2.05rem, 9.5vw, 2.85rem);
  }

  .member-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .member-benefit-card {
    min-height: 18.5rem;
    border-radius: 1.45rem;
  }

  .member-benefit-label {
    top: 0.95rem;
    left: 0.95rem;
    padding: 0.48rem 0.76rem;
    font-size: 0.68rem;
  }

  .member-benefit-overlay {
    padding: 1.15rem;
  }

  .member-benefit-text {
    font-size: 1rem;
  }

  .membership-access-shell {
    padding: 0;
    border-radius: 1.55rem;
  }

  .membership-access-layout {
    gap: 1rem;
  }

  .membership-access-visual-frame {
    min-height: 28rem;
    border-radius: 1.4rem;
  }

  .membership-access-visual-copy {
    gap: 0.85rem;
    padding: 1.15rem;
  }

  .membership-access-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.24em;
  }

  .membership-access-title {
    max-width: 9.5ch;
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .membership-access-text {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .membership-access-pill-row {
    gap: 0.55rem;
  }

  .membership-access-pill {
    min-height: 2.15rem;
    padding: 0.52rem 0.72rem;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .membership-access-stat {
    top: 0.85rem;
    right: 0.85rem;
    display: none;
    padding: 0.72rem 0.8rem;
    border-radius: 1rem;
  }

  .membership-access-stat-value {
    font-size: 1.45rem;
  }

  .membership-access-stat-label {
    font-size: 0.62rem;
  }

  .membership-access-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .membership-access-card,
  .membership-access-card-feature {
    min-height: auto;
    border-radius: 1.35rem;
    padding: 1.15rem;
  }

  .membership-access-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.92rem;
  }

  .membership-access-card-index {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .membership-access-card-title {
    font-size: 1.12rem;
  }

  .membership-access-card-text {
    max-width: none;
    font-size: 0.9rem;
  }

  .capital-title {
    font-size: clamp(2.2rem, 10vw, 3.15rem);
  }

  .capital-text {
    font-size: 1rem;
    line-height: 1.84;
  }

  .capital-chip-group {
    gap: 0.6rem;
    margin-top: 1.45rem;
  }

  .capital-chip {
    font-size: 0.84rem;
    padding: 0.68rem 0.82rem;
  }

  .capital-panel {
    display: grid;
    min-height: auto;
    gap: 0.75rem;
    border-radius: 1.55rem;
    padding: 0.85rem;
  }

  .capital-layer {
    position: relative;
    inset: auto !important;
    width: auto !important;
    transform: none !important;
  }

  .capital-layer-backdrop {
    min-height: 8rem;
  }

  .capital-backdrop {
    height: 8rem;
  }

  .capital-stage {
    min-height: auto;
    border-radius: 1.4rem;
    padding: 1.25rem;
  }

  .capital-stage-word {
    left: 1rem;
    top: 3.2rem;
    font-size: clamp(2.9rem, 18vw, 4.2rem);
  }

  .capital-stage-metrics {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin-top: 3.95rem;
  }

  .capital-stage-metric,
  .capital-stage-metric-secondary {
    max-width: none;
    justify-self: start;
    text-align: left;
  }

  .capital-stage-detail {
    margin-top: 1.35rem;
    font-size: 0.82rem;
    letter-spacing: -0.01em;
  }

  .capital-shell {
    border-radius: 1.55rem;
    padding: 1.2rem;
  }

  .capital-shell .capital-title {
      max-width: 100%;
        text-align: left;
    font-size: clamp(2.2rem, 10vw, 3.15rem);
    white-space: normal;
  }

  .capital-shell .capital-text {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .capital-shell .capital-text-lead {
    font-size: 0.98rem;
    text-align: left ;
    line-height: 1.72;
    white-space: normal;
  }

  .capital-shell .capital-text-inline {
    font-size: 0.96rem;
    line-height: 1.72;
    white-space: normal;
  }

  .capital-copy-body {
    gap: 0.8rem;
    margin-top: 1.2rem;
  }

  .capital-media-grid {
    gap: 0.95rem;
    margin-top: 1.75rem;
  }

  .capital-nav-btn {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }

  .capital-nav-left {
    right: 3.5rem;
  }

  .capital-nav-right {
    right: 0.5rem;
  }

  .capital-media-copy {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .capital-media-title {
    font-size: 1.06rem;
  }

  .growth-title {
    font-size: clamp(2.2rem, 10vw, 3.15rem);
  }

  .growth-text {
    font-size: 1rem;
    line-height: 1.82;
  }

  .growth-layer-backplate {
    display: none;
  }

  .growth-scene {
    display: grid;
    min-height: auto;
    gap: 0.85rem;
  }

  .growth-layer {
    position: relative;
    inset: auto !important;
    width: auto !important;
    transform: none !important;
  }

  .growth-layer-badge {
    order: 1;
    justify-self: end;
    max-width: 11rem;
    margin-bottom: -1.15rem;
    z-index: 2;
  }

  .growth-layer-image {
    order: 2;
  }

  .growth-layer-accent {
    max-width: 9rem;
    margin-top: -1rem;
  }

  .growth-image-frame {
            margin: 0px;
    border-radius: 1.55rem;
  }

  .growth-image {
    min-height: 20.5rem;
  }

  .growth-badge-card {
    padding: 0.85rem 0.9rem;
    border-radius: 1.25rem;
  }

  .growth-badge-dot {
    width: 2.55rem;
    height: 2.55rem;
  }

  .growth-badge-dot::before {
    inset: 0.76rem;
  }

  .growth-badge-value {
    font-size: 0.9rem;
  }

  .growth-accent-card {
    border-radius: 1.25rem;
    min-height: 6.8rem;
    padding: 0.9rem;
  }

  .hero-banner-slider .hero-slider-track {
    min-height: clamp(30rem, calc(100svh - var(--header-offset, 8rem)), 41rem);
  }

  .home-hero {
    padding-bottom: 2rem;
  }

  .home-hero-shell {
    border-radius: 1.6rem;
    padding: 1.1rem;
  }

  .home-hero-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.26em;
  }

  .home-hero-title {
    margin-top: 1.15rem;
    font-size: clamp(2.35rem, 10vw, 3.45rem);
  }

  .home-hero-text {
    margin-top: 1.2rem;
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .home-hero-actions {
    margin-top: 1.6rem;
    gap: 0.85rem;
  }

  .home-hero-secondary {
    width: 100%;
  }

  .home-hero-tags {
    gap: 0.55rem;
    margin-top: 1.25rem;
  }

  .home-hero-tag {
    font-size: 0.82rem;
    padding: 0.68rem 0.84rem;
  }

  .home-hero-panel {
    border-radius: 1.5rem;
    padding: 1.1rem;
  }

  .home-hero-panel-title {
    font-size: 1.75rem;
  }

  .home-hero-visual {
    padding: 0.8rem;
    border-radius: 1.2rem;
  }

  .hero-slider-track {
    min-height: clamp(29rem, calc(100svh - var(--header-offset, 8rem)), 39rem);
  }

  .hero-slide-overlay {
    background:
      linear-gradient(to right, rgba(0, 10, 25, 0.92) 0%, rgba(0, 15, 35, 0.78) 40%, rgba(0, 10, 25, 0.32) 100%),
      linear-gradient(to bottom, rgba(0, 10, 25, 0.18) 0%, transparent 35%, rgba(0, 10, 25, 0.75) 100%);
  }

  .hero-slide-inner {
    align-items: center;
    padding-block: 2.8rem 4.6rem;
  }

  .hero-slide-copy {
    width: 100%;
    min-height: 16.8rem;
  }

  .hero-slide-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.26em;
  }

  .hero-slide-title {
    margin-top: 1.2rem;
    max-width: 90%;
    /* min-height: 2.7em; */
    font-size: clamp(1.58rem, 7.2vw, 2.3rem);
  }

  .hero-slide-text {
    margin-top: 1.15rem;
    max-width: 80%;
    /* min-height: 3.9em; */
    font-size: 0.88rem;
    line-height: 1.56;
    white-space: normal;
  }

  .hero-slide-actions {
    gap: 0.85rem;
    margin-top: 1.3rem;
    padding-top: 0;
  }

  .hero-slider-controls {
    gap: 0.55rem;
  }

  .hero-slider-dots {
    gap: 0.55rem;
  }

  .hero-slider-arrow {
    width: 2.7rem;
    height: 2.7rem;
  }

  .hero-slider-dot {
    width: 0.82rem;
    height: 0.82rem;
  }

  .btn-primary,
  .btn-secondary,
  .btn-dark {
    width: 100%;
  }

  .section-label {
    letter-spacing: 0.28em;
  }

  .brand-title {
    font-size: 1.32rem;
  }

  .brand-subtitle {
    font-size: 0.76rem;
    letter-spacing: 0.13em;
  }

  .site-header .brand-mark {
    width: 3.25rem;
    height: 3.25rem;
  }

  .header-menu-toggle {
    width: 2.85rem;
    height: 2.85rem;
  }

  .header-mobile-dialog {
    width: 100%;
    padding: calc(var(--header-offset, 5.9rem) + 0.75rem) 1rem 1.1rem;
  }

  .header-mobile-close {
    width: 2.55rem;
    height: 2.55rem;
  }

  .mobile-nav-link {
    padding-inline: 0.9rem;
  }

  .header-mobile-cta {
    font-size: 0.86rem;
  }
}

@media (max-width: 480px) {
  .header-layout {
    min-height: 5.9rem;
  }

  .header-brand-link {
    transform: none;
  }

  .brand-subtitle {
    display: none;
  }
}


.section-main-title,
.section-title,
.highlight-card-title,
.network-panel-title,
.cta-card-title,
.growth-title,
.capital-title,
.services-title,
.global-title,
.join-cta-title,
.member-benefits-title,
.membership-access-title {
  font-size: clamp(2rem, 5.5vw, 2.75rem) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.04em !important;
}

.about-des-crip{
  gap: 20px;
}
.abt-content-title{
  font-size: 44px;
  letter-spacing: .2px;
  line-height: 1.2;
  font-weight: 600;
}
.misvs-text{
      padding: 30px;
    width: 100%;
    height: 100%;
    background: rgba(var(--color-white-rgb), 0.14);
    border: 1px solid rgba(var(--color-white-rgb), 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--color-white);
}
.miss-articles{
  padding: 0px;
}

section.section-white.our-values.section-spacing{
    padding-top: 0px;
}

section.section-white.networksec.section-spacing {
    padding-top: 0px;
}

section#growth{
      z-index: 9999;
    position: relative;
    background-color: #ffffff;
    padding-bottom: 120px;
    padding-bottom: 120px;
}
section#services-preview{
    padding-top: 120px;
}
section#membership-benefits {
    padding-top: 0px;
}

body[data-page="membership"] {
  background: #ffffff;
  color: #0f172a;
}

body[data-page="membership"] .membership-main {
  background: #ffffff;
}

body[data-page="membership"] .membership-hero-section {
  padding: 120px 0 0px;
  background: #ffffff;
}

body[data-page="membership"] .membership-hero-shell {
  position: relative;
  /* overflow: auto; */
  /* padding: 2rem 1.5rem;
  border-radius: 2.45rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  background-image:
    linear-gradient(114deg, rgba(7, 34, 73, 0.95) 0%, rgba(9, 47, 95, 0.9) 36%, rgba(10, 45, 84, 0.76) 66%, rgba(8, 28, 58, 0.62) 100%),
    url("../images/services-network-premium.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12); */
}
h1.membership-hero-title.reveal.aos-init.aos-animate{
  color: #000000;
  font-size: clamp(2rem, 5.5vw, 2.75rem) !important;
}
.membership-hero-text.reveal.aos-init.aos-animate{
  color: #003b71;
}
body[data-page="membership"] .membership-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 28%);
}

body[data-page="membership"] .membership-hero-graphic {
  position: absolute;
  inset-block: 0;
  right: -8rem;
  width: 48rem;
  display: none;
  opacity: 0.18;
  background: url("../images/world-network-light.svg") center right / contain no-repeat;
  pointer-events: none;
}

body[data-page="membership"] .membership-hero-line,
body[data-page="membership"] .membership-cta-line {
  position: absolute;
  height: 1px;
  background-repeat: no-repeat;
}

body[data-page="membership"] .membership-hero-line-top {
  top: 0;
  left: 9%;
  width: 10rem;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
}

body[data-page="membership"] .membership-hero-line-bottom {
  right: 12%;
  bottom: 0;
  width: 11rem;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);
}

body[data-page="membership"] .membership-hero-orb,
body[data-page="membership"] .membership-cta-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
}

body[data-page="membership"] .membership-hero-orb-left {
  top: 3rem;
  left: -4rem;
  width: 12rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="membership"] .membership-hero-orb-right {
  right: 24%;
  bottom: -5rem;
  width: 13rem;
  height: 13rem;
  background: rgba(200, 162, 90, 0.1);
}

body[data-page="membership"] .membership-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}

body[data-page="membership"] .membership-hero-copy {
  max-width: 44rem;
}

body[data-page="membership"] .membership-hero-title {
  max-width: 12ch;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.9rem, 6vw, 4.6rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #ffffff;
}

body[data-page="membership"] .membership-hero-text {
  margin-top: 1.25rem;
  max-width: 38rem;
  display: grid;
  gap: 0.8rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

body[data-page="membership"] .membership-hero-text p,
body[data-page="membership"] .membership-cta-copy-local p {
  margin: 0;
}

body[data-page="membership"] .membership-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body[data-page="membership"] .membership-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* min-width: 16rem; */
  /* min-height: 3.5rem; */
  padding: 0.95rem 1.7rem;
  border-radius: 0px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

body[data-page="membership"] .membership-button:hover {
  transform: translateY(-2px);
}

body[data-page="membership"] .membership-button-primary {
  background:  #0d3b69;
  color:white;
  /* box-shadow: 0 18px 36px rgba(255, 255, 255, 0.16); */
}

/* body[data-page="membership"] .membership-button-primary:hover {
  background: #f4f8fd;
  box-shadow: 0 22px 40px rgba(255, 255, 255, 0.22);
} */

body[data-page="membership"] .membership-button-secondary {
  /* border-color: white; */
  background:  #0d3b69;
  color: #ffffff;
  backdrop-filter: blur(10px);
  /* box-shadow: 0 12px 28px rgba(7, 17, 32, 0.12); */
}

/* body[data-page="membership"] .membership-button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
} */

body[data-page="membership"] .membership-button-solid {
  background: #0d3b69;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(13, 59, 105, 0.18);
}

body[data-page="membership"] .membership-button-solid:hover {
  background: #0b3158;
  box-shadow: 0 22px 42px rgba(13, 59, 105, 0.24);
}

body[data-page="membership"] .membership-hero-media {
  align-self: center;
}

body[data-page="membership"] .membership-hero-media-shell {
  position: relative;
  /* overflow: auto; */
  /* padding: 1rem; */
  /* border-radius: 2rem; */
  /* border: 1px solid rgba(255, 255, 255, 0.14); */
  /* background: rgba(255, 255, 255, 0.12); */
  /* box-shadow: 0 24px 60px rgba(7, 34, 73, 0.2); */
  backdrop-filter: blur(16px);
}

/* body[data-page="membership"] .membership-hero-media-shell-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
} */

body[data-page="membership"] .membership-hero-media-frame {
  position: relative;
  /* overflow: auto; */
  border-radius: 0px;
  /* border: 1px solid rgba(255, 255, 255, 0.12); */
}

body[data-page="membership"] .membership-hero-image {
  display: block;
  width: 100%;
  height: 22rem;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.94) contrast(1.04);
}

body[data-page="membership"] .membership-hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 34, 73, 0.16), rgba(7, 34, 73, 0.06) 36%, rgba(7, 34, 73, 0.18) 100%);
}

body[data-page="membership"] .membership-hero-caption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  padding: 1rem;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 47, 86, 0.52);
  backdrop-filter: blur(14px);
}

body[data-page="membership"] .membership-hero-caption-text {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff;
}

body[data-page="membership"] .membership-benefits-section-local {
  padding: 120px 0 120px;
  background: #ffffff;
}

body[data-page="membership"] .membership-benefits-shell-local {
  /* padding: 1.5rem; */
  /* border-radius: 2rem; */
  /* border: 1px solid rgba(13, 59, 105, 0.08); */
  background: #ffffff;
  /* box-shadow: 0 16px 40px rgba(15, 23, 42, 0.03); */
}

body[data-page="membership"] .membership-benefits-heading-local {
  max-width: 48rem;
}

body[data-page="membership"] .membership-section-title-local {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: #000000;
}
.membership-hero-shell{
    padding-top: 0px !important;
}
body[data-page="membership"] .membership-benefits-grid-local {
  display: grid;
  gap: 1rem;
  margin-top: 45px;
}

body[data-page="membership"] .membership-benefit-item-local {
 
  border-radius: 0px;
  border: 1px solid rgb(131 160 189 / 33%);
  background: #f8fbfe;
  /* box-shadow: 0 10px 26px rgba(15, 23, 42, 0.03); */
}

body[data-page="membership"] .membership-benefit-item-row,
body[data-page="membership"] .membership-card-list-item-local {
  display: flex;
  align-items: center;
  gap: 1rem;
   /*padding: 1.25rem;*/
}

body[data-page="membership"] .membership-benefit-icon-local,
body[data-page="membership"] .membership-card-icon-local {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(13, 59, 105, 0.08);
  color: #0d3b69;
}

body[data-page="membership"] .membership-benefit-text-local {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000000;
}

body[data-page="membership"] .membership-categories-section-local {
  padding: 0px 0 120px;
  /* background: #f8f5ed; */
}

body[data-page="membership"] .membership-categories-heading-local {
  max-width: 56rem;
}

body[data-page="membership"] .membership-categories-intro-local {
  margin: 1.25rem 0 0;
  max-width: 48rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5a6b82;
}

body[data-page="membership"] .membership-categories-grid-local {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

body[data-page="membership"] .membership-card-local {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
      margin-bottom: 30px;
  padding: 1.75rem;
  border-radius: 0px;
  border: 1px solid rgb(13 59 105 / 58%);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

body[data-page="membership"] .membership-card-local:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(13, 59, 105, 0.14);
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.08);
}

body[data-page="membership"] .membership-card-local:hover .membership-card-icon-local {
  background: #0d3b69;
  color: #ffffff;
  transform: scale(1.1);
}

body[data-page="membership"] .membership-card-soft-local {
  background: #f8fbfe;
}

body[data-page="membership"] .membership-card-title-local {
  margin: 1.25rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #000000;
}

body[data-page="membership"] .membership-card-summary-local {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #5a6b82;
}

body[data-page="membership"] .membership-card-benefits-local {
  margin-top: 1.5rem;
}

body[data-page="membership"] .membership-card-label-local {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.6);
}

body[data-page="membership"] .membership-card-list-local {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #5a6b82;
}

body[data-page="membership"] .membership-card-check-local {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
  margin-top: 0.2rem;
  border-radius: 999px;
  background: rgba(13, 59, 105, 0.08);
  color: #0d3b69;
}

body[data-page="membership"] .membership-cta-section-local {
  padding: 40px 0 120px;
  background: #ffffff;
}

body[data-page="membership"] .membership-cta-shell-local {
  position: relative;
  /* overflow: auto; */
  padding: 2.5rem 1.5rem;
  border-radius: 2.2rem;
  border: 1px solid rgba(13, 59, 105, 0.08);
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.88) 0%, rgba(247, 251, 255, 0.82) 46%, rgba(234, 243, 250, 0.7) 100%),
    url("../images/services-representation-premium.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.06);
}

body[data-page="membership"] .membership-cta-pattern-local {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background: url("../images/grid-pattern.svg") 0 0 / 220px repeat;
}

body[data-page="membership"] .membership-cta-graphic-local {
  position: absolute;
  inset-block: 0;
  right: -6rem;
  width: 44rem;
  display: none;
  opacity: 0.18;
  background: url("../images/world-network-light.svg") center right / contain no-repeat;
  pointer-events: none;
}

body[data-page="membership"] .membership-cta-fade-local {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 42%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

body[data-page="membership"] .membership-cta-line-top {
  top: 0;
  left: 10%;
  width: 10rem;
  background-image: linear-gradient(to right, transparent, rgba(13, 59, 105, 0.18), transparent);
}

body[data-page="membership"] .membership-cta-line-bottom {
  right: 14%;
  bottom: 0;
  width: 11rem;
  background-image: linear-gradient(to right, transparent, rgba(13, 59, 105, 0.14), transparent);
}

body[data-page="membership"] .membership-cta-orb-right {
  top: -4rem;
  right: -4rem;
  width: 10rem;
  height: 10rem;
  background: rgba(13, 59, 105, 0.05);
}

body[data-page="membership"] .membership-cta-orb-left {
  bottom: -5rem;
  left: 24%;
  width: 10rem;
  height: 10rem;
  background: rgba(200, 162, 90, 0.1);
}

body[data-page="membership"] .membership-cta-card-local {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  border-radius: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.68);
  text-align: center;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
}

body[data-page="membership"] .membership-cta-label-local {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 59, 105, 0.1);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.8);
}

body[data-page="membership"] .membership-cta-title-local {
  margin-top: 1.25rem;
}

body[data-page="membership"] .membership-cta-copy-local {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5a6b82;
}

body[data-page="membership"] .membership-cta-actions-local {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  body[data-page="membership"] .membership-hero-shell,
  body[data-page="membership"] .membership-cta-shell-local {
    padding-inline: 2rem;
  }

  body[data-page="membership"] .membership-hero-image {
    height: 25rem;
  }

  body[data-page="membership"] .membership-benefits-shell-local {
    padding: 2rem;
  }

  body[data-page="membership"] .membership-benefits-grid-local {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="membership"] .membership-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  body[data-page="membership"] .membership-hero-shell,
  body[data-page="membership"] .membership-cta-shell-local {
    padding: 3rem;
  }

  body[data-page="membership"] .membership-hero-image {
    height: 27rem;
  }

  body[data-page="membership"] .membership-benefits-shell-local {
    padding: 0rem;
  }

  body[data-page="membership"] .membership-categories-grid-local {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  body[data-page="membership"] .membership-hero-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
    align-items: center;
    gap: 2.5rem;
  }

  body[data-page="membership"] .membership-categories-grid-local {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body[data-page="membership"] .membership-card-local {
    grid-column: span 2;
  }

  body[data-page="membership"] .membership-card-offset-left-local {
    grid-column: 2 / span 2;
  }

  body[data-page="membership"] .membership-card-offset-right-local {
    grid-column: 4 / span 2;
  }
}

@media (min-width: 1280px) {
  body[data-page="membership"] .membership-hero-graphic,
  body[data-page="membership"] .membership-cta-graphic-local {
    display: block;
  }

  body[data-page="membership"] .membership-benefits-grid-local {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="membership"] .membership-hero-line-top,
  body[data-page="membership"] .membership-cta-line-top {
    width: 14rem;
  }

  body[data-page="membership"] .membership-hero-line-bottom,
  body[data-page="membership"] .membership-cta-line-bottom {
    width: 18rem;
  }
}

@media (max-width: 767px) {
  body[data-page="membership"] .membership-hero-section {
    padding-top: 60px;
  }

  body[data-page="membership"] .membership-benefits-section-local {
    padding-top: 60px;
  }

  body[data-page="membership"] .membership-categories-section-local {
    padding: 4.5rem 0 5rem;
  }

  body[data-page="membership"] .membership-cta-section-local {
    padding-bottom: 5rem;
  }

  body[data-page="membership"] .membership-button {
    width: max-content;
    min-width: 0;
  }
}


section.bg-white.pb-24.contact-form.lg\:pb-28{
  padding-bottom: 120px;
  padding-top: 120px;
}


section.container.services-category-section{
  padding-top: 120px;
      padding-left: 0px;
    max-width: 100%;
    padding-bottom: 120px;
    padding-right: 0px;
}
.services-category-layout{
max-width: 1260px;
margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}
.cta-section.services{
  padding-top: 120px;
}

ul.site-footer-list li{
    list-style: none;
        display: flex;
    align-items: center;
 }

 section#growth .container{
    max-width: 980px;
}

i{
  font-size: 12px;
}
 svg{
  /* height: 10px; */
  width: 24px;
}

 .reveal.form-secto {
    height: max-content;
}
.grid-inputs {
    width: 100%;
}

.grid-inputs input,
.grid-inputs select,
.grid-inputs textarea {
    width: 100%;
    box-sizing: border-box;
}

.contact-form form textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
}
.membership-benefit-item-row {
     padding: 1.25rem;
}

.member-benefit-card .member-benefit-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 16%) 0%, rgb(0 0 0 / 30%) 45%, rgb(1 8 18 / 89%) 100%), linear-gradient(120deg, rgb(0 12 25 / 38%), rgb(0 6 11 / 12%) 46%, rgba(13, 59, 105, 0.02) 76%);
}


@media (max-width:1200px) {
  body[data-page="membership"] .membership-hero-copy{
    max-width: 100%;
}
body[data-page="membership"] .membership-hero-title {
  max-width: 100%;
}
body[data-page="membership"] .membership-hero-text {
   
    max-width: 100%;
}
body[data-page="membership"] .membership-hero-shell, body[data-page="membership"] .membership-cta-shell-local{
  padding: 0px;
}
}

/* ── Logo Marquee Section ── */
.logo-marquee-section {
  background: #ffffff;
  padding: 0 0 120px;
  border-top: 1px solid rgba(13, 59, 105, 0.08);
  border-bottom: 1px solid rgba(13, 59, 105, 0.08);
  overflow: hidden;
}

.logo-marquee-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13, 59, 105, 0.5);
  margin: 0 0 2rem;
}

.logo-marquee-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  padding: 0.5rem 0;
}

/* Scrolling state — added by JS when logos > 5 */
.logo-marquee-track.is-scrolling {
  animation: logo-scroll 30s linear infinite;
}

.logo-marquee-track.is-scrolling:hover {
  animation-play-state: paused;
}

/* Static (≤5 logos) — centred, no animation */
.logo-marquee-track.is-static {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  /* padding: 0.5rem 6%; */
}

.logo-marquee-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-marquee-img {
  height: auto;
  max-height: 3.5rem;
  width: auto;
  max-width: 300px;
  object-fit: contain;
  display: block;
  transition: opacity 0.28s ease;
  opacity:1;
}

a.header-cta.mobile {
    margin-top: 40px;
}

.logo-marquee-img:hover {
  opacity: 1;
}

@keyframes logo-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .logo-marquee-track.is-static {
    gap: 1.5rem 2.5rem;
  }
  .logo-marquee-track.is-scrolling {
    gap: 3rem;
  }
  .logo-marquee-img {
    max-height: 2.75rem;
    max-width: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee-track.is-scrolling {
    animation: none;
  }
}


h2.member-benefits-title.logo-scroll {
    max-width: 600px;
    margin-bottom: 60px;
    text-align: center;
}

section.logo-marquee-section .container {
    display: flex ;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.footer-mail {
    width: 74%;
}
li.site-footer-contact-item svg{
  height: 100%;
}

/* ── WhatsApp Floating Button ── */
#whatsapp-float {
  position: fixed;
  bottom: 1.75rem;
  right: 1.75rem;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

#whatsapp-float svg {
  width: 1.75rem;
  height: 1.75rem;
}

#whatsapp-float:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55);
}

@media (max-width: 640px) {
  #whatsapp-float {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 3rem;
    height: 3rem;
  }

  #whatsapp-float svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
