:root {
  --or-dark-bg: #0f172a;
  --or-dark-surface: #111827;
  --or-dark-border: #1f2937;
  --or-dark-text: #e5e7eb;
  --or-dark-muted: #9ca3af;
  --or-fs-body: 0.9375rem;
  --or-fs-sm: 0.8125rem;
  --or-fs-h1: clamp(1.45rem, 3vw, 2.25rem);
  --or-fs-h2: clamp(1.3rem, 2.5vw, 1.8rem);
  --or-fs-h3: clamp(1.1rem, 2vw, 1.35rem);
  --or-fs-h4: clamp(0.98rem, 1.5vw, 1.1rem);
}

html {
  font-size: 93.75%;
}

html,
body {
  background-color: var(--or-dark-bg);
  color: var(--or-dark-text);
}

.page-wraper {
  font-size: var(--or-fs-body);
  line-height: 1.65;
}

/* Override theme template oversized headings (e.g. section-head 60px) */
.page-wraper .section-head h2.title,
.page-wraper .section-head .title.h2,
.page-wraper .section-head.style-1 h2.title,
.page-wraper .section-head.style-4 h2.title {
  font-size: var(--or-fs-h2) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.page-wraper .section-head h3.title,
.page-wraper .section-head .title.h3 {
  font-size: var(--or-fs-h3) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.page-wraper .section-head h4.title,
.page-wraper .section-head .title.h4 {
  font-size: var(--or-fs-h4) !important;
  line-height: 1.4 !important;
}

.page-wraper .section-head .sub-title {
  font-size: var(--or-fs-sm) !important;
  font-weight: 600 !important;
}

.page-wraper .section-head p,
.page-wraper .dz-content p {
  font-size: var(--or-fs-body) !important;
  line-height: 1.7 !important;
}

.page-wraper h1,
.page-wraper .h1 {
  font-size: var(--or-fs-h1) !important;
  line-height: 1.3 !important;
}

.page-wraper h2,
.page-wraper .h2 {
  font-size: var(--or-fs-h2) !important;
  line-height: 1.35 !important;
}

.page-wraper h3,
.page-wraper .h3 {
  font-size: var(--or-fs-h3) !important;
  line-height: 1.4 !important;
}

.page-wraper h4,
.page-wraper .h4,
.page-wraper .dlab-title {
  font-size: var(--or-fs-h4) !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.page-wraper h5,
.page-wraper .h5 {
  font-size: 0.9375rem !important;
}

.page-wraper h6,
.page-wraper .h6 {
  font-size: var(--or-fs-sm) !important;
}

.page-wraper p {
  font-size: var(--or-fs-body);
  line-height: 1.7;
}

.page-wraper .btn {
  font-size: 0.875rem !important;
}

.page-wraper .icon-bx-wraper.style-12 .tab-content p {
  font-size: 0.875rem !important;
  line-height: 1.65 !important;
}

body,
.page-wraper {
  background-color: var(--or-dark-bg) !important;
}

section,
.content-inner,
.content-inner-1,
.content-inner-2,
.content-inner-3,
.bg-white,
.bg-light,
.main-bar,
.site-footer,
.footer-top,
.footer-bottom {
  background-color: var(--or-dark-surface) !important;
}

p,
span,
li,
.text-black,
.text-secondary {
  color: var(--or-dark-text) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #f8fafc;
}

.header-nav .nav > li > a,
.header .extra-nav .btn,
.site-header .navbar-toggler span {
  color: #f8fafc !important;
}

.site-header--maal .navbar-toggler span {
  background: #e2e8f0 !important;
}

.site-header--maal .navbar-toggler:hover span,
.site-header--maal .navbar-toggler:focus span {
  background: #00e6b8 !important;
}

/* Maal-style primary navbar */
.site-header--maal .main-bar {
  background: #0a0a0c !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  padding: 10px 0 !important;
}

.site-header--maal .logo-header {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  flex-shrink: 0;
}

.site-header--maal .logo-header a {
  display: block !important;
  padding: 0 !important;
  vertical-align: middle !important;
}

.site-header--maal .site-header__logo-img {
  display: block;
  height: 46px !important;
  width: auto !important;
  max-width: 110px;
  object-fit: contain;
  border-radius: 8px;
}

.site-header--maal .site-header__bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 0 !important;
}

.site-header--maal .header-nav {
  flex: 1 1 auto;
}

.site-header--maal .site-header__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 28px);
  width: 100%;
}

.site-header--maal .site-header__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.site-header--maal .site-header__nav > li {
  position: relative;
  float: none !important;
}

.site-header--maal .header-nav .nav > li > a,
.site-header--maal .site-header__nav > li > a {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #f1f5f9 !important;
  text-decoration: none !important;
  text-transform: none !important;
  line-height: 1.35 !important;
  border-width: 0 !important;
  transition:
    background 0.22s ease,
    color 0.22s ease;
}

html[dir="rtl"] .site-header--maal .header-nav .nav > li > a,
html[dir="rtl"] .site-header--maal .site-header__nav > li > a {
  font-family: 'Alexandria', sans-serif !important;
}

html[dir="ltr"] .site-header--maal .header-nav .nav > li > a,
html[dir="ltr"] .site-header--maal .site-header__nav > li > a {
  font-family: 'Inter', sans-serif !important;
}

.site-header--maal .header-nav .nav > li > a span,
.site-header--maal .site-header__nav > li > a span {
  font-family: inherit !important;
}

.site-header--maal .site-header__nav > li > a:hover {
  color: #00e6b8 !important;
  background: rgba(255, 255, 255, 0.04);
}

.site-header--maal .site-header__nav > li.is-nav-active > a {
  background: rgba(38, 42, 52, 0.95) !important;
  color: #f8fafc !important;
}

.site-header--maal .site-header__nav > li.is-nav-active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00e6b8;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 230, 184, 0.55);
}

.site-header--maal .site-header__lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(22, 24, 31, 0.95);
  color: #f1f5f9 !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

html[dir="rtl"] .site-header--maal .site-header__lang-pill {
  font-family: 'Alexandria', sans-serif !important;
}

html[dir="ltr"] .site-header--maal .site-header__lang-pill {
  font-family: 'Inter', sans-serif !important;
}

.site-header--maal .site-header__lang-pill .bi-globe {
  font-size: 0.95rem;
  opacity: 0.9;
}

.site-header--maal .site-header__lang-pill:hover {
  border-color: rgba(0, 230, 184, 0.4);
  color: #00e6b8 !important;
  background: rgba(0, 230, 184, 0.08);
}

.site-header--maal .site-header__lang-pill--mobile {
  display: none;
}

.site-header--maal .site-header__mobile-actions {
  display: none;
}

.site-header--maal .site-header__menu-head {
  display: none;
}

.site-header--maal .extra-nav {
  display: none !important;
}

.site-header--maal .site-header__nav > li.sub-menu-down > .sub-menu {
  display: none !important;
}

