:root {
  --ink: #122332;
  --charcoal: #0b1a26;
  --teal: #078895;
  --cyan: #0aa8bd;
  --paper: #f4f8f9;
  --line: #d7e4e8;
  --muted: #617383;
  --shadow: 0 18px 46px rgba(9, 31, 44, 0.14);
  --shadow-soft: 0 8px 24px rgba(9, 31, 44, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 248, 249, 0.92)),
    repeating-linear-gradient(90deg, rgba(8, 136, 149, 0.04) 0, rgba(8, 136, 149, 0.04) 1px, transparent 1px, transparent 72px);
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 64px;
  padding: 10px 22px;
  border-bottom: 1px solid rgba(215, 228, 232, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 160px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.nav-links a {
  padding: 9px 10px;
  color: #4f6372;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--teal);
  background: #eef8fa;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--teal);
  border-radius: 6px;
  color: #fff;
  background: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.header-actions,
.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 1px 0 rgba(9, 31, 44, 0.03);
}

.button.small {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
}

.button.primary {
  color: #fff;
  border-color: var(--teal);
  background: linear-gradient(180deg, #089eac, #057985);
}

.button.secondary {
  color: var(--teal);
  border-color: rgba(8, 136, 149, 0.36);
  background: #fff;
}

.button.ghost {
  color: #4f6372;
  background: #fff;
}

.button.disabled {
  pointer-events: none;
  opacity: 0.62;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: center;
  min-height: calc(100vh - 64px);
  padding: 62px clamp(18px, 4vw, 62px) 108px;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(10, 168, 189, 0.08) 0%, transparent 34%),
    linear-gradient(135deg, #f9fcfd 0%, #eef6f8 56%, #e8f1f3 100%);
}

.hero-media-shell {
  position: absolute;
  inset: 76px clamp(14px, 3vw, 44px) 38px auto;
  width: min(56vw, 1060px);
  border: 1px solid rgba(8, 136, 149, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background: #d7e4e8;
  box-shadow: 0 32px 90px rgba(8, 31, 45, 0.22);
}

.hero-media-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 248, 249, 0) 55%, rgba(244, 248, 249, 0.18));
  pointer-events: none;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.tour-header h2,
.compatibility-band h2,
.faq-section h2,
.final-cta h2,
.content-hero h1 {
  margin: 0;
  color: var(--charcoal);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(56px, 6.8vw, 106px);
  font-weight: 950;
}

.hero-lead {
  max-width: 650px;
  margin: 24px 0 28px;
  color: #42596a;
  font-size: clamp(18px, 2vw, 23px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.trust-row span {
  padding: 8px 10px;
  border: 1px solid rgba(8, 136, 149, 0.24);
  border-radius: 6px;
  color: #365263;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
}

.hero-panel {
  position: relative;
  z-index: 3;
  align-self: end;
  justify-self: end;
  width: min(450px, 100%);
  margin-top: 420px;
  border: 1px solid rgba(8, 136, 149, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.hero-panel div {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
}

.hero-panel div:last-child {
  border-bottom: 0;
}

.hero-panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--charcoal);
  font-size: 15px;
}

.hero-panel span {
  color: var(--muted);
  font-size: 13px;
}

.metric-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1420px;
  margin: -70px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  box-shadow: var(--shadow);
}

.metric-strip div {
  min-height: 104px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.97);
}

.metric-strip strong {
  display: block;
  color: var(--charcoal);
  font-size: 18px;
}

.metric-strip span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.section,
.tour-section,
.faq-section,
.final-cta,
.compatibility-band,
.content-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 88px 24px;
}

.section-kicker {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 28px;
}

.section-kicker h2,
.tour-header h2,
.compatibility-band h2,
.faq-section h2,
.final-cta h2 {
  font-size: clamp(34px, 4vw, 60px);
}

.section-kicker p:not(.eyebrow),
.tour-header p,
.showcase-copy p,
.evidence-card p,
.final-cta p,
.content-hero p {
  color: var(--muted);
  font-size: 17px;
}

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

.problem-card,
.use-case-grid article,
.price-card,
.content-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.problem-card {
  padding: 26px;
}

