:root {
  color-scheme: light;
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface-soft: #eef2f6;
  --ink: #17202a;
  --muted: #5f6b7a;
  --line: #d7dee7;
  --accent: #0f766e;
  --accent-dark: #115e59;
  --blue: #1d4ed8;
  --gold: #a16207;
  --danger: #b91c1c;
  --shadow: 0 18px 48px rgba(23, 32, 42, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

img {
  max-width: 100%;
}

.site-header,
main,
.site-footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 13px;
}

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

.nav a:hover,
.text-link:hover {
  color: var(--accent-dark);
}

.hero {
  min-height: calc(100dvh - 118px);
  display: grid;
  align-items: center;
  gap: 44px;
  padding: 26px 0 54px;
}

.split,
.product-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  text-wrap: balance;
}

h2 {
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.12;
  text-wrap: balance;
}

.lead,
.product-body p,
.lead-copy p,
.feature-grid p,
.section-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty;
}

.lead {
  max-width: 670px;
  margin-top: 20px;
}

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

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

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

.button.secondary {
  background: white;
}

.button.secondary:hover {
  background: var(--surface-soft);
}

.visual-panel {
  min-height: 540px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(rgba(17, 24, 39, 0.18), rgba(17, 24, 39, 0.18)),
    url("https://images.unsplash.com/photo-1507692049790-de58290a4334?auto=format&fit=crop&w=1400&q=80") center / cover;
  box-shadow: var(--shadow);
}

.church-photo {
  background:
    linear-gradient(rgba(17, 24, 39, 0.2), rgba(17, 24, 39, 0.2)),
    url("https://images.unsplash.com/photo-1507692049790-de58290a4334?auto=format&fit=crop&w=1400&q=80") center / cover;
}

.sermon-photo {
  background:
    linear-gradient(rgba(17, 24, 39, 0.28), rgba(17, 24, 39, 0.28)),
    url("https://images.unsplash.com/photo-1504052434569-70ad5836ab65?auto=format&fit=crop&w=1400&q=80") center / cover;
}

.browser-frame,
.product-screenshot {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(460px, calc(100% - 56px));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.browser-dots {
  display: flex;
  gap: 7px;
  border-bottom: 1px solid var(--line);
  padding: 14px;
}

.browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #94a3b8;
}

.dashboard-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

.metric-card {
  min-height: 92px;
  border-radius: 8px;
  background: var(--surface-soft);
  padding: 14px;
}

.metric-card.strong {
  background: #ecfdf5;
}

.metric-card span,
.screen-row span,
.price-cards span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-top: 14px;
  font-size: 24px;
}

.chart-lines {
  grid-column: 1 / -1;
  display: grid;
  gap: 9px;
  padding: 8px 2px 0;
}

.chart-lines span,
.outline-lines span {
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
}

.chart-lines span:nth-child(1) {
  width: 86%;
}

.chart-lines span:nth-child(2) {
  width: 68%;
}

.chart-lines span:nth-child(3) {
  width: 92%;
}

.chart-lines span:nth-child(4) {
  width: 54%;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 18px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.proof-strip article {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 22px;
}

.proof-strip strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.25;
}

.proof-strip span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  text-wrap: pretty;
}

.workflow-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 24px;
  align-items: start;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 28px;
}

.workflow-copy p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  text-wrap: pretty;
}

.workflow-list {
  display: grid;
  gap: 10px;
}

.workflow-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  padding: 16px;
}

.workflow-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.workflow-item strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
}

.workflow-item p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  text-wrap: pretty;
}

.product-card,
.band,
.lead-section,
.feature-grid article,
.pricing-strip {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.product-card {
  overflow: hidden;
}

.product-image {
  min-height: 250px;
}

.product-image.church {
  background: url("https://images.unsplash.com/photo-1438232992991-995b7058bbb3?auto=format&fit=crop&w=1000&q=80") center / cover;
}

.product-image.sermon {
  background: url("https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1000&q=80") center / cover;
}

.product-body {
  padding: 24px;
}

.product-body p {
  margin-top: 12px;
}

.clean-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  line-height: 1.5;
}

.clean-list li {
  border-left: 3px solid var(--accent);
  padding-left: 12px;
}

.text-link {
  color: var(--accent);
  font-weight: 900;
}

.band,
.pricing-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 28px;
  align-items: center;
  margin: 18px 0;
  padding: 30px;
}

.section-copy {
  margin-top: 14px;
  max-width: 720px;
  font-size: 16px;
}

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

.steps div,
.price-cards div {
  min-height: 112px;
  border-radius: 8px;
  background: var(--surface-soft);
  padding: 16px;
}

.steps strong {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
}

.steps span,
.price-cards strong {
  font-weight: 900;
  line-height: 1.35;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.7fr);
  gap: 34px;
  align-items: start;
  margin: 18px 0 46px;
  padding: 34px;
}

.thank-you {
  min-height: calc(100dvh - 146px);
  display: grid;
  align-items: center;
  padding: 54px 0;
}

.thank-you > div {
  max-width: 840px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: clamp(28px, 6vw, 56px);
}

.lead-copy p {
  margin-top: 16px;
}

.lead-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
  padding: 22px;
}

.lead-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}

.lead-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.lead-checks {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lead-checks li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

.lead-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}

.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.24);
  outline-offset: 2px;
}

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

.feature-grid article {
  padding: 22px;
}

.feature-grid h2 {
  font-size: 20px;
}

.feature-grid p {
  margin-top: 12px;
  font-size: 15px;
}

.product-screenshot {
  padding: 16px;
}

.product-screenshot.dark {
  background: rgba(23, 32, 42, 0.94);
  color: white;
}

.screen-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
}

.product-screenshot.dark .screen-row {
  border-color: rgba(255, 255, 255, 0.16);
}

.screen-chart {
  height: 150px;
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 18px;
}

.screen-chart span {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: var(--accent);
}

.screen-chart span:nth-child(1) {
  height: 48%;
}

.screen-chart span:nth-child(2) {
  height: 76%;
}

.screen-chart span:nth-child(3) {
  height: 58%;
}

.screen-chart span:nth-child(4) {
  height: 86%;
}

.screen-chart span:nth-child(5) {
  height: 70%;
}

.screen-note {
  margin: 18px 0;
  color: #dbeafe;
  font-size: 15px;
}

.outline-lines {
  display: grid;
  gap: 12px;
}

.outline-lines span {
  background: #475569;
}

.outline-lines span:nth-child(1) {
  width: 96%;
}

.outline-lines span:nth-child(2) {
  width: 78%;
}

.outline-lines span:nth-child(3) {
  width: 88%;
}

.outline-lines span:nth-child(4) {
  width: 62%;
}

.site-footer {
  min-height: 70px;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 960px) {
  .split,
  .product-hero,
  .product-grid,
  .proof-strip,
  .workflow-panel,
  .band,
  .lead-section,
  .pricing-strip {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .visual-panel {
    min-height: 420px;
  }

  .dashboard-preview,
  .steps,
  .price-cards,
  .proof-strip,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .browser-frame,
  .product-screenshot {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }

  .lead-section,
  .band,
  .pricing-strip {
    padding: 22px;
  }
}
