@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --bg-0: #03070f;
  --bg-1: #071222;
  --bg-2: #0b1a2f;
  --surface: rgba(8, 18, 33, 0.72);
  --surface-strong: rgba(11, 24, 43, 0.9);
  --surface-quiet: rgba(7, 15, 28, 0.6);
  --text: #eef4ff;
  --muted: #b7c4da;
  --stroke: rgba(216, 230, 255, 0.18);
  --stroke-strong: rgba(216, 230, 255, 0.26);
  --brand: #c49a64;
  --brand-strong: #8f6338;
  --brand-soft: rgba(196, 154, 100, 0.22);
  --ink: #081220;
  --shadow-soft: 0 24px 50px rgba(1, 4, 10, 0.35);
  --shadow-strong: 0 42px 120px rgba(0, 0, 0, 0.46);
  --radius-xl: 32px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.intro-active {
  overflow: hidden;
}

body {
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% -12%, rgba(162, 209, 255, 0.26), rgba(162, 209, 255, 0) 35%),
    radial-gradient(circle at 86% 8%, rgba(110, 163, 255, 0.18), rgba(110, 163, 255, 0) 38%),
    linear-gradient(178deg, #02060d 0%, #050e1b 46%, #081527 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.33;
}

header.hero,
main,
footer {
  transition: opacity 0.72s ease, transform 0.72s ease, filter 0.72s ease;
}

body.site-loading header.hero,
body.site-loading main,
body.site-loading footer {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(1.6px);
}

.intro-cinema {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.72s ease, visibility 0.72s ease;
}

.intro-cinema.is-hiding {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-cinema-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.intro-cinema-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.65) 100%),
    radial-gradient(circle at 50% 20%, rgba(131, 193, 255, 0.22), rgba(131, 193, 255, 0) 46%);
}

.intro-cinema-ui {
  position: absolute;
  top: calc(clamp(0.95rem, 2vw, 1.4rem) + env(safe-area-inset-top, 0px));
  right: calc(clamp(0.95rem, 2vw, 1.4rem) + env(safe-area-inset-right, 0px));
  left: auto;
  bottom: auto;
  transform: none;
  width: auto;
  text-align: right;
  padding: 0;
  z-index: 3;
}

.intro-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.44rem;
  flex-wrap: nowrap;
}

.intro-btn {
  border: 1px solid rgba(214, 231, 255, 0.4);
  border-radius: 999px;
  background: rgba(9, 20, 38, 0.34);
  color: #edf4ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.44rem 0.74rem;
  backdrop-filter: blur(9px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.intro-btn:hover {
  background: rgba(20, 41, 74, 0.5);
  border-color: rgba(214, 231, 255, 0.58);
}

.intro-btn-ghost {
  background: rgba(6, 14, 26, 0.24);
}

a,
button,
input,
select {
  font-family: inherit;
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 0.72rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #c8d6f2;
  border-bottom: 1px solid var(--stroke);
  background: rgba(4, 9, 17, 0.82);
  backdrop-filter: blur(12px);
}

.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4.2rem 1.5rem;
}

.hero {
  width: 100%;
  max-width: none;
  padding-top: 0.5cm;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.hero-top-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.7rem;
}

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

.language-float {
  position: relative;
  z-index: 4;
  width: fit-content;
  padding: 0.3rem 0.4rem;
  border: 1px solid rgba(164, 133, 95, 0.3);
  border-radius: 10px;
  background: rgba(255, 251, 245, 0.9);
  box-shadow: 0 8px 20px rgba(62, 52, 40, 0.14);
  backdrop-filter: blur(10px);
}

.language-float::before {
  content: "🌐";
  position: absolute;
  left: -9999px;
}

.language-float #languageSelect {
  min-width: 136px;
  border: 1px solid rgba(156, 126, 90, 0.34);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.95);
  color: #4b5667;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.36rem 0.5rem;
}

.language-float #languageSelect:focus {
  outline: none;
  border-color: rgba(196, 154, 100, 0.72);
  box-shadow: 0 0 0 3px rgba(196, 154, 100, 0.2);
}

.hero-shell {
  display: block;
}

