@font-face {
  font-family: 'Myriad Pro';
  src: url('../MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Noor';
  src: url('../noorregularr.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

:root {
  --app-primary: #A6192E;
  --app-primary-dark: #7f1424;
  --app-primary-soft: #f7e7eb;
  --app-primary-border: #d6a3ae;
  --bs-primary: #A6192E;
  --bs-primary-rgb: 166, 25, 46;
  --bs-primary-text-emphasis: #6e1020;
  --bs-primary-bg-subtle: #f3d1d6;
  --bs-primary-border-subtle: #e1a3ad;
  --bs-secondary: #898B8D;
  --bs-secondary-rgb: 137, 139, 141;
  --bs-secondary-text-emphasis: #56585a;
  --bs-secondary-bg-subtle: #ececed;
  --bs-secondary-border-subtle: #d3d4d5;
  --bs-link-color: #A6192E;
  --bs-link-hover-color: #851425;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #A6192E;
  --bs-btn-border-color: #A6192E;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #7f1424;
  --bs-btn-hover-border-color: #7f1424;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #641522;
  --bs-btn-active-border-color: #641522;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #c58a94;
  --bs-btn-disabled-border-color: #c58a94;
  --bs-btn-outline-color: #A6192E;
  --bs-btn-outline-bg: transparent;
  --bs-btn-outline-border-color: #A6192E;
  --bs-btn-outline-hover-color: #ffffff;
  --bs-btn-outline-hover-bg: #A6192E;
  --bs-btn-outline-hover-border-color: #A6192E;
}

.btn-primary,
.btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-check:focus + .btn-outline-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: var(--app-primary) !important;
  border-color: var(--app-primary) !important;
  color: #fff !important;
}

.btn-outline-primary {
  color: var(--app-primary) !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: var(--app-primary) !important;
  border-color: var(--app-primary) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: var(--app-primary-dark) !important;
  border-color: var(--app-primary-dark) !important;
}

.btn-link {
  color: var(--app-primary) !important;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  background-color: var(--app-primary) !important;
  border-color: var(--app-primary) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.bg-primary,
.badge.bg-primary,
.alert-primary,
.page-link.active,
.nav-pills .nav-link.active,
.list-group-item.active {
  background-color: var(--app-primary) !important;
  border-color: var(--app-primary) !important;
  color: #fff !important;
}

.text-primary {
  color: var(--app-primary) !important;
}

.card .btn-primary,
.card .btn-outline-primary,
section .btn-primary,
section .btn-outline-primary {
  transition: all 0.2s ease;
}

html {
  font-size: 14px;
}

body,
button,
input,
textarea,
select,
.nav-link,
.btn,
label,
.form-control,
.form-select,
.form-check-label {
  font-family: 'Myriad Pro', 'Segoe UI', Tahoma, sans-serif;
}

:lang(ar),
[lang="ar"],
.arabic {
  font-family: 'Noor', 'Segoe UI', Tahoma, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(166, 25, 46, 0.25);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background:
    linear-gradient(180deg, rgba(166, 25, 46, 0.04) 0%, rgba(255, 255, 255, 0) 180px),
    linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
}

.landing-badge-circle {
  width: 52px;
  height: 52px;
  font-size: 1.3rem;
}

.step-circle {
  width: 32px;
  height: 32px;
}

body::before {
  content: "";
  position: fixed;
  left: -8rem;
  bottom: -10rem;
  width: min(52rem, 72vw);
  height: min(52rem, 72vw);
  background-image: none;
  pointer-events: none;
  z-index: -1;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-navbar {
  background: var(--bs-primary);
  border-bottom: 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
}

.site-brand-logo {
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
}

.site-brand-text {
  line-height: 1.1;
}

.site-navbar .navbar-brand,
.site-navbar .nav-link,
.site-navbar .navbar-toggler {
  color: #fff;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .navbar-brand:hover,
.site-navbar .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.82);
}

.site-navbar .nav-link.active,
.site-navbar .nav-link[aria-current="page"] {
  color: #fff;
  font-weight: 600;
}

.site-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.28);
}

.site-navbar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.site-navbar-user {
  color: #fff !important;
  font-weight: 600;
  text-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.15);
}

