:root {
  --bg-color: #0a3c37;
  --primary-green: #96dc73;
  --heading-color: #f0f0eb;
  --footer-color: #eaeae4;
  --button-text: #093b36;
  --brand-width: 690px;
  --brand-lift: 0px;
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

@font-face {
  font-family: "Gellix Regular";
  src: url("assets/fonts/Gellix-Regular.woff2") format("woff2"),
       url("assets/fonts/Gellix-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix SemiBold";
  src: url("assets/fonts/Gellix-SemiBold.woff2") format("woff2"),
       url("assets/fonts/Gellix-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix Bold";
  src: url("assets/fonts/Gellix-Bold.woff2") format("woff2"),
       url("assets/fonts/Gellix-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix Text";
  src: url("assets/fonts/Gellix-Regular.woff2") format("woff2"),
       url("assets/fonts/Gellix-Regular.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--bg-color);
  color: var(--heading-color);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden;
}

.page {
  min-height: 100svh;
  width: min(100%, 1440px);
  margin-inline: auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 7vw, 6.5rem);
  position: relative;
  z-index: 1;
  transition: filter 420ms var(--ease-premium), transform 420ms var(--ease-premium);
}

.hero {
  max-width: 52rem;
  align-self: center;
}

.brand-logo {
  width: min(100%, var(--brand-width));
  height: auto;
  display: block;
  position: relative;
  top: calc(-1 * var(--brand-lift));
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(8px);
  animation: logoIn 900ms var(--ease-premium) 80ms forwards;
}

.tagline {
  margin: clamp(1.2rem, 2.7vw, 1.8rem) 0 0;
  width: min(100%, var(--brand-width));
  display: block;
  position: relative;
  top: calc(-1 * var(--brand-lift));
  white-space: nowrap;
  color: var(--primary-green);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 5.12vw, 4.3rem);
  line-height: 1.14;
  padding-bottom: 0.1em;
  letter-spacing: -0.02em;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: taglineIn 900ms var(--ease-premium) 220ms forwards;
}

.cta-block {
  margin-top: clamp(3.5rem, 12vh, 8.5rem);
  opacity: 0;
  transform: translateY(20px);
  animation: riseIn 850ms var(--ease-premium) 380ms forwards;
}

.coming-soon {
  margin: 0;
  color: var(--heading-color);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4.2vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
}

.inquiry-button {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 210px);
  min-height: 3.875rem;
  padding: 0.75rem 1.7rem;
  background: var(--primary-green);
  color: var(--button-text);
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  font-family: "Gellix Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1;
  gap: 0.55rem;
  border: 2px solid transparent;
  box-shadow: 0 0 0 0 rgba(150, 220, 115, 0), 0 3px 10px rgba(3, 19, 17, 0.16);
  overflow: visible;
  transition: transform 120ms ease, filter 120ms ease;
  opacity: 0;
  transform: none;
  animation: buttonIn 650ms var(--ease-premium) 620ms forwards;
}

.inquiry-button::after {
  content: "\2192";
  display: inline-block;
  font-size: 1.02em;
  line-height: 1;
  opacity: 0.9;
  animation: arrowDrift 1.6s ease-in-out infinite;
}

.inquiry-button:hover {
  filter: brightness(1.02);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(3, 19, 17, 0.24);
}

.inquiry-button:focus-visible {
  outline: none;
  border-color: #ffffff;
}

.site-footer {
  margin-top: 0;
  padding-top: clamp(2rem, 6vh, 4rem);
  opacity: 0;
  transform: translateY(14px);
  animation: riseIn 700ms var(--ease-premium) 760ms forwards;
}

.copyright,
.privacy-link {
  margin: 0;
  color: var(--footer-color);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1.45;
  font-weight: 400;
}

.privacy-link {
  margin-top: 0.6rem;
  display: inline-block;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.privacy-link:hover {
  text-decoration-thickness: 2px;
}

.privacy-link:focus-visible {
  outline: 2px solid var(--footer-color);
  outline-offset: 3px;
}

.inquiry-toast {
  position: fixed;
  right: clamp(1rem, 2.2vw, 2rem);
  bottom: clamp(1rem, 2.2vw, 2rem);
  z-index: 60;
  max-width: min(92vw, 440px);
  padding: 0.92rem 1.05rem;
  border: 1px solid rgba(150, 220, 115, 0.55);
  background: linear-gradient(150deg, rgba(10, 60, 55, 0.98), rgba(8, 46, 42, 0.98));
  color: var(--heading-color);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: clamp(0.9rem, 0.35vw + 0.3vh, 1rem);
  line-height: 1.35;
  box-shadow: 0 16px 34px rgba(2, 12, 11, 0.38);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.inquiry-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.inquiry-toast.is-error {
  border-color: rgba(243, 172, 172, 0.76);
  background: linear-gradient(150deg, rgba(74, 34, 34, 0.97), rgba(58, 26, 26, 0.97));
}

/* Privacy page */
body.privacy-page .page {
  transition: none;
}

body.privacy-page .brand-logo,
body.privacy-page .tagline,
body.privacy-page .site-footer {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: none;
  animation: none;
}

body.privacy-page .brand-logo,
body.privacy-page .tagline {
  top: 0;
}

.privacy-main {
  display: flex;
  flex-direction: column;
  gap: clamp(1.9rem, 4.5vh, 2.9rem);
  width: 100%;
  margin-inline: auto;
}

.privacy-top {
  position: relative;
  min-height: clamp(13rem, 28vh, 17.5rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
}

.privacy-brand {
  position: absolute;
  left: 0;
  top: 0;
  width: min(100%, 340px);
}

.privacy-logo {
  width: 100%;
  height: auto;
}

.privacy-tagline {
  margin: 0.5rem 0 0;
  width: 100%;
  font-size: clamp(1.2rem, 1.65vw, 1.75rem);
  line-height: 1.15;
  white-space: nowrap;
}

.privacy-title {
  margin: clamp(8.6rem, 18.5vh, 11rem) 0 0;
  color: var(--heading-color);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-weight: 550;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  text-align: center;
}

.privacy-content {
  width: 100%;
  margin: 0;
  color: rgba(240, 240, 235, 0.94);
  font-family: "Gellix Text", "Gellix Regular", Arial, sans-serif;
  font-weight: 350;
  font-size: clamp(0.95rem, 0.45vw, 1.06rem);
  line-height: 1.46;
}

.privacy-content > p {
  margin: 0 0 1rem;
}

.privacy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: policy;
  display: grid;
  gap: 0.75rem;
}

.privacy-list li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}

.privacy-list li::before {
  counter-increment: policy;
  content: counter(policy) ") ";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-green);
  font-family: "Gellix SemiBold", Arial, sans-serif;
}

.privacy-list li p {
  margin: 0.36rem 0 0;
}

body.form-open {
  overflow: hidden;
}

body.form-open .page {
  filter: brightness(0.72);
  transform: scale(0.998);
}

.form-drawer {
  position: fixed;
  inset: 0;
  z-index: 25;
  pointer-events: none;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  cursor: default;
  background: linear-gradient(90deg, rgba(2, 12, 11, 0.6) 0%, rgba(2, 12, 11, 0.52) 52%, rgba(2, 12, 11, 0.2) 74%, rgba(2, 12, 11, 0) 100%);
  backdrop-filter: blur(1.5px);
  transition: opacity 460ms var(--ease-premium);
}

.drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(74vw, 1240px);
  max-width: 100vw;
  height: 100svh;
  padding: clamp(1rem, 1.6vw, 1.5rem) clamp(1.15rem, 1.9vw, 1.75rem);
  background: var(--bg-color);
  color: var(--heading-color);
  border-left: 1px solid rgba(150, 220, 115, 0.25);
  box-shadow: -20px 0 56px rgba(3, 18, 16, 0.38);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(0.5rem, 0.9vh, 0.9rem);
  overflow-y: auto;
  transform: translateX(104%);
  transition: transform 620ms var(--ease-premium);
  will-change: transform;
}

body.form-open .form-drawer {
  pointer-events: auto;
}

body.form-open .drawer-backdrop {
  opacity: 1;
}

body.form-open .drawer-panel {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0;
}

.drawer-header h2 {
  margin: 0;
  font-family: "Gellix SemiBold", Arial, sans-serif;
  color: var(--heading-color);
  font-size: clamp(1.25rem, 0.9vw + 0.7vh, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.drawer-close {
  border: 0;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(240, 240, 235, 0.22);
  background: rgba(240, 240, 235, 0.06);
  color: var(--heading-color);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: 0.84rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 0.35rem;
  transition: background-color 160ms ease;
}

.drawer-close:hover {
  background: rgba(240, 240, 235, 0.14);
}

.qualification-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(0.55rem, 0.95vh, 1rem) clamp(0.95rem, 1.25vw, 1.35rem);
  align-content: space-between;
  min-height: 100%;
}

.form-group {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.span-2 {
  grid-column: 1 / -1;
}

fieldset.form-group:not(.form-consent) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.35rem, 0.7vh, 0.6rem) 0.62rem;
}

.form-group label,
.form-group legend {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--heading-color);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: clamp(0.9rem, 0.42vw + 0.36vh, 1rem);
  line-height: 1.3;
}

