:root {
  color-scheme: light;
  --bg: #f7fbff;
  --surface: #ffffff;
  --ink: #10141f;
  --muted: #667085;
  --line: #dfe8f3;
  --blue: #0a84ff;
  --blue-strong: #006ee6;
  --green: #2fc58d;
  --yellow: #ffbd4a;
  --coral: #ff7b72;
  --shadow: 0 24px 70px rgba(25, 54, 99, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(10, 132, 255, 0.11), transparent 30rem),
    linear-gradient(180deg, #fbfdff 0%, var(--bg) 52%, #fff 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 40px));
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(223, 232, 243, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(30, 54, 86, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}

.brand img,
.final-copy img {
  border-radius: 22%;
  box-shadow: 0 10px 26px rgba(10, 132, 255, 0.18);
}

.nav-links {
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a,
.site-footer a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--blue);
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  min-height: calc(100svh - 88px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  align-items: start;
  gap: clamp(24px, 5vw, 74px);
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 9vh, 86px) 0 clamp(56px, 7vw, 92px);
}

.hero-copy {
  max-width: 560px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(46px, 5.4vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.15;
}

.hero-text,
.section-copy p,
.workflow-copy > p,
.final-copy p,
.feature p,
.steps span,
.proof-item span {
  color: var(--muted);
  font-size: 18px;
}

.hero-text {
  max-width: 510px;
  margin-bottom: 26px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 18px;
}

.app-store-link {
  display: inline-flex;
  transition: transform 180ms ease, filter 180ms ease;
}

.app-store-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.app-store-link img {
  width: 190px;
  height: auto;
}

.availability {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 15% 8% 9%;
  z-index: -1;
  border-radius: 56px;
  background:
    linear-gradient(135deg, rgba(10, 132, 255, 0.16), rgba(47, 197, 141, 0.12)),
    repeating-linear-gradient(0deg, rgba(16, 20, 31, 0.055) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(90deg, rgba(16, 20, 31, 0.055) 0 1px, transparent 1px 54px);
  box-shadow: inset 0 0 0 1px rgba(10, 132, 255, 0.08);
}

.shot {
  position: absolute;
  max-width: 100%;
  background: transparent;
  filter: drop-shadow(0 24px 36px rgba(25, 54, 99, 0.18));
  object-fit: contain;
}

.shot-primary {
  right: 50%;
  transform: translateX(50%);
  top: 0;
  z-index: 3;
  width: min(38vw, 390px);
}

.proof-strip,
.screen-tour,
.feature-section,
.workflow,
.use-cases,
.faq-section,
.final-cta {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--line);
}

.proof-item {
  min-height: 152px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
}

.proof-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.screen-tour {
  padding: clamp(78px, 10vw, 132px) 0 0;
}

.tour-intro {
  max-width: 760px;
  margin-bottom: 36px;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.screen-panel {
  min-height: 100%;
  padding: 24px 24px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 52px rgba(30, 54, 86, 0.07);
}

.screen-panel img {
  width: min(100%, 245px);
  height: auto;
  margin: 0 auto 24px;
  filter: drop-shadow(0 20px 30px rgba(25, 54, 99, 0.15));
}

.screen-panel p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.feature-section {
  padding: clamp(88px, 11vw, 148px) 0;
}

.section-copy {
  max-width: 710px;
  margin-bottom: 38px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 52px rgba(30, 54, 86, 0.08);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #e9f4ff;
  color: var(--blue);
}

.feature-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 92px);
  padding: 18px 0 clamp(92px, 11vw, 140px);
}

.workflow-media {
  position: relative;
}

.workflow-media::before {
  content: "";
  position: absolute;
  inset: 13% -16% 9% 13%;
  z-index: -1;
  border-radius: 48px;
  background: linear-gradient(135deg, rgba(255, 189, 74, 0.22), rgba(10, 132, 255, 0.14));
}

.workflow-media img {
  width: min(100%, 420px);
  margin: 0 auto;
  filter: drop-shadow(0 24px 36px rgba(25, 54, 99, 0.18));
}

.workflow-copy {
  max-width: 590px;
}

.steps {
  display: grid;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  padding-left: 66px;
  counter-increment: steps;
}

.steps li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #10141f;
  color: #fff;
  font-weight: 900;
}

.steps strong,
.steps span {
  display: block;
}

.use-cases {
  padding: clamp(72px, 10vw, 120px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.use-case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.use-case-list span,
.use-case-list a {
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #283246;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(30, 54, 86, 0.06);
}

.use-case-list a:hover {
  color: var(--blue-strong);
  border-color: rgba(31, 132, 255, 0.34);
}

.faq-section {
  padding: clamp(84px, 11vw, 136px) 0 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 52px rgba(30, 54, 86, 0.06);
}

.faq-item summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
}

.faq-item p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.faq-item a {
  color: var(--blue-strong);
  font-weight: 800;
  text-decoration: none;
}

.final-cta {
  padding: clamp(84px, 12vw, 146px) 0;
}

.final-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.final-copy img {
  margin: 0 auto 26px;
}

.final-copy p {
  margin-bottom: 28px;
}

.final-copy a:not(.app-store-link) {
  color: var(--blue-strong);
  font-weight: 800;
  text-decoration: none;
}

.final-copy .app-store-link {
  justify-content: center;
}

.site-footer {
  justify-content: space-between;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 38px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 20px;
}

.page-main {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 108px) 0 clamp(80px, 10vw, 132px);
}

.page-main.wide {
  width: min(var(--max), calc(100% - 40px));
}

.page-hero {
  margin-bottom: 42px;
}

.page-hero h1 {
  max-width: 820px;
}

.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
}

