:root {
  --green: #0d4838;
  --green-2: #123f33;
  --sage: #879884;
  --sage-soft: #eef2eb;
  --ink: #20201f;
  --muted: #62605c;
  --line: #ded8d0;
  --paper: #ffffff;
  --paper-warm: #fbfaf8;
  --copper: #bd7f55;
  --shadow: 0 18px 45px rgba(28, 28, 24, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

.site-header {
  width: min(100% - 96px, 1280px);
  height: 98px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  width: 30px;
  height: 32px;
}

.brand-mark span {
  position: absolute;
  width: 12px;
  height: 19px;
  border-radius: 12px 12px 2px 12px;
  background: var(--green);
  transform-origin: bottom center;
}

.brand-mark span:nth-child(1) {
  left: 9px;
  top: 0;
  transform: rotate(-34deg);
}

.brand-mark span:nth-child(2) {
  left: 5px;
  top: 14px;
  transform: rotate(28deg);
  background: #8e9e84;
}

.brand-mark span:nth-child(3) {
  right: 2px;
  top: 14px;
  transform: rotate(-28deg);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
  font-size: 14px;
  color: #242321;
}

.desktop-nav a {
  transition: color 160ms ease;
}

.desktop-nav a:hover {
  color: var(--green);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 56px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 0 25px;
  color: white;
  background: var(--green);
  box-shadow: 0 18px 38px rgba(13, 72, 56, 0.18);
}

.button svg,
.header-cta svg,
.text-link svg,
.site-footer svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(13, 72, 56, 0.16);
}

.hero {
  width: min(100% - 96px, 1280px);
  min-height: 500px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 66px;
  align-items: center;
}

.hero-copy h1,
.section-heading h2,
.service-card h3,
.approach-statement p,
.gallery-copy h2,
.site-footer > h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 600px;
  font-size: clamp(42px, 4.4vw, 58px);
  line-height: 1.1;
}

