:root {
  --brand: #23a7ff;
  --brand-2: #24e5d5;
  --ink: #f6fbff;
  --muted: #a8b8cc;
  --page: #07101f;
  --surface: #101b2f;
  --border: #20324f;
  --topbar-bg: #050d1a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: .94rem;
}

a {
  color: var(--brand);
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 760px;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.d-none {
  display: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-height: 2.25rem;
  padding: .45rem .85rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--bs-btn-color, var(--ink));
  background: var(--bs-btn-bg, transparent);
  border-color: var(--bs-btn-border-color, transparent);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.btn-lg {
  min-height: 3rem;
  padding: .7rem 1rem;
  font-size: 1rem;
}

.btn-sm {
  min-height: 2rem;
  padding: .35rem .7rem;
  font-size: .78rem;
}

.btn-primary {
  --bs-btn-bg: var(--brand);
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: var(--brand);
}

.btn-outline-light {
  --bs-btn-color: #f6fbff;
  --bs-btn-border-color: rgba(246, 251, 255, .72);
}

.app-shell {
  max-width: 760px;
  padding-top: 4.25rem !important;
  padding-bottom: 5.75rem !important;
}

.app-topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background: color-mix(in srgb, var(--topbar-bg) 96%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--brand) 28%, transparent);
  backdrop-filter: blur(12px);
}

.app-brand {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: min(38vw, 220px);
  overflow: hidden;
  text-decoration: none;
}

.app-brand picture,
.app-brand img {
  display: block;
  max-width: 100%;
}

.app-brand img {
  width: auto;
  height: 2.25rem;
  object-fit: contain;
}

.topbar-auth-actions {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.topbar-auth-actions .btn {
  white-space: nowrap;
}

.app-tabbar {
  display: none;
}

.landing-page {
  width: 100vw;
  margin: -1rem 0 -2rem calc(50% - 50vw);
  color: #f6fbff;
  background: #07101f;
}

.landing-hero {
  position: relative;
  min-height: min(760px, 82svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(5.5rem, 10vw, 7rem) 1rem clamp(2.5rem, 7vw, 4.5rem);
}

.landing-hero-image,
.landing-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-hero-image {
  object-fit: cover;
  object-position: center;
}

.landing-hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 13, 26, .94), rgba(5, 13, 26, .72) 48%, rgba(5, 13, 26, .42)),
    linear-gradient(0deg, #07101f 0%, rgba(7, 16, 31, 0) 26%);
}

.landing-hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.landing-brand {
  margin: 0 0 .65rem;
  color: var(--brand-2);
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.landing-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.35rem, 9vw, 5.6rem);
  line-height: .95;
  font-weight: 950;
  letter-spacing: 0;
}

.landing-slogan {
  margin: 1rem 0 .5rem;
  color: #ffffff;
  font-size: clamp(1rem, 3vw, 1.35rem);
  font-weight: 850;
}

.landing-copy {
  max-width: 42rem;
  margin: 0;
  color: rgba(246, 251, 255, .84);
  font-size: clamp(.98rem, 2.4vw, 1.15rem);
  line-height: 1.55;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.35rem;
}

.landing-section,
.landing-progress-section,
.landing-final-cta {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 4.5rem) 1rem;
}

.landing-section-header {
  max-width: 46rem;
  margin-bottom: 1.15rem;
}

.landing-section h2,
.landing-progress-copy h2,
.landing-final-cta h2 {
  margin: 0;
  font-size: clamp(1.7rem, 5vw, 3rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.landing-section-header p,
.landing-progress-copy p {
  margin: .75rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.landing-feature-grid,
.landing-audience-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .75rem;
}

.landing-feature,
.landing-audience-grid div {
  min-width: 0;
  padding: .95rem;
  border: 1px solid color-mix(in srgb, var(--brand) 24%, var(--border));
  border-radius: 8px;
  background: color-mix(in srgb, #101b2f 86%, var(--brand-2));
}

.landing-feature h3 {
  margin: 0 0 .4rem;
  font-size: 1rem;
  font-weight: 850;
}

.landing-feature p,
.landing-audience-grid div {
  color: rgba(246, 251, 255, .78);
  font-size: .9rem;
  line-height: 1.45;
}

.landing-feature p {
  margin: 0;
}

.landing-progress-section {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.landing-progress-section picture {
  display: block;
}

.landing-progress-image {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--brand-2) 28%, var(--border));
  background: #101b2f;
}

.landing-final-cta {
  text-align: center;
  padding-bottom: 6.5rem;
}

.landing-final-cta .landing-actions {
  justify-content: center;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1050;
  display: grid;
  gap: .75rem;
  padding: .85rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.cookie-banner p {
  margin: .2rem 0 0;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  gap: .5rem;
}

@media (min-width: 720px) {
  .landing-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .landing-progress-section {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  }

  .landing-progress-copy {
    max-width: 34rem;
  }
}
