@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/poppins-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/poppins-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #1f2933;
  --body: #333b3f;
  --muted: #69777b;
  --green: #4f7470;
  --green-strong: #3f625e;
  --green-soft: #a2aca8;
  --surface: #ffffff;
  --surface-tinted: #f2f7f5;
  --surface-warm: #fbfaf8;
  --line: #dde6e3;
  --shadow: 0 14px 36px rgba(45, 72, 69, 0.09);
  --radius: 20px;
  --section-space: clamp(78px, 7vw, 104px);
  --section-title-gap: clamp(42px, 4vw, 56px);
  --container: 1432px;
  --reading: 720px;
}

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

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

body {
  margin: 0;
  color: var(--body);
  background: var(--surface);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.privacy-open {
  overflow: hidden;
}

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

a {
  color: var(--green-strong);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ink);
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #ca772f;
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  text-wrap: balance;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.container,
.site-header__inner,
.site-footer__inner {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(221, 230, 227, 0.85);
  box-shadow: 0 8px 24px rgba(45, 72, 69, 0.06);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-block;
  flex: 0 0 auto;
}

.brand img {
  width: 212px;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.site-nav a {
  position: relative;
  color: var(--body);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--green);
  border-radius: 999px;
  transform: scaleX(0);
  transition: transform 160ms ease;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 11px 24px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(47, 77, 73, 0.2);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  color: #fff;
  background: var(--green-strong);
  border-color: var(--green-strong);
  box-shadow: 0 10px 24px rgba(47, 77, 73, 0.28);
  transform: translateY(-1px);
}

.button:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
}

.button--header {
  min-width: 168px;
  font-size: 15px;
}

.button__arrow {
  display: none;
  font-size: 1.25em;
  line-height: 1;
}

.button__label-short {
  display: none;
}

.button--secondary {
  color: var(--green-strong);
  background: #fff;
  box-shadow: none;
}

.button--secondary:hover {
  color: var(--green-strong);
  background: var(--surface-tinted);
}

.button--phone-details {
  min-height: 62px;
  padding-block: 8px;
  flex-direction: column;
  gap: 3px;
  line-height: 1.12;
}

.button--phone-details strong {
  color: inherit;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.015em;
}

.hero {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
  padding-block: clamp(58px, 6vw, 82px) var(--section-space);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(46px, 6vw, 88px);
}

.hero__copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.hero__eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 14px;
  color: var(--green-strong);
  background: #e8f1ee;
  border: 1px solid #d4e3df;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hero__lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: #4a5559;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.6;
}

