.landing-body {
  --bs-bg: oklch(98.2% 0.018 78);
  --bs-bg-soft: oklch(94.7% 0.032 72);
  --bs-card: oklch(99.2% 0.01 78);
  --bs-ink: oklch(25% 0.036 72);
  --bs-muted: oklch(46% 0.045 72);
  --bs-line: oklch(84% 0.032 72);
  --bs-accent: oklch(62% 0.108 52);
  --bs-accent-dark: oklch(45% 0.08 52);
  --bs-dark: oklch(22% 0.045 72);
  margin: 0;
  background: var(--bs-bg);
  color: var(--bs-ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  overflow-x: clip;
}

.landing-body *,
.landing-body *::before,
.landing-body *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.landing-body .bs-page {
  min-height: 100vh;
  background: var(--bs-bg);
}

.landing-body .bs-container {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.landing-body [id] {
  scroll-margin-top: 110px;
}

.landing-body .bs-serif {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}

.landing-body .khanda-icon {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
}

.landing-body .bs-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 24px 0;
  background: oklch(98.2% 0.018 78 / 0.92);
  border-bottom: 1px solid oklch(62% 0.065 52 / 0.18);
  backdrop-filter: blur(12px);
}

.landing-body .bs-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.landing-body .bs-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: oklch(34% 0.065 52);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.landing-body .bs-logo small {
  color: oklch(55% 0.07 52);
  font-size: 1.1rem;
  font-weight: 300;
}

.landing-body .bs-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 32px);
  min-width: 0;
}

.landing-body .bs-nav-links a,
.landing-body .bs-phone {
  color: var(--bs-ink);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.landing-body .bs-nav-links a:hover,
.landing-body .bs-phone:hover {
  color: var(--bs-accent);
}

.landing-body .bs-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.landing-body .bs-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 12px 28px;
  border: 1px solid var(--bs-accent);
  border-radius: 999px;
  background: var(--bs-accent);
  color: oklch(99% 0.006 78);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.landing-body .bs-btn:hover,
.landing-body .bs-btn:focus-visible {
  transform: translateY(-1px);
  background: var(--bs-accent-dark);
  outline: 3px solid oklch(72% 0.09 52 / 0.32);
  outline-offset: 2px;
}

.landing-body .bs-btn-outline {
  background: transparent;
  color: var(--bs-accent);
}

.landing-body .bs-btn-outline:hover,
.landing-body .bs-btn-outline:focus-visible {
  background: var(--bs-accent);
  color: oklch(99% 0.006 78);
}

.landing-body .bs-btn-light {
  background: oklch(98% 0.012 78);
  border-color: oklch(98% 0.012 78);
  color: var(--bs-dark);
}

.landing-body .bs-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(640px, calc(100svh - 132px));
  padding: 70px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 58% 56% at 50% 43%, oklch(98.8% 0.01 78 / 0.94) 0%, oklch(98.4% 0.012 78 / 0.82) 42%, oklch(98% 0.012 78 / 0.28) 68%, transparent 100%),
    linear-gradient(180deg, oklch(98.5% 0.012 78 / 0.34) 0%, transparent 45%, oklch(95.5% 0.03 74 / 0.34) 100%),
    url("/static/academy/img/hero-bramsarot-source.jpg?v=20260604-hero3") center bottom / cover no-repeat,
    oklch(96.5% 0.025 78);
  border-bottom: 0;
}

.landing-body .bs-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 14%;
  background: linear-gradient(180deg, transparent, oklch(98.2% 0.018 78 / 0.7));
  pointer-events: none;
}

.landing-body .bs-hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.landing-body .bs-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 999px;
  background: oklch(62% 0.108 52 / 0.13);
  color: var(--bs-accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.landing-body .bs-hero-tag .khanda-icon {
  width: 1rem;
  height: 1rem;
}

.landing-body .bs-hero h1 {
  max-width: 860px;
  margin: 0;
  color: oklch(20% 0.032 72);
  text-shadow: 0 2px 18px oklch(99% 0.008 78 / 0.82);
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 700;
  line-height: 1.05;
}

.landing-body .bs-accent {
  color: var(--bs-accent);
}

.landing-body .bs-hero-subtitle {
  max-width: 720px;
  margin: 0;
  color: oklch(32% 0.04 72);
  text-shadow: 0 1px 14px oklch(99% 0.008 78 / 0.78);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.36;
}

.landing-body .bs-hero-status {
  max-width: 680px;
  margin: 0;
  color: var(--bs-muted);
  font-size: 1.05rem;
  font-weight: 500;
}

.landing-body .bs-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 6px;
}