@media (max-width: 991px) {
  .site-header--maal .main-bar {
    padding: 5px 0 !important;
  }

  .site-header--maal .site-header__bar {
    display: flex;
    direction: ltr;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    min-height: 56px !important;
  }

  .site-header--maal .site-header__logo-img {
    height: 36px !important;
    max-width: 90px;
  }

  .site-header--maal .logo-header.logo-white {
    order: 1;
    margin: 0 !important;
    margin-right: auto !important;
    float: none !important;
  }

  .site-header--maal .site-header__mobile-actions {
    order: 2;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .site-header--maal .site-header__mobile-actions .site-header__lang-pill--mobile {
    order: 1;
  }

  .site-header--maal .site-header__mobile-actions .navbar-toggler {
    order: 2;
  }

  html[dir="rtl"] .site-header--maal .logo-header.logo-white {
    order: 2;
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  html[dir="rtl"] .site-header--maal .site-header__mobile-actions {
    order: 1;
    margin-left: 0 !important;
  }

  html[dir="rtl"] .site-header--maal .site-header__mobile-actions .site-header__lang-pill--mobile {
    order: 2;
  }

  html[dir="rtl"] .site-header--maal .site-header__mobile-actions .navbar-toggler {
    order: 1;
  }

  html[dir="rtl"] .site-header--maal .header-nav.navbar-collapse {
    direction: rtl;
  }

  .site-header--maal .header-nav.navbar-collapse {
    direction: ltr;
  }

  html:not([dir="rtl"]) .site-header--maal .logo-header.logo-white {
    order: 1;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  html:not([dir="rtl"]) .site-header--maal .site-header__mobile-actions {
    order: 2;
    margin-right: 0 !important;
  }

  html:not([dir="rtl"]) .site-header--maal .site-header__mobile-actions .site-header__lang-pill--mobile {
    order: 1;
  }

  html:not([dir="rtl"]) .site-header--maal .site-header__mobile-actions .navbar-toggler {
    order: 2;
  }

  html:not([dir="rtl"]) .site-header--maal .header-nav.navbar-collapse {
    direction: ltr;
  }

  .site-header--maal .navbar-toggler {
    float: none !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    line-height: 1;
  }

  .site-header--maal .site-header__lang-pill--mobile {
    display: inline-flex !important;
    padding: 6px 10px;
    font-size: 0.75rem !important;
    letter-spacing: 0.03em;
  }

  .site-header--maal .site-header__nav-wrap .site-header__lang-pill {
    display: none !important;
  }

  /* Keep collapsed nav out of header row layout */
  .site-header--maal .header-nav.navbar-collapse {
    order: 3;
    flex: 0 0 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(320px, 86vw);
    max-width: 86vw;
    padding: 14px 12px 20px;
    border-right: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(185deg, rgba(7, 9, 15, 0.98), rgba(10, 12, 19, 0.98));
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
    overflow-y: auto;
    z-index: 1052;
  }

  html[dir="rtl"] .site-header--maal .header-nav.navbar-collapse {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 1px solid rgba(148, 163, 184, 0.18);
  }

  .site-header--maal .site-header__menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  }

  .site-header--maal .site-header__menu-logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.03);
    padding: 4px;
  }

  .site-header--maal .site-header__menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(22, 24, 31, 0.95);
    color: #e2e8f0;
    cursor: pointer;
  }

  .site-header--maal .site-header__menu-close:hover {
    border-color: rgba(0, 230, 184, 0.45);
    color: #00e6b8;
  }

  .site-header--maal .site-header__menu-close i {
    font-size: 0.9rem;
  }

  .site-header--maal .site-header__nav {
    gap: 8px;
    width: 100%;
  }

  .site-header--maal .header-nav.navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  .site-header--maal .header-nav.navbar-collapse.show {
    display: block !important;
  }

  .site-header--maal .site-header__nav-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 2px 0 4px;
  }

  .site-header--maal .site-header__nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .site-header--maal .site-header__nav > li > a {
    width: 100%;
    justify-content: space-between;
    padding: 11px 12px !important;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    background: rgba(15, 23, 42, 0.55);
    border-radius: 12px !important;
    font-weight: 700 !important;
  }

  .site-header--maal .site-header__nav > li.is-nav-active::after {
    left: auto;
    right: 18px;
    bottom: 50%;
    transform: translateY(50%);
  }

  html[dir="rtl"] .site-header--maal .site-header__nav > li.is-nav-active::after {
    right: auto;
    left: 18px;
  }

  .site-header--maal .site-header__lang-pill {
    align-self: flex-start;
  }
}

.header-nav .nav > li > a,
.main-bar,
.sub-menu,
.widget,
.icon-bx-wraper,
.card {
  border-color: var(--or-dark-border) !important;
}

.sub-menu,
.card,
.widget {
  background-color: var(--or-dark-surface) !important;
}

.hero-dark {
  position: relative;
  overflow: hidden;
  min-height: clamp(460px, 72vh, 620px);
  display: flex;
  align-items: flex-start;
}

.hero-dark__inner {
  position: relative;
  z-index: 3;
}

.hero-dark__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 150px 0 56px;
}

@media (max-width: 991px) {
  .hero-dark {
    min-height: clamp(420px, 62vh, 540px);
  }

  /* .hero-dark__content {
    padding: 64px 0 46px;
  } */
}

.hero-dark__avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 28px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #00e6b8, #4f46e5);
  box-shadow: 0 0 30px rgba(0, 230, 184, 0.28);
}

.hero-dark__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background-color: #020617;
}

.hero-dark__title {
  color: #f8fafc !important;
  font-size: clamp(1.45rem, 3.5vw, 2.35rem) !important;
  line-height: 1.3;
  font-weight: 700 !important;
}

.hero-dark__description {
  color: var(--or-dark-muted) !important;
  max-width: 720px;
  margin-inline: auto;
  font-size: 0.9375rem !important;
  line-height: 1.75 !important;
}

.hero-dark__description .hero-dark__name {
  color: #2dd4bf;
  font-weight: 600;
}

.hero-dark__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-dark__actions .btn-outline-light {
  border-color: #334155;
  color: #f8fafc;
}

.hero-dark__actions .btn-outline-light:hover {
  border-color: #00e6b8;
  background-color: rgba(0, 230, 184, 0.12);
}

.hero-dark__grid,
.hero-dark__pixels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-dark__grid {
  z-index: 1;
  background-image:
    radial-gradient(circle at center, rgba(15, 23, 42, 0.2) 0%, #020617 70%),
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
  background-size: 100% 100%, 42px 42px, 42px 42px;
  animation: heroGridMove 15s linear infinite;
}

.hero-dark__pixels {
  z-index: 2;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(0, 230, 184, 0.35) 0, transparent 22%),
    radial-gradient(circle at 80% 25%, rgba(79, 70, 229, 0.35) 0, transparent 24%),
    radial-gradient(circle at 30% 80%, rgba(148, 163, 184, 0.24) 0, transparent 18%);
  filter: contrast(120%);
  animation: heroPixelsFloat 9s ease-in-out infinite alternate;
}

@keyframes heroGridMove {
  from {
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    background-position: 0 0, 42px 42px, 42px 42px;
  }
}

@keyframes heroPixelsFloat {
  from {
    transform: translateY(0) scale(1);
    opacity: 0.55;
  }
  to {
    transform: translateY(-12px) scale(1.02);
    opacity: 0.9;
  }
}

.services-dark {
  position: relative;
  background: transparent !important;
  padding-top: 40px;
}

.services-dark__head {
  margin-bottom: 18px;
}

.services-dark__head h3 {
  font-size: var(--or-fs-h3) !important;
  color: #f8fafc;
  margin: 0;
  font-weight: 700 !important;
}

.services-dark__card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 22px;
  padding: 24px;
  min-height: 250px;
  margin-bottom: 24px;
  backdrop-filter: blur(3px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.services-dark__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.5;
}

.services-dark__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 80% 0%, rgba(0, 230, 184, 0.18) 0, transparent 44%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.services-dark__card:hover {
  border-color: rgba(0, 230, 184, 0.72);
  box-shadow: 0 0 0 1px rgba(0, 230, 184, 0.22), 0 18px 40px rgba(2, 6, 23, 0.45);
  transform: translateY(-2px);
}

.services-dark__card:hover::after {
  opacity: 1;
}

.services-dark__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 230, 184, 0.1);
  color: #00e6b8;
  margin-bottom: 16px;
}

.services-dark__icon i,
.services-dark__icon svg {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.services-dark__title {
  color: #f8fafc !important;
  margin-bottom: 10px;
  font-size: var(--or-fs-h4) !important;
  font-weight: 600 !important;
}

.services-dark__text {
  color: #cbd5e1 !important;
  font-size: 0.875rem !important;
  line-height: 1.7;
  margin-bottom: 12px;
}

.services-dark__link {
  color: #00e6b8 !important;
  font-weight: 600;
}

.services-dark__cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid #1f2937;
  border-radius: 22px;
  padding: 26px;
  text-align: center;
  margin-top: 10px;
}

.services-dark__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.13) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
}

.services-dark__cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(2, 6, 23, 0.48));
}

.services-dark__cta p {
  color: #cbd5e1;
  margin-bottom: 16px;
}

.services-dark__cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.services-dark__cta-actions .btn {
  border-radius: 999px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.blog-dark {
  background: transparent !important;
  padding-top: 20px;
}

.blog-dark__subtitle {
  color: #94a3b8 !important;
  margin-top: 8px;
  font-size: 0.875rem !important;
}

.blog-dark__card {
  min-height: 220px;
}

.blog-dark__card .services-dark__title a {
  color: #f8fafc !important;
}

.blog-dark__btn {
  border-color: #334155;
  color: #e2e8f0;
}

.blog-dark__btn:hover {
  border-color: rgba(0, 230, 184, 0.72);
  background: rgba(0, 230, 184, 0.1);
  color: #f8fafc;
}

.final-cta-dark {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  padding-top: 20px;
  padding-bottom: 80px;
}

.final-cta-dark__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.48;
}

