:root {
  font-family: "Source Sans 3", sans-serif;
  color: #0f234a;
  background: #f4f4f4;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; min-height: 100%; }
button, a { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(15, 35, 74, 0.32); outline-offset: 4px; }

.landing {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #f4f4f4;
}

.dot-grid {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle at 1px 1px, #0f234a 1px, transparent 0);
  background-size: 24px 24px;
}

.language-switcher {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(26, 39, 84, 0.08);
}

.language-switcher button {
  border: 0;
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
  background: transparent;
  color: rgba(15, 35, 74, 0.6);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: color 180ms ease, background 180ms ease;
}
.language-switcher button:hover { color: #0f234a; }
.language-switcher button.active { background: #0f234a; color: #fff; }

.hero-title {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1152px;
  margin: 0;
  color: #0f234a;
  text-align: center;
  font-family: "STIX Two Text", serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.hero-title > span { display: block; }
.hero-line-one { white-space: nowrap; font-size: clamp(22px, 5.2vw, 56px); }
.hero-line-two { margin-top: 12px; font-size: clamp(36px, 7vw, 72px); letter-spacing: 0.12em; }
.animated-character { display: inline-block; transition: opacity 500ms ease-out, transform 500ms ease-out; }
.cursor {
  display: inline-block;
  width: 2px;
  height: 0.9em;
  margin-left: 4px;
  vertical-align: middle;
  background: #0f234a;
  animation: blink 1s step-end infinite;
}

.subtitle {
  position: relative;
  z-index: 10;
  margin: 24px 0 0;
  color: rgba(15, 35, 74, 0.6);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: opacity 1s ease;
}
.subtitle.visible, .choices.visible { opacity: 1; }

.choices {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1024px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  opacity: 0;
  transition: opacity 1s ease;
}
.choice-wrap { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.choice-card {
  position: relative;
  width: 100%;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(26, 39, 84, 0.06);
  text-decoration: none;
  transition: transform 500ms ease, box-shadow 500ms ease;
}
.choice-card:hover { transform: translateY(-4px); box-shadow: 0 12px 50px rgba(26, 39, 84, 0.18); }
.pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid rgba(15, 35, 74, 0.25);
  animation: pulse-ring 2.8s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.pulse-ring-two { border-color: rgba(15, 35, 74, 0.15); animation-delay: 1.4s; }
.delay-venture { animation-delay: 0.6s; }
.delay-venture-two { animation-delay: 2s; }
.choice-logo {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  animation: soft-pulse 3.5s ease-in-out infinite;
}
.delay-venture-logo { animation-delay: 0.6s; }
.choice-caption {
  max-width: 352px;
  margin: 0;
  padding: 0 8px;
  color: rgba(15, 35, 74, 0.6);
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .subtitle { font-size: 14px; }
  .choices { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; margin-top: 64px; }
  .choice-wrap { gap: 24px; }
  .choice-card { min-height: 236px; padding: 48px; }
  .choice-logo { max-width: 340px; }
  .choice-caption { font-size: 14px; }
}
@media (max-width: 640px) {
  .landing { justify-content: flex-start; padding-top: 112px; }
  .language-switcher { top: 16px; right: 16px; }
  .hero-line-one { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }
@keyframes pulse-ring { 0% { transform: scale(0.96); opacity: 0.55; } 70%, 100% { transform: scale(1.12); opacity: 0; } }
@keyframes soft-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.035); } }