.req {
  color: var(--primary-green);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: 100%;
  min-height: clamp(2.75rem, 3.3vh, 3.15rem);
  padding: 0.58rem 0.78rem;
  border: 1px solid rgba(240, 240, 235, 0.28);
  border-radius: 0.58rem;
  background: rgba(240, 240, 235, 0.06);
  color: var(--heading-color);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.9rem, 0.34vw + 0.28vh, 0.98rem);
  line-height: 1.2;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="tel"]::placeholder {
  color: rgba(240, 240, 235, 0.68);
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus {
  border-color: var(--primary-green);
  background: rgba(240, 240, 235, 0.1);
  box-shadow: 0 0 0 3px rgba(150, 220, 115, 0.2);
}

.radio-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.radio-option input[type="radio"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.radio-option span {
  position: relative;
  display: block;
  min-height: clamp(2.45rem, 3.1vh, 2.9rem);
  padding: 0.52rem 0.72rem 0.52rem 2.3rem;
  border: 1px solid rgba(240, 240, 235, 0.2);
  border-radius: 0.58rem;
  background: rgba(240, 240, 235, 0.05);
  color: var(--heading-color);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.86rem, 0.3vw + 0.28vh, 0.95rem);
  line-height: 1.28;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.radio-option span::before {
  content: "";
  position: absolute;
  left: 0.76rem;
  top: 50%;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  border: 2px solid rgba(240, 240, 235, 0.65);
  transform: translateY(-50%);
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.radio-option input[type="radio"]:hover + span {
  border-color: rgba(150, 220, 115, 0.6);
  background: rgba(150, 220, 115, 0.09);
  transform: translateY(-1px);
}

.radio-option input[type="radio"]:focus-visible + span {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(150, 220, 115, 0.2);
}

.radio-option input[type="radio"]:checked + span {
  border-color: rgba(150, 220, 115, 0.9);
  background: rgba(150, 220, 115, 0.16);
}

.radio-option input[type="radio"]:checked + span::before {
  border-color: var(--primary-green);
  background: radial-gradient(circle at center, var(--primary-green) 0 45%, transparent 50% 100%);
}

fieldset.form-group:not(.form-consent) legend {
  grid-column: 1 / -1;
}

fieldset.form-group:not(.form-consent) .radio-option:last-child:nth-child(even) {
  grid-column: 1 / -1;
}

.form-consent {
  margin-top: 0;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(240, 240, 235, 0.22);
}

.consent-option {
  margin-top: 0.2rem;
}

.consent-option span {
  min-height: 2.1rem;
  padding-top: 0.46rem;
  padding-bottom: 0.46rem;
  font-size: clamp(0.82rem, 0.22vw + 0.2vh, 0.9rem);
  line-height: 1.24;
}

.consent-option span::before {
  top: 0.86rem;
  transform: none;
}

.consent-copy {
  margin: 0.42rem 0 0 1.7rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem 1rem;
}

.consent-copy p {
  margin: 0;
  color: rgba(240, 240, 235, 0.9);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.18vw + 0.18vh, 0.84rem);
  line-height: 1.3;
}

.consent-link {
  color: var(--primary-green);
  text-underline-offset: 0.16em;
}

.form-submit {
  margin-top: 0.15rem;
  justify-self: start;
  width: min(100%, 210px);
  min-height: 3.875rem;
  padding: 0.75rem 1.7rem;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--primary-green);
  color: var(--button-text);
  font-family: "Gellix Bold", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1;
  box-shadow: 0 0 0 0 rgba(150, 220, 115, 0), 0 3px 10px rgba(3, 19, 17, 0.16);
  overflow: hidden;
  cursor: pointer;
  transition: transform 120ms ease, filter 120ms ease;
}

.form-submit:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* Premium Inquiry Overrides */
body.form-open .page {
  filter: brightness(0.66);
}

.drawer-panel {
  right: 0;
  top: 0;
  bottom: 0;
  width: min(78vw, 1200px);
  max-width: 100vw;
  height: auto;
  padding: clamp(0.95rem, 1.35vw, 1.25rem) clamp(1rem, 1.6vw, 1.4rem);
  background: linear-gradient(165deg, rgba(9, 55, 50, 0.98), rgba(7, 41, 38, 0.97));
  border: 0;
  border-left: 1px solid rgba(150, 220, 115, 0.22);
  border-radius: 0;
  box-shadow: -20px 0 56px rgba(3, 18, 16, 0.38);
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 0.8vh, 0.8rem);
  overflow: hidden;
}

