:root {
  --green-900: #073f24;
  --green-800: #07572f;
  --green-700: #0a753d;
  --green-600: #0c8a49;
  --green-100: #e6f6ec;
  --blue-100: #eaf4ff;
  --blue-500: #2d7dd2;
  --amber-100: #fff4cf;
  --amber-500: #c58a0a;
  --red-100: #fff0ef;
  --red-600: #c21d2a;
  --ink: #151922;
  --muted: #5e6673;
  --line: #dbe2e8;
  --surface: #ffffff;
  --soft: #f6f8f7;
  --shadow: 0 24px 70px rgba(15, 31, 45, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}

button,
input {
  font: inherit;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(219, 226, 232, 0.9);
  backdrop-filter: blur(18px);
}

.nav-shell,
.section,
.hero-inner,
.trust-strip,
.site-footer {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-800);
  font-size: 21px;
  font-weight: 850;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #404956;
  font-weight: 650;
}

.nav-links a {
  transition:
    color 160ms ease,
    background 160ms ease;
}

.nav-links a:hover {
  color: var(--green-700);
}

.nav-cta {
  padding: 11px 18px;
  color: white;
  background: var(--green-700);
  border-radius: var(--radius);
}

.nav-links .nav-cta:hover {
  color: white;
  background: var(--green-800);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--green-800);
  background: #edf7f1;
  border: 1px solid #cfe8d7;
  border-radius: var(--radius);
}

.hero-section {
  position: relative;
  background: #f0fbf5;
  border-bottom: 1px solid #dcebe1;
}

