* {
  box-sizing: border-box;
}

[data-theme="light"] {
  --bg: #f5f5f8;
  --sidebar-bg: #ffffff;
  --panel: #ffffff;
  --hero-bg: #f3eef9;
  --panel-soft: #ffffff;
  --panel-soft-2: #fafafa;
  --line: #ececf1;
  --purple: #6f4cf6;
  --purple-dark: #23293a;
  --muted: #6b7285;
  --text: #252c3c;
  --shadow: 0 12px 28px rgba(18, 24, 38, 0.04);
  --overlay: rgba(30, 16, 70, 0.18);
  --rating-bg: #eefaf7;
  --rating-text: #27c7b8;
  --avatar-bg: #f2f2f5;
  --hover-bg: #f7f3ff;
  --hover-line: #d7c8ff;
  --hover-shadow: 0 14px 30px rgba(122, 77, 255, 0.1);
  --teal: #27c7b8;
  --service-line: #d7c8ff;
  --active-blue: #1565d8;

  /* Legacy Compat */
  --soft-purple: #f6f1ff;
  --soft-purple-2: #fbf9ff;
  --purple-text: #684ef5;
  --green-bg: #eaf8f0;
  --green-text: #16b081;
}

[data-theme="dark"] {
  --bg: #131018;
  --sidebar-bg: #1b1722;
  --panel: #1f1a28;
  --hero-bg: #241d31;
  --panel-soft: #1f1a28;
  --panel-soft-2: #2b2635;
  --line: #3b3447;
  --purple: #9a7cff;
  --purple-dark: #f0e9ff;
  --muted: #b8afc9;
  --text: #efeaf8;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  --overlay: rgba(0, 0, 0, 0.45);
  --rating-bg: #20312f;
  --rating-text: #46d8ca;
  --avatar-bg: #2b2635;
  --hover-bg: #2a2236;
  --hover-line: #5b4a83;
  --hover-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  --teal: #46d8ca;
  --service-line: #5b4a83;
  --active-blue: #3b82f6;

  /* Legacy Compat */
  --soft-purple: #241d31;
  --soft-purple-2: #1b1722;
  --purple-text: #9a7cff;
  --green-bg: #20312f;
  --green-text: #46d8ca;
}

body[data-theme="dark"] .info-icon,
body[data-theme="dark"] .control-icon-img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(12%) saturate(800%)
    hue-rotate(220deg) brightness(100%) contrast(100%);
}

:root {
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --ease: 0.18s ease;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow: hidden;
}

.office-hours-page {
  padding: 24px 16px 48px;
  background: var(--bg);
}
.app-shell {
  display: flex;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: var(--overlay);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ease);
}

.app-shell.sidebar-active .sidebar-overlay {
  opacity: 1;
  pointer-events: auto;
}

.sidebar {
  width: 294px;
  background: var(--sidebar-bg);
  border-right: 1px solid var(--line);
  padding: 18px 16px;
  height: 100vh;
  position: sticky;
  top: 0;
  flex-shrink: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
}

.sidebar::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome/Safari */
}

.sidebar-top {
  padding: 8px 0 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  padding: 0 10px;
}

.brand-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7a4dff, #c26be3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: 600;
  flex-shrink: 0;
}

.brand-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
}

.brand-subtitle {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--muted);
}

.back-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 10px;
  text-decoration: none;
  font-size: 13px;
  color: var(--purple-dark);
  font-weight: 700;
}

.back-link-arrow {
  font-size: 18px;
  line-height: 1;
}