.drawer-panel::before {
  content: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.028) 0.6px, transparent 0.6px);
  background-size: 4px 4px;
  opacity: 0.45;
}

.drawer-header {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.2rem;
}

.drawer-subtitle {
  margin: 0.5rem 0 0;
  color: rgba(240, 240, 235, 0.82);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.86rem, 0.34vw + 0.35vh, 1rem);
  line-height: 1.4;
  text-align: center;
}

.drawer-close {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  border-radius: 0;
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: 1.2rem;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.drawer-close:hover {
  border-color: rgba(150, 220, 115, 0.58);
  transform: translateY(-1px);
}

.qualification-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  position: relative;
  z-index: 1;
}

.form-shell {
  height: 100%;
  flex: 1;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.58rem, 0.95vh, 0.95rem);
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.section-head h3 {
  margin: 0;
  color: var(--heading-color);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: clamp(0.9rem, 0.28vw + 0.32vh, 1rem);
  line-height: 1.25;
}

.section-head p {
  margin: 0.28rem 0 0;
  color: rgba(240, 240, 235, 0.75);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.76rem, 0.22vw + 0.2vh, 0.87rem);
  line-height: 1.3;
}

.section-grid {
  display: grid;
  gap: clamp(0.52rem, 0.85vh, 0.85rem) clamp(0.9rem, 1.1vw, 1.25rem);
}