.final-cta-dark__card {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 78px 30px;
  border-radius: 28px;
  border: 1px solid rgba(0, 230, 184, 0.2);
  background:
    radial-gradient(circle at center, rgba(0, 230, 184, 0.16), transparent 45%),
    rgba(15, 23, 42, 0.66);
}

.final-cta-dark__card h3 {
  color: #f8fafc !important;
  font-size: var(--or-fs-h2) !important;
  margin-bottom: 12px;
}

.final-cta-dark__card p {
  color: #cbd5e1 !important;
  max-width: 720px;
  margin: 0 auto 20px;
  font-size: 0.9375rem !important;
  line-height: 1.75;
}

.page-content-dark {
  background-color: var(--or-dark-bg) !important;
}

.page-hero-dark {
  position: relative;
  overflow: hidden;
  padding: 88px 0 56px;
  background: transparent !important;
}

.page-hero-dark--compact {
  padding: 80px 0 48px;
}

.page-hero-dark__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.45;
}

.page-hero-dark__content {
  position: relative;
  z-index: 2;
}

.page-hero-dark__content h1 {
  color: #f8fafc !important;
  font-size: var(--or-fs-h1) !important;
  margin-bottom: 12px;
}

.page-hero-dark__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #94a3b8 !important;
}

.page-hero-dark__breadcrumb a {
  color: #cbd5e1 !important;
}

.page-hero-dark__breadcrumb a:hover {
  color: #00e6b8 !important;
}

@media (max-width: 991px) {
  .page-hero-dark {
    padding: 74px 0 46px;
  }

  .page-hero-dark--compact {
    padding: 68px 0 42px;
  }
}

.service-detail-dark {
  background: transparent !important;
  padding-top: 10px;
  padding-bottom: 80px;
}

.service-detail-dark__card {
  min-height: auto;
  margin-bottom: 0;
}

.service-detail-dark__body {
  color: #cbd5e1 !important;
  line-height: 1.95;
  margin-bottom: 24px;
}

.service-detail-dark__body p {
  color: #cbd5e1 !important;
}

