:root {
  --ink: #17211f;
  --ink-soft: #3f4c48;
  --muted: #69746f;
  --paper: #f7f7f2;
  --surface: #ffffff;
  --surface-soft: #eef2ed;
  --line: #d7ddd7;
  --line-dark: #b8c2ba;
  --accent: #176b4d;
  --accent-dark: #0e5239;
  --accent-light: #dcece4;
  --warning: #a26317;
  --warning-light: #f7ead6;
  --danger: #a5423f;
  --danger-light: #f5e2e0;
  --shadow: 0 20px 55px rgba(27, 42, 37, 0.10);
  --radius: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid #c37a22;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 6px;
  transform: translateY(-150%);
}

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

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.narrow {
  max-width: 980px;
}

.section {
  padding: 104px 0;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(23, 33, 31, 0.09);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 5px;
  font-family: Georgia, serif;
  font-size: 16px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  border: 1px solid var(--accent);
  border-radius: 7px;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 6px 18px rgba(23, 107, 77, 0.16);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: var(--accent-dark);
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  padding: 10px 15px;
  font-size: 11px;
}

.button-full {
  width: 100%;
}

.hero {
  padding-top: 84px;
  padding-bottom: 96px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.88fr);
  gap: 58px;
  align-items: center;
}

.hero .container {
  width: min(calc(100% - 40px), 1320px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  margin-bottom: 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.1vw, 71px);
  font-weight: 500;
}

h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
}

h3 {
  font-size: 22px;
}

.hero-lede {
  max-width: 690px;
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.62;
}

.feature-line {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.8;
}

