* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #10231c;
  --green: #124b36;
  --green-deep: #0b3828;
  --accent: #d9f36f;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --line: #dfe4de;
  --muted: #66736d;
  --white: #ffffff;
  --container: 1220px;
}

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

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input {
  font: inherit;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: rgba(11, 56, 40, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.header-scrolled {
  background: rgba(11, 56, 40, .97);
  box-shadow: 0 14px 40px rgba(3, 24, 17, .2);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 650;
}

.header nav > a:not(.nav-cta) {
  color: rgba(255, 255, 255, .78);
}

.header nav > a:not(.nav-cta):hover {
  color: var(--white);
}

.nav-cta {
  padding: 12px 19px;
  border-radius: 8px;
  color: var(--green-deep);
  background: var(--accent);
}

.hero {
  position: relative;
  min-height: 720px;
  padding: 88px max(24px, calc((100vw - var(--container)) / 2)) 30px;
  display: grid;
  grid-template-columns: minmax(360px, 390px) minmax(720px, 800px);
  gap: 30px;
  align-items: start;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 52% 72%, rgba(217, 243, 111, .12), transparent 26%),
    linear-gradient(125deg, #0b3828 0%, #124b36 72%, #0d3d2c 100%);
}

.hero::before {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 390px;
  padding-top: 20px;
}

.eyebrow {
  display: block;
  color: #39795d;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: .17em;
}

.hero .eyebrow,
.final-cta .eyebrow {
  color: var(--accent);
}

.hero h1 {
  max-width: 390px;
  margin: 20px 0 25px;
  font-size: clamp(44px, 3.25vw, 52px);
  line-height: .98;
  letter-spacing: -.055em;
}

.hero-lead {
  max-width: 390px;
  color: rgba(255, 255, 255, .73);
  font-size: 16px;
  line-height: 1.62;
}

.hero-story {
  position: relative;
  display: grid;
  gap: 11px;
  margin-top: 2px;
  padding: 20px 21px 20px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
  box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  font-weight: 520;
  line-height: 1.62;
}

.hero-story::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #cbe4ce, #6fae82);
}

.hero-story p {
  margin: 0;
}

.hero-story strong {
  color: #fff;
  font-weight: 750;
}

.hero-story mark {
  padding: 3px 8px 4px;
  border-radius: 5px;
  background: rgba(203, 228, 206, .17);
  color: #d9f0dc;
  font-weight: 800;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-percent {
  color: #fff;
  font-size: 1.18em;
  font-weight: 900;
  letter-spacing: .01em;
  text-shadow: 0 0 16px rgba(203, 228, 206, .45);
}

.hero-story-assurance {
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .94);
  font-weight: 650;
}

.check-list {
  margin: 24px 0 24px;
  display: grid;
  gap: 12px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 650;
}

.check-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-deep);
  background: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-note strong {
  color: var(--accent);
  font-size: 34px;
  letter-spacing: -.04em;
}

.hero-note span {
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-side {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 650px;
  transform: translateY(30px);
}

.hero-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: 0;
  pointer-events: none;
}

.hero-photo::after {
  display: none;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: drop-shadow(0 22px 24px rgba(1, 25, 17, .18));
}

.hero-photo figcaption {
  display: none;
}

.hero-side > .lead-card {
  position: absolute;
  z-index: 2;
  top: 8.5%;
  right: 2.6%;
  width: 48%;
  padding: 20px;
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
}

.hero-side > .lead-card .lead-card-head {
  margin-bottom: 14px;
}

.hero-side > .lead-card .lead-card-head .eyebrow {
  font-size: 9px;
  color: var(--green);
}

.hero-side > .lead-card .lead-card-head h2 {
  margin: 5px 0;
  font-size: 23px;
  line-height: 1.08;
}

.hero-side > .lead-card .lead-card-head p {
  font-size: 11px;
  line-height: 1.35;
}

.hero-side > .lead-card .lead-form {
  gap: 9px;
}

.hero-side > .lead-card .name-grid {
  gap: 9px;
}

.hero-side > .lead-card .lead-form input {
  height: 46px;
  min-height: 46px;
  padding: 0 13px;
  border-radius: 6px;
  font-size: 13px;
}

.hero-side > .lead-card .checkbox {
  gap: 6px;
  font-size: 8.5px;
  line-height: 1.3;
}

