:root {
  --los-bg: #f3f6f4;
  --los-surface: #ffffff;
  --los-surface-soft: #eef4f0;
  --los-border: rgba(54, 89, 69, 0.12);
  --los-border-strong: rgba(54, 89, 69, 0.22);
  --los-text: #1f2933;
  --los-text-soft: #52606d;
  --los-brand: #365945;
  --los-brand-strong: #2c4938;
  --los-shadow: 0 20px 40px rgba(22, 35, 29, 0.08);
  --los-radius-xl: 28px;
  --los-radius-lg: 20px;
  --los-radius-md: 14px;
  --los-max-width: 1080px;
  --layout-min: 360px;
  --layout-max: 800px;
  --topbar-min-width: var(--layout-min);
  --topbar-max-width: var(--layout-max);
  --topbar-padding-x: 20px;
  --guided-surface-bg: #fff;
  --guided-surface-border: rgba(54, 89, 69, 0.14);
  --guided-surface-radius: 18px;
  --guided-surface-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  --topbar-bg: var(--guided-surface-bg);
  --topbar-border: var(--guided-surface-border);
  --topbar-radius: 0 0 var(--guided-surface-radius) var(--guided-surface-radius);
  --topbar-shadow: var(--guided-surface-shadow);
}

html {
  scroll-behavior: smooth;
}

body.los-gehts-body,
body.los-gehts-body *,
body.los-gehts-body *::before,
body.los-gehts-body *::after {
  box-sizing: border-box;
}

body.los-gehts-body {
  margin: 0;
  min-height: 100vh;
  color: var(--los-text);
  background:
    radial-gradient(circle at top left, rgba(115, 152, 129, 0.14), transparent 34%),
    linear-gradient(180deg, #f7faf8 0%, var(--los-bg) 32%, #edf3ef 100%);
}

.los-gehts-page {
  width: min(calc(100% - 32px), var(--los-max-width));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.topbar--home .topbar__left {
  justify-content: flex-start;
}

.topbar--home .topbar__right {
  justify-content: flex-end;
}

.coach-login-entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(54, 89, 69, 0.72);
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.92;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.coach-login-entry:hover,
.coach-login-entry:focus-visible {
  color: #365945;
  background: rgba(54, 89, 69, 0.04);
  opacity: 1;
  border-color: rgba(54, 89, 69, 0.24);
}

.coach-login-entry:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(247, 249, 248, 0.98), 0 0 0 4px rgba(54, 89, 69, 0.18);
}

.coach-login-entry:active {
  background: rgba(54, 89, 69, 0.08);
  border-color: rgba(54, 89, 69, 0.32);
}

.los-gehts-hero,
.los-gehts-section,
.los-gehts-cta {
  background: var(--los-surface);
  border: 1px solid var(--los-border);
  border-radius: var(--los-radius-xl);
  box-shadow: var(--los-shadow);
}

.los-gehts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 28px;
  padding: 36px;
}

.los-gehts-eyebrow,
.los-gehts-section__eyebrow,
.los-gehts-cta__eyebrow {
  margin: 0 0 10px;
  color: var(--los-brand);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.los-gehts-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--los-brand-strong);
}

.los-gehts-lead,
.los-gehts-section__head p,
.los-gehts-card p,
.los-gehts-feature p,
.los-gehts-step__content p,
.los-gehts-note,
.los-gehts-trust p,
.los-gehts-cta p,
.los-gehts-faq__item p {
  margin: 0;
  color: var(--los-text-soft);
  font-size: 1.06rem;
  line-height: 1.55;
}

.los-gehts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.los-gehts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  max-width: 100%;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.los-gehts-btn:hover,
.los-gehts-btn:focus-visible {
  transform: translateY(-1px);
}

.los-gehts-btn--primary {
  color: #fff;
  background: linear-gradient(180deg, #476b54 0%, var(--los-brand) 100%);
  box-shadow: 0 12px 24px rgba(54, 89, 69, 0.22);
}

.los-gehts-btn--secondary {
  color: var(--los-brand);
  background: var(--los-surface-soft);
  border: 1px solid var(--los-border-strong);
}

.los-gehts-hero__panel {
  align-self: stretch;
  padding: 24px;
  border-radius: var(--los-radius-lg);
  background: linear-gradient(180deg, rgba(54, 89, 69, 0.06), rgba(54, 89, 69, 0.02));
  border: 1px solid rgba(54, 89, 69, 0.1);
}

.los-gehts-panel__title {
  margin: 0 0 16px;
  color: var(--los-brand-strong);
  font-size: 1.2rem;
}

.los-gehts-checklist,
.los-gehts-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.los-gehts-checklist li,
.los-gehts-bullet-list li {
  position: relative;
  padding-left: 30px;
  color: var(--los-text);
  line-height: 1.45;
}

.los-gehts-checklist li + li,
.los-gehts-bullet-list li + li {
  margin-top: 14px;
}

.los-gehts-checklist li::before,
.los-gehts-bullet-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--los-brand);
  background: rgba(54, 89, 69, 0.1);
}

