:root {
  color-scheme: light;
  --ink: #171713;
  --muted: #57534b;
  --paper: #fffdf7;
  --soft: #f4f0e6;
  --green: #0d8f66;
  --red: #d95d39;
  --gold: #dba947;
  --white: #ffffff;
  --line: rgba(23, 23, 19, 0.14);
  --shadow: 0 26px 72px rgba(23, 23, 19, 0.2);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, "Helvetica Neue", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

main {
  overflow-x: hidden;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(62px, 8.2vw, 128px);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5.2vw, 76px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.announcement,
.site-header,
.brand,
.site-header nav,
.header-actions,
.hero-actions,
footer,
.final-cta {
  display: flex;
  align-items: center;
}

.announcement {
  position: relative;
  z-index: 5;
  justify-content: center;
  gap: 14px;
  min-height: 34px;
  padding: 7px 16px;
  color: var(--paper);
  background: #100f0d;
  font-size: 13px;
  font-weight: 850;
}

.announcement a {
  color: var(--gold);
  font-weight: 950;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 34px);
  padding: 16px clamp(14px, 2vw, 28px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 18%, rgba(219, 169, 71, 0.18), transparent 23%),
    radial-gradient(circle at 14% 70%, rgba(13, 143, 102, 0.4), transparent 31%),
    linear-gradient(rgba(255, 253, 247, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 247, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #19100f 0%, #10251c 62%, #0b120f 100%);
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    radial-gradient(ellipse at 58% 64%, rgba(255, 253, 247, 0.18), transparent 34%),
    radial-gradient(ellipse at 74% 72%, rgba(13, 143, 102, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(16, 15, 13, 0.34), transparent 42%, rgba(16, 15, 13, 0.06));
  opacity: 0.9;
}

.hero::after {
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(0deg, rgba(16, 15, 13, 0.78), transparent);
}

.site-header {
  position: relative;
  z-index: 3;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-inline: auto;
}

.site-header[data-scrolled] {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.brand,
.site-header nav,
.header-actions {
  min-height: 48px;
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 10px 28px rgba(16, 15, 13, 0.12);
}

.brand {
  gap: 10px;
  padding: 8px 14px 8px 10px;
  color: var(--ink);
  font-weight: 950;
  text-decoration: none;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border: 2px solid var(--ink);
  border-radius: 7px;
  background:
    linear-gradient(135deg, transparent 0 42%, var(--paper) 42% 58%, transparent 58%),
    linear-gradient(135deg, var(--green), var(--gold));
}

.site-header nav {
  gap: 24px;
  padding: 0 22px;
}

.site-header nav a,
.header-actions a,
footer a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.header-actions {
  gap: 18px;
  padding: 0 10px 0 18px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper) !important;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  margin: clamp(22px, 3vw, 44px) 0 0;
  padding-left: clamp(0px, 2.7vw, 38px);
}

.section-label {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 620px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 247, 0.62);
  color: rgba(255, 253, 247, 0.9);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.28;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.capture-form {
  display: grid;
  grid-template-columns: minmax(220px, 360px) auto;
  gap: 10px;
  max-width: 620px;
  margin-top: 26px;
}

.capture-form input,
.capture-form button {
  min-height: 50px;
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  font-weight: 950;
}

.capture-form input {
  width: 100%;
  border: 1px solid rgba(255, 253, 247, 0.38);
  padding: 0 16px;
  color: var(--paper);
  background: rgba(255, 253, 247, 0.08);
  outline: none;
}

.capture-form input::placeholder {
  color: rgba(255, 253, 247, 0.56);
}

.capture-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(219, 169, 71, 0.18);
}

.capture-form button {
  cursor: pointer;
  border: 1px solid var(--paper);
  padding: 0 18px;
  color: var(--ink);
  background: var(--paper);
}

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

.form-note,
.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: 14px;
  line-height: 1.35;
}

.form-status {
  min-height: 19px;
  color: var(--gold);
  font-weight: 850;
}

.capture-form[data-state="saved"] input {
  border-color: var(--green);
}

.capture-form[data-state="error"] .form-status {
  color: #ffb29f;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.button.primary {
  color: var(--paper);
  background: #0b0a08;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.button.secondary {
  color: var(--paper);
  border: 1px solid rgba(255, 253, 247, 0.76);
  background: rgba(16, 15, 13, 0.22);
}

.hero-stage {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(360px, 0.9fr) minmax(120px, 0.22fr);
  align-items: end;
  gap: 18px;
  width: min(1120px, calc(100% - 56px));
  margin: 0;
}

.assistant-panel,
.suite-panel,
.audit-panel {
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.93);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.assistant-panel {
  min-height: 260px;
  background:
    radial-gradient(circle at 50% 110%, rgba(217, 93, 57, 0.55), transparent 48%),
    #130f0e;
}

.panel-top,
.suite-toolbar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 14px;
  background: #181713;
}

.panel-top span,
.suite-toolbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.panel-top span:nth-child(2),
.suite-toolbar span:nth-child(2) {
  background: var(--red);
}

.panel-top span:nth-child(3),
.suite-toolbar span:nth-child(3) {
  background: var(--green);
}

.assistant-body {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(76%, 250px);
  margin: 58px auto 0;
  padding: 18px;
  border-radius: 8px;
  background: var(--paper);
}

.spark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, var(--green), var(--gold), var(--red), var(--green));
}

