/* Lead Better Sprint Landing Page Styles */
:root {
  --lw-blue-700: #002fb8;
  --lw-blue-600: #0033cc;
  --lw-blue-500: #1372d3;
  --lw-blue-100: #e9efff;
  --lw-neutral-0: #ffffff;
  --lw-neutral-50: #f6f7fb;
  --lw-neutral-100: #f2f3f4;
  --lw-neutral-200: #ecebea;
  --lw-text: #0c1115;
  --lw-muted: #6b7280;
  --lw-accent-yellow: #ffe530;
  --lw-shadow: 0 10px 24px rgba(12, 17, 21, 0.08);
  --lw-radius-lg: 18px;
  --lw-radius-md: 12px;
  --lw-section-pad: clamp(2.75rem, 5vw, 4rem);
  --lw-h1: clamp(2.2rem, 3.4vw, 3rem);
  --lw-h2: clamp(1.85rem, 2.6vw, 2.35rem);
  --lw-h3: clamp(1.45rem, 2vw, 1.75rem);
  --lw-body: clamp(1rem, 1.1vw, 1.08rem);
  --lw-small: 0.95rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.lw-lead-better-landing {
  font-family: "Lato", "Poppins", Arial, sans-serif;
  color: var(--lw-text);
  background: var(--lw-neutral-0);
  line-height: 1.65;
}

.lw-logo-shell {
  background: #ffffff;
  padding: 0.6rem 1.4rem;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(12, 17, 21, 0.12);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.lw-logo-shell img {
  max-width: 180px;
  height: auto;
  display: block;
}

.lw-logo-shell--hero {
  margin: 0 auto 1.25rem;
}

body.lw-lead-better-landing h1,
body.lw-lead-better-landing h2,
body.lw-lead-better-landing h3,
body.lw-lead-better-landing h4 {
  font-family: "Lato", "Poppins", Arial, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--lw-text);
}

body.lw-lead-better-landing h1 { font-size: var(--lw-h1); }
body.lw-lead-better-landing h2 { font-size: var(--lw-h2); }
body.lw-lead-better-landing h3 { font-size: var(--lw-h3); }
body.lw-lead-better-landing section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
body.lw-lead-better-landing section h3 {
  margin-bottom: 0.75rem;
}

body.lw-lead-better-landing a {
  color: var(--lw-blue-600);
}

.lw-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.lw-section {
  padding: var(--lw-section-pad) 0;
  background: var(--lw-neutral-0);
}

.lw-section--compact {
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
}

body.lw-lead-better-landing .lw-section:nth-of-type(even) {
  background: var(--lw-neutral-50);
}

.lw-hero {
  background: linear-gradient(135deg, var(--lw-blue-700), var(--lw-blue-600));
  color: var(--lw-neutral-0);
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2.25rem) 1.25rem;
}

body.lw-lead-better-landing .lw-hero h1,
body.lw-lead-better-landing .lw-hero p,
body.lw-lead-better-landing .lw-hero .tagline,
body.lw-lead-better-landing .lw-hero .subheading {
  color: var(--lw-neutral-0) !important;
}

.tagline,
.subheading {
  color: rgba(255, 255, 255, 0.9);
}

.tagline {
  font-size: 1.05rem;
  margin: 0.75rem 0 0.5rem;
}

.subheading {
  font-size: 1.2rem;
  font-weight: 500;
}

.lw-intro {
  font-size: var(--lw-body);
  color: #475569;
  margin-bottom: 1.2rem;
  line-height: 1.75;
}

.lw-intro:first-of-type {
  text-align: center;
}

