/* Jobiox marketing site — Dashkit-based */

.mk-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.mk-site > main {
  flex: 1;
}

.fm-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand.fm-brand > img.fm-brand-lockup,
.navbar-brand > img.mk-brand-lockup {
  display: block;
  height: 3rem;
  max-height: 3rem !important;
  width: auto;
}

.mk-hero-logo {
  max-width: 100%;
  height: auto;
  max-height: 10rem;
}

.mk-navbar .nav-link.active {
  color: var(--bs-primary);
  font-weight: 600;
}

.mk-hero {
  background: linear-gradient(135deg, #f9fbfd 0%, #edf2f9 100%);
  border-bottom: 1px solid #e3ebf6;
}

.mk-hero-badge {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.mk-feature-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(44, 123, 229, 0.1);
  color: var(--bs-primary);
  font-size: 1.25rem;
}

.mk-step-number {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bs-primary);
  color: #fff;
  font-weight: 600;
  flex-shrink: 0;
}

.mk-compare-old {
  opacity: 0.55;
  text-decoration: line-through;
}

.mk-pricing-card.featured {
  border: 2px solid var(--bs-primary);
  box-shadow: 0 0.5rem 1.5rem rgba(44, 123, 229, 0.15);
}

.mk-illustration {
  max-width: 100%;
  height: auto;
}

.mk-footer {
  border-top: 1px solid #e3ebf6;
  background: #fff;
}

.mk-footer a {
  color: var(--bs-secondary);
  text-decoration: none;
}

.mk-footer a:hover {
  color: var(--bs-primary);
}

.mk-cta-band {
  background: linear-gradient(135deg, #2c7be5 0%, #1a68d1 100%);
  color: #fff;
}

.mk-cta-band .btn-outline-primary {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.mk-cta-band .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.mk-page-header {
  background: #f9fbfd;
  border-bottom: 1px solid #e3ebf6;
}

/* Home page */

.mk-home-page main > section > .container-fluid {
  max-width: 1280px;
}

.mk-home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(44, 123, 229, 0.16), transparent 24rem),
    linear-gradient(145deg, #f9fbfd 0%, #edf4fc 100%);
  border-bottom: 1px solid #e3ebf6;
}

.mk-home-hero::after {
  position: absolute;
  right: -8rem;
  bottom: -12rem;
  width: 28rem;
  height: 28rem;
  content: "";
  border: 1px solid rgba(44, 123, 229, 0.12);
  border-radius: 50%;
}

.mk-home-hero h1 {
  max-width: 13ch;
  letter-spacing: -0.045em;
}

.mk-hero-copy {
  max-width: 42rem;
}

.mk-opportunity-stage {
  position: relative;
  z-index: 1;
  max-width: 31rem;
  padding: 3.5rem 2rem 5rem;
}

.mk-opportunity-stage::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(145deg, rgba(44, 123, 229, 0.15), rgba(44, 123, 229, 0.04));
  border-radius: 3rem 8rem 3rem 7rem;
  transform: rotate(-3deg);
}

.mk-opportunity-card {
  transform: rotate(1.5deg);
}

.mk-profile-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
}

.mk-message-card {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  width: min(22rem, 82%);
  transform: rotate(-2deg);
}

.mk-message-icon,
.mk-benefit-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  background: rgba(44, 123, 229, 0.1);
  border-radius: 50%;
}

.mk-message-icon {
  width: 2.75rem;
  height: 2.75rem;
}

.mk-profile-line {
  width: 100%;
  height: 0.55rem;
  background: #e3ebf6;
  border-radius: 999px;
}

.mk-profile-line-short {
  width: 66%;
}

.mk-stage-dot {
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--bs-primary);
  border-radius: 50%;
}

.mk-stage-dot-one {
  top: 1.4rem;
  right: 3.2rem;
  width: 0.9rem;
  height: 0.9rem;
}

.mk-stage-dot-two {
  bottom: 4rem;
  left: 0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  opacity: 0.45;
}

.mk-audience-card {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.75rem rgba(18, 38, 63, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mk-audience-card:hover {
  box-shadow: 0 0.75rem 2rem rgba(18, 38, 63, 0.12);
  transform: translateY(-3px);
}

.mk-audience-talent {
  background: linear-gradient(145deg, #fff 45%, #f0f6fd 100%);
}

.mk-audience-company {
  background: linear-gradient(145deg, #fff 45%, #f6f4ff 100%);
}

.mk-audience-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  font-size: 1.4rem;
  background: var(--bs-primary);
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(44, 123, 229, 0.22);
}

.mk-home-step {
  padding: 2rem;
  background: #fff;
  border: 1px solid #e3ebf6;
  border-radius: 0.75rem;
}

.mk-home-step .mk-step-number {
  box-shadow: 0 0.4rem 0.9rem rgba(44, 123, 229, 0.22);
}

.mk-home-illustration {
  max-height: 25rem;
}

.mk-benefit-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.15rem;
}

.mk-recruiter-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 100%, rgba(255, 255, 255, 0.12), transparent 28rem),
    linear-gradient(135deg, #12263f 0%, #193b68 100%);
}

.mk-recruiter-section::after {
  position: absolute;
  top: -13rem;
  right: -8rem;
  width: 30rem;
  height: 30rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.mk-recruiter-section > .container-fluid {
  position: relative;
  z-index: 1;
}

.mk-recruiter-point {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
}

.mk-recruiter-point i {
  color: #7eb5ff;
  font-size: 1.1rem;
}

.mk-recruiter-card {
  border-radius: 1rem;
}

.mk-channel-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.mk-channel-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.3rem;
  border-radius: 0.75rem;
}

.mk-channel-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  margin-left: 1.7rem;
  color: var(--bs-primary);
}

