.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: 'Omnes', sans-serif;
  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 {
  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;
}

.landing-title {
  font-family: 'Omnes', sans-serif;
  color: var(--c-white);
  margin-bottom: 24px;
  line-height: 1.1;
  pointer-events: none;
}

.landing-title-normal {
  font-weight: 400;
  font-size: clamp(28px, 5.6vh, 72px);
  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 {
  font-weight: 700;
  font-size: clamp(28px, 5.6vh, 72px);
  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;
}

html[lang="en"] .landing-title-normal,
html[lang="en"] .landing-title-bold,
html[lang="it"] .landing-title-normal,
html[lang="it"] .landing-title-bold {
  font-size: clamp(26px, 5vh, 64px);
}

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="fr"] .subtitle,
html[lang="pt"] .subtitle {
  font-size: clamp(14px, 1.9vw, 19px);
}

.subtitle {
  font-family: 'Omnes', sans-serif;
  font-weight: 400;
  color: var(--c-text-dim);
  margin-bottom: 16px;
  font-size: clamp(15px, 2.1vw, 21px);
  line-height: 1.55;
  pointer-events: none;
}

.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: 'Omnes', sans-serif;
  cursor: pointer;
  border: 1px solid var(--c-border-ghost);
  border-radius: 6px;
  padding: 4px 8px;
  outline: none;
}

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

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

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

.privacy-policy-content h3 {
  color: var(--c-white);
  font-family: 'Omnes', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 12px;
}

.privacy-policy-content ul {
  margin: 8px 0 16px;
  padding-left: 24px;
  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;
}

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

@media (max-width: 800px), (max-aspect-ratio: 1/1) {
  .hero-layout {
    justify-content: center;
    padding: 32px 24px;
  }

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

  .landing-title-normal,
  .landing-title-bold {
    font-size: clamp(16.8px, 3.36vh, 43.2px);
  }
}



@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;
  }
}
