:root {
  --bg: #f1f5f8;
  --bg-strong: #e7edf2;
  --surface: #ffffff;
  --surface-soft: #f8fbfd;
  --surface-muted: #f1f6fa;
  --surface-tint: #eef4f8;
  --text: #122430;
  --text-muted: #344d61;
  --text-soft: #4f687c;
  --label-text: #5a7389;
  --line: #cfdae3;
  --line-strong: #b6c6d3;
  --brand: #174e71;
  --brand-strong: #113f5c;
  --brand-soft: #deebf3;
  --badge-bg: #edf2f6;
  --badge-border: #c8d5df;
  --badge-text: #324a60;
  --badge-bg-muted: #f2efe9;
  --badge-border-muted: #d8cec0;
  --badge-text-muted: #5d5348;
  --state-in-bg: #edf3f7;
  --state-in-border: #c9d6e1;
  --state-in-text: #31495e;
  --state-out-bg: #f4efea;
  --state-out-border: #d9cfc3;
  --state-out-text: #5f5145;
  --state-check-bg: #eff1f4;
  --state-check-border: #d1d8df;
  --state-check-text: #4e5f6f;
  --dark-bg-start: #122f43;
  --dark-bg-mid: #18435f;
  --dark-bg-end: #1d4f70;
  --dark-surface: rgba(255, 255, 255, 0.085);
  --dark-surface-strong: rgba(255, 255, 255, 0.13);
  --dark-line: rgba(188, 212, 228, 0.44);
  --dark-line-soft: rgba(182, 208, 225, 0.34);
  --dark-text: #f0f7fb;
  --dark-text-soft: rgba(214, 230, 240, 0.94);
  --dark-text-muted: rgba(190, 212, 227, 0.88);
  --focus: #2f729d;
  --radius-xs: 10px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 30px;
  --radius-pill: 999px;
  --shadow-soft: 0 12px 28px rgba(15, 35, 51, 0.08);
  --shadow-card: 0 20px 42px rgba(13, 30, 44, 0.12);
  --shadow-pop: 0 26px 52px rgba(12, 29, 43, 0.16);
  --ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 0.22s;
  --motion-base: 0.34s;
  --section-space: clamp(4.8rem, 8vw, 6.4rem);
  --container-max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", "Nimbus Sans L", sans-serif;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at 8% -2%, #fbfdff 0%, transparent 36%),
    radial-gradient(circle at 88% 4%, #e9f0f6 0%, transparent 35%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-strong) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(rgba(20, 49, 70, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 49, 70, 0.02) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 84%);
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  line-height: 1.16;
  margin-top: 0;
  letter-spacing: -0.012em;
}

h1 {
  font-weight: 760;
  letter-spacing: -0.018em;
}

h2 {
  font-weight: 725;
  letter-spacing: -0.016em;
}

h3 {
  font-weight: 670;
  letter-spacing: -0.012em;
}

p {
  margin-top: 0;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

.container {
  width: min(100% - 3rem, var(--container-max));
  margin-inline: auto;
}

main section {
  scroll-margin-top: 6.2rem;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0.5rem;
  z-index: 9999;
  background: var(--brand-strong);
  color: #fff;
  padding: 0.55rem 0.8rem;
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  left: 0.75rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(245, 250, 253, 0.86);
  backdrop-filter: blur(10px);
  transition:
    border-color var(--motion-fast) var(--ease-standard),
    background-color var(--motion-fast) var(--ease-standard),
    box-shadow var(--motion-fast) var(--ease-standard);
}

.site-header.is-scrolled {
  border-color: rgba(167, 186, 200, 0.66);
  background: rgba(249, 252, 254, 0.95);
  box-shadow: 0 12px 28px rgba(16, 39, 57, 0.11);
}

.site-header.nav-open {
  border-color: rgba(167, 186, 200, 0.66);
  background: rgba(249, 252, 254, 0.97);
}

.header-inner {
  min-height: 4.7rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.9rem 1rem;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1.1;
  color: var(--brand-strong);
  letter-spacing: 0.01em;
}

.brand-text {
  display: grid;
  gap: 0.06rem;
}

.brand-text strong {
  font-size: 1.02rem;
  font-weight: 750;
}

.brand-text small {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-xs);
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, var(--brand) 0%, var(--brand-strong) 100%);
  color: #fff;
  font-size: 0.76rem;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(170, 188, 200, 0.66);
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-xs);
  width: 2.55rem;
  height: 2.28rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  flex-direction: column;
  cursor: pointer;
  transition:
    background-color var(--motion-fast) var(--ease-standard),
    border-color var(--motion-fast) var(--ease-standard);
}

.nav-toggle:hover {
  background: #fff;
  border-color: rgba(150, 171, 185, 0.88);
}

.nav-toggle-line {
  width: 1.1rem;
  height: 2px;
  background: var(--brand-strong);
  border-radius: var(--radius-pill);
  transition:
    transform var(--motion-fast) var(--ease-standard),
    opacity var(--motion-fast) var(--ease-standard);
}

.site-header.nav-open .nav-toggle-line:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.site-header.nav-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.primary-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.05rem;
}

.primary-nav .btn-header {
  margin-left: 0.2rem;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: var(--text-soft);
  font-size: 0.89rem;
  transition: color var(--motion-fast) var(--ease-standard);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.32rem;
  width: 100%;
  height: 2px;
  border-radius: var(--radius-pill);
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--motion-fast) var(--ease-standard);
}