.back-link:hover {
  color: var(--purple);
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.nav-section-label {
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 0;
}

.nav-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-item {
  width: 100%;
  min-height: 48px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  text-decoration: none;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.nav-item:hover {
  background: var(--hover-bg);
  border-color: var(--hover-line);
  box-shadow: var(--hover-shadow);
  transform: translateY(-1px);
}

.nav-item.active {
  background: var(--hover-bg);
  border-color: var(--active-blue);
  box-shadow: var(--hover-shadow);
  color: var(--active-blue);
  transform: translateY(-1px);
}

.nav-item.active .nav-icon {
  color: var(--active-blue);
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 11px;
}

.single-link {
  justify-content: flex-start;
}

.single-link .nav-left {
  width: 100%;
}

.nav-icon {
  width: 20px;
  height: 20px;
  color: var(--muted);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.nav-item:hover .nav-icon {
  color: var(--purple);
}

.helper-note {
  font-size: 11px;
  color: var(--muted);
  padding: 0 4px 0 14px;
  line-height: 1.4;
}

.main-content {
  flex: 1;
  height: 100vh;
  overflow-y: auto;
  min-width: 0;
}

.topbar {
  height: 72px;
  background: var(--sidebar-bg);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  gap: 20px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--panel-soft-2);
  color: var(--text);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.mobile-menu-toggle svg {
  width: 20px;
  height: 20px;
}

.search-wrap {
  max-width: 330px;
  width: 100%;
}

.search-input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--line);
  background: var(--panel-soft-2);
  color: var(--text);
  border-radius: 13px;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
}

.search-input:focus {
  border-color: var(--hover-line);
  box-shadow: 0 0 0 3px rgba(122, 77, 255, 0.1);
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.theme-toggle {
  height: 40px;
  padding: 0 14px;
  border-radius: 13px;
  border: 1px solid var(--line);
  background: var(--panel-soft-2);
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.theme-toggle:hover {
  background: var(--hover-bg);
  border-color: var(--hover-line);
  color: var(--purple);
  transform: translateY(-1px);
}

.credits-box {
  min-height: 40px;
  border: 1px solid var(--line);
  background: var(--sidebar-bg);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--purple-dark);
}

.credits-box strong {
  color: var(--purple);
  font-size: 14px;
}

.store-btn,
.primary-btn,
.institutions-btn,
.view-all-institutions-btn,
.book-now-btn {
  height: 40px;
  padding: 0 15px;
  border-radius: 13px;
  border: none;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  background: linear-gradient(135deg, #7a4dff, #9f55ff);
  color: white;
  box-shadow: 0 10px 22px rgba(122, 77, 255, 0.2);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.store-btn:hover,
.primary-btn:hover,
.institutions-btn:hover,
.view-all-institutions-btn:hover,
.book-now-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(122, 77, 255, 0.28);
}
.page-shell {
  max-width: 1540px;
  margin: 0 auto;
}

.page-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}

.title-wrap {
  flex: 1;
  min-width: 0;
}

.title-wrap h1 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text);
}

.info-banner {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: 24px;
  padding: 20px 22px;
}

.info-icon-box {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  background: #efe8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(38%) sepia(93%) saturate(2051%)
    hue-rotate(237deg) brightness(102%) contrast(101%);
}

.info-copy p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.62;
  color: var(--text);
  opacity: 0.85;
  font-weight: 500;
}

.info-copy p:last-child {
  margin-bottom: 0;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 198px;
  height: 58px;
  padding: 0 24px;
  border-radius: 20px;
  background: linear-gradient(90deg, #7b4dff 0%, #9b5dff 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(124, 77, 255, 0.16);
  white-space: nowrap;
  margin-top: 2px;
}

.controls-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.control-card {
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-height: 168px;
  box-shadow: var(--shadow);
}

.control-icon-box {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: var(--hero-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple);
  flex-shrink: 0;
}

.control-icon-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(38%) sepia(93%) saturate(2051%)
    hue-rotate(237deg) brightness(102%) contrast(101%);
}

.control-icon-box.text-icon {
  font-size: 28px;
  font-weight: 600;
}

.control-content h3 {
  margin: 6px 0 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--text);
}