.section-grid.two-col {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.section-grid.one-col {
  grid-template-columns: 1fr;
}

.span-all {
  grid-column: 1 / -1;
}

.form-step[data-step="2"] .consent-block {
  grid-column: 1 / -1;
  width: 100%;
  align-self: stretch;
}

.form-group label,
.form-group legend {
  margin-bottom: 0.42rem;
  color: rgba(240, 240, 235, 0.94);
  font-size: clamp(0.72rem, 0.18vw + 0.25vh, 0.79rem);
  line-height: 1.3;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.req {
  color: #f4a8a8;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  min-height: clamp(2.95rem, 3.65vh, 3.3rem);
  padding: 0.65rem 0.86rem;
  border: 1px solid rgba(240, 240, 235, 0.13);
  border-radius: 0;
  background: rgba(240, 240, 235, 0.045);
  font-size: clamp(0.92rem, 0.32vw + 0.28vh, 1rem);
}

.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="tel"]::placeholder {
  color: rgba(240, 240, 235, 0.6);
}

.form-group input[type="text"]:hover,
.form-group input[type="email"]:hover,
.form-group input[type="tel"]:hover {
  border-color: rgba(240, 240, 235, 0.22);
  background: rgba(240, 240, 235, 0.07);
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus {
  box-shadow: 0 0 0 2px rgba(150, 220, 115, 0.34), 0 0 0 7px rgba(150, 220, 115, 0.11);
}

.icon-field {
  position: relative;
}

.icon-field input {
  padding-left: 2.25rem;
}

.icon-field::after {
  position: absolute;
  left: 0.8rem;
  top: calc(50% + 0.34rem);
  transform: translateY(-50%);
  color: rgba(240, 240, 235, 0.72);
  font-size: 0.94rem;
  pointer-events: none;
}

.icon-mail::after {
  content: "@";
}

.icon-phone::after {
  content: "\260E";
}

.option-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.55rem;
}

.form-step[data-step="1"] {
  flex: 0 0 auto;
  display: block;
}

.form-step[data-step="2"] {
  flex: 0 0 auto;
  display: block;
}

.form-step[data-step="1"] .section-grid.two-col {
  width: 100%;
}

.form-step[data-step="1"] fieldset.form-group {
  display: flex;
  flex-direction: column;
}

.form-step[data-step="1"] .option-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

.form-step[data-step="1"] .radio-option-card {
  grid-column: span 2;
  height: 100%;
}

.form-step[data-step="1"] .option-card-copy {
  height: 100%;
}

.form-step[data-step="1"] .option-grid .radio-option-card:nth-child(4):nth-last-child(2),
.form-step[data-step="1"] .option-grid .radio-option-card:nth-child(5):nth-last-child(1) {
  grid-column: span 3;
}

.form-step[data-step="1"] .option-grid .radio-option-card:nth-child(4):nth-last-child(1) {
  grid-column: 1 / -1;
}

.radio-option-card {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.radio-option-card input[type="radio"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.option-card-copy {
  position: relative;
  min-height: clamp(3rem, 3.85vh, 3.45rem);
  padding: 0.58rem 2rem;
  border: 1px solid rgba(240, 240, 235, 0.14);
  border-radius: 0;
  background: rgba(240, 240, 235, 0.045);
  color: var(--heading-color);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.12rem;
  text-align: center;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.option-card-copy strong {
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: clamp(0.88rem, 0.26vw + 0.24vh, 0.97rem);
  line-height: 1.18;
  font-weight: 600;
  text-align: center;
}

.option-card-copy em {
  color: rgba(240, 240, 235, 0.7);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.69rem, 0.16vw + 0.15vh, 0.76rem);
  line-height: 1.2;
  font-style: normal;
}

.option-card-copy::after {
  content: "\2713";
  position: absolute;
  right: 0.62rem;
  top: 0.52rem;
  font-size: 0.82rem;
  line-height: 1;
  color: rgba(150, 220, 115, 0.96);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 140ms ease, transform 140ms ease;
}

.radio-option-card input[type="radio"]:hover + .option-card-copy {
  border-color: rgba(150, 220, 115, 0.6);
  background: rgba(150, 220, 115, 0.09);
  transform: translateY(-1px);
}

.radio-option-card input[type="radio"]:focus-visible + .option-card-copy {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 2px rgba(150, 220, 115, 0.32), 0 0 0 6px rgba(150, 220, 115, 0.1);
}

.radio-option-card input[type="radio"]:checked + .option-card-copy {
  border-color: rgba(150, 220, 115, 0.9);
  background: linear-gradient(150deg, rgba(150, 220, 115, 0.22), rgba(150, 220, 115, 0.1));
  box-shadow: 0 8px 18px rgba(5, 23, 21, 0.28), 0 0 0 1px rgba(150, 220, 115, 0.4);
}

.radio-option-card input[type="radio"]:checked + .option-card-copy::after {
  opacity: 1;
  transform: scale(1);
}

.option-grid .radio-option-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.consent-block {
  padding-top: 0.15rem;
}

fieldset.form-group.consent-block {
  display: block;
  grid-template-columns: none;
  width: 100%;
}

.consent-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.6rem;
  margin-top: 0.2rem;
  color: rgba(240, 240, 235, 0.95);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.98rem, 0.22vw + 0.32vh, 1.08rem);
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
}

.consent-copy-block {
  display: block;
  width: 100%;
}

.consent-text {
  display: block;
  width: 100%;
  font-family: "Gellix Text", "Gellix Regular", Arial, sans-serif;
  font-weight: 350;
  font-size: clamp(1.02rem, 0.24vw + 0.34vh, 1.14rem);
  line-height: 1.48;
}

.consent-points {
  margin: 0.42rem 0 0 1.2rem;
  padding: 0;
  color: rgba(240, 240, 235, 0.95);
  font-family: "Gellix Text", "Gellix Regular", Arial, sans-serif;
  font-weight: 350;
  font-size: inherit;
  line-height: 1.4;
}

.consent-points li {
  margin: 0.2rem 0;
}

.consent-points .consent-link {
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: 1em;
  text-decoration: underline;
}

.form-group .consent-check {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  align-items: start;
  column-gap: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}

.consent-check input[type="checkbox"] {
  grid-column: 1;
  grid-row: 1;
  width: 1rem;
  height: 1rem;
  margin: 0.24rem 0 0;
  accent-color: var(--primary-green);
}

.consent-check .consent-copy-block {
  grid-column: 2;
}

.consent-copy {
  margin: 0.52rem 0 0;
  padding: 0.62rem 0.78rem;
  border: 1px solid rgba(240, 240, 235, 0.14);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 0.36rem;
  width: 100%;
}

.consent-copy p {
  margin: 0;
  color: rgba(240, 240, 235, 0.9);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: clamp(0.74rem, 0.15vw + 0.17vh, 0.83rem);
  line-height: 1.35;
}

.consent-link {
  color: var(--primary-green);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: 0.78rem;
  text-decoration: none;
}

.consent-link::before {
  content: "\2197  ";
}

.consent-link:hover {
  text-decoration: underline;
}

.field-error {
  min-height: 1em;
  margin: 0.3rem 0 0;
  color: #ffafaf;
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: 0.76rem;
  line-height: 1.2;
}

.form-group.has-error input[type="text"],
.form-group.has-error input[type="email"],
.form-group.has-error input[type="tel"] {
  border-color: rgba(255, 175, 175, 0.9);
  box-shadow: 0 0 0 2px rgba(255, 175, 175, 0.22);
}

fieldset.form-group.has-error .option-card-copy {
  border-color: rgba(255, 175, 175, 0.82);
}

.consent-block.has-error .consent-check input[type="checkbox"] {
  outline: 2px solid rgba(255, 175, 175, 0.9);
  outline-offset: 2px;
}

.submit-wrap {
  margin-top: 0;
  padding-top: 0.08rem;
}

.form-submit {
  margin-top: 0;
  justify-self: stretch;
  width: 100%;
  min-height: 3.875rem;
  padding: 0.75rem 1.7rem;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--primary-green);
  color: var(--button-text);
  font-family: "Gellix Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.125rem);
  box-shadow: 0 0 0 0 rgba(150, 220, 115, 0), 0 3px 10px rgba(3, 19, 17, 0.16);
  transition: transform 120ms ease, filter 120ms ease, opacity 120ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.form-submit::after {
  content: "\2192";
  display: inline-block;
  font-size: 1.02em;
  line-height: 1;
  opacity: 0.9;
  animation: arrowDrift 1.6s ease-in-out infinite;
}

.form-submit:hover {
  filter: brightness(1.02);
}

.form-submit.is-loading {
  cursor: wait;
  opacity: 0.92;
}

.form-submit.is-loading::after {
  opacity: 0;
  animation: none;
}

.form-submit.is-loading::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 2px solid rgba(10, 60, 55, 0.35);
  border-top-color: rgba(10, 60, 55, 1);
  animation: spin 650ms linear infinite;
}

