:root {
  --ink: #f4f6f3;
  --muted: #9ca49e;
  --dim: #69716c;
  --bg: #090b0a;
  --panel: #0f1210;
  --panel-2: #151916;
  --line: #252b27;
  --green: #39d353;
  --green-bright: #55f16c;
  --green-soft: rgba(57, 211, 83, 0.14);
  --black: #050605;
  --max: 1180px;
  --mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 8%, rgba(57, 211, 83, 0.09), transparent 24rem),
    var(--bg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black 0, transparent 85%);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 48px), 1320px);
  min-height: 78px;
  margin-inline: auto;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  width: max-content;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.commit-mark {
  position: relative;
  width: 28px;
  height: 12px;
}

.commit-mark::before,
.commit-mark::after {
  position: absolute;
  top: 5px;
  width: 9px;
  height: 2px;
  content: "";
  background: var(--green);
}

.commit-mark::before {
  left: 0;
}

.commit-mark::after {
  right: 0;
}

.commit-mark i {
  position: absolute;
  top: 1px;
  left: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.site-header nav {
  display: flex;
  gap: 30px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
}

.site-header nav a {
  transition: color 160ms ease;
}

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

.nav-github span {
  color: var(--green);
}

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 38px;
  background: var(--panel-2);
}

.button-small span {
  color: var(--green);
}

.button-primary {
  min-width: 250px;
  min-height: 58px;
  padding-inline: 22px;
  color: #061006;
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 10px 40px rgba(57, 211, 83, 0.12);
}

.button-primary:hover {
  border-color: var(--green-bright);
  background: var(--green-bright);
  box-shadow: 0 14px 50px rgba(57, 211, 83, 0.2);
}

.button-primary strong {
  padding-left: 18px;
  border-left: 1px solid rgba(0, 0, 0, 0.28);
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  min-height: 770px;
  padding-block: 86px 100px;
}

.eyebrow,
.section-number {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #bdc4bf;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(57, 211, 83, 0.8);
}

.hero h1 {
  margin: 24px 0 28px;
  font-size: clamp(72px, 8.2vw, 126px);
  font-weight: 760;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-lede {
  max-width: 530px;
  margin: 0;
  color: #c8ceca;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.hero-lede a {
  color: var(--ink);
  border-bottom: 1px solid var(--green);
}

.hero-punchline {
  margin: 11px 0 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 12px;
}

.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 38px;
}

.text-link {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.4;
}

.text-link span {
  color: var(--green);
}

.micro-proof {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -7px;
  color: #101310;
  border: 2px solid var(--bg);
  border-radius: 50%;
  background: #d8ded9;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
}

.avatar-stack span:first-child {
  margin-left: 0;
  background: var(--green);
}

.micro-proof p {
  margin: 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
}

.micro-proof strong {
  color: #cdd2ce;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  padding: 36px 24px 88px;
  border: 1px solid #29302b;
  border-radius: 12px;
  background:
    radial-gradient(circle at 75% 0, rgba(57, 211, 83, 0.09), transparent 18rem),
    #0d100e;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.hero-visual::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  border-radius: inherit;
  box-shadow: 0 0 80px rgba(57, 211, 83, 0.06);
}

.window-chrome {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: -13px 0 22px;
}

.window-chrome > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #303632;
}

.window-chrome div {
  flex: 1;
  margin-left: 8px;
  padding: 7px 12px;
  overflow: hidden;
  color: #656d68;
  border: 1px solid #242a26;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 9px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commit-card {
  padding: 24px;
  border: 1px solid #2a312c;
  border-radius: 8px;
  background: #111512;
}

.commit-card-topline,
.author-row,
.diff-heading,
.contribution-heading,
.graph-legend {
  display: flex;
  align-items: center;
}

.commit-card-topline {
  justify-content: space-between;
}

.branch-pill,
.verified {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-family: var(--mono);
  font-size: 9px;
}

.branch-pill {
  padding: 5px 8px;
  color: #b8bfba;
  border: 1px solid #303732;
  border-radius: 12px;
}