.nav-link:hover {
  color: var(--brand-strong);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-link.is-active {
  color: var(--brand-strong);
  font-weight: 650;
}

.section {
  padding: var(--section-space) 0;
}

.section-light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(248, 251, 253, 0.94) 100%);
  border-top: 1px solid rgba(182, 198, 209, 0.28);
  border-bottom: 1px solid rgba(182, 198, 209, 0.34);
}

.eyebrow {
  margin-bottom: 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  font-weight: 660;
  color: var(--label-text);
}

.section-heading {
  margin-bottom: clamp(1.2rem, 2vw, 1.8rem);
}

.section-heading h2 {
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  max-width: 24ch;
  margin-bottom: 0.95rem;
}

.section-heading > p:last-child {
  margin-bottom: 0;
}

.hero {
  padding-top: clamp(5.9rem, 11vw, 7rem);
  padding-bottom: clamp(4.8rem, 8vw, 5.8rem);
}

.hero-shell {
  position: relative;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(151, 173, 187, 0.58);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 253, 0.98) 100%);
  box-shadow:
    0 28px 54px rgba(16, 41, 60, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: clamp(1.3rem, 2.9vw, 2.05rem);
  overflow: hidden;
}

.hero-shell::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: auto auto -130px -150px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 111, 139, 0.18) 0%, rgba(66, 111, 139, 0) 72%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 1.6rem;
  align-items: stretch;
}

.hero-copy {
  padding: clamp(0.45rem, 1.1vw, 0.9rem) clamp(0.2rem, 0.6vw, 0.8rem) clamp(0.6rem, 1.2vw, 1rem);
}

.hero-copy h1 {
  font-size: clamp(2.15rem, 4.9vw, 3.9rem);
  max-width: 12.2ch;
  margin-bottom: 0.95rem;
}

.hero-lead {
  max-width: 58ch;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  margin-bottom: 1.35rem;
}

.hero-offer {
  margin-bottom: 0.95rem;
  border: 1px solid rgba(170, 188, 200, 0.66);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 251, 254, 0.96) 100%);
  box-shadow: var(--shadow-soft);
  padding: 0.8rem 0.88rem;
  max-width: 30rem;
}

.hero-offer-label {
  margin: 0;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-offer-price {
  margin: 0.2rem 0 0.1rem;
  color: var(--brand-strong);
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 750;
}

.hero-offer-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-bottom: 0.78rem;
}

.hero .btn-primary {
  padding: 0.88rem 1.5rem;
  box-shadow: 0 18px 32px rgba(16, 57, 84, 0.31);
  font-weight: 700;
}

.hero .btn-primary:hover {
  box-shadow: 0 22px 36px rgba(16, 57, 84, 0.36);
}

.hero .btn-secondary {
  padding: 0.82rem 1.3rem;
  border-color: rgba(20, 71, 102, 0.34);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.hero .btn-secondary:hover {
  border-color: rgba(20, 71, 102, 0.56);
  background: #fff;
}

.hero-path-copy,
.hero-confidence,
.hero-guarantee {
  margin: 0;
  max-width: 64ch;
}

.hero-path-copy {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.hero-confidence {
  margin-top: 0.45rem;
  color: var(--text-soft);
  font-size: 0.85rem;
}

.hero-guarantee {
  margin-top: 0.36rem;
  color: var(--text-soft);
  font-size: 0.83rem;
}

.hero-trust-chips {
  list-style: none;
  margin: 0.72rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-trust-chips li {
  padding: 0.35rem 0.64rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(165, 184, 197, 0.64);
  background: rgba(248, 252, 254, 0.95);
  color: var(--text-soft);
  font-size: 0.82rem;
  white-space: nowrap;
}

.hero-visual {
  position: relative;
  min-height: 450px;
}

.hero-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(161, 182, 195, 0.66);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.hero-card-eyebrow {
  margin-bottom: 0.52rem;
  font-size: 0.71rem;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: var(--label-text);
  font-weight: 650;
}

.hero-report {
  position: absolute;
  left: 0;
  right: 1.65rem;
  top: 0.2rem;
  padding: 1.2rem 1.18rem;
}

.hero-report h2 {
  font-size: 1.25rem;
  margin-bottom: 0.72rem;
}

.report-row {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.52rem 0;
  border-top: 1px solid rgba(176, 194, 206, 0.6);
  color: var(--text-muted);
  font-size: 0.9rem;
}

.report-row strong {
  color: var(--brand-strong);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.report-footnote {
  margin: 0.75rem 0 0;
  color: var(--text-soft);
  font-size: 0.85rem;
}

.hero-implementation {
  position: absolute;
  left: 0.9rem;
  bottom: 0.5rem;
  width: min(68%, 304px);
  padding: 0.95rem 0.95rem 1rem;
}

.implementation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.implementation-list li {
  position: relative;
  color: var(--text-muted);
  font-size: 0.88rem;
  padding-left: 1.05rem;
}

.implementation-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: var(--brand);
}

.hero-workflow {
  position: absolute;
  right: 0;
  bottom: 0.85rem;
  width: min(52%, 230px);
  padding: 0.9rem 0.9rem 0.95rem;
  background: #163e59;
  border-color: rgba(22, 62, 89, 0.62);
  color: #e5f2f9;
}

.hero-workflow p {
  margin: 0;
  color: #e5f2f9;
  font-size: 0.87rem;
}

.hero-workflow .hero-card-eyebrow {
  color: rgba(195, 216, 228, 0.9);
}

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  padding: 0.66rem 1.18rem;
  font-weight: 650;
  font-size: 0.94rem;
  transition:
    transform var(--motion-fast) var(--ease-standard),
    box-shadow var(--motion-fast) var(--ease-standard),
    background-color var(--motion-fast) var(--ease-standard),
    border-color var(--motion-fast) var(--ease-standard),
    color var(--motion-fast) var(--ease-standard);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: linear-gradient(140deg, var(--brand) 0%, var(--brand-strong) 100%);
  color: #fff;
  box-shadow: 0 12px 22px rgba(18, 62, 90, 0.24);
}

.btn-primary:hover {
  box-shadow: 0 16px 30px rgba(18, 62, 90, 0.3);
}

.btn-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-soft);
  font-weight: 600;
}

