:root {
  --bg: #0b0d12;
  --panel: #11151d;
  --panel2: #171c26;
  --text: #f5f7fb;
  --muted: #aab2c0;
  --line: #29313e;
  --accent: #d7ff5f;
  --accent2: #b8dc43;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
}

nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.brand {
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 19px;
}

.brand span {
  color: var(--accent);
}

.nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 750;
  transition: 0.2s ease;
  cursor: pointer;
}

.nav-btn {
  padding: 10px 16px;
  border: 1px solid var(--line);
}

.nav-btn:hover {
  border-color: var(--accent);
}

.hero {
  padding: 92px 0 76px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(215, 255, 95, 0.07);
  filter: blur(90px);
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
}

.eyebrow {
  display: inline-block;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h1 {
  max-width: 900px;
  margin: 0 auto 22px;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 19px;
}

.cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  padding: 15px 22px;
  background: var(--accent);
  color: #0b0d12;
  border: 0;
}

.btn:hover {
  background: var(--accent2);
  transform: translateY(-1px);
}

.btn.secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}

.btn.secondary:hover {
  border-color: var(--accent);
}

.trust {
  margin-top: 28px;
  color: #77808f;
  font-size: 13px;
}

.social-proof {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.social-proof-stats {
  display: none;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 18px;
}

.review-quotes {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.review-quote {
  max-width: 320px;
  font-size: 14px;
  color: #8c96a5;
  font-style: italic;
}

section {
  padding: 78px 0;
}

.section-head {
  max-width: 700px;
  margin-bottom: 38px;
}

.section-head h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 13px;
}

.section-head p {
  color: var(--muted);
  margin: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 25px;
}

.icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(215, 255, 95, 0.1);
  display: grid;
  place-items: center;
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 20px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.agenda {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.agenda-box,
.price-box {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
}

.agenda-item {
  display: flex;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.agenda-item:last-child {
  border-bottom: 0;
}

.time {
  min-width: 72px;
  color: var(--accent);
  font-weight: 800;
  font-size: 14px;
}

.agenda-item strong {
  display: block;
  margin-bottom: 3px;
}

.agenda-item span {
  color: var(--muted);
  font-size: 14px;
}

.price-box {
  position: sticky;
  top: 20px;
}

.price-label {
  color: var(--muted);
  font-size: 14px;
}

.price {
  font-size: 52px;
  font-weight: 850;
  letter-spacing: -0.05em;
  margin: 5px 0;
}

.price-note {
  color: var(--muted);
  font-size: 14px;
}

ul.feature-list {
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

ul.feature-list li {
  padding: 9px 0;
  color: #dfe4eb;
}

ul.feature-list li:before {
  content: "✓";
  color: var(--accent);
  font-weight: 900;
  margin-right: 10px;
}

.full {
  width: 100%;
}

.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 42px;
}

.about-no-photo {
  grid-template-columns: 1fr;
  max-width: 760px;
}

.credential-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.credential-list li {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(215, 255, 95, 0.25);
  background: rgba(215, 255, 95, 0.06);
  color: #dfe4eb;
  font-size: 13px;
  font-weight: 650;
}

.credential-list li:before {
  content: none;
}

.portrait {
  min-height: 280px;
  border-radius: 16px;
  border: 1px dashed #3a4352;
  display: grid;
  place-items: center;
  text-align: center;
  color: #707989;
  background: linear-gradient(145deg, #151a23, #0e1117);
  overflow: hidden;
}

.portrait.has-photo {
  border-style: solid;
  border-color: var(--line);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.about h2 {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
}

.about p {
  color: var(--muted);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.stars {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.review-text {
  color: #dfe4eb;
  font-size: 15px;
  margin: 0 0 20px;
  flex: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--panel2);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
  color: var(--accent);
}

.review-author strong {
  display: block;
  font-size: 14px;
}

.review-author span {
  color: var(--muted);
  font-size: 13px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.contact-info {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
}

.contact-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.contact-item a {
  color: var(--accent);
  font-weight: 650;
}

.contact-item a:hover {
  text-decoration: underline;
}

.social-links {
  display: none;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.social-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.social-links a:hover {
  color: var(--accent);
}

.contact-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
}

.contact-form label {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--text);
  font: inherit;
}

.contact-form textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.form-note {
  font-size: 12px;
  color: #737d8c;
  margin-top: 12px;
}

.faq {
  max-width: 820px;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}

summary {
  cursor: pointer;
  font-weight: 750;
}

details p {
  color: var(--muted);
  margin: 12px 0 0;
}

.final {
  text-align: center;
  padding: 88px 0 100px;
  border-top: 1px solid var(--line);
}

.final h2 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 auto 16px;
  max-width: 760px;
}

.final p {
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto;
}

footer {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  color: #6f7887;
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 28px;
}

.footer-grid h4 {
  color: var(--text);
  margin: 0 0 12px;
  font-size: 14px;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li {
  margin-bottom: 8px;
}

.footer-grid a:hover {
  color: var(--accent);
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.workshop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.workshop-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  min-height: 275px;
}

.workshop-card.featured {
  border-color: rgba(215, 255, 95, 0.45);
  box-shadow: 0 0 0 1px rgba(215, 255, 95, 0.06);
}

.workshop-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.tag,
.duration {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tag {
  color: var(--accent);
}

.muted-tag {
  color: #8c96a5;
}

.duration {
  color: #7c8593;
}

.workshop-card h3 {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}

.workshop-card p {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
}

.workshop-bottom {
  margin-top: auto;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.workshop-bottom strong {
  font-size: 22px;
}

.outline-btn {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 15px;
  font-weight: 750;
  cursor: pointer;
}

.outline-btn:hover {
  border-color: var(--accent);
}

.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dropdown {
  position: relative;
}

.dropbtn {
  padding: 10px 16px;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 750;
  font-size: 14px;
  cursor: pointer;
}

.dropbtn span {
  color: var(--accent);
  margin-left: 5px;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  width: 245px;
  padding: 8px;
  background: #11151d;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 20;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: #dfe4eb;
  font-size: 14px;
}

.dropdown-menu a:hover {
  background: rgba(215, 255, 95, 0.08);
  color: var(--accent);
}

.legal-page {
  padding: 60px 0 80px;
}

.legal-page h1 {
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 24px;
  text-align: left;
}

.legal-page h2 {
  font-size: 22px;
  margin: 32px 0 12px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
}

.legal-page ul {
  padding-left: 20px;
}

/* Ad landing page (pages/workshops/intro.html) */
.landing-page {
  padding-bottom: 80px;
}

.landing-nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.landing-hero {
  padding-bottom: 60px;
}

.landing-agenda {
  grid-template-columns: 1.2fr 1fr;
}

.landing-reviews {
  grid-template-columns: repeat(2, 1fr);
}

.landing-back-link {
  margin-top: 28px;
  font-size: 14px;
}

.landing-back-link a {
  color: var(--muted);
}

.landing-back-link a:hover {
  color: var(--accent);
}

.landing-footer {
  padding: 20px 0;
}

.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(11, 13, 18, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  padding: 12px 0;
}

.sticky-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-cta strong {
  display: block;
  font-size: 14px;
}

.sticky-cta span {
  color: var(--muted);
  font-size: 12px;
}

.sticky-cta .btn {
  padding: 12px 18px;
  white-space: nowrap;
}

.hero-session-line {
  margin-top: 20px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 650;
}

.language-badge {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(215, 255, 95, 0.35);
  background: rgba(215, 255, 95, 0.1);
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.language-badge-inline {
  display: block;
  margin: 0 0 16px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 14px;
}

.session-dates {
  margin: 20px 0;
  padding: 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.session-dates-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.session-date {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.session-date:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.session-date strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.session-date span {
  color: var(--muted);
  font-size: 13px;
}

.workshop-dates-note {
  color: var(--accent) !important;
  font-size: 14px !important;
  font-weight: 650;
  margin-top: 12px !important;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .grid,
  .workshop-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .agenda,
  .about,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .price-box {
    position: static;
  }

  .hero {
    padding-top: 65px;
  }

  .about {
    padding: 25px;
  }

  .nav-actions .nav-btn {
    display: none;
  }

  .dropdown-menu {
    right: -10px;
  }

  .landing-agenda {
    grid-template-columns: 1fr;
  }

  .landing-reviews {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    display: block;
  }

  .landing-page {
    padding-bottom: 100px;
  }
}
