:root {
  --ink: #07110c;
  --ink-2: #0d1a13;
  --forest: #17432f;
  --forest-2: #235a41;
  --mint: #a9f7cf;
  --mint-2: #d8ffea;
  --cream: #f6f8f5;
  --paper: #ffffff;
  --mist: #e9f0eb;
  --gold: #ce962f;
  --red: #a54538;
  --text: #101712;
  --muted: #5f6b63;
  --line: #d6dfd9;
  --dark-line: rgba(216, 255, 234, 0.15);
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 28px 70px rgba(7, 17, 12, 0.13);
  --shell: min(1180px, calc(100% - 40px));
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select {
  font: inherit;
}

button,
a,
label,
summary {
  touch-action: manipulation;
}

a {
  color: inherit;
}

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

[hidden] {
  display: none !important;
}

.shell,
.nav-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: clamp(88px, 10vw, 140px) 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.is-scrolled {
  background: rgba(7, 17, 12, 0.92);
  border-bottom: 1px solid var(--dark-line);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 50px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.brand-copy,
.brand-name {
  min-width: 0;
  line-height: 1;
}

.brand-copy b,
.brand-name b,
.brand-name {
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.19em;
  white-space: nowrap;
}

.brand-copy small,
.brand-name small {
  display: block;
  margin-top: 7px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav a {
  color: #e2eae5;
  font-size: 0.75rem;
  font-weight: 760;
  text-decoration: none;
}

.primary-nav > a:not(.nav-cta) {
  position: relative;
}

.primary-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav > a:hover::after,
.primary-nav > a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta,
.nav-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 15px;
  border: 1px solid var(--mint);
  border-radius: 8px;
  color: var(--mint) !important;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-content: center;
  gap: 7px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
  background: transparent;
}

.menu-toggle i,
.menu-toggle span:not(.sr-only) {
  width: 18px;
  height: 1px;
  display: block;
  background: var(--paper);
  transition: transform 180ms ease;
}

.kicker,
.eyebrow {
  margin: 0 0 20px;
  color: var(--forest-2);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.7rem, 7.2vw, 7.1rem);
  font-weight: 790;
}

h2 {
  font-size: clamp(2.7rem, 5.2vw, 5.2rem);
  font-weight: 760;
}

h3 {
  font-size: clamp(1.45rem, 2.35vw, 2.2rem);
  font-weight: 760;
}

h1 em,
h2 em {
  color: var(--forest-2);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 54px;
}

.section-heading.narrow {
  max-width: 740px;
}

.section-heading > p:last-child {
  max-width: 760px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero {
  position: relative;
  min-height: 930px;
  padding: 164px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 28%, rgba(169, 247, 207, 0.13), transparent 27%),
    linear-gradient(135deg, #050a07 0%, #08140d 62%, #10271a 100%);
  color: var(--paper);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(216, 255, 234, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 255, 234, 0.11) 1px, transparent 1px);
  background-size: 84px 84px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 75%);
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.hero::after {
  content: "";
  position: absolute;
  top: 85px;
  right: -250px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(169, 247, 207, 0.15);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 110px rgba(0, 0, 0, 0.03),
    inset 0 0 0 220px rgba(169, 247, 207, 0.02);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: clamp(48px, 8vw, 105px);
}

.hero .kicker {
  color: var(--mint);
}

.hero h1 em {
  display: block;
  color: var(--mint);
}

.hero-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: #c5d0c8;
  font-size: clamp(1.03rem, 1.5vw, 1.3rem);
  line-height: 1.72;
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 9px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  background: var(--mint);
  color: var(--ink);
  box-shadow: 0 17px 40px rgba(96, 235, 161, 0.15);
}

.button-primary:hover {
  background: var(--mint-2);
  box-shadow: 0 22px 48px rgba(96, 235, 161, 0.24);
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-dark:hover {
  background: var(--forest);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.03);
  color: var(--paper);
}

.button-ghost:hover {
  border-color: var(--mint);
  background: rgba(169, 247, 207, 0.08);
}

.button.full {
  width: 100%;
}

.route-console {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(169, 247, 207, 0.26);
  border-radius: var(--radius);
  background: rgba(7, 17, 12, 0.85);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.route-console::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border: 1px solid rgba(206, 150, 47, 0.2);
  border-radius: 18px;
  transform: translate(17px, 17px);
}

.route-console-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 4px 18px;
  border-bottom: 1px solid var(--dark-line);
  color: var(--mint);
  font-family: var(--mono);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.route-console-head b {
  color: var(--gold);
}