.hero-side > .lead-card .checkbox input {
  width: 12px;
  height: 12px;
  min-height: 12px;
  flex-basis: 12px;
}

.hero-side > .lead-card .lead-form > button[type="submit"] {
  min-height: 50px;
  font-size: 10.5px;
}

.form-footnote {
  display: none;
}

.hero-side > .lead-card .form-footnote {
  display: block;
  padding-top: 2px;
  color: #718078;
  font-size: 8px;
  line-height: 1.3;
  text-align: center;
}

.lead-card {
  width: 100%;
  padding: 32px;
  color: var(--ink);
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(3, 24, 17, .28);
}

.lead-card-head {
  margin-bottom: 22px;
}

.lead-card-head h2 {
  margin: 10px 0;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.lead-card-head p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.lead-form {
  display: grid;
  gap: 11px;
}

.name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.lead-form input {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #d9dfdb;
  border-radius: 8px;
  outline: none;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
}

.lead-form input:focus {
  border-color: #39795d;
  box-shadow: 0 0 0 3px rgba(57, 121, 93, .1);
}

.lead-form input::placeholder {
  color: #78847e;
  opacity: 1;
}

.phone-field,
.phone-field .iti {
  width: 100%;
}

.phone-field .iti {
  display: block;
}

.phone-field .iti__country-container {
  height: 100%;
}

.phone-field .iti__selected-country {
  height: 100%;
  min-height: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: var(--ink);
  background: #f4f6f3 !important;
  border: 0;
  border-right: 1px solid #d9dfdb;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
  transform: none;
}

.phone-field .iti__selected-country:hover,
.phone-field .iti__selected-country:focus {
  background: #edf1ed !important;
}

.phone-field .iti__selected-country-primary {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
}

.phone-field .iti__selected-dial-code {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
}

.phone-field .iti__dropdown-content {
  border-radius: 10px;
}

.form-reassurance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 3px 0;
  padding: 12px 13px;
  border: 1px solid rgba(57, 121, 93, .16);
  border-radius: 10px;
  color: #405047;
  background: linear-gradient(135deg, rgba(57, 121, 93, .08), rgba(57, 121, 93, .035));
  font-size: 11.5px;
  line-height: 1.5;
}

.form-reassurance strong {
  color: var(--green-deep);
  font-weight: 750;
}

.form-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 4px 10px rgba(57, 121, 93, .22);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.lead-form > button[type="submit"] {
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  color: var(--green-deep);
  background: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}

.lead-form > button[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(.96);
}

.lead-form > button[type="submit"]:disabled {
  opacity: .6;
  cursor: wait;
}

.form-message {
  color: #a12d2d;
  font-size: 11px;
  text-align: center;
}

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

.trust-strip {
  position: relative;
  z-index: 6;
  width: min(var(--container), calc(100% - 48px));
  margin: -34px auto 0;
  padding: 25px 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(16, 35, 28, .08);
}

.trust-strip div {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border: 0;
}

.trust-strip strong {
  color: var(--green);
  font-size: 17px;
}

.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.section {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0;
}

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

.section-heading h2,
.process h2,
.about h2,
.final-cta h2 {
  margin: 16px 0 20px;
  font-size: clamp(40px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.section-heading > p,
.process-head > p,
.about-copy > p,
.final-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.signal-map {
  margin-bottom: 54px;
  padding: 38px 40px 42px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(217, 243, 111, .11), transparent 27%),
    var(--green-deep);
  border-radius: 18px;
}

.signal-map-head {
  padding-bottom: 27px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.signal-map-head span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .17em;
}

.signal-map-head p {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  line-height: 1.55;
}

.signal-track {
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.signal-track li {
  position: relative;
  min-width: 0;
  padding: 0 28px;
}

.signal-track li:first-child {
  padding-left: 0;
}

.signal-track li:last-child {
  padding-right: 0;
}

.signal-track li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 33px;
  right: -3px;
  width: 34px;
  border-top: 1px solid rgba(217, 243, 111, .35);
}

.stage-index {
  display: block;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.stage-dot {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(217, 243, 111, .3);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 850;
}

.stage-dot svg {
  width: 23px;
  height: 23px;
}

.signal-track .is-final .stage-dot {
  color: var(--green-deep);
  background: var(--accent);
  border-color: var(--accent);
}

.signal-track h3 {
  margin-bottom: 9px;
  font-size: 17px;
}

.signal-track p {
  max-width: 225px;
  color: rgba(255, 255, 255, .53);
  font-size: 11px;
  line-height: 1.55;
}

.investment-areas {
  padding-top: 72px;
}

.areas-note {
  position: relative;
  max-width: 900px;
  margin: -26px 0 30px;
  padding: 16px 20px 16px 48px;
  color: var(--green-deep);
  background: var(--cream);
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}

.areas-note::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--green);
  font-weight: 900;
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.asset-grid article {
  position: relative;
  min-height: 270px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(217, 243, 111, .16), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #f8faf5 100%);
  border: 1px solid #dce5dc;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(16, 35, 28, .055);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.asset-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(18, 75, 54, .08);
  border-radius: 50%;
}

.asset-grid article:hover {
  transform: translateY(-4px);
  border-color: #b9cdbd;
  box-shadow: 0 20px 48px rgba(16, 35, 28, .1);
}

.asset-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--green-deep);
  border: 1px solid rgba(217, 243, 111, .32);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(11, 56, 40, .16);
}

