html[data-auth-open="true"] {
  overflow: hidden;
}

.auth-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.45);
}

#lofc.offcanvas.show {
  visibility: visible;
}

.acco .accordion-collapse:not(.show) {
  display: none;
}

.acco .accordion-collapse.show {
  display: block;
}

#dashboard.admin-app {
  display: block;
}

a.db-nl {
  text-decoration: none;
  color: inherit;
}

.admin-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.admin-modal {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  width: 100%;
  max-width: 640px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 24px;
}

.admin-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.admin-detail-item {
  background: var(--bg3);
  border-radius: 10px;
  padding: 10px 12px;
}

.admin-detail-item small {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tx3);
  margin-bottom: 4px;
}

.join-page {
  min-height: 100vh;
  padding: 120px 0 80px;
  background: #f4f5f8;
}

.join-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 18px 50px rgba(58, 3, 83, 0.08);
  border: 1px solid #ececf2;
}

.join-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3a0353;
  margin-bottom: 6px;
}

.join-card-sub {
  font-size: 0.95rem;
  color: #6b6b7a;
  margin-bottom: 24px;
}

.join-card .olbl {
  color: #3a0353;
}

.join-card .oinp {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #e4e4ec;
  margin-bottom: 16px;
}

.join-card .oinp:hover {
  border-color: #f8d299;
}

.join-card .oinp:focus {
  border-color: #f8d299;
  box-shadow: 0 0 0 3px rgba(248, 210, 153, 0.35);
}

.join-submit {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 13px 16px;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  background: #3a0353;
  cursor: pointer;
  transition: 0.2s;
}

.join-submit:hover {
  background: #4d0a6c;
  box-shadow: 0 0 0 2px #f8d299;
}

.join-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  box-shadow: none;
}

.join-note {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #6b6b7a;
}

.join-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(58, 3, 83, 0.1);
  color: #3a0353;
  font-size: 1.25rem;
}

.course-page {
  background: #f6f5f8;
  color: #1a1a1a;
}

.course-hero {
  padding: 120px 0 48px;
}

.course-kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3a0353;
  margin-bottom: 10px;
}

.course-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #3a0353;
  line-height: 1.15;
  margin-bottom: 16px;
}

.course-lead {
  font-size: 1.05rem;
  color: #4a4a57;
  max-width: 560px;
  margin-bottom: 12px;
}

.course-location {
  font-size: 0.9rem;
  color: #6b6b7a;
  margin-bottom: 22px;
}

.course-btn-primary,
.course-btn-wa,
.course-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 0.92rem;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  transition: 0.2s;
}

.course-btn-primary {
  width: 100%;
  color: #fff;
  background: #3a0353;
  border: 2px solid #3a0353;
}

.course-btn-primary:hover {
  color: #fff;
  box-shadow: 0 0 0 2px #f8d299;
  background: #4d0a6c;
}

.course-btn-wa {
  color: #fff;
  background: #3a0353;
  border: 2px solid #3a0353;
}

.course-btn-wa:hover {
  color: #fff;
  box-shadow: 0 0 0 2px #f8d299;
}

.course-btn-outline {
  color: #3a0353;
  background: #fff;
  border: 1.5px solid #3a0353;
}

.course-btn-outline:hover {
  border-color: #f8d299;
  color: #3a0353;
}

.course-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.course-facts li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.95rem;
  color: #2a2a32;
}

.course-facts i {
  width: 22px;
  color: #3a0353;
}

.course-hero-img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.course-hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

.course-hero-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #3a0353;
  color: #f8d299;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border-radius: 8px;
}

.course-cta-card {
  background: #3a0353;
  color: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 18px 50px rgba(58, 3, 83, 0.25);
}

.course-side {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.course-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #ececf2;
}

.course-info-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #3a0353;
  margin-bottom: 16px;
}

.course-info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-info-card li {
  padding: 10px 0;
  border-top: 1px solid #f0f0f4;
}

.course-info-card li:first-child {
  border-top: none;
  padding-top: 0;
}

.course-info-card strong {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #3a0353;
  margin-bottom: 2px;
}

.course-info-card span {
  font-size: 0.9rem;
  color: #4a4a57;
}

.course-bottom-cta {
  padding: 80px 0 100px;
  background: #fff;
  border-top: 1px solid #ececf2;
}

.course-bottom-cta .hbadge {
  color: #3a0353;
  background: rgba(58, 3, 83, 0.08);
  border-color: rgba(58, 3, 83, 0.18);
}

.course-cta-card .course-btn-primary {
  background: #f8d299;
  color: #3a0353;
  border-color: #f8d299;
}

.course-cta-card .course-btn-primary:hover {
  background: #ffe8c0;
  color: #3a0353;
  box-shadow: 0 0 0 2px #fff;
}

.course-cta-card h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.course-cta-price {
  font-size: 2rem;
  font-weight: 800;
  color: #f8d299;
  margin-bottom: 6px;
}

.course-cta-hint {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 18px;
}

.course-cta-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 16px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}

.course-cta-trust i {
  color: #f8d299;
  margin-right: 4px;
}

.course-block {
  padding: 48px 0;
}

.course-section-title {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  color: #3a0353;
}

.course-section-intro {
  font-size: 0.95rem;
  color: #5c5c68;
  max-width: 480px;
}

.course-learn-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid #ececf2;
  box-shadow: 0 12px 40px rgba(58, 3, 83, 0.06);
}

.course-learn-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-learn-list li + li {
  border-top: 1px solid #eee;
}

.course-learn-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 0;
  font-family: "Space Grotesk", sans-serif;
  color: #1a1a1a;
  cursor: pointer;
}

.course-learn-item:hover strong {
  color: #3a0353;
}

.course-learn-plus {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #3a0353;
  color: #3a0353;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1;
}

.course-learn-item.open .course-learn-plus {
  background: #3a0353;
  color: #f8d299;
  border-color: #3a0353;
}

.course-learn-item strong {
  display: block;
  font-size: 1rem;
}

.course-learn-detail {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #5c5c68;
  line-height: 1.5;
}

.course-review {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  margin: 0;
  border: 1px solid #ececf2;
}

.course-review p {
  font-size: 0.95rem;
  color: #2a2a32;
  line-height: 1.55;
  margin-bottom: 16px;
}

.course-review footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.course-review strong {
  color: #3a0353;
  font-size: 0.9rem;
}

.course-review span {
  font-size: 0.78rem;
  color: #6b6b7a;
}

@media (max-width: 991px) {
  .course-side {
    position: static;
  }
}
