:root {
  --ink: #101828;
  --navy: #1c2637;
  --muted: #647084;
  --teal: #4d9c8e;
  --teal-dark: #285f55;
  --coral: #c97b63;
  --gold: #f2d27a;
  --leaf: #6b7a4e;
  --paper: #fbfcfc;
  --soft: #f3f7f4;
  --line: #d9e0e8;
  --panel: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(251, 252, 252, .93);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  min-height: 72px;
  padding: .9rem clamp(1rem, 4vw, 3rem);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  text-decoration: none;
  white-space: nowrap;
}

.brand em {
  color: var(--teal);
  font-style: italic;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .85rem;
  justify-content: flex-end;
}

.site-nav a {
  border-radius: 7px;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 700;
  padding: .45rem .25rem;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  outline: none;
}

.site-nav .button-link {
  background: var(--navy);
  color: #fff;
  padding: .65rem .9rem;
}

.hero {
  background:
    linear-gradient(90deg, rgba(251, 252, 252, .96), rgba(251, 252, 252, .86) 42%, rgba(251, 252, 252, .2)),
    image-set(url("assets/screenshot-matches.svg") type("image/svg+xml"));
  background-position: center, right 9% center;
  background-repeat: no-repeat;
  background-size: cover, min(58vw, 760px);
  display: grid;
  min-height: min(760px, calc(100svh - 72px));
  padding: clamp(3rem, 8vw, 6rem) clamp(1.2rem, 6vw, 5rem);
}

.hero-content {
  align-self: center;
  max-width: 680px;
}

.eyebrow {
  color: var(--teal-dark);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.05;
  margin: 0;
}

h1 {
  font-size: clamp(2.7rem, 8vw, 6.5rem);
  letter-spacing: 0;
  max-width: 11ch;
}

.hero-copy {
  color: #39465a;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin: 1.35rem 0 0;
  max-width: 39rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 3rem;
  padding: .8rem 1rem;
  text-decoration: none;
}

.button.secondary {
  background: #fff;
  color: var(--ink);
}

.trust-strip {
  align-items: center;
  background: var(--navy);
  color: #fff;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  padding: 1.1rem clamp(1rem, 5vw, 4rem);
}

.trust-strip span {
  color: #dceeea;
  font-size: .88rem;
  font-weight: 800;
  text-align: center;
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.2rem, 5vw, 4rem);
}

.section.alt {
  background: #f8f2ec;
}

.section-header {
  margin: 0 auto 2rem;
  max-width: 760px;
  text-align: center;
}

.section-header h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.section-header p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 1rem auto 0;
  max-width: 670px;
}

.feature-grid,
.audience-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.feature,
.audience,
.contact-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
}

.feature strong,
.audience strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: .45rem;
}

.feature p,
.audience p {
  color: var(--muted);
  margin: 0;
}

.screenshots {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.screenshot figure {
  margin: 0;
}

.screenshot img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 24, 40, .12);
}

.screenshot figcaption {
  color: var(--muted);
  font-size: .95rem;
  margin-top: .75rem;
}

.workflow {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.step {
  border-top: 4px solid var(--teal);
  padding-top: 1rem;
}

.step:nth-child(2) {
  border-color: var(--coral);
}

.step:nth-child(3) {
  border-color: var(--gold);
}

.step:nth-child(4) {
  border-color: var(--leaf);
}

.step span {
  color: var(--muted);
  font-weight: 900;
}

.step h3 {
  font-size: 1.25rem;
  margin-top: .5rem;
}

.step p {
  color: var(--muted);
  margin-bottom: 0;
}

.cta-band {
  align-items: center;
  background: var(--navy);
  color: #fff;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.2rem, 5vw, 4rem);
}

.cta-band h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.cta-band p {
  color: #dce4ef;
  margin: .65rem 0 0;
}

.cta-band .button {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
  flex: 0 0 auto;
}

.content-page {
  margin: 0 auto;
  max-width: 900px;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.2rem, 5vw, 2rem);
}

.content-page h1 {
  max-width: none;
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.content-page h2 {
  font-size: 1.45rem;
  margin-top: 2.25rem;
}

.content-page p,
.content-page li {
  color: #39465a;
}

.content-page ul {
  padding-left: 1.2rem;
}

.support-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  justify-content: space-between;
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
}

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

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

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(251, 252, 252, .97), rgba(251, 252, 252, .82)),
      image-set(url("assets/screenshot-matches.svg") type("image/svg+xml"));
    background-position: center, center bottom 2rem;
    background-size: cover, 96vw;
    padding-bottom: 24rem;
  }

  .trust-strip,
  .feature-grid,
  .audience-grid,
  .screenshots,
  .workflow,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    text-align: left;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hero {
    padding-bottom: 18rem;
  }

  .hero-actions .button {
    width: 100%;
  }
}