.asset-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.asset-grid h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 21px;
}

.asset-grid p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.asset-grid small {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 22px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.knowledge-panel {
  margin-top: 20px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 62px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 20%, rgba(217, 243, 111, .12), transparent 30%),
    var(--green-deep);
  border-radius: 18px;
}

.knowledge-panel h3 {
  margin: 14px 0 24px;
  font-size: 30px;
  letter-spacing: -.03em;
}

.feature-list,
.learning-list {
  display: grid;
  gap: 15px;
  list-style: none;
}

.feature-list li,
.learning-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.55;
}

.feature-list li::before,
.learning-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--accent);
  font-weight: 900;
}

.value-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.value-row article {
  padding: 27px 28px;
  background: var(--cream);
  border-radius: 12px;
}

.value-row strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 15px;
}

.value-row p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.investment-disclaimer {
  max-width: 900px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

.process {
  width: 100%;
  max-width: none;
  padding: 110px max(24px, calc((100vw - var(--container)) / 2));
  background: var(--cream);
}

.process-head {
  max-width: 820px;
  margin-bottom: 54px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-steps article {
  position: relative;
  min-height: 265px;
  padding: 30px;
  background: var(--white);
  border: 1px solid #dfe2d8;
  border-radius: 14px;
}

.process-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -27px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--green-deep);
  background: var(--accent);
  border: 7px solid var(--cream);
  border-radius: 50%;
  font-size: 13px;
}

