:root {
  --orange: #ff6a00;
  --orange-bright: #ff8a1f;
  --navy: #071018;
  --navy-2: #0d1922;
  --navy-3: #142630;
  --steel: #8fa2ad;
  --line: rgba(159, 181, 192, 0.2);
  --paper: #f4f1ea;
  --white: #fff;
  --ink: #17232a;
  --content: min(1180px, calc(100vw - 48px));
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; overflow-x: hidden; background: var(--navy); color: #eaf0f2; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
}
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 10;
  width: var(--content);
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 165px 1fr auto;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.brand { width: 132px; height: 76px; display: grid; place-items: center; }
.brand img { width: 132px; height: auto; }
.site-header nav { display: flex; justify-content: center; gap: clamp(0.75rem, 1.8vw, 1.7rem); }
.site-header nav a { color: #b9c7cd; text-decoration: none; font-size: 0.78rem; font-weight: 720; letter-spacing: 0.045em; }
.site-header nav a:hover { color: var(--white); }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.3rem;
  border: 1px solid var(--orange);
  border-radius: 3px;
  background: var(--orange);
  color: #101010;
  font-weight: 850;
  font-size: 0.88rem;
  letter-spacing: 0.015em;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(255, 106, 0, 0.14);
  transition: transform 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--orange-bright); }