.control-content p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-pill {
  border: 1.5px solid var(--line);
  background: var(--panel);
  color: var(--text);
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.filter-pill.active {
  background: linear-gradient(90deg, #7b4dff 0%, #9b5dff 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 14px rgba(124, 77, 255, 0.16);
}

.search-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.search-card {
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.search-card label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}

.search-input-wrap {
  position: relative;
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8c92a7;
  font-size: 18px;
}

.search-input-wrap input {
  width: 100%;
  height: 58px;
  border-radius: 16px;
  border: 1.5px solid var(--line);
  padding: 0 18px 0 44px;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  background: var(--panel-soft-2);
  color: var(--text);
}

.search-input-wrap input::placeholder {
  color: #8b90a3;
}

.results-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 14px 0 18px;
}

.results-chip {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  color: var(--purple);
  background: var(--hero-bg);
  font-size: 14px;
  font-weight: 700;
}

.results-count {
  font-size: 14px;
  font-weight: 700;
  color: #687084;
}

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

.mentor-card {
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.mentor-meta {
  display: flex;
  gap: 14px;
  min-width: 0;
}

.avatar-box {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: var(--avatar-bg);
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.avatar-box svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.meta-text {
  min-width: 0;
}

.meta-text h3 {
  margin: 0 0 0px;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

.meta-text p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.35;
  font-weight: 600;
}

.rating-pill {
  background: var(--green-bg);
  color: var(--green-text);
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
}

.office-hours-line {
  margin: 4px 0 14px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #6a7188;
}

.office-hours-line .label {
  color: var(--purple-text);
  margin-right: 8px;
}

.description-block {
  margin-bottom: 14px;
}

.description-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
  min-height: 72px;
}

.read-more-btn {
  display: block;
  margin: 10px auto 0;
  border: none;
  background: transparent;
  color: var(--purple-text);
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.card-main-box {
  margin-top: 2px;
  border: 1.5px solid var(--line);
  background: var(--panel-soft-2);
  border-radius: 26px;
  padding: 14px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.info-item {
  border-radius: 18px;
  background: var(--hero-bg);
  border: 1.5px solid var(--line);
  padding: 14px 16px;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-label {
  display: block;
  margin-bottom: 8px;
  color: var(--purple-text);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-value {
  font-size: 16px;
  line-height: 1.35;
  color: var(--text);
  font-weight: 600;
}

.spots-item {
  justify-content: flex-start;
}

.spots-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.spots-top .info-label {
  margin-bottom: 0;
}

.spots-count {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}

.progress-track {
  width: 100%;
  height: 12px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #7b4dff 0%, #9b5dff 100%);
  transition: width 0.25s ease;
}

.spots-box {
  margin-top: 2px;
  border-radius: 18px;
  background: var(--bg);
  border: 1.5px dashed var(--line);
  padding: 14px 16px;
}

.spots-line {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}

.spots-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.services-display {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.services-title {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.service-card {
  min-height: 62px;
  border-radius: 18px;
  border: 1.5px solid var(--line);
  background: var(--panel);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.service-card.active {
  background: var(--hero-bg);
  border-color: var(--purple);
  color: var(--purple);
}

.card-action {
  margin-top: 14px;
}

.book-btn {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(90deg, #7b4dff 0%, #9b5dff 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.book-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(124, 77, 255, 0.18);
}

.book-btn.full {
  background: #d9d8e5;
  color: #6e7488;
  cursor: not-allowed;
  box-shadow: none;
}

.empty-state {
  grid-column: 1 / -1;
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: 24px;
  padding: 34px 22px;
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

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

@media (max-width: 1200px) {
  .page-top {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .controls-grid,
  .search-row,
  .mentor-grid {
    grid-template-columns: 1fr;
  }

  .title-wrap h1 {
    font-size: 36px;
  }

  .info-banner {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .office-hours-page {
    padding: 18px 12px 40px;
  }

  .title-wrap h1 {
    font-size: 30px;
  }

  .back-btn {
    min-width: 180px;
    height: 54px;
    font-size: 15px;
  }

  .control-card,
  .search-card,
  .mentor-card {
    padding: 16px;
  }

  .card-main-box {
    padding: 12px;
  }

  .info-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .meta-text h3 {
    font-size: 21px;
  }

  .avatar-box {
    width: 74px;
    height: 74px;
  }

  .avatar-box svg {
    width: 34px;
    height: 34px;
  }
}

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

  .school-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: flex;
  }

  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform var(--ease);
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.1);
    width: 280px;
    border-right: 1px solid var(--line);
  }

  .app-shell.sidebar-active .sidebar {
    transform: translateX(0);
  }

  .topbar {
    padding: 0 16px;
    height: 64px;
  }

  .search-wrap {
    max-width: none;
  }

  .mentor-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0px;
    gap: 16px;
  }

  .mentor-hero-links {
    gap: 14px;
  }

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

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

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

  .topbar-right .credits-box {
    display: none;
  }
  .topbar-right .theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 0 10px;
  }

  .mentor-hero-left h1 {
    font-size: 32px;
  }

  .store-modal {
    border-radius: 20px;
  }

  .store-modal-inner {
    padding: 20px;
  }

  .store-modal-inner h2 {
    font-size: 32px;
  }

  .store-option-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pathway-row,
  .payment-type-row,
  .payment-row {
    grid-template-columns: 1fr;
  }

  .meeting-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Uniform sidebar + main content spacing and typography across pages */
.sidebar {
  width: 294px !important;
  min-width: 294px !important;
}
.main-content {
  flex: 1 !important;
  padding: 0px !important;
  min-width: 0;
}
.page-shell,
.demo14-page-wrap,
.page-wrap {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding-top: 12px !important;
  padding-bottom: 24px !important;
}
.page-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 24px !important;
  margin-bottom: 24px !important;
}
.title-wrap h1,
.page-heading h1 {
  font-size: 2rem !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}
.title-wrap p,
.page-heading p,
.info-copy p {
  font-size: 16px !important;
  color: var(--text) !important;
  max-width: 870px !important;
}
