/*
 * This file is generated by scripts/build-css.mjs.
 * Edit files in /styles and run npm run build:css.
 */
/* Source: styles/base.css */
:root {
  --color-bg: #0f172a;
  --color-bg-soft: #1e293b;
  --color-text: #ffffff;
  --color-text-muted: #d1d5db;
  --color-indigo: #a5b4fc;
  --color-indigo-strong: #1e1b4b;
  --color-indigo-accent: #312e81;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  overflow-x: hidden;
  line-height: 1.5;
}

a {
  color: inherit;
}

img,
picture {
  display: block;
}

.container {
  width: min(100% - 3rem, 72rem);
  margin-inline: auto;
}

.container--narrow {
  max-width: 64rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent);
}

.logo-link {
  width: 6rem;
  pointer-events: auto;
  transition: transform 0.25s ease;
}

.logo-link:hover,
.logo-link:focus-visible {
  transform: scale(1.05);
}

.logo-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
  border-radius: 0.5rem;
}

.logo-image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
}

.reveal-on-scroll {
  opacity: 1;
  transform: none;
}

.js .reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.js .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.legal-link-row {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.legal-link-row a {
  text-decoration: none;
  color: rgba(199, 210, 254, 0.88);
  transition: color 0.2s ease;
}

.legal-link-row a:hover,
.legal-link-row a:focus-visible {
  color: #ffffff;
}

.site-footer-note {
  margin: 0;
  color: rgba(199, 210, 254, 0.8);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .logo-link {
    width: 8rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

/* Source: styles/landing.css */
.parallax-container {
  position: relative;
  width: 100%;
}

.parallax-section {
  position: relative;
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  z-index: 0;
}

.section-cover {
  z-index: 10;
  background: var(--color-bg);
  box-shadow: 0 -50px 100px -20px rgba(0, 0, 0, 0.5);
}

.cover-layer {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--color-bg);
}

.bg-cover-picture {
  position: absolute;
  inset: 0;
}

.bg-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.12s linear;
  pointer-events: none;
  user-select: none;
  will-change: transform;
}

.overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.overlay--problem-base {
  z-index: 10;
  background: rgba(15, 23, 42, 0.6);
  mix-blend-mode: multiply;
}

.overlay--problem-gradient {
  z-index: 10;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.1) 55%, transparent 100%);
}

.overlay--solution-base {
  z-index: 10;
  background: rgba(49, 46, 129, 0.3);
  mix-blend-mode: multiply;
}

.overlay--solution-gradient {
  z-index: 10;
  background: linear-gradient(to top, rgba(30, 27, 75, 0.92) 0%, rgba(30, 27, 75, 0.2) 50%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.problem-heading {
  margin: 0 0 1.5rem;
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 7.2vw, 4.7rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.problem-heading em {
  color: #d1d5db;
  font-style: italic;
  font-weight: 300;
}

.problem-subtitle {
  margin: 0;
  color: #e5e7eb;
  font-size: clamp(1.05rem, 2.7vw, 1.35rem);
  font-weight: 300;
  letter-spacing: 0.03em;
}

.scroll-cue {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  z-index: 30;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0.9;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.9);
}

.scroll-cue p {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-cue svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-inline: auto;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: float 4s ease-in-out infinite;
}

.solution-shell {
  position: relative;
  z-index: 20;
  text-align: center;
}

.solution-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.8);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.solution-heading {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 8vw, 5.4rem);
  line-height: 1.04;
  letter-spacing: 0.01em;
}

.solution-heading span {
  background: linear-gradient(90deg, #c7d2fe, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.solution-divider {
  margin: 2rem auto;
  width: 6rem;
  height: 0.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
}

.solution-subtitle {
  margin: 0 0 2.5rem;
  font-size: clamp(1.2rem, 3.5vw, 2rem);
  line-height: 1.45;
  font-weight: 300;
}

.solution-subtitle strong {
  color: #c7d2fe;
}

.coming-soon {
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  z-index: 20;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.coming-soon__label {
  margin: 0;
  color: rgba(199, 210, 254, 0.86);
  font-size: 0.78rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-style: italic;
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 2rem, 72rem);
  }

  .problem-heading {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .solution-heading {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .solution-subtitle br {
    display: inline;
  }

  .coming-soon {
    bottom: 1.15rem;
  }

  .coming-soon__label {
    letter-spacing: 0.26em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue {
    display: none;
  }

  .bg-cover-image {
    transform: none !important;
  }

  .hero-content {
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Source: styles/legal.css */
.legal-page {
  min-height: 100svh;
  width: min(100% - 3rem, 58rem);
  margin-inline: auto;
  padding: 8rem 0 3rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: #a5b4fc;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.back-link:hover,
.back-link:focus-visible {
  color: #ffffff;
}

.back-link:hover svg,
.back-link:focus-visible svg {
  transform: translateX(-3px);
}

.back-link:focus-visible {
  outline: 2px solid rgba(165, 180, 252, 0.95);
  outline-offset: 4px;
  border-radius: 0.3rem;
}

.back-link svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}

.legal-title {
  margin: 0 0 2rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.1;
  background: linear-gradient(90deg, #c7d2fe, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.legal-content {
  max-width: none;
  color: #cbd5e1;
  font-size: 1.05rem;
  font-weight: 300;
}

.legal-content p,
.legal-content ul,
.legal-content li {
  line-height: 1.75;
}

.legal-content p {
  margin: 0 0 1.5rem;
}

.legal-content ul {
  margin: 0 0 1.5rem;
  padding-left: 1.4rem;
}

.legal-content h1 {
  margin: 2.75rem 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 4.4vw, 2.2rem);
  color: #ffffff;
  line-height: 1.2;
}

.legal-content h2 {
  margin: 2rem 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  color: #c7d2fe;
}

.legal-content h3 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.15rem;
  color: #ffffff;
}

.legal-content strong {
  color: #ffffff;
  font-weight: 600;
}

.legal-content hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid rgba(199, 210, 254, 0.28);
}

.legal-link {
  color: #c7d2fe;
}

.legal-link:hover,
.legal-link:focus-visible {
  color: #ffffff;
}

.legal-last-updated {
  margin-bottom: 2rem;
}

.legal-footer {
  padding: 2rem 1rem 2.5rem;
  text-align: center;
  color: rgba(199, 210, 254, 0.82);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .legal-page {
    width: min(100% - 2rem, 58rem);
    padding-top: 7.5rem;
  }

  .legal-content {
    font-size: 1rem;
  }
}