.hero-eyebrow {
  max-width: 540px;
  margin: 0 0 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-copy,
.hero-media,
.service-card,
.section-heading h2,
.approach-statement,
.gallery-copy {
  min-width: 0;
}

.hero-copy p {
  max-width: 500px;
  margin: 30px 0 44px;
  color: #4d4b47;
  font-size: 16px;
}

.partnership-hero .hero-copy p {
  max-width: 570px;
}

.hero-note {
  max-width: 520px;
  margin: 20px 0 0 !important;
  padding-left: 18px;
  border-left: 2px solid var(--copper);
  color: var(--muted) !important;
  font-size: 14px !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
}

.hero-actions-single {
  padding-left: 262px;
}

.button-primary {
  min-width: 226px;
  padding: 0 24px;
  color: white;
  background: var(--green);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 8px;
  color: #4c4a45;
  font-size: 14px;
  border-bottom: 1px solid rgba(189, 127, 85, 0.55);
}

.hero-media {
  overflow: hidden;
  aspect-ratio: 1.385 / 1;
  background: #f5f1ea;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pillars {
  margin-top: 92px;
  padding: 68px max(48px, calc((100vw - 1280px) / 2)) 62px;
  background: var(--paper-warm);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.pillars article {
  min-height: 175px;
  padding: 0 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pillars article + article {
  border-left: 1px solid rgba(189, 127, 85, 0.38);
}

.pillars h2 {
  margin: 20px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.pillars p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.line-icon {
  width: 42px;
  height: 42px;
  color: #9ca49a;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.line-icon-space {
  mask-image: url("assets/icon-space.svg");
}

.line-icon-partner {
  mask-image: url("assets/icon-partner.svg");
}

.line-icon-community {
  mask-image: url("assets/icon-community.svg");
}

.line-icon-system {
  mask-image: url("assets/icon-system.svg");
}

.services {
  width: min(100% - 96px, 1120px);
  margin: 0 auto;
  padding: 76px 0 42px;
}

.section-heading {
  display: grid;
  place-items: center;
  gap: 18px;
  margin-bottom: 44px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.15;
}

.section-heading span {
  width: 74px;
  height: 2px;
  background: var(--copper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.service-card {
  min-height: 560px;
  padding: 34px 34px 32px;
  border: 1px solid #dfdcd7;
  border-radius: 6px;
  background: white;
  box-shadow: 0 10px 28px rgba(20, 20, 20, 0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card.featured {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  color: white;
  background: var(--green);
  border-color: transparent;
}

.service-card.featured::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -24px;
  width: 215px;
  height: 320px;
  background: url("assets/leaf-outline.svg") center / contain no-repeat;
  opacity: 0.3;
}

.tag {
  position: relative;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 2px;
  color: white;
  background: var(--copper);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.circle-icon,
.round-badge {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 22px 0 34px;
}

.service-intro,
.service-details {
  position: relative;
  z-index: 1;
}

.service-details {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding-top: 46px;
}

.circle-icon {
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.round-badge {
  color: white;
  background: var(--sage);
  margin-top: 0;
}

.circle-icon svg,
.round-badge svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: clamp(29px, 3vw, 38px);
  line-height: 1.14;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.88);
}

.service-lead {
  font-weight: 650;
}

.service-card h4 {
  position: relative;
  z-index: 1;
  margin: 10px 0 14px;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  color: #31302d;
}

.service-card.featured h4 {
  color: white;
}

.service-list {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 26px;
  color: #4e4d49;
  font-size: 14px;
  line-height: 1.45;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 11px;
  height: 7px;
  border-left: 1.5px solid var(--green);
  border-bottom: 1.5px solid var(--green);
  transform: rotate(-45deg);
}

.service-card.featured .service-list li {
  color: rgba(255, 255, 255, 0.9);
}

.service-card.featured .service-list li::before {
  border-color: var(--copper);
}

.service-card .button {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: auto;
  padding: 0 18px;
}

.button-light {
  color: var(--green);
  background: white;
}

.button-outline {
  border: 1px solid #6c706b;
  color: #30302e;
  background: transparent;
}

.intro-band {
  margin: 92px auto 0;
  padding: 64px max(48px, calc((100vw - 980px) / 2));
  background: var(--paper-warm);
  text-align: center;
}

.intro-band p,
.role-copy h2,
.model-copy h2,
.cta-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.intro-band p {
  max-width: 880px;
  margin: 0 auto;
  font-size: clamp(28px, 3.7vw, 44px);
  line-height: 1.16;
}

.fit-section,
.comparison-section,
.system-section,
.role-section,
.model-section,
.cta-section {
  width: min(100% - 96px, 1120px);
  margin: 0 auto;
}

.fit-section,
.comparison-section,
.system-section {
  padding: 76px 0 18px;
}

.check-grid,
.system-grid,
.model-points {
  display: grid;
  gap: 18px;
}

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

.check-grid article,
.model-points article {
  position: relative;
  min-height: 112px;
  padding: 24px 24px 24px 54px;
  border: 1px solid #dfdcd7;
  border-radius: 6px;
  background: white;
  color: #484641;
  font-size: 15px;
  line-height: 1.5;
}

.check-grid article::before,
.model-points article::before,
.role-list li::before,
.system-grid li::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 30px;
  width: 11px;
  height: 7px;
  border-left: 1.5px solid var(--green);
  border-bottom: 1.5px solid var(--green);
  transform: rotate(-45deg);
}

.comparison-table {
  overflow: hidden;
  border: 1px solid #e1ddd7;
  border-radius: 6px;
  background: white;
}

.comparison-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.comparison-table > div + div {
  border-top: 1px solid #e7e2dc;
}

.comparison-table span {
  padding: 18px 22px;
  color: #403f3b;
  font-size: 15px;
  line-height: 1.45;
}

.comparison-table span + span {
  border-left: 1px solid #e7e2dc;
}

.comparison-head {
  background: var(--green);
}

.comparison-head span {
  color: white;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.system-grid article {
  min-height: 295px;
  padding: 30px 28px;
  border: 1px solid #dfdcd7;
  border-radius: 6px;
  background: white;
  box-shadow: 0 10px 28px rgba(20, 20, 20, 0.04);
}

.system-grid h3,
.role-list h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.16;
}

.system-grid ul,
.role-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.system-grid li,
.role-list li {
  position: relative;
  margin: 11px 0;
  padding-left: 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.system-grid li::before,
.role-list li::before {
  left: 0;
  top: 0.44em;
}

.role-section,
.model-section {
  margin-top: 58px;
  padding: 54px 62px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: start;
}

.role-section {
  color: white;
  background: var(--green);
}

.role-copy h2,
.model-copy h2,
.cta-section h2 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.13;
}

.role-copy p {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.role-list {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
}

.role-list h3,
.role-list li {
  color: white;
}

.role-list li::before {
  border-color: var(--copper);
}

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

.model-points {
  grid-template-columns: repeat(2, 1fr);
}

.model-points article {
  min-height: 122px;
  background: var(--paper);
}

.proof-section {
  padding-top: 82px;
}

.proof-copy {
  max-width: 880px;
  margin: 6px auto 0;
  text-align: center;
}

.proof-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.cta-section {
  margin-top: 30px;
  padding: 62px 72px;
  border-radius: 6px;
  background: var(--green);
  color: white;
  text-align: center;
}

.cta-section p {
  max-width: 680px;
  margin: 22px auto 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.cta-section .button-primary {
  color: var(--green);
  background: white;
}

.cta-note {
  margin: 20px auto 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px !important;
}

.partner-page {
  background: linear-gradient(180deg, #fbfaf8 0, #ffffff 520px);
}

.landing-header {
  width: min(100% - 64px, 1240px);
  height: 78px;
}

.landing-header .desktop-nav {
  gap: clamp(18px, 2.4vw, 34px);
}

.landing-header-cta {
  min-height: 48px;
}

.landing-hero,
.proof-strip,
.conversion-section,
.transformation-section,
.system-build-section,
.role-conversion-section,
.model-conversion-section,
.credibility-section,
.selective-cta-section {
  width: min(100% - 64px, 1240px);
  margin-left: auto;
  margin-right: auto;
}

.landing-hero {
  min-height: auto;
  padding: 54px 0 72px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}

.landing-hero-copy h1,
.conversion-section h2,
.transformation-section h2,
.system-build-copy h2,
.role-card h2,
.model-main h2,
.credibility-copy h2,
.selective-cta-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.landing-kicker,
.section-label {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.landing-hero-copy h1 {
  max-width: 1060px;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 1.02;
}

.landing-lead {
  max-width: 780px;
  margin: 28px 0 34px;
  color: #45433f;
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.5;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.landing-actions .button-primary {
  min-width: 286px;
}

.landing-note {
  max-width: 680px;
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--copper);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.problem-list ul,
.role-card ul {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.problem-list li,
.role-card li {
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
  color: #55524e;
  font-size: 14px;
  line-height: 1.48;
}

.problem-list li::before,
.role-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.44em;
  width: 11px;
  height: 7px;
  border-left: 1.5px solid var(--green);
  border-bottom: 1.5px solid var(--green);
  transform: rotate(-45deg);
}

.proof-strip {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(189, 127, 85, 0.34);
  border-bottom: 1px solid rgba(189, 127, 85, 0.34);
}

.proof-strip article {
  min-height: 112px;
  padding: 26px 32px;
  display: grid;
  align-content: center;
  gap: 6px;
}

.proof-strip article + article {
  border-left: 1px solid rgba(189, 127, 85, 0.34);
}

.proof-strip strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.1;
}

.proof-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.conversion-section,
.transformation-section,
.system-build-section,
.role-conversion-section,
.model-conversion-section,
.credibility-section,
.selective-cta-section {
  padding-top: 86px;
}

.conversion-section {
  position: relative;
  overflow: hidden;
  margin-top: 84px;
  padding: 58px 64px;
  border-radius: 8px;
  color: white;
  background: var(--green);
}

.problem-section::after,
.educator-role::after,
.selective-cta-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url("assets/leaf-outline.svg") center / contain no-repeat;
  opacity: 0.16;
}

.problem-section::after {
  right: 42px;
  bottom: -46px;
  width: 180px;
  height: 270px;
}

.problem-section > *,
.educator-role > *,
.selective-cta-section > * {
  position: relative;
  z-index: 1;
}

.section-split,
.system-build-section,
.model-conversion-section,
.credibility-section,
.selective-cta-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 70px;
  align-items: start;
}

.problem-section .section-split {
  grid-template-columns: 1fr;
  gap: 30px;
}

.conversion-section h2,
.system-build-copy h2,
.model-main h2,
.credibility-copy h2,
.selective-cta-section h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
}

.problem-section h2 {
  max-width: 980px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.12;
}

.problem-list {
  max-width: 980px;
  padding: 0;
  border-left: 0;
  background: transparent;
}

.problem-list p,
.system-build-copy p,
.model-main p,
.credibility-copy > p,
.selective-cta-section p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.problem-list p {
  margin-bottom: 16px;
  color: white;
  font-weight: 750;
}

.problem-section .section-label {
  color: #e4b287;
}

.problem-section .problem-list li {
  color: rgba(255, 255, 255, 0.9);
}

.problem-section .problem-list li::before {
  border-color: var(--copper);
}

.landing-heading {
  margin-bottom: 38px;
}

.transformation-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.transformation-columns article {
  padding: 34px;
  border: 1px solid #ded8d0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 26px rgba(28, 28, 24, 0.04);
}

.transformation-columns article:nth-child(2) {
  color: var(--ink);
  background: var(--paper-warm);
  border-color: rgba(189, 127, 85, 0.45);
}

.transformation-columns h3 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.12;
}

.transformation-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.transformation-columns li {
  position: relative;
  min-height: 58px;
  padding: 18px 0 18px 34px;
  border-top: 1px solid #e4ded7;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.transformation-columns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.52em;
  width: 11px;
  height: 7px;
  border-left: 1.5px solid var(--green);
  border-bottom: 1.5px solid var(--green);
  transform: rotate(-45deg);
}

.transformation-columns article:nth-child(2) li {
  color: var(--muted);
  border-color: #e4ded7;
}

.transformation-columns article:nth-child(2) li::before {
  border-color: var(--green);
}

.system-build-section {
  display: block;
  padding: 76px 70px;
  margin-top: 86px;
  border-radius: 8px;
  background: var(--paper-warm);
}

.system-build-copy {
  max-width: 860px;
  padding: 0;
  color: var(--ink);
  background: transparent;
}

.system-build-copy .section-label {
  color: var(--copper);
}

.system-build-copy p {
  margin-top: 24px;
  color: var(--muted);
}

.system-timeline {
  margin-top: 38px;
  display: grid;
  gap: 16px;
}

.system-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px 24px;
  padding: 26px 28px;
  border: 1px solid #ded8d0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 26px rgba(28, 28, 24, 0.035);
}

.system-timeline span {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(13, 72, 56, 0.28);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.system-timeline h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.16;
  align-self: center;
}

.system-timeline p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.56;
}

.role-conversion-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  align-items: stretch;
}

.role-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 42px;
  border: 1px solid #ded8d0;
  border-radius: 8px;
  background: white;
}

.nexia-role {
  color: var(--ink);
  background: white;
}

.nexia-role .section-label {
  color: var(--copper);
}

.educator-role {
  color: white;
  background: var(--green);
  border-color: transparent;
}

.educator-role::after {
  right: -28px;
  bottom: -58px;
  width: 142px;
  height: 220px;
  opacity: 0.18;
}

.role-card h2 {
  max-width: 470px;
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.09;
}

.nexia-role li {
  color: var(--muted);
}

.nexia-role li::before {
  border-color: var(--green);
}

.educator-role .section-label {
  color: #e4b287;
}

.educator-role li {
  color: rgba(255, 255, 255, 0.9);
}

.educator-role li::before {
  border-color: var(--copper);
}

.model-conversion-section {
  display: block;
  padding: 68px 78px;
  margin-top: 86px;
  border-radius: 8px;
  background: var(--paper-warm);
}

.model-main {
  max-width: 930px;
}

.model-main h2 {
  margin-bottom: 24px;
}

.model-main p {
  max-width: 760px;
}

.model-highlight {
  max-width: 760px;
  margin: 0 0 22px;
  padding: 18px 22px;
  border-left: 2px solid var(--copper);
  color: var(--green) !important;
  background: white;
  font-size: 19px !important;
  font-weight: 750;
  line-height: 1.45 !important;
}

.credibility-section {
  align-items: start;
  gap: 84px;
}

.credibility-media {
  display: grid;
  gap: 18px;
}

.credibility-media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(28, 28, 24, 0.08);
}

.credibility-media img:nth-child(2) {
  width: 78%;
  justify-self: end;
}

.credibility-copy > p + p {
  margin-top: 22px;
}

.credibility-copy .section-label {
  margin-bottom: 22px;
}

.credibility-copy h2 {
  margin-bottom: 28px;
}

.credibility-points {
  margin-top: 44px;
  display: grid;
  gap: 18px;
  border-top: 0;
}

.credibility-points article {
  padding: 24px;
  border: 1px solid #ded8d0;
  border-radius: 8px;
  background: var(--paper-warm);
}

.credibility-points h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.credibility-points p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.selective-cta-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: start;
  margin-top: 88px;
  margin-bottom: 44px;
  padding: 58px 64px;
  border-radius: 8px;
  color: white;
  background: var(--green);
}

