:root {
  --bg: #fcfbff;
  --surface: #ffffff;
  --surface-soft: #f5f4ff;
  --line: rgba(33, 37, 74, 0.1);
  --line-strong: rgba(33, 37, 74, 0.18);
  --text: #111111;
  --muted: #5c5c5c;
  --accent: #1570ef;
  --accent-soft: #edf5ff;
  --blue: #19a0ff;
  --coral: #ff6e63;
  --purple: #8f20ff;
  --mint: #12d9a5;
  --red: #ff3b30;
  --shadow: 0 24px 70px rgba(40, 48, 83, 0.12);
  --radius-xl: 40px;
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(137, 224, 255, 0.2), transparent 28%),
    radial-gradient(circle at top right, rgba(143, 32, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f5ff 28%, #ffffff 100%);
  color: var(--text);
  font-family: "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #0f4fd4;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
video:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
}

video {
  background: var(--surface-soft);
}

p,
li,
td,
th {
  color: var(--text);
}

ul,
ol {
  padding-left: 1.25rem;
}

table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

th,
td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  text-align: left;
  background: #faf7f2;
}

tr:last-child td {
  border-bottom: 0;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.92em;
  color: #1a2535;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--text);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(252, 251, 255, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(33, 37, 74, 0.08);
}

.header-inner,
.site-shell {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0.9rem;
}

.site-shell {
  padding: 0 0 5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  border-radius: 0.85rem;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: #ffffff url("./site-assets/app-icon.png") center / cover no-repeat;
  box-shadow: 0 10px 28px rgba(24, 32, 64, 0.16);
}