.service-detail-dark__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.service-detail-dark__gallery-item {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.service-detail-dark__gallery-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.service-detail-dark__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-detail-dark__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.contact-ch-mac {
  background: linear-gradient(165deg, rgba(24, 33, 53, 0.96) 0%, rgba(15, 23, 42, 0.94) 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 26px;
  padding: 22px 22px 26px;
  box-shadow:
    0 24px 48px rgba(2, 6, 23, 0.5),
    0 0 0 1px rgba(0, 230, 184, 0.06);
}

.contact-ch-mac__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.contact-ch-mac__header--ltr-mac {
  flex-direction: row-reverse;
}

.contact-ch-mac__traffic {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.contact-ch-mac__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.contact-ch-mac__dot--red {
  background: #ff5f57;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.15) inset;
}

.contact-ch-mac__dot--yellow {
  background: #febc2e;
}

.contact-ch-mac__dot--green {
  background: #28c840;
}

.contact-ch-mac__title {
  margin: 0 !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  color: #00e6b8 !important;
  letter-spacing: 0.02em;
}

.contact-ch-mac__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-ch-mac__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 16px;
  text-decoration: none !important;
  color: inherit;
  transition:
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.contact-ch-mac__icon-ring {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(148, 163, 184, 0.35);
  color: rgba(226, 232, 240, 0.85);
  background: rgba(15, 23, 42, 0.6);
  font-size: 0.9375rem;
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.contact-ch-mac__icon-ring .bi-whatsapp {
  color: #25d366;
}

.contact-ch-mac__icon-ring--linkedin {
  border-color: rgba(59, 130, 246, 0.45);
}

.contact-ch-mac__icon-ring--linkedin .bi-linkedin {
  color: #60a5fa;
}

.contact-ch-mac__svg-x {
  display: block;
  color: inherit;
}

.contact-ch-mac__main {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #f1f5f9 !important;
  word-break: break-word;
}

.contact-ch-mac__arrow {
  flex-shrink: 0;
  font-size: 0.9375rem;
  color: rgba(148, 163, 184, 0.55);
  transition: color 0.22s ease;
}

.contact-ch-mac__row:hover {
  background: rgba(42, 46, 58, 0.65);
  box-shadow: 0 0 0 1px rgba(0, 230, 184, 0.08);
}

.contact-ch-mac__row:hover .contact-ch-mac__icon-ring {
  border-color: rgba(0, 230, 184, 0.72);
  color: #00e6b8;
  transform: scale(1.02);
}

.contact-ch-mac__row:hover .contact-ch-mac__icon-ring .bi-whatsapp {
  color: #54f9b0;
}

.contact-ch-mac__row:hover .contact-ch-mac__arrow {
  color: #00e6b8;
}

.contact-ch-mac__address {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  color: #94a3b8 !important;
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 0 !important;
}

.contact-dark {
  background: transparent !important;
  padding-top: 10px;
  padding-bottom: 80px;
}

.contact-dark__form-card h3 {
  color: #f8fafc !important;
  font-size: var(--or-fs-h2) !important;
  margin-bottom: 10px;
}

.contact-dark__lead {
  color: #94a3b8 !important;
  line-height: 1.9;
  margin-bottom: 10px;
}

.contact-dark__form .form-control {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #e2e8f0;
  border-radius: 14px;
  min-height: 50px;
}

.contact-dark__form textarea.form-control {
  min-height: 150px;
  padding-top: 12px;
}

.contact-dark__form .form-control::placeholder {
  color: #94a3b8;
}

.contact-dark__form .form-control:focus {
  border-color: rgba(0, 230, 184, 0.72);
  box-shadow: 0 0 0 0.2rem rgba(0, 230, 184, 0.12);
}

.contact-dark__info-card h5 {
  color: #f8fafc !important;
  margin-bottom: 16px;
}

.contact-dark__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-dark__list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.contact-dark__list li span {
  color: #94a3b8 !important;
}

.contact-dark__list li a {
  color: #e2e8f0 !important;
}

.contact-dark__list li a:hover {
  color: #00e6b8 !important;
}

.contact-dark__address {
  color: #cbd5e1 !important;
  margin-top: 16px;
  margin-bottom: 0;
}

.about-hero-switch {
  position: relative;
  min-height: calc(70vh - 90px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(7, 15, 30, 0.3) 0%, #020617 70%);
}

.about-hero-switch__grid,
.about-hero-switch__nodes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-hero-switch__grid {
  z-index: 1;
  background-image:
    linear-gradient(rgba(0, 230, 184, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 230, 184, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.42;
}

.about-hero-switch__nodes {
  z-index: 2;
  background-image:
    radial-gradient(circle at 32% 32%, rgba(148, 163, 184, 0.25) 0 3px, transparent 4px),
    radial-gradient(circle at 50% 46%, rgba(148, 163, 184, 0.2) 0 3px, transparent 4px),
    radial-gradient(circle at 58% 64%, rgba(148, 163, 184, 0.2) 0 3px, transparent 4px),
    radial-gradient(circle at 40% 74%, rgba(148, 163, 184, 0.18) 0 3px, transparent 4px);
  opacity: 0.6;
}

.about-hero-switch__inner {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

.about-hero-switch__tabs {
  margin-bottom: 28px;
  gap: 8px;
}

.about-hero-switch__tabs .nav-link {
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.85);
  color: #cbd5e1;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 0.92rem;
}

.about-hero-switch__tabs .nav-link.active {
  background: linear-gradient(90deg, #00e6b8, #18e0b0);
  color: #06211d;
  border-color: transparent;
  font-weight: 700;
}

.about-hero-switch__content h1 {
  color: #f8fafc !important;
  font-size: var(--or-fs-h1) !important;
  line-height: 1.3;
  margin-bottom: 14px;
}

.about-hero-switch__content p {
  max-width: 680px;
  margin: 0 auto;
  color: #cbd5e1 !important;
  font-size: 0.9375rem !important;
  line-height: 1.75;
}

/* About — code IDE + profile card */

.about-code-profile {
  margin-top: 0 !important;
}

.about-about-main {
  padding-bottom: clamp(56px, 7vw, 100px) !important;
  background:
    radial-gradient(ellipse 118% 92% at 50% 72%, rgba(48, 54, 74, 0.38) 0%, transparent 62%),
    linear-gradient(185deg, rgba(18, 21, 31, 0.98) 0%, #0a0c12 72%, #07080d 100%) !important;
}

.about-code-profile__kicker {
  display: inline-block;
  font-family: ui-monospace, monospace !important;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  font-weight: 600 !important;
  color: #00e6b8 !important;
  margin-bottom: 8px;
}

.about-code-profile__title {
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.about-editor {
  height: 100%;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 1));
  border: 1px solid rgba(0, 230, 184, 0.28);
  border-radius: 14px;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(148, 163, 184, 0.06) inset,
    0 0 52px rgba(0, 230, 184, 0.08);
  overflow: hidden;
}

.about-editor__titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(3, 8, 20, 0.92);
}

.about-editor__traffic {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-editor__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.about-editor__dot--r {
  background: #ff605c;
}

.about-editor__dot--y {
  background: #ffbd44;
}

.about-editor__dot--g {
  background: #00ca56;
}

.about-editor__file-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-editor__file-name {
  font-family: ui-monospace, monospace !important;
  font-size: 0.88rem;
  font-weight: 500;
  color: #d1d5db;
  letter-spacing: -0.02em;
}

.about-editor__file-badge {
  border-radius: 7px;
  border: 1px solid rgba(0, 230, 184, 0.36);
  background: rgba(0, 230, 184, 0.14);
  color: #00f5c4;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 7px;
  letter-spacing: 0.04em;
}

.about-editor__status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-editor__status span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.6);
}

.about-editor__status .about-editor__status-live {
  width: 18px;
  background: #00d6a5;
}

.about-editor__toolbar {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(4, 10, 24, 0.86);
}

.about-editor__tabs {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0 !important;
}

.about-editor__tabs .nav-link {
  border-radius: 8px !important;
  padding: 8px 12px !important;
  font-size: 0.78rem !important;
  font-family: ui-monospace, monospace !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  color: #cbd5e1 !important;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.about-editor__tabs .nav-link.active {
  background: rgba(0, 230, 184, 0.12);
  border-color: rgba(0, 230, 184, 0.45);
  color: #00ffc9 !important;
}

.about-editor__copy {
  flex-shrink: 0;
  border: none !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  cursor: pointer;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #00e6b8, #18e0b0) !important;
  color: #06221f !important;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}

.about-editor__copy:hover {
  opacity: 0.94 !important;
  transform: translateY(-1px);
}

.about-editor__body {
  padding: 0;
}

.about-editor__body > .tab-pane {
  padding: 18px 16px 22px;
}

.about-editor__pre {
  direction: ltr;
  text-align: left;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    monospace !important;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #e5e7eb !important;
  overflow-x: auto;
  position: relative;
  margin: 0;
  padding-inline-start: 48px;
}

.about-editor__pre::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 40px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.6), rgba(2, 6, 23, 0.9));
  border-inline-end: 1px solid rgba(148, 163, 184, 0.18);
}

.about-editor__pre::after {
  content: attr(data-lines);
  white-space: pre;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 36px;
  padding-inline-end: 8px;
  text-align: end;
  color: rgba(148, 163, 184, 0.48);
  font-size: 0.72rem;
  line-height: 1.6;
  pointer-events: none;
}

.about-editor__body .tab-pane.is-typing code::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1em;
  margin-inline-start: 2px;
  vertical-align: -2px;
  background: #00e6b8;
  animation: aboutCaretBlink 0.95s infinite;
}

.about-editor__pre code {
  color: inherit !important;
  word-break: normal !important;
  white-space: pre !important;
}

@keyframes aboutCaretBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.ce-php {
  color: #e879f9;
}

.ce-k {
  color: #c084fc;
}

.ce-n {
  color: #7dd3fc;
}

.ce-t {
  color: #93c5fd;
}

.ce-f {
  color: #6ee7b7;
}

.ce-v {
  color: #fcd34d;
}

.ce-p {
  color: #94a3b8;
}

.ce-s {
  color: #fdba74;
}

.ce-num {
  color: #fbbf24;
}

.ce-o {
  color: #d8b4fe;
}

.ce-c {
  color: #64748b !important;
  font-style: italic !important;
}

.about-profile-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 42px 28px 38px;
  background: linear-gradient(160deg, rgba(34, 39, 52, 0.95), rgba(33, 37, 49, 0.97));
  border: 1px solid rgba(0, 230, 184, 0.32);
  border-radius: 24px;
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(0, 230, 184, 0.07);
}

.about-profile-card__photo-wrap {
  position: relative;
  width: min(136px, 62vw);
  margin-bottom: 22px;
}

.about-profile-card__photo {
  display: block;
  width: 100%;
  aspect-ratio: 0.88;
  border-radius: 30px;
  object-fit: cover;
  border: 2px solid rgba(148, 163, 184, 0.32);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.about-profile-card__badge {
  position: absolute;
  inset-inline-start: 4px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00e676;
  border: 4px solid #25303f;
  box-shadow: 0 0 12px rgba(0, 230, 119, 0.9);
}

.about-profile-card__name {
  margin-bottom: 8px !important;
  font-weight: 800 !important;
}

.about-profile-card__role {
  color: #00e6b8 !important;
  font-weight: 500 !important;
  font-size: 0.98rem;
  margin-bottom: 22px !important;
}

.about-profile-card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.about-profile-card__tags span {
  display: inline-block;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 230, 184, 0.45) !important;
  color: #6fffe0 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  background: rgba(0, 230, 184, 0.06);
}

.about-focus-cards-row {
  margin-top: 26px;
  margin-bottom: 0;
  padding-bottom: clamp(8px, 2vw, 20px);
}

.about-focus-card {
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 24px 20px 20px;
  background: #1f2735;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.3),
    0 0 26px rgba(0, 230, 184, 0.03);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.about-focus-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 230, 184, 0.42);
}

.about-focus-card__icon {
  margin-bottom: 14px;
  text-align: end;
}

.about-focus-card__icon i,
.about-focus-card__svg {
  width: 1.28rem;
  height: 1.28rem;
  color: rgba(240, 248, 255, 0.9);
  display: inline-block;
  vertical-align: middle;
}

.about-focus-card h4 {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  font-weight: 800 !important;
  color: #f8fafc !important;
}

.about-focus-card p {
  margin-bottom: 0;
  font-size: 0.89rem;
  line-height: 1.72;
  color: #d3d8e2 !important;
}

.about-focus-card--1 {
  background: linear-gradient(145deg, rgba(67, 46, 119, 0.62), rgba(30, 35, 53, 0.96));
}

.about-focus-card--2 {
  background: linear-gradient(145deg, rgba(22, 85, 121, 0.62), rgba(29, 37, 56, 0.96));
}

.about-focus-card--3 {
  background: linear-gradient(145deg, rgba(129, 83, 29, 0.62), rgba(44, 38, 32, 0.96));
}

.about-focus-card--4 {
  background: linear-gradient(145deg, rgba(17, 101, 79, 0.6), rgba(24, 45, 48, 0.96));
}

.about-section-expertise {
  margin-top: 0 !important;
  padding-top: clamp(72px, 11vw, 140px) !important;
  padding-bottom: clamp(48px, 6vw, 88px) !important;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  background: #000000 !important;
  box-shadow: inset 0 42px 72px -62px rgba(0, 230, 184, 0.04);
}

.about-expertise {
  margin-top: 0 !important;
}

.about-expertise__list h3 {
  margin-bottom: 20px;
  font-weight: 800 !important;
  font-size: var(--or-fs-h3) !important;
}

.about-expertise__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-expertise__item {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  background: rgba(2, 6, 23, 0.65);
  padding: 20px 22px;
  cursor: pointer;
  transition:
    border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-expertise__item h4 {
  margin-bottom: 0;
  color: #f8fafc !important;
  font-weight: 600 !important;
  font-size: var(--or-fs-h4) !important;
}

.about-expertise__item p {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  color: #cbd5e1 !important;
  line-height: 1.7;
}

.about-expertise__item.is-active {
  border-color: rgba(0, 230, 184, 0.34);
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.78));
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24), 0 0 18px rgba(0, 230, 184, 0.08);
}

.about-expertise__item.is-active p {
  margin-top: 10px;
  max-height: 140px;
  opacity: 1;
  transform: translateY(0);
}

.about-expertise__visual {
  position: relative;
  min-height: 460px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 230, 184, 0.08), transparent 56%),
    linear-gradient(145deg, rgba(32, 36, 45, 0.96), rgba(24, 28, 35, 0.96));
  overflow: hidden;
}

.about-expertise__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 230, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 230, 184, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.16;
}

.about-expertise__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0.985) translateY(8px);
  filter: blur(2px);
  transition:
    opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.56s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  display: grid;
  place-items: center;
  will-change: opacity, transform, filter;
}

.about-expertise__panel.is-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.orb {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #00e6b8;
}

.orb::before,
.orb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.orb::before {
  border: 2px solid rgba(0, 230, 184, 0.42);
  animation: orbSpin 7s linear infinite;
}

