:root {
  color-scheme: light;
  --ink: #17201c;
  --muted: #5e6b65;
  --line: #d9e2dd;
  --soft: #f5f8f6;
  --green: #1f6f5b;
  --blue: #315f91;
}

* {
  box-sizing: border-box;
}

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

.siteHeader {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.brand {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

nav a,
.secondary {
  color: var(--muted);
  text-decoration: none;
}

.hero,
.pageIntro,
.grid,
.pricing,
.faqList {
  max-width: 1120px;
  margin: 0 auto;
}

.hero {
  min-height: 460px;
  display: grid;
  align-items: center;
  padding: 56px 32px;
}

.hero h1,
.pageIntro h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1;
  letter-spacing: 0;
}

.hero p,
.pageIntro p {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero span {
  display: block;
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.proofBand,
.conversionStrip,
.pilotOffer,
.roiLayout {
  max-width: 1056px;
  margin: 0 auto;
}

.proofBand {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.proofBand div,
.conversionStrip,
.pilotOffer,
.roiPanel,
.roiResults {
  background: #ffffff;
}

.proofBand div {
  min-height: 132px;
  padding: 20px;
}

.proofBand strong,
.proofBand span {
  display: block;
}

.proofBand strong {
  margin-bottom: 8px;
}

.proofBand span {
  color: var(--muted);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.conversionStrip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.conversionStrip h2 {
  margin: 0 0 6px;
}

.conversionStrip p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.primary,
.secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid var(--green);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.primary {
  color: #ffffff;
  background: var(--green);
}

button.primary {
  font: inherit;
}

button.primary:disabled {
  cursor: wait;
  opacity: 0.66;
}

.secondary {
  border-color: var(--line);
  background: #ffffff;
}

.pageIntro {
  padding: 48px 32px 20px;
}

.pageIntro p {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.grid,
.pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 24px 32px 56px;
}

.faqList {
  display: grid;
  gap: 12px;
  padding: 24px 32px 56px;
}

.faqList article {
  min-height: 0;
}

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

.pilotOffer {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 16px;
  padding: 24px 32px 10px;
}

.pilotOffer > div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.pilotOffer h2 {
  margin: 12px 0 8px;
  font-size: 28px;
}

.pilotOffer p {
  color: var(--muted);
  line-height: 1.55;
}

.offerNumbers {
  display: grid;
  gap: 10px;
}

.offerNumbers div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: var(--soft);
}

.offerNumbers strong {
  color: var(--green);
  font-size: 30px;
}

.offerNumbers span {
  color: var(--muted);
  font-weight: 700;
}

.roiLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 16px;
  padding: 24px 32px 16px;
}

.roiPanel,
.roiResults {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.roiPanel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.roiPanel label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.roiPanel input,
.roiPanel select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

.roiResults {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.roiResults div {
  display: grid;
  align-content: center;
  min-height: 102px;
  padding: 18px;
  background: #ffffff;
}

.roiResults span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.roiResults strong {
  margin-top: 6px;
  color: var(--green);
  font-size: 34px;
}

.notice {
  max-width: 1056px;
  margin: 0 auto 4px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.notice strong {
  display: block;
  margin-bottom: 6px;
}

.notice p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.checkoutBox {
  max-width: 1056px;
  margin: 16px auto 4px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.checkoutBox h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.checkoutBox p {
  color: var(--muted);
  line-height: 1.55;
}

.checkoutForm {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(160px, 0.6fr);
  gap: 12px;
  margin-top: 16px;
}

.checkoutForm label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.checkoutForm input,
.checkoutForm select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

.statusLine {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--soft);
}

.statusLine[data-tone="warn"] {
  color: #765c00;
  background: #fff7dc;
}

.statusLine[data-tone="danger"] {
  color: #8d1e1e;
  background: #feecec;
}

.fulfillmentHeader {
  max-width: 820px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--blue);
  background: #eaf2fb;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pill.good {
  color: var(--green);
  background: #e7f4ee;
}

.pill.warn {
  color: #765c00;
  background: #fff7dc;
}

.pill.danger {
  color: #8d1e1e;
  background: #feecec;
}

.detailList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.detailList div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.detailList dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.detailList dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.privacyCopy {
  margin-top: 16px;
}

.legalCopy {
  max-width: 1056px;
  display: grid;
  gap: 12px;
  margin: 0 auto;
  padding: 24px 32px 56px;
}

.legalCopy article {
  min-height: 0;
}

.siteFooter {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 24px 32px 36px;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.siteFooter a {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

article {
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

article h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

article p {
  color: var(--muted);
  line-height: 1.55;
}

article strong {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 28px;
}

@media (max-width: 900px) {
  .siteHeader {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .grid,
  .pricing,
  .checkoutForm,
  .detailList,
  .proofBand,
  .pilotOffer,
  .roiLayout,
  .roiPanel {
    grid-template-columns: 1fr;
  }

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