/* Vitalis Akademie – complements landing-new.css */

.akademie-page #page-root {
  padding-bottom: 0;
}

@media (max-width: 900px) {
  .akademie-page {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

/* CTA buttons: single consistent primary (brief) */
.ak-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
  font-family: var(--sans, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 18px 28px;
  border-radius: 999px;
  background: var(--gold, #b89a72);
  color: #fff !important;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ak-btn-cta:hover {
  background: var(--gold-light, #c4ab8a);
  color: #fff !important;
  transform: translateY(-1px);
}

.ak-section-cta {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ak-problem-list,
.ak-audience-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.ak-problem-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-family: var(--sans);
  color: var(--black);
}
.ak-problem-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* Audience cards */
.ak-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .ak-audience-grid {
    grid-template-columns: 1fr;
  }
}
.ak-audience-card {
  background: rgba(244, 240, 235, 0.65);
  border: 1px solid rgba(184, 154, 114, 0.22);
  border-radius: 18px;
  padding: 28px 22px;
}
.ak-audience-card h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 16px;
  color: var(--black);
}
.ak-audience-list li {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--grey);
}

/* Offer cards */
.ak-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1100px) {
  .ak-offer-grid {
    grid-template-columns: 1fr;
  }
}
.ak-offer-card {
  background: #fff;
  border: 1px solid rgba(184, 154, 114, 0.28);
  border-radius: 20px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}
.ak-offer-badge {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.ak-offer-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1;
}
.ak-offer-card li {
  font-size: 14px;
  color: var(--grey);
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.ak-offer-card li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.ak-offer-price {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 16px;
}

/* Individual bullets */
.ak-bullet-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  max-width: 720px;
}
.ak-bullet-grid div {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 15px;
}

/* Mentoring feature grid */
.ak-mentor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 72px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .ak-mentor-grid {
    grid-template-columns: 1fr;
  }
}
.ak-mentor-card {
  padding: 22px 20px;
  background: rgba(10, 10, 10, 0.78);
  border: 1px solid rgba(184, 154, 114, 0.25);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.ak-mentor-card .ak-icon {
  color: var(--gold);
  font-size: 22px;
  margin-bottom: 12px;
}
.ak-mentor-card h3 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
  color: #fff;
}
.ak-mentor-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.ak-pricing-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.ak-pricing-pill {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(184, 154, 114, 0.45);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #fff;
}

/* Scarcity band */
.ak-scarcity {
  text-align: center;
  padding: 56px 24px 80px;
  background: linear-gradient(180deg, rgba(244, 240, 235, 0.4) 0%, rgba(10, 10, 10, 0.04) 100%);
}
.ak-scarcity h2 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 3vw, 40px);
  margin: 0 0 12px;
}
.ak-scarcity p {
  margin: 0;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: var(--grey);
  font-size: 16px;
}

/* Form block */
.ak-form-section {
  padding: 120px 48px 140px;
  background: var(--cream, #f4f0eb);
}

/* Headings: inherit .section-title max-width from landing-new.css — center block + text so they line up with "Erstgespräch" */
.ak-form-section .section-label {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ak-form-section .section-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  text-align: center;
  max-width: min(34rem, 100%);
}

@media (max-width: 576px) {
  .ak-form-section {
    padding: 72px 20px 120px;
  }
}
.ak-form-card {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  border: 1px solid rgba(184, 154, 114, 0.22);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
}
@media (max-width: 576px) {
  .ak-form-card {
    padding: 28px 20px;
  }
}
.ak-form-card .btn-primary {
  background: var(--gold);
  border-color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 14px 28px;
}
.ak-form-card .btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

/* Sticky mobile CTA */
.ak-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 12px 16px calc(14px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(to top, rgba(10, 10, 10, 0.96) 0%, rgba(10, 10, 10, 0.88) 100%);
  border-top: 1px solid rgba(184, 154, 114, 0.28);
  justify-content: center;
}
.ak-sticky-cta .ak-btn-cta {
  width: 100%;
  max-width: 420px;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}

/* Secondary hero button → main site */
.ak-hero__secondary {
  display: inline-flex;
  align-items: center;
  padding: 16px 24px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.ak-hero__secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

/* Team-style dark section for mentoring header */
.ak-mentoring-head {
  background: var(--black, #0a0a0a);
  color: #fff;
  padding: 120px 48px 48px;
}
@media (max-width: 576px) {
  .ak-mentoring-head {
    padding: 72px 20px 36px;
  }
}
.ak-mentoring-head .section-label {
  color: var(--gold);
}
.ak-mentoring-head .section-title {
  color: #fff;
}
.ak-mentoring-head .section-title em {
  color: var(--gold-light);
}
.ak-mentoring-body {
  background: var(--black, #0a0a0a);
  padding: 0 48px 100px;
  
}
@media (max-width: 576px) {
  .ak-mentoring-body {
    padding: 0 20px 72px;
  }
}

/* ========== Mobile navigation (match home ≤900px) + responsive polish ========== */
@media (max-width: 900px) {
  /* Reinforce: only hamburger + logo in bar; links in drawer (landing-new.css + specificity) */
  .akademie-page nav.nav-bar {
    padding: 0 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .akademie-page .nav-left,
  .akademie-page .nav-right {
    display: none !important;
  }

  .akademie-page .nav-mobile-toggle {
    display: inline-flex !important;
  }

  .akademie-page .nav-logo {
    justify-self: start;
    min-width: 0;
    max-width: min(56vw, 220px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Drawer: scroll if many links; avoid clipping */
  .akademie-page .nav-mobile-menu {
    top: 72px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }

  body.akademie-page.mobile-menu-open .nav-mobile-menu {
    max-height: min(78vh, 520px) !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Primary row in drawer (mirrors home: first item = main CTA) */
  .nav-mobile-menu--akademie .nav-mobile-menu__cta {
    white-space: normal !important;
    line-height: 1.35 !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    background: rgba(184, 154, 114, 0.12) !important;
    color: rgba(255, 220, 180, 0.98) !important;
    border-top: none !important;
  }

  /* Sticky bar was z-1040 and covered the dropdown (z-99): hide while menu open */
  body.akademie-page.mobile-menu-open .ak-sticky-cta {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  /* Hero: stack CTAs */
  .akademie-page .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 420px;
  }

  .akademie-page .hero-buttons .btn-primary,
  .akademie-page .hero-buttons .ak-hero__secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }

  .akademie-page .hero-content {
    padding-right: 0;
  }

  .akademie-page .section .section-title {
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }

  .ak-section-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .ak-section-cta .ak-btn-cta {
    width: 100%;
    max-width: none;
    justify-content: center;
    box-sizing: border-box;
  }

  .ak-pricing-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ak-pricing-pill {
    text-align: center;
    justify-content: center;
  }
}

/* Sticky CTA: same breakpoint as nav (900px), not 991 */
@media (min-width: 901px) {
  .ak-sticky-cta {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .ak-sticky-cta {
    display: flex;
  }
}