.orb::after {
  inset: 18px;
  border: 2px dashed rgba(0, 230, 184, 0.46);
  animation: orbSpinReverse 5s linear infinite;
}

.orb--target {
  box-shadow: 0 0 68px rgba(0, 230, 184, 0.26);
}

.orb--target:before {
  border-style: dashed;
}

.orb--target:after {
  inset: 44px;
  border-style: solid;
  background: radial-gradient(circle, rgba(0, 230, 184, 0.8) 0 5px, transparent 6px);
  animation: orbPulse 2.1s ease-in-out infinite;
}

.orb--pulse::before {
  border-color: rgba(0, 186, 255, 0.5);
  animation-duration: 9s;
}

.orb--pulse::after {
  inset: 30px;
  border-color: rgba(0, 186, 255, 0.42);
  box-shadow: 0 0 24px rgba(0, 186, 255, 0.28);
}

.orb--shield::before {
  border-color: rgba(120, 255, 198, 0.48);
}

.orb--shield::after {
  inset: 28px;
  clip-path: polygon(50% 0, 88% 18%, 88% 55%, 50% 100%, 12% 55%, 12% 18%);
  border: 2px solid rgba(120, 255, 198, 0.52);
  animation: orbFloat 2.3s ease-in-out infinite;
}

.orb--chain::before {
  border-color: rgba(70, 240, 210, 0.42);
}

.orb--chain::after {
  inset: 34px;
  border: none;
  background:
    radial-gradient(circle at 35% 50%, rgba(0, 230, 184, 0.8) 0 7px, transparent 8px),
    radial-gradient(circle at 65% 50%, rgba(0, 230, 184, 0.8) 0 7px, transparent 8px),
    linear-gradient(rgba(0, 230, 184, 0.7), rgba(0, 230, 184, 0.7)) 50% 50% / 40px 2px no-repeat;
  animation: orbPulse 2s ease-in-out infinite;
}

@keyframes orbSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbSpinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes orbPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes orbFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* About — products grid (CV-grounded) */

.about-section-products {
  padding-top: clamp(56px, 8vw, 100px) !important;
  padding-bottom: clamp(56px, 7vw, 96px) !important;
  margin-top: 0 !important;
  background:
    radial-gradient(circle at 22% 16%, rgba(59, 130, 246, 0.06), transparent 38%),
    radial-gradient(circle at 82% 24%, rgba(0, 230, 184, 0.05), transparent 40%),
    repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(148, 163, 184, 0.04) 47px, rgba(148, 163, 184, 0.04) 48px),
    repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(148, 163, 184, 0.04) 47px, rgba(148, 163, 184, 0.04) 48px),
    linear-gradient(180deg, #000000 0%, #07090f 65%, #000000 100%) !important;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.about-products__kicker {
  display: inline-block;
  font-family: ui-monospace, monospace !important;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 700 !important;
  color: #00e6b8 !important;
  margin-bottom: 8px;
}

.about-products__title {
  font-weight: 900 !important;
  font-size: var(--or-fs-h2) !important;
  letter-spacing: -0.03em;
  margin-bottom: 14px !important;
}

.about-products__subtitle {
  max-width: 720px;
  margin: 0 auto !important;
  font-size: 1rem !important;
  line-height: 1.78 !important;
  color: #94a3b8 !important;
}

.about-products__grid {
  margin-top: 12px;
}

.about-product-card {
  height: 100%;
  border-radius: 22px;
  padding: 22px 22px 24px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(165deg, rgba(22, 24, 31, 0.98), rgba(10, 11, 16, 0.96));
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-product-card:hover {
  transform: translateY(-4px);
}

.about-product-card--featured {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.12), 0 16px 42px rgba(37, 99, 235, 0.14);
}

.about-product-card__art {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.about-product-card__svg {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
}

.about-product-card__title-en {
  font-size: 0.9375rem;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  margin-bottom: 10px !important;
  color: #f8fafc !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif !important;
}

.about-product-card__desc {
  margin: 0 !important;
  font-size: 0.92rem !important;
  line-height: 1.75 !important;
  color: #cbd5e1 !important;
}

.about-product-card--accent1 {
  --ap-accent: #c4a35a;
}

.about-product-card--accent1 .about-product-card__art {
  color: #c4a35a;
}

.about-product-card--accent1:hover {
  border-color: rgba(196, 163, 90, 0.45);
  box-shadow: 0 18px 46px rgba(196, 163, 90, 0.1);
}

.about-product-card--accent2 {
  --ap-accent: #3b82f6;
}

.about-product-card--accent2 .about-product-card__art {
  color: #60a5fa;
}

.about-product-card--accent2:hover {
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.18);
}

.about-product-card--accent3 {
  --ap-accent: #22c55e;
}

.about-product-card--accent3 .about-product-card__art {
  color: #4ade80;
}

.about-product-card--accent3:hover {
  border-color: rgba(34, 197, 94, 0.42);
  box-shadow: 0 18px 46px rgba(22, 163, 74, 0.12);
}

.about-product-card--accent4 {
  --ap-accent: #a78bfa;
}

.about-product-card--accent4 .about-product-card__art {
  color: #c4b5fd;
}

.about-product-card--accent4:hover {
  border-color: rgba(167, 139, 250, 0.42);
  box-shadow: 0 18px 46px rgba(139, 92, 246, 0.12);
}

.about-product-card--accent5 {
  --ap-accent: #38bdf8;
}

.about-product-card--accent5 .about-product-card__art {
  color: #7dd3fc;
}

.about-product-card--accent5:hover {
  border-color: rgba(56, 189, 248, 0.42);
  box-shadow: 0 18px 46px rgba(14, 165, 233, 0.1);
}

.about-product-card--accent6 {
  --ap-accent: #f472b6;
}

.about-product-card--accent6 .about-product-card__art {
  color: #f9a8d4;
}

.about-product-card--accent6:hover {
  border-color: rgba(244, 114, 182, 0.45);
  box-shadow: 0 18px 46px rgba(244, 114, 182, 0.11);
}

/* About — experience & companies slider (clients table) */

.about-section-experience {
  padding-top: clamp(52px, 7vw, 92px) !important;
  padding-bottom: clamp(52px, 7vw, 96px) !important;
  margin-top: 0 !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 230, 184, 0.05), transparent 36%),
    radial-gradient(circle at 88% 72%, rgba(59, 130, 246, 0.06), transparent 42%),
    repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(148, 163, 184, 0.038) 47px, rgba(148, 163, 184, 0.038) 48px),
    repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(148, 163, 184, 0.038) 47px, rgba(148, 163, 184, 0.038) 48px),
    linear-gradient(180deg, #000000 0%, #07090f 55%, #000000 100%) !important;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.about-experience__kicker {
  display: inline-block;
  font-family: ui-monospace, monospace !important;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 700 !important;
  color: #00e6b8 !important;
  margin-bottom: 8px;
}

.about-experience__title {
  font-weight: 900 !important;
  font-size: var(--or-fs-h2) !important;
  letter-spacing: -0.03em;
  margin-bottom: 12px !important;
}

.about-experience__subtitle {
  max-width: 680px;
  margin: 0 auto !important;
  font-size: 1rem !important;
  line-height: 1.78 !important;
  color: #94a3b8 !important;
}

.about-experience__shell {
  position: relative;
  margin-top: 8px;
  border-radius: 26px;
  padding: clamp(14px, 2.6vw, 24px);
  border: 1px solid rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 230, 184, 0.06), transparent 45%),
    repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(148, 163, 184, 0.04) 47px, rgba(148, 163, 184, 0.04) 48px),
    repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(148, 163, 184, 0.04) 47px, rgba(148, 163, 184, 0.04) 48px),
    linear-gradient(165deg, rgba(20, 22, 30, 0.96), rgba(8, 9, 13, 0.98));
  overflow: hidden;
}

.about-experience-swiper {
  overflow: hidden;
  margin-bottom: clamp(14px, 2vw, 22px);
  padding: clamp(8px, 1.5vw, 14px) 0;
}

.about-experience-swiper .swiper-slide {
  width: clamp(208px, 24vw, 268px);
  height: auto;
}

.about-experience-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.about-exp-card {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  padding: 18px 16px 22px;
  text-align: center;
  background: linear-gradient(165deg, rgba(30, 33, 42, 0.99), rgba(12, 13, 18, 0.97));
  border: 1px solid rgba(148, 163, 184, 0.16);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.38s ease,
    box-shadow 0.38s ease;
}

