:root {
  --paper: #fafbf8;
  --paper-strong: #f3f6f1;
  --ink: #17304e;
  --ink-soft: #4d6074;
  --blue: #1f5c8a;
  --red: #b14b42;
  --green: #2f6b50;
  --sand: #d4bea0;
  --line: #d5dee2;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(23, 48, 78, 0.12);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 40px));
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 251, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 70px;
}

.brand {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 850;
  text-decoration: none;
}

.brand span {
  color: var(--red);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1 1 auto;
}

.nav-links a {
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.header-cta,
.button-primary {
  background: var(--red);
  color: var(--white);
}

.header-cta:hover,
.button-primary:hover {
  background: #963d36;
}

.button-secondary {
  background: var(--white);
  color: var(--ink);
  border-color: var(--line);
}

.button-secondary:hover {
  border-color: var(--blue);
}

.button-outline {
  background: var(--white);
  color: var(--ink);
  border-color: var(--line);
}

.button-outline:hover {
  border-color: var(--blue);
}

.hero {
  overflow: hidden;
  padding: 70px 0 62px;
  color: var(--ink);
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 42px;
  align-items: center;
}

.hero-content {
  max-width: 690px;
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.92rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: 2.45rem;
  line-height: 1.08;
}

h2 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.18;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 1.14rem;
}

.hero-visual {
  margin: 0;
}

.hero-visual img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(23, 48, 78, 0.12));
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

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

.proof-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 650;
}

section {
  padding: 76px 0;
}

.intro-band,
.example-section,
.pricing-section {
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 44px;
  align-items: start;
}

.rich-text p,
.section-lead {
  color: var(--ink-soft);
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.section-lead {
  max-width: 720px;
  margin-bottom: 32px;
  font-size: 1.06rem;
}

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

.feature-card,
.price-card,
.timeline-step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(23, 48, 78, 0.04);
}

.feature-card {
  padding: 24px;
}

.feature-card p,
.timeline-step p,
.price-card p,
.method-list span,
.faq-list p {
  color: var(--ink-soft);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #f7eee6;
  color: var(--red);
  font-weight: 850;
}

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

.timeline-step {
  position: relative;
  padding: 26px 22px;
}

.timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-weight: 850;
}

.method-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.method-list li {
  display: grid;
  gap: 6px;
  border-left: 4px solid var(--green);
  background: var(--white);
  border-radius: 0 8px 8px 0;
  padding: 18px 20px;
}

.method-list strong {
  color: var(--ink);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.price-card.featured {
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
}

.price-label {
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #e7efe9;
  color: var(--green);
  padding: 6px 11px;
  font-size: 0.85rem;
  font-weight: 850;
}

.featured .price-label {
  background: var(--ink);
  color: var(--white);
}

.price {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.7rem;
  font-weight: 850;
  line-height: 1.18;
}

.price span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 650;
}

.price-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 12px 0 24px;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
}

.price-card li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--green);
  font-weight: 850;
}

.price-card .button {
  margin-top: auto;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 800;
}

summary::marker {
  color: var(--red);
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.final-cta {
  padding: 70px 0;
  background: var(--ink);
  color: var(--white);
}

.final-inner {
  max-width: 820px;
  text-align: center;
}

.final-inner .kicker {
  color: #f1c9c4;
}

.final-inner h2 {
  margin-left: auto;
  margin-right: auto;
}

.final-inner p {
  max-width: 660px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.84);
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner strong {
  color: var(--ink);
}

.footer-inner p {
  margin: 4px 0 0;
  color: var(--ink-soft);
}

.footer-inner a {
  color: var(--blue);
  font-weight: 750;
}

@media (min-width: 820px) {
  h1 {
    font-size: 3.42rem;
  }

  h2 {
    font-size: 2.35rem;
  }
}

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

  .nav {
    justify-content: space-between;
  }

  .split,
  .hero-layout,
  .feature-grid,
  .pricing-grid,
  .timeline {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    font-size: 16px;
  }

  .wrap,
  .narrow {
    width: min(calc(100% - 28px), 1120px);
  }

  .site-header {
    position: static;
  }

  .nav {
    gap: 10px;
    min-height: 64px;
  }

  .brand {
    font-size: 1.12rem;
  }

  .header-cta {
    flex: 0 1 154px;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 0.84rem;
    overflow-wrap: anywhere;
  }

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

  h1 {
    font-size: 2.18rem;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-lead {
    font-size: 1.03rem;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .proof-list {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-visual {
    max-width: 420px;
    margin: 6px auto 0;
  }

  section {
    padding: 58px 0;
  }

  .split,
  .hero-layout,
  .feature-grid,
  .pricing-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .price-card,
  .timeline-step {
    padding: 22px;
  }

  .button,
  .proof-list li,
  summary {
    overflow-wrap: anywhere;
  }

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