.brand-text {
  font-size: 1rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.site-nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.site-nav a[aria-current="page"] {
  color: var(--text);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.28em;
}

.hero {
  padding: 5rem 0 2.5rem;
}

.hero-grid,
.summary-grid,
.pricing-grid,
.support-grid,
.legal-grid,
.media-grid,
.feature-grid,
.showcase-grid,
.footer-grid,
.split-grid {
  display: grid;
  gap: 1.4rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: end;
  gap: 3.4rem;
}

.eyebrow,
.kicker {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

h1,
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.lead,
.lede,
.hero p {
  max-width: 38rem;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  color: var(--muted);
}

.button-row,
.actions,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.28rem;
  border-radius: 999px;
  border: 1px solid rgba(24, 32, 64, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  text-decoration: none;
  font-weight: 650;
  box-shadow: 0 10px 24px rgba(24, 32, 64, 0.08);
}

.button:hover,
.btn:hover {
  text-decoration: none;
}

.button.primary,
.btn.primary {
  background: var(--text);
  color: #fff;
  border-color: var(--text);
}

.button.subtle {
  background: rgba(255, 255, 255, 0.64);
}

.section {
  padding: 4.4rem 0;
}

.section-title {
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.section-copy,
.meta,
.transcript {
  color: var(--muted);
}

.section-copy {
  max-width: 42rem;
}

.panel,
.card,
.content-card,
.legal-card,
.hero-panel,
.tile,
.media-card,
.feature-card,
.image-card {
  background: var(--surface);
  border: 1px solid rgba(33, 37, 74, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.content-card,
.legal-card,
.hero-panel,
.tile,
.media-card,
.feature-card,
.image-card {
  padding: 1.5rem;
}

.summary-grid,
.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid,
.support-grid,
.legal-grid,
.media-grid,
.split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3.4rem;
  align-items: center;
}

.feature-row.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.feature-row.reverse .image-frame {
  order: 1;
}

.feature-copy p:last-child {
  margin-bottom: 0;
}

.image-frame {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.image-frame img {
  border-radius: 24px;
}

.product-shot {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(24, 32, 64, 0.15);
}

.hero-visual {
  padding: 0;
}

.showcase-grid figure {
  margin: 0;
}

.image-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.image-card figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-panel h2,
.content-card h3,
.legal-card h3,
.tile h3,
.media-card h3,
.feature-card h3 {
  margin-top: 0;
  margin-bottom: 0.65rem;
}

.video-shell {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #f3efe8;
  border: 1px solid var(--line);
  margin-bottom: 0.85rem;
}

.video-shell video {
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
}

.callout,
.note {
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  color: var(--text);
}

.callout.warm {
  background: #fff3e1;
  border-left-color: #ffb347;
}

.callout.lime {
  background: #f5ffe9;
  border-left-color: #89b83d;
}

.steps {
  display: grid;
  gap: 1rem;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.step-number {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-soft);
  font-weight: 700;
}

.footer,
.site-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 2rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.home-page .hero {
  position: relative;
}

.hero-copy {
  max-width: 36rem;
}

.hero-stack {
  position: relative;
  min-height: 46rem;
}

.hero-phone {
  margin: 0;
}

.hero-phone-main {
  max-width: 24rem;
  margin-left: auto;
}

.hero-phone-secondary {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  max-width: 14rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(24, 32, 64, 0.08);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 650;
  box-shadow: 0 10px 24px rgba(24, 32, 64, 0.06);
}

.section-tight {
  padding-top: 2.3rem;
}

.summary-grid-home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-summary {
  padding: 1.55rem;
}

.feature-summary h3 {
  margin-bottom: 0.55rem;
}

.tone-blue {
  background: linear-gradient(180deg, rgba(25, 160, 255, 0.12), #ffffff 72%);
}

.tone-coral {
  background: linear-gradient(180deg, rgba(255, 110, 99, 0.12), #ffffff 72%);
}

.tone-purple {
  background: linear-gradient(180deg, rgba(143, 32, 255, 0.12), #ffffff 72%);
}

.tone-mint {
  background: linear-gradient(180deg, rgba(18, 217, 165, 0.14), #ffffff 72%);
}

.accent-blue {
  color: var(--blue);
}

.accent-coral {
  color: var(--coral);
}

.accent-purple {
  color: var(--purple);
}

.accent-mint {
  color: var(--mint);
}

.image-frame-soft {
  padding: 0.5rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 244, 255, 0.88));
  border: 1px solid rgba(33, 37, 74, 0.08);
  box-shadow: var(--shadow);
}

.showcase-grid-feature {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
}

.section-contrast {
  margin-top: 1rem;
  padding: 4.6rem 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(247, 245, 255, 0.92), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(33, 37, 74, 0.08);
  box-shadow: var(--shadow);
}

.screenshot-grid {
  margin-top: 2rem;
}

.marketing-shot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(33, 37, 74, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(24, 32, 64, 0.1);
}

.marketing-shot img {
  width: 100%;
}

.marketing-shot figcaption {
  display: grid;
  gap: 0.35rem;
  margin-top: 0;
}

.marketing-shot figcaption strong {
  font-size: 1rem;
  line-height: 1.25;
}

.marketing-shot figcaption span {
  color: var(--muted);
  font-size: 0.95rem;
}

.content-card .lead {
  color: var(--text);
}

@media (max-width: 960px) {
  .hero-grid,
  .feature-row,
  .feature-row.reverse,
  .summary-grid,
  .summary-grid-home,
  .feature-grid,
  .pricing-grid,
  .support-grid,
  .legal-grid,
  .media-grid,
  .showcase-grid,
  .footer-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .feature-copy,
  .feature-row.reverse .image-frame {
    order: initial;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stack {
    min-height: 0;
    padding-top: 1rem;
  }

  .hero-phone-main {
    margin: 0 auto;
  }

  .hero-phone-secondary {
    position: static;
    max-width: 12rem;
    margin: -4rem auto 0 1rem;
  }

  .section-contrast {
    padding-inline: 1.2rem;
  }
}

@media (max-width: 680px) {
  .header-inner,
  .site-shell {
    width: min(var(--max-width), calc(100% - 1.25rem));
  }

  .hero {
    padding-top: 3.2rem;
  }

  h1,
  .hero h1 {
    font-size: clamp(2.3rem, 13vw, 4rem);
  }

  .section {
    padding: 3rem 0;
  }

  .button,
  .btn {
    width: 100%;
  }

  .pill-row {
    gap: 0.6rem;
  }

  .pill {
    font-size: 0.9rem;
  }

  .image-frame,
  .content-card,
  .legal-card,
  .hero-panel,
  .tile,
  .media-card,
  .feature-card,
  .image-card {
    padding: 1rem;
  }

  .hero-phone-secondary {
    margin-top: -2.5rem;
    margin-left: 0;
  }

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

  .section-contrast {
    padding: 3rem 1rem;
    border-radius: 28px;
  }
}

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