.feature-line span,
.strip-inner span {
  padding-inline: 5px;
  color: var(--line-dark);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.trust-line {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.credibility-line {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.credibility-line span {
  margin-right: 7px;
  color: var(--accent);
  font-weight: 800;
}

.hero-product {
  position: relative;
  min-width: 0;
  margin: 0;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: -25% -45% -25% -25%;
  z-index: -1;
  background: radial-gradient(circle, rgba(23, 107, 77, 0.11), rgba(23, 107, 77, 0) 66%);
}

.hero-product-frame {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #c3ccc5;
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 28px 70px rgba(25, 41, 35, 0.16), 0 3px 9px rgba(25, 41, 35, 0.07);
}

.hero-product-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(23, 33, 31, 0.09);
  border-radius: 6px;
  background: #fff;
}

@media (min-width: 981px) {
  .hero-product {
    width: 108%;
    margin-left: -4%;
  }
}

.placeholder-label {
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.75);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.1;
  text-transform: uppercase;
}

.credibility-strip {
  border-block: 1px solid var(--line);
  background: var(--surface-soft);
}

.strip-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.strip-inner p {
  margin: 0;
}

.strip-inner p:first-child {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.strip-inner p:last-child {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

.section-heading {
  max-width: 770px;
  margin-bottom: 52px;
}

.section-heading > p:last-child {
  max-width: 670px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.problem-intro {
  max-width: 760px;
  margin-bottom: 38px;
  color: var(--ink-soft);
  font-size: 18px;
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
  border-top: 1px solid var(--line-dark);
}

.question-grid p {
  position: relative;
  margin: 0;
  padding: 17px 26px 17px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 14px;
}

.question-grid p:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.question-grid p::before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 850;
}

blockquote {
  margin: 0;
  padding: 28px 32px;
  border-left: 4px solid var(--accent);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(27, 42, 37, 0.05);
}

blockquote p {
  margin-bottom: 7px;
  font-family: Georgia, serif;
  font-size: clamp(21px, 3vw, 29px);
  line-height: 1.3;
}

blockquote p:last-child {
  margin-bottom: 0;
  color: var(--accent);
}

.process-section,
.gallery-section,
.operator-section,
.faq-section {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  min-height: 238px;
  padding: 24px 26px 28px;
  border-block: 1px solid var(--line-dark);
  border-right: 1px solid var(--line);
}

.process-list li:first-child {
  border-left: 1px solid var(--line-dark);
}

.process-list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 2;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: var(--accent);
  background: var(--surface);
  font-size: 12px;
}

.step-number,
.card-topline,
.fit-label,
.footer-label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.process-list h3 {
  margin: 46px 0 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.deliverable-card {
  grid-column: span 2;
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 6px 20px rgba(27, 42, 37, 0.035);
}

.deliverable-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.featured-card {
  border-color: #85aa98;
  background: linear-gradient(160deg, #fff 25%, #edf5f0 100%);
  box-shadow: 0 14px 36px rgba(23, 107, 77, 0.09);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.card-badge {
  padding: 4px 7px;
  border-radius: 99px;
  color: var(--accent);
  background: var(--accent-light);
  font-size: 8px;
}

.deliverable-card h3 {
  margin-bottom: 16px;
}

.deliverable-card p {
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 14px;
}

.mini-readiness {
  display: flex;
  gap: 5px;
  margin-top: 22px;
}

.mini-readiness span {
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 850;
}

.go { color: var(--accent); background: var(--accent-light); }
.review { color: var(--warning); background: var(--warning-light); }
.no-go { color: var(--danger); background: var(--danger-light); }

.included-workflow {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.included-workflow span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-gallery {
  display: grid;
  gap: 66px;
}

.preview-item {
  margin: 0;
}

.preview-media {
  position: relative;
  aspect-ratio: 12 / 5;
  overflow: hidden;
  padding: clamp(16px, 4vw, 48px);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #e5eae5;
  box-shadow: var(--shadow);
}

.preview-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid rgba(23, 33, 31, 0.12);
  background: #fff;
  opacity: 0;
}

.preview-media.has-image {
  padding: 0;
  background: #fff;
}

.preview-media.has-image > img {
  display: block;
  opacity: 1;
}

.preview-media.has-image .preview-placeholder {
  display: none;
}

.preview-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #c3cdc5;
  border-radius: 6px;
  background: #fdfefd;
}

.preview-placeholder > .placeholder-label {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.abstract-sheet {
  width: 76%;
  padding: 25px;
  border: 1px solid var(--line-dark);
  background: #fff;
  box-shadow: 0 20px 40px rgba(27, 42, 37, 0.09);
}

.abstract-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  font-size: clamp(7px, 1vw, 12px);
  font-weight: 850;
}

.abstract-title strong {
  color: var(--accent);
}

.abstract-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.abstract-metrics i {
  height: clamp(28px, 6vw, 64px);
  border-top: 4px solid var(--line-dark);
  background: #f0f3ef;
}

.abstract-metrics i:first-child { border-top-color: var(--danger); }
.abstract-metrics i:nth-child(2) { border-top-color: var(--warning); }
.abstract-metrics i:nth-child(3) { border-top-color: var(--accent); }

.abstract-status {
  padding: 9px;
  color: #fff;
  background: var(--ink);
  font-size: clamp(7px, 1vw, 11px);
  font-weight: 800;
  text-align: center;
}

.abstract-rows {
  margin-top: 12px;
}

.abstract-rows i {
  display: block;
  height: 13px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #e7ece8 19%, transparent 19% 20%, #f3f5f2 20% 67%, transparent 67% 68%, #e9eee9 68% 82%, transparent 82% 83%, #f3f5f2 83%);
}

.decision-tree,
.weekly-sheet {
  width: 72%;
  color: var(--ink-soft);
  text-align: center;
}

.decision-tree > div:first-child,
.decision-tree > div:nth-of-type(2),
.tree-options b {
  padding: 12px;
  border: 1px solid var(--line-dark);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(27, 42, 37, 0.05);
  font-size: clamp(8px, 1vw, 12px);
  letter-spacing: 0.05em;
}

.decision-tree > div:first-child {
  color: #fff;
  background: var(--ink);
}

.decision-tree > span {
  width: 1px;
  height: 18px;
  display: block;
  margin: 0 auto;
  background: var(--line-dark);
}

.tree-branches {
  width: 67%;
  height: 23px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-top: 1px solid var(--line-dark);
}

.tree-branches i {
  height: 23px;
  border-left: 1px solid var(--line-dark);
}

.tree-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.weekly-sheet {
  padding: clamp(17px, 3vw, 32px);
  border: 1px solid var(--line-dark);
  background: #fff;
  box-shadow: 0 20px 40px rgba(27, 42, 37, 0.09);
  text-align: left;
}

.weekly-sheet strong {
  font-size: clamp(8px, 1vw, 13px);
}

.weekly-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.weekly-bars i {
  height: clamp(28px, 6vw, 60px);
  border-top: 4px solid var(--accent);
  background: var(--accent-light);
}

.weekly-bars i:nth-child(2) { border-top-color: var(--warning); background: var(--warning-light); }
.weekly-bars i:nth-child(4) { border-top-color: var(--line-dark); background: #eef1ee; }

.weekly-rows span {
  display: block;
  height: 17px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #edf1ed 26%, transparent 26% 28%, #f6f7f5 28% 75%, transparent 75% 77%, #edf1ed 77%);
}

.preview-item figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 3px 0;
}

.preview-item figcaption span {
  flex: none;
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-item figcaption strong {
  font-family: Georgia, serif;
  font-size: clamp(18px, 2.5vw, 27px);
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
}

.gallery-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 56px;
  text-align: center;
}

.format-grid,
.objection-grid,
.operator-grid,
.pricing-wrap,
.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(60px, 10vw, 150px);
}

.format-copy,
.objection-copy {
  max-width: 670px;
}

.large-copy {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.35;
}

.format-copy > p:not(.large-copy),
.objection-copy > p:not(.large-copy) {
  color: var(--ink-soft);
}

.time-callout {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  margin-top: 40px;
  padding: 24px;
  border: 1px solid #91b6a3;
  border-radius: 8px;
  background: var(--accent-light);
}

.time-callout span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.time-callout strong {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.3;
}

.fit-section {
  padding-top: 40px;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.fit-card {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.fit-for {
  border-top: 4px solid var(--accent);
}

.fit-not-for {
  border-top: 4px solid #7b8681;
}

.fit-label {
  margin-bottom: 32px;
  color: var(--ink);
  font-size: 12px;
}

.fit-label span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
}

.fit-not-for .fit-label span {
  background: #7b8681;
}

.fit-card ul,
.price-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}

.best-fit {
  margin-top: 32px;
  padding: 20px;
  border-radius: 7px;
  background: var(--accent-light);
}

.best-fit span,
.best-fit strong {
  display: block;
}

.best-fit span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.best-fit strong {
  margin: 3px 0 5px;
  font-family: Georgia, serif;
  font-size: 22px;
}

.best-fit p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.objection-section {
  padding-top: 40px;
}

.compact-process {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 36px 0;
  padding: 0;
  list-style: none;
}

.compact-process li {
  position: relative;
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.compact-process li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -19px;
  color: var(--line-dark);
}

.decision-statement {
  padding: 26px;
  border: 1px solid var(--line-dark);
  border-left: 4px solid var(--accent);
  background: var(--surface);
}

.decision-statement p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
}

.decision-statement strong {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
}

.ai-line {
  margin-top: 26px;
  font-size: 13px;
  font-weight: 780;
}

.ai-line span {
  color: var(--accent);
}

.operator-grid {
  align-items: center;
}

.operator-grid > div > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.confidentiality-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--paper);
}