.problem-card h3,
.workflow-lanes h3,
.use-case-grid h3,
.price-card h3,
.content-card h2 {
  margin: 0 0 12px;
  color: var(--charcoal);
}

.problem-card ul,
.price-card ul,
.content-card ul,
.steps {
  margin: 0;
  padding-left: 20px;
}

.problem-card li,
.price-card li,
.content-card li,
.workflow-lanes p,
.use-case-grid p,
.price-card p,
.faq-list p,
.content-card p {
  color: var(--muted);
}

.problem-card li + li,
.price-card li + li,
.steps li + li,
.legal-copy li + li {
  margin-top: 9px;
}

.accent-card {
  border-color: rgba(8, 136, 149, 0.34);
  background: linear-gradient(180deg, #ffffff, #f2fbfc);
}

.benchmarks-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: 28px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px 54px;
}

.benchmarks-section h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.04;
}

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

.benchmark-grid article {
  min-height: 170px;
  padding: 18px;
  background: #fff;
}

.benchmark-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--charcoal);
  font-weight: 950;
}

.benchmark-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.tour-section {
  padding-top: 70px;
}

.tour-header {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 20px;
}

.tour-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.tour-tab {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #4c6170;
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.tour-tab.is-active {
  color: #fff;
  border-color: var(--teal);
  background: var(--teal);
}

.tour-stage {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.tour-panel {
  display: none;
  margin: 0;
}

.tour-panel.is-active {
  display: block;
}

.tour-panel img {
  width: 100%;
  height: min(70vh, 680px);
  object-fit: cover;
  object-position: top center;
}

.tour-panel figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: 540px;
  padding: 16px 18px;
  border: 1px solid rgba(215, 228, 232, 0.65);
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 21, 31, 0.82);
  backdrop-filter: blur(12px);
}

.tour-panel figcaption strong,
.tour-panel figcaption span {
  display: block;
}

.tour-panel figcaption strong {
  font-size: 18px;
}

.tour-panel figcaption span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
}

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

.workflow-lanes article {
  min-height: 260px;
  padding: 24px;
  background: #fff;
}

.step-number {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
}

.feature-showcase,
.repository-showcase {
  display: grid;
  gap: 36px;
  align-items: center;
}

.feature-showcase {
  grid-template-columns: minmax(310px, 0.62fr) minmax(0, 1.38fr);
}

.repository-showcase {
  grid-template-columns: minmax(0, 1.34fr) minmax(310px, 0.66fr);
  padding-top: 30px;
}

.showcase-copy h2,
.evidence-card h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1.04;
}

.image-stack {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.image-stack img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
}

.feature-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

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

.feature-list span {
  padding: 10px 12px;
  border: 1px solid rgba(8, 136, 149, 0.2);
  border-radius: 6px;
  color: #345466;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.use-case-grid article {
  min-height: 230px;
  padding: 22px;
}

.evidence-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 26px;
}

.evidence-card {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 22px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.evidence-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.compatibility-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

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

.compat-grid span {
  padding: 13px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #3f5566;
  background: #fff;
  font-weight: 850;
  text-align: center;
}

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

.price-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.price-card.featured {
  border-color: rgba(8, 136, 149, 0.5);
  box-shadow: var(--shadow);
}

.price-card-head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 8px;
  border-radius: 6px;
  color: var(--teal);
  background: #e9f9fb;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: var(--teal);
}

.price span,
.price small {
  color: var(--muted);
  font-weight: 800;
}

.price strong {
  color: var(--teal);
  font-size: 54px;
  line-height: 1;
}

.price.text-price strong {
  color: var(--ink);
  font-size: 38px;
}

.price-card .button {
  margin-top: auto;
}

.estimator-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  margin: 28px 0;
}

.estimator-copy,
.estimator-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.estimator-copy {
  padding: 24px;
}

.estimator-copy h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}

.estimator-copy p:not(.eyebrow),
.estimator-note {
  color: var(--muted);
}

.estimator-panel {
  padding: 24px;
}

.estimator-panel label {
  display: grid;
  gap: 12px;
  color: var(--charcoal);
  font-weight: 950;
}

.estimator-panel input[type="range"] {
  width: 100%;
  accent-color: var(--teal);
}

.estimator-readout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.estimator-readout div {
  min-height: 110px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfefe, #f1f8fa);
}

