:root {
  --bg-main: #ffffff;
  --surface: #ffffff;
  --ink: #111111;
  --ink-muted: #444444;
  --brand: #f26419;
  --brand-strong: #d94f0a;
  --focus: #f26419;
  --line: #d6d6d6;
  --danger: #b42318;
  --shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg-main);
  min-height: 100vh;
  overflow-x: hidden;
}

.background-orb {
  display: none;
}

.orb-one {
  display: none;
}

.orb-two {
  display: none;
}

.page-shell {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 16px 32px;
  display: grid;
  gap: 18px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  background: #efefef;
  border: 1px solid #111111;
  border-radius: 999px;
}

.lang-link {
  display: inline-block;
  min-width: 44px;
  text-align: center;
  padding: 6px 10px;
  border: 0;
  color: #333333;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  transition: background-color 160ms ease, color 160ms ease;
}

.lang-link:hover {
  background: #e2e2e2;
  color: #111111;
}

.lang-link.is-active {
  background: #f26419;
  color: #ffffff;
  cursor: default;
}

.lang-link.is-active:hover {
  background: #f26419;
  color: #ffffff;
}

.hero-headline {
  text-align: center;
  padding: 24px 0 26px;
}

.hero-headline h1 {
  margin: 8px auto 10px;
  font-family: "Arvo", "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.15;
  max-width: 22ch;
}

.hero-intro {
  margin: 0 auto;
  color: var(--ink-muted);
  line-height: 1.5;
  max-width: 66ch;
}

.hero-form-cta {
  display: none;
  margin-top: 14px;
  border: 1px solid #111111;
  background: #f26419;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 10px 14px;
  cursor: pointer;
}

.hero-form-cta:hover {
  background: #d94f0a;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.brand-column {
  background: #111111;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #111111;
  padding: 28px;
  box-shadow: var(--shadow);
  animation: riseIn 500ms ease-out;
}

.brand-top {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 14px;
  margin-bottom: 0;
}

.brand-top > div:last-child {
  min-width: 0;
}

.logo-wrap {
  width: 64px;
  height: 64px;
  border-radius: 0;
  border: 1px solid #ffffff;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-name {
  margin: 0;
  font-family: "Arvo", "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.site-tagline {
  margin: 3px 0 0;
  color: #bbbbbb;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.eyebrow {
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #111111;
  display: inline-block;
  background: #ffb284;
  border: 1px solid #f26419;
  padding: 6px 10px;
  border-radius: 6px;
}

.brand-column h1 {
  margin: 10px 0;
  font-family: "Arvo", "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.2;
}

.about-title {
  margin: 0 0 8px;
  font-family: "Arvo", "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
}

.intro {
  margin: 0;
  color: #ececec;
  line-height: 1.5;
  max-width: 48ch;
}

.highlight-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.highlight-card {
  background: #1a1a1a;
  border: 1px solid #313131;
  border-radius: 0;
  padding: 12px;
}

.highlight-label {
  margin: 0;
  color: #ffb284;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.highlight-value {
  margin: 4px 0 0;
  font-weight: 700;
}

.highlight-note {
  margin: 4px 0 0;
  color: #cfcfcf;
  font-size: 0.9rem;
}

.program-points {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.instructor-card {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 12px;
  background: #1a1a1a;
  border: 1px solid #313131;
  border-radius: 0;
  padding: 14px;
}

.instructor-photo {
  width: 132px;
  height: 132px;
  border-radius: 0;
  object-fit: cover;
  border: 1px solid #ffb284;
}

.instructor-kicker {
  margin: 0;
  color: #ffb284;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.instructor-card h2 {
  margin: 2px 0 4px;
  font-family: "Arvo", "Times New Roman", serif;
  font-size: 1.08rem;
}

.instructor-card p {
  margin: 0;
  color: #e7e7e7;
  line-height: 1.4;
  font-size: 0.92rem;
}

.proof-strip {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.proof-strip p {
  margin: 0;
  font-size: 0.82rem;
  color: #111111;
  background: #ffb284;
  border: 1px solid #ffb284;
  padding: 6px 10px;
  border-radius: 0;
}

.form-card {
  background: var(--surface);
  border: 1px solid #111111;
  border-radius: 0;
  box-shadow: 4px 4px 0 #b5b5b5;
  padding: 20px;
  animation: riseIn 620ms ease-out;
}

.form-title {
  margin: 0 0 10px;
  font-family: "Arvo", "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
}

.progress-wrap {
  margin-bottom: 16px;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink-muted);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.progress-track {
  width: 100%;
  background: #efefef;
  height: 9px;
  border-radius: 0;
  overflow: hidden;
}

.progress-fill {
  width: 17%;
  height: 100%;
  background: var(--brand);
  border-radius: inherit;
  transition: width 280ms ease;
}

form {
  display: grid;
}

.step {
  border: 0;
  margin: 0;
  padding: 0;
  animation: fadeSlide 240ms ease;
}

.step legend {
  font-family: "Arvo", "Times New Roman", serif;
  font-size: 1.28rem;
  margin-bottom: 6px;
}

.step-desc {
  margin: 0 0 18px;
  color: var(--ink-muted);
}

.question {
  margin-bottom: 16px;
}

.question-title {
  margin: 0 0 8px;
  font-weight: 600;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
}

.chip {
  border: 1px solid #8a8a8a;
  background: #ffffff;
  color: var(--ink);
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  padding: 10px 14px;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: all 180ms ease;
}

.chip:hover {
  border-color: var(--brand);
  transform: translateY(-1px);
}

.chip.is-selected {
  background: var(--brand);
  border-color: var(--brand);
  color: #ffffff;
  transform: translateY(-1px);
}

.input-field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.input-field span {
  font-weight: 600;
}

.input-field input,
.input-field select {
  width: 100%;
  padding: 11px 12px;
  border-radius: 0;
  border: 1px solid var(--line);
  background: #ffffff;
  font: inherit;
}

.input-field input:focus,
.input-field select:focus {
  outline: 3px solid rgba(242, 100, 25, 0.22);
  border-color: var(--focus);
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.alert {
  min-height: 22px;
  color: var(--danger);
  font-size: 0.92rem;
  margin-top: 2px;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 10px 16px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #efefef;
  color: #111111;
}

.btn.secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn.primary {
  background: var(--brand);
  color: #ffffff;
}

.btn.primary:hover {
  background: var(--brand-strong);
  filter: none;
}

@media (min-width: 980px) {
  .content-grid {
    grid-template-columns: 0.95fr 1.1fr;
    align-items: start;
    gap: 24px;
  }

  .page-shell {
    padding: 20px 24px 42px;
  }

  .hero-headline {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .brand-column,
  .form-card {
    padding: 30px;
  }

  .brand-column {
    position: sticky;
    top: 20px;
  }

  .highlight-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .topbar {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }

  .brand-top {
    flex: 1;
  }

  .hero-form-cta {
    display: inline-block;
  }

  .site-name,
  .site-tagline {
    display: none;
  }

  .lang-switch {
    margin-left: auto;
  }

  .instructor-card {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 521px) and (max-width: 767px) {
  .hero-form-cta {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-form-cta {
    display: inline-block;
  }
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
