@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTs3j77e.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTo3j77e.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: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTQ3jw.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: "Open Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.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: "Open Sans";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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: #1f2e28;
  --ink-soft: #5b6a63;
  --green-950: #07372b;
  --green-900: #0a4435;
  --green-800: #0d5943;
  --green-700: #107054;
  --green-200: #b9d6ca;
  --green-100: #dcece5;
  --green-50: #edf6f1;
  --cream: #f4eddf;
  --cream-light: #fbf8f1;
  --yellow: #f1d84f;
  --white: #fffefa;
  --line: rgba(22, 52, 41, 0.13);
  --shadow: 0 24px 64px rgba(13, 62, 47, 0.12);
  --shadow-soft: 0 12px 34px rgba(13, 62, 47, 0.08);
  --font-body: "Open Sans", "Segoe UI", Arial, sans-serif;
  --font-display: "Nunito", "Open Sans", "Segoe UI", Arial, sans-serif;
  --container: 1140px;
}

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

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream-light);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-body);
}

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

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

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

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  margin-bottom: 27px;
  font-size: clamp(2.8rem, 4.6vw, 4.35rem);
  line-height: 1.06;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.15vw, 3rem);
  line-height: 1.16;
}

h3 {
  line-height: 1.35;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 9px 15px;
  transform: translateY(-160%);
  border-radius: 5px;
  background: var(--white);
  color: var(--green-900);
  font-weight: 700;
}

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

.header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 241, 0.93);
  backdrop-filter: blur(15px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-name {
  color: var(--green-800);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

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

.nav a {
  color: #364a40;
  font-size: 13px;
  font-weight: 600;
  transition: color 160ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--green-700);
}

.nav a:last-child {
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--green-800);
  color: var(--white);
}

.nav a:last-child:hover,
.nav a:last-child:focus-visible {
  background: var(--green-700);
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--green-900);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 87% 14%, rgba(159, 205, 185, 0.58), transparent 30%),
    radial-gradient(circle at 4% 94%, rgba(241, 216, 79, 0.2), transparent 25%),
    linear-gradient(rgba(18, 73, 55, 0.045) 1px, transparent 1px) 0 0 / 70px 70px,
    linear-gradient(90deg, rgba(18, 73, 55, 0.045) 1px, transparent 1px) 0 0 / 70px 70px,
    var(--cream);
}

.hero::after {
  position: absolute;
  right: -180px;
  bottom: -300px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(13, 89, 67, 0.11);
  border-radius: 50%;
  box-shadow: inset 0 0 0 75px rgba(255, 255, 255, 0.05), inset 0 0 0 150px rgba(255, 255, 255, 0.05);
  content: "";
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: 78px;
  align-items: center;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-label::before {
  width: 25px;
  height: 2px;
  flex: 0 0 25px;
  background: currentColor;
  content: "";
}

.hero-copy > p:not(.section-label) {
  max-width: 760px;
  margin-bottom: 14px;
  color: #46574e;
  font-size: 16px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
  padding: 12px 24px;
  border: 1px solid var(--green-700);
  border-radius: 7px;
  background: var(--green-700);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(16, 112, 84, 0.18);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--green-900);
  box-shadow: 0 17px 35px rgba(16, 112, 84, 0.23);
}

.button-outline {
  background: transparent;
  color: var(--green-800);
  box-shadow: none;
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--white);
}