.about-exp-card:hover,
.about-exp-card:focus-within {
  border-color: rgba(0, 230, 184, 0.38);
  box-shadow:
    0 0 40px rgba(0, 230, 184, 0.14),
    0 0 0 1px rgba(0, 230, 184, 0.1);
  transform: translateY(-3px);
}

.about-exp-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin-bottom: 12px;
}

.about-exp-card__logo img {
  max-height: 52px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-exp-card__company {
  margin: 0 0 8px !important;
  font-size: 0.9375rem !important;
  font-weight: 800 !important;
  color: #f8fafc !important;
  letter-spacing: -0.02em;
}

.about-exp-card__role {
  margin: 0 0 6px !important;
  font-size: 0.8125rem !important;
  line-height: 1.4 !important;
  color: #94a3b8 !important;
  font-weight: 500 !important;
}

.about-exp-card__desc {
  margin: 0 auto !important;
  max-width: 22ch;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
  color: #64748b !important;
  font-weight: 400 !important;
}

.about-experience__tagline {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 14px 18px;
  text-align: center;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: rgba(0, 0, 0, 0.32);
}

.about-experience__tagline p {
  margin: 0 !important;
  color: #e2e8f0 !important;
  font-size: 0.98rem !important;
  line-height: 1.72 !important;
}

/* About — blog terminal (section 6) */

.about-section-blog {
  padding-top: clamp(48px, 7vw, 88px) !important;
  padding-bottom: clamp(56px, 8vw, 100px) !important;
  margin-top: 0 !important;
  background: #000000 !important;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.about-blog__title {
  font-weight: 900 !important;
  font-size: var(--or-fs-h2) !important;
  letter-spacing: -0.03em;
  margin-bottom: clamp(28px, 4vw, 42px) !important;
  color: #f8fafc !important;
}

.about-blog-terminal {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(165deg, rgba(22, 24, 31, 0.98), rgba(10, 11, 15, 0.99));
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  overflow: hidden;
}

.about-blog-terminal__titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(6, 8, 12, 0.95);
  direction: ltr;
}

.about-blog-terminal__shell {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: 0.82rem;
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: 0.02em;
  direction: ltr;
  unicode-bidi: isolate;
}

.about-blog-terminal__traffic {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.about-blog-terminal__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.about-blog-terminal__dot--r {
  background: #ff605c;
}

.about-blog-terminal__dot--y {
  background: #ffbd44;
}

.about-blog-terminal__dot--g {
  background: #00ca56;
}

.about-blog-terminal__body {
  padding: clamp(22px, 3.5vw, 32px) clamp(22px, 4vw, 36px) clamp(26px, 3.5vw, 34px);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  text-align: start;
}

.about-blog-terminal__cmd {
  margin: 0 0 18px !important;
  font-size: clamp(0.92rem, 2.2vw, 1.02rem) !important;
  color: #64748b !important;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: start;
}

.about-blog-terminal__list {
  list-style: none;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

.about-blog-terminal__list li + li {
  margin-top: 14px;
}

.about-blog-terminal__list a {
  display: inline;
  font-size: clamp(0.95rem, 2.3vw, 1.08rem) !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  color: #f1f5f9 !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.about-blog-terminal__list a:hover {
  color: #00e6b8 !important;
}

.about-blog-terminal__index {
  color: #94a3b8;
  font-weight: 700;
  margin-inline-end: 6px;
}

.about-blog-terminal__empty {
  margin: 0 0 22px !important;
  color: #64748b !important;
  font-size: 0.95rem !important;
}

.about-blog-terminal__cta {
  display: inline-block;
  margin-bottom: 22px;
  font-size: clamp(0.95rem, 2.2vw, 1.05rem) !important;
  font-weight: 700 !important;
  color: #00e6b8 !important;
  text-decoration: none !important;
  transition: opacity 0.25s ease;
}

.about-blog-terminal__cta:hover {
  opacity: 0.82;
  color: #34f5c5 !important;
}

.about-blog-terminal__prompt {
  margin: 0 !important;
  font-size: 1rem !important;
  color: #64748b !important;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: start;
}

.about-blog-terminal__cursor {
  color: #00e6b8;
  animation: about-blog-cursor-blink 1.05s step-end infinite;
}

@keyframes about-blog-cursor-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* About — contact CTA (section 7) */

.about-section-contact {
  position: relative;
  overflow: hidden;
  padding-top: clamp(52px, 7vw, 92px) !important;
  padding-bottom: clamp(56px, 8vw, 100px) !important;
  margin-top: 0 !important;
  background: #07090f !important;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.about-section-contact__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.72;
}

.about-section-contact__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 58% 42% at 50% 58%, rgba(0, 230, 184, 0.14), transparent 68%),
    radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.04), transparent 55%);
}

.about-section-contact__inner {
  position: relative;
  z-index: 1;
}

.about-contact__title {
  font-weight: 900 !important;
  font-size: var(--or-fs-h2) !important;
  letter-spacing: -0.03em;
  margin-bottom: clamp(28px, 4vw, 42px) !important;
  color: #f8fafc !important;
}

.about-contact-panel {
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(22px, 3.5vw, 30px) clamp(22px, 4vw, 32px) clamp(24px, 3.5vw, 32px);
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 230, 184, 0.08), transparent 52%),
    linear-gradient(165deg, rgba(18, 20, 28, 0.92), rgba(8, 9, 13, 0.96));
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.about-contact-panel__kicker {
  margin: 0 0 20px !important;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: clamp(0.82rem, 2vw, 0.92rem) !important;
  font-weight: 500 !important;
  color: #64748b !important;
  letter-spacing: 0.02em;
}

.about-contact-panel__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-contact-panel__row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 12px;
  border-radius: 14px;
  text-decoration: none !important;
  color: #f1f5f9 !important;
  font-size: clamp(0.95rem, 2.2vw, 1.06rem) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.about-contact-panel__row:hover {
  background: rgba(0, 230, 184, 0.06);
  color: #00e6b8 !important;
  transform: translateX(2px);
}

.about-contact-panel__arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #94a3b8;
  font-size: 0.85rem;
  transition:
    border-color 0.22s ease,
    color 0.22s ease;
}

.about-contact-panel__row:hover .about-contact-panel__arrow {
  border-color: rgba(0, 230, 184, 0.35);
  color: #00e6b8;
}

.about-contact-panel__arrow--out {
  font-size: 0.9rem;
}

html[dir="rtl"] .about-contact-panel__row:hover {
  transform: translateX(-2px);
}

/* Blog hub — listing page (Maal-style) */

.blog-hub {
  position: relative;
  background: #000 !important;
  margin-top: 0 !important;
  padding-bottom: clamp(56px, 8vw, 96px);
}

.blog-hub__hero {
  position: relative;
  padding: clamp(48px, 8vw, 88px) 0 clamp(36px, 5vw, 56px);
  text-align: center;
  overflow: hidden;
}

.blog-hub__hero-glow {
  position: absolute;
  left: 50%;
  bottom: -20%;
  width: min(720px, 90vw);
  height: min(420px, 55vw);
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 230, 184, 0.08) 0%, transparent 68%);
  pointer-events: none;
}

.blog-hub__hero-inner {
  position: relative;
  z-index: 1;
}

.blog-hub__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #00e6b8;
  background: rgba(0, 230, 184, 0.1);
  border: 1px solid rgba(0, 230, 184, 0.28);
  margin-bottom: 18px;
}

.blog-hub__title {
  margin: 0 0 14px !important;
  font-size: var(--or-fs-h1) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #fff !important;
  letter-spacing: -0.02em;
}

.blog-hub__lead {
  max-width: 620px;
  margin: 0 auto !important;
  font-size: 0.9375rem !important;
  line-height: 1.75 !important;
  color: #94a3b8 !important;
}

.blog-hub__toolbar-wrap {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(7, 9, 15, 0.92);
  backdrop-filter: blur(8px);
}

.blog-hub__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 20px;
  padding: 16px 0;
}

.blog-hub__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  flex: 1 1 320px;
  min-width: 0;
}

.blog-hub__filter-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #64748b;
  white-space: nowrap;
}

.blog-hub__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.blog-hub__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.22);
  text-decoration: none !important;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
  white-space: nowrap;
}

.blog-hub__tag:hover {
  border-color: rgba(148, 163, 184, 0.45);
  color: #f8fafc;
}

.blog-hub__tag.is-active {
  color: #0a0b0f !important;
  background: #fff !important;
  border-color: #fff !important;
}

.blog-hub__tag-hash {
  opacity: 0.55;
  font-weight: 700;
}