.hero__actions {
  margin-bottom: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__facts {
  max-width: 720px;
  margin: 0;
  padding: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.hero__facts li {
  display: grid;
  gap: 3px;
}

.hero__facts strong {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
}

.hero__facts span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.hero__portrait {
  position: relative;
  margin: 0;
}

.hero__portrait img {
  width: 100%;
  max-height: 620px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 32%;
  border-radius: var(--radius);
}

.hero__portrait figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 16px 18px;
  display: grid;
  gap: 2px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(27, 43, 41, 0.12);
  backdrop-filter: blur(12px);
}

.hero__portrait figcaption strong {
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
}

.hero__portrait figcaption span {
  color: var(--muted);
  font-size: 13px;
}

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

.section--tinted {
  background: var(--surface-tinted);
}

.section-title {
  margin-bottom: var(--section-title-gap);
  text-align: center;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.section-title span {
  position: relative;
  z-index: 0;
}

.section-title--left {
  text-align: left;
}

.section-title span::after,
.contact-copy h2 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: 3px;
  width: clamp(150px, 55%, 250px);
  height: 13px;
  background: #dce9e5;
  border-radius: 999px;
}

.section-heading {
  width: min(100%, 820px);
  margin: 0 auto var(--section-title-gap);
  text-align: center;
}

.section-heading .eyebrow {
  margin-bottom: 14px;
}

.section-heading .section-title {
  margin-bottom: 20px;
}

.section-heading > p:last-child {
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

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

.support-card {
  position: relative;
  min-height: 220px;
  padding: 34px 30px 30px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(45, 72, 69, 0.055);
}

.support-card > span {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #d5e4e0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.support-card::before {
  content: "";
  width: 44px;
  height: 4px;
  margin-bottom: 30px;
  display: block;
  background: var(--green);
  border-radius: 999px;
}

.support-card h3 {
  max-width: 82%;
  margin-bottom: 13px;
  font-size: 22px;
  line-height: 1.22;
}

.support-card p {
  margin: 0;
  color: #536064;
  font-size: 14.5px;
  line-height: 1.65;
}

.support {
  background:
    radial-gradient(circle at 12% 28%, rgba(220, 233, 229, 0.52), transparent 30%),
    linear-gradient(180deg, #f7faf9 0%, #fff 100%);
}

.support-editorial {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(46px, 7vw, 96px);
}

.support-visuals {
  position: sticky;
  top: 126px;
  min-height: 700px;
}

.support-visuals figure {
  margin: 0;
}

.support-visuals img {
  width: 100%;
  mix-blend-mode: multiply;
}

.support-visuals__main {
  width: 82%;
}

.support-visuals__secondary {
  position: absolute;
  right: -2%;
  bottom: 0;
  width: 52%;
}

.support-list {
  border-top: 1px solid #cfdcd8;
}

.support-row {
  padding: 27px 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid #d8e3e0;
}

.support-row > span {
  padding-top: 3px;
  color: var(--green);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.support-row h3 {
  margin-bottom: 8px;
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.2;
}

.support-row p {
  max-width: 620px;
  margin: 0;
  color: #596568;
  font-size: 14.5px;
  line-height: 1.65;
}

.advice {
  background:
    radial-gradient(circle at 90% 10%, rgba(246, 231, 202, 0.32), transparent 24%),
    var(--surface);
}

.advice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.advice-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.advice-card--featured {
  color: #fff;
  background: var(--green-strong);
  border-color: var(--green-strong);
}

.advice-card .tag {
  margin-bottom: 24px;
}

.advice-card--featured .tag {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.advice-card h3 {
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 1.15;
}

.advice-card--featured h3,
.advice-card--featured .advice-card__lead,
.advice-card--featured li {
  color: #fff;
}

.advice-card__lead {
  min-height: 3.3em;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.advice-card__details {
  margin: 0 0 20px;
  border-top: 1px solid var(--line);
}

.advice-card__details div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.advice-card__details dt,
.advice-card__details dd {
  margin: 0;
}

.advice-card__details dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.advice-card__details dd {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.advice-card--featured .advice-card__details {
  border-color: rgba(255, 255, 255, 0.22);
}

.advice-card--featured .advice-card__details div {
  border-color: rgba(255, 255, 255, 0.18);
}

.advice-card--featured .advice-card__details dt {
  color: #bdd4cf;
}

.advice-card--featured .advice-card__details dd {
  color: #fff;
}

.advice-card__note {
  min-height: 3.2em;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.advice-card--featured .advice-card__note {
  color: #d9e6e3;
}

.advice-registration {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.advice-registration a {
  font-weight: 700;
}

.advice-card ul {
  margin: 0 0 28px;
  padding: 24px 0 0;
  display: grid;
  gap: 13px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.advice-card--featured ul {
  border-color: rgba(255, 255, 255, 0.22);
}

.advice-card li {
  position: relative;
  padding-left: 23px;
  color: #526064;
  font-size: 14px;
  line-height: 1.5;
}

.advice-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.advice-card--featured li::before {
  color: #cce5df;
}

.advice-card .button {
  width: 100%;
  margin-top: auto;
  padding-inline: 18px;
  font-size: 14px;
}

.advice-card--featured .button {
  color: var(--green-strong);
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.advice-card--featured .button:hover {
  color: var(--ink);
  background: #f5f9f8;
}

.diagnostic-note {
  width: min(100%, 980px);
  margin: 30px auto 0;
  padding: 18px 24px;
  color: #536064;
  background: var(--surface-tinted);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.work.section--tinted {
  background:
    radial-gradient(circle at 82% 18%, rgba(247, 222, 176, 0.28), transparent 26%),
    #fbf8f2;
}

.work-heading {
  width: min(100%, 920px);
}

.work-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.work-heading > p:last-child {
  max-width: 700px;
  margin: 0;
  color: #5c6769;
  font-size: 17px;
  line-height: 1.65;
}

.work-illustration {
  margin: 34px -2vw 48px;
}

.work-illustration img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.work-story {
  padding-top: 42px;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(52px, 8vw, 110px);
  border-top: 1px solid #dbd6cc;
}

.work-story__copy p {
  margin-bottom: 18px;
  color: #4e595c;
  font-size: 17px;
  line-height: 1.75;
}

.work-story__copy p:last-child {
  margin-bottom: 0;
}

.work-story .work-principles {
  margin: 0;
  border-top: 0;
}

.work-story .work-principles li {
  padding: 0 0 22px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  border-bottom-color: #dbd6cc;
}

.work-story .work-principles li:last-child {
  margin-bottom: 0;
}

.work-story .work-principles li > span {
  color: var(--green);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.work-story .work-principles strong {
  font-size: 18px;
}

.work-story .work-principles p {
  margin: 6px 0 0;
  color: #657174;
  font-size: 14px;
  line-height: 1.6;
}

.work-scope {
  margin-top: 42px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  border-top: 1px solid #dbd6cc;
  border-bottom: 1px solid #dbd6cc;
}

.work-scope > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 700;
}

.work-scope p {
  max-width: 1000px;
  margin: 0;
  color: #596467;
  font-size: 14px;
  line-height: 1.65;
}

.work__visual {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.work__visual img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: center;
}

.work__copy > h2 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.work__copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 16px;
  line-height: 1.68;
}

.work-principles {
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.work-principles li {
  padding: 18px 0;
  display: grid;
  gap: 4px;
  border-bottom: 1px solid var(--line);
}

.work-principles strong {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
}

.work-principles span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.work .scope-note {
  margin-top: 30px;
  box-shadow: none;
}

.youtube {
  padding-block: clamp(48px, 6vw, 72px);
}

.youtube-card {
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  color: #fff;
  background: var(--ink);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: 0 18px 46px rgba(31, 41, 51, 0.16);
}

.youtube-card__icon {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #c53b32;
  border-radius: 24px;
}

.youtube-card__icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
}

.youtube-card__icon svg path:last-child {
  fill: #c53b32;
}

.youtube-card .eyebrow {
  color: #b9d2cc;
}

.youtube-card h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}

.youtube-card p:last-child {
  max-width: 760px;
  margin: 0;
  color: #dce4e3;
  font-size: 15px;
  line-height: 1.62;
}

.youtube-card .button {
  min-width: 220px;
  color: var(--ink);
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.youtube-card .button:hover {
  color: var(--ink);
  background: #edf4f2;
  border-color: #edf4f2;
}

.help-grid {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.help-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.help-card > img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  object-position: center;
}

.help-card__body {
  flex: 1;
  padding: 26px 28px 32px;
}

.help-card__body h3 {
  min-height: 3.25em;
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 1.15;
}

.help-card__body p:not(.tag) {
  font-size: 15px;
  line-height: 1.62;
}

.tag {
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 18px;
  color: var(--green-strong);
  background: #e8f1ee;
  border: 1px solid #d4e3df;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.process {
  position: relative;
  overflow: hidden;
  background: var(--surface);
}

.process.section--tinted {
  background: var(--surface-tinted);
}

.process::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -140px;
  width: 420px;
  height: 420px;
  background: rgba(207, 225, 220, 0.2);
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.process > .container {
  position: relative;
  z-index: 1;
}

.process .section-title {
  margin-bottom: var(--section-title-gap);
}

.process-list {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
}

.process-step {
  position: relative;
  min-width: 0;
  padding: 32px 116px 32px 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.process-step__number {
  position: absolute;
  top: 24px;
  right: 28px;
  margin: 0;
  color: #c9ddd8;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
}

.process-step__arrow {
  display: none;
}

.process-step > div {
  position: relative;
  padding: 0;
  border: 0;
}

.process-step > div::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  width: 52px;
  height: 4px;
  background: var(--green);
  border-radius: 999px;
}

.process-step h3 {
  min-height: 0;
  margin-bottom: 14px;
  font-size: clamp(23px, 2vw, 27px);
  line-height: 1.25;
}

.process-step p:not(.process-step__number) {
  margin-bottom: 12px;
  color: #4f5a5e;
  font-size: 15.5px;
  line-height: 1.65;
}

.process-step p:not(.process-step__number):last-child {
  margin-bottom: 0;
}

.process-list--three {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-list--three .process-step {
  padding: 34px 100px 34px 32px;
}

.process-list--three .process-step h3 {
  font-size: clamp(21px, 1.8vw, 25px);
}

.contact {
  scroll-margin-top: 124px;
  background:
    radial-gradient(circle at 8% 92%, rgba(218, 232, 228, 0.48), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f7faf9 100%);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  grid-template-areas:
    "head form"
    "panel form";
  gap: 34px clamp(42px, 6vw, 84px);
  align-items: start;
}

.contact-head {
  grid-area: head;
}

.contact-head .eyebrow {
  margin-bottom: 14px;
}

.contact-head .section-title {
  margin-bottom: 24px;
}

.contact-form {
  grid-area: form;
}

.contact-aside {
  grid-area: panel;
}

.contact-aside__visual {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 22px;
}

.contact-aside__visual img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  object-position: center 38%;
  mix-blend-mode: multiply;
}

.contact-aside__content {
  padding-left: clamp(0px, 2vw, 24px);
}

.contact-aside__content .eyebrow {
  margin-bottom: 12px;
}

.contact-aside__content .contact-details {
  gap: 0;
  border-top: 1px solid #d4e0dd;
}

.contact-aside__content .contact-details div {
  min-height: 0;
  padding: 16px 0;
  display: grid;
  grid-template-columns: minmax(140px, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
  border-bottom: 1px solid #d4e0dd;
}

.contact-aside__content .contact-details dt,
.contact-aside__content .contact-details dd {
  margin: 0;
}

.contact-aside__content .contact-details dd {
  color: #536064;
  line-height: 1.55;
}

.contact-aside__note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.contact-panel {
  grid-area: panel;
  padding: 28px;
  background: var(--surface-tinted);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-panel .contact-details {
  gap: 0;
}

.contact-panel .contact-details div {
  min-height: 0;
  padding: 17px 0;
  display: grid;
  grid-template-columns: minmax(140px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.contact-panel .contact-details div:first-child {
  padding-top: 0;
}

.contact-panel .contact-details div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-panel .contact-details dt {
  margin: 0;
}

.contact-panel .contact-details dd {
  color: #536064;
}

.contact-panel__note {
  margin: 26px 0 0;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(520px, 1fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
}

.contact-grid .contact-form {
  grid-area: auto;
}

.contact-copy h2 {
  margin: 0 0 32px;
}

.contact-copy h2 span {
  position: relative;
  z-index: 0;
}

.contact-copy__lead {
  max-width: 760px;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.62;
}

.contact-details {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.contact-details div {
  position: relative;
  min-height: 68px;
  padding: 3px 0 0 98px;
}

.contact-details dt {
  margin-bottom: 7px;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
}

.contact-details dd {
  margin: 0;
}

.contact-details__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(45, 72, 69, 0.14);
}

.contact-details__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scope-note {
  margin-top: 48px;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-size: 16px;
}

.scope-note p {
  margin-bottom: 14px;
}

.scope-note p:last-child {
  margin-bottom: 0;
}

.scope-note__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  margin-top: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.contact-form {
  min-height: 0;
  padding: 36px 32px 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.form-field {
  margin-bottom: 28px;
}

.form-field label,
.form-topics legend {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-weight: 600;
}

.form-field label span,
.form-topics legend span {
  color: var(--muted);
  font-size: 0.88em;
  font-weight: 400;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--ink);
  background: #fbfcfc;
  border: 1px solid #cbd8d4;
  border-radius: 10px;
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

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

.form-field input:focus,
.form-field textarea:focus {
  background: #fff;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(79, 116, 112, 0.16);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #84918e;
}

.form-topics {
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 0;
}

.form-topics legend {
  width: 100%;
  margin-bottom: 10px;
}

.form-topics > label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.form-topics input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-topics label span {
  padding: 8px 14px;
  color: var(--ink);
  background: #f7faf9;
  border: 1px solid #d7e1de;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.25;
  transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.form-topics input:checked + span {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.form-topics input:focus-visible + span {
  outline: 3px solid #ca772f;
  outline-offset: 3px;
}

.consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  accent-color: var(--green);
}

.consent {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  cursor: pointer;
}

.consent input {
  margin-top: 2px;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.button--submit {
  width: 100%;
  min-height: 56px;
  justify-content: center;
  gap: 7px;
  padding-inline: 26px;
  background: #75a599;
  border-color: #75a599;
  box-shadow: none;
}

.form-status {
  min-height: 1.5em;
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.form-status.is-success {
  color: #25653c;
}

.form-status.is-error {
  color: #a12e2e;
}

.form-security {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.form-security span {
  color: inherit;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-footer {
  padding-block: 44px;
  background: #fff;
  border-top: 1px solid #edf1f0;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand--footer img {
  width: 210px;
}

.site-footer__meta {
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.site-footer__meta p {
  margin-bottom: 5px;
}

.site-footer__meta p:last-child {
  margin-bottom: 0;
}

.link-button {
  padding: 0;
  color: var(--green-strong);
  background: none;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

.privacy-banner {
  position: fixed;
  z-index: 900;
  inset: auto 20px 20px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 24px;
  color: var(--body);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 20px 70px rgba(23, 42, 40, 0.28);
}

.privacy-banner[hidden] {
  display: none;
}

.privacy-banner__content {
  width: min(100%, 1040px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 38px;
}

.privacy-banner h2 {
  margin-bottom: 8px;
  font-size: 22px;
}

.privacy-banner p {
  max-width: 720px;
  margin-bottom: 7px;
  font-size: 14px;
}

.privacy-banner__actions {
  display: flex;
  gap: 12px;
}

.privacy-banner__actions .button {
  min-width: 166px;
  font-size: 14px;
  box-shadow: none;
}

.legal-page {
  padding: 38px 24px 100px;
  background: var(--surface-tinted);
}

.legal-card {
  width: min(100%, 880px);
  margin-inline: auto;
  padding: clamp(30px, 6vw, 68px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(48, 72, 69, 0.07);
}

.legal-card__header {
  margin-bottom: 54px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-card h1 {
  margin-bottom: 16px;
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1.05;
}

.legal-card h2 {
  margin: 48px 0 16px;
  font-size: 27px;
  line-height: 1.2;
}

.legal-card h3 {
  margin: 30px 0 10px;
  font-size: 19px;
}

.legal-card p,
.legal-card li {
  max-width: var(--reading);
}

.legal-card ul {
  margin: 0 0 20px;
  padding-left: 24px;
}

.legal-card address {
  margin-bottom: 20px;
  padding: 20px 24px;
  background: var(--surface-tinted);
  border-radius: 12px;
  font-style: normal;
}

@media (min-width: 701px) and (max-width: 1100px) {
  .process-list {
    width: min(100%, 900px);
    gap: 28px;
  }

  .process-step {
    padding: 28px 92px 28px 28px;
  }

  .process-step__number {
    top: 21px;
    right: 22px;
    font-size: 54px;
  }

  .process-step > div::before {
    top: -29px;
  }

  .process-step h3 {
    font-size: 23px;
  }
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 42px;
  }

  .hero__copy h1 {
    font-size: 44px;
  }

  .hero__facts {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero__facts li {
    grid-template-columns: minmax(150px, auto) 1fr;
    align-items: baseline;
  }

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

  .help-card:last-child {
    width: calc(50% - 10px);
    grid-column: 1 / -1;
    justify-self: center;
  }

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

  .support-editorial {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 42px;
  }

  .support-visuals {
    min-height: 610px;
  }

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

  .advice-card:last-child {
    grid-column: 1 / -1;
  }

  .work-grid {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 42px;
  }

  .work__copy > h2 {
    font-size: 38px;
  }

  .youtube-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .youtube-card .button {
    width: 100%;
    grid-column: 1 / -1;
  }

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

  .process-list--three .process-step {
    min-height: 0;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "form"
      "panel";
    gap: 30px;
  }

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

  .contact-copy {
    max-width: 760px;
  }

  .contact-form {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__portrait {
    width: min(100%, 560px);
    margin-inline: auto;
  }

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

  .hero__facts li {
    grid-template-columns: 1fr;
  }

  .support-editorial {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .support-visuals {
    position: relative;
    top: auto;
    width: min(100%, 620px);
    min-height: 560px;
    margin-inline: auto;
  }

  .work-story {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .work__copy {
    order: 1;
  }

  .work__visual {
    width: min(100%, 560px);
    margin-inline: auto;
    order: 2;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 92px;
  }

  .container,
  .site-header__inner,
  .site-footer__inner {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header__inner {
    min-height: 84px;
    gap: 16px;
  }

  .brand img {
    width: 150px;
  }

  .button--header {
    min-width: 0;
    min-height: 54px;
    gap: 12px;
    padding: 8px 12px 8px 18px;
    color: var(--green);
    background: #fff;
    box-shadow: none;
    font-size: 13px;
    font-weight: 600;
  }

  .button--header:hover {
    color: #fff;
    background: var(--green);
  }

  .button__arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
  }

  .hero {
    width: min(calc(100% - 32px), var(--container));
    min-height: 0;
    padding: 38px 0 64px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero__copy h1 {
    margin-bottom: 20px;
    font-size: clamp(36px, 10.5vw, 44px);
    line-height: 1.06;
  }

  .hero__eyebrow {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .hero__lead {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero__actions {
    margin-bottom: 26px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__actions .button--secondary {
    min-height: 44px;
    padding-block: 8px;
  }

  .hero__facts {
    padding-top: 18px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero__facts li {
    padding: 7px 0;
    grid-template-columns: minmax(130px, auto) 1fr;
  }

  .hero__facts strong {
    font-size: 13px;
  }

  .hero__facts span {
    font-size: 12px;
  }

  .hero__portrait img {
    max-height: 340px;
    aspect-ratio: 4 / 3;
    object-position: center 34%;
  }

  .hero__portrait figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 12px 14px;
  }

  .section {
    padding-block: 64px;
  }

  .section-title {
    margin-bottom: 38px;
    font-size: 33px;
  }

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

  .section-heading .section-title {
    text-align: left;
  }

  .section-heading .section-title span::after {
    right: auto;
    left: 0;
    width: 70%;
  }

  .section-heading > p:last-child {
    font-size: 15px;
  }

  .help-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .help-card:last-child {
    width: auto;
    grid-column: auto;
  }

  .help-card__body {
    padding: 24px 22px 28px;
  }

  .help-card__body h3 {
    min-height: 0;
    margin-bottom: 22px;
    font-size: 26px;
  }

  .support-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .support-card {
    min-height: 0;
    padding: 24px 22px 24px;
  }

  .support-card::before {
    margin-bottom: 22px;
  }

  .support-card > span {
    top: 20px;
    right: 20px;
    font-size: 36px;
  }

  .support-card h3 {
    font-size: 21px;
  }

  .support-editorial {
    gap: 30px;
  }

  .support-visuals {
    min-height: 420px;
  }

  .support-visuals__main {
    width: 79%;
  }

  .support-visuals__secondary {
    right: 0;
    width: 49%;
  }

  .support-row {
    padding: 22px 0;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .support-row h3 {
    font-size: 21px;
  }

  .support-row p {
    font-size: 14px;
  }

  .advice-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .advice-card,
  .advice-card:last-child {
    grid-column: auto;
  }

  .advice-card {
    padding: 26px 22px;
  }

  .advice-card__lead {
    min-height: 0;
  }

  .advice-card__details div {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
  }

  .advice-card__note {
    min-height: 0;
  }

  .advice-registration {
    margin-top: 22px;
    line-height: 1.6;
  }

  .diagnostic-note {
    margin-top: 20px;
    padding: 17px 18px;
    text-align: left;
  }

  .work-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .work__copy {
    order: 1;
  }

  .work__visual {
    order: 2;
  }

  .work__visual img {
    max-height: 350px;
  }

  .work__copy > h2 {
    font-size: 35px;
  }

  .work .scope-note {
    margin-top: 24px;
  }

  .work-heading h2 {
    font-size: 35px;
  }

  .work-heading > p:last-child {
    font-size: 15px;
  }

  .work-illustration {
    margin: 24px 0 34px;
  }

  .work-story {
    padding-top: 30px;
    gap: 34px;
  }

  .work-story__copy p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .work-story .work-principles li {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 12px;
  }

  .work-scope {
    margin-top: 32px;
    padding-block: 18px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 13px;
  }

  .youtube {
    padding-block: 44px;
  }

  .youtube-card {
    padding: 26px 22px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .youtube-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .youtube-card__icon svg {
    width: 38px;
    height: 38px;
  }

  .youtube-card .button {
    grid-column: auto;
    min-width: 0;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process {
    padding-block: 64px;
  }

  .process > .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .process .section-title {
    margin-bottom: 42px;
    font-size: 32px;
    line-height: 1.15;
  }

  .process-step {
    position: relative;
    padding: 0 0 28px 66px;
    display: block;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .process-list--three .process-step {
    padding: 0 0 28px 66px;
  }

  .process-step:last-child {
    padding-bottom: 0;
  }

  .process-list--three .process-step:last-child {
    padding-bottom: 0;
  }

  .process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 54px;
    bottom: 2px;
    left: 24px;
    width: 1px;
    background: #cbdad6;
  }

  .process-step__number {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: auto;
    left: 0;
    width: 49px;
    height: 49px;
    margin: 0;
    display: grid;
    place-items: center;
    color: var(--green-strong);
    background: #e6f0ed;
    border: 1px solid #cfdfdb;
    border-radius: 14px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .process-step__arrow {
    display: none;
  }

  .process-step > div {
    width: 100%;
    padding: 19px 18px 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(45, 72, 69, 0.07);
  }

  .process-step > div::before {
    display: none;
  }

  .process-step h3 {
    min-height: 0;
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 1.25;
    text-align: left;
  }

  .process-step p:not(.process-step__number) {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.62;
    text-align: left;
  }

  .process-step p:not(.process-step__number):last-child {
    margin-bottom: 0;
  }

  .contact-grid {
    gap: 42px;
  }

  .contact-layout {
    gap: 26px;
  }

  .contact-head .section-title {
    margin-bottom: 20px;
  }

  .contact-copy h2 {
    margin: 0 0 28px;
  }

  .contact-copy__lead {
    font-size: 16px;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-details div {
    padding-left: 78px;
  }

  .contact-details__icon {
    left: 0;
    width: 58px;
    height: 58px;
  }

  .scope-note {
    margin-top: 42px;
    padding: 20px;
    gap: 18px;
    font-size: 14px;
  }

  .scope-note__icon {
    width: 30px;
    height: 30px;
  }

  .contact-form {
    padding: 26px 20px;
    border-radius: 16px;
  }

  .contact-panel {
    padding: 22px 20px;
  }

  .contact-panel .contact-details div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .contact-aside__visual {
    margin-bottom: 26px;
    border-radius: 18px;
  }

  .contact-aside__visual img {
    max-height: 330px;
  }

  .contact-aside__content {
    padding-left: 0;
  }

  .contact-aside__content .contact-details div {
    padding: 15px 0;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .contact-aside__content .contact-details dt {
    font-size: 14px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-field textarea {
    min-height: 190px;
  }

  .form-topics > label {
    display: inline-flex;
    margin-right: 0;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand--footer img {
    width: 190px;
  }

  .site-footer__meta {
    text-align: left;
  }

  .privacy-banner {
    inset: auto 10px 10px;
    padding: 16px 14px;
  }

  .privacy-banner__content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .privacy-banner__actions {
    flex-direction: column-reverse;
  }

  .privacy-banner__actions .button {
    width: 100%;
    min-height: 46px;
  }

  .legal-page {
    padding: 20px 12px 70px;
  }

  .legal-card {
    padding: 30px 20px;
    border-radius: 16px;
  }

  .legal-card__header {
    margin-bottom: 34px;
  }

  .legal-card h2 {
    margin-top: 38px;
    font-size: 24px;
  }
}

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

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

/* Ujednolicenie wizualne 2026 */

:root {
  --burgundy: #9b3b36;
  --paper: #fbfaf7;
  --footer: #142536;
}

.hero {
  max-width: 1320px;
  padding-block: clamp(54px, 5vw, 74px) clamp(72px, 7vw, 104px);
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: clamp(48px, 6vw, 92px);
}

.hero__eyebrow {
  position: relative;
  padding: 0 0 0 34px;
  color: var(--green-strong);
  background: transparent;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.08em;
}

.hero__eyebrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--burgundy);
  transform: translateY(-50%);
}

.hero__copy h1 {
  max-width: 700px;
}

.hero__lead {
  max-width: 620px;
}

.hero__portrait--editorial {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  background: #dfe8e4;
  border-radius: 34px;
  box-shadow: 0 24px 58px rgba(30, 51, 48, 0.13);
}

.hero__portrait--editorial::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  pointer-events: none;
}

.hero__portrait--editorial img {
  width: 100%;
  height: clamp(590px, 49vw, 710px);
  max-height: none;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 0;
}

.support {
  padding-block: clamp(86px, 9vw, 132px);
  background:
    linear-gradient(90deg, rgba(244, 238, 230, 0.72), transparent 42%),
    var(--paper);
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(58px, 8vw, 118px);
}

.support-heading .eyebrow,
.meeting-heading .eyebrow,
.collaboration .eyebrow {
  margin-bottom: 14px;
  color: var(--green-strong);
}

.support-heading h2,
.meeting-heading h2,
.collaboration h2,
.contact-form__heading h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.support-heading > p:last-child,
.meeting-heading > p:last-child {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.support-situations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(30px, 4vw, 54px);
  border-top: 1px solid #d9d8d3;
}

.support-situation {
  min-width: 0;
  min-height: 142px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  border-bottom: 1px solid #d9d8d3;
}

.support-situation > span {
  padding-top: 3px;
  color: var(--burgundy);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.support-situation p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 1.52;
}

.support-invitation {
  grid-column: 1 / -1;
  margin-top: 2px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid #c9ccc8;
}

.support-invitation p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.support-invitation strong {
  color: var(--ink);
}

.support-invitation .button {
  flex: 0 0 auto;
}

.meeting {
  background: #fff;
}

.meeting-layout {
  display: block;
}

.meeting-heading {
  max-width: 760px;
  margin: 0 auto clamp(44px, 5vw, 66px);
  text-align: center;
}

.meeting-heading > p:last-child {
  margin-inline: auto;
}

.meeting-options {
  position: relative;
  width: min(100%, 1120px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  align-items: stretch;
}

.meeting-option {
  min-height: 520px;
  padding: clamp(32px, 3.5vw, 44px);
  display: flex;
  flex-direction: column;
  border-radius: calc(var(--radius) + 4px);
}

.meeting-option h3 {
  margin-bottom: 12px;
  font-size: clamp(27px, 2.5vw, 34px);
  line-height: 1.15;
}

.meeting-option .tag {
  margin-bottom: 18px;
}

.meeting-option .button {
  width: 100%;
  margin-top: auto;
}

.meeting-option--featured {
  color: #fff;
  background: var(--green-strong);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: 0 18px 42px rgba(46, 75, 71, 0.16);
}

.meeting-option--featured .tag {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.22);
}

.meeting-option--featured h3 {
  color: #fff;
}

.meeting-option--featured .button {
  color: var(--green-strong);
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.meeting-option--featured .button:hover {
  color: var(--ink);
  background: #f3f7f6;
  border-color: #f3f7f6;
}

.meeting-option__meta {
  min-height: 27px;
  margin: 0 0 22px;
  color: var(--green-strong);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.meeting-option__meta span {
  margin-inline: 6px;
  color: #9eb6b1;
}

.meeting-option__description {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.65;
}

.meeting-option--featured .meeting-option__meta,
.meeting-option--featured .meeting-option__description {
  color: #fff;
}

.meeting-option--featured .meeting-option__description {
  opacity: 0.86;
}

.meeting-options__or {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin: auto;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 12px;
}

.meeting-option--stationary {
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(46, 75, 71, 0.08);
}

.meeting-option__facts {
  margin: 0 0 24px;
  border-top: 1px solid var(--line);
}

.meeting-option__facts div {
  min-height: 58px;
  padding: 13px 0;
  display: grid;
  grid-template-columns: minmax(95px, 0.66fr) minmax(0, 1.34fr);
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.meeting-option__facts dt,
.meeting-option__facts dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.meeting-option__facts dt {
  color: var(--ink);
  font-weight: 600;
}

.meeting-option__facts dd {
  color: var(--muted);
  text-align: right;
}

.meeting-option--featured .meeting-option__facts {
  border-color: rgba(255, 255, 255, 0.22);
}

.meeting-option--featured .meeting-option__facts div {
  border-color: rgba(255, 255, 255, 0.22);
}

.meeting-option--featured .meeting-option__facts dt,
.meeting-option--featured .meeting-option__facts dd {
  color: #fff;
}

.meeting-option--featured .meeting-option__facts dd {
  opacity: 0.82;
}

.meeting-option__phone {
  min-height: 58px;
  padding-block: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 12px;
}

.meeting-option__phone strong {
  color: var(--green-strong);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
}

.meeting-option__hint {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.55;
  text-align: center;
}

.meeting-option--featured .meeting-option__hint {
  color: #fff;
  opacity: 0.82;
}

.meeting-option--featured .meeting-option__hint a {
  color: inherit;
  font-weight: 600;
}

.youtube {
  padding-block: clamp(42px, 5vw, 60px);
}

.youtube-card {
  padding: clamp(26px, 3vw, 38px);
}

.youtube-card__icon {
  width: 76px;
  height: 76px;
  border-radius: 20px;
}

.youtube-card h2 {
  font-size: clamp(27px, 2.6vw, 36px);
}

.collaboration-contact {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(520px, 1.22fr);
  align-items: start;
  column-gap: clamp(52px, 7vw, 100px);
  row-gap: 30px;
}

.collaboration-contact .contact-form {
  grid-area: auto;
}

.contact {
  background:
    radial-gradient(circle at 2% 100%, rgba(197, 218, 212, 0.42), transparent 24%),
    linear-gradient(180deg, #f8faf9 0%, #f2f7f5 100%);
}

.collaboration {
  padding-top: 12px;
}

.collaboration h2 {
  max-width: 450px;
  margin-bottom: 42px;
}

.collaboration-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.collaboration-steps li {
  position: relative;
  min-height: 112px;
  padding: 0 0 34px 72px;
}

.collaboration-steps li:first-child {
  min-height: 230px;
}

.collaboration-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  bottom: -1px;
  left: 21px;
  width: 1px;
  background: #a9c3bd;
}

.collaboration-steps li > span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
}

.collaboration-steps h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.28;
}

.collaboration-steps p {
  max-width: 410px;
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.65;
}

.collaboration-step__label {
  margin-bottom: 6px !important;
  color: var(--burgundy) !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collaboration-step__note {
  margin-top: 14px !important;
  padding: 12px 14px;
  color: var(--ink) !important;
  background: rgba(255, 255, 255, 0.72);
  border-left: 2px solid var(--burgundy);
  border-radius: 0 10px 10px 0;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.scope-disclosure {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid #cddbd7;
  font-size: 12.5px;
  line-height: 1.65;
  text-align: center;
}

.contact-form {
  padding: clamp(28px, 3.5vw, 42px);
}

.contact-form__heading {
  margin-bottom: 32px;
}

.contact-form__heading h2 {
  max-width: 680px;
  margin-bottom: 12px;
  font-size: clamp(29px, 2.7vw, 40px);
}

.contact-form__heading .eyebrow {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.contact-form__heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact-form__phone {
  margin-top: 20px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink);
  background: var(--surface-tinted);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.contact-form__phone span {
  font-size: 13.5px;
  line-height: 1.5;
}

.contact-form__phone a {
  flex: 0 0 auto;
  color: var(--green-strong);
  font-family: "Inter", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.contact-form__phone a:hover {
  color: var(--burgundy);
}

.collaboration-contact .form-field {
  margin-bottom: 20px;
}

.collaboration-contact .form-field textarea {
  min-height: 175px;
}

.site-footer {
  color: #d7e1df;
  background: var(--footer);
  border-top: 0;
}

.site-footer__meta {
  color: #c5d1cf;
}

.site-footer a,
.site-footer .link-button {
  color: #e3ecea;
}

.site-footer a:hover,
.site-footer .link-button:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  }

  .support-layout,
  .meeting-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .support-heading,
  .meeting-heading {
    max-width: 760px;
  }

  .meeting-options {
    width: min(100%, 920px);
    margin-inline: auto;
  }

  .collaboration-contact {
    grid-template-columns: 1fr;
  }

  .collaboration {
    width: min(100%, 780px);
  }

  .collaboration__scope {
    max-width: 620px;
  }
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__portrait--editorial {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .hero__portrait--editorial img {
    height: min(760px, 125vw);
  }

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

  .meeting-options {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .meeting-options__or {
    margin: 0 auto;
  }

  .meeting-option {
    min-height: 0;
  }

  .meeting-option--stationary {
    padding: clamp(30px, 6vw, 42px);
  }
}

@media (max-width: 700px) {
  .hero__eyebrow {
    padding-left: 29px;
  }

  .hero__eyebrow::before {
    width: 18px;
  }

  .hero__portrait--editorial img {
    height: min(360px, 92vw);
    max-height: none;
    object-position: center 38%;
  }

  .support-layout,
  .meeting-layout {
    gap: 36px;
  }

  .support-heading h2,
  .meeting-heading h2,
  .collaboration h2 {
    font-size: 34px;
  }

  .support-situations {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .support-situation > span {
    margin: 0;
  }

  .support-situation {
    min-height: 0;
    padding-block: 20px;
  }

  .support-situation p {
    font-size: 17px;
  }

  .support-invitation {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .meeting-option--featured,
  .meeting-option--stationary {
    padding: 28px 22px;
  }

  .meeting-option__facts div {
    grid-template-columns: minmax(82px, 0.65fr) minmax(0, 1.35fr);
    gap: 12px;
  }

  .meeting-option__facts dd {
    text-align: right;
  }

  .collaboration-steps li {
    padding-left: 62px;
  }

  .collaboration-steps li:first-child {
    min-height: 260px;
  }

  .contact-form__heading h2 {
    font-size: 30px;
  }

  .site-footer {
    padding-block: 36px;
  }

  .site-footer__meta {
    color: #c5d1cf;
  }

  .site-footer__meta p:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 14px;
  }

  .site-footer__meta p:nth-child(2) > span {
    display: none;
  }

  .site-footer__meta p:nth-child(2) a,
  .site-footer__meta p:nth-child(2) .link-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 380px) {
  .site-header__inner {
    min-height: 76px;
    gap: 10px;
  }

  .brand img {
    width: 132px;
  }

  .button--header {
    min-height: 48px;
    padding-inline: 14px;
    white-space: nowrap;
  }

  .button--header .button__arrow {
    display: none;
  }
}

/* Nawigacja i podstrony treściowe — Sprint SEO 1 */

.nav-toggle {
  display: none;
}

.site-nav a[aria-current="page"] {
  color: var(--green-strong);
  font-weight: 600;
}

.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.home-about {
  padding-block: clamp(78px, 8vw, 116px);
  background: #fff;
}

.home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  gap: clamp(54px, 8vw, 116px);
}

.home-about__portrait {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: #dfe8e4;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.home-about__portrait img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 40%;
}

.home-about__portrait--illustration {
  background: #fff;
}

.home-about__portrait--illustration img {
  object-fit: cover;
  object-position: center;
}

.home-about__copy h2 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(36px, 4.3vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home-about__copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.75;
}

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

.home-about__facts li {
  min-height: 104px;
  padding: 18px;
  background: var(--surface-tinted);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.home-about__facts strong,
.home-about__facts span {
  display: block;
}

.home-about__facts strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
}

.home-about__facts span {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.meeting-option__learn-more {
  margin: 18px 0 0;
  font-size: 13px;
  text-align: center;
}

.meeting-option--featured .meeting-option__learn-more a {
  color: #fff;
}

.content-page {
  background: var(--paper);
}

.text-nowrap {
  white-space: nowrap;
}

.breadcrumbs {
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #9ba8a5;
}

.breadcrumbs a {
  color: inherit;
}

.page-hero {
  padding-block: clamp(42px, 5vw, 72px) clamp(72px, 8vw, 112px);
  background:
    radial-gradient(circle at 85% 15%, rgba(162, 190, 181, 0.28), transparent 28%),
    var(--paper);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.page-hero__copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(43px, 5.4vw, 70px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.page-hero__lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.75;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-hero__phone-hint {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.page-hero__visual {
  position: relative;
  height: clamp(560px, 45vw, 680px);
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: #e5ebe7;
  border-radius: 32px;
  box-shadow: 0 24px 58px rgba(30, 51, 48, 0.13);
}

.page-hero__visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.page-hero__visual--illustration {
  min-height: 520px;
  background: #fff;
}

.page-hero__visual--illustration img {
  object-fit: cover;
}

.page-hero__visual--authentic img {
  object-position: center 38%;
}

.quick-facts {
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.quick-facts li {
  padding: 9px 13px;
  color: var(--green-strong);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d4e0dc;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
}

.page-section {
  padding-block: var(--section-space);
  background: #fff;
}

.page-section--tinted {
  background: var(--surface-tinted);
}

.page-section--paper {
  background: var(--paper);
}

.page-section__heading {
  max-width: 760px;
  margin-bottom: clamp(38px, 5vw, 62px);
}

.page-section__heading h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.page-section__heading > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 112px);
}

.story-grid__aside {
  align-self: start;
  padding: 28px;
  background: var(--paper);
  border: 1px solid #e3e0d8;
  border-radius: 20px;
}

.story-grid__aside p:last-child {
  margin-bottom: 0;
}

.prose {
  max-width: 820px;
}

.prose h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.prose h3 {
  margin: 36px 0 12px;
  font-size: 24px;
}

.prose p,
.prose li {
  line-height: 1.8;
}

.prose p {
  margin-bottom: 20px;
}

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

.value-card,
.scope-card {
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(45, 72, 69, 0.055);
}

.value-card__number {
  display: block;
  margin-bottom: 24px;
  color: var(--burgundy);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.value-card h3,
.scope-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.value-card p,
.scope-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.timeline {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: minmax(110px, 160px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
}

.timeline li:last-child .timeline__content {
  padding-bottom: 0;
}

.timeline__content {
  min-width: 0;
  padding: 0 0 44px 38px;
  position: relative;
  border-left: 1px solid #b9cbc6;
}

.timeline__content::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -6px;
  width: 11px;
  height: 11px;
  background: var(--green);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--green);
}

.timeline__date {
  padding-top: 1px;
  color: var(--burgundy);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

.timeline h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.timeline p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.learning-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
}

.learning-degree {
  min-height: 430px;
  padding: clamp(30px, 4vw, 48px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.18), transparent 30%),
    var(--green-strong);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.learning-degree__year {
  position: absolute;
  top: 8px;
  right: 20px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(92px, 12vw, 168px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08em;
}

.learning-degree .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.learning-degree h3 {
  max-width: 420px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
}

.learning-degree p:last-child {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.learning-list {
  display: grid;
  gap: 14px;
}

.learning-item {
  padding: clamp(22px, 3vw, 30px);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.learning-item__number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--burgundy);
  background: #fff8f6;
  border: 1px solid #ecd6d1;
  border-radius: 50%;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.learning-item h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.learning-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.tag-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.tag-list li {
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
}

.boundary-box {
  margin-top: 38px;
  padding: clamp(24px, 3vw, 34px);
  background: #fff8f6;
  border: 1px solid #ecd6d1;
  border-left: 4px solid var(--burgundy);
  border-radius: 18px;
}

.boundary-box--compact {
  margin-top: 22px;
}

.boundary-box h3 {
  margin-bottom: 14px;
}

.boundary-box p:last-child,
.boundary-box ul:last-child {
  margin-bottom: 0;
}

.service-summary {
  margin-top: 34px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.service-summary li {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.service-summary strong,
.service-summary span {
  display: block;
}

.service-summary strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
}

.service-summary span {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}

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

.steps-list li {
  min-height: 260px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.steps-list__number {
  width: 44px;
  height: 44px;
  margin-bottom: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
}

.steps-list h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.steps-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-panel {
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  color: #fff;
  background: var(--green-strong);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 44px);
}

.contact-panel p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.contact-panel .button {
  color: var(--green-strong);
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.contact-panel .button:hover {
  color: #fff;
  background: transparent;
}

.contact-panel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.contact-panel__actions .button {
  white-space: nowrap;
}

.contact-panel__actions .button--secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}

.contact-panel__actions .button--secondary:hover {
  color: var(--green-strong);
  background: #fff;
  border-color: #fff;
}

.story-grid--location .senso-map {
  grid-column: 1 / -1;
}

.story-grid--location {
  row-gap: clamp(34px, 5vw, 64px);
}

.senso-map {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(45, 72, 69, 0.08);
}

.senso-map__frame {
  width: 100%;
  height: clamp(320px, 38vw, 430px);
  display: block;
  border: 0;
}

.senso-map__footer {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.senso-map__footer strong,
.senso-map__footer span {
  display: block;
}

.senso-map__footer span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.senso-map__footer a {
  flex: 0 0 auto;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.faq-list {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.faq-list details {
  padding: 0 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.faq-list summary {
  padding: 22px 36px 22px 0;
  position: relative;
  color: var(--ink);
  cursor: pointer;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
}

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

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

.faq-list details p {
  max-width: 820px;
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
}

.footer-links {
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px 18px;
  list-style: none;
}

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

  .site-header__inner {
    position: relative;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 0;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--green-strong);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
  }

  .nav-toggle__icon,
  .nav-toggle__icon::before,
  .nav-toggle__icon::after {
    width: 20px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 999px;
    transition: transform 160ms ease;
  }

  .nav-toggle__icon {
    position: relative;
  }

  .nav-toggle__icon::before,
  .nav-toggle__icon::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .nav-toggle__icon::before {
    top: -6px;
  }

  .nav-toggle__icon::after {
    top: 6px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon {
    background: transparent;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .site-nav {
    margin: 0;
    padding: 24px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 18px 32px rgba(30, 51, 48, 0.12);
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    pointer-events: none;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    min-height: 50px;
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .home-about__grid,
  .page-hero__grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

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

  .home-about__portrait {
    width: min(100%, 680px);
  }

  .page-hero__visual {
    width: min(100%, 680px);
    height: min(78vw, 680px);
    min-height: 500px;
  }

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

@media (max-width: 700px) {
  .site-header__inner {
    gap: 10px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .button--header {
    width: auto;
    min-width: 74px;
    min-height: 46px;
    padding: 8px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .button--header > span:first-child {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
  }

  .button--header .button__label-full {
    display: none;
  }

  .button--header .button__label-short {
    display: inline;
  }

  .button--header .button__arrow {
    display: none;
  }

  .home-about__portrait,
  .page-hero__visual,
  .page-hero__visual--illustration {
    height: min(110vw, 520px);
    min-height: 380px;
  }

  .home-about__facts,
  .values-grid,
  .scope-grid,
  .steps-list,
  .service-summary,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .page-hero__copy h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .page-hero__actions {
    display: grid;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .timeline__date {
    margin-left: 34px;
    padding-top: 0;
    text-align: left;
  }

  .timeline__content {
    padding: 0 0 34px 34px;
  }

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

  .contact-panel .button {
    width: 100%;
  }

  .contact-form__phone {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .contact-panel__actions {
    display: grid;
    justify-content: stretch;
  }

  .senso-map__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