.selective-cta-section::after {
  left: 34px;
  bottom: -52px;
  width: 170px;
  height: 250px;
  opacity: 0.14;
  transform: scaleX(-1);
}

.selective-cta-section > div:first-child {
  max-width: 900px;
}

.selective-cta-section .section-label {
  color: #e4b287;
}

.selective-cta-section p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
}

.partner-form {
  width: 100%;
  max-width: 620px;
  margin-top: 0;
  justify-self: end;
  padding: 34px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: white;
  display: grid;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: #2d2c29;
  font-size: 13px;
  font-weight: 750;
}

.form-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #ded8d0;
  border-radius: 6px;
  color: var(--ink);
  background: var(--paper-warm);
  font: 500 15px/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
  outline: 0;
}

.form-field input:focus {
  border-color: var(--copper);
  background: white;
}

.partner-form .button-primary {
  width: 100%;
  color: white;
  background: var(--green);
}

.partner-form p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.landing-faq {
  padding-top: 44px;
}

.approach {
  width: min(100% - 96px, 1120px);
  margin: 0 auto 32px;
  padding: 54px 72px;
  border-radius: 6px;
  background: var(--green);
  text-align: center;
}

.audience-block {
  max-width: 820px;
  margin: 0 auto;
}

.audience-block h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.12;
  color: white;
}