.hero-inline-title {
  margin: 1rem 0 0;
  padding: 0 0.1rem;
  max-width: 1320px;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2rem, 5.5vw, 4.7rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--text);
  white-space: pre;
  text-wrap: nowrap;
}

.hero-brand-side {
  display: none;
}

.brand-lockup {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-image {
  width: min(100%, 340px);
  max-height: min(100%, 520px);
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(34, 30, 24, 0.16));
  transform: none;
}

.nav {
  position: sticky;
  top: 3.2rem;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.35rem;
  padding: 0.72rem 0.82rem 0.72rem 0.98rem;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 19, 34, 0.74), rgba(8, 15, 29, 0.62));
  box-shadow: 0 14px 28px rgba(3, 8, 18, 0.32);
  backdrop-filter: blur(14px) saturate(1.06);
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  color: #eef2fa;
}

.logo::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: conic-gradient(from 220deg, #20364f 0%, #3b5775 26%, #c8a168 58%, #e0c699 76%, #304966 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.34),
    0 6px 14px rgba(1, 4, 10, 0.34);
}

.nav-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
}

.nav-menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(229, 210, 180, 0.3);
  border-radius: 11px;
  background: rgba(19, 31, 49, 0.56);
  cursor: pointer;
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.nav-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #e8d7bb;
  transition: transform 0.24s ease, opacity 0.24s ease, background 0.24s ease;
}

.nav-menu-toggle:hover {
  border-color: rgba(218, 181, 130, 0.56);
  background: rgba(27, 43, 66, 0.7);
}

.nav-menu-toggle[aria-expanded="true"] {
  border-color: rgba(218, 181, 130, 0.62);
  background: rgba(29, 45, 69, 0.76);
}

.nav-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-menu-panel {
  position: absolute;
  top: calc(100% + 0.62rem);
  right: 0;
  width: min(400px, calc(100vw - 3rem));
  padding: 0.34rem;
  border: 1px solid rgba(225, 198, 160, 0.26);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(16, 29, 46, 0.98), rgba(12, 22, 36, 0.96));
  box-shadow: 0 24px 48px rgba(2, 8, 16, 0.42);
  backdrop-filter: blur(12px) saturate(1.04);
  opacity: 0;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top right;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.nav-right.is-open .nav-menu-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.nav-menu-panel[hidden] {
  display: none !important;
}

.nav-links {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: #dbe5f6;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
  padding: 0.8rem 0.9rem;
  border-radius: 11px;
  border: 0;
  background: transparent;
  transition: color 0.22s ease, background 0.22s ease;
}

.nav-links a:hover {
  color: #f1d7ae;
  background: rgba(48, 66, 92, 0.52);
}

.lang-switch {
  display: grid;
  grid-template-columns: auto minmax(90px, auto);
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.22rem;
  padding: 0.7rem 0.9rem 0.56rem;
  border-top: 1px solid rgba(225, 198, 160, 0.2);
}

.lang-switch label {
  font-family: "IBM Plex Mono", monospace;
  color: #c9bda9;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#languageSelect {
  border: 1px solid var(--stroke);
  border-radius: 10px;
  background: rgba(19, 31, 49, 0.94);
  color: #f3f5fb;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.42rem 0.58rem;
}

#languageSelect:focus {
  outline: none;
  border-color: rgba(206, 159, 101, 0.7);
  box-shadow: 0 0 0 3px rgba(206, 159, 101, 0.22);
}

@media (min-width: 941px) {
  .nav {
    padding: 0.78rem 1.02rem 0.78rem 1.14rem;
  }

  .nav-menu-toggle {
    display: none;
  }

  .nav-menu-panel,
  .nav-menu-panel[hidden] {
    display: flex !important;
  }

  .nav-menu-panel {
    position: static;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    align-items: center;
    gap: 1rem;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 1.08rem;
  }

  .nav-links a {
    position: relative;
    padding: 0.24rem 0;
    border-radius: 0;
    background: transparent;
    color: #d8e0ef;
    white-space: nowrap;
  }

  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.36rem;
    height: 2px;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgba(228, 200, 158, 0.95), rgba(196, 154, 100, 0.9));
    transition: transform 0.22s ease;
  }

  .nav-links a:hover {
    background: transparent;
    color: #f3debb;
  }

  .nav-links a:hover::after,
  .nav-links a:focus-visible::after {
    transform: scaleX(1);
  }

  .lang-switch {
    display: flex;
    align-items: center;
    gap: 0.46rem;
    margin-top: 0;
    padding: 0 0 0 0.96rem;
    border-top: 0;
    border-left: 1px solid rgba(223, 194, 154, 0.24);
  }

  .lang-switch label {
    font-size: 0.62rem;
  }

  #languageSelect {
    min-width: 108px;
    padding: 0.35rem 0.48rem;
    font-size: 0.76rem;
  }
}