.route-question {
  padding: 26px 4px 18px;
  color: #9aaba0;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  padding: 18px;
  border: 1px solid var(--dark-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--paper);
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.route-option:hover,
.route-option:focus-visible {
  border-color: var(--mint);
  background: rgba(169, 247, 207, 0.08);
  transform: translateX(4px);
}

.route-index {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mint);
  border-radius: 50%;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 850;
}

.route-option b,
.route-option small {
  display: block;
}

.route-option b {
  font-size: 0.93rem;
}

.route-option small {
  margin-top: 4px;
  color: #8f9d94;
  font-size: 0.68rem;
  line-height: 1.5;
}

.route-option > i {
  color: var(--mint);
  font-style: normal;
}

.route-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 4px 4px;
  color: #859189;
  font-family: var(--mono);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.route-footer i {
  height: 1px;
  flex: 1;
  background: var(--dark-line);
}

.hero-proof {
  position: relative;
  z-index: 1;
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
  margin-top: 78px;
  border-top: 1px solid var(--dark-line);
  color: #89978e;
  font-family: var(--mono);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-proof span {
  position: relative;
}

.hero-proof span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: var(--dark-line);
}

.journey {
  background: var(--cream);
}

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

.door-card {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.start-card {
  background: var(--paper);
}

.operate-card {
  background: var(--ink);
  color: var(--paper);
}

.door-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.operate-card .door-head {
  border-color: var(--dark-line);
  color: var(--mint);
}

.door-head i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
  font-size: 1.1rem;
}

.door-label {
  margin: 30px 0 13px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.door-card h3 {
  max-width: 15ch;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
}

.door-card > p:not(.door-label) {
  margin: 21px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.operate-card > p:not(.door-label) {
  color: #aebbb2;
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 27px;
  font-size: 0.87rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--forest-2);
  font-weight: 900;
}

.operate-card .check-list li::before {
  color: var(--mint);
}

.method {
  background: var(--paper);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-grid article {
  min-width: 0;
  padding: 40px;
}

.method-grid article + article {
  border-left: 1px solid var(--line);
}

.method-grid span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 850;
}

.method-grid h3 {
  margin-top: 22px;
  color: var(--forest);
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.method-grid p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.business-map {
  background: #eef4ef;
}

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

.institution-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.institution-code {
  width: fit-content;
  margin-bottom: 28px;
  padding: 8px 10px;
  border-radius: 7px;
  background: var(--ink);
  color: var(--mint);
  font-family: var(--mono);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.institution-card h3 {
  font-size: 1.55rem;
  line-height: 1.08;
}

.institution-card > p {
  min-height: 84px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.68;
}

.institution-card dl {
  margin: 23px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.institution-card dl div {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 10px;
  padding: 11px 0;
}

.institution-card dl div + div {
  border-top: 1px solid var(--line);
}

.institution-card dt {
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 850;
  text-transform: uppercase;
}

.institution-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.institution-card > a {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 850;
  text-decoration: none;
}

.institution-card > a:hover {
  text-decoration: underline;
}

.myths {
  background: var(--ink);
  color: var(--paper);
}

.myths .kicker {
  color: var(--mint);
}

.myths h2 em {
  color: var(--mint);
}

.myth-list {
  border-top: 1px solid var(--dark-line);
}

.myth-item {
  border-bottom: 1px solid var(--dark-line);
}

.myth-item summary {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 28px 0;
  cursor: pointer;
  list-style: none;
}

.myth-item summary::-webkit-details-marker {
  display: none;
}

.myth-item summary span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 850;
}

.myth-item summary b {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
}

.myth-item summary i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--dark-line);
  border-radius: 50%;
  color: var(--mint);
  font-style: normal;
  transition: transform 180ms ease;
}

.myth-item[open] summary i {
  transform: rotate(45deg);
}

.myth-item > div {
  max-width: 850px;
  padding: 0 0 32px 68px;
}

.myth-item > div strong {
  color: var(--mint);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.myth-item > div p {
  margin: 10px 0 0;
  color: #adbab1;
  line-height: 1.75;
}

.solutions {
  background: var(--paper);
}

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

.solution-card {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--cream);
}

.solution-card.specialist {
  background: var(--forest);
  color: var(--paper);
}

.solution-card > span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.solution-card h3 {
  margin-top: 24px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.solution-card p {
  margin: 18px 0 28px;
  color: var(--muted);
  line-height: 1.72;
}

.solution-card.specialist p {
  color: #c2d0c7;
}

.solution-card a {
  color: var(--forest);
  font-size: 0.79rem;
  font-weight: 850;
  text-decoration: none;
}

.solution-card.specialist a {
  color: var(--mint);
}

.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mini-links a {
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  font-size: 0.68rem;
}

.free-support {
  background:
    radial-gradient(circle at 85% 10%, rgba(169, 247, 207, 0.4), transparent 24%),
    #edf7f0;
}

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

.offer-card {
  min-width: 0;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid #c9d9ce;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.pack-card {
  background: var(--ink);
  color: var(--paper);
}

.offer-badge {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 7px;
  background: var(--mint);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.offer-card h3 {
  max-width: 16ch;
  margin-top: 26px;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
}

.offer-card > p {
  margin: 21px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.pack-card > p {
  color: #bac7be;
}

.offer-card ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 32px;
  padding-left: 19px;
}

.offer-card li {
  color: var(--muted);
  font-size: 0.86rem;
}

.pack-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 26px 0;
}

.pack-preview span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--dark-line);
  border-radius: 10px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 0.59rem;
  font-weight: 850;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.pack-rule {
  margin-bottom: 28px !important;
  padding-left: 14px;
  border-left: 2px solid var(--gold);
  font-size: 0.76rem;
}

.lead-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(38px, 7vw, 85px);
  margin-top: 34px;
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid #c9d9ce;
  border-radius: var(--radius);
  background: var(--paper);
}