.bubble,
.response span,
.suite-grid span,
.suite-toolbar i,
.message,
.proof-chip,
.audit-panel span,
.audit-panel em {
  display: block;
  height: 9px;
  border-radius: 99px;
  background: rgba(23, 23, 19, 0.18);
}

.bubble.wide {
  width: 84%;
}

.bubble {
  width: 58%;
}

.response {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding: 12px;
  border-radius: 8px;
  background: #f2ead8;
}

.response span:nth-child(1) {
  width: 92%;
  background: var(--green);
}

.response span:nth-child(2) {
  width: 74%;
}

.response span:nth-child(3) {
  width: 52%;
}

.suite-panel {
  min-height: 300px;
}

.suite-toolbar {
  justify-content: space-between;
}

.suite-toolbar div {
  display: flex;
  gap: 7px;
}

.suite-toolbar i {
  width: 118px;
  background: var(--green);
}

.suite-grid {
  display: grid;
  grid-template-columns: 0.52fr 1.15fr 1.15fr 0.7fr;
  gap: 12px;
  min-height: 266px;
  padding: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(219, 169, 71, 0.18), transparent 24%),
    var(--paper);
}

.suite-grid aside,
.suite-grid section {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf0;
}

.suite-grid aside:first-child {
  background: #171713;
}

.suite-grid aside:first-child span {
  background: rgba(255, 253, 247, 0.42);
}

.suite-grid span:nth-child(1) {
  width: 86%;
}

.suite-grid span:nth-child(2) {
  width: 64%;
}

.suite-grid span:nth-child(3) {
  width: 78%;
}

.suite-grid span:nth-child(4) {
  width: 48%;
}

.row,
.message {
  min-height: 58px;
  border-radius: 8px;
  background: #f1eadb;
}

.row.green {
  border-left: 6px solid var(--green);
}

.row.gold {
  border-left: 6px solid var(--gold);
}

.row.red {
  border-left: 6px solid var(--red);
}

.message {
  height: 72px;
  background: linear-gradient(135deg, rgba(13, 143, 102, 0.14), #f7f0df);
}

.message.short {
  height: 54px;
  width: 82%;
  margin-left: auto;
}

.proof-chip {
  width: 70%;
  background: var(--ink);
}

.audit-panel {
  min-height: 220px;
  padding: 22px;
  align-self: center;
  background: var(--green);
}

.audit-panel span {
  width: 80%;
  background: rgba(255, 253, 247, 0.86);
}

.audit-panel strong {
  display: block;
  margin: 30px 0 18px;
  color: var(--paper);
  font-size: 72px;
  line-height: 0.85;
}

.audit-panel em {
  width: 52%;
  background: var(--gold);
}

.proof-safe {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px) clamp(18px, 4vw, 48px);
  color: var(--paper);
  background: #100f0d;
}

.proof-safe > * {
  max-width: var(--max);
}

.proof-safe span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.proof-safe p {
  margin: 0;
  color: var(--paper);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.25;
}

