:root {
  --ink: #0b2f2b;
  --ink-soft: #3f635e;
  --forest: #0d4a43;
  --forest-deep: #062e2a;
  --teal: #08766b;
  --teal-bright: #61dfcf;
  --gold: #f6c54f;
  --copper: #99451f;
  --cream: #fffaf0;
  --paper: rgba(255, 252, 244, 0.9);
  --sand: #efd9b9;
  --line: rgba(11, 47, 43, 0.18);
  --shadow: 0 22px 58px rgba(26, 45, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 18px;
}

body {
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(64, 185, 165, 0.16), transparent 32rem),
    radial-gradient(circle at 96% 16%, rgba(246, 197, 79, 0.2), transparent 28rem),
    linear-gradient(135deg, #f4f1e6 0%, #fffaf0 52%, #ecd5b5 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.12;
  background-image:
    linear-gradient(30deg, rgba(13, 74, 67, 0.22) 12%, transparent 12.5%, transparent 87%, rgba(13, 74, 67, 0.22) 87.5%),
    linear-gradient(150deg, rgba(153, 69, 31, 0.16) 12%, transparent 12.5%, transparent 87%, rgba(153, 69, 31, 0.16) 87.5%);
  background-size: 76px 130px;
  pointer-events: none;
}

a {
  color: inherit;
}

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

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

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  min-height: 48px;
  padding: 13px 17px;
  transform: translateY(-170%);
  border-radius: 12px;
  color: white;
  background: var(--forest-deep);
}

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

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  min-height: 74px;
  margin: 18px auto 0;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.88);
  box-shadow: 0 10px 30px rgba(34, 58, 50, 0.1);
  backdrop-filter: blur(18px) saturate(125%);
}

.brand,
.brand span,
.site-header nav,
.footer-brand {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  min-height: 52px;
  color: var(--ink);
  text-decoration: none;
}

.brand img,
.footer-brand img {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 6px 8px rgba(44, 31, 22, 0.22));
}

.brand span {
  align-items: flex-start;
  flex-direction: column;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.brand small {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
}

.site-header nav {
  justify-content: flex-end;
  gap: 4px;
}

.site-header nav > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 14px;
  border-radius: 13px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration: none;
}

.site-header nav > a:hover,
.site-header nav > a:focus-visible {
  color: var(--forest-deep);
  background: rgba(8, 118, 107, 0.1);
}

.site-header nav .header-cta {
  min-height: 52px;
  margin-left: 7px;
  padding-inline: 20px;
  color: #fffaf0;
  background: var(--forest);
  box-shadow: 0 9px 22px rgba(13, 74, 67, 0.2);
}