.process-number {
  display: block;
  margin-bottom: 45px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.process-steps small {
  display: block;
  margin-bottom: 9px;
  color: #738078;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
}

.process-steps h3 {
  margin-bottom: 11px;
  font-size: 21px;
}

.process-steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.process-bar {
  margin-top: 18px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 14px;
}

.process-bar ul {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}

.process-bar li {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.process-bar li strong {
  color: var(--accent);
  font-size: 13px;
}

.process-bar li span {
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
}

.process-bar > a {
  flex: 0 0 auto;
  padding: 14px 18px;
  color: var(--green-deep);
  background: var(--accent);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
}

.process-bar > a span {
  margin-left: 10px;
  font-size: 15px;
}

.about {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 88px;
  align-items: center;
}

.about-image {
  height: 540px;
  overflow: hidden;
  background: #e9eee9;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-copy p {
  margin-bottom: 17px;
}

.text-link {
  margin-top: 18px;
  padding-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--green);
  border-bottom: 1px solid #a9b8b0;
  font-weight: 750;
}

.text-link span {
  font-size: 21px;
}

.faq {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 100px;
  border-top: 1px solid var(--line);
}

.section-heading.compact {
  margin: 0;
}

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

.faq-list details {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding-right: 34px;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 720;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: -5px;
  right: 0;
  color: var(--green);
  font-size: 27px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 620px;
  padding-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.final-cta {
  width: min(var(--container), calc(100% - 48px));
  margin-bottom: 80px;
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 85px;
  align-items: center;
  color: var(--white);
  background: var(--green-deep);
}

.final-copy > p {
  color: rgba(255, 255, 255, .66);
}

.assurance {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.assurance > span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  color: var(--green-deep);
  background: var(--accent);
  border-radius: 50%;
  font-weight: 900;
}

.assurance p {
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  line-height: 1.5;
}

.lead-card.light {
  padding: 30px;
  box-shadow: none;
}

.footer {
  color: var(--white);
  background: #082c20;
}

.footer-inner {
  width: min(var(--container), calc(100% - 48px));
  min-height: 110px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.footer-inner > p {
  max-width: 360px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.footer-inner > div {
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

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

  .hero {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 45px;
  }

  .hero-photo {
    display: none;
  }

  .hero-side {
    height: auto;
    transform: none;
  }

  .hero-side > .lead-card {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 32px;
    background: var(--white);
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(3, 24, 17, .28);
  }

  .hero-side > .lead-card .lead-card-head {
    margin-bottom: 22px;
  }

  .hero-side > .lead-card .lead-card-head .eyebrow {
    color: var(--green);
    font-size: 11px;
  }

  .hero-side > .lead-card .lead-card-head h2 {
    margin: 10px 0;
    font-size: 27px;
    line-height: 1.1;
  }

  .hero-side > .lead-card .lead-card-head p {
    font-size: 13px;
    line-height: 1.5;
  }

  .hero-side > .lead-card .lead-form {
    gap: 11px;
  }

  .hero-side > .lead-card .name-grid {
    gap: 11px;
  }

  .hero-side > .lead-card .lead-form input {
    height: 54px;
    min-height: 54px;
    padding: 0 15px;
    border-radius: 8px;
    font-size: 14px;
  }

  .hero-side > .lead-card .checkbox {
    gap: 8px;
    font-size: 9.5px;
    line-height: 1.45;
  }

  .hero-side > .lead-card .checkbox input {
    width: 14px;
    height: 14px;
    min-height: 14px;
    flex-basis: 14px;
  }

  .hero-side > .lead-card .lead-form > button[type="submit"] {
    min-height: 56px;
    font-size: 12px;
  }

  .process,
  .about,
  .faq {
    gap: 55px;
  }

  .process-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta {
    grid-template-columns: 1fr 390px;
    gap: 45px;
    padding: 48px;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
    padding-top: 125px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy,
  .hero-side {
    width: 100%;
    max-width: 640px;
  }

  .hero-photo {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 0;
    width: 100%;
    height: 470px;
    display: block;
    margin-bottom: -18px;
    overflow: hidden;
    background: transparent;
  }

  .hero-photo::after {
    height: 80px;
  }

  .process,
  .about,
  .faq,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .signal-map {
    padding: 30px;
  }

  .signal-track {
    grid-template-columns: 1fr 1fr;
    gap: 34px 0;
  }

  .signal-track li:nth-child(2)::after {
    display: none;
  }

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

  .knowledge-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .value-row {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-steps article {
    min-height: 0;
  }

  .process-steps article:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -27px;
    transform: translateX(50%) rotate(90deg);
  }

  .about-image {
    height: 480px;
  }

  .final-cta {
    gap: 35px;
  }

  .final-cta .lead-card {
    width: 100%;
  }

  .footer-inner {
    padding: 28px 0;
    flex-wrap: wrap;
  }

  .footer-inner > p {
    order: 3;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .header {
    height: 68px;
    padding: 0 16px;
  }

  .header .brand small {
    display: none;
  }

  .header .brand img {
    width: 34px;
    height: 34px;
  }

  .nav-cta {
    padding: 10px 13px;
    font-size: 11px;
  }

  .hero {
    padding: 108px 18px 62px;
    gap: 30px;
  }

  .hero h1 {
    margin-top: 15px;
    font-size: 44px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .check-list li {
    align-items: flex-start;
    font-size: 13px;
  }

  .hero-photo {
    height: 390px;
  }

  .lead-card,
  .lead-card.light {
    padding: 23px 18px;
    border-radius: 14px;
  }

  .lead-card-head h2 {
    font-size: 24px;
  }

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

  .trust-strip {
    width: calc(100% - 36px);
    margin-top: -24px;
    padding: 8px 20px;
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip span {
    font-size: 10px;
  }

  .section {
    width: calc(100% - 36px);
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .signal-map {
    margin-bottom: 38px;
    padding: 24px 18px;
    border-radius: 14px;
  }

  .signal-map-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .signal-track {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .signal-track li,
  .signal-track li:first-child,
  .signal-track li:last-child {
    padding: 0;
  }

  .signal-track li::after {
    display: none;
  }

  .investment-areas {
    padding-top: 58px;
  }

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

  .asset-grid article {
    min-height: 0;
    padding: 24px 22px;
  }

  .asset-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
  }

  .knowledge-panel {
    padding: 30px 22px;
    border-radius: 14px;
  }

  .knowledge-panel h3 {
    font-size: 26px;
  }

  .section-heading h2,
  .process h2,
  .about h2,
  .final-cta h2 {
    font-size: 35px;
  }

.section-heading > p,
.process-head > p,
.about-copy > p,
  .final-copy > p {
    font-size: 14px;
  }

  .process {
    padding: 76px 18px;
    gap: 32px;
  }

  .process-head {
    margin-bottom: 34px;
  }

  .process-steps article {
    padding: 24px 22px;
  }

  .process-number {
    margin-bottom: 28px;
  }

  .process-bar {
    padding: 22px;
  }

  .process-bar ul {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .process-bar > a {
    width: 100%;
    text-align: center;
  }

  .about {
    gap: 35px;
  }

  .about-image {
    height: 360px;
  }

  .faq {
    gap: 30px;
  }

  .final-cta {
    width: calc(100% - 24px);
    margin-bottom: 50px;
    padding: 38px 12px 12px;
    gap: 28px;
  }

  .final-copy {
    padding: 0 9px;
  }

  .footer-inner {
    width: calc(100% - 36px);
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-inner > p {
    order: 0;
  }
}

/* Mobile refinement — desktop rules above remain unchanged */
@media (max-width: 820px) {
  html {
    scroll-padding-top: 76px;
  }

  .header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    padding: 104px 20px 58px;
    gap: 34px;
  }

  .hero-copy,
  .hero-side,
  .lead-card,
  .final-cta .lead-card {
    max-width: 100%;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(42px, 8vw, 58px);
  }

  .hero-lead {
    max-width: 620px;
  }

  .hero-side {
    display: flex;
    flex-direction: column;
  }

  .hero-photo {
    width: min(68%, 280px);
    height: clamp(320px, 55vw, 400px);
    margin: 0 auto -14px;
    flex: 0 0 auto;
    overflow: hidden;
  }

  .hero-photo img {
    object-fit: cover;
    object-position: left center;
    filter: drop-shadow(0 14px 18px rgba(1, 25, 17, .15));
  }

  .hero-side > .lead-card {
    z-index: 3;
  }

  .lead-form,
  .name-grid,
  .phone-field,
  .phone-field .iti {
    min-width: 0;
  }

  .phone-field .iti__dropdown-content {
    max-width: calc(100vw - 40px);
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 8px;
  }

  .trust-strip div {
    min-width: 0;
    padding: 5px 8px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    text-align: center;
  }

  .trust-strip div:last-child {
    border-right: 0;
  }

  .trust-strip strong {
    font-size: 14px;
  }

  .trust-strip span {
    font-size: 9px;
    line-height: 1.35;
  }

  .section {
    padding: 72px 0;
  }

  .signal-track {
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
  }

  .process {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .process-bar ul {
    width: 100%;
    justify-content: space-between;
  }

  .about {
    align-items: stretch;
  }

  .about-image {
    height: min(62vw, 430px);
    border-radius: 16px;
  }

  .about-image img {
    object-position: center 18%;
  }

  .faq-list summary {
    line-height: 1.35;
  }

  .final-cta {
    padding: 46px 24px 24px;
    border-radius: 18px;
  }

  .footer-inner {
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .header {
    height: 64px;
    padding-right: 12px;
    padding-left: 12px;
    box-shadow: 0 8px 24px rgba(3, 24, 17, .18);
  }

  .header .brand {
    gap: 8px;
  }

  .header .brand strong {
    font-size: 13px;
  }

  .nav-cta {
    padding: 10px 12px;
    white-space: nowrap;
  }

  .hero {
    padding: 88px 16px 50px;
    gap: 24px;
  }

  .hero h1 {
    margin: 14px 0 20px;
    font-size: clamp(38px, 11.2vw, 46px);
    line-height: 1;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .check-list {
    margin: 23px 0;
    gap: 11px;
  }

  .hero-note strong {
    font-size: 30px;
  }

  .hero-photo {
    display: none;
  }

  .hero-side {
    position: relative;
    padding-top: 42px;
  }

  .hero-side::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    width: 84px;
    height: 84px;
    background: url("assets/katarzyna-hero.jpg") center 18% / cover no-repeat;
    border: 4px solid var(--green-deep);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(3, 24, 17, .22);
    transform: translateX(-50%);
  }

  .lead-card,
  .lead-card.light,
  .hero-side > .lead-card {
    padding: 22px 16px;
  }

  .hero-side > .lead-card {
    padding-top: 55px;
    border-top: 3px solid var(--accent);
    box-shadow: 0 18px 44px rgba(3, 24, 17, .22);
  }

  .lead-card-head {
    margin-bottom: 18px;
  }

  .lead-card-head h2,
  .hero-side > .lead-card .lead-card-head h2 {
    font-size: 23px;
  }

  .lead-form,
  .hero-side > .lead-card .lead-form {
    gap: 10px;
  }

  .lead-form input,
  .hero-side > .lead-card .lead-form input {
    height: 52px;
    min-height: 52px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
  }

  .phone-field .iti__selected-country {
    padding-right: 8px;
    padding-left: 8px;
  }

  .phone-field .iti__selected-country-primary {
    gap: 5px;
  }

  .phone-field .iti__selected-dial-code {
    font-size: 13px;
  }

  .checkbox,
  .hero-side > .lead-card .checkbox {
    font-size: 9px;
    line-height: 1.4;
  }

  .lead-form > button[type="submit"],
  .hero-side > .lead-card .lead-form > button[type="submit"] {
    min-height: 54px;
    padding: 0 12px;
    font-size: 10.5px;
  }

  .hero-side > .lead-card .form-footnote {
    font-size: 7.5px;
  }

  .trust-strip {
    width: calc(100% - 24px);
    margin-top: -19px;
  }

  .trust-strip strong {
    font-size: 12px;
  }

  .trust-strip span {
    font-size: 8px;
  }

  .section {
    width: calc(100% - 32px);
    padding: 64px 0;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2,
  .process h2,
  .about h2,
  .final-cta h2 {
    font-size: 33px;
    line-height: 1.06;
  }

  .signal-map {
    padding: 22px 18px 26px;
  }

  .signal-map-head {
    padding-bottom: 20px;
  }

  .signal-track {
    padding-top: 24px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .signal-track li,
  .signal-track li:first-child,
  .signal-track li:last-child {
    padding: 0 0 27px 64px;
    display: block;
  }

  .signal-track li:last-child {
    padding-bottom: 0;
  }

  .stage-index {
    display: none;
  }

  .stage-dot {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .signal-track li:not(:last-child)::after,
  .signal-track li:nth-child(2)::after {
    top: 47px;
    right: auto;
    bottom: 2px;
    left: 22px;
    width: 0;
    display: block;
    border-top: 0;
    border-left: 1px solid rgba(217, 243, 111, .3);
  }

  .signal-track h3 {
    padding-top: 1px;
    font-size: 16px;
  }

  .signal-track p {
    max-width: none;
  }

  .process {
    padding: 64px 16px;
  }

  .process-steps article {
    padding: 22px 20px;
    border-radius: 12px;
  }

  .process-steps h3 {
    font-size: 19px;
  }

  .process-bar {
    padding: 20px;
  }

  .process-bar ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
  }

  .process-bar li:last-child {
    grid-column: 1 / -1;
  }

  .about {
    gap: 28px;
  }

  .about-image {
    height: 300px;
    border-radius: 14px;
  }

  .faq {
    gap: 24px;
  }

  .faq-list details {
    padding: 20px 0;
  }

  .faq-list summary {
    padding-right: 30px;
    font-size: 16px;
  }

  .final-cta {
    width: calc(100% - 20px);
    padding: 34px 10px 10px;
    gap: 24px;
    border-radius: 16px;
  }

  .final-copy {
    padding: 0 8px;
  }

  .footer-inner {
    width: calc(100% - 32px);
    padding: 28px 0;
  }

  .footer-inner > div {
    flex-wrap: wrap;
  }

}

@media (max-width: 360px) {
  .header .brand strong {
    font-size: 12px;
  }

  .header .brand img {
    width: 30px;
    height: 30px;
  }

  .nav-cta {
    padding: 9px 10px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: 37px;
  }

  .lead-card,
  .lead-card.light,
  .hero-side > .lead-card {
    padding-right: 13px;
    padding-left: 13px;
  }
}

/* Larger, clearer lead copy used in the top section of money.html. */
.hero .money-hero-title {
  color: #abdbff;
}

.hero-lead.money-hero-lead {
  max-width: 540px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.1vw, 18px);
  font-weight: 400;
  line-height: 1.62;
}

.hero h1.money-hero-title {
  color: #bee3ff;
}

.hero-note .hero-note-cta {
  padding: 8px 12px;
  color: var(--green-deep);
  background: var(--accent);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .1em;
  box-shadow: 0 8px 20px rgba(217, 243, 111, .2);
}

.money-hero-percent {
  display: inline-block;
  padding: .04em .34em;
  border-radius: .35em;
  color: #082a20;
  background: #ffd968;
  font-size: 1.12em;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.02em;
  box-shadow: 0 3px 14px rgba(255, 217, 104, .24);
}

.money-check-list li {
  font-size: 13px;
  line-height: 1.42;
}

.section.bottom-cta {
  width: min(var(--container), calc(100% - 48px));
  margin-bottom: 80px;
  padding: 72px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(217, 243, 111, .18), transparent 32%),
    linear-gradient(135deg, var(--green-deep), var(--green));
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(3, 24, 17, .17);
}

.bottom-cta-copy {
  max-width: 790px;
}

.bottom-cta .eyebrow {
  color: var(--accent);
}

.bottom-cta h2 {
  margin: 14px 0 22px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.bottom-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.72;
}

.bottom-cta p + p {
  margin-top: 13px;
}

.bottom-cta-button {
  width: fit-content;
  margin-top: 30px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-deep);
  background: var(--accent);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 12px 28px rgba(217, 243, 111, .18);
  transition: transform .2s ease, filter .2s ease;
}

.bottom-cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

@media (max-width: 560px) {
  .hero-lead.money-hero-lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .money-check-list li {
    font-size: 12px;
    line-height: 1.4;
  }

  .section.bottom-cta {
    width: calc(100% - 24px);
    margin-bottom: 44px;
    padding: 38px 22px;
    border-radius: 17px;
  }

  .bottom-cta h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .bottom-cta p {
    font-size: 14px;
    line-height: 1.65;
  }

  .bottom-cta-button {
    width: 100%;
    justify-content: center;
  }
}

/* Thank-you page */
.thanks-page {
  min-height: calc(100vh - 110px);
  padding: 64px 24px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 0, rgba(217, 243, 111, .18), transparent 35%),
    linear-gradient(145deg, #0b3828 0%, #124b36 62%, #0a3023 100%);
}

.thanks-card {
  width: min(760px, 100%);
  padding: 54px 58px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(2, 24, 16, .28);
  text-align: center;
}

.thanks-logo {
  width: fit-content;
  margin: 0 auto 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 750;
}

.thanks-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.thanks-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  color: var(--green-deep);
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(18, 75, 54, .18);
  font-size: 32px;
  font-weight: 900;
}

.thanks-card h1 {
  margin-bottom: 18px;
  color: var(--green-deep);
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.thanks-card > p:not(.thanks-note) {
  max-width: 610px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.thanks-steps {
  margin: 34px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.thanks-steps > div {
  min-height: 130px;
  padding: 22px 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.thanks-steps strong {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 12px;
}

.thanks-steps span {
  color: #53635c;
  font-size: 12px;
  line-height: 1.5;
}

.thanks-actions {
  display: flex;
  justify-content: center;
}

.thanks-actions .btn {
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  background: var(--accent);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 850;
  transition: transform .2s ease, filter .2s ease;
}

.thanks-actions .btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.thanks-note {
  max-width: 610px;
  margin: 28px auto 0;
  padding-top: 22px;
  color: #7a857f;
  border-top: 1px solid var(--line);
  font-size: 10px;
  line-height: 1.65;
}

.premium-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.premium-footer .footer-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.premium-footer .footer-brand > span {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, .22);
}

.premium-footer .footer-brand strong {
  font-size: 11px;
  line-height: 1.25;
}

.premium-footer .footer-links {
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .thanks-page {
    min-height: auto;
    padding: 24px 12px;
  }

  .thanks-card {
    padding: 36px 20px;
    border-radius: 17px;
  }

  .thanks-logo {
    margin-bottom: 25px;
    font-size: 11px;
  }

  .thanks-icon {
    width: 62px;
    height: 62px;
    font-size: 27px;
  }

  .thanks-card h1 {
    font-size: 34px;
  }

  .thanks-card > p:not(.thanks-note) {
    font-size: 14px;
  }

  .thanks-steps {
    grid-template-columns: 1fr;
  }

  .thanks-steps > div {
    min-height: 0;
    padding: 17px;
    align-items: center;
    flex-direction: row;
    text-align: left;
  }

  .thanks-steps strong {
    flex: 0 0 32px;
  }

  .thanks-actions .btn {
    width: 100%;
  }

  .premium-footer .footer-links {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}

/* Legal pages */
.legal-page {
  min-height: calc(100vh - 110px);
  padding: 64px 24px;
  background:
    radial-gradient(circle at 50% 0, rgba(217, 243, 111, .14), transparent 30%),
    var(--cream);
}

.legal-card {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 56px 62px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(16, 35, 28, .09);
}

.legal-back {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--green);
  font-size: 12px;
  font-weight: 750;
}

.legal-card h1 {
  color: var(--green-deep);
  font-size: clamp(38px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.legal-date {
  margin: 12px 0 32px;
  color: #819087;
  font-size: 11px;
}

.legal-card h2 {
  margin: 32px 0 12px;
  color: var(--green-deep);
  font-size: 21px;
  line-height: 1.25;
}

.legal-card p,
.legal-card li {
  color: #58665f;
  font-size: 14px;
  line-height: 1.75;
}

.legal-card p + p {
  margin-top: 10px;
}

.legal-card ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

.legal-card li + li {
  margin-top: 7px;
}

/* Final mobile harmony pass */
@media (max-width: 560px) {
  body {
    min-width: 0;
  }

  .header {
    gap: 8px;
  }

  .header .brand {
    min-width: 0;
  }

  .header .brand strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero h1 {
    font-size: clamp(36px, 10.5vw, 43px);
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-story {
    font-size: 16px;
    line-height: 1.6;
  }

  .lead-form input,
  .hero-side > .lead-card .lead-form input {
    font-size: 16px;
  }

  .lead-form .checkbox input,
  .hero-side > .lead-card .lead-form .checkbox input {
    width: 16px;
    height: 16px;
    min-height: 16px;
    padding: 0;
    flex: 0 0 16px;
  }

  .checkbox,
  .hero-side > .lead-card .checkbox {
    gap: 9px;
    font-size: 10.5px;
    line-height: 1.48;
  }

  .lead-form > button[type="submit"],
  .hero-side > .lead-card .lead-form > button[type="submit"] {
    min-height: 56px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .trust-strip {
    width: calc(100% - 28px);
    padding: 8px 18px;
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .trust-strip strong {
    font-size: 14px;
  }

  .trust-strip span {
    max-width: 270px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }

  .section-heading h2,
  .process h2,
  .about h2,
  .final-cta h2 {
    font-size: clamp(28px, 8.5vw, 34px);
    line-height: 1.08;
  }

  .section-heading > p,
  .process-head > p,
  .about-copy > p,
  .final-copy > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .knowledge-panel {
    padding: 28px 20px;
  }

  .process-bar ul {
    grid-template-columns: 1fr;
  }

  .process-bar li:last-child {
    grid-column: auto;
  }

  .process-bar > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .final-cta {
    padding: 32px 10px 10px;
  }

  .footer-inner > div,
  .premium-footer .footer-links {
    justify-content: center;
  }

  .legal-page {
    padding: 18px 10px 28px;
  }

  .legal-card {
    padding: 30px 18px 36px;
    border-radius: 15px;
  }

  .legal-back {
    margin-bottom: 25px;
  }

  .legal-card h1 {
    font-size: 34px;
  }

  .legal-date {
    margin-bottom: 26px;
  }

  .legal-card h2 {
    margin-top: 28px;
    font-size: 19px;
  }

  .legal-card p,
  .legal-card li {
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 360px) {
  .header .brand strong {
    max-width: 128px;
  }

  .nav-cta {
    padding-right: 9px;
    padding-left: 9px;
  }

  .hero h1 {
    font-size: 35px;
  }

  .lead-card,
  .lead-card.light,
  .hero-side > .lead-card {
    padding-right: 12px;
    padding-left: 12px;
  }

  .thanks-card {
    padding-right: 16px;
    padding-left: 16px;
  }
}