.hero-stage {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  min-height: clamp(520px, 72svh, 760px);
  border-radius: var(--radius-xl);
  border: 1px solid var(--stroke-strong);
  background: #07101d;
  box-shadow: var(--shadow-strong);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
}

.parallax-layer {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
  filter: none;
  transition: opacity 0.55s ease;
}

.hero-fallback {
  position: absolute;
  inset: -4%;
  background:
    radial-gradient(circle at 14% 16%, rgba(137, 179, 221, 0.34), rgba(137, 179, 221, 0) 36%),
    radial-gradient(circle at 86% 22%, rgba(142, 127, 198, 0.28), rgba(142, 127, 198, 0) 38%),
    linear-gradient(170deg, #0c1830 0%, #101f3c 48%, #172949 100%);
  opacity: 0.9;
  filter: none;
  transition: opacity 0.55s ease;
}

body.video-ready .hero-fallback {
  opacity: 0;
}

body.video-fallback .hero-video {
  opacity: 0;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 18, 33, 0.34) 0%, rgba(9, 18, 33, 0.34) 100%);
}

.hero-orb {
  display: none;
}

.hero-orb-a {
  top: -170px;
  left: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(114, 190, 255, 0.45) 0%, rgba(114, 190, 255, 0) 68%);
}

.hero-orb-b {
  top: 70px;
  right: -170px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(39, 122, 255, 0.33) 0%, rgba(39, 122, 255, 0) 70%);
}

.hero-grid {
  display: none;
}

@keyframes grid-shift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(64px);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  gap: 0;
  padding: clamp(2rem, 4.3vw, 3.6rem);
}

.hero-content {
  max-width: 920px;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 0.86rem;
  color: #b4c8ea;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 18ch;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-static {
  margin-top: clamp(0.9rem, 1.8vw, 1.6rem);
  padding-top: 0;
  padding-bottom: 0.4rem;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

#hero-static.section {
  margin-top: clamp(0.9rem, 1.8vw, 1.6rem) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.static-lead {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: clamp(220px, 24vw, 340px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.4rem, 3.2vw, 2.8rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0.2rem;
  box-shadow: none;
}

.post-hero-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.post-hero-logo {
  width: clamp(200px, 24vw, 320px);
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
  mix-blend-mode: normal;
  filter: drop-shadow(0 10px 22px rgba(43, 37, 30, 0.16));
}

.static-copy {
  max-width: 900px;
}

.static-brand-title {
  margin: 0 0 0.65rem;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.static-body {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: clamp(1.08rem, 1.9vw, 1.26rem);
  color: var(--text);
  line-height: 1.55;
}

.static-legal {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.static-cta-row {
  margin-top: 1.25rem;
}

.beneficiary-section {
  padding-top: 2.4rem;
}

.beneficiary-marquee {
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 251, 255, 0.74));
  padding: 0.85rem 0.4rem;
}

.beneficiary-track {
  display: flex;
  gap: 0.78rem;
  width: max-content;
  will-change: transform;
  animation: beneficiary-marquee-move-right 62s linear infinite;
}

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

.beneficiary-card {
  flex: 0 0 auto;
  min-width: 240px;
  border: 1px solid rgba(67, 140, 214, 0.3);
  border-radius: 14px;
  padding: 0.82rem 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 255, 0.88));
  box-shadow: 0 12px 24px rgba(18, 52, 97, 0.12);
  color: #1f3f66;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transform: perspective(900px) rotateX(7deg);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.beneficiary-card:hover {
  transform: perspective(900px) rotateX(0deg) translateY(-3px);
  border-color: rgba(67, 140, 214, 0.5);
  box-shadow: 0 18px 34px rgba(18, 52, 97, 0.16);
}

