html { scroll-behavior: smooth; }

.tsc-page {
  color: var(--text);
}

.tsc-header {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.tsc-header .nav a:not(.btn) {
  margin: 0 10px;
}

.tsc-hero {
  padding-top: clamp(36px, 7vw, 88px);
}

.tsc-hero-surface {
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.82));
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 24px 54px rgba(2, 6, 23, .16);
}

.tsc-hero-head {
  margin-bottom: clamp(18px, 3vw, 28px);
}

.tsc-hero-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: start;
  margin-bottom: 1.6rem;
}

.tsc-title {
  font-size: clamp(2.45rem, 6vw, 4.55rem);
  line-height: 1.06;
  margin: .05em 0 0;
  max-width: none;
  width: 100%;
  text-wrap: balance;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.tsc-subtitle,
.tsc-subline {
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  font-weight: 700;
  color: var(--headline);
  margin: 0 0 1rem;
}

.tsc-cta-row {
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.trust-strip {
  margin-top: 1.2rem;
  color: var(--headline);
  font-weight: 600;
  line-height: 1.6;
  font-size: 1rem;
}

.trust-item,
.trust-sep {
  display: inline;
}

.trust-sep {
  color: rgba(2, 6, 23, .4);
  margin: 0 .45rem;
}

.trust-item--wide {
  max-width: none;
}

.dot-sep { display: none; }

.hero-visual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.book-stage {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 0 0 18px;
}

.book-glow {
  position: absolute;
  inset: auto 10% 0;
  height: 28px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(14,165,233,.35), transparent 68%);
  filter: blur(12px);
  z-index: -1;
}

.book-photo {
  width: min(320px, 66vw);
  height: auto;
  filter: drop-shadow(0 26px 38px rgba(2,6,23,.22));
  transition: transform .3s ease;
}

.book-photo--hero {
  width: min(300px, 30vw);
  margin-top: -8px;
}

.book-photo:hover {
  transform: scale(1.02);
}

.book-photo--large {
  width: min(390px, 78vw);
}

.btn-disabled,
.btn-disabled:hover {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.tsc-hero-facts {
  margin-top: 1.2rem;
}

.tsc-fact-card {
  background: rgba(255,255,255,.84);
  box-shadow: 0 10px 24px rgba(2,6,23,.08);
}

.tsc-fact-card strong {
  display: block;
  font-size: 1.1rem;
  color: var(--headline);
}

.tsc-results-section {
  background: rgba(246,247,249,.88);
}

.tsc-result-card {
  background: rgba(255,255,255,.94);
}

.tsc-section-head {
  margin-bottom: 1.65rem;
}

.tsc-section-head .lead {
  max-width: 56rem;
}

.tsc-workshops-section {
  background: linear-gradient(180deg, rgba(14,165,233,.10), rgba(255,255,255,.90));
}

.tsc-city-card,
.tsc-price-card,
.tsc-included-card,
.tsc-result-card,
.tsc-fit-card,
.tsc-booking-aside,
.tsc-booking-form,
.tsc-proof-card,
.tsc-program-card {
  background: rgba(255,255,255,.94);
}

.tsc-city-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.tsc-city-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14,165,233,.18), rgba(16,185,129,.18));
  color: var(--headline);
  font-weight: 700;
}

.tsc-city-grid {
  align-items: stretch;
}

.tsc-city-card {
  height: 100%;
}

.tsc-city-card .btn {
  margin-top: auto;
}

.tsc-city-copy {
  min-height: 4.9em;
  margin-bottom: 1rem;
}

.tsc-date {
  font-weight: 700;
  color: var(--headline);
  margin-top: -.25rem;
}

.tsc-two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 34px);
  margin-top: 2rem;
  align-items: start;
}

.tsc-subsection-title,
.tsc-form-subheadline {
  font-size: 1.3rem;
  margin: 0 0 1rem;
  color: var(--headline);
}

.tsc-team-note {
  margin-top: 1rem;
  font-size: .98rem;
  color: var(--headline);
}

.tsc-program-card {
  margin-top: 2rem;
}

