.page-hero#contact-hero-heading + p {
  font-size: 1.25rem;
  color: var(--k-color-text-on-dark-muted);
  max-width: 40rem;
}
#book-consultation-hero-btn {
  padding: 0.875rem 2rem;
  font-size: 1.125rem;
}
.hub-card {
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hub-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 51, 102, 0.15);
}
.hub-card__image-wrapper {
  height: 12rem;
  overflow: hidden;
  border-bottom: 1px solid var(--k-color-border-light);
}
.hub-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hub-card .ki-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.hub-card .ki-card__title {
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
}
.hub-card .text-sm.font-semibold.text-gray-500 {
  color: var(--k-color-text-muted);
  margin-bottom: 0.75rem;
}
.hub-card .ki-card__excerpt {
  font-size: 0.875rem;
  color: var(--k-color-text-subtle-dark);
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.hub-card address {
  font-size: 0.75rem;
  color: var(--k-color-text-muted);
  margin-top: 0.5rem;
  line-height: 1.5;
}
.hub-card .ki-card__footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: none;
}
.hub-card .btn--secondary {
  background-color: var(--k-color-secondary);
  color: var(--k-color-text-light);
  border-color: var(--k-color-secondary);
}
.hub-card .btn--secondary:hover {
  background-color: var(--k-color-secondary-darker);
  border-color: var(--k-color-secondary-darker);
}
.candidate-cta-section {
  background-color: var(--k-color-background-light);
  border-top: 1px solid var(--k-color-border-light);
  border-bottom: 1px solid var(--k-color-border-light);
}
.candidate-cta-section .fa-user-plus {
  font-size: 3rem;
  color: var(--k-color-secondary);
  margin-bottom: 1.5rem;
}
.candidate-cta-section h2 {
  color: var(--k-color-primary-darker);
}
.candidate-cta-section p {
  color: var(--k-color-text-subtle-dark);
  line-height: 1.7;
}
.candidate-cta-section .btn--accent {
  background-color: var(--k-color-accent);
  border-color: var(--k-color-accent);
  color: var(--k-color-text-light);
}
.candidate-cta-section .btn--accent:hover {
  background-color: var(--k-color-accent-darker);
  border-color: var(--k-color-accent-darker);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.candidate-cta-section .text-sm.text-gray-500 a {
  color: var(--k-color-secondary);
  text-decoration: underline;
}
.candidate-cta-section .text-sm.text-gray-500 a:hover {
  color: var(--k-color-accent);
}
.js-tidycal-popup {
  cursor: pointer;
}
#register-button,
#cta-candidate-register {
  cursor: pointer;
}