.audience-lead {
  max-width: 700px;
  margin: 18px 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 2.3vw, 26px);
  line-height: 1.35;
  margin-left: auto;
  margin-right: auto;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.audience-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: white;
  background: white;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 650;
}

.audience-note {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.55;
}

.gallery {
  width: min(100% - 96px, 1120px);
  margin: 0 auto;
  padding: 56px 0 52px;
  display: grid;
  gap: 42px;
}

.gallery-copy {
  text-align: center;
}

.gallery-copy h2 {
  max-width: 100%;
  margin-bottom: 0;
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.13;
}

.why-content {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.why-media {
  display: grid;
  gap: 18px;
}

.why-media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(25, 25, 24, 0.08);
}

.why-media img:nth-child(2) {
  width: 82%;
  justify-self: end;
}

.why-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #e2ddd6;
  border-bottom: 1px solid #e2ddd6;
}

.why-item {
  padding: 26px 0;
}

.why-item + .why-item {
  border-top: 1px solid #e2ddd6;
}

.why-item h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.16;
}

.why-item p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.faq {
  width: min(100% - 96px, 1120px);
  margin: 0 auto;
  padding: 28px 0 52px;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: min(100%, 760px);
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #e1ddd7;
  border-radius: 6px;
  background: white;
  overflow: hidden;
}