main,
footer {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

main {
  margin-top: 20px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: center;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 36px;
  color: #fffaf0;
  background:
    repeating-radial-gradient(circle at 78% 48%, transparent 0 70px, rgba(97, 223, 207, 0.1) 71px 73px, transparent 74px 118px),
    linear-gradient(115deg, #062e2a, #0d4a43 55%, #123848);
  box-shadow: var(--shadow);
}

.hero-copy {
  z-index: 2;
  padding: clamp(38px, 6vw, 68px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero .eyebrow,
.origin .eyebrow {
  color: var(--teal-bright);
}

h1 {
  max-width: 620px;
  font-size: clamp(3rem, 5.8vw, 5.35rem);
  letter-spacing: -0.04em;
}

h1 em {
  display: block;
  color: var(--gold);
  font-style: normal;
}

h1 > span {
  display: block;
}

.hero-lede {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 1.6vw, 1.17rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.primary-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 23px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 17px;
  color: var(--ink);
  background: linear-gradient(135deg, #ffdc73, #f1b845);
  box-shadow: 0 12px 28px rgba(244, 199, 85, 0.22);
  font-weight: 900;
  text-decoration: none;
}

.primary-button span,
.step-arrow {
  transition: transform 180ms ease;
}

.primary-button:hover span,
.primary-button:focus-visible span,
.step-grid a:hover .step-arrow,
.step-grid a:focus-visible .step-arrow {
  transform: translateX(5px);
}

.text-link {
  min-height: 44px;
  align-content: center;
  color: #fff8d9;
  font-weight: 800;
  text-underline-offset: 5px;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.87rem;
  line-height: 1.45;
}

.privacy-note span {
  display: grid;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-deep);
  background: var(--teal-bright);
  font-weight: 900;
}

.hero-inventor {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(400px, 94%);
  justify-self: center;
  padding: 8px 12px 18px;
  place-items: center;
  text-decoration: none;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.42));
  transition: transform 200ms ease, filter 200ms ease;
}

.public-inventor-art {
  --public-inventor-cycle: 14s;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1122 / 1402;
  isolation: isolate;
}

.public-inventor-master {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.04);
  user-select: none;
  -webkit-user-drag: none;
}

.public-inventor-globe-window {
  position: absolute;
  z-index: 2;
  left: 32%;
  top: 29.4%;
  width: 36%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(255, 191, 52, 0.22);
  animation: public-inventor-globe-drive var(--public-inventor-cycle) linear infinite;
}

.public-inventor-globe-window img {
  position: absolute;
  left: -88.9%;
  top: -102.7%;
  width: 277.78%;
  height: auto;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
}

.public-inventor-drive-ring {
  position: absolute;
  z-index: 3;
  left: 30.9%;
  top: 28.5%;
  width: 38.2%;
  aspect-ratio: 1;
  border: clamp(3px, 0.7vw, 7px) dashed rgba(255, 191, 52, 0.9);
  border-radius: 50%;
  filter: drop-shadow(0 0 8px rgba(255, 140, 25, 0.7));
  animation: public-inventor-globe-drive calc(var(--public-inventor-cycle) * 0.58) linear infinite;
}

.public-inventor-neck-gear {
  position: absolute;
  z-index: 4;
  aspect-ratio: 1;
  border: 3px dashed #ffbf34;
  border-radius: 50%;
  background: rgba(45, 20, 7, 0.62);
  box-shadow: inset 0 0 0 4px rgba(216, 109, 36, 0.55), 0 0 9px rgba(255, 191, 52, 0.45);
}

.public-inventor-gear-a { left: 47.1%; top: 22.8%; width: 7.1%; animation: public-inventor-gear-reverse calc(var(--public-inventor-cycle) * 0.31) linear infinite; }
.public-inventor-gear-b { left: 52.7%; top: 20.4%; width: 5.6%; animation: public-inventor-globe-drive calc(var(--public-inventor-cycle) * 0.23) linear infinite; }
.public-inventor-gear-c { left: 47.6%; top: 18.7%; width: 4.8%; animation: public-inventor-gear-reverse calc(var(--public-inventor-cycle) * 0.18) linear infinite; }

.public-inventor-power-line {
  position: absolute;
  z-index: 5;
  left: 49.65%;
  top: 14.2%;
  width: 0.7%;
  min-width: 3px;
  height: 17.2%;
  border-radius: 999px;
  background: repeating-linear-gradient(to top, transparent 0 9px, #ffbf34 9px 20px, #fff 20px 24px);
  background-size: 100% 34px;
  box-shadow: 0 0 8px #ffbf34, 0 0 20px #d86d24;
  animation: public-inventor-current-flow 0.7s linear infinite;
}

.public-inventor-filament-glow {
  position: absolute;
  z-index: 4;
  left: 41.2%;
  top: 5.3%;
  width: 17.6%;
  aspect-ratio: 1.2;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 225, 0.95) 0 5%, rgba(255, 191, 52, 0.76) 18%, rgba(216, 109, 36, 0.28) 48%, transparent 72%);
  mix-blend-mode: screen;
  filter: blur(2px);
  animation: public-inventor-filament-breathe 1.1s ease-in-out infinite alternate;
}

.hero-inventor:hover,
.hero-inventor:focus-visible {
  transform: translateY(-5px) scale(1.012);
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.44)) brightness(1.07);
}

