.landing {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  isolation: isolate;
  overflow-x: hidden;
  background: radial-gradient(circle at var(--globe-center-x, 50%) var(--globe-center-y, 50%), var(--c-black) 0%, var(--c-black) var(--globe-black-stop, 30%), var(--globe-edge-color, var(--c-bg-deep)) 100%);
}

.globe-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.brand-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  pointer-events: none;
  padding: calc(env(safe-area-inset-top, 0px) + clamp(8px, 2.5vw, 24px)) calc(env(safe-area-inset-right, 0px) + clamp(8px, 2.5vw, 24px)) 0 calc(env(safe-area-inset-left, 0px) + clamp(8px, 2.5vw, 24px));
  will-change: transform;
}

.brand-left,
.brand-right {
  display: flex;
  align-items: center;
  pointer-events: auto;
  gap: clamp(8px, 3vw, 32px);
}

.brand-mark {
  display: block;
  height: clamp(28px, 8vw, 84px);
  width: auto;
  object-fit: contain;
}

.brand-logotype {
  padding-left: 0;
  max-width: clamp(100px, 22vw, 320px);
}

.brand-logo {
  padding-right: 0;
}

.brand-menu {
  display: flex;
  gap: clamp(8px, 2vw, 24px);
}

.brand-menu a {
  font-family: var(--font-omnes-stack);
  font-weight: 500;
  color: var(--c-white);
  text-decoration: none;
  font-size: clamp(10px, 1.6vw, 15px);
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: color 300ms ease-in-out, opacity 150ms ease-in-out;
}

.brand-menu a.active,
.brand-menu a:hover {
  color: var(--c-cyan);
}

.brand-menu a:hover {
  text-shadow: 0 0 12px var(--c-cyan-glow);
}

.hero-layout {
  --hero-inline-padding: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 48px 56px;
  pointer-events: auto;
  min-height: calc(100svh - 64px - env(safe-area-inset-bottom, 0px));
}

.hero-content {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  flex-shrink: 0;
}