.faq button {
  width: 100%;
  min-height: 64px;
  padding: 0 24px;
  border: 0;
  background: white;
  color: #2c2b29;
  font: 650 15px/1.35 Inter, ui-sans-serif, system-ui, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  gap: 24px;
}

.faq button span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.faq button.is-open span {
  transform: rotate(225deg);
}

.faq-item p {
  display: none;
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.faq-item:has(button.is-open) p {
  display: block;
}

.faq-link {
  margin-top: 32px;
}

.site-footer .faq {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin: 56px calc(50% - 50vw) 0;
  padding: 58px max(48px, calc((100vw - 1120px) / 2)) 62px;
  color: #242321;
  background: white;
}

.site-footer .faq .section-heading h2 {
  color: #242321;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 48px max(48px, calc((100vw - 1120px) / 2)) 56px;
  color: white;
  background: var(--green);
}

.partner-page .footer-info {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 170px;
  height: 210px;
  background: url("assets/leaf-outline.svg") center / contain no-repeat;
  opacity: 0.22;
}

.site-footer::before {
  left: 24px;
  transform: scaleX(-1);
}

.site-footer::after {
  right: 24px;
}

.site-footer > h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  text-align: center;
  font-size: clamp(30px, 3.8vw, 42px);
  line-height: 1.2;
}

.footer-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.footer-actions a {
  min-height: 86px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 600;
}

.footer-actions a:nth-child(2) {
  color: var(--green);
  background: #dce4d6;
  border-color: transparent;
}

.footer-actions a:nth-child(3) {
  color: #35312f;
  background: white;
  border-color: transparent;
}

.footer-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: currentColor;
  mask: url("assets/icon-partner.svg") center / 24px 24px no-repeat;
}

.footer-icon.community {
  mask-image: url("assets/icon-community.svg");
}

.footer-icon.room {
  mask-image: url("assets/icon-space.svg");
}

.footer-info {
  position: relative;
  z-index: 1;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.footer-contact a,
.footer-social a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
}

.footer-contact a {
  gap: 10px;
  font-size: 14px;
  font-weight: 550;
}

