:root {
  --primary: #0870af;
  --primary-soft: #0a8fd9;
  --text: #f2f8ff;
  --muted: #cde6ff;
  --card: rgba(255, 255, 255, 0.1);
  --card-strong: rgba(255, 255, 255, 0.18);
  --bg: #0870af;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  background: radial-gradient(
    110% 110% at 8% 8%,
    #0b91d9 0%,
    #0870af 48%,
    #065a8a 100%
  );
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 64px 72px;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 64px 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.2px;
}

.brand-logo {
  height: 36px;
  width: auto;
  display: block;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #dbefff 100%);
  display: grid;
  place-items: center;
  color: var(--primary);
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

nav a {
  font-weight: 600;
  color: var(--muted);
}

nav a:hover,
nav a:focus-visible {
  color: #ffffff;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  background: #ffffff;
  color: var(--primary);
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.cta.secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.store-badge {
  display: inline-flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease;
  opacity: 1;
  pointer-events: auto;
}

.store-badge img {
  display: block;
  height: 64px;
  width: auto;
}

.store-badge:hover,
.store-badge:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}


.hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 40px 0 24px;
  text-align: center;
}

.hero > * {
  width: 100%;
  max-width: 880px;
}

.hero-img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.24);
  margin-top: 4rem;
}

.feature-rows {
  display: grid;
  gap: 18px;
  padding: 4rem 0 12px;
}

.feature-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.feature-card:nth-of-type(even) {
  direction: rtl;
}

.feature-card:nth-of-type(even) > * {
  direction: ltr;
}

.feature-video video {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}

.feature-title {
  margin: 0 0 8px;
  font-size: 1.9rem;
  color: #ffffff;
}

.feature-card .lead {
  font-size: 1.1rem;
  line-height: 1.7;
}

.feature-kicker {
  margin: 0 0 8px;
  color: #e1f1ff;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.eyebrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

h1 {
  font-size: clamp(2.2rem, 3vw + 1rem, 3.3rem);
  line-height: 1.1;
  margin: 18px 0 12px;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

p.lead {
  font-size: 1.05rem;
  color: var(--muted);
  margin-bottom: 22px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.badge {
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-weight: 600;
}

.board-preview {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  max-width: 880px;
  margin: 0 auto;
}

.board-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.column {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 14px;
}

.column h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #ffffff;
}

.card {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  margin-bottom: 10px;
  color: #f8fbff;
}

.meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.spark {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16),
    transparent 60%
  );
  filter: blur(6px);
  z-index: 0;
}

.spark.one {
  top: -60px;
  right: -80px;
}

.spark.two {
  bottom: -70px;
  left: -40px;
}

.section {
  padding: 28px 0 12px;
}

.section .content {
  padding: 0;
}

.section-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
}

.grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card.feature {
  min-height: 160px;
}

.card h4 {
  margin: 0 0 8px;
}

.list {
  display: grid;
  gap: 12px;
  color: var(--muted);
}

footer {
  margin-top: auto;
  padding: 26px 64px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

footer nav a {
  color: var(--muted);
}

.legal-page .hero {
  padding-top: 16px;
}

.legal-body {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow);
}

.legal-body h2 {
  margin: 20px 0 8px;
}

.legal-body p {
  color: var(--muted);
  margin: 8px 0;
}

@media (max-width: 800px) {
  header,
  .content,
  footer {
    padding: 20px;
  }

  header {
    padding: 14px 20px 6px;
    gap: 10px;
  }

  .hero {
    padding: 24px 0 12px;
  }

  nav {
    gap: 12px;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }
}
