* {
  box-sizing: border-box;
}

:root {
  color: #23201c;
  background: #f3f0e9;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
}

a {
  color: inherit;
}

.site-header {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

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

.nav-cta {
  padding: 10px 14px;
  border-radius: 10px;
  background: #23201c;
  color: #fff;
}

.hero {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 72px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 72px;
}

.eyebrow,
.card-label,
.example-kicker {
  margin: 0 0 14px;
  color: #746f66;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(48px, 6.4vw, 82px);
  line-height: .98;
  letter-spacing: -.035em;
}

.hero-text {
  max-width: 660px;
  margin: 28px 0 0;
  color: #5f5a52;
  font-size: 19px;
  line-height: 1.65;
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
}

.primary-button {
  background: #23201c;
  color: #fff;
}

.secondary-button {
  border: 1px solid rgba(0, 0, 0, .16);
  background: rgba(255, 255, 255, .45);
}

.format-note {
  margin: 18px 0 0;
  color: #746f66;
  font-size: 13px;
}

.example-window {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(35, 32, 28, .12);
}

.example-topbar {
  display: flex;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  background: #faf9f6;
}

.example-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c8c3ba;
}

.example-document {
  max-width: 560px;
  margin: 0 auto;
  padding: 52px 48px 42px;
}

.example-document h2 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.05;
}

.example-document h3 {
  margin: 32px 0 10px;
  font-size: 22px;
}

.example-document p {
  color: #49453f;
  line-height: 1.7;
}

.example-powered {
  margin-top: 48px;
  color: #8a847b !important;
  font-size: 11px;
}

.section {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 92px 0;
  border-top: 1px solid rgba(0, 0, 0, .09);
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.04;
}

.section-heading > p:last-child {
  margin: 18px 0 0;
  color: #746f66;
  font-size: 18px;
  line-height: 1.6;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.feature-card {
  min-height: 260px;
  padding: 34px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .72);
}

.feature-card h3 {
  margin: 0;
  font-size: 30px;
}

.feature-card p:last-child {
  margin: 18px 0 0;
  color: #6e685f;
  line-height: 1.65;
}

.steps {
  display: grid;
  gap: 0;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.steps li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.steps > li > span {
  color: #8b857c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.steps h3 {
  margin: 0;
  font-size: 27px;
}

.steps p {
  margin: 7px 0 0;
  color: #6e685f;
  line-height: 1.6;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.audience-list span {
  padding: 11px 14px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  font-size: 14px;
  font-weight: 700;
}


.hero-support {
  max-width: 650px;
  margin: 14px 0 0;
  color: #746f66;
  font-size: 15px;
  line-height: 1.65;
}

.use-case-card {
  min-height: 230px;
}

.use-case-card h3 {
  max-width: 470px;
}

.document-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.document-types span {
  padding: 10px 13px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  font-size: 13px;
  font-weight: 700;
}

.final-cta-text {
  max-width: 680px;
  margin: 18px 0 0;
  color: #d6d0c6;
  font-size: 17px;
  line-height: 1.6;
}

.final-cta {
  width: min(100% - 40px, 1180px);
  margin: 0 auto 92px;
  padding: 64px;
  border-radius: 24px;
  background: #23201c;
  color: #fff;
}

.final-cta .eyebrow {
  color: #bcb5aa;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta .primary-button {
  margin-top: 28px;
  background: #fff;
  color: #23201c;
}

.site-footer {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 28px 0 48px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  color: #746f66;
  font-size: 12px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

@media (max-width: 860px) {
  .site-nav a[href="#how-it-works"],
  .site-nav a[href="#what-you-can-publish"] {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 48px;
  }

  .hero-example {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: min(100% - 28px, 1180px);
    min-height: 72px;
  }

  .site-nav {
    gap: 12px;
  }


  .hero,
  .section,
  .final-cta,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    padding: 44px 0 72px;
  }

  .hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .example-document {
    padding: 38px 26px 34px;
  }

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

  .section {
    padding: 72px 0;
  }

  .steps li {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .final-cta {
    padding: 42px 24px;
    margin-bottom: 60px;
  }
}
