:root {
  color-scheme: light;
  --bg: #fbfcfd;
  --surface: #ffffff;
  --surface-soft: #f3f7f8;
  --text: #121821;
  --muted: #5f6d7b;
  --faint: #81909e;
  --border: #dfe7ed;
  --coral: #df4b43;
  --coral-dark: #bd352f;
  --teal: #087f7d;
  --teal-soft: #e8f7f5;
  --shadow: 0 24px 70px rgba(18, 24, 33, 0.12);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--bg);
  color: var(--text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0, #f6fafb 640px, #fbfcfd 100%),
    var(--bg);
}

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

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(223, 231, 237, 0.78);
  background: rgba(255, 255, 255, 0.86);
  padding: 16px clamp(20px, 5vw, 72px);
  backdrop-filter: blur(18px);
}

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

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--text);
  color: #ffffff;
}

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

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.header-cta {
  background: var(--text);
  color: #ffffff;
  padding: 0 18px;
}

.hero {
  display: grid;
  max-width: 1240px;
  min-height: calc(100vh - 72px);
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 44px) clamp(48px, 7vw, 80px);
}

.hero-copy h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
  letter-spacing: 0;
  line-height: 0.94;
}

.hero-copy p {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  padding: 0 22px;
}

.button.primary {
  background: var(--coral);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(223, 75, 67, 0.24);
}

.button.primary:hover {
  background: var(--coral-dark);
}

.button.secondary {
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--text);
}

.proof-list {
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
}

.hero-media {
  min-width: 0;
}

.hero-media img {
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.workflow,
.pricing,
.coming-soon,
.privacy-band {
  max-width: 1160px;
  margin: 0 auto;
  padding: 82px clamp(20px, 5vw, 44px);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 28px;
}

.section-heading h2,
.privacy-band h2,
.coming-soon h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: 0;
  line-height: 1;
}

.section-heading p,
.privacy-band p,
.coming-soon p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.steps,
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.steps article,
.price-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 22px;
}

.steps span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
}

.steps h3,
.price-card h3 {
  margin: 18px 0 0;
  font-size: 20px;
}

.steps p,
.price-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.privacy-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  border-block: 1px solid var(--border);
  background: var(--surface-soft);
  max-width: none;
  padding-inline: max(clamp(20px, 5vw, 44px), calc((100vw - 1160px) / 2 + 44px));
}

.privacy-band div,
.privacy-band ul {
  max-width: 680px;
}

.privacy-band ul {
  display: grid;
  gap: 12px;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-band li {
  border-left: 3px solid var(--teal);
  background: #ffffff;
  padding: 14px 16px;
  font-weight: 800;
}

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

.price-card strong {
  display: block;
  margin-top: 18px;
  font-size: 42px;
  line-height: 1;
}

.price-card span {
  display: block;
  margin-top: 8px;
  color: var(--faint);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card.featured {
  border-color: rgba(8, 127, 125, 0.38);
  box-shadow: 0 18px 50px rgba(8, 127, 125, 0.11);
}

.coming-soon {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.coming-soon p {
  max-width: 700px;
  margin-top: 0;
}

.site-footer {
  justify-content: center;
  gap: 22px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 700;
}

.site-footer span {
  color: var(--text);
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header nav {
    display: none;
  }

  .hero,
  .privacy-band,
  .coming-soon {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 720px) {
  .site-header {
    padding-inline: 16px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .hero-actions,
  .button,
  .header-cta,
  .proof-list,
  .site-footer {
    width: 100%;
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .proof-list {
    align-items: flex-start;
  }

  .steps,
  .price-grid {
    grid-template-columns: 1fr;
  }
}
