:root {
  --bg: #fffaf7;
  --paper: #ffffff;
  --ink: #1f1a17;
  --muted: #665c56;
  --line: #eadfd8;
  --accent: #b50000;
  --accent-dark: #7e0303;
  --soft: #f3e7df;
  --sage: #dce6df;
  --gold: #f1c85b;
  --shadow: 0 24px 70px rgba(31, 26, 23, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Lato, Arial, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 14px clamp(18px, 5vw, 70px);
  background: rgba(255, 250, 247, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 900;
}

.section {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 70px);
}

.compact {
  padding-top: 36px;
  padding-bottom: 50px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  min-height: calc(100vh - 74px);
  overflow: hidden;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: Lora, Georgia, serif;
  line-height: 1.05;
}

h1 {
  max-width: 700px;
  font-size: clamp(46px, 7vw, 88px);
}

h2 {
  font-size: clamp(34px, 4.4vw, 58px);
}

h3 {
  font-size: clamp(24px, 2.2vw, 34px);
}

p {
  margin: 0;
}

.lede {
  max-width: 630px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 2px solid var(--ink);
  font-weight: 900;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--ink);
}

.button.primary {
  background: var(--accent);
  color: #fff;
}

.button.secondary {
  background: var(--gold);
}

.rating {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  color: var(--muted);
  font-weight: 700;
}

.rating img {
  width: 146px;
}

.hero-media {
  position: relative;
  min-height: 560px;
}

.tablet {
  position: absolute;
  top: 24px;
  right: -16px;
  width: min(720px, 95%);
  filter: drop-shadow(0 24px 36px rgba(31, 26, 23, .18));
}

.phone {
  display: none;
  filter: drop-shadow(0 22px 26px rgba(31, 26, 23, .18));
}

.trusted {
  background: var(--paper);
  border-block: 1px solid var(--line);
  text-align: center;
}

.trusted h2 {
  font-family: Lato, Arial, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(90px, 1fr));
  gap: 26px;
  align-items: center;
  max-width: 1080px;
  margin: 32px auto 0;
}

.logo-strip img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.section-heading {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.section-heading p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 19px;
}

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

.reason-grid article {
  min-height: 260px;
  padding: 34px;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.reason-grid img,
.icon-mark {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  object-fit: contain;
}

.icon-mark {
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #fff;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-size: 32px;
  font-weight: 900;
}

.reason-grid h3 {
  font-family: Lato, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.reason-grid p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 18px;
}

.product {
  background: var(--soft);
  text-align: center;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto 36px;
}

.screenshot-grid img,
.testimonial-grid img,
.fit-grid img,
.steps-grid img,
.wide-setup {
  border: 1px solid rgba(31, 26, 23, .08);
  box-shadow: var(--shadow);
}

.video {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  background: var(--accent);
  color: #fff;
}

.video .eyebrow {
  color: var(--gold);
}

.video-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--ink);
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.testimonial-grid {
  columns: 4 230px;
  column-gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.testimonial-grid img {
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  background: var(--paper);
}

.fit {
  background: var(--paper);
  text-align: center;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto 38px;
}

.fit-grid img:nth-child(1),
.fit-grid img:nth-child(2) {
  grid-column: span 3;
}

.fit-grid img:nth-child(n+3) {
  grid-column: span 2;
}

.steps {
  text-align: center;
}

.steps-grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1060px;
  margin: 0 auto 42px;
}

.wide-setup {
  max-width: 1180px;
  margin: 0 auto;
}

.pricing {
  background: var(--soft);
}

.price-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.price-card {
  padding: clamp(30px, 5vw, 50px);
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}

.price-card h3 {
  font-family: Lato, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.price {
  margin-top: 24px;
  font-family: Lora, Georgia, serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding-left: 20px;
  color: var(--muted);
}

.price-card small {
  display: block;
  margin-top: 20px;
  color: var(--muted);
}

.faq {
  max-width: 980px;
  margin: 0 auto;
}

.faq h2 {
  margin-bottom: 24px;
  text-align: center;
}

details {
  border-top: 1px solid var(--line);
  background: transparent;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 22px 0;
  font-size: 20px;
  font-weight: 900;
}

details p {
  padding: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 70px);
  background: var(--ink);
  color: #fff;
}

.site-footer p {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

@media (max-width: 900px) {
  .hero,
  .price-wrap {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 420px;
  }

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

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

  .logo-strip {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

@media (max-width: 700px) {
  .section {
    padding: 56px 18px;
  }

  .brand span {
    max-width: 150px;
  }

  .hero-media {
    display: grid;
    place-items: center;
    min-height: 0;
  }

  .tablet {
    display: none;
  }

  .phone {
    display: block;
    position: static;
    width: min(300px, 78vw);
    margin: 0 auto;
  }

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

  .wide-setup {
    display: none;
  }

  .rating {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .screenshot-grid,
  .logo-strip,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .fit-grid img:nth-child(n) {
    grid-column: auto;
  }

  .button {
    width: 100%;
  }
}