.blog-hub__search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 360px;
  min-width: min(100%, 280px);
}

.blog-hub__search-field {
  position: relative;
  flex: 1;
  min-width: 0;
}

.blog-hub__search-field i {
  position: absolute;
  top: 50%;
  inset-inline-start: 14px;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 0.95rem;
  pointer-events: none;
}

.blog-hub__search-field input {
  width: 100%;
  padding: 11px 14px 11px 40px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(10, 11, 15, 0.95);
  color: #f1f5f9;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.22s ease;
}

html[dir="rtl"] .blog-hub__search-field input {
  padding: 11px 40px 11px 14px;
}

.blog-hub__search-field input::placeholder {
  color: #64748b;
}

.blog-hub__search-field input:focus {
  border-color: rgba(0, 230, 184, 0.45);
}

.blog-hub__search-btn {
  flex-shrink: 0;
  padding: 11px 20px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(22, 24, 31, 0.98);
  color: #e2e8f0;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.blog-hub__search-btn:hover {
  border-color: rgba(0, 230, 184, 0.4);
  color: #00e6b8;
}

.blog-hub__body {
  position: relative;
  z-index: 1;
  padding-top: clamp(28px, 4vw, 40px);
}

.blog-hub__count {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(20px, 3vw, 28px);
  font-size: 0.92rem;
  color: #94a3b8;
}

.blog-hub__count i {
  color: #00e6b8;
  font-size: 1rem;
}

.blog-hub__count strong {
  color: #f8fafc;
  font-weight: 800;
}

.blog-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 22px);
}

.blog-hub-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(18px, 2.5vw, 22px);
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(165deg, rgba(18, 20, 26, 0.98), rgba(10, 11, 15, 0.99));
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-hub-card:hover {
  border-color: rgba(0, 230, 184, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 230, 184, 0.12);
  transform: translateY(-3px);
}

.blog-hub-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.blog-hub-card__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b !important;
  white-space: nowrap;
}

.blog-hub-card__date i {
  font-size: 0.85rem;
  opacity: 0.85;
}

.blog-hub-card__category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #cbd5e1;
  text-align: end;
  line-height: 1.35;
}

.blog-hub-card__cat-dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00e6b8;
}

.blog-hub-card[data-cat-accent="1"] .blog-hub-card__cat-dot {
  background: #a78bfa;
}

.blog-hub-card[data-cat-accent="2"] .blog-hub-card__cat-dot {
  background: #60a5fa;
}

.blog-hub-card__title {
  margin: 0 0 12px !important;
  font-size: var(--or-fs-h4) !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.blog-hub-card__title a {
  color: #f8fafc !important;
  text-decoration: none !important;
  transition: color 0.22s ease;
}

.blog-hub-card__title a:hover {
  color: #00e6b8 !important;
}

.blog-hub-card__excerpt {
  margin: 0 0 16px !important;
  font-size: 0.88rem !important;
  line-height: 1.72 !important;
  color: #94a3b8 !important;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-hub-card__read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.88rem;
  font-weight: 700;
  color: #00e6b8 !important;
  text-decoration: none !important;
  transition: gap 0.22s ease;
}

.blog-hub-card__read:hover {
  gap: 9px;
}

.blog-hub__footer {
  margin-top: clamp(36px, 5vw, 52px);
  text-align: center;
}

.blog-hub__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(18, 20, 26, 0.95);
  color: #e2e8f0 !important;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

.blog-hub__more:hover {
  border-color: rgba(0, 230, 184, 0.4);
  color: #00e6b8 !important;
}

.blog-hub__pager-note {
  margin: 14px 0 0 !important;
  font-size: 0.85rem;
  color: #64748b !important;
}

.blog-hub__empty {
  text-align: center;
  padding: 56px 24px;
  border-radius: 20px;
  border: 1px dashed rgba(148, 163, 184, 0.25);
  color: #94a3b8;
}

.blog-hub__empty i {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: #64748b;
}

.blog-hub__empty-link {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  color: #00e6b8 !important;
  text-decoration: none !important;
}

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

@media (max-width: 767px) {
  .blog-hub__toolbar-wrap {
    overflow-x: clip;
  }

  .blog-hub__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 0;
  }

  .blog-hub__filters {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }

  .blog-hub__tags {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .blog-hub__search {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }

  .blog-hub__grid {
    grid-template-columns: 1fr;
  }
}

/* Blog — listing & article pages */

.blog-page,
.blog-article {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, 6vw, 72px) !important;
  padding-bottom: clamp(56px, 8vw, 96px) !important;
  margin-top: 0 !important;
  background: #07090f !important;
}

.blog-page__grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.65;
}

.blog-page__inner,
.blog-article__inner {
  position: relative;
  z-index: 1;
}

.blog-page__kicker {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 700 !important;
  color: #00e6b8 !important;
  margin-bottom: 10px;
}

.blog-page__hero-lead {
  max-width: 640px;
  margin: 14px 0 0 !important;
  font-size: 1.02rem !important;
  line-height: 1.78 !important;
  color: #94a3b8 !important;
}

.blog-article-hero__title {
  font-size: var(--or-fs-h2) !important;
  line-height: 1.35 !important;
  max-width: 900px;
}

.blog-page-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(165deg, rgba(22, 24, 31, 0.98), rgba(10, 11, 15, 0.99));
  overflow: hidden;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-page-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 230, 184, 0.35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 230, 184, 0.1);
}

.blog-page-card--featured {
  border-color: rgba(0, 230, 184, 0.28);
  box-shadow: 0 0 0 1px rgba(0, 230, 184, 0.08);
}

.blog-page-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.blog-page-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-page-card:hover .blog-page-card__media img {
  transform: scale(1.04);
}

.blog-page-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 9, 15, 0.92) 100%);
  pointer-events: none;
}

.blog-page-card__category {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  z-index: 1;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #00e6b8;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 230, 184, 0.35);
  backdrop-filter: blur(4px);
}

.blog-page-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 22px;
}

.blog-page-card__date {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b !important;
}

.blog-page-card__title {
  margin: 0 0 10px !important;
  font-size: 0.9375rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.blog-page-card__title a {
  color: #f8fafc !important;
  text-decoration: none !important;
  transition: color 0.22s ease;
}

.blog-page-card__title a:hover {
  color: #00e6b8 !important;
}

.blog-page-card__excerpt {
  margin: 0 0 14px !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
  color: #94a3b8 !important;
  flex: 1;
}

.blog-page-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 700;
  color: #00e6b8 !important;
}

.blog-page__pagination {
  margin-top: clamp(32px, 5vw, 48px);
  display: flex;
  justify-content: center;
}

.blog-page__pagination .pagination {
  gap: 6px;
  margin: 0;
}

.blog-page__pagination .page-link {
  border-radius: 10px !important;
  border: 1px solid rgba(148, 163, 184, 0.2) !important;
  background: rgba(15, 23, 42, 0.8) !important;
  color: #e2e8f0 !important;
  padding: 8px 14px;
}

.blog-page__pagination .page-item.active .page-link {
  background: rgba(0, 230, 184, 0.15) !important;
  border-color: rgba(0, 230, 184, 0.45) !important;
  color: #00e6b8 !important;
}

.blog-page__pagination .page-link:hover {
  background: rgba(0, 230, 184, 0.08) !important;
  color: #00e6b8 !important;
}

.blog-page__empty {
  text-align: center;
  padding: 48px 24px;
  border-radius: 20px;
  border: 1px dashed rgba(148, 163, 184, 0.25);
  color: #94a3b8;
}

.blog-page__empty i {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: #64748b;
}

.blog-article__card {
  max-width: 860px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(165deg, rgba(22, 24, 31, 0.98), rgba(10, 11, 15, 0.99));
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

.blog-article__media {
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: #0a0a0c;
}

.blog-article__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 22px 28px 0;
}

.blog-article__category {
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #00e6b8;
  background: rgba(0, 230, 184, 0.1);
  border: 1px solid rgba(0, 230, 184, 0.3);
}

.blog-article__meta time {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b !important;
}

.blog-article__body {
  padding: 22px 28px 28px;
  font-size: 1.02rem !important;
  line-height: 1.9 !important;
  color: #cbd5e1 !important;
}

.blog-article__video {
  padding: 0 28px 28px;
}

.blog-article__video-link {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.blog-article__video-link img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-article__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 3rem;
}

.blog-article__gallery {
  padding: 0 28px 28px;
}

.blog-article__gallery h4 {
  margin-bottom: 16px !important;
  font-size: 1.1rem !important;
  color: #f8fafc !important;
}