.site-navbar .dropdown-toggle.site-navbar-user::after {
  border-top-color: #fff;
}

.site-navbar-cta {
  color: var(--bs-primary);
  border-color: rgba(255, 255, 255, 0.3);
}

.site-navbar-cta:hover,
.site-navbar-cta:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.38);
}

.footer a {
  color: var(--bs-primary);
}

.footer a:hover,
.footer a:focus {
  color: var(--bs-link-hover-color);
}

.page-hero,
.auth-shell {
  margin-top: 0.25rem;
}

.profile-page-header {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #7f1424 100%);
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(166, 25, 46, 0.14);
}

.profile-page-header h1,
.profile-page-header p {
  color: #fff;
}

.profile-page-header .btn-light {
  background: #fff;
  color: var(--bs-primary);
  border-color: #fff;
}

.profile-page-header .btn-light:hover,
.profile-page-header .btn-light:focus,
.profile-page-header .btn-light:active {
  background: rgba(255, 255, 255, 0.9);
  color: var(--bs-primary);
  border-color: rgba(255, 255, 255, 0.9);
}

.profile-page-header .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
}

.profile-page-header .btn-outline-light:hover,
.profile-page-header .btn-outline-light:focus,
.profile-page-header .btn-outline-light:active {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.home-dashboard-hero {
  margin-top: 1.25rem;
}

.home-summary-card,
.home-activity-card {
  background: rgba(255, 255, 255, 0.94);
}

.home-empty-state {
  background: linear-gradient(180deg, rgba(166, 25, 46, 0.05) 0%, rgba(166, 25, 46, 0.02) 100%);
  border: 1px solid rgba(166, 25, 46, 0.08);
}

.home-status-badge {
  color: var(--bs-primary);
  border-color: rgba(166, 25, 46, 0.12) !important;
}

.print-card {
  break-inside: avoid;
}

.profile-print-page .avatar-image {
  width: 128px;
  height: 128px;
}

.profile-print-summary {
  min-height: 0;
}

.profile-print-summary-photo {
  flex-shrink: 0;
}

.profile-print-avatar {
  width: 88px !important;
  height: 88px !important;
}

.print-document-header-card {
  background: rgba(255, 255, 255, 0.96);
}

.print-document-logo {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}

.print-document-eyebrow,
.print-meta-label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bs-secondary);
  margin-bottom: 0.2rem;
}

.print-document-meta {
  display: grid;
  gap: 0.85rem;
}

.profile-print-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.profile-print-info-row {
  border-bottom: 1px solid rgba(137, 139, 141, 0.18);
  padding: 0.35rem 0 0.75rem;
}

.profile-print-info-row-wide {
  grid-column: 1 / -1;
}

.profile-print-label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bs-secondary);
  margin-bottom: 0.35rem;
}

.profile-print-value {
  color: #1f252a;
  font-weight: 500;
  word-break: break-word;
}

.profile-print-chip {
  color: var(--bs-primary);
  border-color: rgba(166, 25, 46, 0.12) !important;
  background: rgba(166, 25, 46, 0.04) !important;
}