.estimator-readout span,
.estimator-readout strong {
  display: block;
}

.estimator-readout span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.estimator-readout strong {
  margin-top: 8px;
  color: var(--charcoal);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1;
}

.estimator-note {
  margin: 18px 0 0;
  font-size: 13px;
}

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

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

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--charcoal);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 56px;
  border: 1px solid rgba(8, 136, 149, 0.26);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 24px;
  color: #d9e8ea;
  background: var(--charcoal);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: #a8c0c5;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}

.content-page {
  max-width: 1180px;
  padding-top: 78px;
}

.content-hero {
  max-width: 800px;
  margin-bottom: 34px;
}

.content-hero h1 {
  font-size: clamp(42px, 6vw, 74px);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0;
}

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

.content-card {
  padding: 22px;
}

.key-box {
  display: inline-flex;
  padding: 12px 14px;
  border: 1px dashed rgba(8, 136, 149, 0.55);
  border-radius: 6px;
  color: var(--teal) !important;
  background: #f0fbfc;
  font-family: Consolas, "Courier New", monospace;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.download-status {
  max-width: 720px;
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(8, 148, 166, 0.25);
  border-radius: 8px;
  background: rgba(234, 252, 255, 0.78);
  color: var(--ink);
  font-weight: 800;
}

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

.licence-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.licence-item .key-box {
  min-width: 0;
  overflow-wrap: anywhere;
}

.licence-item small {
  color: var(--muted);
  font-weight: 850;
  white-space: nowrap;
}

.release-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  border-color: rgba(8, 136, 149, 0.28);
}

.release-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.release-facts div {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fbfc;
}

.release-facts dt {
  margin-bottom: 4px;
  color: #7b8b98;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.release-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.release-facts .hash {
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
}

.checkout-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.checkout-action p {
  flex: 1 1 240px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.legal-copy {
  max-width: 860px;
}

.legal-copy h2 {
  margin-top: 34px;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.pricing-table th,
.pricing-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  color: var(--charcoal);
  background: #f5fafb;
}

.pricing-table td {
  color: var(--muted);
}

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

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-bottom: 64px;
  }

  .hero-media-shell {
    position: relative;
    inset: auto;
    width: 100%;
    height: 460px;
    margin-top: 42px;
  }

  .hero-panel {
    width: 100%;
    margin-top: 18px;
  }

  .metric-strip,
  .benchmark-grid,
  .workflow-lanes,
  .use-case-grid,
  .compat-grid,
  .pricing-grid,
  .estimator-readout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-kicker,
  .benchmarks-section,
  .tour-header,
  .feature-showcase,
  .repository-showcase,
  .compatibility-band,
  .final-cta,
  .evidence-card,
  .estimator-section {
    grid-template-columns: 1fr;
  }

  .repository-showcase .image-stack {
    order: 2;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand img {
    width: 146px;
  }

  .header-actions {
    justify-content: flex-end;
  }

  .header-actions .ghost {
    display: none;
  }

  .hero {
    padding: 46px 16px 54px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .hero-media-shell {
    height: 330px;
  }

  .metric-strip,
  .benchmark-grid,
  .problem-grid,
  .workflow-lanes,
  .use-case-grid,
  .evidence-section,
  .compat-grid,
  .pricing-grid,
  .estimator-readout,
  .content-grid,
  .content-grid.three,
  .release-card,
  .release-facts {
    grid-template-columns: 1fr;
  }

  .metric-strip {
    margin: 0 14px;
  }

  .licence-item {
    grid-template-columns: 1fr;
  }

  .licence-item small {
    white-space: normal;
  }

  .section,
  .benchmarks-section,
  .tour-section,
  .faq-section,
  .final-cta,
  .compatibility-band,
  .content-page {
    padding: 54px 16px;
  }

  .tour-stage {
    min-height: 360px;
  }

  .tour-panel img {
    height: 360px;
  }

  .tour-panel figcaption {
    position: static;
    max-width: none;
    border-radius: 0;
  }

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

  .evidence-card img {
    height: 210px;
  }

  .final-cta {
    margin: 0 14px 42px;
  }

  .site-footer {
    flex-direction: column;
  }
}