.blog-article__gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.blog-article__gallery-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-article__gallery-item:hover img {
  transform: scale(1.05);
}

.blog-article__footer {
  padding: 0 28px 28px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  margin-top: 8px;
  padding-top: 22px;
}

.blog-article__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #00e6b8 !important;
  text-decoration: none !important;
}

.blog-article__back:hover {
  color: #34f5c5 !important;
}

@media (max-width: 767px) {
  .blog-article__meta,
  .blog-article__body,
  .blog-article__video,
  .blog-article__gallery,
  .blog-article__footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-article__media {
    aspect-ratio: 16 / 10;
  }
}

/* Footer — Maal-style */

.site-footer--maal {
  background: #000 !important;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  padding: 0 !important;
}

.site-footer--maal .site-footer__main {
  position: relative;
  padding: clamp(48px, 7vw, 72px) 0 clamp(36px, 5vw, 52px);
  overflow: hidden;
}

.site-footer--maal .site-footer__grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.55;
}

.site-footer--maal .site-footer__inner {
  position: relative;
  z-index: 1;
}

.site-footer--maal .site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 44px);
  align-items: start;
}

.site-footer--maal .site-footer__brand-head {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  text-decoration: none !important;
}

.site-footer--maal .site-footer__logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.04);
  padding: 4px;
}

.site-footer--maal .site-footer__name {
  font-size: 1rem;
  font-weight: 800;
  color: #f8fafc !important;
  line-height: 1.3;
}

.site-footer--maal .site-footer__tagline {
  margin: 0 0 12px !important;
  font-size: 0.88rem;
  font-weight: 600;
  color: #94a3b8 !important;
}

.site-footer--maal .site-footer__about {
  margin: 0 0 18px !important;
  max-width: 340px;
  font-size: 0.86rem;
  line-height: 1.75;
  color: #64748b !important;
}

.site-footer--maal .site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer--maal .site-footer__social a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.28);
  color: #cbd5e1 !important;
  font-size: 0.95rem;
  text-decoration: none !important;
  pointer-events: auto;
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

.site-footer--maal .site-footer__social a i {
  pointer-events: none;
}

.site-footer--maal .site-footer__social a:hover {
  border-color: rgba(0, 230, 184, 0.5);
  color: #00e6b8 !important;
  background: rgba(0, 230, 184, 0.08);
}

.site-footer--maal .site-footer__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  color: #f8fafc !important;
}

.site-footer--maal .site-footer__dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #64748b;
}

.site-footer--maal .site-footer__dot--accent {
  background: #00e6b8;
}

.site-footer--maal .site-footer__sub {
  margin: 0 0 16px !important;
  font-size: 0.78rem;
  color: #64748b !important;
}

.site-footer--maal .site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer--maal .site-footer__links li + li {
  margin-top: 10px;
}

.site-footer--maal .site-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #cbd5e1 !important;
  text-decoration: none !important;
  transition: color 0.22s ease;
}

.site-footer--maal .site-footer__links a:hover {
  color: #00e6b8 !important;
}

.site-footer--maal .site-footer__link-highlight {
  color: #00e6b8 !important;
}

.site-footer--maal .site-footer__link-highlight i {
  font-size: 0.72rem;
  opacity: 0.85;
}

.site-footer--maal .site-footer__newsletter {
  padding: clamp(18px, 2.5vw, 22px);
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(165deg, rgba(18, 20, 26, 0.98), rgba(10, 11, 15, 0.99));
}

.site-footer--maal .site-footer__newsletter-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  color: #f8fafc !important;
}

.site-footer--maal .site-footer__newsletter-title i {
  color: #00e6b8;
  font-size: 0.9rem;
}

.site-footer--maal .site-footer__newsletter-text {
  margin: 0 0 16px !important;
  font-size: 0.82rem;
  line-height: 1.65;
  color: #64748b !important;
}

.site-footer--maal .site-footer__newsletter-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer--maal .site-footer__newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(0, 0, 0, 0.45);
  color: #f1f5f9;
  font-size: 0.82rem;
  outline: none;
  transition: border-color 0.22s ease;
}

.site-footer--maal .site-footer__newsletter-form input::placeholder {
  color: #64748b;
}

.site-footer--maal .site-footer__newsletter-form input:focus {
  border-color: rgba(0, 230, 184, 0.45);
}

.site-footer--maal .site-footer__newsletter-form button {
  flex-shrink: 0;
  padding: 11px 18px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #0a0b0f;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 0.22s ease,
    color 0.22s ease;
}

.site-footer--maal .site-footer__newsletter-form button:hover {
  background: #00e6b8;
  color: #0a0b0f;
}

.site-footer--maal .site-footer__bottom,
.site-footer--maal .footer-bottom {
  background: #000 !important;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  padding: 18px 0 !important;
}

.site-footer--maal .site-footer__bottom p,
.site-footer--maal .footer-bottom p {
  margin: 0 !important;
  font-size: 0.82rem;
  color: #64748b !important;
}

@media (max-width: 991px) {
  .site-footer--maal .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer--maal .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .site-footer--maal .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer--maal .site-footer__newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer--maal .site-footer__newsletter-form button {
    width: 100%;
  }
}

/* Auth — login page */

.auth-login {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #07090f !important;
  color: #e2e8f0;
  font-family: 'Inter', sans-serif;
}

html[dir="rtl"] .auth-login,
html[lang="ar"] .auth-login {
  font-family: 'Alexandria', sans-serif;
}

.auth-login__grid,
.auth-login__glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.auth-login__grid {
  z-index: 0;
  background-image:
    radial-gradient(circle at center, rgba(15, 23, 42, 0.15) 0%, #020617 72%),
    linear-gradient(rgba(148, 163, 184, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.1) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px, 48px 48px;
}

.auth-login__glow {
  z-index: 1;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(0, 230, 184, 0.22) 0, transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(79, 70, 229, 0.2) 0, transparent 30%);
}

.auth-login__main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: clamp(24px, 5vw, 48px) 16px;
}

.auth-login__shell {
  width: 100%;
  max-width: 420px;
}

.auth-login__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  text-decoration: none !important;
}

.auth-login__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.04);
  padding: 6px;
}

.auth-login__name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #f8fafc !important;
  text-align: center;
  line-height: 1.35;
}

.auth-login__card {
  padding: clamp(22px, 4vw, 30px) !important;
  border-radius: 20px !important;
}

.auth-login__card-head {
  text-align: center;
  margin-bottom: 22px;
}

.auth-login__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #00e6b8;
  background: rgba(0, 230, 184, 0.1);
  border: 1px solid rgba(0, 230, 184, 0.28);
}

.auth-login__title {
  margin: 0 0 8px !important;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #f8fafc !important;
}

.auth-login__lead {
  margin: 0 !important;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #94a3b8 !important;
}

.auth-login__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
}

.auth-login__field {
  position: relative;
}

.auth-login__field > i {
  position: absolute;
  top: 50%;
  inset-inline-start: 14px;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
}

.auth-login__field .form-control {
  padding-inline-start: 42px;
}

.auth-login__form .form-control {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #e2e8f0;
  border-radius: 14px;
  min-height: 50px;
}

.auth-login__form .form-control::placeholder {
  color: #64748b;
}

.auth-login__form .form-control:focus {
  border-color: rgba(0, 230, 184, 0.72);
  box-shadow: 0 0 0 0.2rem rgba(0, 230, 184, 0.12);
  background: rgba(15, 23, 42, 0.9);
  color: #f8fafc;
}

.auth-login__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  font-weight: 700;
  background: #00e6b8 !important;
  border-color: #00e6b8 !important;
  color: #0a0b0f !important;
}

.auth-login__submit:hover {
  background: #34f0c8 !important;
  border-color: #34f0c8 !important;
  color: #0a0b0f !important;
}

.auth-login__back {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.88rem;
}

.auth-login__back a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.auth-login__back a:hover {
  color: #00e6b8 !important;
}

.auth-login__alert {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.6;
}

.auth-login__alert--success {
  color: #bbf7d0;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.auth-login__alert--danger {
  color: #fecaca;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.auth-login .alert {
  margin-bottom: 16px;
  border-radius: 12px;
  font-size: 0.88rem;
}

.auth-login .alert-success {
  color: #bbf7d0;
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.35);
}

.auth-login .alert-danger {
  color: #fecaca;
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
}

.auth-login .alert-warning {
  color: #fde68a;
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.35);
}

.auth-login .alert-info {
  color: #bae6fd;
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.35);
}

.auth-login .alert .close {
  display: none;
}