.mk-channel-divider::before,
.mk-channel-divider::after {
  width: 1px;
  height: 0.8rem;
  content: "";
  background: #d2ddec;
}

.mk-channel-divider i {
  margin: 0.25rem 0;
}

.mk-home-cta {
  padding: 3.5rem 1.5rem;
  background:
    radial-gradient(circle at 50% 0, rgba(44, 123, 229, 0.12), transparent 18rem),
    #f9fbfd;
  border: 1px solid #e3ebf6;
  border-radius: 1.25rem;
}

.mk-cta-logo {
  width: 3.75rem;
  height: 3.75rem;
}

@media (max-width: 767.98px) {
  .mk-home-hero h1 {
    font-size: 2.75rem;
  }

  .mk-opportunity-stage {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mk-message-card {
    right: 0.5rem;
  }

  .mk-audience-card .btn-link,
  .mk-recruiter-section .btn-link {
    display: block;
    width: fit-content;
    margin-top: 0.75rem;
    padding-left: 0;
  }

  .mk-home-cta {
    padding: 2.5rem 1rem;
  }
}

/* Marketing content pages */

.mk-content-page main > section > .container-fluid {
  max-width: 1280px;
}

.mk-sub-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(44, 123, 229, 0.14), transparent 23rem),
    linear-gradient(145deg, #f9fbfd 0%, #edf4fc 100%);
  border-bottom: 1px solid #e3ebf6;
}

.mk-sub-hero::after {
  position: absolute;
  right: -10rem;
  bottom: -16rem;
  width: 32rem;
  height: 32rem;
  content: "";
  border: 1px solid rgba(44, 123, 229, 0.11);
  border-radius: 50%;
}

.mk-sub-hero > .container-fluid {
  position: relative;
  z-index: 1;
}

.mk-sub-hero h1 {
  letter-spacing: -0.035em;
}

.mk-hero-illustration {
  width: 100%;
  max-width: 31rem;
  max-height: 25rem;
}

.mk-process-illustration {
  width: 100%;
  max-width: 30rem;
  max-height: 23rem;
}

.mk-value-card {
  background: #fff;
  box-shadow: 0 0.35rem 1.5rem rgba(18, 38, 63, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mk-value-card:hover {
  box-shadow: 0 0.6rem 1.75rem rgba(18, 38, 63, 0.11);
  transform: translateY(-3px);
}

.mk-flow-card {
  border-radius: 1rem;
}

.mk-flow-step {
  position: relative;
  display: flex;
  gap: 1rem;
  padding-bottom: 2rem;
}

.mk-flow-step:not(:last-of-type)::after {
  position: absolute;
  top: 2.6rem;
  bottom: 0.25rem;
  left: 1.22rem;
  width: 1px;
  content: "";
  background: #d2ddec;
}

.mk-check-panel {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  height: 100%;
  padding: 1rem;
  color: #3b506c;
  background: #fff;
  border: 1px solid #e3ebf6;
  border-radius: 0.65rem;
}

.mk-check-panel i {
  color: var(--bs-primary);
  font-size: 1.15rem;
}

.mk-channel-compare {
  overflow: hidden;
  border-radius: 1rem;
}

.mk-large-checks li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.mk-large-checks i {
  margin-top: 0.15rem;
  color: var(--bs-success);
  font-size: 1.15rem;
}

.mk-price-card {
  overflow: hidden;
  border-radius: 1rem;
}

.mk-price-icon,
.mk-contact-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.3rem;
  border-radius: 0.85rem;
}

.mk-price-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}

.mk-price-list i {
  margin-top: 0.2rem;
  color: var(--bs-success);
}

.mk-price-feature {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  height: 100%;
  padding: 0.9rem 1rem;
  background: #f9fbfd;
  border: 1px solid #e3ebf6;
  border-radius: 0.65rem;
}

.mk-price-feature i {
  color: var(--bs-primary);
}

.mk-contact-card {
  border-radius: 1rem;
}

.mk-contact-icon {
  color: var(--bs-primary);
  background: rgba(44, 123, 229, 0.1);
}

@media (max-width: 767.98px) {
  .mk-sub-hero h1 {
    font-size: 2.65rem;
  }

  .mk-flow-step {
    padding-bottom: 1.5rem;
  }

  .mk-price-card .btn-link,
  .mk-recruiter-section .btn-link {
    display: block;
    width: fit-content;
    margin-top: 0.75rem;
    padding-left: 0;
  }
}

.mk-vacancy-rich-text p:last-child {
  margin-bottom: 0;
}

.mk-vacancy-rich-text ul,
.mk-vacancy-rich-text ol {
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
}

.mk-vacancy-rich-text a {
  color: var(--bs-primary);
}