.proof-safe > p {
  color: rgba(255, 253, 247, 0.72);
  font-size: 17px;
  line-height: 1.45;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 124px) clamp(18px, 4vw, 24px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.workflow-section {
  display: grid;
  gap: 28px;
}

.workflow-copy {
  max-width: 880px;
}

.workflow-copy p:not(.section-label) {
  max-width: 780px;
}

.workflow-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.workflow-board article,
.artifact-strip div,
.workflow-gate {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.workflow-board article {
  min-height: 326px;
  padding: 22px;
  box-shadow: 0 16px 42px rgba(23, 23, 19, 0.07);
}

.workflow-board span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.workflow-board article:nth-child(1) span {
  background: var(--gold);
}

.workflow-board article:nth-child(2) span {
  background: var(--green);
  color: var(--paper);
}

.workflow-board article:nth-child(3) span {
  background: var(--red);
  color: var(--paper);
}

.workflow-board article:nth-child(4) {
  color: var(--paper);
  background:
    radial-gradient(circle at 100% 0%, rgba(219, 169, 71, 0.22), transparent 32%),
    var(--ink);
}

.workflow-board article:nth-child(4) h3,
.workflow-board article:nth-child(4) p {
  color: var(--paper);
}

.workflow-board article:nth-child(4) span {
  border-color: var(--paper);
  color: var(--ink);
  background: var(--paper);
}

.workflow-board h3 {
  min-height: 64px;
  margin-bottom: 18px;
}

.workflow-board p,
.artifact-strip span,
.workflow-gate p {
  font-size: 16px;
}

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

.artifact-strip div {
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 18px;
  background: rgba(255, 253, 247, 0.78);
}

.artifact-strip strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

.artifact-strip span {
  color: var(--muted);
  line-height: 1.35;
}

.workflow-gate {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(90deg, rgba(13, 143, 102, 0.1), rgba(219, 169, 71, 0.1)),
    var(--white);
}

.workflow-gate p {
  margin: 0;
}

.pricing-section {
  max-width: none;
  padding-inline: clamp(18px, 4vw, 48px);
  background:
    linear-gradient(180deg, #f1f1ef 0%, #f4f0e6 100%);
}

.pricing-section > * {
  max-width: var(--max);
}

.price-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(620px, 100%);
  margin: 0 auto 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.price-tabs span {
  display: grid;
  min-height: 58px;
  place-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  text-align: center;
}

.price-tabs .active {
  border-top: 7px solid var(--green);
  background: var(--white);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.price-card,
.card,
.offer-panel,
.terms-list article,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.price-card {
  position: relative;
  display: flex;
  min-height: 386px;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 14px 44px rgba(23, 23, 19, 0.08);
}

.price-card::before,
.example-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--gold);
}

.green-card::before {
  background: var(--green);
}

.red-card::before {
  background: var(--red);
}

.featured-card {
  background: #fffdf7;
  box-shadow: 0 24px 58px rgba(23, 23, 19, 0.14);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-size: 17px;
  font-weight: 950;
}

.price {
  margin: 22px 0 14px;
  color: var(--ink);
  font-size: clamp(31px, 3.5vw, 50px);
  font-weight: 950;
  line-height: 0.95;
}

.price-card p:not(.price) {
  font-size: 16px;
}

.mini-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.offer-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
}

.offer-copy {
  position: sticky;
  top: 96px;
}

.offer-copy .section-label,
.section:not(.pricing-section) .section-label {
  color: var(--green);
}

.offer-panel {
  padding: clamp(20px, 3vw, 32px);
  background: var(--white);
  box-shadow: 0 20px 60px rgba(23, 23, 19, 0.08);
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.panel-heading span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--green);
  box-shadow: 22px 0 0 var(--gold), 44px 0 0 var(--red);
}

.panel-heading h3 {
  margin-left: 54px;
  font-size: 22px;
}

.check-list {
  display: grid;
  gap: 10px;
}

.check-list p {
  position: relative;
  margin: 0;
  padding: 15px 16px 15px 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.74);
  color: #282520;
  font-size: 16px;
  line-height: 1.35;
}

.check-list p::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--gold);
}

.example-section {
  max-width: none;
  padding-inline: clamp(18px, 4vw, 48px);
  background: #100f0d;
}

.example-section h2,
.example-section h3 {
  color: var(--paper);
}

.example-section p {
  color: rgba(255, 253, 247, 0.72);
}

.example-section > * {
  max-width: var(--max);
  margin-inline: auto;
}

.cards {
  display: grid;
  gap: 18px;
}

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