.tsc-program-head {
  display: grid;
  gap: .35rem;
  margin-bottom: 1rem;
}

.tsc-program-head h3 {
  margin: 0;
}

.tsc-timeline {
  position: relative;
  display: grid;
  gap: .95rem;
}

.tsc-time-item {
  position: relative;
  padding: 1rem 1rem 1rem 1.3rem;
  border-left: 3px solid rgba(14,165,233,.45);
  background: rgba(255,255,255,.86);
  border-radius: 0 16px 16px 0;
  box-shadow: 0 8px 18px rgba(2,6,23,.06);
}

.tsc-time-item span {
  display: inline-block;
  color: var(--sky);
  font-weight: 700;
  margin-bottom: .25rem;
}

.tsc-time-item strong {
  display: block;
  color: var(--headline);
  margin-bottom: .2rem;
}

.tsc-time-item p {
  margin: 0;
}

.tsc-pricing-panel {
  grid-column: 1 / -1;
}

.tsc-pricing-grid {
  gap: 14px;
  align-items: stretch;
}

.tsc-pricing-grid .tsc-price-card {
  height: 100%;
}

.tsc-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.tsc-price-card > p,
.tsc-price-card > ul {
  width: 100%;
}

.tsc-price-card .tsc-select-price {
  margin-top: auto;
  align-self: stretch;
}

.tsc-price-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  min-height: 3.2rem;
}



.tsc-price-head h4 {
  margin: 0;
}

.tsc-price-head .badge {
  margin-left: auto;
  white-space: nowrap;
}

.tsc-price-card--recommended {
  border: 2px solid rgba(14,165,233,.45);
  box-shadow: 0 16px 30px rgba(14,165,233,.12);
}

.tsc-price-card--anchor {
  opacity: .82;
}

.tsc-price {
  font-size: 2rem;
  line-height: 1;
  margin: .2rem 0 .75rem;
  font-weight: 700;
  color: var(--headline);
}

.tsc-price small {
  font-size: .9rem;
  font-weight: 600;
  color: var(--muted);
}

.tsc-price-card ul {
  margin: 0 0 1rem 1.1rem;
  padding: 0;
  display: grid;
  gap: .5rem;
}

.tsc-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
}

.tsc-step-card {
  position: relative;
}

.tsc-step-top {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .85rem;
}

.tsc-step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #0b1f24;
  color: #fff;
  font-weight: 700;
}

.tsc-step-label {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sky);
  font-weight: 700;
}

.tsc-step-arrow {
  display: grid;
  place-items: center;
  align-self: center;
  width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b1f24, #0ea5e9);
  color: #fff;
  font-size: 2.15rem;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(7,89,133,.22);
}

.tsc-quote-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  text-align: center;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 5vw, 56px);
  background: linear-gradient(135deg, #0b1f24, #075985);
  color: #fff;
  border: none;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(2,6,23,.22);
  backdrop-filter: none;
}

.tsc-quote-portraits {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.tsc-quote-avatar {
  width: clamp(132px, 14vw, 160px);
  height: clamp(132px, 14vw, 160px);
  border-radius: 999px;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1 / 1;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  border: 3px solid rgba(255,255,255,.3);
}

.tsc-quote-card p {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 0 auto .65rem;
  max-width: 38ch;
  color: #fff;
}

.tsc-quote-card span {
  color: rgba(255,255,255,.7);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
}

.tsc-fit-section {
  background: rgba(246,247,249,.78);
}

.tsc-fit-card--muted {
  background: rgba(255,255,255,.86);
}

.tsc-book-section {
  background: rgba(255,255,255,.9);
}

.tsc-book-grid {
  display: grid;
  grid-template-columns: minmax(280px, 430px) 1fr;
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
}

.tsc-authors {
  font-weight: 700;
  color: var(--headline);
}

.tsc-checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.2rem;
  display: grid;
  gap: .8rem;
}

.tsc-checklist li {
  position: relative;
  padding-left: 1.8rem;
}

.tsc-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #0f766e;
  font-weight: 700;
}