.submit-note {
  display: none;
  margin: 0.46rem 0 0;
  color: rgba(240, 240, 235, 0.78);
  font-family: "Gellix Regular", Arial, sans-serif;
  font-size: 0.74rem;
  line-height: 1.3;
  text-align: center;
}

.qualification-form[data-current-step="1"] .submit-note[data-note-step="1"] {
  display: block;
}

.qualification-form[data-current-step="2"] .submit-note[data-note-step="2"] {
  display: block;
}

.wizard-progress {
  display: grid;
  gap: 0.45rem;
  margin-top: auto;
  margin-bottom: clamp(1rem, 2.4vh, 1.7rem);
}

.wizard-form-title {
  margin: 0 0 0.25rem;
  color: var(--heading-color);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: clamp(1.75rem, 1.05vw + 0.8vh, 2rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-align: center;
}

.wizard-progress-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  padding-right: 10px;
}

.wizard-kicker {
  margin: 0;
  color: rgba(240, 240, 235, 0.74);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: 0.73rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wizard-title {
  margin: 0;
  color: rgba(240, 240, 235, 0.94);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: 0.92rem;
}

.wizard-track {
  width: 100%;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(240, 240, 235, 0.14);
  overflow: hidden;
}

.wizard-bar {
  display: block;
  height: 100%;
  width: 50%;
  border-radius: inherit;
  background: linear-gradient(90deg, #9be676 0%, #7ac957 100%);
  transition: width 260ms var(--ease-premium);
}

.form-step {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-step .section-grid {
  width: 100%;
}

.form-step[hidden] {
  display: none !important;
}

.wizard-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-self: stretch;
}

.wizard-actions [hidden] {
  display: none !important;
}

.qualification-form[data-current-step="1"] .wizard-actions {
  grid-template-columns: 1fr;
}

.form-back {
  min-height: 3.35rem;
  padding: 0 1.1rem;
  border: 1px solid rgba(240, 240, 235, 0.24);
  border-radius: 0;
  background: rgba(240, 240, 235, 0.04);
  color: var(--heading-color);
  font-family: "Gellix SemiBold", Arial, sans-serif;
  font-size: 0.93rem;
  cursor: pointer;
  transition: border-color 120ms ease, background-color 120ms ease;
}

.form-back:hover {
  border-color: rgba(150, 220, 115, 0.6);
  background: rgba(150, 220, 115, 0.08);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes logoIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes taglineIn {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes buttonIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes arrowDrift {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

@media (min-width: 1024px) {
  :root {
    --brand-lift: 2.25rem;
  }

  .page {
    padding: 4.5rem 6.5rem;
  }
}

@media (min-width: 1024px) and (max-height: 920px) {
  :root {
    --brand-lift: 1.35rem;
  }

  .form-step[data-step="1"] .section-grid.two-col {
    gap: 0.5rem 1rem;
  }

  .form-step[data-step="1"] .option-grid {
    gap: 0.45rem;
  }

  .form-step[data-step="1"] .option-card-copy {
    min-height: 2.85rem;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  .drawer-panel {
    overflow-y: auto;
  }

  .form-shell {
    height: auto;
  }
}

@media (max-width: 1023px) {
  .drawer-panel {
    width: min(92vw, 980px);
    overflow-y: auto;
  }

  .form-shell {
    height: auto;
  }
}

@media (max-width: 680px) {
  :root {
    --brand-width: clamp(19rem, 90vw, 36rem);
  }

  .page {
    padding: 1.5rem 1.15rem;
  }

  .hero {
    max-width: 100%;
  }

  .tagline {
    white-space: normal;
    font-size: clamp(2.15rem, 8.8vw, 3rem);
  }

  .coming-soon {
    max-width: 12ch;
  }

  .drawer-panel {
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    padding: 1rem 0.9rem;
    overflow-y: auto;
  }

  .wizard-form-title {
    font-size: 1.32rem;
  }

  .drawer-subtitle {
    font-size: 0.87rem;
  }

  .form-shell {
    padding: 0.88rem;
    gap: 0.78rem;
  }

  .section-grid.two-col {
    grid-template-columns: 1fr;
  }

  .form-step[data-step="1"] .option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.48rem;
  }

  .form-step[data-step="1"] .radio-option-card {
    grid-column: auto;
  }

  .form-step[data-step="1"] .option-grid .radio-option-card:nth-child(4):nth-last-child(2),
  .form-step[data-step="1"] .option-grid .radio-option-card:nth-child(5):nth-last-child(1),
  .form-step[data-step="1"] .option-grid .radio-option-card:nth-child(4):nth-last-child(1) {
    grid-column: auto;
  }

  .form-step[data-step="1"] .option-grid .radio-option-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .form-step[data-step="1"] {
    align-items: flex-start;
  }

  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"] {
    min-height: 3.05rem;
    font-size: 0.98rem;
  }

  .option-card-copy {
    min-height: 3.25rem;
  }

  .consent-copy {
    padding: 0.66rem;
  }

  .wizard-progress {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title title"
      "step kicker"
      "track track"
      "subtitle subtitle";
    column-gap: 0.55rem;
    row-gap: 0.34rem;
    align-items: end;
  }

  .wizard-form-title {
    grid-area: title;
    margin-bottom: 0.9rem;
  }

  .wizard-progress-meta {
    display: contents;
  }

  .wizard-title {
    grid-area: step;
    text-align: left;
    align-self: end;
  }

  .wizard-track {
    grid-area: track;
  }

  .wizard-kicker {
    grid-area: kicker;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
    align-self: end;
  }

  .drawer-subtitle {
    grid-area: subtitle;
  }

  .wizard-actions {
    grid-template-columns: 1fr;
  }

  .form-back,
  .form-submit {
    width: 100%;
  }

  .privacy-main {
    gap: 1.25rem;
  }

  .privacy-top {
    min-height: 0;
    display: block;
    padding-top: 0;
  }

  .privacy-brand {
    position: static;
    width: min(100%, 265px);
  }

  .privacy-logo {
    width: 100%;
  }

  .privacy-tagline {
    font-size: clamp(0.98rem, 4.8vw, 1.28rem);
    white-space: normal;
  }

  .privacy-title {
    margin-top: 1.05rem;
    font-size: clamp(1.35rem, 7vw, 1.8rem);
    text-align: center;
  }

  .privacy-content {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .privacy-list li {
    padding-left: 1.7rem;
  }

  .privacy-list li p {
    margin-top: 0.28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .brand-logo,
  .tagline,
  .cta-block,
  .inquiry-button,
  .site-footer {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
  }

  .page,
  .drawer-backdrop,
  .drawer-panel,
  .drawer-close,
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-submit {
    transition: none !important;
  }
}