.btn-secondary:hover {
  border-color: var(--brand);
  background: #fff;
  color: var(--brand-strong);
}

.btn-header {
  margin-left: 0;
  padding-inline: 1.02rem;
  font-size: 0.86rem;
  border-color: rgba(22, 73, 105, 0.34);
  background: linear-gradient(140deg, var(--brand) 0%, var(--brand-strong) 100%);
  color: #fff;
  box-shadow: 0 10px 18px rgba(17, 57, 83, 0.2);
}

.btn-header:hover {
  border-color: rgba(22, 73, 105, 0.5);
  box-shadow: 0 14px 22px rgba(17, 57, 83, 0.26);
}

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

.deliverable-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 254, 0.95) 100%);
  border: 1px solid rgba(176, 195, 208, 0.64);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.06rem 1.02rem;
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--motion-base) var(--ease-standard),
    border-color var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
  overflow: hidden;
}

.deliverable-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(22, 78, 113, 0.7) 0%, rgba(22, 78, 113, 0.18) 100%);
}

.included-support {
  margin: -0.18rem 0 0.88rem;
  max-width: 68ch;
  color: var(--text-muted);
}

.included-chips {
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.included-chips li {
  padding: 0.3rem 0.62rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(168, 187, 201, 0.65);
  background: rgba(248, 252, 254, 0.95);
  color: var(--text-soft);
  font-size: 0.79rem;
}

.deliverable-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}

.deliverable-key {
  margin: 0;
  color: var(--label-text);
  font-size: 0.74rem;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  font-weight: 650;
}

.deliverable-state {
  margin: 0;
  font-size: 0.69rem;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--badge-text);
  background: var(--badge-bg);
  border: 1px solid var(--badge-border);
  border-radius: var(--radius-pill);
  padding: 0.17rem 0.44rem;
}

.deliverable-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.04rem;
}

.deliverable-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.91rem;
}

.deliverable-proof {
  margin: 0.72rem 0 0;
  padding-top: 0.68rem;
  border-top: 1px solid rgba(184, 201, 212, 0.58);
  color: var(--text-soft);
  font-size: 0.8rem;
}

.included-guardrail {
  margin: 1.1rem 0 0;
  padding: 0.76rem 0.82rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(168, 187, 201, 0.66);
  background: rgba(248, 252, 254, 0.92);
  color: var(--text-soft);
  font-size: 0.9rem;
}

.deliverable-card:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 83, 120, 0.52);
  box-shadow: 0 20px 36px rgba(15, 39, 58, 0.15);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1.15rem 1.25rem;
  align-items: start;
}

.process-support {
  margin: -0.2rem 0 1.2rem;
  max-width: 64ch;
  color: var(--text-muted);
}

.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.78rem;
}

.process-step {
  position: relative;
  border: 1px solid rgba(177, 195, 206, 0.58);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  padding: 1rem 1.04rem;
  transition:
    transform var(--motion-base) var(--ease-standard),
    border-color var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.3rem;
  bottom: -0.74rem;
  width: 1px;
  height: 0.74rem;
  background: rgba(163, 183, 196, 0.82);
}

.process-step:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 84, 121, 0.5);
  box-shadow: 0 20px 34px rgba(15, 39, 58, 0.14);
}

.process-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.step-number {
  margin: 0;
  width: fit-content;
  padding: 0.22rem 0.55rem;
  border-radius: var(--radius-pill);
  background: #e7eef4;
  color: #2f4b61;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.06em;
}

.step-state {
  margin: 0;
  font-size: 0.69rem;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--badge-text);
  background: var(--badge-bg);
  border: 1px solid var(--badge-border);
  border-radius: var(--radius-pill);
  padding: 0.16rem 0.46rem;
}

.process-list h3 {
  font-size: 1.04rem;
  margin-bottom: 0.42rem;
}

.process-list p {
  margin: 0;
  color: var(--text-muted);
}

.step-next {
  margin-top: 0.58rem !important;
  padding-top: 0.56rem;
  border-top: 1px solid rgba(181, 199, 210, 0.56);
  color: var(--text-soft) !important;
  font-size: 0.82rem;
}

.process-requirements {
  border: 1px solid rgba(171, 188, 200, 0.64);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 252, 254, 0.96) 100%);
  box-shadow: var(--shadow-soft);
  padding: 1.05rem 1.08rem;
  transition:
    border-color var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.process-requirements:hover {
  border-color: rgba(23, 84, 121, 0.42);
  box-shadow: 0 18px 32px rgba(15, 39, 58, 0.13);
}

.process-side-kicker {
  margin-bottom: 0.65rem;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--label-text);
  font-weight: 650;
}

.process-requirements ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  display: grid;
  gap: 0.5rem;
}