.landing-body .bs-messages {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.landing-body .bs-message {
  padding: 14px 18px;
  border: 1px solid oklch(72% 0.07 52 / 0.35);
  border-radius: 18px;
  background: oklch(99% 0.01 78);
  color: var(--bs-ink);
}

.landing-body .bs-quote-wrap {
  padding: 40px 0 20px;
}

.landing-body .bs-content-flow {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, oklch(98.2% 0.018 78 / 0.9) 0%, oklch(98.2% 0.018 78 / 0.72) 18%, oklch(98.2% 0.018 78 / 0.62) 62%, oklch(98.2% 0.018 78 / 0.88) 100%),
    url("/static/academy/img/page-bg-flow.jpg?v=20260604-pagebg2") center top / 100% auto repeat-y,
    var(--bs-bg);
}

.landing-body .bs-content-flow > * {
  position: relative;
  z-index: 1;
}

.landing-body .bs-quote {
  max-width: 980px;
  margin: 0;
  padding-left: 32px;
  border-left: 4px solid var(--bs-accent);
  color: oklch(35% 0.045 72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-style: italic;
  line-height: 1.4;
}

.landing-body .bs-section,
.landing-body .bs-gallery-section {
  padding: 90px 0;
  border-bottom: 0;
}

.landing-body .bs-section-soft {
  background: oklch(95.5% 0.034 74 / 0.68);
}

.landing-body .bs-section-head {
  max-width: 820px;
  margin-bottom: 54px;
}

.landing-body .bs-section-head h2,
.landing-body .bs-schedule-full h2 {
  margin: 0 0 16px;
  color: var(--bs-ink);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.12;
}

.landing-body .bs-section-head h2::after {
  content: "✧";
  display: inline-block;
  margin-left: 12px;
  color: var(--bs-accent);
  font-size: 0.78em;
  font-weight: 300;
  vertical-align: middle;
}

.landing-body .bs-section-head p {
  max-width: 760px;
  margin: 0;
  color: var(--bs-muted);
  font-size: 1.18rem;
  line-height: 1.55;
}

.landing-body .bs-schedule-full {
  margin: 40px 0 60px;
  padding: 48px 40px;
  border-radius: 48px;
  background: var(--bs-bg-soft);
}

.landing-body .bs-schedule-venue {
  margin: 0 0 32px;
  color: oklch(55% 0.07 52);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.24rem;
  font-style: italic;
}

.landing-body .bs-schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px 32px;
}

.landing-body .bs-schedule-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
  padding: 12px 0;
  border-bottom: 1px dashed oklch(78% 0.035 72);
}

.landing-body .bs-schedule-item span {
  width: 108px;
  flex: 0 0 108px;
  color: var(--bs-accent);
  font-size: 0.9rem;
  font-weight: 800;
}

.landing-body .bs-schedule-item p {
  min-width: 0;
  margin: 0;
  color: var(--bs-ink);
  font-size: 1rem;
}

.landing-body .bs-schedule-note {
  margin: 32px 0 0;
  color: var(--bs-muted);
  font-size: 0.94rem;
}

.landing-body .bs-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.landing-body .bs-module-card {
  min-width: 0;
  padding: 40px 32px;
  border: 1px solid oklch(62% 0.065 52 / 0.25);
  border-radius: 32px;
  background: oklch(99% 0.01 78 / 0.92);
  box-shadow: 0 15px 35px oklch(25% 0.036 72 / 0.06);
}

.landing-body .bs-module-open {
  border-color: var(--bs-accent);
  background: oklch(99.4% 0.012 78);
}

