:root {
  --md-primary-fg-color: #7b62ce;
  --md-primary-fg-color--dark: #6b55c2;
  --md-accent-fg-color: #7b62ce;
}

.kb-hero {
  border-radius: 18px;
  padding: 36px 22px;
  margin: 16px 0 26px 0;
  background: linear-gradient(90deg, rgba(123,98,206,.18), rgba(130,228,173,.18));
  border: 1px solid rgba(0,0,0,.06);
}

.kb-hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.kb-hero h1 {
  margin: 0 0 8px 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.kb-hero p {
  margin: 0 0 18px 0;
  opacity: 0.85;
}

.kb-search {
  position: relative;
  max-width: 640px;
}

.kb-search input {
  width: 100%;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.75);
  outline: none;
}

.kb-search input:focus {
  border-color: rgba(123,98,206,.55);
  box-shadow: 0 0 0 4px rgba(123,98,206,.12);
}

.kb-search-hint {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.7;
}

.kb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 1000px) {
  .kb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .kb-grid { grid-template-columns: 1fr; }
}

.kb-card {
  display: block;
  padding: 16px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.65);
  text-decoration: none !important;
  transition: transform .08s ease, box-shadow .08s ease, border-color .08s ease;
}

.kb-card:hover {
  transform: translateY(-2px);
  border-color: rgba(123,98,206,.35);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.kb-card-icon {
  font-size: 22px;
  margin-bottom: 8px;
}

.kb-card-title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
  color: inherit;
}

.kb-card-desc {
  font-size: 13px;
  opacity: 0.78;
}

/* Increase logo size in the left navigation header */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 3.2rem;
  width: auto;
}

/* Optional: if you also want the logo in the sidebar (when shown) */
.md-nav__title .md-logo img,
.md-nav__title .md-logo svg {
  height: 3.2rem;
  width: auto;
}

<<<<<<< HEAD
.pricing-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 1rem 0 1.5rem;
}

.pricing-table {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
  font-size: 0.86rem;
}

.pricing-table thead th {
  background: #f8fafc;
  color: #334155;
  font-weight: 700;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}

.pricing-table tbody td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  vertical-align: middle;
  white-space: nowrap;
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-table tbody tr:hover {
  background: #f8fafc;
}

.pricing-table tbody td:first-child {
  text-align: center;
  color: #0f172a;
}

.pricing-table tbody td:nth-child(4) strong {
  color: #2563eb;
  font-size: 0.92rem;
}

.pricing-table tbody td:nth-child(5) {
  color: #475569;
  font-weight: 600;
}

.pricing-table .recommended {
  background: #eff6ff;
}

.pricing-table .premium {
  background: #f8fafc;
}

.pricing-table td span {
  display: block;
  width: fit-content;
  margin: 4px auto 0;
  padding: 2px 7px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .pricing-table-wrapper {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0 0.5rem;
  }

  .pricing-table {
    min-width: 640px;
    font-size: 0.8rem;
  }

  .pricing-table thead th,
  .pricing-table tbody td {
    padding: 9px 10px;
  }
}

.no-scroll-table {
  overflow-x: visible;
}

.no-scroll-table .pricing-table {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

.no-scroll-table .pricing-table th,
.no-scroll-table .pricing-table td {
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

html {
  scroll-padding-top: 3rem;
}


  /* ==========================
   VIDEO ONBOARDING
========================== */

.video-onboarding {
  margin: 1rem 0 2rem;
}

.video-onboarding-header {
  margin-bottom: 1rem;
}

.video-onboarding-header h2 {
  margin: .35rem 0;
  font-size: 2rem;
  font-weight: 700;
}

.video-onboarding-header p {
  margin: 0;
  opacity: .75;
  max-width: 700px;
}

.video-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(123,98,206,.12);
  color: var(--md-primary-fg-color);
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .75rem;
  font-weight: 700;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1rem;
  align-items: stretch;
}

.video-player-card {
  background: var(--md-default-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.06);
  height: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-playlist {
  background: var(--md-default-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 22px;
  padding: .65rem;
  height: 418px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.video-item {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem .8rem;
  border-radius: 14px;
  cursor: pointer;
  transition: all .18s ease;
  font-size: .70rem;
  font-weight: 600;
  color: inherit;
  text-align: left;
  line-height: 1.25;
}

.video-item span {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(123,98,206,.12);
  color: var(--md-primary-fg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 800;
}

.video-item:hover {
  background: rgba(123,98,206,.08);
  transform: translateX(4px);
}

.video-item.active {
  background: rgba(123,98,206,.14);
}

.video-item.active span {
  background: var(--md-primary-fg-color);
  color: white;
}

@media (max-width: 1100px) {
  .video-layout {
    grid-template-columns: 1fr;
  }

  .video-playlist {
    position: relative;
    top: 0;
  }
}