@media print {
  @page {
    size: A4;
    margin: 10mm;
  }

  body {
    background: #fff !important;
    margin-bottom: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body::before,
  header,
  footer,
  .print-hide {
    display: none !important;
  }

  .container,
  main {
    max-width: 190mm !important;
    width: 190mm !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .page-hero,
  .card,
  .border,
  .list-group-item {
    box-shadow: none !important;
    border-color: #d0d0d0 !important;
  }

  .print-card,
  .print-document-header-card {
    background: #fff !important;
    border: 1px solid #d8dce2 !important;
    border-radius: 0.9rem !important;
  }

  .profile-print-page .card-body {
    padding: 1rem !important;
  }

  .profile-print-page .text-secondary,
  .profile-print-page .small,
  .profile-print-label,
  .print-document-eyebrow,
  .print-meta-label {
    color: #6b7280 !important;
  }

  .profile-print-page .profile-print-value,
  .profile-print-page h1,
  .profile-print-page h2,
  .profile-print-page h3,
  .profile-print-page div,
  .profile-print-page span:not(.text-secondary):not(.small):not(.profile-print-label):not(.print-document-eyebrow):not(.print-meta-label),
  .profile-print-page p {
    color: #111827;
  }

  .profile-print-page .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
    break-inside: auto;
  }

  .profile-print-page .row > [class*="col-"] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .profile-print-page .col-lg-8,
  .profile-print-page .col-lg-4,
  .profile-print-page .col-xl-6 {
    break-inside: avoid;
  }

  .profile-print-page .col-lg-8 {
    width: 66.666667% !important;
    max-width: 66.666667% !important;
    flex: 0 0 66.666667% !important;
  }

  .profile-print-page .col-lg-4 {
    width: 33.333333% !important;
    max-width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
  }

  .profile-print-page .col-xl-6 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  .profile-print-page {
    font-size: 11.5px;
    line-height: 1.35;
  }

  .profile-print-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .profile-print-avatar {
    width: 62px !important;
    height: 62px !important;
  }

  .print-document-logo {
    width: 2.4rem;
    height: 2.4rem;
  }

  .print-document-header {
    align-items: flex-start !important;
  }

  .print-document-meta {
    gap: 0.5rem;
  }

  .profile-print-summary {
    gap: 1rem !important;
  }

  .profile-print-label {
    margin-bottom: 0.2rem;
  }

  .profile-print-info-row {
    padding: 0.2rem 0 0.55rem;
  }

  .profile-print-chip {
    background: rgba(166, 25, 46, 0.06) !important;
    color: #7f1424 !important;
    border-color: rgba(166, 25, 46, 0.14) !important;
  }
}

@media (max-width: 767.98px) {
  .profile-print-info-grid {
    grid-template-columns: 1fr;
  }
}

.home-slider-shell {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, var(--bs-primary) 0%, #7f1424 55%, #5f6670 100%);
  color: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 1.4rem 3rem rgba(86, 88, 90, 0.18);
}

.home-slider-track {
  position: relative;
  min-height: 28rem;
}

.home-slide {
  display: none;
  animation: homeSlideFade 0.45s ease;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 1.5rem;
  background-color: rgba(34, 40, 46, 0.72);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slide.is-active {
  display: block;
}

.home-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(18, 22, 27, 0.8) 0%, rgba(27, 33, 39, 0.62) 42%, rgba(27, 33, 39, 0.48) 100%);
  pointer-events: none;
}

.home-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 30%);
  pointer-events: none;
}

.home-slide-profile::before {
  background:
    linear-gradient(100deg, rgba(17, 22, 27, 0.82) 0%, rgba(32, 24, 27, 0.68) 42%, rgba(34, 39, 44, 0.46) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.2));
  background-image:
    linear-gradient(100deg, rgba(17, 22, 27, 0.82) 0%, rgba(32, 24, 27, 0.68) 42%, rgba(34, 39, 44, 0.46) 100%),
    url('../images/home/slide-profile-bg.svg');
}

.home-slide-profile::after {
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 26%);
}

.home-slide-flow::before {
  background-image:
    linear-gradient(100deg, rgba(17, 22, 27, 0.84) 0%, rgba(34, 30, 32, 0.7) 42%, rgba(35, 41, 47, 0.48) 100%),
    url('../images/home/slide-flow-bg.svg');
}

.home-slide-flow::after {
  background: radial-gradient(circle at top right, rgba(246, 230, 222, 0.16), transparent 28%);
}

.home-slide-opportunity::before {
  background-image:
    linear-gradient(100deg, rgba(17, 22, 27, 0.84) 0%, rgba(33, 24, 27, 0.7) 42%, rgba(32, 37, 43, 0.48) 100%),
    url('../images/home/slide-opportunity-bg.svg');
}