.hero-summary {
  position: relative;
  padding: 34px 30px 30px;
  border: 1px solid rgba(13, 89, 67, 0.13);
  border-radius: 18px;
  background: rgba(255, 254, 250, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.hero-summary::before {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 190px;
  height: 190px;
  transform: translateX(-50%);
  border: 1px dashed rgba(13, 89, 67, 0.2);
  border-radius: 50%;
  content: "";
}

.hero-summary > img {
  position: relative;
  z-index: 1;
  width: 125px;
  height: 125px;
  margin: 12px auto 45px;
  padding: 15px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(237, 246, 241, 0.9);
  box-shadow: 0 0 0 12px rgba(220, 236, 229, 0.48), 0 14px 35px rgba(13, 89, 67, 0.13);
}

.hero-summary dl {
  margin-bottom: 0;
  border-top: 1px solid var(--green-200);
}

.hero-summary dl > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.hero-summary dt {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-summary dd {
  color: var(--green-800);
  font-size: 15px;
  font-weight: 700;
}

.section {
  padding: 105px 0;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-feedback {
  background:
    radial-gradient(circle at 6% 20%, rgba(220, 236, 229, 0.75), transparent 24%),
    var(--cream-light);
}

.feedback-heading {
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 45px;
  align-items: end;
}

.feedback-heading > p {
  margin-bottom: 6px;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--green-50);
  color: var(--ink-soft);
  font-size: 12px;
}

.feedback-slider {
  position: relative;
  max-width: 720px;
}

.feedback-slider::before {
  position: absolute;
  z-index: 0;
  top: -16px;
  right: -16px;
  bottom: 28px;
  left: 16px;
  border: 1px solid var(--green-200);
  border-radius: 18px;
  content: "";
}

.feedback-track {
  position: relative;
  z-index: 1;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(13, 89, 67, 0.13);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.feedback-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 25px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease;
}

.feedback-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.feedback-slide img {
  width: 100%;
  height: 520px;
  object-fit: contain;
}

.feedback-dots {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 20px;
}

.feedback-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid var(--green-700);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: width 160ms ease, border-radius 160ms ease, background 160ms ease;
}

.feedback-dots button.active {
  width: 25px;
  border-radius: 99px;
  background: var(--green-700);
}

@media (min-width: 1001px) {
  .feedback-slider {
    max-width: 610px;
  }

  .feedback-track {
    min-height: 480px;
  }

  .feedback-slide {
    padding: 20px;
  }

  .feedback-slide img {
    height: 440px;
  }
}

.section-content {
  position: relative;
  overflow: hidden;
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.72);
}

.section-content::before {
  position: absolute;
  top: -260px;
  left: -260px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  box-shadow: inset 0 0 0 80px rgba(255, 255, 255, 0.012), inset 0 0 0 160px rgba(255, 255, 255, 0.012);
  content: "";
}

.prose-layout,
.info-layout,
.register-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: 95px;
}

.section-content h2 {
  color: var(--white);
}

.section-content .section-label {
  color: var(--yellow);
}

.prose-copy {
  padding: 29px 31px;
  border-left: 3px solid var(--yellow);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.055);
}

.prose-copy p,
.register-copy > p:not(.section-label) {
  margin-bottom: 17px;
  color: #4e5a54;
}

.prose-copy p {
  color: rgba(255, 255, 255, 0.9);
}

.prose-copy p:last-child {
  margin-bottom: 0;
}

.section-support {
  background:
    linear-gradient(90deg, rgba(11, 103, 76, 0.035) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgba(11, 103, 76, 0.035) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--green-50);
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  gap: 82px;
  align-items: center;
}

.support-duration {
  position: relative;
  overflow: hidden;
  padding: 49px 35px;
  border-radius: 18px;
  background: var(--green-900);
  box-shadow: var(--shadow);
  text-align: center;
}

.support-duration::after {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 35px rgba(255, 255, 255, 0.025);
  content: "";
}

.support-duration span,
.support-duration strong,
.support-duration p {
  position: relative;
  z-index: 1;
  display: block;
}