.confidentiality-note span {
  color: var(--accent);
  font-size: 22px;
}

.confidentiality-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.guarantee-section {
  padding-block: 64px;
}

.guarantee-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 40px 48px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.guarantee-mark {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 38px;
}

.guarantee-card .section-kicker {
  margin-bottom: 8px;
}

.guarantee-card h2 {
  margin-bottom: 8px;
  font-size: 36px;
}

.guarantee-card p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.pricing-section {
  color: #fff;
  background: var(--ink);
}

.pricing-wrap {
  align-items: center;
}

.pricing-copy .section-kicker {
  color: #8fc5aa;
}

.pricing-copy p:last-child {
  max-width: 460px;
  color: #b9c3bf;
  font-size: 17px;
}

.price-card {
  padding: clamp(30px, 5vw, 50px);
  border: 1px solid #5c6a65;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 26px;
}

.price strong {
  font-family: Georgia, serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.price-list {
  margin-bottom: 28px;
}

.price-list li {
  position: relative;
  padding: 9px 0 9px 28px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 900;
}

.purchase-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.faq-list details {
  border-top: 1px solid var(--line-dark);
}

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

.faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 4px;
  cursor: pointer;
  font-weight: 780;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: none;
}

.faq-list summary span::before,
.faq-list summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 1px;
  background: var(--accent);
}