@keyframes beneficiary-marquee-move-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

h2 {
  margin: 0 0 0.95rem;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.6rem, 3.1vw, 2.5rem);
  letter-spacing: -0.025em;
}

h3 {
  margin: 0 0 0.62rem;
  font-family: "Sora", "Manrope", sans-serif;
  letter-spacing: -0.015em;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.62;
}

.hero-content p {
  color: #d2dff3;
  max-width: 72ch;
}

.hero-content #heroSub {
  font-size: clamp(1.02rem, 1.6vw, 1.16rem);
}

.legal-line {
  display: block;
  margin-top: 0.2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.48;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.72rem;
  margin-top: 1.25rem;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.74rem 1.22rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

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

.btn-primary {
  color: var(--ink);
  background: linear-gradient(180deg, #87cbff 0%, var(--brand) 100%);
  border-color: rgba(173, 217, 255, 0.72);
  box-shadow: 0 16px 34px rgba(55, 150, 248, 0.36);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #a0d7ff 0%, var(--brand-strong) 100%);
}

.btn-secondary {
  color: #eaf2ff;
  border-color: rgba(214, 230, 255, 0.42);
  background: linear-gradient(180deg, rgba(20, 37, 65, 0.9), rgba(12, 23, 42, 0.88));
  box-shadow: 0 16px 30px rgba(2, 6, 12, 0.35);
}

.btn-secondary:hover {
  border-color: rgba(143, 198, 255, 0.68);
  background: linear-gradient(180deg, rgba(25, 46, 79, 0.95), rgba(14, 27, 48, 0.92));
}

.link-cta {
  color: #8ecaff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.link-cta:hover {
  color: #b8dfff;
}

.hero-panel {
  justify-self: end;
  width: min(100%, 520px);
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(173, 217, 255, 0.4);
  background:
    linear-gradient(180deg, rgba(15, 29, 50, 0.78), rgba(8, 18, 34, 0.88)),
    radial-gradient(circle at 8% 0%, rgba(130, 201, 255, 0.18), rgba(130, 201, 255, 0));
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.hero-panel-label {
  margin: 0 0 0.45rem;
  color: #8fcfff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel p {
  color: #bfd0e9;
}

.hero-panel-list {
  margin: 0.85rem 0 1.1rem;
  padding-left: 1.05rem;
  color: #bfd0e9;
}

.hero-panel-list li {
  margin: 0.35rem 0;
}

.hero-panel-btn {
  width: 100%;
}

.hero-panel:hover {
  border-color: rgba(149, 207, 255, 0.56);
  box-shadow: 0 46px 130px rgba(0, 0, 0, 0.48);
}

main .section {
  margin-top: 1.25rem;
  padding: 3.1rem 2rem;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(8, 17, 32, 0.86), rgba(7, 15, 29, 0.86)),
    radial-gradient(circle at 8% -12%, rgba(106, 176, 255, 0.12), rgba(106, 176, 255, 0));
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-soft);
}

.grid {
  display: grid;
  gap: 1rem;
}

.cards-3 {
  margin-top: 1.45rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-4 {
  margin-top: 1.45rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards-service {
  margin-top: 1.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.accordion-list {
  margin-top: 1.45rem;
  display: grid;
  gap: 0.72rem;
}

.accordion-item {
  border: 1px solid rgba(219, 233, 255, 0.22);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(13, 27, 47, 0.9), rgba(9, 19, 35, 0.9));
  box-shadow: var(--shadow-soft);
  overflow: visible;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.accordion-item.is-open {
  border-color: rgba(149, 207, 255, 0.52);
  box-shadow: var(--shadow-strong);
}

.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  border: 0;
  color: #eaf2ff;
  text-align: left;
  padding: 1rem 1.1rem;
  cursor: pointer;
}

.accordion-title {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 230, 255, 0.42);
  color: #9ed5ff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.accordion-item.is-open .accordion-icon {
  transform: rotate(45deg);
  color: #c5e5ff;
  border-color: rgba(149, 207, 255, 0.72);
}

.accordion-panel {
  padding: 0 1.1rem 1rem;
}

.accordion-panel p {
  margin: 0;
  color: #bfd0e9;
  font-size: 0.98rem;
  line-height: 1.58;
}

.card,
.form-card,
.interactive-card {
  position: relative;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}

.card,
.form-card {
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(219, 233, 255, 0.22);
  background: linear-gradient(180deg, rgba(13, 27, 47, 0.9), rgba(9, 19, 35, 0.9));
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card {
  min-height: 208px;
}

.card::before,
.form-card::before,
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.card::after,
.form-card::after,
.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    420px circle at var(--mx, 50%) var(--my, 50%),
    rgba(149, 207, 255, 0.2),
    rgba(149, 207, 255, 0) 44%
  );
  opacity: 0;
  transition: opacity 0.22s ease;
}

.card:hover,
.form-card:hover {
  border-color: rgba(149, 207, 255, 0.52);
  box-shadow: var(--shadow-strong);
  transform: translateY(-3px);
}

.card:hover::after,
.form-card:hover::after,
.hero-panel:hover::after {
  opacity: 1;
}

ul {
  color: var(--muted);
}

.focus-list,
#founderCredentials {
  margin: 1.2rem 0;
  padding: 1rem 1.35rem;
  border: 1px solid rgba(219, 233, 255, 0.22);
  border-radius: var(--radius-md);
  background: rgba(12, 24, 43, 0.86);
  box-shadow: var(--shadow-soft);
  color: var(--muted);
}