@keyframes public-inventor-globe-drive { to { transform: rotate(360deg); } }
@keyframes public-inventor-gear-reverse { to { transform: rotate(-360deg); } }
@keyframes public-inventor-current-flow { to { background-position-y: -34px; } }
@keyframes public-inventor-filament-breathe { from { opacity: 0.42; transform: scale(0.96); } to { opacity: 0.78; transform: scale(1.08); } }

.shield-instruction {
  position: relative;
  z-index: 3;
  min-height: 46px;
  margin-top: -19px;
  padding: 12px 17px;
  border: 1px solid rgba(246, 197, 79, 0.46);
  border-radius: 999px;
  color: #fff5cf;
  background: rgba(6, 46, 42, 0.84);
  font-size: 0.86rem;
  font-weight: 850;
  text-align: center;
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.promise-strip article {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255, 252, 244, 0.78);
  box-shadow: 0 10px 24px rgba(29, 44, 39, 0.06);
}

.promise-strip article > span,
.topic-number {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: var(--forest-deep);
  font-weight: 900;
}

.promise-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.promise-strip p {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.4;
}

.pathway-chooser,
.steps,
.learning-library {
  padding: clamp(64px, 8vw, 92px) 0;
}

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

.section-heading h2,
.origin h2,
.final-cta h2 {
  font-size: clamp(2.25rem, 4.4vw, 3.8rem);
  letter-spacing: -0.035em;
}

.section-heading > p:last-child {
  max-width: 620px;
  margin: 15px auto 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.55;
}

.pathway-chooser {
  scroll-margin-top: 20px;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin-inline: auto;
}

.pathway-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(51, 57, 49, 0.09);
}

.pathway-grid article:nth-child(2) {
  border-color: rgba(8, 118, 107, 0.38);
  background: linear-gradient(150deg, rgba(255, 252, 244, 0.98), rgba(211, 244, 237, 0.72));
}

.pathway-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: var(--forest-deep);
  font-size: 0.9rem;
  font-weight: 900;
}

.pathway-grid h3 {
  margin-top: 4px;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  line-height: 1.08;
}

.pathway-grid article p:not(.eyebrow) {
  margin: 11px 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.pathway-grid .primary-button {
  grid-column: 1 / -1;
  width: 100%;
}

.pathway-chooser > .boundary-note {
  max-width: 760px;
  margin: 18px auto 0;
  text-align: center;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-grid a {
  position: relative;
  display: grid;
  min-height: 100%;
  padding: 18px 18px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(51, 57, 49, 0.09);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.step-grid a:hover,
.step-grid a:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(153, 69, 31, 0.62);
  box-shadow: 0 20px 44px rgba(51, 57, 49, 0.14);
}

.step-grid img {
  width: min(220px, 82%);
  aspect-ratio: 1;
  margin: 0 auto 16px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(14, 29, 43, 0.18);
}

.step-number {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 900;
}

.step-copy {
  display: grid;
  gap: 7px;
  padding: 0 8px 4px;
}

.step-copy small {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.step-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.08;
}

.step-copy > span {
  padding-right: 25px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.step-arrow {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: var(--copper);
  font-size: 1.35rem;
  font-weight: 900;
}

.learning-library {
  position: relative;
  padding-top: 76px;
}

.learning-library::before {
  position: absolute;
  inset: 24px calc(50% - 50vw);
  z-index: -1;
  content: "";
  background: linear-gradient(135deg, rgba(8, 118, 107, 0.08), rgba(246, 197, 79, 0.1));
}

.topic-list {
  display: grid;
  gap: 11px;
  max-width: 900px;
  margin-inline: auto;
}

.learning-topic {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 252, 244, 0.88);
  box-shadow: 0 10px 26px rgba(51, 57, 49, 0.07);
}

.learning-topic[open] {
  border-color: rgba(153, 69, 31, 0.52);
  box-shadow: 0 18px 40px rgba(51, 57, 49, 0.11);
}

.learning-topic > summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 12px 18px;
  cursor: pointer;
  list-style: none;
}

.learning-topic > summary::-webkit-details-marker {
  display: none;
}

.learning-topic > summary strong,
.story-more summary {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.2;
}

.learning-topic > summary small {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.83rem;
  line-height: 1.35;
}

.learning-topic > summary > b {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest);
  background: rgba(8, 118, 107, 0.1);
  font-size: 1.25rem;
  transition: transform 180ms ease;
}