.home-slide-opportunity::after {
  background: radial-gradient(circle at top right, rgba(255, 245, 240, 0.16), transparent 28%);
}

.home-slide > .row {
  position: relative;
  z-index: 1;
}

.home-slide-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.home-slide-title,
.home-slide-copy {
  color: #fff;
}

.home-slide-panel {
  background: rgba(14, 18, 22, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.25rem;
  padding: 1.25rem;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.home-illustration-panel {
  position: relative;
  min-height: 12rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-illustration-profile {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(166, 25, 46, 0.36), rgba(255, 255, 255, 0.02));
}

.home-illustration-flow {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(95, 102, 112, 0.38), rgba(166, 25, 46, 0.18));
}

.home-illustration-opportunity {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(255, 240, 214, 0.14), rgba(166, 25, 46, 0.22));
}

.home-illustration-orb {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.home-illustration-orb-lg {
  width: 7rem;
  height: 7rem;
  right: -1.5rem;
  top: -1rem;
}

.home-illustration-orb-sm {
  width: 3rem;
  height: 3rem;
  left: 1rem;
  bottom: 1rem;
}

.home-illustration-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  color: #24303a;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  box-shadow: 0 1rem 2rem rgba(53, 59, 63, 0.14);
}

.home-illustration-card-main {
  left: 1.2rem;
  top: 1.2rem;
  width: 58%;
}

.home-illustration-card-side {
  right: 1.1rem;
  bottom: 1rem;
  width: 38%;
}

.home-illustration-eyebrow,
.home-illustration-tag {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7f1424;
  margin-bottom: 0.45rem;
}

.home-illustration-line {
  display: block;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(95, 102, 112, 0.2);
  margin-top: 0.5rem;
}

.w-85 {
  width: 85%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-45 {
  width: 45%;
}

.home-flow-path {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.25));
  transform: translateY(-50%);
}

.home-flow-node {
  position: absolute;
  min-width: 5.5rem;
  text-align: center;
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #24303a;
  font-weight: 700;
  box-shadow: 0 1rem 2rem rgba(53, 59, 63, 0.14);
}

.home-flow-node-a {
  left: 10%;
  top: 26%;
}

.home-flow-node-b {
  left: 38%;
  bottom: 20%;
}

.home-flow-node-c {
  right: 9%;
  top: 24%;
}

.home-window-card {
  position: absolute;
  inset: 1rem 1rem 1rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1rem 2rem rgba(53, 59, 63, 0.14);
  overflow: hidden;
}

.home-window-dots {
  display: flex;
  gap: 0.4rem;
  padding: 0.85rem 0.9rem;
  background: rgba(137, 139, 141, 0.12);
}

.home-window-dots span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(137, 139, 141, 0.55);
}

.home-window-body {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  height: calc(100% - 2.3rem);
  padding: 1rem;
}

.home-window-column {
  flex: 1;
  border-radius: 0.75rem 0.75rem 0.25rem 0.25rem;
  background: linear-gradient(180deg, rgba(166, 25, 46, 0.75), rgba(166, 25, 46, 0.25));
}

.home-window-column-tall {
  height: 74%;
}

.home-window-column-mid {
  height: 54%;
}

.home-window-column-short {
  height: 36%;
}

.home-floating-chip {
  position: absolute;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #24303a;
  font-weight: 700;
  box-shadow: 0 0.9rem 1.8rem rgba(53, 59, 63, 0.12);
}

.home-floating-chip-top {
  right: 1rem;
  top: 1rem;
}

.home-floating-chip-bottom {
  left: 1rem;
  bottom: 1rem;
}

.home-stat-grid,
.home-spotlight-list {
  display: grid;
  gap: 0.9rem;
}

.home-stat-card,
.home-spotlight-card,
.home-timeline-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  padding: 1rem;
}

.home-stat-value,
.home-spotlight-label {
  display: inline-block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.82;
  margin-bottom: 0.55rem;
}