.lead-panel-copy h3 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.lead-panel-copy > p:not(.kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.consent-note {
  margin-top: 30px;
  padding: 20px;
  border-left: 3px solid var(--gold);
  background: var(--cream);
}

.consent-note strong {
  display: block;
  color: var(--forest);
}

.consent-note p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.lead-form {
  min-width: 0;
}

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

.lead-form label {
  min-width: 0;
}

.lead-form label > span:first-child,
.full-field > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form input:not([type="checkbox"]),
.lead-form select {
  width: 100%;
  min-height: 49px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--text);
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.lead-form input:not([type="checkbox"]):focus,
.lead-form select:focus {
  border-color: var(--forest-2);
  box-shadow: 0 0 0 3px rgba(35, 90, 65, 0.11);
}

.lead-form input[aria-invalid="true"],
.lead-form select[aria-invalid="true"] {
  border-color: var(--red);
}

.full-field {
  display: block;
  margin-bottom: 17px;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.consent-stack {
  display: grid;
  gap: 10px;
  margin: 20px 0 13px;
}

.consent-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--forest);
}

.consent-check > span {
  margin: 0 !important;
  color: var(--muted) !important;
  font-family: var(--sans) !important;
  font-size: 0.76rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.56;
  text-transform: none !important;
}

.consent-check b {
  color: var(--text);
}

.optional-consent {
  background: #f7faf8;
}

.form-guidance,
.privacy-micro,
.form-error {
  margin: 0 0 14px;
  font-size: 0.7rem;
  line-height: 1.55;
}

.form-guidance,
.privacy-micro {
  color: var(--muted);
}

.form-error {
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff0ed;
  color: var(--red);
  font-weight: 750;
}

.privacy-micro {
  margin: 12px 0 0;
  text-align: center;
}

.privacy-micro a {
  color: var(--forest);
  font-weight: 750;
}

.form-success {
  margin-top: 18px;
  padding: 26px;
  border-radius: 14px;
  background: var(--mint-2);
}

.form-success > span {
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.form-success h3 {
  margin-top: 12px;
  font-size: 2rem;
}

.form-success p {
  margin: 12px 0 20px;
  color: var(--muted);
}

.popia-proof {
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.65;
  text-align: center;
}

.popia-proof a {
  color: var(--forest);
  font-weight: 800;
}

.purpose {
  background: var(--forest);
  color: var(--paper);
}

.purpose .kicker {
  color: var(--mint);
}

.purpose h2 em {
  color: var(--mint);
}

.purpose-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  align-items: start;
  gap: clamp(45px, 9vw, 120px);
}

.purpose-grid > div:last-child p {
  margin: 0;
  color: #c8d5cc;
  font-size: 1.04rem;
  line-height: 1.75;
}

.purpose-grid > div:last-child p + p {
  margin-top: 21px;
}

.purpose-grid .button {
  margin-top: 31px;
}

.site-footer {
  padding: 58px 0 24px;
  background: var(--ink);
  color: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.8fr;
  gap: 50px;
}