.faq-list summary span::after {
  transform: rotate(90deg);
  transition: transform 150ms ease;
}

.faq-list details[open] summary span::after {
  transform: rotate(0);
}

.faq-list details p {
  margin: -4px 40px 25px 4px;
  color: var(--ink-soft);
  font-size: 14px;
}

.site-footer {
  padding: 60px 0;
  color: #d6deda;
  background: #0e1715;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px 80px;
}

.footer-brand {
  margin-bottom: 15px;
  color: #fff;
}

.footer-grid p {
  margin-bottom: 0;
  color: #94a29d;
  font-size: 13px;
}

.footer-grid a:not(.brand) {
  color: #fff;
  font-size: 14px;
  text-underline-offset: 4px;
}

.footer-label {
  margin-bottom: 9px !important;
  color: #94a29d !important;
}

.disclaimer {
  grid-column: 1 / -1;
  max-width: 820px;
  padding-top: 30px;
  border-top: 1px solid #29332f;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .hero-product {
    width: min(100%, 680px);
  }

  .strip-inner {
    padding-block: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .strip-inner p:last-child {
    text-align: left;
  }

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

  .process-list li:nth-child(3) {
    border-left: 1px solid var(--line-dark);
  }

  .process-list li:nth-child(2)::after {
    display: none;
  }

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

  .deliverable-card,
  .deliverable-card:nth-child(4) {
    grid-column: auto;
  }

  .deliverable-card:last-child {
    grid-column: 1 / -1;
  }

  .format-grid,
  .objection-grid,
  .operator-grid,
  .pricing-wrap,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .fit-section,
  .objection-section {
    padding-top: 80px;
  }

}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .hero .container {
    width: min(calc(100% - 32px), 1320px);
  }

  .section {
    padding: 74px 0;
  }

  .site-header .button {
    display: none;
  }

  .header-inner {
    min-height: 66px;
  }

  .hero {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: clamp(40px, 12.7vw, 54px);
  }

  h2 {
    font-size: clamp(33px, 10vw, 44px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-line {
    text-align: center;
  }

  .hero-product-frame {
    padding: 5px;
    border-radius: 9px;
  }

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

  .question-grid p:nth-child(odd) {
    border-right: 0;
  }

  blockquote {
    padding: 24px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:nth-child(3) {
    min-height: 0;
    padding: 24px;
    border: 1px solid var(--line-dark);
    border-bottom: 0;
  }

  .process-list li:last-child {
    border-bottom: 1px solid var(--line-dark);
  }

  .process-list li:not(:last-child)::after,
  .process-list li:nth-child(2)::after {
    content: "↓";
    top: auto;
    right: 24px;
    bottom: -13px;
    display: grid;
  }

  .process-list h3 {
    margin-top: 24px;
  }

  .card-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .deliverable-card:last-child {
    grid-column: auto;
  }

  .deliverable-card {
    min-height: 0;
  }

  .preview-gallery {
    gap: 48px;
  }

  .preview-media {
    aspect-ratio: 2.15 / 1;
    padding: 12px;
  }

  .preview-placeholder > .placeholder-label {
    top: 8px;
    right: 8px;
  }

  .abstract-sheet,
  .decision-tree,
  .weekly-sheet {
    width: 88%;
  }

  .abstract-sheet {
    padding: 14px;
  }

  .preview-item figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .preview-item figcaption strong {
    text-align: left;
  }

  .gallery-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .gallery-cta .button {
    width: 100%;
  }

  .time-callout {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .compact-process {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .compact-process li:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 6px;
    top: 17px;
  }

  .guarantee-card {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .guarantee-mark {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .price-card {
    padding-inline: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-top: 36px;
  }

  .hero .eyebrow {
    margin-bottom: 14px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(35px, 9.4vw, 40px);
    line-height: 1.04;
  }

  .hero-lede {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.48;
  }

  .feature-line {
    margin-bottom: 22px;
    line-height: 1.65;
  }
}

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

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