.process-side-note {
  margin: 0.78rem 0 0;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(181, 199, 210, 0.58);
  color: var(--text-soft);
  font-size: 0.87rem;
}

.scope-support {
  margin: -0.18rem 0 1.18rem;
  max-width: 70ch;
  color: var(--text-muted);
}

.scope-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 1.05rem;
  align-items: start;
}

.scope-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.scope-card {
  background: #fff;
  border: 1px solid rgba(171, 188, 200, 0.62);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.08rem 1.04rem;
  transition:
    transform var(--motion-base) var(--ease-standard),
    border-color var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.scope-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(15, 39, 58, 0.13);
}

.scope-card-fit {
  background: linear-gradient(180deg, rgba(249, 252, 254, 0.97) 0%, rgba(242, 247, 251, 0.97) 100%);
}

.scope-card-not-fit {
  background: linear-gradient(180deg, rgba(252, 250, 247, 0.97) 0%, rgba(246, 242, 237, 0.97) 100%);
  border-color: rgba(186, 173, 161, 0.58);
}

.scope-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.62rem;
}

.scope-card h3 {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.scope-badge {
  margin: 0;
  font-size: 0.67rem;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--badge-text);
  background: var(--badge-bg);
  border: 1px solid var(--badge-border);
  border-radius: var(--radius-pill);
  padding: 0.16rem 0.46rem;
  white-space: nowrap;
}

.scope-badge-muted {
  color: var(--badge-text-muted);
  background: var(--badge-bg-muted);
  border-color: var(--badge-border-muted);
}

.scope-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.46rem;
}

.scope-list li {
  position: relative;
  padding-left: 1.02rem;
  color: var(--text-muted);
}

.scope-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.57rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgba(23, 78, 113, 0.7);
}

.scope-checker {
  border: 1px solid rgba(171, 188, 200, 0.62);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 251, 254, 0.97) 100%);
  box-shadow: var(--shadow-soft);
  padding: 1.05rem 1.04rem;
  transition:
    border-color var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.scope-checker:hover {
  border-color: rgba(23, 84, 121, 0.4);
  box-shadow: 0 18px 32px rgba(15, 39, 58, 0.12);
}

.scope-checker-kicker {
  margin-bottom: 0.66rem;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--label-text);
  font-weight: 650;
}

.scope-checker-form {
  display: grid;
  gap: 0.6rem;
}

.fit-question {
  margin: 0;
  padding: 0.64rem 0.66rem;
  border: 1px solid rgba(180, 196, 208, 0.62);
  border-radius: var(--radius-xs);
  background: rgba(251, 254, 255, 0.95);
  transition:
    border-color var(--motion-fast) var(--ease-standard),
    background-color var(--motion-fast) var(--ease-standard);
}

.fit-question:focus-within {
  border-color: rgba(23, 84, 121, 0.45);
  background: #fff;
}

.fit-question legend {
  padding: 0;
  margin-bottom: 0.42rem;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
}

.fit-option-row {
  display: flex;
  gap: 0.42rem;
}

.fit-option-row label {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.83rem;
  color: var(--text-muted);
  border: 1px solid rgba(184, 201, 212, 0.64);
  border-radius: var(--radius-pill);
  padding: 0.22rem 0.52rem;
  background: #fff;
}

.fit-option-row input {
  accent-color: var(--brand);
}

.fit-result-label {
  margin: 0.85rem 0 0.3rem;
  color: var(--label-text);
  font-size: 0.76rem;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  font-weight: 650;
}

.fit-result {
  margin: 0;
  border-radius: var(--radius-xs);
  padding: 0.54rem 0.64rem;
  border: 1px solid rgba(176, 194, 206, 0.62);
  background: rgba(248, 252, 254, 0.95);
  color: var(--text-muted);
  font-weight: 600;
}

.fit-result.in-scope {
  color: var(--state-in-text);
  background: var(--state-in-bg);
  border-color: var(--state-in-border);
}

.fit-result.out-scope {
  color: var(--state-out-text);
  background: var(--state-out-bg);
  border-color: var(--state-out-border);
}

.fit-result.check-first {
  color: var(--state-check-text);
  background: var(--state-check-bg);
  border-color: var(--state-check-border);
}

.scope-checker-note {
  margin: 0.66rem 0 0;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.scope-note {
  margin: 0.95rem 0 0;
  color: var(--text-soft);
  max-width: 80ch;
}

.proof-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 1.5rem;
  align-items: start;
}

.proof-copy h2 {
  font-size: clamp(1.95rem, 3vw, 2.7rem);
  margin-bottom: 0.95rem;
}

.proof-copy > p {
  color: var(--text-muted);
  max-width: 62ch;
  margin-bottom: 1rem;
}

.proof-includes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.proof-includes li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--text-muted);
}

.proof-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--brand);
}

.proof-preview-btn {
  margin-top: 1.12rem;
}

.proof-stack {
  position: relative;
  display: grid;
  gap: 0.75rem;
}

.proof-card {
  border: 1px solid rgba(166, 185, 197, 0.62);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-card);
  transition:
    transform var(--motion-base) var(--ease-standard),
    border-color var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.proof-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 84, 121, 0.48);
  box-shadow: var(--shadow-pop);
}

.proof-report {
  padding: 1.1rem 1.1rem 1.2rem;
  z-index: 3;
}

.proof-report-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem 0.8rem;
  margin-bottom: 0.74rem;
}