.lw-center { text-align: center; }
.lw-muted { color: var(--lw-muted); }
.lw-small { font-size: var(--lw-small); color: var(--lw-muted); }
.lw-meta { margin-top: 1.5rem; color: #475569; }
.lw-space-bottom { margin-bottom: 1.5rem; }
.lw-space-top { margin-top: 1.5rem; }
.lw-divider-top { border-top: 1px solid var(--lw-neutral-200); padding-top: 1.5rem; }
.lw-emphasis { color: var(--lw-blue-600); font-weight: 600; }
.lw-note { color: #6b4a00; }
.lw-on-dark { color: var(--lw-neutral-0); }
.lw-kicker {
  color: var(--lw-muted);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}
.lw-announcement {
  color: var(--lw-blue-600);
  font-weight: 600;
  font-size: 1.05rem;
}
.lw-link {
  color: #475569;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lw-title-lg {
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  margin-bottom: 1rem;
}

.lw-tldr {
  margin-bottom: 0.6rem;
}
.lw-subtitle {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: var(--lw-text);
}

.lw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--lw-blue-600);
  background: linear-gradient(135deg, #0033cc 0%, #1d4ed8 100%);
  color: var(--lw-neutral-0) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.45), 6px 10px 18px rgba(12, 17, 21, 0.14);
  cursor: pointer;
}

.lw-btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 0 26px rgba(59, 130, 246, 0.6), 8px 12px 22px rgba(12, 17, 21, 0.18);
  transform: translateY(-1px);
}

.lw-btn--secondary {
  background: transparent;
  color: var(--lw-blue-600);
  box-shadow: none;
}

.lw-btn--muted {
  background: var(--lw-neutral-100);
  border-color: var(--lw-neutral-200);
  color: var(--lw-text);
}

.lw-btn--secondary:hover,
.lw-btn--muted:hover {
  transform: translateY(-1px);
}

.lw-btn--lg {
  font-size: 1.25rem;
  padding: 1.3rem 2.6rem;
}
.lw-btn--block {
  width: 100%;
  display: block;
  text-align: center;
}

.lw-btn--seat {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  border-color: #16a34a;
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.55), 6px 10px 18px rgba(12, 17, 21, 0.14);
}

.lw-btn--seat:hover {
  box-shadow: 0 0 28px rgba(34, 197, 94, 0.7), 8px 12px 22px rgba(12, 17, 21, 0.18);
}

.lw-grid {
  display: grid;
  gap: 1.5rem;
}

.lw-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lw-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lw-grid--auto { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.lw-grid--tight { gap: 1.25rem; }
.lw-grid--spaced { gap: 1.75rem; margin-bottom: 1.5rem; }

@media (max-width: 768px) {
  .lw-grid--2,
  .lw-grid--3 {
    grid-template-columns: 1fr;
  }
}

.lw-card {
  background: var(--lw-neutral-0);
  border: 2px solid var(--lw-neutral-200);
  border-radius: var(--lw-radius-lg);
  padding: 1.6rem;
  box-shadow: 6px 10px 18px rgba(12, 17, 21, 0.08);
}

.lw-card--framework {
  border-left: 4px solid var(--lw-blue-600);
}

.description {
  color: #475569;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.features {
  list-style: none;
  margin-bottom: 1rem;
  color: #475569;
}

.features li {
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  position: relative;
  font-size: 0.95rem;
}

.features li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--lw-blue-600);
  font-weight: 600;
}

.impact {
  background: var(--lw-blue-100);
  padding: 0.85rem;
  border-radius: 8px;
  border-left: 3px solid var(--lw-blue-600);
  font-size: 0.9rem;
  color: #1e40af;
  font-weight: 500;
  line-height: 1.6;
}

.lw-card--featured {
  border: 2px solid var(--lw-blue-600);
  box-shadow: var(--lw-shadow);
}

.lw-card--full { grid-column: 1 / -1; }

.lw-panel {
  border-radius: var(--lw-radius-md);
  border: 1px solid var(--lw-neutral-200);
  padding: 1.5rem;
  background: var(--lw-neutral-50);
}

.lw-panel--note {
  border-left: 4px solid var(--lw-accent-yellow);
  background: #fff9d6;
}