.branch-pill svg {
  width: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.verified {
  color: var(--green);
}

.verified i {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  color: #071008;
  border-radius: 50%;
  background: var(--green);
  font-style: normal;
  font-weight: 900;
}

.commit-card h2 {
  margin: 22px 0 18px;
  font-family: var(--mono);
  font-size: clamp(15px, 1.65vw, 20px);
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.commit-card h2 span {
  color: var(--green);
}

.author-row {
  min-width: 0;
}

.author-avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #091009;
  border: 2px solid #111512;
  border-radius: 50%;
  background: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 900;
}

.author-two {
  width: 27px;
  margin-left: -6px;
  color: #151815;
  background: #e1e6e2;
  font-size: 6px;
}

.author-row p {
  flex: 1;
  margin: 0 10px;
  overflow: hidden;
  color: #727a74;
  font-family: var(--mono);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.author-row p strong {
  color: #b6beb8;
}

.author-row > code {
  color: #777f79;
  font-size: 9px;
}

.diff-box {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid #29302b;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 8px;
}

.diff-heading {
  justify-content: space-between;
  padding: 8px 10px;
  color: #858d87;
  background: #161a17;
}

.diff-heading i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--green);
}

.diff-stat {
  color: var(--green);
}

.diff-stat b {
  display: inline-block;
  width: 32px;
  height: 5px;
  margin-left: 5px;
  border-radius: 2px;
  background: var(--green);
}

.diff-file {
  padding: 9px 12px;
  color: #b9c0ba;
  border-block: 1px solid #29302b;
}

.diff-line {
  display: grid;
  grid-template-columns: 28px 28px minmax(0, 1fr);
  min-height: 34px;
  color: #b5c1b7;
  background: rgba(57, 211, 83, 0.1);
}

.diff-line > * {
  padding: 10px 8px;
}

.diff-line .line-number {
  color: #56705a;
  border-right: 1px solid rgba(57, 211, 83, 0.11);
  text-align: center;
}

.diff-line code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.diff-line code b {
  color: var(--green);
}

.contribution-card {
  position: absolute;
  right: -30px;
  bottom: -52px;
  width: min(92%, 420px);
  padding: 18px 20px;
  border: 1px solid #303832;
  border-radius: 8px;
  background: rgba(17, 21, 18, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.contribution-heading {
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9px;
}

.contribution-heading span {
  color: #9ca49e;
}

.contribution-heading strong {
  color: var(--green);
}

.month-labels {
  display: flex;
  justify-content: space-around;
  margin: 14px 0 5px 14px;
  color: #667069;
  font-family: var(--mono);
  font-size: 7px;
}

.graph {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, 7px);
  grid-auto-columns: 7px;
  gap: 3px;
  justify-content: space-between;
  min-height: 67px;
}

.graph i,
.graph-legend i {
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: #202621;
}

.graph i.level-1,
.graph-legend i:nth-of-type(2) {
  background: #0e4429;
}

.graph i.level-2,
.graph-legend i:nth-of-type(3) {
  background: #006d32;
}

.graph i.level-3,
.graph-legend i:nth-of-type(4) {
  background: #26a641;
}

.graph i.level-4,
.graph-legend i:nth-of-type(5) {
  background: var(--green);
}

.graph-legend {
  justify-content: flex-end;
  gap: 4px;
  margin-top: 9px;
  color: #626b64;
  font-family: var(--mono);
  font-size: 7px;
}

.receipt-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: #0c0f0d;
}

.receipt-strip div {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  border-right: 1px solid var(--line);
  font-family: var(--mono);
}

.receipt-strip div:last-child {
  border-right: 0;
}

.receipt-strip span {
  color: var(--green);
  font-size: 18px;
}

.receipt-strip strong {
  color: #9ca49e;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.manifesto {
  padding-block: 150px;
  background: var(--green);
}

.manifesto-inner {
  color: #071008;
}

.manifesto .section-number {
  color: rgba(4, 18, 6, 0.62);
}