.learning-topic[open] > summary > b {
  transform: rotate(45deg);
}

.urgent-topic .topic-number {
  color: var(--forest-deep);
  background: var(--gold);
}

.topic-content {
  padding: 8px 24px 26px 80px;
  border-top: 1px solid rgba(11, 47, 43, 0.1);
}

.topic-content p,
.topic-content li {
  color: var(--ink-soft);
  line-height: 1.58;
}

.topic-content a {
  color: var(--teal);
  font-weight: 800;
  text-underline-offset: 4px;
}

.topic-intro {
  max-width: 760px;
}

.definition-grid,
.compact-faq,
.price-grid,
.resource-grid,
.two-column-content {
  display: grid;
  gap: 14px;
}

.definition-grid,
.compact-faq {
  grid-template-columns: repeat(2, 1fr);
}

.definition-grid article,
.compact-faq article,
.price-grid article {
  padding: 17px;
  border: 1px solid rgba(11, 47, 43, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.56);
}

.topic-content h3 {
  font-size: 1.2rem;
}

.topic-content article p {
  margin-bottom: 0;
}

.boundary-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--teal);
  border-radius: 0 12px 12px 0;
  background: rgba(8, 118, 107, 0.07);
  font-size: 0.88rem;
}

.two-column-content {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.mini-steps {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-steps li {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(246, 197, 79, 0.13);
}

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

.price-grid article > small {
  color: var(--copper);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-grid article > strong {
  display: block;
  margin-top: 10px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
}

.price-grid article > strong em {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-style: normal;
}

.resource-grid {
  grid-template-columns: repeat(3, 1fr);
  padding-left: 24px;
}

.resource-grid a {
  display: grid;
  min-height: 108px;
  align-content: space-between;
  padding: 16px;
  border: 1px solid rgba(11, 47, 43, 0.14);
  border-radius: 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  text-decoration: none;
}

.resource-grid a:hover,
.resource-grid a:focus-visible {
  border-color: var(--copper);
  background: white;
}

.resource-grid a span {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.origin {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(30px, 6vw, 70px);
  margin-top: 18px;
  padding: clamp(34px, 6vw, 64px);
  border-radius: 30px;
  color: #fffaf0;
  background:
    radial-gradient(circle at 86% 10%, rgba(246, 197, 79, 0.16), transparent 18rem),
    linear-gradient(135deg, #0d4a43, #123848);
  box-shadow: var(--shadow);
}

.origin > div > p:not(.eyebrow),
.story-more p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.62;
}

.story-more {
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.story-more summary {
  min-height: 48px;
  align-content: center;
  color: var(--gold);
  cursor: pointer;
  font-size: 0.95rem;
}

.founder-view {
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.83rem;
}

.origin .reviewed {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.77rem;
}

.final-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  margin: 24px 0 62px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 26px;
  background: rgba(255, 250, 240, 0.8);
  box-shadow: 0 15px 38px rgba(51, 57, 49, 0.1);
}

.final-cta > img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: contain;
}

.final-cta .eyebrow {
  margin-bottom: 6px;
  color: var(--copper);
}

.final-cta h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.final-cta p:last-child {
  margin: 7px 0 0;
  color: var(--ink-soft);
}

footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 24px 0 36px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.footer-brand {
  gap: 9px;
  color: var(--ink);
}

.footer-brand img {
  width: 40px;
  height: 40px;
}

footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

footer nav a {
  min-height: 44px;
  align-content: center;
  font-weight: 750;
  text-underline-offset: 4px;
}

footer > p {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.not-found-page {
  display: grid;
  min-height: 100vh;
  padding: 24px;
  place-items: center;
  color: #fffaf0;
  background: radial-gradient(circle at 50% 15%, rgba(246, 197, 79, 0.18), transparent 28rem), var(--forest-deep);
}

.not-found-card {
  display: grid;
  justify-items: center;
  width: min(680px, 100%);
  margin: 0;
  padding: clamp(32px, 8vw, 70px);
  border: 1px solid rgba(246, 197, 79, 0.3);
  border-radius: 30px;
  text-align: center;
  background: rgba(13, 74, 67, 0.58);
}

.not-found-card img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.not-found-card h1 {
  font-size: clamp(2.7rem, 8vw, 5rem);
}

@media (max-width: 980px) {
  .site-header nav > a:not(.header-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    min-height: 540px;
  }

  .hero-copy {
    padding: 42px;
  }

  h1 {
    font-size: clamp(3rem, 7vw, 4.5rem);
  }

  .hero-inventor {
    width: min(330px, 96%);
  }

  .step-grid img {
    width: min(190px, 82%);
  }

  .promise-strip {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    text-align: center;
  }

  .hero-copy {
    padding-bottom: 8px;
  }

  .hero-lede {
    margin-inline: auto;
  }

  .hero-actions,
  .privacy-note {
    justify-content: center;
  }

  .hero-inventor {
    width: min(300px, 76%);
  }

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

  .step-grid a {
    grid-template-columns: 150px 1fr;
    align-items: center;
    min-height: 190px;
  }

  .step-grid img {
    width: 140px;
    margin: 0 18px 0 0;
  }

  .step-copy {
    padding-right: 22px;
  }

  .definition-grid,
  .compact-faq,
  .price-grid,
  .resource-grid,
  .two-column-content {
    grid-template-columns: 1fr;
  }

  .resource-grid {
    padding-left: 24px;
  }

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

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

  .final-cta .primary-button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  footer {
    width: calc(100% - 20px);
  }

  .site-header {
    min-height: 66px;
    margin-top: 10px;
    padding: 6px 7px 6px 10px;
    border-radius: 18px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.66rem;
  }

  .site-header nav .header-cta {
    min-height: 48px;
    margin-left: 0;
    padding-inline: 13px;
    font-size: 0.78rem;
  }

  main {
    margin-top: 10px;
  }

  .hero {
    border-radius: 25px;
  }

  .hero-copy {
    padding: 38px 20px 4px;
  }

  h1 {
    font-size: 2.55rem;
    line-height: 1;
  }

  h1 > span,
  h1 > em {
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .primary-button {
    width: 100%;
  }

  .privacy-note {
    align-items: flex-start;
    text-align: left;
  }

  .hero-inventor {
    width: min(260px, 82%);
  }

  .shield-instruction {
    font-size: 0.78rem;
  }

  .promise-strip article {
    padding: 14px;
  }

  .pathway-chooser,
  .steps,
  .learning-library {
    padding: 58px 0;
  }

  .pathway-grid article {
    gap: 14px;
    padding: 20px;
  }

  .pathway-mark {
    width: 50px;
    height: 50px;
    font-size: 0.78rem;
  }

  .section-heading h2,
  .origin h2,
  .final-cta h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .step-grid a {
    grid-template-columns: 100px 1fr;
    min-height: 145px;
    padding: 14px;
  }

  .step-grid img {
    width: 94px;
    margin-right: 12px;
  }

  .step-number {
    top: 13px;
    left: 13px;
    width: 38px;
    height: 38px;
  }

  .step-copy strong {
    font-size: 1.25rem;
  }

  .step-copy > span {
    font-size: 0.82rem;
  }

  .learning-topic > summary {
    gap: 11px;
    min-height: 82px;
    padding: 12px;
  }

  .topic-number {
    width: 38px;
    height: 38px;
  }

  .learning-topic > summary strong {
    font-size: 1.05rem;
  }

  .learning-topic > summary small {
    font-size: 0.75rem;
  }

  .learning-topic > summary > b {
    width: 32px;
    height: 32px;
  }

  .topic-content,
  .resource-grid {
    padding: 8px 14px 20px;
  }

  .origin,
  .final-cta {
    padding: 30px 20px;
    border-radius: 24px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .final-cta .primary-button {
    grid-column: auto;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  footer nav {
    justify-content: center;
    gap: 12px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