.landing-body .bs-module-closed {
  background: oklch(93.5% 0.027 74);
  opacity: 0.78;
}

.landing-body .bs-module-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--bs-accent);
  color: oklch(99% 0.006 78);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.landing-body .bs-badge-closed {
  background: oklch(58% 0.035 72);
}

.landing-body .bs-module-card h3,
.landing-body .bs-teacher-card h3,
.landing-body .bs-features-grid h3,
.landing-body .bs-login-form h3 {
  margin: 0 0 14px;
  color: var(--bs-ink);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.18;
}

.landing-body .bs-module-card p,
.landing-body .bs-module-card li,
.landing-body .bs-features-grid p,
.landing-body .bs-rishikesh-copy p,
.landing-body .bs-teacher-card p,
.landing-body .bs-login-form p,
.landing-body .bs-login-form small {
  color: var(--bs-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.landing-body .bs-module-card p {
  margin: 0 0 16px;
}

.landing-body .bs-module-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.landing-body .bs-price {
  margin: 22px 0 8px;
  color: var(--bs-ink);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.landing-body .bs-price-note {
  font-size: 0.94rem !important;
}

.landing-body .bs-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.landing-body .bs-features-grid article {
  min-width: 0;
  padding: 16px;
  text-align: center;
}

.landing-body .bs-feature-icon {
  display: block;
  min-height: 54px;
  margin-bottom: 18px;
  color: var(--bs-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.7rem;
  line-height: 1;
}

.landing-body .bs-rishikesh-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: 1050px;
  margin-bottom: 42px;
}

.landing-body .bs-timetable {
  display: grid;
  margin: 48px 0 0;
  padding: 40px 32px;
  border-radius: 48px;
  background: var(--bs-bg-soft);
}

.landing-body .bs-timetable div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid oklch(82% 0.032 72);
}

.landing-body .bs-timetable div:last-child {
  border-bottom: 0;
}

.landing-body .bs-timetable b {
  color: var(--bs-accent);
  font-weight: 800;
}

.landing-body .bs-timetable span {
  min-width: 0;
  color: var(--bs-ink);
}

.landing-body .bs-gallery {
  position: relative;
  margin: 60px 0 20px;
  border-radius: 32px;
}

.landing-body .bs-photo-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(72%, 980px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.landing-body .bs-photo-carousel::-webkit-scrollbar {
  display: none;
}

.landing-body .bs-photo-carousel figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  background: oklch(88% 0.035 72);
  scroll-snap-align: start;
}

.landing-body .bs-photo-carousel img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.landing-body .bs-photo-carousel figcaption {
  position: absolute;
  left: 22px;
  bottom: 18px;
  max-width: calc(100% - 44px);
  padding: 9px 14px;
  border-radius: 999px;
  background: oklch(99% 0.01 78 / 0.82);
  color: var(--bs-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.landing-body .bs-gallery-controls {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
  transform: translateY(-50%);
}

.landing-body .bs-gallery-controls button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(62% 0.065 52 / 0.28);
  border-radius: 50%;
  background: oklch(99% 0.01 78 / 0.78);
  color: var(--bs-accent);
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.landing-body .bs-teachers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px;
}

.landing-body .bs-teacher-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid oklch(86% 0.03 72);
  border-radius: 24px;
  background: var(--bs-card);
  box-shadow: 0 8px 20px oklch(25% 0.036 72 / 0.03);
}

.landing-body .bs-teacher-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: oklch(88% 0.035 72);
  object-fit: cover;
  object-position: center top;
}

.landing-body .bs-teacher-card div {
  padding: 22px;
}

.landing-body .bs-teacher-card p {
  margin: 0;
}

.landing-body .bs-contact-section {
  border-bottom: 0;
}

.landing-body .bs-closing-flow {
  position: relative;
  isolation: isolate;
  padding-bottom: 220px;
  margin-top: -1px;
  margin-bottom: -164px;
  background:
    linear-gradient(180deg, oklch(98.2% 0.018 78 / 0.76) 0%, oklch(98.2% 0.018 78 / 0.3) 28%, oklch(98.2% 0.018 78 / 0.12) 100%),
    url("/static/academy/img/page-bg-closing.jpg?v=20260604-pagebg2") center bottom / cover no-repeat,
    var(--bs-bg);
}

.landing-body .bs-form-card {
  overflow: hidden;
  padding: 64px 48px;
  border-radius: 48px;
  background: var(--bs-dark);
  color: var(--bs-bg);
  text-align: center;
}

.landing-body .bs-contact-head h2 {
  margin: 0 0 16px;
  color: var(--bs-bg);
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.16;
}

.landing-body .bs-contact-head p {
  max-width: 680px;
  margin: 0 auto 34px;
  color: oklch(91% 0.02 78 / 0.86);
  font-size: 1.28rem;
}

.landing-body .bs-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: start;
  text-align: left;
}