.proof-doc-title {
  margin: 0;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  font-weight: 650;
  color: var(--label-text);
}

.proof-doc-meta {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.proof-table {
  border: 1px solid rgba(175, 192, 204, 0.62);
  border-radius: 12px;
  overflow: hidden;
}

.proof-row {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.62rem 0.7rem;
  border-top: 1px solid rgba(175, 192, 204, 0.55);
}

.proof-row:first-child {
  border-top: 0;
}

.proof-row-head {
  background: var(--surface-muted);
  color: var(--text-soft);
  font-size: 0.77rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.proof-deliverable,
.proof-url {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.proof-url {
  font-size: 0.82rem;
  color: var(--text-soft);
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.74rem;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  color: var(--badge-text);
  background: var(--badge-bg);
  border: 1px solid var(--badge-border);
}

.proof-report-note {
  margin: 0.78rem 0 0;
  color: var(--text-soft);
  font-size: 0.86rem;
}

.proof-evidence {
  padding: 0.95rem;
  margin-left: 1.5rem;
  margin-top: -1.6rem;
  z-index: 2;
}

.proof-card-kicker {
  margin-bottom: 0.6rem;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--label-text);
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.evidence-shot {
  border: 1px solid rgba(173, 191, 203, 0.6);
  border-radius: 11px;
  padding: 0.6rem;
  min-height: 88px;
  background:
    linear-gradient(180deg, rgba(249, 252, 254, 0.95) 0%, rgba(240, 247, 251, 0.95) 100%);
}

.evidence-shot p {
  margin-bottom: 0.32rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

.evidence-shot span {
  font-size: 0.76rem;
  color: var(--text-soft);
}

.proof-status {
  padding: 0.92rem 0.95rem;
  margin-left: 0.75rem;
  margin-top: -0.35rem;
  z-index: 1;
}

.proof-status ul {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--text-muted);
  display: grid;
  gap: 0.45rem;
}

.proof-modal[hidden] {
  display: none;
}

.proof-modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: grid;
  place-items: center;
  padding: 1.1rem;
}

.proof-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(14, 28, 39, 0.52);
  backdrop-filter: blur(2px);
}

.proof-modal-card {
  position: relative;
  width: min(860px, 100%);
  max-height: min(88vh, 760px);
  overflow: auto;
  border-radius: var(--radius-md);
  border: 1px solid rgba(160, 180, 194, 0.66);
  background: #fff;
  box-shadow: 0 34px 56px rgba(8, 25, 38, 0.34);
  padding: 1.2rem 1.2rem 1.3rem;
}

.proof-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
}

.proof-modal-header h3 {
  margin: 0;
  font-size: 1.2rem;
}

.proof-modal-close {
  border: 1px solid var(--line-strong);
  background: #fff;
  border-radius: var(--radius-pill);
  padding: 0.36rem 0.72rem;
  font-weight: 600;
  color: var(--brand-strong);
  cursor: pointer;
  transition:
    border-color var(--motion-fast) var(--ease-standard),
    color var(--motion-fast) var(--ease-standard),
    background-color var(--motion-fast) var(--ease-standard);
}

.proof-modal-close:hover {
  border-color: rgba(23, 84, 121, 0.5);
  color: var(--brand);
  background: var(--surface-soft);
}

