:root {
  color-scheme: light;
  --ink: #111816;
  --ink-soft: #22312d;
  --muted: #61706b;
  --line: #d9e0dc;
  --paper: #f5f7f4;
  --panel: #ffffff;
  --soft: #edf2ee;
  --green: #1f7a4d;
  --teal: #08736b;
  --blue: #285c9f;
  --amber: #a86112;
  --red: #983a2e;
  --mint: #85e8d7;
  --shadow: 0 20px 60px rgba(17, 24, 22, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img,
svg,
video {
  max-width: 100%;
}

.topbar {
  align-items: center;
  background: rgba(245, 247, 244, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 28px;
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 260px;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: grid;
  font-size: 14px;
  font-weight: 900;
  height: 38px;
  justify-items: center;
  width: 38px;
}

.brand strong {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 3px;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.nav a,
.nav-print {
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  padding: 9px 10px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-print {
  background: transparent;
  font: inherit;
}

.nav a:hover,
.nav-print:hover {
  background: #fff;
  border-color: var(--line);
}

.nav .nav-cta {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.hero {
  color: #fff;
  isolation: isolate;
  min-height: calc(100vh - 68px);
  overflow: hidden;
  padding: 76px 28px 38px;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(17, 24, 22, 0.84), rgba(17, 24, 22, 0.66), rgba(17, 24, 22, 0.28)),
    linear-gradient(135deg, rgba(8, 115, 107, 0.92), rgba(40, 92, 159, 0.72) 46%, rgba(31, 122, 77, 0.62)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 88px);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -3;
}

.hero::after {
  background:
    radial-gradient(circle at 74% 16%, rgba(255, 255, 255, 0.26), transparent 18%),
    radial-gradient(circle at 84% 72%, rgba(168, 97, 18, 0.28), transparent 19%),
    linear-gradient(180deg, transparent 72%, var(--paper) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.demo-hero::before {
  background:
    linear-gradient(90deg, rgba(17, 24, 22, 0.84), rgba(17, 24, 22, 0.62), rgba(17, 24, 22, 0.2)),
    linear-gradient(135deg, rgba(40, 92, 159, 0.86), rgba(8, 115, 107, 0.82) 48%, rgba(168, 97, 18, 0.54)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0 1px, transparent 1px 92px);
}

.hero-field {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.field-line {
  background: rgba(255, 255, 255, 0.28);
  height: 1px;
  position: absolute;
  transform-origin: left center;
  width: 36vw;
}

.line-a {
  right: 7vw;
  top: 24%;
  transform: rotate(18deg);
}

.line-b {
  right: 13vw;
  top: 51%;
  transform: rotate(-16deg);
}

.line-c {
  right: 4vw;
  top: 74%;
  transform: rotate(7deg);
}

.field-node {
  background: rgba(255, 255, 255, 0.9);
  border: 8px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 42px rgba(255, 255, 255, 0.28);
  height: 34px;
  position: absolute;
  width: 34px;
}

.node-a {
  right: 25vw;
  top: 18%;
}

.node-b {
  right: 10vw;
  top: 39%;
}

.node-c {
  right: 31vw;
  top: 62%;
}

.node-d {
  right: 8vw;
  top: 78%;
}

.hero-inner,
.section-inner,
.section-grid,
.footer-inner,
.request-hero,
.request-grid,
.form-section > .summary-box {
  margin: 0 auto;
  max-width: 1180px;
}

.opening-grid,
.demo-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
}

.opening-grid > *,
.demo-grid > *,
.section-grid > *,
.request-grid > * {
  min-width: 0;
}

.eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow,
.band .eyebrow,
.journey-band .eyebrow,
.final-cta .eyebrow {
  color: var(--mint);
}

h1,
h2,
h3 {
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero h1 {
  font-size: clamp(52px, 9vw, 116px);
  line-height: 0.9;
  margin: 0;
  max-width: 880px;
}

.hero h1 span {
  display: block;
}

.hero-subhead {
  font-size: clamp(25px, 3.8vw, 44px);
  font-weight: 850;
  line-height: 1.02;
  margin: 24px 0 0;
  max-width: 780px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.58;
  margin: 22px 0 0;
  max-width: 780px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.button.ghost {
  background: rgba(133, 232, 215, 0.12);
  border-color: rgba(133, 232, 215, 0.44);
  color: #fff;
}

.final-cta .button.secondary,
.section .button.secondary {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

.opening-visual {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  margin: 0;
  padding: 12px;
}

.opening-visual img {
  background: #fff;
  display: block;
  height: auto;
  width: 100%;
}

.opening-visual figcaption {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 10px;
}

.hero-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
  max-width: 860px;
  padding-top: 18px;
}

.hero-proof div {
  min-width: 0;
}

.hero-proof strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 6px;
}

.signal-band {
  background: var(--ink);
  color: #fff;
  padding: 16px 28px;
}

.signal-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
}

.signal-inner span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 750;
  padding: 8px 12px;
}

.section {
  padding: 74px 28px;
  scroll-margin-top: 68px;
}

.section-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
}

.section h2,
.request-hero h1 {
  font-size: clamp(32px, 5vw, 58px);
  line-height: 0.98;
  margin: 0;
  max-width: 820px;
}

.section-lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 820px;
}

.section-heading {
  max-width: 860px;
}

.section-heading.compact {
  max-width: 700px;
}

.route-section {
  background: #fff;
}

.agent-section {
  background:
    linear-gradient(180deg, #101815 0%, #15201d 100%);
  color: #fff;
}

.agent-section .section-lead {
  color: rgba(255, 255, 255, 0.76);
}

.agent-hero {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.48fr);
}

.ganimi-card,
.agent-grid article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
}

.ganimi-card {
  padding: 22px;
}

.agent-kicker,
.agent-grid span {
  color: var(--mint);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ganimi-card h3,
.agent-grid h3 {
  font-size: 24px;
  line-height: 1.05;
  margin: 0;
}

.ganimi-card p,
.agent-grid p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.55;
  margin: 10px 0 0;
}

.ganimi-card strong {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 18px;
  padding-top: 14px;
}

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

.agent-grid article {
  min-height: 178px;
  padding: 20px;
}

.route-grid,
.request-grid,
.demo-board,
.interest-grid {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

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

.request-grid,
.demo-board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.route-card,
.demo-board article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 220px;
  padding: 20px;
}

.route-card.primary-route {
  background: #15201d;
  color: #fff;
}

.route-card span,
.demo-board span {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.primary-route span {
  color: var(--mint);
}

.route-card h3,
.demo-board h3,
.model-list h3,
.panel h3,
.product-card h3,
.campaign-list h3,
.proof-row strong,
.boundary-grid h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.route-card p,
.demo-board p,
.model-list p,
.panel p,
.product-card p,
.campaign-list p,
.proof-row span,
.boundary-grid p,
.final-inner p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 8px 0 0;
}

.primary-route p {
  color: rgba(255, 255, 255, 0.74);
}

.route-card a,
.product-card a {
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin-top: 18px;
  text-decoration: none;
}

.primary-route a,
.primary-product a {
  color: #fff;
}

.journey-band {
  background: #15201d;
  color: #fff;
}

.journey-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 30px;
}

.journey-steps div {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 14px;
}

.journey-steps span {
  color: var(--mint);
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.journey-steps strong {
  color: rgba(255, 255, 255, 0.84);
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 8px;
}

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

.model-list article {
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr;
  padding: 18px;
}

.model-list article span {
  align-items: center;
  background: var(--soft);
  color: var(--teal);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  height: 48px;
  justify-items: center;
  width: 48px;
}

.band {
  background: #15201d;
  color: #fff;
}

.band .section-lead,
.band .panel p {
  color: rgba(255, 255, 255, 0.74);
}

.offer-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  min-height: 220px;
  padding: 20px;
}

.panel.featured {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(133, 232, 215, 0.55);
}

.panel-kicker {
  color: var(--mint);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.panel strong {
  color: #fff;
  display: block;
  font-size: 26px;
  line-height: 1.1;
  margin-top: 22px;
}

.commercial-path {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 28px;
  padding-top: 18px;
}

.commercial-path span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 750;
}

.muted {
  background: #edf1ee;
}

.product-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.product-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 210px;
  padding: 18px;
}

.product-card.primary-product {
  background: #15201d;
  color: #fff;
  grid-column: span 2;
}

.product-card.primary-product p {
  color: rgba(255, 255, 255, 0.74);
}

.product-card span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.product-card.primary-product span {
  color: var(--mint);
}

.proof-section {
  background: #fff;
}

.proof-grid {
  align-items: start;
}

.proof-board {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.proof-row {
  display: grid;
  gap: 18px;
  grid-template-columns: 180px 1fr;
  padding: 18px;
}

.proof-row + .proof-row {
  border-top: 1px solid var(--line);
}

.proof-row span {
  margin: 0;
}

.campaign-list {
  display: grid;
  gap: 0;
  margin-top: 30px;
}

.campaign-list article {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(220px, 0.6fr) 1fr;
  padding: 18px 0;
}

.campaign-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.campaign-list p {
  margin: 0;
}

.boundary {
  background: #fff;
}

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

.boundary-grid article {
  background: var(--paper);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  padding: 18px;
}

.boundary-grid article:nth-child(2) {
  border-color: var(--blue);
}

.boundary-grid article:nth-child(3) {
  border-color: var(--amber);
}

.boundary-grid article:nth-child(4) {
  border-color: var(--red);
}

.evidence-section {
  background: #f8faf7;
}

.stamp-panel,
.stamp-document {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin-top: 30px;
  padding: 24px;
}

.stamp-head,
.stamp-seal {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 180px 1fr;
  padding-bottom: 18px;
}

.stamp-head span,
.stamp-seal span,
.stamp-grid span {
  color: var(--teal);
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stamp-head strong,
.stamp-seal strong {
  font-size: clamp(20px, 4vw, 36px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.stamp-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.stamp-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.stamp-grid strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 8px;
  overflow-wrap: anywhere;
}

.stamp-grid p,
.evidence-block p,
.rights-notice p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  margin: 8px 0 0;
}

.stamp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.evidence-shell {
  background: linear-gradient(180deg, #eef4ef, #f8faf7);
  padding-bottom: 74px;
}

.evidence-hero,
.stamp-document {
  margin: 0 auto;
  max-width: 1060px;
}

.evidence-hero {
  padding: 58px 28px 16px;
}

.evidence-hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.96;
  margin: 0;
  max-width: 900px;
}

.stamp-document {
  margin-top: 22px;
}

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

.evidence-block,
.rights-notice {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 22px;
}

.evidence-block h2,
.rights-notice h2 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0;
}

.evidence-block ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.evidence-block li {
  overflow-wrap: anywhere;
}

.evidence-block a {
  color: var(--blue);
  font-weight: 800;
}

.rights-notice {
  background: #101815;
  border: 0;
  border-radius: 8px;
  color: #fff;
  padding: 20px;
}

.rights-notice p {
  color: rgba(255, 255, 255, 0.78);
}

.final-cta {
  background: var(--ink);
  color: #fff;
}

.final-inner {
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}

.final-inner h2 {
  max-width: 780px;
}

.final-inner p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  max-width: 760px;
}

.request-shell {
  background: linear-gradient(180deg, #eef4ef, #f7f8f5);
}

.request-hero {
  padding: 58px 28px 16px;
}

.request-grid {
  padding: 0 28px 54px;
}

.form-section {
  background: #fff;
  padding: 74px 28px;
  scroll-margin-top: 68px;
}

.intake-form {
  display: grid;
  gap: 14px;
}

.route-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

label {
  color: var(--ink-soft);
  display: grid;
  font-size: 13px;
  font-weight: 850;
  gap: 7px;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

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

.summary-box {
  background: #101815;
  border-radius: 8px;
  color: #fff;
  margin-top: 18px;
  overflow-wrap: anywhere;
  padding: 18px;
  white-space: pre-wrap;
}

.footer {
  background: #0d1211;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  padding: 24px 28px;
}

.footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.footer strong {
  color: #fff;
}

.footer a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .opening-grid,
  .demo-grid,
  .agent-hero,
  .agent-grid,
  .section-grid,
  .offer-grid,
  .commercial-path,
  .product-grid,
  .route-grid,
  .request-grid,
  .demo-board,
  .interest-grid,
  .journey-steps,
  .boundary-grid,
  .stamp-grid {
    grid-template-columns: 1fr;
  }

  .product-card.primary-product {
    grid-column: span 1;
  }

  .proof-row,
  .campaign-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1020px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px;
    position: static;
  }

  .brand {
    min-width: 0;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding: 58px 18px 28px;
  }

  .section,
  .form-section {
    padding: 54px 18px;
  }

  .request-hero,
  .request-grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .commercial-path {
    border-top: 0;
  }

  .stamp-head,
  .stamp-seal {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .topbar {
    gap: 14px;
  }

  .brand {
    align-items: flex-start;
  }

  .brand small {
    max-width: 280px;
  }

  .nav {
    display: block;
    width: 100%;
  }

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

  .nav a {
    display: flex;
    font-size: 12px;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .nav .nav-cta,
  .hero h1,
  .hero-subhead,
  .hero-copy,
  .hero-actions,
  .opening-visual {
    max-width: 100%;
    width: calc(100vw - 36px);
  }

  .hero h1 {
    font-size: 44px;
    line-height: 0.96;
  }

  .hero-subhead {
    font-size: 22px;
    overflow-wrap: break-word;
  }

  .hero-copy,
  .section-lead,
  .final-inner p {
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .hero-proof,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .opening-visual {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .signal-inner {
    justify-content: flex-start;
  }

  .route-form {
    padding: 18px;
  }
}

@media print {
  .topbar,
  .footer,
  .stamp-actions {
    display: none;
  }

  body,
  .evidence-shell {
    background: #fff;
  }

  .evidence-shell {
    padding: 0;
  }

  .evidence-hero,
  .stamp-document {
    box-shadow: none;
    max-width: none;
    padding: 20px;
  }

  .stamp-document {
    border: 1px solid #111816;
  }

  .stamp-grid article,
  .evidence-block,
  .rights-notice {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  a {
    color: #111816;
  }
}