#founderCredentials {
  padding-left: 2rem;
}

.focus-list li,
#founderCredentials li {
  margin: 0.35rem 0;
}

.coming-soon {
  color: #8fcfff;
  font-weight: 700;
  font-size: 0.9rem;
}

.footer {
  margin-top: 1.9rem;
  padding-top: 2rem;
  border-top: 1px solid var(--stroke);
}

.forms-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.form-card label {
  color: #cad8f1;
  font-size: 0.85rem;
  font-weight: 700;
}

.form-card input {
  border: 1px solid rgba(219, 233, 255, 0.24);
  border-radius: 10px;
  background: rgba(7, 14, 27, 0.94);
  color: #edf3ff;
  font-size: 0.94rem;
  padding: 0.7rem 0.78rem;
}

.form-card input:focus {
  outline: none;
  border-color: rgba(93, 176, 255, 0.74);
  box-shadow: 0 0 0 3px rgba(93, 176, 255, 0.2);
}

.section {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1150px) {
  .hero-overlay {
    align-items: center;
  }

  .hero-stage {
    min-height: 64svh;
  }

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

@media (max-width: 940px) {
  .hero-stage {
    min-height: 60svh;
  }

  .hero-overlay {
    padding: 1.8rem 1.2rem;
  }

  h1 {
    max-width: 11.2ch;
    font-size: clamp(2.1rem, 9vw, 4.2rem);
  }

  .cards-3,
  .cards-4,
  .forms-grid {
    grid-template-columns: 1fr;
  }

  .static-lead {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 1.3rem;
  }

  main .section {
    padding: 2.4rem 1.2rem;
  }

  .beneficiary-card {
    min-width: 190px;
  }
}

@media (max-width: 640px) {
  .top-bar {
    position: static;
    font-size: 0.74rem;
  }

  .hero {
    padding-top: 0.4cm;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .hero-top-row {
    margin-bottom: 0.55rem;
  }

  .section {
    padding: 2.8rem 1rem;
  }

  .hero-stage {
    border-radius: 24px;
    min-height: 400px;
  }

  .hero-inline-title {
    font-size: clamp(0.96rem, 3.9vw, 1.35rem);
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .language-float {
    padding: 0.3rem 0.34rem;
  }

  .language-float #languageSelect {
    min-width: 124px;
    font-size: 0.75rem;
    padding: 0.36rem 0.46rem;
  }

  #hero-static.section {
    margin-top: clamp(0.75rem, 3vw, 1.1rem) !important;
  }

  .static-lead {
    grid-template-columns: 1fr;
    gap: 0.95rem;
    padding: 0;
  }

  .post-hero-brand {
    justify-content: center;
  }

  .post-hero-logo {
    width: min(240px, 64vw);
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .static-copy {
    text-align: left;
  }

  .btn {
    width: 100%;
  }

  .hero .link-cta {
    width: 100%;
  }

  .intro-cinema-ui {
    top: 0.74rem;
    right: 0.74rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .section {
    opacity: 1;
    transform: none;
  }

  .beneficiary-track {
    animation: none;
  }
}

/* Light Theme Overrides */
body.theme-light {
  --text: #2a3342;
  --muted: #5f6877;
  --stroke: rgba(105, 91, 73, 0.15);
  --stroke-strong: rgba(105, 91, 73, 0.24);
  --brand: #bd915c;
  --brand-strong: #8f6238;
  --brand-soft: rgba(189, 145, 92, 0.2);
  --ink: #212a37;
  background:
    radial-gradient(circle at 14% -10%, rgba(235, 218, 188, 0.42), rgba(235, 218, 188, 0) 36%),
    radial-gradient(circle at 88% 10%, rgba(176, 203, 228, 0.28), rgba(176, 203, 228, 0) 38%),
    linear-gradient(180deg, #fcfbf8 0%, #f4f6f8 54%, #edf1f5 100%);
}

body.theme-light::before {
  opacity: 0.2;
}

body.theme-light .top-bar {
  color: #70593f;
  border-bottom-color: rgba(124, 101, 72, 0.18);
  background: rgba(253, 250, 245, 0.94);
}

body.theme-light .language-float {
  border-color: rgba(154, 122, 83, 0.24);
  background: rgba(255, 251, 245, 0.9);
  box-shadow: 0 10px 22px rgba(62, 52, 40, 0.14);
}

body.theme-light .language-float #languageSelect {
  border-color: rgba(154, 122, 83, 0.3);
  background: rgba(255, 253, 249, 0.95);
  color: #4b5667;
}

body.theme-light .hero-brand-side {
  border-color: rgba(154, 122, 83, 0.18);
  background:
    radial-gradient(circle at 18% 20%, rgba(236, 214, 183, 0.26), rgba(236, 214, 183, 0) 42%),
    radial-gradient(circle at 76% 78%, rgba(109, 140, 171, 0.2), rgba(109, 140, 171, 0) 46%),
    linear-gradient(170deg, rgba(255, 251, 245, 0.94), rgba(245, 241, 235, 0.9));
}

body.theme-light .nav {
  border-color: rgba(155, 124, 87, 0.22);
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.9), rgba(250, 246, 240, 0.82));
  box-shadow: 0 12px 28px rgba(74, 65, 52, 0.14);
}

body.theme-light .logo {
  color: #2d3d50;
}

body.theme-light .logo::before {
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.44),
    0 6px 14px rgba(66, 57, 45, 0.16);
}