.los-gehts-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 24px;
}

.los-gehts-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--los-brand);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(54, 89, 69, 0.14);
  box-shadow: 0 8px 18px rgba(25, 38, 30, 0.05);
}

.los-gehts-section,
.los-gehts-cta {
  padding: 34px;
  margin-top: 24px;
}

.los-gehts-section__head {
  max-width: 780px;
}

.los-gehts-section__head h2,
.los-gehts-cta h2 {
  margin: 0;
  color: var(--los-brand-strong);
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.los-gehts-section__head p,
.los-gehts-cta p {
  margin-top: 12px;
}

.los-gehts-cta__intro {
  max-width: 780px;
}

.los-gehts-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.los-gehts-cta-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: var(--los-radius-lg);
  border: 1px solid rgba(54, 89, 69, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 243, 0.94));
}

.los-gehts-cta-card--search {
  background: linear-gradient(180deg, rgba(246, 251, 248, 0.98), rgba(237, 244, 239, 0.96));
}

.los-gehts-cta-card__eyebrow {
  margin: 0 0 12px;
  color: var(--los-brand);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.los-gehts-cta-card h3 {
  margin: 0;
  color: var(--los-brand-strong);
  font-size: 1.28rem;
  line-height: 1.18;
}

.los-gehts-cta-card p:last-of-type {
  margin-top: 12px;
}

.los-gehts-cta-card .los-gehts-btn {
  margin-top: 20px;
}

.los-gehts-card-grid,
.los-gehts-feature-grid,
.los-gehts-trust-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

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

.los-gehts-card-grid--narrow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.los-gehts-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.los-gehts-card,
.los-gehts-feature,
.los-gehts-trust,
.los-gehts-split__card {
  padding: 22px;
  border-radius: var(--los-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 243, 0.94));
  border: 1px solid rgba(54, 89, 69, 0.1);
}

.los-gehts-card h3,
.los-gehts-feature h3,
.los-gehts-trust h3,
.los-gehts-step__content h3,
.los-gehts-split__card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  color: var(--los-brand-strong);
}

.los-gehts-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: var(--los-radius-md);
  background: rgba(54, 89, 69, 0.06);
  border: 1px solid rgba(54, 89, 69, 0.14);
}

.los-gehts-steps {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.los-gehts-step {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border-radius: var(--los-radius-lg);
  background: linear-gradient(180deg, #ffffff, #f5f9f6);
  border: 1px solid rgba(54, 89, 69, 0.1);
}

.los-gehts-step__number {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, #476b54, #365945);
  box-shadow: 0 12px 24px rgba(54, 89, 69, 0.2);
}

.los-gehts-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.los-gehts-faq {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.los-gehts-faq__item {
  padding: 0 18px;
  border-radius: var(--los-radius-md);
  background: linear-gradient(180deg, #ffffff, #f5f9f6);
  border: 1px solid rgba(54, 89, 69, 0.12);
}

.los-gehts-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--los-brand-strong);
}

.los-gehts-faq__item summary::-webkit-details-marker {
  display: none;
}

.los-gehts-faq__item p {
  padding: 0 0 18px;
}

.los-gehts-cta {
  display: grid;
  gap: 24px;
}

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

  .los-gehts-btn {
    transition: none;
  }
}

@media (max-width: 960px) {
  .los-gehts-page {
    width: min(calc(100% - 24px), var(--los-max-width));
    padding-top: 20px;
  }

  .los-gehts-hero,
  .los-gehts-card-grid,
  .los-gehts-card-grid--narrow,
  .los-gehts-cta-grid,
  .los-gehts-feature-grid,
  .los-gehts-trust-grid,
  .los-gehts-split,
  .los-gehts-cta {
    grid-template-columns: 1fr;
  }

  .los-gehts-hero {
    padding: 28px;
  }

  .los-gehts-section,
  .los-gehts-cta {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .los-gehts-page {
    width: min(calc(100% - 18px), var(--los-max-width));
    padding-bottom: 48px;
  }

  .los-gehts-hero,
  .los-gehts-section,
  .los-gehts-cta {
    padding: 22px;
    border-radius: 22px;
  }

  .los-gehts-title {
    font-size: 1.95rem;
  }

  .los-gehts-step {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }

  .los-gehts-step__number {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.12rem;
  }

  .los-gehts-actions,
  .los-gehts-nav {
    flex-direction: column;
  }

  .los-gehts-btn,
  .los-gehts-nav a {
    width: 100%;
  }

  .coach-login-entry {
    font-size: 0.74rem;
    padding: 6px 8px;
  }
}

@media (max-width: 720px) {
  :root {
    --topbar-min-width: 0px;
    --topbar-max-width: 100%;
  }
}