.footer-brand .brand-mark {
  filter: brightness(0) invert(1);
}

.footer-grid > div:first-child > p {
  max-width: 430px;
  margin: 21px 0 0;
  color: #8f9e94;
  font-size: 0.83rem;
  line-height: 1.65;
}

.footer-nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-nav a,
.footer-contact a,
.footer-contact span {
  color: #aab8af;
  font-size: 0.76rem;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: var(--mint);
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid var(--dark-line);
}

.footer-meta p {
  margin: 0;
  color: #6f7c73;
  font-family: var(--mono);
  font-size: 0.56rem;
  line-height: 1.5;
}

.floating-whatsapp {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mint);
  border-radius: 50%;
  background: var(--ink);
  color: var(--mint);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.24);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 900;
  text-decoration: none;
}

.noscript {
  position: fixed;
  z-index: 200;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 12px 15px;
  border-radius: 8px;
  background: #ffe6a8;
  color: var(--ink);
  font-size: 0.76rem;
  text-align: center;
}

.button:focus-visible,
.primary-nav a:focus-visible,
.route-option:focus-visible,
.myth-item summary:focus-visible,
.floating-whatsapp:focus-visible,
.institution-card a:focus-visible,
.solution-card a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .reveal.visible {
  opacity: 1;
  transform: none;
}

/* Legal pages */
.legal-page {
  min-height: 80vh;
  padding-top: 88px;
  background: var(--cream);
}

.legal-hero {
  padding: 92px 0 54px;
  background: var(--ink);
  color: var(--paper);
}

.legal-hero .eyebrow {
  color: var(--mint);
}

.legal-hero h1 {
  max-width: none;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.legal-content {
  max-width: 860px;
  padding-top: 58px;
  padding-bottom: 88px;
}

.legal-content .updated {
  color: var(--forest);
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content > p {
  color: var(--muted);
  line-height: 1.75;
}

.legal-content h2 {
  margin: 42px 0 13px;
  font-size: 1.7rem;
}

.legal-content a {
  color: var(--forest);
  font-weight: 750;
}

@media (max-width: 1040px) {
  .primary-nav {
    gap: 18px;
  }

  .hero-shell {
    grid-template-columns: 1fr 0.82fr;
    gap: 42px;
  }

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

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

@media (max-width: 820px) {
  .nav-shell {
    min-height: 76px;
  }

  .menu-toggle {
    display: grid;
  }

  .primary-nav {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 16px 20px 22px;
    border-bottom: 1px solid var(--dark-line);
    background: rgba(7, 17, 12, 0.98);
  }

  .primary-nav.open {
    display: grid;
  }

  .primary-nav a {
    padding: 13px 0;
  }

  .nav-cta,
  .nav-button {
    min-height: 44px;
    margin-top: 6px;
    padding: 0 13px !important;
  }

  .hero {
    min-height: auto;
    padding-top: 128px;
  }

  .hero-shell,
  .door-grid,
  .offer-grid,
  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 680px;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(3.3rem, 10vw, 5.2rem);
  }

  .route-console {
    max-width: 620px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 0 30px;
  }

  .hero-proof span:not(:last-child)::after {
    display: none;
  }

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

  .method-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: min(100% - 28px, 1180px);
  }

  .section {
    padding: 76px 0;
  }

  .brand-mark {
    width: 35px;
    height: 42px;
  }

  .brand-copy b,
  .brand-name b,
  .brand-name {
    font-size: 0.68rem;
  }

  .brand-copy small,
  .brand-name small {
    font-size: 0.42rem;
    letter-spacing: 0.08em;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

  h2 {
    font-size: clamp(2.45rem, 12vw, 3.9rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .route-console,
  .door-card,
  .offer-card,
  .lead-panel {
    padding: 22px;
  }

  .route-option {
    grid-template-columns: auto 1fr;
  }

  .route-option > i {
    display: none;
  }

  .method-grid article,
  .institution-card,
  .solution-card {
    padding: 25px;
  }

  .institution-grid,
  .solution-grid,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .institution-card > p {
    min-height: 0;
  }

  .myth-item summary {
    grid-template-columns: 35px 1fr auto;
    gap: 10px;
    padding: 23px 0;
  }

  .myth-item > div {
    padding-left: 45px;
  }

  .pack-preview {
    grid-template-columns: 1fr;
  }

  .pack-preview span {
    min-height: 52px;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-meta {
    display: grid;
  }
}

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