.tsc-release-box {
  display: inline-grid;
  gap: .35rem;
  margin-bottom: 1rem;
  padding: .85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(2, 6, 23, .16);
  background: rgba(248, 250, 252, .95);
  box-shadow: none;
}

.tsc-release-box strong {
  color: #0f172a;
  font-size: .98rem;
}

.tsc-release-box span {
  color: #475569;
  font-size: .94rem;
}

.tsc-highlight-box {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,208,102,.28), rgba(255,245,210,.92));
  border: 1px solid rgba(198, 155, 36, .22);
  box-shadow: 0 12px 28px rgba(198, 155, 36, .12);
  color: #533f02;
}

.tsc-speaker-grid {
  align-items: stretch;
}

.tsc-speaker-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: start;
}

.tsc-speaker-photo {
  margin: 0;
}

.tsc-speaker-photo img {
  width: 180px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 14px 26px rgba(2,6,23,.15);
}

.tsc-booking-section {
  background: rgba(246,247,249,.92);
}

.tsc-booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, .8fr);
  gap: clamp(18px, 4vw, 32px);
  align-items: start;
}

.tsc-booking-form,
.tsc-booking-aside {
  padding: clamp(20px, 3vw, 34px);
}

.tsc-booking-aside {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  gap: 1rem;
}

.tsc-summary-list {
  display: grid;
  gap: .75rem;
}

.tsc-summary-item {
  padding: .9rem 1rem;
  border-radius: 14px;
  background: rgba(248,250,252,.95);
  border: 1px solid rgba(2,6,23,.08);
}

.tsc-summary-item span {
  display: block;
  font-size: .88rem;
  color: var(--muted);
  margin-bottom: .2rem;
}

.tsc-summary-item strong {
  color: var(--headline);
}

.tsc-mini-note {
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14,165,233,.08), rgba(16,185,129,.12));
  border: 1px solid rgba(14,165,233,.12);
  color: var(--headline);
}


.tsc-contact-note {
  margin-top: -.65rem;
  margin-bottom: 1.2rem;
  color: var(--text);
  font-weight: 400;
}

.tsc-contact-note strong {
  color: var(--headline);
  font-weight: 700;
}

.tsc-contact-note a {
  color: inherit;
  text-decoration-thickness: .08em;
}

.tsc-pricing-note,
.tsc-b2b-note,
.tsc-inline-note {
  color: var(--muted);
}

.tsc-pricing-note,
.tsc-b2b-note {
  margin: .55rem 0 0;
}

.tsc-pricing-note {
  max-width: none;
  white-space: nowrap;
}

.tsc-b2b-note {
  margin-top: -.15rem;
  margin-bottom: 0;
  font-weight: 400;
}

.tsc-b2b-note strong {
  color: var(--headline);
  font-weight: 700;
}

.tsc-included-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tsc-included-card {
  height: 100%;
}

.tsc-two-col > :first-child {
  grid-column: 1 / -1;
}

.tsc-included-card strong {
  font-size: 1.08rem;
  color: var(--headline);
}

.tsc-included-card p {
  margin: 0;
}

.tsc-form-grid {
  display: grid;
  gap: 16px 18px;
}

.tsc-form-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tsc-form-grid--booking-choice {
  grid-template-columns: minmax(210px, .8fr) minmax(340px, 1.2fr);
  align-items: end;
}

.tsc-form-grid--booking-choice .form-field {
  margin-bottom: 0;
}

.tsc-form-grid--booking-choice #pricing_model {
  font-size: .97rem;
}


.tsc-form-span-2 {
  grid-column: span 2;
}

.tsc-form-context {
  margin: 1rem 0 1.25rem;
  background: linear-gradient(135deg, rgba(14,165,233,.08), rgba(16,185,129,.10));
}

.tsc-form-details {
  margin: 1rem 0 1.25rem;
  background: rgba(255,255,255,.86);
}

.tsc-form-details summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--headline);
}

.tsc-form-details summary::-webkit-details-marker { display: none; }

.tsc-form-details summary::after {
  content: '+';
  float: right;
  color: var(--sky);
  font-size: 1.2rem;
  line-height: 1;
}