.support-duration span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.support-duration strong {
  margin: 7px 0;
  color: var(--yellow);
  font-size: clamp(4.4rem, 7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.support-duration p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
}

.support-copy p:not(.section-label) {
  margin-bottom: 17px;
  color: #46534d;
}

.support-copy .support-scope {
  margin: 28px 0 0;
  padding: 21px 23px;
  border: 1px solid var(--green-200);
  border-radius: 10px;
  background: rgba(255, 254, 250, 0.7);
  color: var(--green-900);
  font-weight: 700;
}

.support-button {
  margin-top: 22px;
}

.section-info {
  padding: 78px 0;
  background: var(--cream);
}

.info-layout {
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: 55px;
  align-items: start;
}

.service-info {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.service-info > div {
  min-height: 108px;
  padding: 18px 20px;
  border: 1px solid rgba(13, 89, 67, 0.12);
  border-radius: 12px;
  background: rgba(255, 254, 250, 0.76);
  box-shadow: 0 8px 24px rgba(13, 62, 47, 0.045);
}

.service-info dt {
  margin-bottom: 6px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-info dd {
  margin: 0;
  color: #35483f;
  font-size: 15px;
}

.service-info dd strong {
  color: var(--green-800);
  font-size: 24px;
}

.section-register {
  position: relative;
  overflow: hidden;
  background: var(--green-950);
}

.section-register::after {
  position: absolute;
  right: -200px;
  bottom: -380px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  box-shadow: inset 0 0 0 80px rgba(255, 255, 255, 0.01), inset 0 0 0 160px rgba(255, 255, 255, 0.01);
  content: "";
}

.register-layout {
  align-items: start;
}

.register-copy h2 {
  color: var(--white);
}

.register-copy .section-label {
  color: var(--yellow);
}

.register-copy > p:not(.section-label) {
  color: rgba(255, 255, 255, 0.66);
}

.register-form {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(9px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-row-three {
  grid-template-columns: 0.65fr 1.2fr 0.8fr;
}

.form-group {
  margin-bottom: 17px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.form-group label span {
  color: var(--yellow);
}

.form-group input,
.form-group select {
  width: 100%;
  height: 49px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 6px;
  outline: 0;
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  font-size: 15px;
  color-scheme: dark;
}

.form-group select option {
  background: var(--white);
  color: var(--ink);
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(241, 216, 79, 0.12);
}

.form-group input.error,
.form-group select.error {
  border-color: #ffae9e;
}

.form-error {
  display: block;
  min-height: 16px;
  margin-top: 3px;
  color: #ffc3b8;
  font-size: 11px;
  line-height: 1.4;
}

.register-form .button {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--green-950);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
}

.register-form .button:hover,
.register-form .button:focus-visible {
  background: var(--white);
}

.register-form button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.form-note {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.thankyou-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.thankyou-header-inner {
  justify-content: flex-start;
}

.thankyou-main {
  display: flex;
  flex: 1;
}

.thankyou-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(159, 205, 185, 0.5), transparent 30%),
    linear-gradient(rgba(18, 73, 55, 0.04) 1px, transparent 1px) 0 0 / 68px 68px,
    linear-gradient(90deg, rgba(18, 73, 55, 0.04) 1px, transparent 1px) 0 0 / 68px 68px,
    var(--cream);
}

.thankyou-hero::after {
  position: absolute;
  right: -210px;
  bottom: -330px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(13, 89, 67, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 75px rgba(255, 255, 255, 0.05), inset 0 0 0 150px rgba(255, 255, 255, 0.05);
  content: "";
}

.thankyou-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 78px;
  align-items: center;
}

.thankyou-intro h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 4.35vw, 4.1rem);
}

.thankyou-intro > p:not(.section-label) {
  max-width: 570px;
  margin-bottom: 0;
  color: #46574e;
  font-size: 17px;
}

.thankyou-check {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(13, 89, 67, 0.2);
  border-radius: 50%;
  background: rgba(255, 254, 250, 0.82);
  color: var(--green-700);
  box-shadow: var(--shadow-soft);
  font-size: 29px;
  font-weight: 800;
}

.thankyou-next-card {
  padding: 40px 42px;
  border: 1px solid rgba(13, 89, 67, 0.15);
  border-radius: 16px;
  background: rgba(255, 254, 250, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.thankyou-next-card h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 2.8vw, 2.7rem);
}

.thankyou-next-card > p:not(.section-label) {
  margin-bottom: 16px;
  color: #46574e;
}

.thankyou-next-card .button {
  margin-top: 10px;
}

.footer {
  padding: 55px 0 22px;
  border-top: 1px solid rgba(13, 89, 67, 0.13);
  background: var(--cream-light);
  color: #4e5a54;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 38px;
}

.brand-footer .brand-name {
  color: var(--green-800);
}

.footer-contact {
  display: flex;
  gap: 26px;
}

.footer-contact a {
  color: #405148;
  font-size: 13px;
}

.footer-contact a:hover {
  color: var(--green-700);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #738078;
  font-size: 10px;
}

:focus-visible {
  outline: 3px solid rgba(241, 216, 79, 0.85);
  outline-offset: 3px;
}

@media (max-width: 1000px) {
  .menu-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    display: flex;
    max-height: 0;
    overflow: hidden;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: var(--cream-light);
    box-shadow: 0 18px 38px rgba(13, 62, 47, 0.11);
    opacity: 0;
    transition: max-height 220ms ease, opacity 160ms ease;
  }

  .nav.open {
    max-height: 440px;
    padding: 10px 24px 20px;
    opacity: 1;
  }

  .nav a,
  .nav a:last-child {
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    color: #364a40;
    font-size: 14px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hero-summary {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 38px;
    align-items: center;
  }

  .hero-summary::before {
    top: 50%;
    left: 115px;
    transform: translate(-50%, -50%);
  }

  .hero-summary > img {
    margin: 0 auto;
  }

  .prose-layout,
  .info-layout,
  .register-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .info-layout {
    gap: 30px;
  }

  .support-layout {
    gap: 55px;
  }

  .thankyou-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

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

  body {
    font-size: 15px;
  }

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

  .header-inner {
    min-height: 66px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-name {
    font-size: 17px;
  }

  .nav {
    top: 66px;
  }

  .hero {
    padding: 65px 0 64px;
  }

  h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.15rem);
  }

  h2 {
    font-size: clamp(1.85rem, 8.7vw, 2.45rem);
  }

  .section-label {
    font-size: 12px;
  }

  .hero-copy > p:not(.section-label) {
    font-size: 15px;
  }

  .hero-summary {
    display: block;
    padding: 27px 22px 22px;
  }

  .hero-summary::before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-summary > img {
    margin: 10px auto 43px;
  }

  .section {
    padding: 76px 0;
  }

  .feedback-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 32px;
  }

  .feedback-heading > p {
    width: fit-content;
  }

  .feedback-slider::before {
    display: none;
  }

  .feedback-track {
    min-height: 0;
    aspect-ratio: 1 / 1;
    border-radius: 11px;
  }

  .feedback-slide {
    padding: 10px;
  }

  .feedback-slide img {
    height: 100%;
  }

  .prose-copy {
    padding: 24px 21px;
  }

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

  .support-duration {
    padding: 40px 25px;
  }

  .service-info {
    grid-template-columns: 1fr;
  }

  .service-info > div {
    min-height: 0;
    padding: 17px 18px;
  }

  .register-form {
    padding: 24px 18px;
    border-radius: 11px;
  }

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

  .register-form .button {
    width: 100%;
  }

  .thankyou-hero {
    padding: 66px 0 76px;
  }

  .thankyou-layout {
    gap: 38px;
  }

  .thankyou-intro h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.15rem);
  }

  .thankyou-intro > p:not(.section-label) {
    font-size: 15px;
  }

  .thankyou-check {
    width: 54px;
    height: 54px;
    margin-bottom: 23px;
    font-size: 25px;
  }

  .thankyou-next-card {
    padding: 28px 22px;
    border-radius: 12px;
  }

  .thankyou-next-card .button {
    width: 100%;
  }

  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    gap: 24px;
  }

  .footer-contact {
    flex-direction: column;
    gap: 7px;
  }

  .footer-bottom {
    gap: 7px;
  }
}

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

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