.button-small { min-height: 39px; padding: 0.55rem 0.85rem; font-size: 0.76rem; }
.text-link { color: var(--white); font-weight: 800; text-decoration-color: rgba(255,255,255,.25); text-underline-offset: 5px; }
.text-link span { color: var(--orange); margin-left: 0.25rem; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--orange-bright) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.73rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  width: var(--content);
  min-height: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: 5rem 0 6.5rem;
}
.home-hero > *, .hero-grid > *, .content-section > *, .site-header > * { min-width: 0; }
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 54% 0 -25vw;
  z-index: -1;
  opacity: 0.28;
  background-image: linear-gradient(rgba(131,165,179,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(131,165,179,.12) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, black, transparent);
}
.home-hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -140px;
  top: 44px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.1);
  filter: blur(120px);
}
.launch-badge { display: inline-flex; align-items: center; gap: 0.55rem; margin: 0 0 1.5rem; color: #b9c7cd; font-size: 0.76rem; font-weight: 750; letter-spacing: 0.06em; text-transform: uppercase; }
.launch-badge span { width: 8px; height: 8px; border-radius: 50%; background: #58d59b; box-shadow: 0 0 0 5px rgba(88, 213, 155, 0.12); }
.home-hero h1 { max-width: 700px; margin: 0; font-size: clamp(3.6rem, 7vw, 7.6rem); line-height: 0.88; letter-spacing: -0.075em; }
.home-hero h1 span { display: block; color: #99a8ae; font-weight: 480; }
.hero-copy > p:not(.launch-badge) { max-width: 640px; margin: 1.8rem 0 0; color: #afbdc4; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 2.4rem; }
.hero-proof span { padding: 0.3rem 0.55rem; border: 1px solid var(--line); border-radius: 2px; color: #91a3ab; font-family: ui-monospace, monospace; font-size: 0.65rem; letter-spacing: 0.04em; }

.product-stage {
  position: relative;
  border: 1px solid rgba(144, 169, 181, 0.25);
  border-radius: 8px;
  background: #0b151c;
  box-shadow: 0 40px 90px rgba(0,0,0,.42), 0 0 0 10px rgba(255,255,255,.018);
  transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
  overflow: hidden;
}
.product-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.035), transparent 26%); }
.mock-top { height: 52px; padding: 0 1rem; display: flex; align-items: center; gap: 0.75rem; border-bottom: 1px solid var(--line); color: #c8d3d7; font-size: 0.72rem; }
.mock-mark { width: 26px; height: 26px; display: grid; place-items: center; background: var(--orange); color: #111; font-weight: 950; transform: skew(-8deg); }
.status-dot { margin-left: auto; padding: .25rem .5rem; border: 1px solid rgba(88,213,155,.28); color: #87d9b1; background: rgba(88,213,155,.07); border-radius: 999px; }
.mock-layout { display: grid; grid-template-columns: 54px 1fr; min-height: 500px; }
.mock-side { padding: 1.2rem 0; border-right: 1px solid var(--line); display: flex; align-items: center; flex-direction: column; gap: 1rem; }
.mock-side span { width: 21px; height: 21px; border: 1px solid #50636c; border-radius: 4px; }
.mock-side span.active { border-color: var(--orange); background: rgba(255,106,0,.16); }
.mock-main { padding: 1.4rem; min-width: 0; }
.mock-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.mock-heading div { display: grid; gap: .15rem; }
.mock-heading small, .mock-metrics span { color: #718790; font: 600 .59rem/1.4 ui-monospace, monospace; letter-spacing: .07em; }
.mock-heading strong { font-size: 1rem; }
.mock-heading > b { color: #fff; font-size: 1.25rem; }
.mock-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: 1.25rem; }
.mock-metrics div { min-width: 0; padding: .75rem; border: 1px solid var(--line); background: rgba(255,255,255,.016); display: grid; gap: .2rem; }
.mock-metrics b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .7rem; }
.mock-geometry { min-height: 245px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 1.2rem; margin-top: .7rem; padding: 1.2rem; background: radial-gradient(circle at 40% 50%, rgba(61,101,119,.23), transparent 45%), #081118; border: 1px solid var(--line); }
.part-shape { position: relative; width: 78%; height: 94px; margin: auto; border: 2px solid #9db4bf; transform: skewY(-5deg); background: linear-gradient(160deg, rgba(190,211,220,.3), rgba(79,101,111,.08)); box-shadow: inset -16px -13px 0 rgba(0,0,0,.12), 15px 18px 30px rgba(0,0,0,.35); }
.part-shape::before, .part-shape::after, .part-shape i { content: ""; position: absolute; width: 18px; height: 18px; border: 2px solid #061018; background: #1e3440; border-radius: 50%; box-shadow: inset 0 0 0 3px #91a9b5; }
.part-shape::before { left: 10%; top: 16%; }.part-shape::after { right: 10%; bottom: 16%; }.part-shape i:nth-child(1) { right: 10%; top: 16%; }.part-shape i:nth-child(2) { left: 10%; bottom: 16%; }.part-shape i:nth-child(3) { width: 48px; height: 48px; left: calc(50% - 24px); top: calc(50% - 24px); }.part-shape i:nth-child(4) { display: none; }
.driver-list { display: grid; gap: .65rem; }
.driver-list span { display: flex; align-items: center; gap: .5rem; color: #93a6ae; font-size: .65rem; }
.driver-list i { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.mock-gate { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; margin-top: .75rem; padding: .75rem; border: 1px solid rgba(88,213,155,.24); background: rgba(88,213,155,.045); }
.mock-gate > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #58d59b; color: #071018; font-weight: 900; }
.mock-gate div { display: grid; }.mock-gate b { font-size: .68rem; }.mock-gate small { color: #748a93; font-size: .55rem; }
.mock-gate button { border: 0; border-radius: 2px; padding: .5rem .65rem; background: var(--orange); color: #111; font-weight: 850; font-size: .62rem; }

.problem-strip { min-height: 90px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(1.2rem, 3.5vw, 3.5rem); padding: 1.5rem 5vw; background: var(--paper); color: #506068; }
.problem-strip p { color: var(--ink); font-weight: 850; }.problem-strip span { position: relative; font-size: .86rem; }
.problem-strip span::before { content: "×"; margin-right: .5rem; color: var(--orange); font-weight: 900; }

.story-section, .process-section, .control-section, .truth-section, .pilot-section, .pain-band, .faq-section, .content-section, .final-cta, .comparison-wrap { width: var(--content); margin-inline: auto; }
.story-section { padding: 8rem 0; }
.section-heading { max-width: 710px; }
.section-heading h2, .process-intro h2, .control-section h2, .truth-section h2, .pilot-section h2, .content-section h2, .final-cta h2, .faq-section h2 { margin: 0; font-size: clamp(2.15rem, 4.2vw, 4.4rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p:last-child, .process-intro > p:not(.eyebrow), .control-section > div > p:not(.eyebrow), .pilot-section > div > p:not(.eyebrow), .final-cta > p:not(.eyebrow) { color: #9cafb7; font-size: 1rem; }
.workflow-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); }
.workflow-line article { min-height: 245px; padding: 1.8rem; background: var(--navy); }
.workflow-line article > span { color: var(--orange); font: 800 .7rem ui-monospace, monospace; }
.workflow-line h3 { margin: 2.8rem 0 .65rem; font-size: 1.25rem; }.workflow-line p { color: #8fa1a9; font-size: .87rem; }

.process-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; padding: 7.5rem 0; border-top: 1px solid var(--line); }
.process-intro { align-self: start; position: sticky; top: 2rem; }
.process-intro .text-link { display: inline-block; margin-top: 1.25rem; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.process-grid a { min-height: 255px; padding: 1.5rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.025), transparent); color: inherit; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease; }
.process-grid a:hover { border-color: rgba(255,106,0,.65); transform: translateY(-3px); }
.process-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,106,0,.45); color: var(--orange); font: 900 1rem ui-monospace, monospace; transform: skew(-5deg); }
.process-grid h3 { margin: 3rem 0 .65rem; font-size: 1.2rem; }.process-grid p { color: #8da0a9; font-size: .86rem; }

.control-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; padding: 8rem 0; border-top: 1px solid var(--line); }
.control-visual { min-height: 480px; display: grid; place-items: center; background-image: radial-gradient(circle at center, rgba(255,106,0,.13), transparent 48%), linear-gradient(rgba(134,164,178,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(134,164,178,.08) 1px, transparent 1px); background-size: auto, 28px 28px, 28px 28px; border: 1px solid var(--line); }
.local-ring { position: relative; width: 270px; height: 270px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,106,0,.58); border-radius: 50%; text-align: center; box-shadow: 0 0 0 24px rgba(255,106,0,.035), 0 0 0 25px rgba(255,106,0,.15); }
.local-ring span { color: var(--orange); font: 800 .65rem ui-monospace, monospace; letter-spacing: .2em; }.local-ring strong { font-size: 1.55rem; line-height: 1.05; letter-spacing: .05em; }
.local-ring i { position: absolute; inset: -48px; border: 1px dashed rgba(145,169,181,.24); border-radius: 50%; }
.check-list { list-style: none; padding: 0; margin: 2rem 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.check-list li { color: #b3c1c6; font-size: .82rem; }.check-list li::before { content: "✓"; color: var(--orange); margin-right: .55rem; font-weight: 900; }

.truth-section { padding: 7rem 0; border-top: 1px solid var(--line); }
.truth-section > div:first-child { display: grid; grid-template-columns: .45fr 1.55fr; gap: 3rem; align-items: start; }
.truth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4rem; }
.truth-grid article { padding: 1.7rem; border-left: 2px solid var(--orange); background: rgba(255,255,255,.025); }.truth-grid strong { font-size: 1rem; }.truth-grid p { color: #8fa2aa; font-size: .85rem; }

.pilot-section { padding: 7rem 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; border-top: 1px solid var(--line); }
.pilot-section ol { margin: 0; padding: 0; list-style: none; display: grid; }
.pilot-section li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.pilot-section li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,106,0,.48); color: var(--orange); font: 800 .75rem ui-monospace, monospace; }
.pilot-section li div { display: grid; gap: .2rem; }.pilot-section li p { margin: 0; color: #8fa2aa; font-size: .84rem; }

.final-cta { margin-block: 5rem; padding: clamp(3rem, 7vw, 6rem); background: var(--paper); color: var(--ink); position: relative; overflow: hidden; }
.final-cta::after { content: "RFQ"; position: absolute; right: -1rem; bottom: -5.6rem; color: rgba(13,25,34,.04); font-size: 14rem; font-weight: 950; letter-spacing: -.1em; }
.final-cta > * { position: relative; z-index: 1; max-width: 760px; }.final-cta > p:not(.eyebrow) { color: #5c6a70; }.final-cta .text-link { color: var(--ink); text-decoration-color: rgba(0,0,0,.2); }
.final-cta .eyebrow { color: #9b3b00 !important; }

.site-footer { width: var(--content); margin: 0 auto; padding: 4rem 0 2rem; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 3rem; border-top: 1px solid var(--line); }
.site-footer > div { display: flex; align-items: flex-start; flex-direction: column; gap: .6rem; }.site-footer strong { margin-bottom: .4rem; color: #c5d0d5; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a:not(.footer-brand) { color: #82969f; font-size: .78rem; text-decoration: none; }.site-footer a:hover { color: var(--white); }.site-footer p { max-width: 300px; color: #728790; font-size: .78rem; }
.footer-brand { font-size: 1.4rem; font-weight: 950; font-style: italic; text-decoration: none; letter-spacing: -.06em; }.footer-brand span { color: var(--orange); }
.footer-base { grid-column: 1 / -1; max-width: none !important; padding-top: 2rem; border-top: 1px solid var(--line); }

.page-hero { padding: 6rem 0 5rem; border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(135,166,180,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(135,166,180,.055) 1px, transparent 1px); background-size: 38px 38px; }
.hero-grid { width: var(--content); margin: auto; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.breadcrumb { display: flex; gap: .55rem; margin-bottom: 3.2rem; color: #71858e; font-size: .7rem; }.breadcrumb a { text-underline-offset: 3px; }
.page-hero h1 { max-width: 900px; margin: 0; overflow-wrap: break-word; font-size: clamp(3rem, 5vw, 5.7rem); line-height: .95; letter-spacing: -.065em; }
.page-hero .lede { max-width: 760px; color: #a9b8be; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.answer-card { padding: 1.8rem; border: 1px solid rgba(255,106,0,.42); border-top: 3px solid var(--orange); background: rgba(6,14,20,.84); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.answer-card > span { color: var(--orange); font: 800 .68rem ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }.answer-card p { margin: .9rem 0 0; color: #c3cfd4; font-size: .92rem; }

.pain-band { padding: 6rem 0; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); }
.three-grid article { min-height: 210px; padding: 1.5rem; background: var(--navy); }.three-grid article > span { color: var(--orange); font: 800 .7rem ui-monospace, monospace; }.three-grid h3 { margin: 2.2rem 0 .5rem; }.three-grid p { color: #8ea2aa; font-size: .86rem; }

.content-section { padding: 6.5rem 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(4rem, 10vw, 10rem); align-items: center; border-top: 1px solid var(--line); }
.content-section.content-reverse > div { order: 2; }.content-section.content-reverse > ul { order: 1; }
.content-section > div > p:not(.eyebrow) { color: #9badb5; font-size: .94rem; }
.feature-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.feature-list li { display: flex; align-items: center; gap: .85rem; padding: 1rem .2rem; border-bottom: 1px solid var(--line); color: #c3cdd2; font-size: .86rem; }.feature-list li span { color: var(--orange); font-weight: 900; }

.comparison-wrap { margin-block: 0 6rem; overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; min-width: 700px; border-collapse: collapse; background: rgba(255,255,255,.018); }
caption { padding: 1.3rem; text-align: left; color: var(--orange); font: 800 .72rem ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
th, td { padding: 1.1rem 1.3rem; border-top: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .84rem; } th { color: #d5dfe3; } td { color: #91a5ad; }

.faq-section { padding: 6.5rem 0; border-top: 1px solid var(--line); }
.faq-list { max-width: 920px; margin-top: 3rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; padding: 1.25rem 2.5rem 1.25rem 0; color: #d4dde1; font-weight: 780; list-style: none; position: relative; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: .2rem; color: var(--orange); font-size: 1.2rem; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 780px; margin: -.3rem 0 1.4rem; color: #91a4ac; font-size: .9rem; }
.not-found { width: var(--content); min-height: 60vh; padding: 8rem 0; }.not-found h1 { margin: 0; font-size: clamp(3rem, 7vw, 7rem); letter-spacing: -.06em; }.not-found > p:not(.eyebrow) { color: #9aadb5; }

:focus-visible { outline: 3px solid #ffad66; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 140px 1fr auto; }.site-header nav a:nth-child(n+5) { display: none; }
  .home-hero { grid-template-columns: 1fr; padding-top: 4rem; }.home-hero h1 { max-width: 850px; }.product-stage { max-width: 780px; transform: none; }
  .process-section, .control-section, .pilot-section { gap: 4rem; }.process-intro { position: static; }
}

@media (max-width: 780px) {
  :root { --content: min(1180px, calc(100vw - 32px)); }
  .site-header { min-height: 78px; grid-template-columns: 118px 1fr; }.brand, .brand img { width: 108px; }.site-header nav { justify-content: flex-end; }.site-header nav a { display: none; }.site-header nav a:last-child { display: inline; }.site-header > .button { display: none; }
  .home-hero { min-height: 0; padding: 3.7rem 0 4.5rem; }.home-hero h1 { font-size: clamp(3.4rem, 17vw, 5.7rem); }.home-hero::after { width: 300px; height: 300px; right: -80px; }
  .product-stage { width: 100%; min-width: 0; margin-top: 1.5rem; }.mock-layout { min-width: 0; grid-template-columns: 38px minmax(0, 1fr); min-height: 410px; }.mock-main { min-width: 0; padding: .8rem; }.mock-side span { width: 16px; height: 16px; }.mock-metrics { min-width: 0; grid-template-columns: 1fr; }.mock-metrics div:nth-child(n+2) { display: none; }.mock-geometry { min-width: 0; min-height: 190px; grid-template-columns: 1fr; }.driver-list { display: none; }.mock-gate small { display: none; }
  .story-section, .process-section, .control-section, .truth-section, .pilot-section, .pain-band, .faq-section, .content-section { padding-block: 4.5rem; }
  .workflow-line, .truth-grid, .three-grid { grid-template-columns: 1fr 1fr; }.workflow-line article { min-height: 210px; }
  .process-section, .control-section, .pilot-section, .hero-grid, .content-section { grid-template-columns: 1fr; }.process-intro { max-width: 680px; }.control-section { gap: 2.5rem; }.control-visual { min-height: 390px; }.content-section.content-reverse > div { order: 1; }.content-section.content-reverse > ul { order: 2; }
  .truth-section > div:first-child { grid-template-columns: 1fr; gap: .2rem; }
  .hero-grid { gap: 3rem; }.page-hero { padding: 4rem 0; }.page-hero h1 { font-size: clamp(2.75rem, 11vw, 5.25rem); }.breadcrumb { margin-bottom: 2.2rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }.site-footer > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .page-hero h1 { font-size: clamp(2.45rem, 10.8vw, 3.5rem); letter-spacing: -.055em; }
  .actions { align-items: stretch; flex-direction: column; }.actions .button, .actions .text-link { width: 100%; text-align: center; }
  .hero-proof { display: none; }.problem-strip { align-items: flex-start; flex-direction: column; gap: .45rem; }.problem-strip p { margin-bottom: .3rem; }
  .workflow-line, .process-grid, .truth-grid, .three-grid, .check-list { grid-template-columns: 1fr; }.workflow-line article { min-height: 185px; }.workflow-line h3 { margin-top: 1.7rem; }
  .control-visual { min-height: 330px; }.local-ring { width: 210px; height: 210px; }.local-ring i { inset: -32px; }
  .final-cta { width: 100%; margin-block: 2rem 0; }.final-cta::after { font-size: 9rem; }
  .site-footer { grid-template-columns: 1fr; }.site-footer > div:first-child { grid-column: auto; }.site-footer > div { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
  .mock-heading > b { font-size: .95rem; }.mock-gate { grid-template-columns: auto 1fr; }.mock-gate button { display: none; }
}