.landing-body .bs-request-form,
.landing-body .bs-login-form {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.landing-body .bs-login-form {
  padding: 28px;
  border: 1px solid oklch(78% 0.04 78 / 0.22);
  border-radius: 28px;
  background: oklch(30% 0.045 72);
}

.landing-body .bs-login-form h3 {
  color: var(--bs-bg);
}

.landing-body .bs-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.landing-body .bs-field {
  display: grid;
  gap: 7px;
}

.landing-body .bs-field label {
  color: oklch(93% 0.018 78);
  font-size: 0.86rem;
  font-weight: 700;
}

.landing-body .bs-field input,
.landing-body .bs-field textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 999px;
  background: oklch(99% 0.01 78);
  color: var(--bs-ink);
  font: inherit;
  font-size: 1rem;
  padding: 14px 20px;
}

.landing-body .bs-field textarea {
  min-height: 112px;
  resize: vertical;
  border-radius: 24px;
}

.landing-body .bs-field input:focus,
.landing-body .bs-field textarea:focus {
  outline: 3px solid oklch(72% 0.09 52 / 0.42);
  outline-offset: 2px;
}

.landing-body .bs-field-help,
.landing-body .bs-field-help ul {
  margin: 0;
  padding: 0;
  color: oklch(88% 0.08 52);
  font-size: 0.84rem;
  list-style: none;
}

.landing-body .bs-login-form p,
.landing-body .bs-login-form small {
  color: oklch(90% 0.018 78 / 0.78);
}

.landing-body .bs-footer {
  padding: 48px 0;
  color: oklch(52% 0.04 72);
  font-size: 0.84rem;
  text-align: center;
}

.landing-body .bs-closing-footer {
  position: relative;
  z-index: 2;
  padding: 44px 0 56px;
  background: transparent;
}

.landing-body .bs-footer p {
  margin: 0;
}