.proof-modal-grid {
  margin: 0.95rem 0 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.proof-modal-grid article {
  border: 1px solid rgba(177, 193, 205, 0.62);
  border-radius: 12px;
  background: rgba(248, 252, 254, 0.96);
  padding: 0.75rem 0.82rem;
}

.proof-modal-grid h4 {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.proof-modal-grid p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

body.modal-open {
  overflow: hidden;
}

.faq-support {
  margin: -0.18rem 0 1.08rem;
  max-width: 66ch;
  color: var(--text-muted);
}

.faq-accordion {
  display: grid;
  gap: 0.68rem;
}

.faq-item {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(173, 190, 202, 0.64);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition:
    border-color var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.faq-item:hover {
  border-color: rgba(23, 84, 121, 0.44);
  box-shadow: 0 16px 30px rgba(15, 39, 58, 0.12);
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.85rem 1rem;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 620;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  cursor: pointer;
  transition: background-color var(--motion-fast) var(--ease-standard);
}

.faq-question:hover {
  background: rgba(245, 250, 253, 0.9);
}

.faq-item.is-open .faq-question {
  border-bottom: 1px solid rgba(173, 190, 202, 0.46);
}

.faq-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid rgba(170, 189, 201, 0.72);
  position: relative;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.55rem;
  height: 1px;
  background: var(--brand-strong);
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height var(--motion-base) var(--ease-standard),
    opacity var(--motion-fast) var(--ease-standard);
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 0.05rem 1rem 0.92rem;
  color: var(--text-muted);
  font-size: 0.91rem;
}

.final-cta {
  background:
    radial-gradient(circle at 82% 14%, rgba(122, 167, 196, 0.18) 0%, transparent 35%),
    linear-gradient(152deg, var(--dark-bg-start) 0%, var(--dark-bg-mid) 58%, var(--dark-bg-end) 100%);
  color: var(--dark-text);
}

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1.08rem 1.24rem;
  align-items: stretch;
}

.final-cta .eyebrow {
  color: var(--dark-text-muted);
}

.final-cta h2 {
  color: var(--dark-text);
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  margin-bottom: 0.78rem;
}

.cta-primary {
  border: 1px solid var(--dark-line);
  border-radius: var(--radius-md);
  background: var(--dark-surface);
  box-shadow: 0 20px 40px rgba(8, 24, 37, 0.24);
  padding: 1.12rem 1.1rem 1.16rem;
}

.cta-copy {
  margin: 0 0 0.82rem;
  max-width: 64ch;
  color: var(--dark-text-soft);
}

.cta-pricing-card {
  border: 1px solid var(--dark-line);
  border-radius: var(--radius-sm);
  background: var(--dark-surface-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  padding: 0.72rem 0.86rem;
  margin-bottom: 0.9rem;
  max-width: 27rem;
}

.cta-pricing-label {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: var(--dark-text-muted);
  font-weight: 650;
}

.cta-pricing-value {
  margin: 0.17rem 0 0;
  font-size: 1.52rem;
  font-weight: 760;
  line-height: 1.1;
  color: var(--dark-text);
}

.cta-pricing-note {
  margin: 0.22rem 0 0;
  color: var(--dark-text-soft);
  font-size: 0.84rem;
}

.setup-form {
  margin: 0;
}

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

.field {
  display: grid;
  gap: 0.3rem;
}

.field-full {
  grid-column: 1 / -1;
}

.field span {
  font-size: 0.82rem;
  color: var(--dark-text-soft);
  font-weight: 600;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(192, 217, 231, 0.44);
  border-radius: var(--radius-xs);
  background: rgba(255, 255, 255, 0.9);
  color: #142632;
  padding: 0.54rem 0.62rem;
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #688190;
}

.field textarea {
  resize: vertical;
  min-height: 86px;
}

.field input:focus,
.field textarea:focus {
  border-color: #2c6f98;
  box-shadow: 0 0 0 3px rgba(44, 111, 152, 0.25);
  background: #fff;
  outline: none;
}

.checkbox-field {
  margin-top: 0.72rem;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: var(--dark-text-soft);
  font-size: 0.83rem;
}

.checkbox-field input {
  margin-top: 0.2rem;
  accent-color: #2c6f98;
}

.setup-submit-row {
  margin-top: 0.82rem;
  display: grid;
  gap: 0.42rem;
  justify-items: start;
}

.setup-status {
  margin: 0;
  min-height: 1.2em;
  color: var(--dark-text-soft);
  font-size: 0.8rem;
}

.setup-status.is-error {
  color: #ffd1cc;
}

.setup-status.is-success {
  color: #cbeed9;
}

.setup-form.was-validated :is(input, textarea):invalid {
  border-color: #c65d53;
  box-shadow: 0 0 0 3px rgba(198, 93, 83, 0.2);
}

.setup-form.was-validated .checkbox-field input:invalid + span {
  color: #ffd1cc;
}

.cta-confidence,
.cta-guarantee {
  margin: 0.66rem 0 0;
  max-width: 65ch;
  color: var(--dark-text-soft);
  font-size: 0.84rem;
}

.cta-confidence-detail {
  margin-top: 0.36rem;
}

.cta-guarantee {
  margin-top: 0.36rem;
}

.cta-secondary-panel {
  border: 1px solid var(--dark-line-soft);
  border-radius: var(--radius-md);
  background: rgba(8, 25, 37, 0.2);
  box-shadow: var(--shadow-soft);
  padding: 1.02rem 1rem;
  align-self: center;
  transition:
    border-color var(--motion-base) var(--ease-standard),
    box-shadow var(--motion-base) var(--ease-standard);
}

.cta-secondary-panel:hover {
  border-color: rgba(186, 212, 228, 0.56);
  box-shadow: 0 18px 32px rgba(10, 28, 42, 0.24);
}

.cta-secondary-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.73rem;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: var(--dark-text-muted);
  font-weight: 650;
}

.cta-secondary-panel h3 {
  margin: 0 0 0.5rem;
  color: var(--dark-text);
  font-size: 1.24rem;
}

.cta-secondary-panel p {
  margin: 0;
  color: var(--dark-text-soft);
  font-size: 0.9rem;
}

.cta-secondary-btn {
  margin-top: 0.8rem;
  padding: 0.66rem 1.12rem;
  border-color: rgba(183, 213, 230, 0.48);
  color: var(--dark-text-soft);
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.94;
}

.btn-large {
  padding: 0.9rem 1.55rem;
}

.cta-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(183, 213, 230, 0.7);
  opacity: 1;
}

.cta-secondary-note {
  margin-top: 0.62rem !important;
  color: var(--dark-text-muted) !important;
  font-size: 0.83rem !important;
}