.manifesto blockquote {
  max-width: 1020px;
  margin: 46px 0 52px;
  font-size: clamp(42px, 6.5vw, 86px);
  font-weight: 740;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.manifesto blockquote span {
  color: #f2fff3;
}

.manifesto blockquote em {
  font-style: normal;
  text-decoration: line-through;
  text-decoration-thickness: 0.07em;
}

.manifesto-copy {
  max-width: 590px;
  margin: 0 0 0 auto;
  color: rgba(4, 18, 6, 0.74);
  font-size: 18px;
  line-height: 1.55;
}

.how,
.faq {
  padding-block: 140px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 40px;
  align-items: start;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(46px, 6vw, 76px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 90px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.steps li {
  position: relative;
  min-height: 320px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

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

.step-index {
  position: absolute;
  top: -10px;
  left: 30px;
  padding-inline: 8px;
  color: var(--green);
  background: var(--bg);
  font-family: var(--mono);
  font-size: 10px;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 36px 0 56px;
  color: var(--green);
  border: 1px solid #364038;
  border-radius: 50%;
  background: var(--green-soft);
  font-family: var(--mono);
  font-size: 17px;
  font-weight: 700;
}

.steps h3 {
  margin: 0 0 13px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.steps p {
  max-width: 260px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.deliverables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 140px;
}

.deliverable-card {
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--line);
}

.deliverable-card + .deliverable-card {
  border-left: 0;
}

.deliverable-card.included {
  background: var(--panel);
}

.deliverable-card.excluded {
  background: #0b0d0c;
}

.deliverable-card h2 {
  margin: 18px 0 42px;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.045em;
}

.deliverable-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.deliverable-card li {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  color: #c5cbc7;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.deliverable-card li:last-child {
  border-bottom: 1px solid var(--line);
}

.deliverable-card li span {
  color: var(--green);
  font-family: var(--mono);
}

.excluded li {
  color: #6e756f;
  text-decoration: line-through;
}

.excluded li span {
  color: #565c57;
}

.fine-print {
  grid-column: 1 / -1;
  margin: 16px 0 0;
  color: #5d655f;
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.55;
}

.buy {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.028) 50%, transparent 50.2%),
    var(--panel);
}

.buy-inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 9vw;
  align-items: center;
  min-height: 680px;
}

.price-sticker {
  position: relative;
  display: grid;
  place-items: center;
  width: min(34vw, 360px);
  aspect-ratio: 1;
  color: #071008;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 0 12px rgba(57, 211, 83, 0.07),
    0 0 0 24px rgba(57, 211, 83, 0.035);
  transform: rotate(-8deg);
}

.price-sticker::before {
  position: absolute;
  inset: 17px;
  content: "";
  border: 1px dashed rgba(5, 17, 6, 0.35);
  border-radius: 50%;
}

.price-sticker span {
  position: absolute;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.price-sticker span:first-child {
  top: 22%;
}

.price-sticker span:last-child {
  bottom: 22%;
}

.price-sticker strong {
  font-size: clamp(80px, 10vw, 126px);
  letter-spacing: -0.09em;
}

.buy-copy h2 {
  margin: 25px 0;
  font-size: clamp(48px, 6vw, 78px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.buy-copy > p:not(.section-number):not(.checkout-note) {
  max-width: 520px;
  margin: 0 0 38px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.button-checkout {
  min-width: min(100%, 390px);
}

.checkout-note {
  margin: 14px 0 0;
  color: #616a63;
  font-family: var(--mono);
  font-size: 9px;
}

.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.faq .section-heading {
  display: block;
}

.faq .section-heading h2 {
  margin-top: 26px;
  font-size: clamp(38px, 4.5vw, 58px);
}

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

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 4px;
  cursor: pointer;
  font-size: 15px;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--green);
  font-family: var(--mono);
  transition: transform 180ms ease;
}

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

.faq-list details p {
  max-width: 590px;
  margin: -4px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.faq-list code {
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.88em;
}

footer {
  padding-block: 54px;
  border-top: 1px solid var(--line);
  background: #060806;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}

.footer-inner > p {
  margin: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 11px;
}

.footer-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
}

.footer-inner small {
  justify-self: end;
  max-width: 550px;
  color: #555d57;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.55;
  text-align: right;
}

.mobile-bar {
  display: none;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  gap: 4px;
  width: min(calc(100% - 44px), 370px);
  padding: 16px 18px;
  border: 1px solid #36583c;
  border-radius: 7px;
  background: #111612;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.5);
  font-family: var(--mono);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.toast strong {
  color: var(--green);
  font-size: 11px;
}

.toast span {
  color: var(--muted);
  font-size: 9px;
}

.toast code {
  color: var(--ink);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

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

  .hero-visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .receipt-strip {
    grid-template-columns: 1fr 1fr;
  }

  .receipt-strip div:nth-child(2) {
    border-right: 0;
  }

  .receipt-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .buy-inner {
    gap: 7vw;
  }
}

@media (max-width: 700px) {
  .section-shell,
  .site-header {
    width: min(calc(100% - 32px), var(--max));
  }

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

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

  .hero {
    min-height: 0;
    padding-block: 62px 105px;
  }

  .hero h1 {
    margin-block: 22px 24px;
    font-size: clamp(68px, 23vw, 104px);
  }

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

  .hero-actions {
    display: grid;
    gap: 20px;
  }

  .button-primary {
    width: 100%;
  }

  .micro-proof {
    margin-top: 34px;
  }

  .hero-visual {
    padding: 29px 12px 70px;
  }

  .commit-card {
    padding: 17px;
  }

  .commit-card h2 {
    font-size: 13px;
  }

  .author-row p {
    font-size: 7px;
  }

  .contribution-card {
    right: -8px;
    bottom: -60px;
    width: calc(100% - 22px);
  }

  .graph {
    grid-auto-columns: 6px;
    grid-template-rows: repeat(7, 6px);
    gap: 2px;
    min-height: 54px;
  }

  .graph i,
  .graph-legend i {
    width: 6px;
    height: 6px;
  }

  .receipt-strip {
    grid-template-columns: 1fr;
  }

  .receipt-strip div {
    justify-content: flex-start;
    min-height: 66px;
    padding-inline: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .receipt-strip div:last-child {
    border-bottom: 0;
  }

  .manifesto {
    padding-block: 100px;
  }

  .manifesto blockquote {
    margin-block: 38px 42px;
    font-size: clamp(42px, 12.8vw, 62px);
  }

  .manifesto-copy {
    font-size: 16px;
  }

  .how,
  .faq {
    padding-block: 100px;
  }

  .section-heading h2 {
    font-size: 44px;
  }

  .steps {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .steps li,
  .steps li:first-child {
    min-height: 260px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .step-icon {
    margin-bottom: 36px;
  }

  .deliverables {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .deliverable-card + .deliverable-card {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .buy {
    background: var(--panel);
  }

  .buy-inner {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-block: 100px;
  }

  .price-sticker {
    width: min(78vw, 340px);
    margin-inline: auto;
  }

  .buy-copy h2 {
    font-size: 49px;
  }

  .button-checkout {
    min-width: 100%;
  }

  .faq {
    gap: 60px;
  }

  .faq .section-heading h2 {
    font-size: 42px;
  }

  .faq-list summary {
    gap: 16px;
    min-height: 68px;
    font-size: 14px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner > p {
    grid-row: 2;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }

  .footer-inner small {
    justify-self: start;
    text-align: left;
  }

  .mobile-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 18;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 14px;
    border: 1px solid #2d352f;
    border-radius: 7px;
    background: rgba(15, 18, 16, 0.94);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(14px);
    font-family: var(--mono);
    font-size: 10px;
  }

  .mobile-bar span strong {
    color: var(--green);
  }

  .mobile-bar .button {
    width: auto;
    min-width: 100px;
    min-height: 40px;
    padding-inline: 16px;
  }

  .toast {
    right: 10px;
    bottom: 76px;
    width: calc(100% - 20px);
  }
}

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

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