.content-block {
  display: grid;
  gap: 28px;
}

.content-block section,
.guide-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 52px rgba(30, 54, 86, 0.06);
}

.content-block h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 38px);
}

.content-block p,
.content-block li {
  color: var(--muted);
  font-size: 17px;
}

.content-block a,
.guide-card a {
  color: var(--blue-strong);
  font-weight: 800;
  text-decoration: none;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.guide-sidebar {
  position: sticky;
  top: 112px;
}

.guide-sidebar img {
  width: min(100%, 250px);
  margin: 0 auto 20px;
  filter: drop-shadow(0 20px 30px rgba(25, 54, 99, 0.15));
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

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

  .reveal,
  .app-store-link {
    transition: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    width: min(720px, calc(100% - 28px));
  }

  .nav-links {
    display: none;
  }

  .hero,
  .workflow {
    grid-template-columns: 1fr;
  }

  .hero {
    width: min(720px, calc(100% - 28px));
    min-height: auto;
    padding-top: 52px;
  }

  .hero-copy {
    max-width: 690px;
  }

  .hero-visual {
    min-height: 650px;
  }

  .shot {
    width: min(48vw, 320px);
  }

  .shot-primary {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(64vw, 350px);
  }

  .proof-strip,
  .screen-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-section,
  .screen-tour,
  .workflow,
  .proof-strip,
  .use-cases,
  .faq-section,
  .final-cta,
  .site-footer {
    width: min(720px, calc(100% - 28px));
  }

  .faq-grid,
  .guide-layout {
    grid-template-columns: 1fr;
  }

  .guide-sidebar {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    margin-top: 10px;
    border-radius: 20px;
  }

  .brand span {
    font-size: 17px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 14px;
  }

  h1 {
    font-size: 46px;
    line-height: 0.98;
  }

  h2 {
    font-size: 34px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-text,
  .section-copy p,
  .workflow-copy > p,
  .final-copy p,
  .feature p,
  .steps span,
  .proof-item span {
    font-size: 16px;
  }

  .app-store-link img {
    width: 172px;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 22px;
    overflow: visible;
  }

  .hero-visual::before {
    inset: 16% 0 3% 0;
    border-radius: 36px;
  }

  .shot {
    position: static;
    margin: 0 auto;
  }

  .shot-primary {
    width: min(86vw, 310px);
    transform: none;
  }

  .proof-item,
  .screen-panel,
  .feature {
    padding: 24px;
  }

  .workflow-media img {
    width: min(100%, 350px);
  }

  .workflow-media::before {
    inset: 13% 0 9% 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .page-main,
  .page-main.wide {
    width: min(100% - 28px, 720px);
  }
}