.hero-inner {
  min-height: 620px;
  max-height: none;
  display: grid;
  grid-template-columns: 1fr minmax(360px, 500px);
  align-items: center;
  gap: 50px;
  padding: 38px 0 44px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.danger {
  color: var(--red-600);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.18;
}

.hero-lede {
  max-width: 660px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 26px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.button svg,
.nav-cta svg,
.menu-button svg {
  width: 20px;
  height: 20px;
}

.button.primary {
  color: white;
  background: var(--green-700);
  box-shadow: 0 12px 24px rgba(10, 117, 61, 0.22);
}

.button.primary:hover {
  background: var(--green-800);
}

.button.secondary {
  color: var(--green-800);
  background: white;
  border-color: #bddbc8;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #45515e;
}

.hero-proof span,
.safety-actions span,
.mini-feature-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-proof svg,
.safety-actions svg,
.mini-feature-list svg {
  width: 18px;
  height: 18px;
  color: var(--green-700);
}

.hero-disclaimer {
  max-width: 680px;
  margin: 18px 0 0;
  color: #50606e;
  font-size: 14px;
  line-height: 1.55;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 560px;
}

.phone-frame {
  width: min(360px, 82vw);
  background: white;
  border: 1px solid #d8e6dc;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.phone-frame img {
  width: 100%;
  height: auto;
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dbe2e8;
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(15, 31, 45, 0.14);
  font-weight: 850;
}

.floating-card svg {
  width: 18px;
  height: 18px;
  color: var(--red-600);
}

.card-a {
  left: -10px;
  top: 18%;
}

.card-b {
  right: -8px;
  bottom: 24%;
}

.status-dot {
  width: 10px;
  height: 10px;
  background: var(--green-600);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(12, 138, 73, 0.14);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 22px 0;
}

.trust-item {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trust-item strong {
  display: block;
  color: var(--green-800);
  font-size: 25px;
  line-height: 1.1;
}

.trust-item span {
  color: var(--muted);
  font-weight: 650;
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading.left {
  margin: 0;
  text-align: left;
}

.section-heading p,
.safety-copy p,
.preview-layout p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.small-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.device-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.device-card img {
  width: 100%;
  border-radius: var(--radius);
}

.device-card img:not(.device-unit-image) {
  height: 250px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(219, 226, 232, 0.75);
}

.device-unit-image {
  height: 250px;
  padding: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #c7e3ff;
}

.device-card p {
  color: var(--muted);
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 6px;
  color: var(--green-800);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.device-card.blue {
  background: var(--blue-100);
  border-color: #b9dafc;
}

.device-card.amber {
  background: var(--amber-100);
  border-color: #f0cf6f;
}

.device-card.green {
  background: #eaf7ed;
  border-color: #b6dfc0;
}

.outputs-section {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6faf8 100%);
  border-top: 1px solid #edf2ef;
  border-bottom: 1px solid #edf2ef;
}

.outputs-layout {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 36px;
  align-items: start;
}

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

.outputs-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.output-preview {
  margin-top: 28px;
  padding: 22px;
  background: var(--green-900);
  color: white;
  border-radius: var(--radius);
  box-shadow: 0 22px 54px rgba(7, 63, 36, 0.18);
}

.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: #bdeecb;
  font-size: 14px;
  font-weight: 800;
}

.preview-header strong {
  color: var(--green-900);
  background: #c9f4d6;
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.output-preview dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.output-preview dl div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.output-preview dt {
  margin-bottom: 4px;
  color: #9de3b6;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.output-preview dd {
  margin: 0;
  line-height: 1.45;
}

.preview-note {
  margin: 16px 0 0;
  color: #cbeed6;
  font-size: 14px;
  line-height: 1.55;
}

.outputs-grid {
  display: grid;
  gap: 18px;
}

.output-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px 20px;
  padding: 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 46px rgba(15, 31, 45, 0.07);
}

.output-icon {
  grid-row: span 4;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--green-100);
}

.output-icon svg {
  width: 32px;
  height: 32px;
}

.output-kicker {
  margin: 0 0 -2px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.output-card h3 {
  margin-bottom: 2px;
  font-size: 26px;
}

.output-card p:not(.output-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.output-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.output-card li {
  position: relative;
  padding-left: 18px;
  color: #34404d;
  line-height: 1.45;
}

.output-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}

.output-green {
  border-color: #b8dfc5;
}

.output-green .output-icon {
  color: var(--green-800);
  background: var(--green-100);
}

.output-blue {
  border-color: #bddcf6;
}

.output-blue .output-icon {
  color: var(--blue-500);
  background: var(--blue-100);
}

.output-blue .output-kicker {
  color: var(--blue-500);
}

.output-amber {
  border-color: #efd278;
}

.output-amber .output-icon {
  color: var(--amber-500);
  background: var(--amber-100);
}

.output-amber .output-kicker {
  color: #9a6904;
}

.output-safety {
  border-color: #f2c0bd;
}

.output-safety .output-icon {
  color: var(--red-600);
  background: var(--red-100);
}

.output-safety .output-kicker {
  color: var(--red-600);
}

.sample-report-section {
  background: white;
}

.report-grid {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.report-module {
  min-height: 235px;
  padding: 24px;
  background: #fbfdfc;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.module-label,
.guide-card span,
.guide-meta {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.report-module p,
.guide-card p {
  color: var(--muted);
  line-height: 1.58;
}

.guide-section {
  width: 100%;
  max-width: none;
  background: #f7faf8;
  border-top: 1px solid #edf2ef;
  border-bottom: 1px solid #edf2ef;
}

.guide-grid {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.guide-card {
  display: block;
  min-height: 250px;
  padding: 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(15, 31, 45, 0.06);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.guide-card:hover {
  transform: translateY(-2px);
  border-color: #b8dfc5;
  box-shadow: 0 18px 46px rgba(15, 31, 45, 0.1);
}

.workflow-section,
.capabilities-section {
  width: 100%;
  max-width: none;
  background: var(--soft);
}

.workflow-layout,
.capabilities-section > .section-heading,
.capability-grid {
  width: min(1140px, calc(100% - 36px));
  margin-left: auto;
  margin-right: auto;
}

.workflow-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 42px;
}

.workflow-panel {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(15, 31, 45, 0.08);
}

.step-list {
  display: grid;
  gap: 8px;
}

.step-button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px;
  color: #43505c;
  text-align: left;
  background: #f7faf8;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
}

.step-button span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green-800);
  background: #dff2e6;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

.step-button.is-active {
  color: white;
  background: var(--green-800);
}

.step-button.is-active span {
  color: var(--green-900);
  background: white;
}

.step-detail {
  min-height: 430px;
  padding: 30px;
  background:
    linear-gradient(160deg, rgba(230, 246, 236, 0.88), rgba(255, 255, 255, 0.94)),
    white;
  border: 1px solid #d8e6dc;
  border-radius: var(--radius);
}

.step-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--green-800);
  background: white;
  border: 1px solid #cfe8d7;
  border-radius: var(--radius);
}

.step-icon svg {
  width: 28px;
  height: 28px;
}

.step-kicker {
  color: var(--green-700);
  font-weight: 850;
  text-transform: uppercase;
}

.step-detail p {
  color: var(--muted);
  line-height: 1.65;
}

.step-detail ul,
.report-preview ul {
  padding-left: 20px;
  color: #34404d;
  line-height: 1.75;
}

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

.capability-card {
  min-height: 240px;
  padding: 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.capability-card > svg {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  color: var(--green-700);
}

.capability-card p {
  color: var(--muted);
  line-height: 1.58;
}

.safety-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  padding: 42px;
  background: linear-gradient(135deg, var(--red-100), #ffffff 48%, #eef6ff);
  border: 1px solid #ffd1cd;
  border-radius: var(--radius);
}

.safety-actions,
.mini-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  font-weight: 800;
}

.report-preview {
  padding: 28px;
  background: white;
  border: 1px solid #f2c0bd;
  border-radius: var(--radius);
  box-shadow: 0 20px 45px rgba(120, 29, 29, 0.08);
}

.report-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.severity {
  color: white;
  background: var(--red-600);
  padding: 6px 10px;
  border-radius: 999px;
}

.report-preview p {
  color: var(--muted);
  line-height: 1.6;
}

.app-preview-section {
  padding-top: 28px;
}

.preview-layout {
  display: grid;
  grid-template-columns: minmax(260px, 430px) 1fr;
  align-items: center;
  gap: 54px;
}

.preview-layout img {
  max-height: 450px;
  justify-self: center;
}

.faq-section {
  max-width: 900px;
}

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

details {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green-700);
  font-size: 28px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  line-height: 1.6;
}

.cta-section {
  padding: 92px 18px;
  background: var(--green-900);
}

.cta-card {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
  color: white;
}

.cta-card .eyebrow {
  color: #9de3b6;
}

.cta-card h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.cta-card > p:not(.eyebrow):not(.form-message):not(.cta-note) {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: #d8f3e1;
  line-height: 1.6;
}

.signup-form {
  display: flex;
  gap: 12px;
  width: min(620px, 100%);
  margin: 28px auto 12px;
}

.signup-form input {
  flex: 1;
  min-width: 0;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
}

.signup-form .button.primary {
  background: #ffffff;
  color: var(--green-900);
  box-shadow: none;
}

.form-message {
  min-height: 24px;
  color: #bdeecb;
}

.cta-note {
  margin: 0 auto 8px;
  color: #bdeecb;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 0;
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 480px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-weight: 750;
}

.delete-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(12, 138, 73, 0.14), transparent 34%),
    linear-gradient(135deg, #f0fbf5 0%, #ffffff 64%, #eef6ff 100%);
  border-bottom: 1px solid var(--line);
}

.delete-shell {
  width: min(940px, calc(100% - 36px));
  margin: 0 auto;
}

.delete-hero .delete-shell {
  padding: 86px 0 76px;
}

.delete-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 66px);
}