body.theme-light .nav-menu-toggle {
  border-color: rgba(156, 123, 83, 0.28);
  background: rgba(255, 251, 243, 0.74);
}

body.theme-light .nav-menu-toggle span {
  background: #6f5940;
}

body.theme-light .nav-menu-toggle:hover {
  border-color: rgba(175, 137, 88, 0.54);
  background: rgba(255, 248, 238, 0.92);
}

body.theme-light .nav-menu-panel {
  border-color: rgba(155, 124, 87, 0.26);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(250, 246, 240, 0.94));
  box-shadow: 0 18px 34px rgba(80, 66, 47, 0.2);
}

body.theme-light .nav-links a {
  color: #3e4c5f;
  background: transparent;
}

body.theme-light .nav-links a:hover {
  color: #93663a;
  background: rgba(191, 148, 95, 0.13);
}

body.theme-light .lang-switch label {
  color: #8f7656;
}

body.theme-light #languageSelect {
  background: rgba(255, 252, 247, 0.95);
  color: #4b5768;
  border-color: rgba(148, 118, 81, 0.24);
}

body.theme-light .lang-switch {
  border-top-color: rgba(148, 118, 81, 0.2);
  border-left-color: rgba(148, 118, 81, 0.2);
  background: transparent;
}

body.theme-light .hero-stage {
  border-color: rgba(35, 74, 124, 0.18);
  background: #f1f6fc;
  box-shadow: 0 18px 44px rgba(18, 52, 97, 0.1);
}