.hero-side-guide {
  display: none;
  position: absolute;
  left: max(calc(env(safe-area-inset-left, 0px) + 24px),
      calc((2 * var(--globe-center-x, 50%)) - 100% + var(--hero-inline-padding)));
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 540px;
  color: var(--c-white);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  transform: translateY(20px);
  transition: opacity 150ms ease-in-out;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.hero-side-guide-title {
  margin: 0 0 24px;
  font-family: var(--font-omnes-stack);
  font-weight: 400;
  font-size: clamp(28px, 5.6vh, 72px);
  line-height: 1;
  letter-spacing: -0.8px;
  background: linear-gradient(to right,
      #ffffff 0%,
      #f4f4f4 22%,
      #e2e2e2 48%,
      #c8c8c8 72%,
      #a9a9a9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero-side-guide-copy {
  margin-bottom: 0;
  text-align: right;
}

.landing-title{
  font-family: var(--font-omnes-stack);
  color: var(--c-white);
  margin: 0 0 24px;
  line-height: 1;
  pointer-events: none;
}

.landing-title-normal {
  display: block;
  font-weight: 400;
  font-size: clamp(28px, 5.6vh, 72px);
  line-height: 1;
  letter-spacing: -0.8px;
  background: linear-gradient(to right,
      oklch(0.8868 0.1788 99.01) 0%,
      oklch(0.8793 0.1714 100.22) 6%,
      oklch(0.8666 0.1483 106.94) 15%,
      oklch(0.8373 0.1527 134.29) 28%,
      oklch(0.8176 0.1671 153.01) 42%,
      oklch(0.8053 0.1303 173.87) 58%,
      oklch(0.8014 0.1216 175.71) 60%,
      oklch(0.7053 0.1644 243.41) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.landing-title-bold {
  display: block;
  font-weight: 700;
  font-size: clamp(28px, 5.6vh, 72px);
  line-height: 1;
  letter-spacing: -0.8px;
  background: linear-gradient(to right,
      oklch(0.8868 0.1788 99.01) 0%,
      oklch(0.8793 0.1714 100.22) 6%,
      oklch(0.8666 0.1483 106.94) 15%,
      oklch(0.8373 0.1527 134.29) 28%,
      oklch(0.8176 0.1671 153.01) 42%,
      oklch(0.8053 0.1303 173.87) 58%,
      oklch(0.8014 0.1216 175.71) 60%,
      oklch(0.7053 0.1644 243.41) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.landing-title br {
  display: none;
}

.landing-title-bold {
  margin-top: 0.1em; /* Adds space between the two title lines */
}

html[lang="en"] .landing-title-normal,
html[lang="en"] .landing-title-bold,
html[lang="it"] .landing-title-normal,
html[lang="it"] .landing-title-bold,
html[lang="fr"] .landing-title-normal,
html[lang="fr"] .landing-title-bold,
html[lang="es"] .landing-title-normal,
html[lang="es"] .landing-title-bold,
html[lang="de"] .landing-title-normal,
html[lang="de"] .landing-title-bold,
html[lang="pt"] .landing-title-normal,
html[lang="pt"] .landing-title-bold {
  font-size: clamp(20.8px, 4vh, 51.2px);
}

html[lang="en"] .hero-side-guide-title,
html[lang="it"] .hero-side-guide-title,
html[lang="fr"] .hero-side-guide-title,
html[lang="es"] .hero-side-guide-title,
html[lang="de"] .hero-side-guide-title,
html[lang="pt"] .hero-side-guide-title {
  font-size: clamp(20.8px, 4vh, 51.2px);
}

.subtitle {
  font-family: var(--font-omnes-stack);
  font-weight: 400;
  color: var(--c-text-dim);
  margin-bottom: 12px;
  font-size: clamp(14px, 1.9vw, 19px);
  line-height: 1.55;
  pointer-events: none;
}

.hero-content .subtitle:first-of-type {
  margin-top: 8px;
}

.subtitle-secondary {
  margin-bottom: 4px;
}

.highlight-bubble,
.highlight-days,
.highlight-friends,
.highlight-first {
  color: var(--c-white);
  font-weight: 600;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  color: var(--c-text-ghost);
  position: fixed;
  left: calc(env(safe-area-inset-left, 0px) + 16px);
  bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
  z-index: 4;
  font-size: clamp(11px, 1.2vw, 13px);
  width: calc(100% - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 32px);
  margin: 0;
  padding: 0;
  pointer-events: auto;
}

.language-picker select {
  background-color: transparent;
  color: var(--c-text-ghost);
  font-size: 13px;
  font-family: var(--font-omnes-stack);
  cursor: pointer;
  border: 1px solid var(--c-border-ghost);
  border-radius: 6px;
  padding: 4px 8px;
  outline: none;
}

@media (max-width: 768px) {
  .subtitle {
    font-size: clamp(11.2px, 1.52vw, 15.2px);
  }

  .brand-bar {
    padding: calc(env(safe-area-inset-top, 0px) + 8px) calc(env(safe-area-inset-right, 0px) + 10px) 0 calc(env(safe-area-inset-left, 0px) + 10px);
  }

  .brand-left,
  .brand-right {
    gap: clamp(6px, 1.8vw, 14px);
    min-width: 0;
  }

  .brand-left {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand-menu {
    gap: clamp(6px, 1.7vw, 14px);
    min-width: 0;
  }

  .brand-menu a {
    font-size: clamp(9px, 1.8vw, 13px);
    white-space: nowrap;
  }

  .brand-logotype {
    max-width: clamp(68px, 16vw, 110px);
  }

  .brand-logo {
    height: clamp(22px, 5vw, 34px);
  }

  .language-picker select {
    font-size: clamp(10px, 1.9vw, 13px);
    padding: clamp(3px, 0.6vw, 4px) clamp(6px, 1.2vw, 8px);
    max-width: clamp(84px, 22vw, 120px);
  }
}

@media (max-width: 480px) {
  .brand-bar {
    padding: calc(env(safe-area-inset-top, 0px) + 6px) calc(env(safe-area-inset-right, 0px) + 6px) 0 calc(env(safe-area-inset-left, 0px) + 6px);
  }

  .brand-left,
  .brand-right {
    gap: clamp(4px, 1vw, 8px);
  }

  .brand-logotype {
    max-width: clamp(46px, 13vw, 72px);
  }

  .brand-logo {
    height: clamp(18px, 4.8vw, 24px);
  }

  .brand-menu {
    gap: clamp(4px, 1vw, 8px);
  }

  .brand-menu a {
    font-size: clamp(7px, 2vw, 10px);
    letter-spacing: 0;
  }

  .language-picker select {
    font-size: clamp(8px, 2vw, 10px);
    padding: 2px 5px;
    max-width: clamp(64px, 20vw, 84px);
  }
}

.language-picker select option {
  color: var(--c-black);
}

.footer-gradient {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.649) 0%, transparent 80%);
  z-index: 3;
  pointer-events: none;
}

.footer-links {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-privacy-link {
  color: var(--c-text-ghost);
  font-size: inherit;
  text-decoration: none;
  transition: color 200ms ease-in-out, opacity 150ms ease-in-out;
}

.footer-privacy-link:hover {
  color: oklch(1 0 0 / 0.7);
}

.privacy-policy-content h3 {
  color: var(--c-white);
  font-family: var(--font-omnes-stack);
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 12px;
}

.privacy-policy-content ul {
  margin: 8px 0 16px;
  padding-left: 24px;
  max-width: 760px;
  list-style: disc;
}

.privacy-policy-content li {
  color: var(--c-text-faded);
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 1.6;
}

.privacy-updated {
  color: var(--c-text-ghost);
  font-size: 14px;
  margin-bottom: 24px;
}

.privacy-email a {
  color: var(--c-privacy-link);
  text-decoration: none;
}

.privacy-email a:hover {
  text-decoration: underline;
}

.waitlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1200px) {
  .hero-layout {
    --hero-inline-padding: 36px;
    padding: 36px;
  }
}

@media (max-width: 800px),
(max-aspect-ratio: 1/1) {
  .hero-layout {
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px 48px;
  }

  .hero-content {
    max-width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 0;
  }

  .hero-side-guide {
    display: none !important;
  }

  .landing-title-normal,
  .landing-title-bold {
    font-size: clamp(15.3px, 3.8vw, 34px);
  }

  html[lang="fr"] .landing-title-normal,
  html[lang="fr"] .landing-title-bold {
    font-size: clamp(32px, 7.6vw, 68px);
  }

  html[lang="es"] .landing-title-normal,
  html[lang="es"] .landing-title-bold,
  html[lang="de"] .landing-title-normal,
  html[lang="de"] .landing-title-bold,
  html[lang="pt"] .landing-title-normal,
  html[lang="pt"] .landing-title-bold {
    font-size: clamp(27.2px, 6.5vw, 58px);
  }

  html[lang="it"] .landing-title-normal,
  html[lang="it"] .landing-title-bold,
  html[lang="en"] .landing-title-normal,
  html[lang="en"] .landing-title-bold {
    font-size: clamp(32px, 7.6vw, 68px);
  }

  .waitlist-input,
  .waitlist-button {
    height: 44px !important;
    font-size: 14px !important;
  }

  .waitlist-shell {
    margin-top: clamp(6px, 2vw, 12px) !important;
  }

  .waitlist-form {
    gap: clamp(6px, 2vw, 12px) !important;
  }
}

@media (min-aspect-ratio: 16/9) {
  .hero-side-guide {
    display: flex;
  }
}

/* ===== Small mobile: tighter text scaling ===== */
@media (max-width: 480px) {
  .hero-content {
    padding-top: 0;
    transform: translateY(20px);
  }

  .landing-title {
    margin-bottom: 0;
  }

  .subtitle {
    font-size: clamp(9.6px, 2.8vw, 12.8px);
    line-height: 1.5;
    margin-bottom: 0.04;
  }

  .subtitle-secondary {
    display: none;
  }

  .landing-title-normal,
  .landing-title-bold {
    font-size: clamp(9.2px, 2.6vw, 16.3px);
  }

  html[lang="fr"] .landing-title-normal,
  html[lang="fr"] .landing-title-bold {
    font-size: clamp(18px, 5vw, 33.6px);
  }

  html[lang="es"] .landing-title-normal,
  html[lang="es"] .landing-title-bold,
  html[lang="de"] .landing-title-normal,
  html[lang="de"] .landing-title-bold,
  html[lang="pt"] .landing-title-normal,
  html[lang="pt"] .landing-title-bold {
    font-size: clamp(15.3px, 4.3vw, 28.6px);
  }

  html[lang="ja"] .landing-title-normal,
  html[lang="ja"] .landing-title-bold,
  html[lang="ko"] .landing-title-normal,
  html[lang="ko"] .landing-title-bold,
  html[lang="no"] .landing-title-normal,
  html[lang="no"] .landing-title-bold,
  html[lang="sv"] .landing-title-normal,
  html[lang="sv"] .landing-title-bold,
  html[lang="th"] .landing-title-normal,
  html[lang="th"] .landing-title-bold,
  html[lang="zh"] .landing-title-normal,
  html[lang="zh"] .landing-title-bold {
    font-size: clamp(18px, 5vw, 33.6px);
  }

  html[lang="ar"] .landing-title-normal,
  html[lang="ar"] .landing-title-bold,
  html[lang="da"] .landing-title-normal,
  html[lang="da"] .landing-title-bold,
  html[lang="fi"] .landing-title-normal,
  html[lang="fi"] .landing-title-bold,
  html[lang="he"] .landing-title-normal,
  html[lang="he"] .landing-title-bold,
  html[lang="pl"] .landing-title-normal,
  html[lang="pl"] .landing-title-bold,
  html[lang="ru"] .landing-title-normal,
  html[lang="ru"] .landing-title-bold {
    font-size: clamp(16.6px, 4.6vw, 31px);
  }

  html[lang="hi"] .landing-title-normal,
  html[lang="hi"] .landing-title-bold,
  html[lang="it"] .landing-title-normal,
  html[lang="it"] .landing-title-bold,
  html[lang="id"] .landing-title-normal,
  html[lang="id"] .landing-title-bold,
  html[lang="nl"] .landing-title-normal,
  html[lang="nl"] .landing-title-bold {
    font-size: clamp(15.3px, 4.3vw, 28.6px);
  }

  html[lang="el"] .landing-title-normal,
  html[lang="el"] .landing-title-bold,
  html[lang="tr"] .landing-title-normal,
  html[lang="tr"] .landing-title-bold,
  html[lang="vi"] .landing-title-normal,
  html[lang="vi"] .landing-title-bold {
    font-size: clamp(14.2px, 4vw, 26.5px);
  }

  html[lang="en"] .landing-title-normal,
  html[lang="en"] .landing-title-bold {
    font-size: clamp(18px, 5vw, 33.6px);
  }

  .site-footer {
    font-size: 8px;
    left: calc(env(safe-area-inset-left, 0px) + 12px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
    width: calc(100% - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px) - 24px);
  }

  .waitlist-shell {
    width: fit-content !important;
    max-width: 100% !important;
    margin-top: 0 !important;
  }

  .waitlist-input,
  .waitlist-button {
    height: 40px !important;
    font-size: 13px !important;
  }
}



@media (max-aspect-ratio: 9/17) {
  .hero-layout {
    align-items: flex-end;
    padding: 0 24px 64px;
  }

  .hero-content {
    margin-top: auto;
    justify-content: flex-end;
  }
}

/* ===== Shooting stars ===== */
.shooting-star {
  position: absolute;
  height: 1.5px;
  pointer-events: none;
  z-index: 1;
  will-change: transform, opacity;
  background: linear-gradient(90deg,
      transparent 0%,
      oklch(1 0 0 / 0.01) 8%,
      oklch(1 0 0 / 0.04) 25%,
      oklch(1 0 0 / 0.12) 48%,
      oklch(1 0 0 / 0.35) 72%,
      oklch(1 0 0 / 0.7) 90%,
      oklch(1 0 0 / 0.95) 100%);
  border-radius: 0 50% 50% 0;
}

.shooting-star::before {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: oklch(0.98 0.02 195);
  box-shadow:
    0 0 2px 1px oklch(1 0 0 / 0.9),
    0 0 6px 2px oklch(0.95 0.06 195 / 0.5),
    0 0 14px 4px oklch(0.9 0.1 195 / 0.15);
}

/* ── RTL (Arabic) ────────────────────────────────────────────────── */
[dir="rtl"] .hero-side-guide {
  left: auto;
  right: max(calc(env(safe-area-inset-right, 0px) + 24px),
      calc((2 * var(--globe-center-x, 50%)) - 100% + var(--hero-inline-padding)));
  align-items: flex-start;
  text-align: left;
}

[dir="rtl"] .hero-side-guide-copy {
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .shooting-star {
    display: none !important;
  }
}

.support-us-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.support-page-copy {
  max-width: 100%;
  margin-bottom: 24px;
}

.support-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 32px auto 64px;
}

.support-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--c-white);
}

.support-actions-bottom {
  margin-bottom: 0;
}

.support-section {
  width: 100%;
  margin-bottom: 16px;
}

.support-section-title {
  margin: 0 0 10px;
  color: var(--c-white);
  font-family: var(--font-omnes-stack);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.support-section-copy {
  margin-bottom: 18px;
  max-width: 720px;
}

.support-impact-grid {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.support-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.support-impact-grid>li:last-child {
  padding-right: 0;
}

.support-detail-icon {
  width: 96px;
  height: 96px;
  margin-top: 2px;
  flex: 0 0 96px;
  object-fit: contain;
}

.support-detail-content {
  min-width: 0;
  flex: 1 1 auto;
}

.support-detail-title {
  margin: 0 0 8px;
  color: var(--c-white);
  font-family: var(--font-omnes-stack);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.support-detail-copy {
  margin: 0;
  color: var(--c-text-faded);
  font-size: 15px;
  line-height: 1.65;
}

.support-trust-section {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.support-trust-list {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  display: inline-block;
  text-align: left;
}

.support-trust-item {
  color: var(--c-text-faded);
  margin-bottom: 10px;
  line-height: 1.65;
}

.support-trust-item:last-child {
  margin-bottom: 0;
}

.support-trust-note {
  margin: 18px auto 0;
  text-align: center;
}

.support-trust-note a {
  color: var(--c-privacy-link);
  text-decoration: none;
}

.support-trust-note a:hover {
  text-decoration: underline;
}

.support-closing {
  margin-bottom: 24px;
}

@media (max-width: 800px) {
  .support-impact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .support-detail-card {
    padding-right: 0;
    border-right: 0;
  }

  .support-cta-btn {
    width: 100%;
  }
}

/* Active state for footer legal links */
.footer-links a.active {
  color: var(--c-cyan) !important;
  text-shadow: 0 0 12px var(--c-cyan-glow);
}