.footer-contact svg,
.footer-social svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.8;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.footer-social svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.7;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .services,
  .approach,
  .gallery,
  .faq,
  .fit-section,
  .comparison-section,
  .system-section,
  .role-section,
  .model-section,
  .cta-section {
    width: min(100% - 40px, 720px);
  }

  .site-header {
    height: auto;
    padding: 24px 0;
    align-items: flex-start;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    min-height: 48px;
    padding: 0 18px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(39px, 11vw, 58px);
  }

  .hero-actions {
    gap: 20px;
  }

  .hero-actions-single {
    padding-left: 0;
  }

  .pillars {
    margin-top: 58px;
    padding: 42px 20px;
    grid-template-columns: 1fr;
  }

  .pillars article {
    min-height: auto;
    padding: 32px 0;
  }

  .pillars article + article {
    border-left: 0;
    border-top: 1px solid rgba(189, 127, 85, 0.35);
  }

  .service-grid,
  .faq-grid,
  .footer-actions,
  .check-grid,
  .system-grid,
  .model-points {
    grid-template-columns: 1fr;
  }

  .footer-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact {
    flex-direction: column;
  }

  .service-card.featured {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-details {
    padding-top: 0;
  }

  .approach {
    padding: 34px 28px;
  }

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

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

  .why-media img,
  .why-media img:nth-child(2) {
    width: 100%;
    height: auto;
  }

  .intro-band {
    margin-top: 58px;
    padding: 44px 20px;
  }

  .role-section,
  .model-section {
    padding: 38px 28px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cta-section {
    padding: 42px 28px;
  }

  .landing-header,
  .landing-hero,
  .proof-strip,
  .conversion-section,
  .transformation-section,
  .system-build-section,
  .role-conversion-section,
  .model-conversion-section,
  .credibility-section,
  .selective-cta-section {
    width: min(100% - 40px, 720px);
  }

  .landing-header {
    align-items: center;
  }

  .landing-header-cta {
    display: inline-flex;
  }

  .landing-hero,
  .section-split,
  .system-build-section,
  .model-conversion-section,
  .credibility-section,
  .selective-cta-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .landing-hero {
    min-height: auto;
    padding: 38px 0 54px;
  }

  .proof-strip,
  .transformation-columns,
  .role-conversion-section {
    grid-template-columns: 1fr;
  }

  .proof-strip article + article {
    border-left: 0;
    border-top: 1px solid rgba(189, 127, 85, 0.34);
  }

  .problem-list {
    padding: 30px 28px;
  }

  .system-build-copy {
    max-width: 100%;
  }

  .model-conversion-section,
  .selective-cta-section {
    padding: 42px 34px;
  }

  .credibility-media {
    order: 2;
  }

  .credibility-media img,
  .credibility-media img:nth-child(2) {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .services,
  .approach,
  .gallery,
  .faq,
  .fit-section,
  .comparison-section,
  .system-section,
  .role-section,
  .model-section,
  .cta-section {
    width: min(100% - 28px, 480px);
  }

  .brand {
    font-size: 28px;
  }

  .header-cta {
    font-size: 0;
    width: 48px;
    padding: 0;
  }

  .header-cta svg {
    width: 20px;
    height: 20px;
  }

  .hero-copy p {
    margin: 24px 0 32px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.13;
  }

  .hero-copy p {
    max-width: 100%;
    font-size: 14px;
  }

  .section-heading h2,
  .gallery-copy h2,
  .site-footer > h2 {
    max-width: 100%;
    font-size: 24px;
  }

  .button-primary,
  .text-link {
    width: 100%;
    max-width: 100%;
  }

  .service-card {
    min-height: 380px;
    padding: 36px 26px 30px;
  }

  .service-card h3 {
    font-size: 29px;
  }

  .service-card p {
    font-size: 15px;
  }

  .footer-actions a {
    justify-content: flex-start;
  }

  .intro-band p,
  .role-copy h2,
  .model-copy h2,
  .cta-section h2 {
    font-size: 25px;
  }

  .check-grid article,
  .model-points article {
    min-height: auto;
    padding: 22px 20px 22px 50px;
  }

  .comparison-table > div {
    grid-template-columns: 1fr;
  }

  .comparison-table span + span {
    border-left: 0;
    border-top: 1px solid #e7e2dc;
  }

  .system-grid article {
    min-height: auto;
    padding: 26px 24px;
  }

  .landing-header,
  .landing-hero,
  .proof-strip,
  .conversion-section,
  .transformation-section,
  .system-build-section,
  .role-conversion-section,
  .model-conversion-section,
  .credibility-section,
  .selective-cta-section {
    width: min(100% - 28px, 480px);
  }

  .landing-header-cta {
    width: auto;
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
  }

  .landing-header-cta svg {
    display: none;
  }

  .landing-hero-copy h1 {
    font-size: 42px;
    line-height: 1.06;
  }

  .landing-lead {
    margin: 22px 0 28px;
    font-size: 16px;
  }

  .landing-actions .button-primary {
    width: 100%;
  }

  .role-card,
  .system-build-copy,
  .partner-form {
    padding: 26px;
  }

  .proof-strip article {
    min-height: auto;
    padding: 22px 24px;
  }

  .conversion-section,
  .transformation-section,
  .system-build-section,
  .role-conversion-section,
  .credibility-section,
  .selective-cta-section {
    padding-top: 56px;
  }

  .conversion-section {
    margin-top: 56px;
    padding: 34px 26px;
  }

  .system-build-section {
    margin-top: 56px;
    padding: 34px 26px;
  }

  .conversion-section h2,
  .system-build-copy h2,
  .model-main h2,
  .credibility-copy h2,
  .selective-cta-section h2,
  .role-card h2 {
    font-size: 30px;
  }

  .transformation-columns article {
    padding: 24px;
  }

  .system-timeline article {
    grid-template-columns: 42px 1fr;
    gap: 14px 16px;
    padding: 22px;
  }

  .system-timeline span {
    width: 42px;
    height: 42px;
  }

  .system-timeline h3 {
    font-size: 25px;
  }

  .system-timeline p {
    grid-column: 1 / -1;
  }

  .role-card {
    min-height: auto;
  }

  .model-conversion-section {
    margin-top: 56px;
    padding: 34px 26px;
  }

  .selective-cta-section {
    margin-top: 58px;
    padding: 34px 26px;
  }
}

/* Partnerstvo mockup rebuild */
.partner-mock-page {
  background: var(--paper);
}

.partner-mock-page .brand {
  font-size: 33px;
}

.partner-header,
.mock-hero,
.mock-split-section,
.mock-partnership-flow,
.mock-proof-section {
  width: min(100% - 84px, 1120px);
  margin-left: auto;
  margin-right: auto;
}

.partner-header {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
}

.partner-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
  font-size: 14px;
  color: #242321;
}

.partner-nav a {
  position: relative;
  padding: 35px 0 28px;
}

.partner-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  background: var(--copper);
}