.home-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-feature-chip {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 500;
}

.home-timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.home-timeline-index {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--bs-primary);
  font-weight: 700;
  flex-shrink: 0;
}

.home-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}

.home-slider-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.home-slider-arrow:hover,
.home-slider-arrow:focus {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.38);
}

.home-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex: 1;
}

.home-slider-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-slider-dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.home-spotlight-list li {
  position: relative;
  padding-left: 1.25rem;
}

.home-spotlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #fff;
}

.page-hero,
.profile-page-header {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #7f1424 100%);
  color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 1rem 2.25rem rgba(166, 25, 46, 0.16);
}

.page-hero h1,
.page-hero h2,
.page-hero p,
.profile-page-header h1,
.profile-page-header h2,
.profile-page-header p,
.profile-page-header .text-secondary {
  color: #fff !important;
}

.page-hero .btn-outline-secondary,
.profile-page-header .btn-outline-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}

.page-hero .btn-outline-secondary:hover,
.page-hero .btn-outline-secondary:focus,
.profile-page-header .btn-outline-secondary:hover,
.profile-page-header .btn-outline-secondary:focus {
  color: var(--bs-primary);
  background: #fff;
  border-color: #fff;
}

.auth-card,
.vacancy-card,
.vacancy-side-panel {
  border-radius: 1rem;
  border-color: rgba(137, 139, 141, 0.18);
}

.avatar-image,
.avatar-fallback {
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.avatar-fallback {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.default-avatar-image {
  background: #ececed;
}

.profile-toast-container {
  z-index: 1080;
}

.vacancy-side-panel {
  top: 1rem;
}

.profile-page-header .btn {
  width: 100%;
}

.profile-section-active {
  box-shadow: 0 0 0 2px rgba(166, 25, 46, 0.18);
}

.profile-submit-loading-form.is-submitting {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.profile-submit-loading-form [data-submit-loading-button].is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.profile-submit-loading-form [data-submit-loading-button].is-loading .spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}

@media (min-width: 992px) {
  .profile-page-header .btn {
    width: auto;
  }

  .page-hero .btn {
    width: auto;
  }

  .home-slider-shell {
    padding: 3rem;
  }
}

@media (max-width: 767.98px) {
  .profile-section-actions {
    width: 100%;
    flex-direction: column;
  }

  .profile-section-actions .btn,
  .profile-section-header .btn,
  .profile-quick-links .btn {
    width: 100%;
  }

  .vacancy-meta dt,
  .vacancy-meta dd {
    margin-bottom: 0.25rem;
  }

  .vacancy-side-panel {
    position: static !important;
    top: auto !important;
  }

  .auth-card .btn,
  .page-hero .btn {
    width: 100%;
  }

  .home-slider-shell {
    padding: 1.25rem;
    border-radius: 1.15rem;
  }

  .home-slide {
    padding: 1rem;
    border-radius: 1rem;
  }

  .home-slider-track {
    min-height: auto;
  }

  .home-slider-controls {
    gap: 0.75rem;
  }

  .home-slider-dots {
    order: 2;
    width: 100%;
    flex: 0 0 100%;
  }

  .home-slider-arrow {
    width: 2.65rem;
    height: 2.65rem;
  }

  body::before {
    left: -7rem;
    bottom: -6rem;
    width: 32rem;
    height: 32rem;
    opacity: 0.05;
  }

  .site-brand-logo {
    width: 2rem;
    height: 2rem;
  }

  .site-brand-text {
    max-width: 11rem;
    font-size: 0.96rem;
  }

  .home-illustration-panel {
    min-height: 10rem;
  }

  .home-illustration-card-main {
    width: 64%;
  }

  .home-illustration-card-side {
    width: 42%;
  }

  .home-flow-node {
    min-width: 4.5rem;
    font-size: 0.82rem;
    padding: 0.5rem 0.65rem;
  }

  .home-window-body {
    gap: 0.55rem;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

@keyframes homeSlideFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}