.tsc-form-details[open] summary::after {
  content: '–';
}

.tsc-details-copy {
  margin: .9rem 0 0;
}

.tsc-consent-group {
  display: grid;
  gap: .85rem;
  margin-top: 1.25rem;
}

.tsc-checkline {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  line-height: 1.45;
}

.tsc-checkline input {
  margin-top: .2rem;
}

.tsc-checkline span {
  flex: 1;
}

.tsc-submit-row {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.tsc-proof-section {
  background: rgba(255,255,255,.86);
}

.tsc-faq-list {
  display: grid;
  gap: 14px;
}

.tsc-faq-item {
  background: rgba(255,255,255,.92);
}

.tsc-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--headline);
  list-style: none;
}

.tsc-faq-item summary::-webkit-details-marker { display: none; }

.tsc-faq-item summary::after {
  content: '+';
  float: right;
  color: var(--sky);
  font-size: 1.4rem;
  line-height: 1;
}

.tsc-faq-item[open] summary::after { content: '–'; }

.tsc-faq-item p {
  margin: .9rem 0 0;
}

.tsc-footer-cta {
  background: linear-gradient(135deg, rgba(11,31,36,.92), rgba(7,89,133,.9));
  color: #fff;
}

.tsc-footer-cta .badge {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.18);
}

.tsc-footer-cta h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: .35rem 0 .55rem;
}

.tsc-footer-cta p {
  color: rgba(255,255,255,.82);
  font-size: 1.1rem;
}

.tsc-footer-cta-inner {
  text-align: center;
}

@media (max-width: 1120px) {

  .hero-visual,
  .book-stage {
    justify-content: center;
    padding-left: 0;
  }

  .book-photo--hero {
    width: min(290px, 48vw);
  }

  .tsc-included-grid,
  .tsc-pricing-grid {
    grid-template-columns: 1fr;
  }

  .tsc-booking-layout,
  .tsc-book-grid {
    grid-template-columns: 1fr;
  }

  .tsc-booking-aside {
    position: static;
  }
}

@media (max-width: 1080px) {
  .tsc-steps {
    grid-template-columns: 1fr;
  }

  .tsc-step-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .tsc-header .nav-links a:not(.btn) {
    margin: 0;
  }

  .hero-grid.hero-grid--split.tsc-hero-grid,
  .hero-grid.hero-grid--split {
    grid-template-columns: 1fr;
  }

  .tsc-hero-grid {
    row-gap: 1.8rem;
  }

  .hero-visual,
  .book-stage {
    justify-content: center;
    padding-left: 0;
    width: 100%;
  }

  .book-stage {
    justify-content: center;
  }

  .book-photo--hero {
    width: min(260px, 72vw);
    max-width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 920px) {
  .tsc-form-grid--booking-choice {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .tsc-speaker-card {
    grid-template-columns: 1fr;
  }

  .tsc-speaker-photo img {
    width: min(220px, 100%);
  }
}

@media (max-width: 760px) {
  .tsc-quote-avatar {
    width: 82px;
    height: 82px;
  }

  .tsc-form-grid--two {
    grid-template-columns: 1fr;
  }

  .tsc-form-span-2 {
    grid-column: span 1;
  }

  .tsc-booking-form,
  .tsc-booking-aside,
  .tsc-city-card,
  .tsc-price-card {
    padding: 18px;
  }

  .tsc-title {
    font-size: clamp(2.15rem, 9vw, 3.2rem);
  }

  .trust-strip {
    font-size: .98rem;
  }

  .trust-sep {
    display: inline;
  }

  .tsc-included-grid,
  .tsc-pricing-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .book-stage {
    justify-content: center;
    padding-left: 0;
  }

  .book-photo--hero {
    width: min(270px, 68vw);
    margin-top: 0;
  }

  .tsc-city-copy {
    min-height: auto;
  }

  .tsc-price-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .tsc-pricing-note {
    white-space: normal;
  }

  .trust-sep {
    display: none;
  }
}

.tsc-footer-cta .tsc-cta-row {
  justify-content: center;
  align-items: center;
}