.partner-header-button {
  min-height: 54px;
  min-width: 164px;
}

.mock-hero {
  padding: 18px 0 30px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
}

.mock-hero-copy h1,
.mock-section-heading h2,
.mock-proof-copy h3,
.mock-final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.mock-hero-copy h1 {
  max-width: 490px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
}

.mock-hero-copy p {
  max-width: 450px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.mock-hero-actions {
  margin-top: 34px;
  display: grid;
  justify-items: start;
  gap: 22px;
}

.mock-hero-actions .button-primary {
  min-width: 292px;
  background: var(--copper);
  box-shadow: 0 18px 34px rgba(70, 40, 23, 0.18);
}

.mock-hero-actions .button-primary:hover {
  box-shadow: 0 22px 40px rgba(70, 40, 23, 0.24);
}

.mock-text-link,
.mock-all-faq {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(189, 127, 85, 0.7);
  color: var(--green);
  font-size: 15px;
  font-weight: 600;
}

.mock-text-link svg,
.mock-all-faq svg,
.mock-final-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mock-hero-copy .mock-note {
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
}

.mock-hero-media {
  overflow: hidden;
  aspect-ratio: 1.52 / 1;
  background: var(--paper-warm);
}

.mock-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mock-split-section,
.mock-partnership-flow {
  padding-top: 54px;
}

.mock-split-section {
  margin-top: 54px;
  padding: 58px 64px;
  border-radius: 8px;
  background: var(--green);
  box-shadow: 0 18px 42px rgba(28, 28, 24, 0.08);
}

.mock-split-section .mock-section-heading h2 {
  color: white;
}

.mock-split-section .mock-two-text p {
  color: rgba(255, 255, 255, 0.86);
}

.mock-split-section .mock-two-text p:first-child {
  color: white;
}

.mock-section-heading {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-bottom: 30px;
  text-align: center;
}

.mock-section-heading h2 {
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.18;
}

.mock-section-heading span,
.mock-proof-copy > span {
  width: 58px;
  height: 2px;
  background: var(--copper);
}

.mock-two-text {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 86px;
}

.mock-two-text-single {
  width: min(100%, 860px);
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 18px;
}

.mock-two-text p,
.mock-proof-copy p,
.mock-proof-cards p,
.mock-final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.mock-partnership-flow-panel {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 48px;
  border-radius: 8px;
  background: var(--paper-warm);
  box-shadow: 0 16px 38px rgba(28, 28, 24, 0.06);
  display: grid;
  gap: 28px;
  align-items: start;
}

.mock-partnership-lead {
  max-width: 780px;
  margin: 0 auto 4px;
  text-align: center;
}

.mock-partnership-lead p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 650;
  line-height: 1.45;
}

.mock-partnership-roles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mock-partnership-roles article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  display: grid;
  align-content: start;
  gap: 12px;
}

.mock-partnership-roles span {
  width: max-content;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(189, 127, 85, 0.78);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mock-partnership-roles h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 31px);
  font-weight: 400;
  line-height: 1.16;
}

.mock-partnership-roles p,
.mock-partnership-note p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.mock-partnership-note {
  position: relative;
  width: 100%;
  margin: 4px 0 0;
  padding: 28px 34px;
  border: 1px solid rgba(13, 72, 56, 0.18);
  border-left: 4px solid var(--copper);
  border-radius: 8px;
  background: var(--sage-soft);
  box-shadow: 0 12px 28px rgba(28, 28, 24, 0.045);
  display: grid;
  gap: 16px;
  text-align: left;
}

.mock-partnership-note p:first-child {
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.68;
}

.mock-partnership-note p:last-child {
  max-width: 760px;
  margin: 0;
}

.mock-proof-section {
  width: min(100% - 84px, 1120px);
  margin: 34px auto 0;
  padding-top: 54px;
  display: grid;
  gap: 24px;
}

.mock-proof-row {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 38px rgba(28, 28, 24, 0.055);
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 38px;
  align-items: center;
}

.mock-proof-row-reverse {
  grid-template-columns: 1.04fr 0.96fr;
}

.mock-proof-copy {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 18px;
}

.mock-proof-copy h3 {
  max-width: 470px;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.14;
}

.mock-proof-copy p {
  color: var(--muted);
}

.mock-proof-image {
  overflow: hidden;
  margin: 0;
  min-height: 320px;
  border-radius: 8px;
  background: var(--paper-warm);
}