.card {
  position: relative;
  min-height: 292px;
  padding: 28px;
  overflow: hidden;
  border-color: rgba(255, 253, 247, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.08), rgba(255, 253, 247, 0.04)),
    radial-gradient(circle at 50% 100%, rgba(13, 143, 102, 0.2), transparent 50%);
}

.card:nth-child(2)::before {
  background: var(--green);
}

.card:nth-child(3)::before {
  background: var(--red);
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.card p,
.terms-list p {
  font-size: 16px;
}

.timeline-section {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.timeline-intro {
  position: sticky;
  top: 96px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline li {
  min-height: 142px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.timeline li:nth-child(7) {
  grid-column: 1 / -1;
  color: var(--paper);
  background: var(--ink);
}

.timeline strong {
  display: block;
  margin-bottom: 24px;
  color: var(--green);
  font-size: 14px;
}

.timeline li:nth-child(7) strong {
  color: var(--gold);
}

.timeline span {
  display: block;
  color: #292720;
  font-weight: 850;
  line-height: 1.25;
}

.timeline li:nth-child(7) span {
  color: var(--paper);
}

.terms-section {
  max-width: none;
  padding-inline: clamp(18px, 4vw, 48px);
  background: var(--ink);
}

.terms-section > * {
  max-width: var(--max);
  margin-inline: auto;
}

.terms-section h2,
.terms-section h3 {
  color: var(--paper);
}

.terms-section .section-label {
  color: var(--gold);
}

.terms-section p {
  color: rgba(255, 253, 247, 0.72);
}

.terms-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.terms-list article {
  min-height: 250px;
  padding: 22px;
  border-color: rgba(255, 253, 247, 0.16);
  background: rgba(255, 253, 247, 0.08);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 16px;
}

.final-cta {
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto clamp(30px, 5vw, 62px);
  padding: clamp(34px, 6vw, 70px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 22%, rgba(219, 169, 71, 0.4), transparent 32%),
    linear-gradient(120deg, #183025, var(--ink));
}

.final-cta h2,
.final-cta p {
  color: var(--paper);
}

.final-cta p {
  max-width: 700px;
}

.final-cta .section-label {
  color: var(--gold);
}

.final-cta .button.primary {
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--paper);
}

footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

footer div {
  display: flex;
  gap: 16px;
}

@media (max-width: 1080px) {
  .offer-section,
  .timeline-section,
  .faq-section,
  .workflow-gate {
    grid-template-columns: 1fr;
  }

  .offer-copy,
  .timeline-intro {
    position: static;
  }

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

  .workflow-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artifact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .site-header nav,
  .header-actions > a:first-child {
    display: none;
  }

  .brand,
  .header-actions {
    min-height: 44px;
  }

  .hero-copy {
    margin-top: 58px;
    padding-left: 0;
  }

  .hero-stage {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    width: min(820px, 100%);
    margin: 40px auto 0;
  }

  .audit-panel {
    display: none;
  }

  .proof-safe,
  .three,
  .price-grid,
  .workflow-board,
  .artifact-strip {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

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

@media (max-width: 620px) {
  .announcement {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero {
    padding: 14px 20px 0;
    background-position: center bottom;
  }

  .hero-copy,
  .hero-lede,
  .hero-actions,
  .capture-form,
  .hero-stage {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .hero-stage {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 10px;
    margin-top: 34px;
  }

  .assistant-panel {
    min-height: 216px;
  }

  .suite-panel {
    min-height: 236px;
  }

  .assistant-body {
    width: 72%;
    margin-top: 64px;
    padding: 14px;
  }

  .suite-grid {
    grid-template-columns: 46px 1fr;
    gap: 8px;
    min-height: 202px;
    padding: 10px;
  }

  .suite-grid section:nth-of-type(2),
  .suite-grid aside:last-child {
    display: none;
  }

  h1 {
    font-size: clamp(48px, 14vw, 58px);
    line-height: 0.9;
  }

  h2 {
    font-size: 38px;
  }

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

  .button {
    width: 100%;
  }

  .hero-actions,
  .capture-form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .price-tabs,
  .timeline,
  .terms-list {
    grid-template-columns: 1fr;
  }

  .timeline li:nth-child(7) {
    grid-column: auto;
  }

  .workflow-board article,
  .artifact-strip div {
    min-height: auto;
  }

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

  .panel-heading h3 {
    margin-left: 0;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