.landing-body .bs-footer p + p {
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .landing-body .bs-nav-container {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .landing-body .bs-nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: visible;
    flex-wrap: wrap;
    padding-top: 6px;
  }

  .landing-body .bs-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .landing-body .bs-container {
    width: min(100% - 32px, 1280px);
  }

  .landing-body .bs-navbar {
    padding: 14px 0;
  }

  .landing-body .bs-logo {
    font-size: 1.15rem;
  }

  .landing-body .bs-logo small,
  .landing-body .bs-phone {
    display: none;
  }

  .landing-body .bs-nav-actions {
    margin-left: auto;
  }

  .landing-body .bs-hero {
    min-height: min(650px, calc(100svh - 126px));
    padding: 44px 0 48px;
    background:
      radial-gradient(ellipse 110% 58% at 50% 42%, oklch(98.8% 0.01 78 / 0.9) 0%, oklch(98.4% 0.012 78 / 0.72) 44%, oklch(98% 0.012 78 / 0.18) 74%, transparent 100%),
      linear-gradient(180deg, oklch(98.5% 0.012 78 / 0.24) 0%, transparent 48%, oklch(95.5% 0.03 74 / 0.16) 100%),
      url("/static/academy/img/hero-bramsarot-source-mobile.jpg?v=20260604-hero3") center bottom / cover no-repeat,
      oklch(96.5% 0.025 78);
  }

  .landing-body .bs-hero-grid {
    gap: 18px;
  }

  .landing-body .bs-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    line-height: 1.03;
  }

  .landing-body .bs-hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.32;
  }

  .landing-body .bs-hero-status {
    font-size: 0.98rem;
  }

  .landing-body .bs-cta-group {
    gap: 12px;
    margin-top: 0;
  }

  .landing-body .bs-btn {
    min-height: 42px;
    padding: 10px 22px;
  }

  .landing-body .bs-two-cols,
  .landing-body .bs-rishikesh-copy,
  .landing-body .bs-contact-grid,
  .landing-body .bs-form-row {
    grid-template-columns: 1fr;
  }

  .landing-body .bs-section,
  .landing-body .bs-gallery-section {
    padding: 68px 0;
  }

  .landing-body .bs-closing-flow {
    padding-bottom: 80px;
    margin-bottom: 0;
  }

  .landing-body .bs-closing-footer {
    background:
      linear-gradient(180deg, oklch(98.2% 0.018 78 / 0.32) 0%, oklch(98.2% 0.018 78 / 0.72) 100%),
      url("/static/academy/img/page-bg-closing.jpg?v=20260604-pagebg2") center bottom / cover no-repeat,
      var(--bs-bg);
  }

  .landing-body .bs-section-head {
    margin-bottom: 34px;
  }

  .landing-body .bs-schedule-full,
  .landing-body .bs-timetable,
  .landing-body .bs-form-card {
    padding: 32px 24px;
    border-radius: 32px;
  }

  .landing-body .bs-schedule-grid,
  .landing-body .bs-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-body .bs-timetable div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .landing-body .bs-photo-carousel {
    grid-auto-columns: 88%;
  }

  .landing-body .bs-photo-carousel img {
    height: 280px;
  }

  .landing-body .bs-gallery-controls {
    top: auto;
    right: 14px;
    bottom: 14px;
    transform: none;
  }
}

@media (max-width: 520px) {
  .landing-body .bs-nav-links {
    gap: 10px;
    overflow-x: visible;
  }

  .landing-body .bs-nav-links a {
    flex: 1 1 132px;
    min-height: 38px;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1.2;
    white-space: normal;
  }

  .landing-body .bs-nav-links a[href="#contact"] {
    display: none;
  }

  .landing-body .bs-cta-group,
  .landing-body .bs-btn {
    width: 100%;
  }

  .landing-body .bs-schedule-item {
    display: grid;
    gap: 4px;
  }

  .landing-body .bs-schedule-item span {
    width: auto;
  }
}

@media (max-width: 520px) and (max-height: 720px) {
  .landing-body .bs-hero {
    padding: 30px 0 36px;
  }

  .landing-body .bs-hero-grid {
    gap: 14px;
  }

  .landing-body .bs-hero-tag {
    padding: 6px 13px;
    font-size: 0.7rem;
  }

  .landing-body .bs-hero h1 {
    font-size: 2.25rem;
  }

  .landing-body .bs-hero-subtitle {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  .landing-body .bs-hero-status {
    font-size: 0.93rem;
    line-height: 1.38;
  }

  .landing-body .bs-btn {
    min-height: 44px;
    padding: 9px 18px;
  }
}

@media (max-width: 700px) {
  .landing-body,
  .landing-body main {
    max-width: 100%;
    overflow-x: hidden;
  }

  .landing-body .bs-nav-links {
    overflow-x: visible;
    flex-wrap: wrap;
  }

  .landing-body .bs-nav-links a {
    flex: 1 1 132px;
    min-height: 40px;
    justify-content: center;
    font-size: 0.92rem;
    line-height: 1.2;
    white-space: normal;
  }

  .landing-body .bs-module-badge {
    min-height: 34px;
    font-size: 0.9rem;
    line-height: 1.2;
    white-space: normal;
  }

  .landing-body .bs-hero-tag {
    min-height: 34px;
    font-size: 0.9rem;
    line-height: 1.2;
    white-space: normal;
  }

  .landing-body .bs-field-help,
  .landing-body .bs-field-help ul {
    font-size: 0.9rem;
    line-height: 1.35;
  }
}
