:root {
  --ink: #231815;
  --paper: #fff8ea;
  --surface: #ffffff;
  --chip: #f7c95f;
  --pepper: #247a4d;
  --tomato: #c74432;
  --bean: #5b3524;
  --line: rgba(35, 24, 21, 0.16);
  --muted: #725f55;
  --shadow: 0 18px 44px rgba(75, 45, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: var(--pepper);
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.site-header-inner,
.site-footer-inner,
.page-shell {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

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

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-nav a {
  color: var(--pepper);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.page-shell {
  padding: 42px 0 54px;
}

.eyebrow {
  color: var(--pepper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-top: 8px;
  font-size: clamp(36px, 8vw, 60px);
  line-height: 0.98;
}

.lede {
  max-width: 700px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.content-block {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.content-block h2 {
  font-size: 22px;
}

.content-block h3 {
  margin-top: 18px;
  font-size: 17px;
}

.content-block p,
.content-block li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.content-block p {
  margin-top: 10px;
}

.content-block ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

.content-block li + li {
  margin-top: 7px;
}

.callout {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(36, 122, 77, 0.28);
  border-radius: 8px;
  background: #f4fff7;
  color: var(--pepper);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.partner-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: 24px;
}

.phone-preview {
  overflow: hidden;
  border: 8px solid #231815;
  border-radius: 28px;
  background: #fff8ea;
  box-shadow: var(--shadow);
}

.phone-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  background: #fffaf0;
  font-size: 12px;
  font-weight: 900;
}

.phone-preview-header img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.mini-screen-title {
  margin: 12px 12px 0;
  color: var(--bean);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.partner-card-preview {
  margin: 12px;
  padding: 13px;
  border: 1px solid rgba(36, 122, 77, 0.24);
  border-radius: 8px;
  background: #f4fff7;
}

.partner-card-preview.secondary {
  background: #fffaf0;
}

.review-card-preview {
  margin: 12px;
  padding: 13px;
  border: 1px solid rgba(35, 24, 21, 0.12);
  border-radius: 8px;
  background: white;
}

.review-card-preview.best {
  border-color: rgba(219, 65, 45, 0.25);
  background: #fff4ef;
}

.partner-label {
  color: var(--pepper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-title {
  margin-top: 4px;
  color: var(--tomato);
  font-size: 12px;
  font-weight: 900;
}

.partner-place {
  margin-top: 7px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.partner-meta,
.partner-note {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.partner-offer {
  margin-top: 10px;
  color: var(--bean);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 8px;
  border: 1px solid rgba(35, 24, 21, 0.12);
  border-radius: 999px;
  background: white;
  color: var(--bean);
  font-size: 11px;
  font-weight: 900;
}

.form-card {
  display: grid;
  gap: 15px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--bean);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
}

.field textarea {
  min-height: 116px;
  resize: vertical;
}

.form-button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--tomato);
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.66;
}

.form-status {
  display: none;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.form-status.active {
  display: block;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 0 30px;
  color: var(--muted);
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 680px) {
  .site-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

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

  .page-shell {
    padding-top: 32px;
  }

  .partner-preview {
    grid-template-columns: 1fr;
  }
}