.mock-proof-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.mock-proof-cards {
  display: grid;
  gap: 16px;
}

.mock-proof-cards article {
  padding: 24px 26px;
  border: 1px solid rgba(13, 72, 56, 0.18);
  border-left: 4px solid var(--copper);
  border-radius: 6px;
  background: var(--sage-soft);
  display: grid;
  gap: 8px;
}

.mock-proof-cards h3 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.mock-proof-cards p {
  color: var(--muted);
}

.mock-final-cta {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  padding: 58px 24px 54px;
  color: white;
  background: var(--green);
  text-align: center;
}

.mock-final-cta::before,
.mock-final-cta::after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 180px;
  height: 280px;
  background: url("assets/leaf-outline.svg") center / contain no-repeat;
  opacity: 0.24;
}

.mock-final-cta::before {
  left: 30px;
  transform: scaleX(-1);
}

.mock-final-cta::after {
  right: 30px;
}

.mock-final-cta h2,
.mock-final-cta p,
.mock-final-cta a,
.partner-application-form {
  position: relative;
  z-index: 1;
}

.mock-final-cta h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.2;
}

.mock-final-cta p {
  max-width: 590px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.88);
}

.mock-final-cta .button-light {
  min-width: 330px;
  margin-top: 22px;
}

.partner-application-form {
  width: min(100%, 720px);
  margin: 28px auto 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: left;
}

.partner-application-form label {
  display: grid;
  gap: 8px;
}

.partner-application-form span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 650;
}

.partner-application-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 6px;
  color: var(--ink);
  background: white;
  font: inherit;
  outline: none;
}

.partner-application-form input:focus {
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(189, 127, 85, 0.22);
}

.partner-application-form .button-light {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 4px;
  border: 0;
  color: white;
  background: var(--copper);
  box-shadow: 0 18px 34px rgba(70, 40, 23, 0.22);
  cursor: pointer;
}

.partner-application-form .button-light:hover {
  box-shadow: 0 22px 40px rgba(70, 40, 23, 0.26);
}

.mock-final-note {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.68) !important;
}

.partner-contact-footer {
  width: min(100% - 84px, 1120px);
  margin: 0 auto;
  padding: 30px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  color: var(--muted);
}

.partner-footer-contact,
.partner-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}

.partner-footer-contact a,
.partner-footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-size: 14px;
  font-weight: 550;
}

.partner-footer-social a {
  color: var(--green);
}

.partner-contact-footer svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 980px) {
  .partner-header,
  .mock-hero,
  .mock-split-section,
  .mock-partnership-flow,
  .mock-proof-section {
    width: min(100% - 40px, 720px);
  }

  .partner-contact-footer {
    width: min(100% - 40px, 720px);
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-header {
    min-height: auto;
    padding: 22px 0 10px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .partner-nav {
    width: 100%;
    justify-self: stretch;
    display: flex;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .partner-nav a {
    flex: 0 0 auto;
    padding: 0 0 10px;
  }

  .partner-nav a.is-active::after {
    bottom: 0;
  }

  .mock-hero,
  .mock-two-text,
  .mock-partnership-flow-panel,
  .mock-partnership-roles,
  .mock-proof-row,
  .mock-proof-row-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mock-hero-media {
    order: -1;
  }

  .mock-proof-row-reverse .mock-proof-cards {
    order: -1;
  }

  .mock-proof-row {
    padding: 34px 28px;
  }

  .mock-proof-image {
    min-height: 260px;
  }

  .mock-proof-image img {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .partner-header,
  .mock-hero,
  .mock-split-section,
  .mock-partnership-flow,
  .mock-proof-section {
    width: min(100% - 28px, 480px);
  }

  .partner-contact-footer {
    width: min(100% - 28px, 480px);
  }

  .partner-footer-contact,
  .partner-footer-social {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-header {
    min-height: 74px;
  }

  .partner-header-button {
    min-width: 48px;
    width: 48px;
    padding: 0;
    font-size: 0;
  }

  .mock-hero-copy h1 {
    font-size: 36px;
  }

  .mock-hero-copy p {
    font-size: 15px;
  }

  .mock-hero-actions .button-primary,
  .mock-final-cta .button-light {
    width: 100%;
    min-width: 0;
  }

  .mock-partnership-flow-panel,
  .mock-proof-row {
    padding: 24px;
  }

  .mock-proof-section {
    padding-top: 42px;
  }

  .mock-proof-image,
  .mock-proof-image img {
    min-height: 220px;
  }

  .mock-partnership-roles article,
  .mock-partnership-note {
    padding: 22px;
  }

  .mock-proof-cards article {
    grid-template-columns: 1fr;
  }

  .partner-application-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .mock-final-cta::before,
  .mock-final-cta::after {
    width: 112px;
    height: 170px;
  }
}