.delete-content {
  padding: 54px 0 84px;
  background: #fff;
}

.delete-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 20px;
  margin-bottom: 20px;
}

.delete-panel,
.delete-summary {
  margin-bottom: 20px;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.delete-summary {
  background: var(--green-100);
  border-color: #c6e7d2;
}

.delete-panel h2,
.delete-summary h2 {
  margin-bottom: 16px;
  font-size: 26px;
}

.delete-panel p,
.delete-summary p,
.number-list,
.check-list {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.number-list,
.check-list {
  margin: 0;
  padding-left: 22px;
}

.number-list li,
.check-list li {
  margin-bottom: 10px;
}

.delete-panel a {
  color: var(--green-700);
  font-weight: 800;
  text-decoration: underline;
}

.guide-hero {
  background: #f0fbf5;
  border-bottom: 1px solid #dcebe1;
}

.guide-shell {
  width: min(1060px, calc(100% - 36px));
  margin: 0 auto;
}

.guide-hero .guide-shell {
  padding: 72px 0 54px;
}

.guide-hero h1 {
  max-width: 860px;
  font-size: clamp(38px, 6vw, 62px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.breadcrumb a {
  color: var(--green-800);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  padding: 48px 0 72px;
}

.guide-main {
  display: grid;
  gap: 18px;
}

.guide-panel,
.guide-aside {
  padding: 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.guide-panel.warning {
  background: var(--red-100);
  border-color: #f2c0bd;
}

.guide-panel h2 {
  font-size: 30px;
}

.guide-panel p,
.guide-panel li,
.guide-aside p,
.guide-aside li {
  color: var(--muted);
  line-height: 1.68;
}

.guide-panel ul,
.guide-aside ul {
  padding-left: 22px;
}

.evidence-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

.evidence-table th {
  color: var(--green-800);
  background: var(--green-100);
}

.guide-sidebar {
  position: sticky;
  top: 92px;
  align-self: start;
  display: grid;
  gap: 18px;
}

.guide-aside .button {
  width: 100%;
  margin-top: 8px;
}

.guide-aside .signup-form {
  flex-direction: column;
  width: 100%;
}

.guide-aside .signup-form input {
  width: 100%;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  color: var(--green-900);
  background: #c9f4d6;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.distribution-note {
  font-size: 14px;
}

@media (max-width: 940px) {
  .hero-inner,
  .workflow-layout,
  .outputs-layout,
  .safety-card,
  .preview-layout {
    grid-template-columns: 1fr;
  }

  .outputs-copy {
    position: static;
  }

  .hero-inner {
    max-height: none;
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
  }

  .trust-strip,
  .device-grid,
  .capability-grid,
  .report-grid,
  .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-panel {
    grid-template-columns: 1fr;
  }

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

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

  .guide-layout {
    grid-template-columns: 1fr;
  }

  .guide-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .nav-shell,
  .section,
  .hero-inner,
  .trust-strip,
  .site-footer,
  .workflow-layout,
  .outputs-layout,
  .capabilities-section > .section-heading,
  .capability-grid {
    width: min(100% - 28px, 1140px);
  }

  .menu-button {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    background: white;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 12px;
    border-radius: var(--radius);
  }

  .nav-cta {
    text-align: center;
  }

  h1 {
    font-size: 40px;
    line-height: 1.04;
    margin-bottom: 18px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-inner {
    padding-top: 26px;
    padding-bottom: 18px;
    gap: 10px;
  }

  .hero-lede {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 10px;
    margin: 22px 0 18px;
  }

  .button {
    min-height: 48px;
    padding: 12px 14px;
  }

  .hero-proof {
    gap: 10px 14px;
  }

  .phone-frame {
    width: min(250px, 72vw);
  }

  .floating-card {
    display: none;
  }

  .trust-strip,
  .device-grid,
  .capability-grid,
  .report-grid,
  .guide-grid,
  .step-list {
    grid-template-columns: 1fr;
  }

  .output-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .output-icon {
    grid-row: auto;
  }

  .output-card h3 {
    font-size: 23px;
  }

  .output-card ul {
    grid-template-columns: 1fr;
  }

  .preview-header {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .device-unit-image {
    height: 230px;
  }

  .section {
    padding: 68px 0;
  }

  .safety-card,
  .step-detail {
    padding: 24px;
  }

  .signup-form,
  .site-footer {
    flex-direction: column;
  }

  .signup-form .button {
    width: 100%;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .delete-nav-links {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .delete-nav-links a:not(.nav-cta) {
    display: none;
  }

  .delete-nav-links .nav-cta {
    padding: 10px 12px;
    font-size: 14px;
  }

  .delete-hero .delete-shell {
    padding: 56px 0 50px;
  }

  .delete-hero h1 {
    font-size: 38px;
  }

  .delete-panel,
  .delete-summary {
    padding: 22px;
  }

  .guide-shell {
    width: min(100% - 28px, 1060px);
  }

  .guide-hero .guide-shell {
    padding: 52px 0 42px;
  }

  .guide-panel,
  .guide-aside {
    padding: 22px;
  }

  .evidence-table {
    display: block;
    overflow-x: auto;
  }
}
