:root {
  --theme-primary: #14a800;
  --theme-primary-dark: #108a00;
  --theme-primary-soft: #dcfce7;
  --theme-primary-glow: rgba(20, 168, 0, 0.16);
  --theme-accent: #6fda44;
  --theme-accent-soft: #f2fde9;
  --theme-ink: #0f172a;
  --theme-ink-soft: #334155;
  --theme-muted: #64748b;
  --theme-border: rgba(15, 23, 42, 0.1);
  --theme-surface: #ffffff;
  --theme-surface-alt: #f7fbf4;
  --theme-gradient: linear-gradient(135deg, #f6ffe8 0%, #ecfcd6 52%, #dff7c7 100%);
  --theme-gradient-strong: linear-gradient(135deg, #22c55e 0%, #14a800 100%);
  --theme-shadow-sm: 0 10px 24px rgba(15, 23, 42, 0.06);
  --theme-shadow-md: 0 16px 40px rgba(15, 23, 42, 0.09);
  --theme-shadow-lg: 0 24px 60px rgba(20, 168, 0, 0.14);
  --theme-radius-sm: 14px;
  --theme-radius-md: 20px;
  --theme-radius-lg: 28px;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Plus Jakarta Sans", "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a,
.text-primary,
.site-mobile-menu .site-nav-wrap a:hover,
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover,
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active,
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a.active,
.popular-keywords .keywords li a:hover,
.block__16443 .badge-wrap .number,
.ul-check li:before,
.ul-check.primary li:before,
.profile-logo-placeholder .icon-magnet,
.custom-breadcrumbs a:hover {
  color: var(--theme-primary) !important;
}

a:hover,
a.text-primary:hover,
a.text-primary:focus {
  color: var(--theme-primary-dark) !important;
}

.btn.btn-primary,
.bg-primary,
.badge-primary,
.badge-info,
.badge-success,
.custom-pagination a.active,
.custom-pagination a:hover,
.profile-avatar-placeholder,
.popular-keywords .keywords li a,
.site-wrap:before,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  color: #fff !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.badge-info:hover,
.badge-success:hover {
  background: var(--theme-primary-dark) !important;
  border-color: var(--theme-primary-dark) !important;
}

.btn.btn-outline-primary {
  color: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
  background: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  border-top-color: var(--theme-primary) !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  background: rgba(20, 184, 166, 0.12) !important;
}

.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:after {
  background: var(--theme-primary) !important;
}

.form-control:focus,
.custom-select:focus,
.bootstrap-select .dropdown-toggle:focus,
.custom-file-input:focus ~ .custom-file-label {
  border-color: var(--theme-accent) !important;
  box-shadow: 0 0 0 0.2rem var(--theme-primary-glow) !important;
}

.bg-image.overlay-primary:before,
.block__87154.bg-primary,
.section-hero.overlay:before {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(15, 118, 110, 0.72)) !important;
}

.custom-pagination a,
.profile-header-card,
.card,
.border.rounded,
.bg-light.border.rounded,
.list-group-item {
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.profile-header-card,
.card,
.border.rounded,
.bg-light.border.rounded,
.list-group-item:hover {
  border-color: rgba(15, 118, 110, 0.16);
}

.profile-header-card,
.card,
.border.rounded,
.bg-light.border.rounded {
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.profile-header-card {
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.12), transparent 32%),
    #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--theme-primary) !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent rgba(15, 118, 110, 0.35) !important;
}

.spinner-border.text-primary,
.text-info {
  color: var(--theme-primary) !important;
}

.badge-secondary {
  background-color: var(--theme-primary-dark) !important;
}

.table .thead-dark th {
  background-color: var(--theme-ink) !important;
  border-color: var(--theme-ink) !important;
}

.footer,
.site-footer {
  padding: 2rem 0;
  background: linear-gradient(180deg, #f8fff0 0%, #edf9df 100%);
}

body.app-shell {
  background:
    radial-gradient(circle at top left, rgba(111, 218, 68, 0.08), transparent 30%),
    linear-gradient(180deg, #fcfff8 0%, #f5faef 100%);
  color: var(--theme-ink);
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-navbar .site-navigation .site-menu > li > a,
.btn,
.custom-breadcrumbs,
.section-title,
.dash-hero h1 {
  font-family: var(--font-display);
}

.site-content {
  position: relative;
}

.site-brand-image {
  width: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(20, 168, 0, 0.12);
}

.site-brand-image--mobile {
  height: 48px;
}

.site-brand-image--desktop {
  height: 64px;
}

.site-navbar {
  top: 0.35rem;
}

.site-navbar .container-fluid {
  max-width: 1360px;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--theme-shadow-md);
  backdrop-filter: blur(18px);
}

.site-navbar .site-logo a,
.site-navbar .site-navigation .site-menu > li > a {
  color: var(--theme-ink) !important;
  text-shadow: none;
}

.site-navbar .site-navigation .site-menu > li > a {
  font-weight: 700;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown,
.dropdown--guest-register {
  border: 1px solid rgba(20, 168, 0, 0.12);
  border-top-color: var(--theme-primary) !important;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--theme-shadow-md);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a,
.guest-register-wrap .dropdown--guest-register > li > a {
  color: var(--theme-ink-soft);
  font-weight: 600;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover,
.guest-register-wrap .dropdown--guest-register > li > a:hover {
  background: #f3faeb;
  color: var(--theme-primary) !important;
}

.site-menu-icon-link {
  border: 1px solid rgba(20, 168, 0, 0.14);
  background: rgba(244, 252, 236, 0.94);
  color: var(--theme-primary) !important;
  box-shadow: 0 10px 24px rgba(20, 168, 0, 0.08);
}

.site-menu-icon-badge {
  background: var(--theme-primary);
  box-shadow: 0 8px 18px rgba(20, 168, 0, 0.24);
}

.btn,
button,
.form-control,
.custom-select,
.bootstrap-select .dropdown-toggle,
.custom-file-label {
  border-radius: 18px !important;
}

.btn {
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  padding: 0.78rem 1.4rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn.btn-primary,
.guest-login-btn,
.home-search-submit {
  background: var(--theme-gradient-strong) !important;
  border-color: var(--theme-primary) !important;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(20, 168, 0, 0.2);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.guest-login-btn:hover,
.guest-login-btn:focus,
.home-search-submit:hover,
.home-search-submit:focus {
  background: linear-gradient(135deg, #16a34a 0%, #108a00 100%) !important;
  border-color: var(--theme-primary-dark) !important;
  box-shadow: 0 20px 40px rgba(20, 168, 0, 0.24);
}

.btn.btn-outline-primary,
.guest-register-btn,
.btn-outline-light.footer-action-btn {
  background: #ffffff !important;
  color: var(--theme-primary) !important;
  border: 1.5px solid rgba(20, 168, 0, 0.74) !important;
  box-shadow: 0 12px 28px rgba(20, 168, 0, 0.08);
  min-width: 190px;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.guest-register-btn:hover,
.guest-register-btn:focus,
.btn-outline-light.footer-action-btn:hover,
.btn-outline-light.footer-action-btn:focus {
  background: var(--theme-accent-soft) !important;
  color: var(--theme-primary-dark) !important;
  border-color: var(--theme-primary-dark) !important;
}

.form-control,
.custom-select,
.bootstrap-select .dropdown-toggle,
.custom-file-label,
textarea {
  min-height: 54px;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--theme-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 10px 20px rgba(15, 23, 42, 0.04);
}

textarea.form-control {
  min-height: 140px;
}

.form-control::placeholder,
textarea::placeholder {
  color: #94a3b8 !important;
}

.card,
.profile-header-card,
.border.rounded,
.bg-light.border.rounded,
.list-group-item,
.jobs-filter-panel,
.jobs-results-shell,
.auth-card,
.dash-card {
  border: 1px solid rgba(20, 168, 0, 0.08) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--theme-shadow-sm);
}

.card:hover,
.profile-header-card:hover,
.jobs-filter-panel:hover,
.jobs-results-shell:hover,
.auth-card:hover,
.dash-card:hover {
  box-shadow: var(--theme-shadow-md);
}

.section-hero.inner-page,
.section-hero.overlay.inner-page,
.dash-hero,
.app-page-hero {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background: linear-gradient(135deg, rgba(242, 253, 233, 0.98) 0%, rgba(232, 249, 214, 0.95) 58%, rgba(220, 246, 200, 0.9) 100%) !important;
}

.section-hero.inner-page::before,
.dash-hero::before,
.app-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(20, 168, 0, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(111, 218, 68, 0.14), transparent 30%);
  pointer-events: none;
}

.section-hero.inner-page h1,
.section-hero.inner-page .custom-breadcrumbs a,
.section-hero.inner-page .custom-breadcrumbs strong,
.section-hero.inner-page .custom-breadcrumbs .slash,
.dash-hero h1,
.dash-hero p,
.dash-hero .custom-breadcrumbs a,
.dash-hero .custom-breadcrumbs strong,
.dash-hero .slash {
  position: relative;
  color: var(--theme-ink) !important;
}

.section-hero.inner-page p,
.dash-hero p,
.text-white-50 {
  color: var(--theme-muted) !important;
}

.premium-alert {
  border: 1px solid rgba(20, 168, 0, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fdef 100%);
  box-shadow: var(--theme-shadow-sm);
  color: var(--theme-ink);
}

.premium-alert .close {
  color: var(--theme-primary);
  opacity: 1;
}

.site-mobile-menu {
  border-left: 1px solid rgba(20, 168, 0, 0.12);
  background:
    radial-gradient(circle at top right, rgba(111, 218, 68, 0.12), transparent 26%),
    linear-gradient(180deg, #fbfff7 0%, #f5faef 100%);
}

.site-mobile-menu .site-mobile-menu-header {
  border-bottom: 1px solid rgba(20, 168, 0, 0.1);
  background: rgba(255, 255, 255, 0.86);
}

.site-mobile-menu .site-nav-wrap > li > a {
  background: rgba(255, 255, 255, 0.96);
}

.app-footer {
  padding: 2.5rem 0 1.75rem;
  border-top: 1px solid rgba(20, 168, 0, 0.12);
}

.app-footer__scroll {
  top: -18px;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: var(--theme-gradient-strong);
  box-shadow: 0 18px 36px rgba(20, 168, 0, 0.22);
}

.app-footer__scroll-icon {
  font-size: 1.65rem;
}

.app-footer__logo {
  height: 42px;
  width: auto;
  border-radius: 12px;
  margin-right: 14px;
  box-shadow: 0 12px 24px rgba(20, 168, 0, 0.12);
}

.app-footer__copy {
  color: var(--theme-ink-soft);
  font-size: 0.98rem;
}

.app-footer__copy--center {
  font-size: 0.95rem;
}

.footer-action-btn {
  border-radius: 22px;
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
  margin: 0.25rem;
  min-width: 152px;
  text-align: center;
}

.jobs-catalog-topbar,
.company-hero-panel,
.job-summary-card,
.candidate-hero-panel {
  border-radius: 28px;
  background: var(--theme-gradient);
  border: 1px solid rgba(20, 168, 0, 0.1);
  box-shadow: var(--theme-shadow-md);
}

table,
.table {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  overflow: hidden;
}

.table .thead-dark th {
  background: linear-gradient(135deg, #15803d 0%, #14a800 100%) !important;
  border-color: #15803d !important;
}

@media (max-width: 767.98px) {
  .site-brand-image--desktop {
    height: 66px;
  }

  .site-navbar .container-fluid {
    padding: 0.8rem 0.95rem;
    border-radius: 22px;
  }
}

.site-navbar {
  top: 0.55rem;
}

.site-navbar .site-logo a {
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22);
}

.site-navbar .site-navigation .site-menu > li > a {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22);
}

.section-hero.inner-page,
.section-hero.inner-page > .container > .row {
  padding-top: 2rem !important;
  padding-bottom: 0.45rem !important;
}

.section-hero.inner-page .row {
  align-items: end;
}

.section-hero.inner-page h1 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.section-hero.inner-page .custom-breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
}

.section-hero.inner-page .custom-breadcrumbs a,
.section-hero.inner-page .custom-breadcrumbs strong,
.section-hero.inner-page .custom-breadcrumbs .slash {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.92) !important;
}

.home-section.section-hero,
.home-section.section-hero > .container > .row {
  min-height: 760px;
}

.home-section > .container > .row {
  padding-top: 4.9rem;
}

.home-section .search-jobs-form {
  margin-bottom: 0;
  position: relative;
  z-index: 30;
}

.home-search-shell {
  position: relative;
  z-index: 30;
  padding: 1.2rem;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)),
    rgba(15, 23, 42, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(10px);
}

.home-stats-panel {
  position: relative;
  z-index: 5;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.68), rgba(15, 118, 110, 0.44)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(10px);
}

.home-stats-panel__eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
}

.home-stats-panel__title {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.2;
  margin-bottom: 0.45rem;
}

.home-stats-panel__text {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.home-stat-card {
  height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.home-stat-card__number {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.home-stat-card__label {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.job-description-content {
  color: #334155;
  line-height: 1.8;
}

.job-description-content > :last-child {
  margin-bottom: 0 !important;
}

.job-description-content h1,
.job-description-content h2,
.job-description-content h3,
.job-description-content h4,
.job-description-content h5,
.job-description-content h6 {
  color: var(--theme-ink);
  margin-top: 1.4rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.job-description-content h1:first-child,
.job-description-content h2:first-child,
.job-description-content h3:first-child,
.job-description-content h4:first-child,
.job-description-content h5:first-child,
.job-description-content h6:first-child {
  margin-top: 0;
}

.job-description-content p,
.job-description-content ul,
.job-description-content ol,
.job-description-content blockquote,
.job-description-content pre,
.job-description-content table {
  margin-bottom: 1rem;
}

.job-description-content ul,
.job-description-content ol {
  padding-left: 1.35rem;
}

.job-description-content li + li {
  margin-top: 0.3rem;
}

.job-description-content a {
  color: var(--theme-primary);
  text-decoration: underline;
}

.job-description-content strong {
  color: var(--theme-ink);
}

.job-description-content blockquote {
  padding: 0.95rem 1.1rem;
  border-left: 4px solid var(--theme-primary);
  background: rgba(15, 118, 110, 0.06);
  border-radius: 0 14px 14px 0;
}

.job-description-content table {
  width: 100%;
  border-collapse: collapse;
}

.job-description-content th,
.job-description-content td {
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.32);
}

.job-description-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.job-description-copy p {
  margin-bottom: 1rem;
  color: inherit;
}

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

.job-overview-panel {
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.12), transparent 35%),
    #fff;
}

.job-overview-panel__deadline {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--theme-primary-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.job-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.job-overview-card {
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.job-overview-card__label,
.job-detail-section__label,
.job-summary-item__label {
  display: block;
  margin-bottom: 0.15rem;
  color: #7c3a6b;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.job-overview-card__value,
.job-summary-item__value {
  display: block;
  color: var(--theme-ink);
  font-size: 0.95rem;
  line-height: 1.35;
}

.job-detail-section {
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.job-detail-stack > div + div,
.job-company-grid > div + div {
  margin-top: 1.25rem;
}

.job-detail-copy {
  color: #334155;
  line-height: 1.8;
  white-space: pre-line;
}

.job-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  padding: 0.35rem 0;
  color: #334155;
  line-height: 1.45;
}

.job-detail-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.75rem;
  height: 0.95rem;
  margin-top: 0.15rem;
  background: var(--theme-primary);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
  border-radius: 0.1rem;
}

.job-skill-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.job-skill-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.25);
  color: #334155;
  font-weight: 700;
}

.job-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}

.job-summary-card {
  padding: 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background:
    linear-gradient(180deg, rgba(15, 118, 110, 0.08), rgba(255, 255, 255, 0.96) 26%),
    #fff;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.08);
}

.job-summary-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.job-summary-card__title {
  margin: 0;
  color: var(--theme-ink);
  font-size: 1.15rem;
  font-weight: 800;
}

.job-summary-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--theme-primary);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.job-summary-list {
  display: grid;
  gap: 0.85rem;
}

.job-summary-item {
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

@media (max-width: 991.98px) {
  .job-overview-grid,
  .job-company-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .section-hero.inner-page,
  .section-hero.inner-page > .container > .row {
    padding-top: 1.7rem !important;
    padding-bottom: 0.4rem !important;
  }

  .home-section.section-hero,
  .home-section.section-hero > .container > .row {
    min-height: auto;
    height: auto;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .home-stats-panel {
    padding: 1.15rem;
  }

  .job-summary-card {
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .site-navbar {
    top: 0.15rem;
  }

  .section-hero.inner-page,
  .section-hero.inner-page > .container > .row {
    padding-top: 1.5rem !important;
    padding-bottom: 0.3rem !important;
  }

  .section-hero.inner-page h1 {
    font-size: 1.6rem;
  }

  .home-stats-panel {
    border-radius: 22px;
  }

  .home-stat-card__number {
    font-size: 1.6rem;
  }

  .job-overview-grid,
  .job-company-grid {
    grid-template-columns: 1fr;
  }

  .job-summary-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  min-height: 100%;
}

.site-wrap {
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

img,
iframe,
svg,
video {
  max-width: 100%;
  height: auto;
}

.table-responsive,
.responsive-table-wrap {
  -webkit-overflow-scrolling: touch;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.hero-cta-group .btn {
  margin: 0 !important;
}

.hero-cta-group__selected {
  min-width: 0;
  min-height: auto;
  padding: 0.95rem 2.25rem !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: #ffffff !important;
  color: #0b6b72 !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.2;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.hero-cta-group__selected:hover,
.hero-cta-group__selected:focus,
.hero-cta-group__selected:active {
  background: #ffffff !important;
  color: #0b6b72 !important;
  transform: translateY(-1px);
}

.hero-cta-group__highlight {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  box-shadow:
    0 14px 30px rgba(15, 118, 110, 0.32),
    0 0 0 4px rgba(255, 255, 255, 0.14) !important;
  filter: saturate(1.05);
}

.hero-cta-group__highlight:before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.hero-cta-group__highlight:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-20deg);
}

.hero-cta-group__highlight span[class^="icon-"] {
  font-size: 1.05rem;
}

.hero-cta-group__highlight:hover,
.hero-cta-group__highlight:focus,
.hero-cta-group__highlight:active {
  color: #ffffff !important;
  box-shadow:
    0 20px 38px rgba(15, 118, 110, 0.42),
    0 0 0 4px rgba(255, 255, 255, 0.18) !important;
}

.auth-shell {
  width: 100%;
}

.auth-card {
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.auth-submit-btn {
  min-width: 180px;
}

.site-navbar__row {
  min-height: 54px;
}

.site-navbar .right-cta-menu {
  justify-content: flex-end;
}

.site-navbar .site-navigation .site-menu > li.site-menu-action > a.btn {
  padding: 0.75rem 1.1rem !important;
}

.site-menu-icon-link {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.2);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.site-menu-icon-link span[class^="icon-"] {
  font-size: 1.35rem;
}

.site-menu-icon-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.site-menu-action--guest {
  position: relative;
  padding-right: 0 !important;
}

.guest-auth-stack {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
}

.guest-register-wrap {
  position: relative;
}

.guest-auth-stack .btn {
  width: 188px;
  min-width: 188px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 14px !important;
  font-weight: 700;
}

.site-navbar .site-navigation .site-menu > li.site-menu-action > a.btn.btn-outline-white {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}

.site-navbar .site-navigation .site-menu > li.site-menu-action > a.btn.btn-outline-white:hover,
.site-navbar .site-navigation .site-menu > li.site-menu-action > a.btn.btn-outline-white:focus {
  background: rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
}

.guest-login-btn {
  padding: 0.62rem 1rem !important;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.24);
}

.guest-register-btn {
  padding: 0.62rem 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: linear-gradient(135deg, #f8fafc 0%, #dbeafe 100%) !important;
  color: #0f4c81 !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.guest-register-btn:hover,
.guest-register-btn:focus,
.guest-register-wrap:hover .guest-register-btn,
.guest-register-wrap:focus-within .guest-register-btn {
  background: linear-gradient(135deg, #eff6ff 0%, #bfdbfe 100%) !important;
  color: #0b3d66 !important;
}

.dropdown--guest-register {
  min-width: 240px;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  text-align: left;
  border-top: 2px solid #89ba16;
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  background: #fff;
  transition: 0.2s 0s;
  z-index: 50;
}

.guest-register-wrap .dropdown--guest-register {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.guest-register-wrap .dropdown--guest-register li {
  line-height: 1.4;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 240px;
}

.guest-register-wrap .dropdown--guest-register > li > a {
  display: block;
  padding: 9px 20px;
  color: #343a40;
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
}

.guest-register-wrap .dropdown--guest-register > li > a:hover {
  background: #ebeef0;
  color: #212529;
  text-decoration: none;
}

.guest-register-wrap:hover .dropdown--guest-register,
.guest-register-wrap:focus-within .dropdown--guest-register {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.guest-register-wrap.is-open .dropdown--guest-register {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.site-mobile-menu {
  width: min(88vw, 360px);
  padding-top: 0;
  border-left: 1px solid rgba(15, 118, 110, 0.12);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.18), transparent 28%),
    linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
  box-shadow: -28px 0 60px rgba(15, 23, 42, 0.2);
}

/* Keep mobile menu behavior consistent across all pages.
   Base `style.css` slides in from the right using `body.offcanvas-menu`. */

.site-mobile-menu .site-nav-wrap > li > a {
  font-size: 1rem;
}

.site-mobile-menu .site-nav-wrap .btn {
  width: 100%;
  text-align: center;
  margin-top: 0.25rem;
}

.site-mobile-menu .site-mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 1.15rem 0.9rem;
  border-bottom: 1px solid rgba(15, 118, 110, 0.1);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.site-mobile-menu-brand a {
  display: block;
  color: var(--theme-ink) !important;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.site-mobile-menu-brand small {
  display: block;
  margin-top: 0.15rem;
  color: #64748b;
  font-size: 0.8rem;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: none;
  margin-top: 0;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 16px;
  background: #eef2f7;
  color: #64748b;
  font-size: 1.5rem;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  background: #e2e8f0;
  color: var(--theme-ink);
}

.site-mobile-menu .site-mobile-menu-body {
  padding: 1rem 1rem 8rem 1rem;
  height: calc(100vh - 90px);
}

.site-mobile-menu .site-nav-wrap > li {
  margin-bottom: 0.55rem;
}

.site-mobile-menu .site-nav-wrap > li > a {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.95rem 1rem !important;
  color: var(--theme-ink) !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.site-mobile-menu .site-nav-wrap > li > a:hover {
  background: #ffffff;
  color: var(--theme-primary) !important;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  margin-top: 0.35rem !important;
  padding: 0.35rem 0.25rem 0.15rem !important;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a,
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  color: #475569 !important;
  font-size: 0.95rem !important;
  border-radius: 14px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  top: 11px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #eef2f7;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #e2e8f0;
}

.site-mobile-menu .site-nav-wrap .btn {
  border-radius: 16px;
}

body.offcanvas-menu:after {
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(3px);
}

/* Mobile off-canvas only (≤1199px): staff sidebar — no logo/tagline, no Staff accordion */
@media (max-width: 1199px) {
  .site-mobile-menu .site-mobile-menu-brand {
    display: none !important;
  }

  .site-mobile-menu .site-mobile-menu-header {
    justify-content: flex-end;
    min-height: 72px;
  }

  .site-mobile-menu .staff-mobile-flat > a {
    display: none !important;
  }

  .site-mobile-menu .staff-mobile-flat > .arrow-collapse {
    display: none !important;
  }

  .site-mobile-menu .staff-mobile-flat > ul,
  .site-mobile-menu .staff-mobile-flat > ul.collapse,
  .site-mobile-menu .staff-mobile-flat > ul.staff-mobile-submenu {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .site-mobile-menu .staff-mobile-flat > ul > li {
    margin-bottom: 0.55rem;
    list-style: none;
  }

  .site-mobile-menu .staff-mobile-flat > ul > li > a {
    display: block;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    padding: 0.95rem 1rem !important;
    color: var(--theme-ink) !important;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .site-mobile-menu .staff-mobile-flat > ul > li > a:hover {
    background: #ffffff;
    color: var(--theme-primary) !important;
  }

  .site-mobile-menu .site-nav-wrap > li > a.site-menu-icon-link {
    width: 52px;
    height: 52px;
    margin-bottom: 0.25rem;
  }
}

.site-navbar .site-menu-toggle {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--theme-primary-soft) !important;
  border: 1px solid rgba(20, 168, 0, 0.14) !important;
  color: var(--theme-primary) !important;
  box-shadow: 0 12px 24px rgba(20, 168, 0, 0.08);
  backdrop-filter: blur(10px);
}

.site-navbar .site-menu-toggle:hover,
.site-navbar .site-menu-toggle:focus {
  background: var(--theme-primary) !important;
  color: #ffffff !important;
}

.site-navbar .site-menu-toggle .icon-menu {
  font-size: 1.55rem !important;
  color: inherit !important;
}

.site-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer .footer-social a {
  margin: 0;
}

.home-section .search-jobs-form .bootstrap-select,
.home-section .search-jobs-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.home-section .search-jobs-form .bootstrap-select,
.home-section .search-jobs-form .bootstrap-select > .dropdown-toggle,
.home-section .search-jobs-form .bootstrap-select .dropdown-menu,
.bs-container .dropdown-menu {
  position: relative;
  z-index: 60 !important;
}

.home-section .search-jobs-form .form-control,
.home-section .search-jobs-form .bootstrap-select .dropdown-toggle {
  border-radius: 20px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.home-search-actions {
  display: flex;
  justify-content: flex-end;
}

.home-search-submit {
  width: 100%;
  min-height: 72px;
  position: relative;
  overflow: hidden;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%) !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow:
    0 18px 36px rgba(15, 118, 110, 0.32),
    0 0 0 4px rgba(255, 255, 255, 0.08);
}

.home-search-submit:before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 60%);
  pointer-events: none;
}

.home-search-submit .icon-search {
  font-size: 1.1rem;
}

.home-search-submit:hover,
.home-search-submit:focus,
.home-search-submit:active {
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow:
    0 22px 40px rgba(15, 118, 110, 0.38),
    0 0 0 4px rgba(255, 255, 255, 0.12);
}

.job-header-meta,
.job-company-header,
.card-header,
.list-group-item,
.nav-tabs {
  gap: 0.75rem;
}

.job-header-actions .btn,
.job-action-row .btn {
  width: 100%;
}

.job-listings .job-listing {
  overflow: hidden;
}

.job-listings .job-listing-about {
  min-width: 0;
}

.job-listings .job-listing-position h2,
.job-listings .job-listing-location,
.job-listings .job-listing-meta {
  overflow-wrap: anywhere;
}

.dashboard-company-actions {
  gap: 0.5rem;
}

@media (max-width: 1199.98px) {
  .site-navbar .site-logo,
  .site-navbar .site-burger-menu,
  .site-navbar .right-cta-menu,
  .site-navbar .site-navigation {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }

  .site-navbar .site-logo a {
    letter-spacing: 0.1rem;
  }
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 4rem 0;
  }

  .home-section .search-jobs-form .row {
    margin-bottom: 0;
  }

  .home-search-shell {
    padding: 1rem;
    border-radius: 24px;
  }

  .home-section > .container > .row {
    padding-top: 6.5rem;
  }

  .home-section .search-jobs-form [class*="col-"] {
    margin-bottom: 1rem !important;
  }

  .home-section .search-jobs-form [class*="col-"]:last-child {
    margin-bottom: 0 !important;
  }

  .home-search-actions {
    justify-content: stretch;
  }

  .guest-auth-stack {
    gap: 0.45rem;
  }

  .guest-auth-stack .btn {
    width: 190px;
    min-width: 190px;
  }

  .dashboard-company-actions {
    justify-content: flex-start !important;
  }

  .company-summary-pill,
  .job-company-header,
  .job-header-meta,
  .job-summary-card__header,
  .card-body .d-flex,
  .card-header.d-flex,
  .list-group-item.d-flex {
    flex-wrap: wrap;
  }

  .job-listings .job-listing-about {
    display: block !important;
    margin: 1rem 0 0 !important;
  }

  .job-listings .custom-width,
  .job-listings .w-25,
  .job-listings .w-50 {
    width: 100% !important;
  }

  .job-listings .job-listing-location,
  .job-listings .job-listing-position,
  .job-listings .job-listing-meta {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .site-navbar .container-fluid {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .site-navbar__row {
    min-height: 46px;
  }

  .site-navbar .site-logo a {
    font-size: 1.15rem;
  }

  .site-navbar .site-menu-toggle {
    font-size: 2rem;
    margin-left: 0.5rem !important;
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .guest-auth-stack {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.5rem;
  }

  .guest-register-wrap {
    width: 100%;
  }

  .site-menu-icon-link {
    width: 40px;
    height: 40px;
  }

  .home-section > .container > .row {
    padding-top: 5.9rem;
  }

  .hero-cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta-group .btn,
  .auth-submit-btn {
    width: 100%;
  }

  .guest-auth-stack .btn,
  .guest-login-btn,
  .guest-register-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .auth-card {
    padding: 1.25rem !important;
  }

  .site-footer {
    padding-top: 4rem;
  }

  .site-footer [class*="col-"] + [class*="col-"] {
    margin-top: 1.25rem;
  }

  .job-header-meta {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .job-company-header,
  .job-summary-card__header,
  .card-header,
  .list-group-item {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .job-overview-panel,
  .job-detail-section,
  .job-summary-card,
  .auth-card {
    border-radius: 18px;
  }

  .profile-avatar-placeholder,
  .profile-company-logo,
  .profile-logo-placeholder {
    width: 110px !important;
    height: 110px !important;
  }

  .profile-logo-placeholder .icon-magnet {
    font-size: 4.25rem !important;
  }

  .nav-tabs .nav-item {
    width: 100%;
  }

  .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
  }

  .dashboard-company-actions .btn {
    width: 100%;
    margin-right: 0 !important;
  }
}

.conversation-shell {
  border-color: rgba(15, 118, 110, 0.14) !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.conversation-shell--chat {
  overflow: hidden;
  border-radius: 22px !important;
}

.conversation-chat-header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.06), #fff 75%);
}

.conversation-chat-header__avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  box-shadow: 0 10px 20px rgba(15, 118, 110, 0.3);
}

.conversation-thread {
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.07), transparent 30%),
    #f8fafc;
}

.conversation-bubble-row {
  display: flex;
  margin-bottom: 0.85rem;
}

.conversation-bubble-row--mine {
  justify-content: flex-end;
}

.conversation-bubble {
  max-width: 82%;
  border-radius: 16px;
  padding: 0.78rem 0.92rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.conversation-bubble--mine {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  color: #fff;
  border-top-right-radius: 6px;
}

.conversation-bubble--other {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: #0f172a;
  border-top-left-radius: 6px;
}

.conversation-attachment-link {
  font-weight: 700;
  text-decoration: underline;
  color: var(--theme-primary);
}

.conversation-attachment-link--mine {
  color: #fff;
}

.conversation-read-chip {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.82);
}

.conversation-composer {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  padding: 1rem;
  background: #fff;
}

.conversation-composer__textarea {
  border-radius: 12px;
}

.calendly-typing {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
}

.conversation-actions {
  background: #fff;
}

.calendly-like-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.calendly-panel {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.06), #fff 45%);
  padding: 1rem;
}

.calendly-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.calendly-inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
  align-items: center;
}

.calendly-page .calendly-title {
  color: var(--theme-ink);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.calendly-card {
  border-color: rgba(15, 118, 110, 0.18) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.08), transparent 35%),
    #fff !important;
}

@media (max-width: 991.98px) {
  .calendly-like-grid {
    grid-template-columns: 1fr;
  }

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

  .conversation-bubble {
    max-width: 90%;
  }
}

.site-mobile-menu,
.site-mobile-menu .site-mobile-menu-body {
  height: 100vh;
  height: 100dvh;
}

.site-mobile-menu .site-mobile-menu-body {
  height: calc(100dvh - 90px);
  overscroll-behavior: contain;
}

@media (max-width: 991.98px) {
  .container,
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-navbar {
    top: 0;
    margin-top: 0 !important;
    padding-top: 0.5rem;
  }

  .site-navbar .site-logo img {
    height: 68px !important;
    max-width: min(58vw, 220px);
  }

  .site-navbar__row {
    min-height: 60px;
  }

  .site-navbar .site-menu-toggle {
    width: 48px;
    height: 48px;
    margin-left: 0.75rem !important;
  }

  .site-section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .section-hero.inner-page,
  .section-hero.inner-page > .container > .row {
    padding-top: 2.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .section-hero.inner-page h1 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .site-section .row > [class*="col-"] {
    min-width: 0;
  }

  .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .btn-group > .btn,
  .btn-group > a.btn {
    flex: 1 1 auto;
    margin-right: 0 !important;
  }

  .form-control,
  .custom-select,
  .bootstrap-select > .dropdown-toggle,
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="number"],
  textarea,
  select {
    font-size: 16px !important;
  }

  .bootstrap-select,
  .bootstrap-select.form-control,
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
  }

  .bootstrap-select > .dropdown-toggle {
    white-space: normal;
    min-height: calc(1.5em + 0.75rem + 2px);
  }

  .bootstrap-select .dropdown-toggle .filter-option {
    white-space: normal;
  }

  .table-responsive,
  .dash-table-wrapper,
  .responsive-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-section table,
  .card table,
  .border.rounded table,
  .bg-white table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .site-section table.dash-table {
    display: table;
    white-space: normal;
  }

  .jobs-catalog-topbar,
  .jobs-results-shell__header,
  .home-search-shell,
  .hero-cta-group,
  .job-summary-card__header,
  .job-summary-card__actions,
  .candidate-profile-header,
  .profile-header-card {
    gap: 1rem;
  }

  .jobs-catalog-topbar,
  .jobs-results-shell__header {
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-results-shell__header form.d-flex,
  .jobs-catalog-topbar__summary {
    flex-direction: column;
    align-items: stretch !important;
  }

  .jobs-results-shell__header form.d-flex > * {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }

  .jobs-results-shell__header form.d-flex > *:last-child {
    margin-bottom: 0;
  }

  .job-result-card,
  .jobs-filter-panel,
  .jobs-results-shell,
  .profile-header-card,
  .auth-card,
  .border.rounded,
  .bg-light.border.rounded {
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .container,
  .container-fluid {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .site-mobile-menu {
    width: min(92vw, 360px);
  }

  .site-mobile-menu .site-mobile-menu-body {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    padding-bottom: 6rem;
  }

  .site-navbar .site-logo img {
    height: 58px !important;
    border-radius: 12px !important;
  }

  .site-menu-icon-link {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .site-section {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .section-hero.inner-page .custom-breadcrumbs a,
  .section-hero.inner-page .custom-breadcrumbs strong,
  .section-hero.inner-page .custom-breadcrumbs .slash {
    font-size: 0.84rem;
  }

  .card,
  .border.rounded,
  .bg-light.border.rounded,
  .list-group-item {
    border-radius: 18px !important;
  }

  .home-search-shell,
  .home-stats-panel {
    padding: 1rem;
    border-radius: 22px;
  }

  .hero-cta-group .btn,
  .hero-cta-group__selected {
    width: 100%;
  }

  .jobs-active-chips {
    justify-content: flex-start;
  }

  .conversation-actions,
  .conversation-composer,
  .calendly-panel {
    padding: 0.85rem;
  }
}

/* Modern Utility Fallbacks */
.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }

.d-grid { display: grid !important; }

@media (max-width: 767.98px) {
  .flex-mobile-column {
    flex-direction: column !important;
  }
  .mobile-w-100 {
    width: 100% !important;
  }
}

/* Final premium pass: appended last to beat legacy selectors */
:root {
  --theme-teal: #1d9488;
  --theme-teal-dark: #17776d;
  --theme-shell: #f6fbf5;
  --theme-shell-2: #edf7f0;
  --site-navbar-clearance: 5.6rem;
  --site-navbar-clearance-tablet: 4.9rem;
  --site-navbar-clearance-mobile: 4.3rem;
}

body.app-shell {
  background:
    radial-gradient(circle at top left, rgba(20, 168, 0, 0.07), transparent 28%),
    radial-gradient(circle at top right, rgba(29, 148, 136, 0.08), transparent 24%),
    linear-gradient(180deg, var(--theme-shell) 0%, var(--theme-shell-2) 100%);
}

.section-hero.overlay:before,
.bg-image.overlay-primary:before {
  background:
    radial-gradient(circle at top right, rgba(20, 168, 0, 0.12), transparent 25%),
    radial-gradient(circle at bottom left, rgba(29, 148, 136, 0.1), transparent 28%) !important;
}

.section-hero.inner-page .text-white,
.section-hero.inner-page .text-white-50,
.section-hero.inner-page .font-weight-bold,
.section-hero.inner-page .custom-breadcrumbs a,
.section-hero.inner-page .custom-breadcrumbs strong,
.section-hero.inner-page .custom-breadcrumbs .slash,
.dash-hero .text-white,
.dash-hero .text-white-50 {
  color: var(--theme-ink) !important;
  text-shadow: none !important;
}

.site-navbar .container-fluid {
  border-color: rgba(20, 168, 0, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 255, 245, 0.82)) !important;
}

.site-navbar.mt-3 {
  margin-top: 0 !important;
}

.site-content > .section-hero.inner-page:first-child,
.site-content > .section-hero.inner-page:first-child > .container > .row {
  padding-top: var(--site-navbar-clearance) !important;
  padding-bottom: 0.65rem !important;
}

.site-content > .section-hero.inner-page:first-child .row {
  align-items: end;
}

.site-content > .section-hero.inner-page:first-child h1,
.site-content > .section-hero.inner-page:first-child .custom-breadcrumbs,
.site-content > .section-hero.inner-page:first-child p {
  position: relative;
  z-index: 2;
}

.site-navbar .site-logo a,
.site-navbar .site-navigation .site-menu > li > a {
  color: var(--theme-ink) !important;
  text-shadow: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a:focus {
  color: var(--theme-primary) !important;
}

.site-menu-icon-link {
  border-color: rgba(20, 168, 0, 0.12) !important;
  background: rgba(246, 252, 238, 0.98) !important;
  color: var(--theme-primary) !important;
}

.site-menu-icon-link:hover,
.site-menu-icon-link:focus {
  background: #ffffff !important;
  color: var(--theme-teal) !important;
  box-shadow: 0 14px 30px rgba(29, 148, 136, 0.12);
}

.btn,
button,
input[type="submit"],
input[type="button"] {
  border-radius: 18px !important;
  font-family: var(--font-display);
  font-weight: 800 !important;
}

.btn.btn-primary,
.btn-dark,
input.btn.btn-primary,
.dashboard-body .btn-dark {
  background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-teal) 100%) !important;
  border-color: var(--theme-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 32px rgba(20, 168, 0, 0.18);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-dark:hover,
.btn-dark:focus,
.dashboard-body .btn-dark:hover,
.dashboard-body .btn-dark:focus {
  background: linear-gradient(135deg, var(--theme-primary-dark) 0%, var(--theme-teal-dark) 100%) !important;
  border-color: var(--theme-primary-dark) !important;
  color: #ffffff !important;
}

.btn.btn-outline-primary,
.btn.btn-outline-dark,
.btn-outline-light.footer-action-btn {
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--theme-primary) !important;
  border: 1.5px solid rgba(20, 168, 0, 0.4) !important;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn-outline-light.footer-action-btn:hover,
.btn-outline-light.footer-action-btn:focus {
  background: linear-gradient(135deg, #ffffff 0%, #f2fce8 100%) !important;
  color: var(--theme-teal) !important;
  border-color: rgba(29, 148, 136, 0.45) !important;
}

.badge-light,
.badge.badge-light,
.dash-badge.badge-light {
  background: #f7fdf2 !important;
  color: var(--theme-ink) !important;
  border: 1px solid rgba(20, 168, 0, 0.12) !important;
}

.bg-success,
.badge-success {
  background: linear-gradient(135deg, #22c55e 0%, #14a800 100%) !important;
}

.bg-info,
.badge-info {
  background: linear-gradient(135deg, #25b5a4 0%, #1d9488 100%) !important;
}

.bg-warning,
.badge-warning {
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%) !important;
  color: #1f2937 !important;
}

.bg-danger,
.badge-danger {
  background: linear-gradient(135deg, #f87171 0%, #ef4444 100%) !important;
}

.card,
.dash-card,
.cv-stepper,
.cv-form-shell,
.cv-sidebar-card,
.jobs-filter-panel,
.jobs-results-shell,
.list-group-item,
.modal-content,
.job-summary-card,
.job-detail-section,
.job-overview-panel,
.profile-header-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 253, 246, 0.96)) !important;
  border: 1px solid rgba(20, 168, 0, 0.08) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
}

.nav-tabs .nav-link {
  border: 1px solid rgba(20, 168, 0, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--theme-ink-soft) !important;
  font-weight: 700;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: linear-gradient(135deg, rgba(20, 168, 0, 0.12), rgba(29, 148, 136, 0.12)) !important;
  border-color: rgba(20, 168, 0, 0.2) !important;
  color: var(--theme-primary-dark) !important;
}

.dash-sidebar {
  background:
    radial-gradient(circle at top right, rgba(29, 148, 136, 0.06), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7fcf3 100%);
}

.dash-nav-item:hover,
.dash-nav-item.active {
  background: linear-gradient(135deg, rgba(20, 168, 0, 0.1), rgba(29, 148, 136, 0.08)) !important;
  color: var(--theme-primary-dark) !important;
}

.pagination .page-link,
.custom-pagination a {
  border-radius: 14px !important;
  border: 1px solid rgba(20, 168, 0, 0.12);
  color: var(--theme-ink-soft);
  background: rgba(255, 255, 255, 0.94);
}

.pagination .page-item.active .page-link,
.custom-pagination a.active,
.pagination .page-link:hover,
.custom-pagination a:hover {
  background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-teal) 100%) !important;
  border-color: var(--theme-primary) !important;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .site-content > .section-hero.inner-page:first-child,
  .site-content > .section-hero.inner-page:first-child > .container > .row {
    padding-top: var(--site-navbar-clearance-tablet) !important;
    padding-bottom: 0.55rem !important;
  }
}

@media (max-width: 767.98px) {
  .site-content > .section-hero.inner-page:first-child,
  .site-content > .section-hero.inner-page:first-child > .container > .row {
    padding-top: var(--site-navbar-clearance-mobile) !important;
    padding-bottom: 0.45rem !important;
  }
}

/* Auth Pages Whitespace Reduction */
.auth-page-hero,
.auth-page-hero > .container > .row {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
}

.auth-page-section {
    padding-top: 0.75rem !important;
    padding-bottom: 1.5rem !important;
}

.auth-shell {
    margin-bottom: 1rem !important;
}

.auth-page .site-navbar {
    margin-top: 0 !important;
    top: 0.5rem !important;
}

.auth-page .site-content {
    margin-top: 0 !important;
}