body.theme-light .hero-video {
  opacity: 0.98;
  filter: none;
}

body.theme-light .hero-fallback {
  filter: saturate(0.92) contrast(1.03) brightness(0.8);
}

body.theme-light .hero-shade {
  background: linear-gradient(180deg, rgba(250, 252, 255, 0.14) 0%, rgba(250, 252, 255, 0.14) 100%);
}

body.theme-light .hero-kicker {
  color: #38638e;
}

body.theme-light .hero-content p {
  color: #2f4768;
}

body.theme-light .static-lead {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.theme-light .legal-line {
  color: #605241;
  border: 0;
  background: transparent;
}

body.theme-light .btn-primary {
  color: #2e2a23;
  background: linear-gradient(180deg, #ecd8b4 0%, #c89a64 100%);
  border-color: rgba(161, 118, 70, 0.45);
  box-shadow: 0 12px 24px rgba(138, 100, 58, 0.24);
}

body.theme-light .btn-primary:hover {
  background: linear-gradient(180deg, #f1dfbf 0%, #b98752 100%);
}

body.theme-light .btn-secondary {
  color: #1f3c62;
  border-color: rgba(67, 140, 214, 0.32);
  background: linear-gradient(180deg, rgba(240, 248, 255, 0.96), rgba(227, 239, 252, 0.92));
  box-shadow: 0 12px 28px rgba(45, 95, 160, 0.14);
}

body.theme-light .btn-secondary:hover {
  border-color: rgba(45, 130, 216, 0.44);
  background: linear-gradient(180deg, rgba(246, 251, 255, 0.98), rgba(233, 245, 255, 0.94));
}

body.theme-light .hero-panel {
  border-color: rgba(87, 153, 226, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(246, 251, 255, 0.82)),
    radial-gradient(circle at 8% 0%, rgba(130, 201, 255, 0.2), rgba(130, 201, 255, 0));
  box-shadow: 0 24px 60px rgba(18, 52, 97, 0.15);
}

body.theme-light .hero-panel p,
body.theme-light .hero-panel-list {
  color: #3a5272;
}

body.theme-light .hero-panel-label {
  color: #2e7ed0;
}

body.theme-light .hero-panel:hover {
  border-color: rgba(87, 153, 226, 0.45);
  box-shadow: 0 30px 80px rgba(18, 52, 97, 0.19);
}

body.theme-light main .section {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding-left: 0;
  padding-right: 0;
}

body.theme-light .card,
body.theme-light .form-card,
body.theme-light .accordion-item,
body.theme-light .focus-list,
body.theme-light #founderCredentials {
  border-color: rgba(35, 74, 124, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 251, 255, 0.86));
  box-shadow: 0 10px 26px rgba(18, 52, 97, 0.1);
}

body.theme-light .card:hover,
body.theme-light .form-card:hover,
body.theme-light .accordion-item.is-open {
  border-color: rgba(67, 140, 214, 0.4);
}

body.theme-light .accordion-trigger {
  color: #233e62;
}

body.theme-light .accordion-icon {
  color: #2e7ed0;
  border-color: rgba(67, 140, 214, 0.4);
}

body.theme-light .accordion-panel p {
  color: #3c5474;
}

body.theme-light .form-card label {
  color: #35557f;
}

body.theme-light .form-card input {
  border-color: rgba(35, 74, 124, 0.22);
  background: rgba(255, 255, 255, 0.93);
  color: #173255;
}

body.theme-light .form-card input:focus {
  border-color: rgba(67, 140, 214, 0.52);
  box-shadow: 0 0 0 3px rgba(67, 140, 214, 0.18);
}

body.theme-light .coming-soon,
body.theme-light .link-cta {
  color: #966a3f;
}

body.theme-light .footer {
  border-top-color: rgba(35, 74, 124, 0.14);
}