.lw-panel--accent {
  border-left: 4px solid var(--lw-blue-600);
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: var(--lw-neutral-0);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.lw-panel--accent-alt {
  border-left: 4px solid #1d4ed8;
  background: #0b3b8f;
  color: #f8fafc;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 10px 18px rgba(12, 17, 21, 0.16);
}

.lw-panel--accent h3,
.lw-panel--accent h4,
.lw-panel--accent p {
  color: #f8fafc !important;
}

.lw-panel--accent .lw-list {
  color: #f8fafc !important;
}

.lw-panel--note {
  color: #3f2b00;
}

.lw-panel--note h5,
.lw-panel--note p,
.lw-panel--note li {
  color: #3f2b00;
}

.lw-panel--note .lw-list {
  color: #3f2b00;
}

.lw-panel--accent .lw-title--positive,
.lw-panel--accent .lw-title--negative,
.lw-panel--accent .lw-emphasis {
  color: #f8fafc !important;
}

.lw-panel--accent .lw-muted,
.lw-panel--accent .lw-link,
.lw-panel--accent .lw-announcement {
  color: #f8fafc !important;
}

.lw-panel--accent * {
  color: #f8fafc !important;
}

.lw-panel--accent-alt h3,
.lw-panel--accent-alt h4,
.lw-panel--accent-alt p,
.lw-panel--accent-alt li,
.lw-panel--accent-alt .lw-muted,
.lw-panel--accent-alt .lw-announcement {
  color: #f8fafc !important;
}

.lw-panel--success {
  border-left: 4px solid #16a34a;
  background: linear-gradient(135deg, #0f5132 0%, #16a34a 100%);
  color: #f8fafc;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 10px 18px rgba(12, 17, 21, 0.16);
}

.lw-panel--success h3,
.lw-panel--success p,
.lw-panel--success .lw-muted,
.lw-panel--success .lw-emphasis {
  color: #f8fafc !important;
}

.lw-panel--caution {
  border-left: 4px solid #b91c1c;
  background: #fce7e7;
  color: #7f1d1d;
  box-shadow: 6px 10px 18px rgba(12, 17, 21, 0.12);
}

.lw-panel--caution h3,
.lw-panel--caution p,
.lw-panel--caution .lw-muted,
.lw-panel--caution .lw-emphasis {
  color: #7f1d1d !important;
}

.guarantee,
.guarantee h3,
.guarantee p,
.guarantee-conditions {
  color: #f8fafc !important;
}

.lw-footer,
.lw-footer p {
  color: #f8fafc !important;
}

.lw-panel--muted {
  border-left: 4px solid var(--lw-neutral-200);
  background: var(--lw-neutral-50);
}

.lw-countdown {
  margin: 1.5rem 0;
}

.lw-countdown,
.lw-countdown h5,
.lw-countdown p,
.lw-countdown li {
  color: var(--lw-text) !important;
}

.lw-countdown .lw-list {
  color: var(--lw-text) !important;
}

.lw-countdown * {
  text-shadow: none !important;
}

.lw-countdown .lw-timer-number,
.lw-countdown .lw-timer-label {
  color: #000000 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.lw-timer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.75rem 0 1rem;
}

.lw-timer-item {
  background: var(--lw-neutral-0);
  border-radius: var(--lw-radius-md);
  padding: 1rem;
  text-align: center;
  border: 1px solid var(--lw-neutral-200);
}

.lw-timer-number {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}

.lw-timer-label { font-size: 0.85rem; color: #000000; }

.lw-list {
  list-style: disc;
  padding-left: 1.25rem;
  color: #475569;
}

.lw-list li { margin-bottom: 0.4rem; }

.lw-list--inside { padding-left: 0.5rem; }

.lw-list--compact {
  font-size: 0.9rem;
  margin: 0;
  padding-left: 1.25rem;
}

.lw-list--compact li { margin-bottom: 0.35rem; }

.lw-list--light { color: rgba(255, 255, 255, 0.9); }

.lw-list--padded {
  padding-left: 1.75rem;
}

.lw-olist {
  padding-left: 1.25rem;
  color: #475569;
  list-style-position: inside;
}


.lw-list--check li,
.lw-list--cross li {
  margin: 0.4rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.lw-list--check,
.lw-list--cross {
  list-style: none;
  padding-left: 0;
}

.lw-list--check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 800;
  font-size: 1.05rem;
}

.lw-list--cross li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 800;
  font-size: 1.05rem;
}

.lw-title--positive { color: var(--lw-blue-600); }
.lw-title--negative { color: var(--lw-text); }
.lw-title--on-dark { color: var(--lw-neutral-0); }

.lw-before-after ul { list-style: none; }
.lw-card--before ul li::before,
.lw-card--after ul li::before {
  position: absolute;
  left: 0;
  font-weight: 700;
}

.lw-card--before ul li,
.lw-card--after ul li {
  margin-bottom: 0.6rem;
  padding-left: 1.25rem;
  position: relative;
  color: #475569;
}

.lw-card--before ul li::before { content: "×"; color: var(--lw-muted); }
.lw-card--before ul li::before {
  color: #dc2626;
  font-weight: 800;
  font-size: 1.05rem;
}
.lw-card--after ul li::before {
  content: "✓";
  color: #16a34a;
  font-weight: 800;
  font-size: 1.05rem;
}

.lw-pricing {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.lw-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lw-pricing-card .lw-btn--block {
  margin-top: auto;
}

.lw-badge {
  position: absolute;
  top: -10px;
  left: 18px;
  background: var(--lw-blue-600);
  color: var(--lw-neutral-0);
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
}

.price { color: var(--lw-blue-600); font-size: 2rem; font-weight: 700; }
.price { text-align: center; }
.original-price { color: var(--lw-muted); text-decoration: line-through; font-size: 0.9rem; }
.per-person { color: var(--lw-muted); font-size: 0.9rem; }

.lw-pricing-card ul { list-style: none; color: #475569; }
.lw-pricing-card ul li {
  margin: 0.4rem 0;
  padding-left: 1.2rem;
  position: relative;
  font-size: 0.9rem;
}

.lw-pricing-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lw-blue-600);
  font-weight: 700;
}

/* Single pricing card layout (v1.3.43) */
.lw-pricing--single {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.lw-pricing-card--single {
  max-width: 480px;
  width: 100%;
  padding: 2rem;
  text-align: center;
}

.lw-pricing-card--single h4 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.lw-pricing-card--single .price {
  font-size: 2.5rem;
  margin: 1rem 0;
}

.lw-pricing-card--single ul {
  text-align: left;
  margin: 1.5rem 0;
}

.lw-pricing-card--single ul li {
  margin: 0.6rem 0;
  font-size: 1rem;
}

.lw-pricing-card--single .lw-btn--lg {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .lw-pricing-card--single {
    padding: 1.5rem;
    max-width: 100%;
  }

  .lw-pricing-card--single h4 {
    font-size: 1.5rem;
  }

  .lw-pricing-card--single .price {
    font-size: 2rem;
  }

  .lw-pricing-card--single .lw-btn--lg {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    width: 100%;
  }
}

.about-facilitator {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  align-items: start;
  text-align: left;
}

@media (max-width: 768px) {
  .about-facilitator {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.facilitator-photo {
  width: 200px;
  height: 200px;
  border-radius: var(--lw-radius-md);
  overflow: hidden;
  box-shadow: var(--lw-shadow);
}

.facilitator-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facilitator-name { font-size: 1.5rem; font-weight: 700; }
.facilitator-title { color: var(--lw-blue-600); font-weight: 600; margin-bottom: 1rem; }
.facilitator-bio { color: #475569; margin-bottom: 1rem; }

.facilitator-approach {
  background: var(--lw-blue-100);
  border-left: 4px solid var(--lw-blue-600);
  padding: 1rem;
  border-radius: var(--lw-radius-md);
  margin-bottom: 1rem;
}

.facilitator-quote {
  border-left: 3px solid var(--lw-accent-yellow);
  padding-left: 1rem;
  color: var(--lw-muted);
  font-style: italic;
}

.metric {
  font-size: 2rem;
  font-weight: 700;
  color: var(--lw-blue-600);
  margin-bottom: 0.5rem;
}

.social-proof-companies { text-align: center; }
.companies-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.company-name {
  background: var(--lw-neutral-100);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--lw-muted);
  font-weight: 500;
}

.testimonial {
  background: var(--lw-neutral-50);
  border-left: 4px solid var(--lw-accent-yellow);
  padding: 1.1rem 1.25rem;
  border-radius: var(--lw-radius-md);
  margin-bottom: 1rem;
}

.testimonial-metric { font-weight: 700; color: var(--lw-blue-600); margin-bottom: 0.5rem; }
.testimonial-quote { color: #1e293b; font-style: italic; margin-bottom: 0.5rem; }
.testimonial-author { color: var(--lw-muted); font-size: 0.9rem; }

.value-stack {
  background: var(--lw-neutral-50);
  border: 1px solid var(--lw-neutral-200);
  border-radius: var(--lw-radius-md);
  padding: 1.5rem;
}

.value-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--lw-neutral-200);
  padding: 0.75rem 0;
  gap: 1rem;
}

.value-item:last-child { border-bottom: none; }
.value-item-label { font-weight: 600; color: var(--lw-text); }
.value-item-price { font-size: 0.85rem; color: var(--lw-muted); }
.value-item-amount { font-weight: 700; color: var(--lw-text); }

.value-total {
  background: var(--lw-blue-600);
  color: var(--lw-neutral-0);
  padding: 0.75rem 1rem;
  margin: 1rem -1.5rem 0;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.your-investment {
  background: var(--lw-neutral-100);
  color: var(--lw-text);
  text-align: center;
  padding: 1.25rem;
  border-radius: var(--lw-radius-md);
  border: 1px solid #000000;
  margin-top: 1rem;
}

.your-investment .label { font-size: 0.85rem; color: var(--lw-text); opacity: 0.85; }
.your-investment .amount { font-size: 2rem; font-weight: 700; color: var(--lw-text); }
.your-investment .lw-small { color: #475569; opacity: 0.95; }

.quick-wins {
  background: var(--lw-neutral-50);
  border: 1px solid var(--lw-neutral-200);
  border-radius: var(--lw-radius-md);
  padding: 1.5rem;
}

.quick-win-card {
  background: var(--lw-neutral-0);
  border-left: 4px solid var(--lw-blue-600);
  border-radius: var(--lw-radius-md);
  padding: 1.1rem;
  margin-bottom: 1rem;
}

.quick-win-title { font-weight: 700; color: var(--lw-text); }
.quick-win-result { color: var(--lw-blue-600); font-weight: 600; }

.guarantee {
  background: var(--lw-blue-600);
  color: var(--lw-neutral-0);
  border-radius: var(--lw-radius-md);
  padding: 1.5rem;
  text-align: center;
}

.guarantee h3 { color: var(--lw-neutral-0); margin-bottom: 0.75rem; }
.guarantee-conditions {
  background: var(--lw-blue-700);
  padding: 0.9rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.guarantee-conditions {
  background: #fff9d6;
  border-left: 4px solid var(--lw-accent-yellow);
  color: #3f2b00 !important;
  border-radius: 8px;
  margin-top: 1rem;
}

.guarantee-conditions strong {
  color: #3f2b00 !important;
}

.sprint-structure-wrapper {
  border: 1px solid var(--lw-neutral-200);
  border-radius: var(--lw-radius-lg);
  padding: 1.6rem;
  background: var(--lw-neutral-0);
}

.sprint-structure-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

@media (max-width: 900px) {
  .sprint-structure-grid { grid-template-columns: 1fr; }
}

.sprint-phases-col,
.live-sessions-col {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
}

.sprint-phases-col {
  justify-content: stretch;
}

.sprint-phases-col .sprint-phase-card {
  flex: 1;
}

.live-sessions-col {
  justify-content: stretch;
}

.live-sessions-col .sprint-phase-card {
  flex: 1;
}

.sprint-phase-card {
  background: var(--lw-neutral-50);
  border-left: 4px solid var(--lw-blue-600);
  padding: 1rem;
  border-radius: var(--lw-radius-md);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 0.75rem;
  align-items: center;
}

.sprint-phase-card.graduation {
  background: var(--lw-blue-600);
  color: var(--lw-neutral-0);
}

.sprint-phase-card.graduation .sprint-phase-desc { color: var(--lw-neutral-0); }
.sprint-phase-card.graduation .sprint-phase-title,
.sprint-phase-card.graduation .sprint-phase-number {
  color: var(--lw-neutral-0);
}
.sprint-phase-card.graduation .sprint-phase-number {
  background: rgba(255, 255, 255, 0.2);
}

.sprint-phase-number {
  font-weight: 700;
  font-size: 1rem;
  color: var(--lw-neutral-0);
  background: var(--lw-blue-600);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sprint-phase-title { font-weight: 600; color: var(--lw-text); }
.sprint-phase-desc { grid-column: 1 / -1; color: #475569; font-size: 0.9rem; margin-left: 42px; }

.sprint-col-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lw-text);
  margin-bottom: 0.4rem;
}

.sprint-col-title--light {
  color: var(--lw-text);
  background: transparent;
  padding: 0;
  display: inline-block;
}

.sprint-phase-card--session {
  background: #f0fdf4;
  border-left: 4px solid #16a34a;
}

.sprint-phase-card--info {
  background: #f1f5f9;
  border-left: 4px solid #64748b;
}

.sprint-phase-card--simple {
  grid-template-columns: 1fr;
}

.sprint-phase-card--simple .sprint-phase-desc {
  margin-left: 0;
}

.live-session-item { padding: 0.6rem 0; border-bottom: 1px solid var(--lw-neutral-200); }
.live-session-date { font-weight: 600; color: var(--lw-text); }
.live-session-time { color: var(--lw-muted); font-size: 0.9rem; }

.live-sessions-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

@media (max-width: 768px) {
  .live-sessions-meta { grid-template-columns: 1fr; }
}

.live-sessions-meta-item {
  background: var(--lw-neutral-50);
  border: 1px solid var(--lw-neutral-200);
  border-radius: var(--lw-radius-md);
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.live-sessions-meta-item h4 {
  margin: 0;
  min-width: 120px;
}

.live-sessions-meta-item ul {
  margin: 0;
}

.graduation-bonus-row { margin-top: 1rem; }

.lw-accordion { display: grid; gap: 0.75rem; }
.lw-accordion details {
  border: 1px solid var(--lw-neutral-200);
  border-radius: var(--lw-radius-md);
  padding: 0.5rem 1rem;
  background: var(--lw-neutral-0);
}

.lw-accordion summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lw-accordion summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--lw-blue-600);
}

.lw-accordion details[open] summary::after { content: "–"; }

.lw-accordion details > *:not(summary) {
  padding: 0 0 0.75rem;
  color: var(--lw-muted);
}

.lw-footer {
  background: var(--lw-blue-700);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 1.75rem 1.25rem;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--lw-blue-700);
  padding: 0.9rem 1.25rem;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
  z-index: 100;
}

.sticky-cta.is-hidden {
  display: none;
}

.sticky-cta-content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.sticky-cta-text {
  color: var(--lw-neutral-0);
  font-weight: 600;
}

@media (max-width: 768px) {
  .sticky-cta-content { flex-direction: column; }
  .sticky-cta-text { text-align: center; }
}
.lw-panel--accent-alt * {
  color: #f8fafc !important;
}

.lw-countdown .lw-timer-number,
.lw-countdown .lw-timer-label,
.lw-countdown .lw-list,
.lw-countdown h5,
.lw-countdown p,
.lw-countdown li {
  color: #000000 !important;
  text-shadow: none !important;
}

.lw-countdown h4,
.lw-panel--accent-alt.lw-countdown h4 {
  color: #ffffff !important;
}
