:root {
  --ink: #17211b;
  --muted: #5d6a61;
  --line: #d8ded8;
  --paper: #f7f8f4;
  --white: #ffffff;
  --green: #2f7d52;
  --blue: #2f5d8c;
  --gold: #c9912d;
}

* {
  box-sizing: border-box;
}

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

main {
  min-height: 100vh;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 56px;
  align-items: center;
  min-height: 86vh;
  padding: 64px clamp(24px, 7vw, 96px) 48px;
}

.hero-copy {
  max-width: 720px;
}

.compact-hero {
  min-height: 58vh;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.lede {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.6;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

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

.button.secondary {
  background: transparent;
}

.preview {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(23, 33, 27, 0.16);
}

.browser-bar {
  display: flex;
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: #eef1ed;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.browser-bar span:nth-child(2) {
  background: var(--green);
}

.browser-bar span:nth-child(3) {
  background: var(--blue);
}

.preview-body {
  padding: 30px;
}

.preview-label {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 5px;
  color: var(--white);
  background: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
}

.preview-title,
.preview-line,
.preview-grid div {
  border-radius: 4px;
  background: #dfe7e0;
}

.preview-title {
  width: 82%;
  height: 58px;
  margin-bottom: 18px;
}

.preview-line {
  width: 64%;
  height: 14px;
  margin-bottom: 10px;
}

.preview-line.wide {
  width: 92%;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.preview-grid div {
  height: 92px;
}

.band,
.split,
.payment {
  padding: 56px clamp(24px, 7vw, 96px);
}

.band {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 28px;
}

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

.deliverables article,
.sample-grid article {
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcf8;
}

.deliverables p,
.sample-grid p,
.fit-list,
.payment p {
  color: var(--muted);
  line-height: 1.55;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sample-grid .button {
  margin-top: 12px;
}

.split,
.payment {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: start;
}

.fit-list {
  margin: 0;
  padding-left: 20px;
  font-size: 1.05rem;
}

.fit-list li + li {
  margin-top: 12px;
}

.payment {
  align-items: center;
  background: #eaf1ed;
}

.wallet-box {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid #b9c7bd;
  border-radius: 8px;
  background: var(--white);
}

.wallet-box span {
  color: var(--green);
  font-weight: 800;
}

.wallet-box a {
  overflow-wrap: anywhere;
  color: var(--blue);
  font-weight: 750;
}

code {
  overflow-wrap: anywhere;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  .hero,
  .split,
  .payment {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

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

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