.site-footer {
  background: linear-gradient(180deg, #112636 0%, #0e1f2c 100%);
  color: #d9e5eb;
  padding: 2.7rem 0 2rem;
  border-top: 1px solid rgba(162, 186, 203, 0.2);
}

.footer-shell {
  display: grid;
  gap: 1.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 1.2rem 1.8rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(160, 182, 197, 0.24);
}

.footer-brand {
  max-width: 36ch;
}

.brand-footer {
  color: #f2f9ff;
  margin-bottom: 0.75rem;
}

.brand-footer .brand-text strong {
  color: #f2f9ff;
}

.brand-footer .brand-text small {
  color: #9fb7c5;
}

.footer-positioning,
.footer-location,
.footer-note,
.copyright {
  margin: 0;
  color: #b9cbd7;
}

.footer-positioning {
  margin-bottom: 0.42rem;
}

.footer-location {
  color: #9ab3c3;
  font-size: 0.9rem;
}

.footer-heading {
  color: #eff7fc;
  margin: 0 0 0.52rem;
  font-weight: 640;
  font-size: 0.92rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

.footer-links a {
  text-decoration: none;
  color: #cfe0eb;
  transition:
    color var(--motion-fast) var(--ease-standard),
    opacity var(--motion-fast) var(--ease-standard);
}

.footer-links a:hover {
  color: #fff;
  opacity: 0.95;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 1.2rem;
}

.footer-note {
  font-size: 0.87rem;
  color: #abc1ce;
}

.copyright {
  color: #93acbc;
  font-size: 0.9rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.52s var(--ease-standard),
    transform 0.52s var(--ease-standard);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .hero-grid,
  .proof-grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

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

  .scope-checker {
    max-width: 760px;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .proof-stack {
    margin-top: 0.35rem;
  }

  .proof-evidence,
  .proof-status {
    margin-left: 0;
    margin-top: 0;
  }

  .hero-shell {
    padding: 1.12rem;
  }

  .hero-visual {
    max-width: 700px;
    min-height: 420px;
  }

  .hero-report {
    right: 1.1rem;
  }

  .hero-workflow {
    width: min(48%, 220px);
  }

  .deliverable-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.92rem;
  }

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

  .cta-secondary-panel {
    width: 100%;
  }

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

@media (max-width: 800px) {
  body.nav-open-mobile {
    overflow: hidden;
  }

  main section {
    scroll-margin-top: 5.6rem;
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 0.7rem 0;
    min-height: unset;
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
  }

  .primary-nav {
    grid-column: 1 / -1;
    display: flex;
    margin-left: 0;
    margin-top: 0.52rem;
    width: 100%;
    border: 1px solid rgba(171, 188, 200, 0.66);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 26px rgba(15, 36, 52, 0.14);
    padding: 0.76rem 0.78rem;
    gap: 0.66rem;
    align-items: stretch;
    flex-direction: column;
    max-height: calc(100vh - 5.4rem);
    overflow: auto;
  }

  body.nav-enhanced .primary-nav {
    display: none;
  }

  body.nav-enhanced .site-header.nav-open .primary-nav {
    display: flex;
  }

  .nav-list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.16rem;
  }

  .nav-link {
    width: 100%;
    min-height: 2.6rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    padding: 0.44rem 0.06rem;
  }

  .primary-nav .btn-header {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    min-height: 2.9rem;
  }

  .section {
    padding: 4.2rem 0;
  }

  .hero {
    padding-top: 4.3rem;
  }

  .hero-shell {
    border-radius: var(--radius-lg);
    padding: 0.96rem;
  }

  .hero-copy {
    padding: 0.32rem 0.12rem 0.78rem;
  }

  .hero-copy h1 {
    max-width: 13.8ch;
    font-size: clamp(1.94rem, 8.1vw, 2.9rem);
    margin-bottom: 0.78rem;
  }

  .hero-lead {
    font-size: 0.98rem;
    line-height: 1.53;
    margin-bottom: 0.92rem;
  }

  .hero-visual {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
  }

  .hero-report,
  .hero-implementation,
  .hero-workflow {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    animation: none;
  }

  .hero-report {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .hero-report h2 {
    font-size: 1.15rem;
    margin-bottom: 0.6rem;
  }

  .hero-implementation,
  .hero-workflow {
    margin-bottom: 0;
    padding: 0.84rem 0.82rem;
  }

  .report-row {
    padding: 0.48rem 0;
    gap: 0.52rem;
    font-size: 0.85rem;
  }

  .report-row strong {
    font-size: 0.68rem;
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.56rem;
    margin-bottom: 0.65rem;
  }

  .hero .btn-primary,
  .hero .btn-secondary {
    width: 100%;
    flex: 1 1 100%;
    min-height: 2.9rem;
  }

  .hero-offer {
    max-width: none;
    margin-bottom: 0.84rem;
    padding: 0.72rem 0.76rem;
  }

  .hero-path-copy,
  .hero-confidence,
  .hero-guarantee {
    font-size: 0.84rem;
  }

  .hero-confidence {
    margin-top: 0.34rem;
  }

  .cta-pricing-card {
    margin-bottom: 0.75rem;
    max-width: none;
  }

  .included-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .included-chips li {
    text-align: center;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0.62rem;
  }

  .field input,
  .field textarea {
    min-height: 2.9rem;
    padding: 0.62rem 0.68rem;
  }

  .field textarea {
    min-height: 110px;
  }

  .setup-submit-row {
    width: 100%;
    margin-top: 0.76rem;
  }

  .setup-submit-row .btn {
    width: 100%;
    min-height: 3.05rem;
  }

  .checkbox-field {
    margin-top: 0.68rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .fit-option-row {
    flex-wrap: wrap;
    gap: 0.34rem;
  }

  .fit-option-row label {
    flex: 1 1 110px;
    min-height: 2.4rem;
    padding: 0.3rem 0.56rem;
    justify-content: center;
  }

  .hero-trust-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
    margin-top: 0.66rem;
  }

  .hero-trust-chips li {
    white-space: normal;
    text-align: center;
    min-height: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .proof-row {
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    padding: 0.55rem 0.58rem;
  }

  .proof-row-head {
    display: none;
  }

  .proof-grid {
    gap: 0.95rem;
  }

  .proof-copy > p {
    margin-bottom: 0.84rem;
  }

  .proof-report,
  .proof-evidence,
  .proof-status {
    padding: 0.88rem 0.86rem;
  }

  .proof-deliverable {
    font-size: 0.86rem;
  }

  .status-chip {
    font-size: 0.68rem;
    padding: 0.2rem 0.42rem;
  }

  .proof-url {
    grid-column: 1 / -1;
    font-size: 0.78rem;
    margin-top: 0.08rem;
  }

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

  .evidence-shot {
    min-height: 78px;
    padding: 0.54rem;
  }

  .proof-modal-grid {
    grid-template-columns: 1fr;
  }

  .proof-preview-btn {
    width: 100%;
    justify-content: center;
  }

  .proof-modal {
    padding: 0.78rem;
  }

  .proof-modal-card {
    padding: 0.96rem;
  }

  .proof-modal-header h3 {
    font-size: 1.04rem;
  }

  .proof-modal-close {
    min-height: 2.6rem;
  }

  .deliverable-grid,
  .scope-panels,
  .process-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .deliverable-card,
  .process-step,
  .scope-card,
  .scope-checker {
    padding: 0.9rem 0.9rem 0.92rem;
  }

  .process-list {
    gap: 0.62rem;
  }

  .process-step:not(:last-child)::after {
    left: 1.2rem;
    height: 0.62rem;
    bottom: -0.62rem;
  }

  .scope-layout {
    gap: 0.82rem;
  }

  .scope-card-fit {
    border-left: 3px solid #9db2c3;
  }

  .scope-card-not-fit {
    border-left: 3px solid #c5b8ab;
  }

  .fit-question {
    padding: 0.58rem 0.58rem;
  }

  .fit-question legend {
    font-size: 0.84rem;
  }

  .fit-result {
    padding: 0.62rem 0.66rem;
  }

  .faq-accordion {
    gap: 0.56rem;
  }

  .faq-question {
    min-height: 3.05rem;
    padding: 0.82rem 0.9rem;
    font-size: 0.93rem;
  }

  .faq-answer p {
    padding: 0.05rem 0.9rem 0.84rem;
    font-size: 0.89rem;
  }

  .cta-layout {
    gap: 0.86rem;
  }

  .cta-primary,
  .cta-secondary-panel {
    padding: 0.92rem;
  }

  .cta-secondary-panel h3 {
    font-size: 1.1rem;
  }

  .cta-secondary-btn {
    width: 100%;
    justify-content: center;
    min-height: 2.86rem;
  }

  .cta-confidence,
  .cta-guarantee {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .footer-shell {
    gap: 1.02rem;
  }

  .footer-grid {
    gap: 0.95rem;
  }

  .footer-links a {
    display: inline-flex;
    padding: 0.16rem 0;
    font-size: 0.93rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.38rem;
  }

  .footer-note,
  .copyright {
    font-size: 0.84rem;
  }

  .container {
    width: min(100% - 1.6rem, var(--container-max));
  }
}

@media (max-width: 560px) {
  .brand-text small {
    display: none;
  }

  .section {
    padding: 3.7rem 0;
  }

  .hero {
    padding-top: 3.9rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.76rem, 8.8vw, 2.28rem);
    max-width: 12.6ch;
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .hero-report {
    grid-column: 1;
  }

  .hero-trust-chips {
    grid-template-columns: 1fr;
  }

  .included-chips {
    grid-template-columns: 1fr;
  }

  .proof-modal-card {
    padding: 0.84rem 0.8rem;
  }

  .proof-modal-close {
    min-height: 2.5rem;
  }

  .cta-pricing-value {
    font-size: 1.42rem;
  }

  .container {
    width: min(100% - 1.4rem, var(--container-max));
  }
}

@media (hover: none) and (pointer: coarse) {
  .btn:hover {
    transform: none;
  }

  .btn-primary:hover {
    box-shadow: 0 12px 22px rgba(18, 62, 90, 0.24);
  }

  .btn-secondary:hover {
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.78);
    color: var(--text-soft);
  }

  .hero .btn-secondary:hover {
    border-color: rgba(20, 71, 102, 0.34);
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-soft);
  }

  .cta-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(183, 213, 230, 0.48);
    color: var(--dark-text-soft);
    opacity: 0.94;
  }

  .deliverable-card:hover,
  .process-step:hover,
  .process-requirements:hover,
  .scope-card:hover,
  .scope-checker:hover,
  .proof-card:hover,
  .faq-item:hover,
  .cta-secondary-panel:hover {
    transform: none;
  }

  .deliverable-card:hover,
  .process-step:hover,
  .process-requirements:hover,
  .scope-card:hover,
  .scope-checker:hover,
  .faq-item:hover,
  .cta-secondary-panel:hover {
    box-shadow: var(--shadow-soft);
  }

  .deliverable-card:hover {
    border-color: rgba(176, 195, 208, 0.64);
  }

  .process-step:hover {
    border-color: rgba(177, 195, 206, 0.58);
  }

  .process-requirements:hover,
  .scope-card:hover,
  .scope-checker:hover,
  .faq-item:hover {
    border-color: rgba(171, 188, 200, 0.62);
  }

  .cta-secondary-panel:hover {
    border-color: rgba(181, 212, 231, 0.36);
  }

  .proof-card:hover {
    box-shadow: var(--shadow-card);
    border-color: rgba(166, 185, 197, 0.62);
  }

  .faq-question:hover {
    background: transparent;
  }

  .footer-links a:hover {
    color: inherit;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-implementation,
  .hero-workflow {
    animation: none !important;
  }
}
