/* ======================================================
   PAGE: ABOUT HERO SECTION START
   File: assets/css/pages/about.css
====================================================== */

.stb-about-hero {
  --about-accent: var(--secondary-color);

  position: relative;
  padding: 34px 0 40px;
  overflow: hidden;
  min-height: calc(100vh - 124px);
  background:
    radial-gradient(
      circle at 14% 12%,
      rgba(27, 255, 255, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(46, 49, 146, 0.28),
      transparent 38%
    ),
    linear-gradient(135deg, #07112b 0%, #0d1835 52%, #111d3a 100%);
}

.about-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.about-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.about-hero-orb.orb-one {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -90px;
  background: rgba(27, 255, 255, 0.18);
}

.about-hero-orb.orb-two {
  width: 400px;
  height: 400px;
  left: -140px;
  bottom: -170px;
  background: rgba(46, 49, 146, 0.42);
}

.about-hero-shell {
  position: relative;
  z-index: 2;
  padding: 46px 42px;

  border-radius: 34px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.03)
    ),
    rgba(8, 16, 39, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 34px 95px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

.about-hero-shell::before {
  content: "";
  position: absolute;
  width: 52%;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(27, 255, 255, 0.72),
    transparent
  );
}

/* Content */
.about-hero-content {
  position: relative;
  z-index: 3;
  max-width: 590px;
}

.about-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--about-accent);
  font-size: 13px;
  font-weight: 950;
}

.about-hero-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--gradient-main);
}

.about-hero-content h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.about-hero-content h1 span {
  display: block;
  color: var(--about-accent);
}

.about-hero-content p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 2;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.about-hero-btn-primary {
  min-width: 148px;
  min-height: 48px;
  border-radius: 999px;
}

.about-hero-btn-secondary {
  min-width: 148px;
  min-height: 48px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.25s ease;
}

.about-hero-btn-secondary:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.about-hero-mini-cards {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.about-mini-card {
  min-width: 128px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.about-mini-card strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
}

.about-mini-card span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
}

/* Visual */
.about-hero-visual {
  position: relative;
  min-height: 520px;
  max-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-hero-image-frame {
  position: relative;
  z-index: 2;

  width: min(520px, 92%);
  height: 420px;

  border-radius: 28px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);

  transform: rotate(-2.5deg);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.22);

  animation: aboutFloat 5s ease-in-out infinite;
}

.about-hero-image {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center;

  transform: scale(1.04);
}

.about-floating-badge {
  position: absolute;
  z-index: 3;
  min-width: 112px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-floating-badge span {
  white-space: nowrap;
}

.about-floating-badge.badge-one {
  top: 60px;
  right: 20px;
}

.about-floating-badge.badge-two {
  bottom: 130px;
  left: 20px;
}

.about-floating-badge.badge-three {
  bottom: 38px;
  right: 60px;
}

@keyframes aboutFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Light Mode */
body:not(.dark-mode) .stb-about-hero {
  --about-accent: var(--primary-color);

  background:
    radial-gradient(
      circle at 14% 12%,
      rgba(27, 255, 255, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(46, 49, 146, 0.14),
      transparent 38%
    ),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 52%, #f7f9fc 100%);
}

body:not(.dark-mode) .about-hero-shell {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.88),
      rgba(255, 255, 255, 0.66)
    ),
    rgba(255, 255, 255, 0.82);
  border-color: rgba(232, 237, 245, 0.96);
  box-shadow: 0 32px 88px rgba(28, 40, 85, 0.14);
}

body:not(.dark-mode) .about-hero-content h1,
body:not(.dark-mode) .about-mini-card strong {
  color: #1c2855;
}

body:not(.dark-mode) .about-hero-content p,
body:not(.dark-mode) .about-mini-card span {
  color: #5f6b7a;
}

body:not(.dark-mode) .about-mini-card,
body:not(.dark-mode) .about-floating-badge,
body:not(.dark-mode) .about-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: #e8edf5;
}

body:not(.dark-mode) .about-floating-badge,
body:not(.dark-mode) .about-hero-btn-secondary {
  color: #1c2855;
}

/* Responsive */
@media (max-width: 1199px) {
  .about-hero-shell {
    padding: 38px 30px;
  }

  .about-hero-content h1 {
    font-size: 40px;
  }

  .about-hero-visual {
    min-height: 460px;
  }
}

@media (max-width: 991px) {
  .about-hero-image-frame {
    width: min(430px, 92%);
    height: 340px;
  }
  .stb-about-hero {
    min-height: auto;
    padding: 28px 0 36px;
  }

  .about-hero-shell {
    min-height: auto;
    padding: 30px 22px;
  }

  .about-hero-content {
    max-width: 100%;
    margin-top: 10px;
  }

  .about-hero-content h1 {
    font-size: 34px;
  }

  .about-hero-visual {
    min-height: 380px;
    margin-bottom: 14px;
  }

  @media (max-width: 991px) {
    .about-hero-image {
      max-width: 90%;
      max-height: 340px;
    }
  }

  .about-floating-badge.badge-one {
    top: 32px;
    right: 10px;
  }

  .about-floating-badge.badge-two {
    left: 10px;
    bottom: 100px;
  }

  .about-floating-badge.badge-three {
    bottom: 24px;
    right: 34px;
  }
}

@media (max-width: 575px) {
  .about-hero-shell {
    padding: 26px 16px;
    border-radius: 24px;
  }

  .about-hero-content h1 {
    font-size: 28px;
    line-height: 1.5;
  }

  .about-hero-content p {
    font-size: 14px;
    line-height: 1.9;
  }

  .about-hero-actions,
  .about-hero-mini-cards {
    flex-direction: column;
    align-items: stretch;
  }

  .about-mini-card {
    min-width: 100%;
  }

  .about-hero-visual {
    padding: 0;
    width: 100%;
  }

  .about-hero-visual {
    min-height: auto;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
  }

  .about-hero-image-frame {
    width: 100%;
    max-width: 100%;
    height: 285px;
    margin: 0 auto;

    border-radius: 24px;
    overflow: hidden;

    transform: none;
  }

  .about-hero-image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    transform: scale(1.2);
  }

  .about-floating-badge {
    min-width: 92px;
    padding: 8px 12px;
    font-size: 11px;
  }
}

/* ======================================================
   PAGE: ABOUT HERO SECTION END
====================================================== */
/* ======================================================
   ABOUT HERO SERVICES
====================================================== */

.about-company-services {
  display: grid;
  gap: 10px;

  margin-top: 26px;
  margin-bottom: 24px;
}

.about-service-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.about-service-item span {
  color: var(--primary-color);

  font-size: 18px;
  font-weight: 900;

  line-height: 1.7;
}

.about-service-item p {
  margin: 0;

  font-size: 15px;
  line-height: 1.9;

  color: var(--text-color);
}

.about-hero-extra {
  margin-top: 18px;
}

/* dark mode */

body.dark-mode .about-service-item p,
body.dark-mode .about-hero-extra {
  color: rgba(255, 255, 255, 0.72);
}

body.dark-mode .about-service-item span {
  color: var(--secondary-color);

  opacity: 1;
}

/* responsive */

@media (max-width: 767px) {
  .about-company-services {
    gap: 8px;
  }

  .about-service-item p {
    font-size: 14px;
    line-height: 1.8;
  }
}
/* ======================================================
   PAGE: ABOUT STORY TIMELINE SECTION START
====================================================== */

.stb-about-timeline-section {
  --timeline-accent: var(--secondary-color);

  position: relative;
  padding: 96px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(27, 255, 255, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 78%,
      rgba(46, 49, 146, 0.24),
      transparent 34%
    ),
    linear-gradient(135deg, #07112b 0%, #0d1835 54%, #111d3a 100%);
}

.about-timeline-grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
}

.about-timeline-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.timeline-orb-one {
  width: 320px;
  height: 320px;
  top: 80px;
  right: -110px;
  background: rgba(27, 255, 255, 0.14);
}

.timeline-orb-two {
  width: 420px;
  height: 420px;
  left: -160px;
  bottom: -160px;
  background: rgba(46, 49, 146, 0.36);
}

.about-timeline-header {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto 70px;
}

.about-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--timeline-accent);
  font-size: 13px;
  font-weight: 950;
}

.about-section-kicker::before,
.about-section-kicker::after {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--gradient-main);
}

.about-timeline-header h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 950;
  line-height: 1.45;
}

.about-timeline-header p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 2;
}

.about-timeline-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 0;
}

.about-timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 4px;
  transform: translateX(50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.about-timeline-progress {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  border-radius: inherit;
  background: var(--gradient-main);
  box-shadow: 0 0 28px rgba(27, 255, 255, 0.48);
  transition: height 0.18s linear;
}

.about-timeline-item {
  position: relative;
  width: 50%;
  padding: 0 52px 64px;
  opacity: 0;
  transform: translateY(46px) scale(0.96);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about-timeline-item.is-right {
  margin-right: 50%;
  text-align: right;
}

.about-timeline-item.is-left {
  margin-left: 50%;
  text-align: right;
}

.about-timeline-dot {
  position: absolute;
  top: 26px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px rgba(27, 255, 255, 0.06);
}

.about-timeline-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--timeline-accent);
  box-shadow: 0 0 22px rgba(27, 255, 255, 0.8);
}

.about-timeline-item.is-right .about-timeline-dot {
  right: -14px;
}

.about-timeline-item.is-left .about-timeline-dot {
  left: -14px;
}

.about-timeline-card {
  position: relative;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.095),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 75px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease,
    box-shadow 0.32s ease;
}

.about-timeline-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(27, 255, 255, 0.1),
      transparent 32%
    ),
    radial-gradient(circle at 92% 86%, rgba(46, 49, 146, 0.24), transparent 38%);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.about-timeline-card:hover {
  transform: translateY(-7px);
  border-color: rgba(27, 255, 255, 0.28);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(27, 255, 255, 0.1);
}

.about-timeline-card:hover::before {
  opacity: 1;
}

.timeline-card-year {
  position: relative;
  z-index: 2;
  min-height: 108px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07112b;
  font-size: 28px;
  font-weight: 950;
  background: var(--gradient-main);
  box-shadow: 0 18px 45px rgba(27, 255, 255, 0.18);
}

.timeline-card-content {
  position: relative;
  z-index: 2;
}

.timeline-card-label {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--timeline-accent);
  font-size: 12px;
  font-weight: 950;
}

.timeline-card-content h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.55;
}

.timeline-card-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 2;
}

/* Light Mode */
body:not(.dark-mode) .stb-about-timeline-section {
  --timeline-accent: var(--primary-color);

  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(27, 255, 255, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 78%,
      rgba(46, 49, 146, 0.14),
      transparent 34%
    ),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 52%, #f7f9fc 100%);
}

body:not(.dark-mode) .about-timeline-header h2,
body:not(.dark-mode) .timeline-card-content h3 {
  color: #1c2855;
}

body:not(.dark-mode) .about-timeline-header p,
body:not(.dark-mode) .timeline-card-content p {
  color: #5f6b7a;
}

body:not(.dark-mode) .about-timeline-line {
  background: rgba(28, 40, 85, 0.09);
}

body:not(.dark-mode) .about-timeline-card {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.68)
    ),
    rgba(255, 255, 255, 0.84);
  border-color: #e8edf5;
  box-shadow: 0 28px 75px rgba(28, 40, 85, 0.12);
}

body:not(.dark-mode) .about-timeline-dot {
  background: rgba(255, 255, 255, 0.9);
  border-color: #e8edf5;
}

/* Responsive */
@media (max-width: 991px) {
  .stb-about-timeline-section {
    padding: 72px 0 82px;
  }

  .about-timeline-header {
    margin-bottom: 50px;
  }

  .about-timeline-header h2 {
    font-size: 34px;
  }

  .about-timeline-line {
    right: 22px;
    transform: none;
  }

  .about-timeline-item,
  .about-timeline-item.is-right,
  .about-timeline-item.is-left {
    width: 100%;
    margin: 0;
    padding: 0 54px 42px 0;
  }

  .about-timeline-item.is-right .about-timeline-dot,
  .about-timeline-item.is-left .about-timeline-dot {
    right: 10px;
    left: auto;
  }

  .about-timeline-card {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 20px;
  }

  .timeline-card-year {
    min-height: 92px;
    font-size: 23px;
  }
}

@media (max-width: 575px) {
  .stb-about-timeline-section {
    padding: 58px 0 66px;
  }

  .about-timeline-header h2 {
    font-size: 28px;
    line-height: 1.55;
  }

  .about-timeline-header p {
    font-size: 14px;
  }

  .about-timeline-line {
    right: 18px;
  }

  .about-timeline-item,
  .about-timeline-item.is-right,
  .about-timeline-item.is-left {
    padding: 0 44px 34px 0;
  }

  .about-timeline-dot {
    width: 24px;
    height: 24px;
  }

  .about-timeline-item.is-right .about-timeline-dot,
  .about-timeline-item.is-left .about-timeline-dot {
    right: 7px;
  }

  .about-timeline-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
  }

  .timeline-card-year {
    min-height: auto;
    width: fit-content;
    padding: 9px 18px;
    font-size: 20px;
    border-radius: 999px;
  }

  .timeline-card-content h3 {
    font-size: 18px;
  }

  .timeline-card-content p {
    font-size: 13.5px;
  }
}

/* ======================================================
   PAGE: ABOUT STORY TIMELINE SECTION END
====================================================== */
/* ======================================================
   PAGE: ABOUT CLIENTS SECTION START
====================================================== */

.stb-about-clients-section {
  --clients-accent: var(--secondary-color);

  position: relative;
  padding: 98px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(27, 255, 255, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #0a1430 0%, #121d3d 48%, #07112b 100%);
}

.clients-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  pointer-events: none;
  background:
    linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.06) 25%,
        transparent 25%
      ) -18px
      0/36px 36px,
    linear-gradient(
        225deg,
        rgba(255, 255, 255, 0.045) 25%,
        transparent 25%
      ) -18px
      0/36px 36px,
    linear-gradient(315deg, rgba(255, 255, 255, 0.045) 25%, transparent 25%) 0
      0/36px 36px,
    linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%) 0
      0/36px 36px;
}

.clients-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

.clients-orb-one {
  width: 360px;
  height: 360px;
  top: -130px;
  left: -120px;
  background: rgba(27, 255, 255, 0.14);
}

.clients-orb-two {
  width: 440px;
  height: 440px;
  right: -150px;
  bottom: -170px;
  background: rgba(46, 49, 146, 0.46);
}

.about-clients-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.about-clients-intro,
.about-clients-showcase {
  border-radius: 34px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.095),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.about-clients-intro {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clients-kicker {
  justify-content: flex-start;
  color: var(--clients-accent);
}

.about-clients-intro h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 950;
  line-height: 1.55;
}

.about-clients-intro p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 2;
}

.clients-trust-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(27, 255, 255, 0.075);
  border: 1px solid rgba(27, 255, 255, 0.16);
  margin-bottom: 24px;
}

.clients-trust-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 17px;
  background: var(--gradient-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-trust-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clients-trust-card strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.clients-trust-card span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13.5px;
  line-height: 1.9;
}

.clients-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.clients-stat {
  padding: 16px 12px;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.clients-stat strong {
  display: block;
  margin-bottom: 5px;
  color: var(--clients-accent);
  font-size: 24px;
  font-weight: 950;
}

.clients-stat span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 850;
}

/* Showcase */
.about-clients-showcase {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.about-clients-showcase::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -90px;
  right: -80px;
  border-radius: 50%;
  background: rgba(27, 255, 255, 0.12);
  filter: blur(18px);
}

.clients-showcase-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.clients-showcase-header span {
  color: var(--clients-accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.clients-showcase-header strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
}

.clients-logo-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.client-logo-card {
  position: relative;
  min-height: 152px;
  padding: 18px;
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.035)
  );
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease,
    box-shadow 0.32s ease;
}

.client-logo-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% -20%;
  height: 70%;
  background: radial-gradient(
    circle,
    rgba(27, 255, 255, 0.18),
    transparent 62%
  );
  opacity: 0;
  transition: opacity 0.32s ease;
}

.client-logo-card img {
  position: relative;
  z-index: 2;
  max-width: 118px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.65);
  opacity: 0.78;
  transition:
    filter 0.32s ease,
    opacity 0.32s ease,
    transform 0.32s ease;
}

.client-logo-card span {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.client-logo-card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(27, 255, 255, 0.3);
  background: rgba(27, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.client-logo-card:hover::after {
  opacity: 1;
}

.client-logo-card:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.06);
}

.featured-client {
  grid-column: span 2;
  align-items: flex-start;
  padding: 24px;
  min-height: 174px;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(27, 255, 255, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(46, 49, 146, 0.44), rgba(255, 255, 255, 0.05));
}

.featured-client img {
  max-width: 160px;
  max-height: 66px;
}

.featured-client span {
  font-size: 14px;
  color: #ffffff;
}
/* Clients CTA Button */
.clients-showcase-action {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.clients-more-btn {
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;

  background: var(--gradient-main);
  border: 1px solid rgba(27, 255, 255, 0.22);
  box-shadow: 0 18px 42px rgba(27, 255, 255, 0.16);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.clients-more-btn span {
  width: 30px;
  height: 30px;
  border-radius: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.16);
}

.clients-more-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.clients-more-btn:hover {
  color: #ffffff;
  transform: translateY(-4px);
  filter: brightness(1.06);
  box-shadow: 0 24px 58px rgba(27, 255, 255, 0.22);
}

.clients-more-btn:hover svg {
  transform: translateX(-4px);
}
/* Light Mode */
body:not(.dark-mode) .stb-about-clients-section {
  --clients-accent: var(--primary-color);

  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(27, 255, 255, 0.22),
      transparent 30%
    ),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 48%, #f4f7ff 100%);
}

body:not(.dark-mode) .about-clients-intro,
body:not(.dark-mode) .about-clients-showcase {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.92),
      rgba(255, 255, 255, 0.7)
    ),
    rgba(255, 255, 255, 0.82);
  border-color: #e8edf5;
  box-shadow: 0 32px 88px rgba(28, 40, 85, 0.12);
}

body:not(.dark-mode) .about-clients-intro h2,
body:not(.dark-mode) .clients-trust-card strong,
body:not(.dark-mode) .clients-showcase-header strong {
  color: #1c2855;
}

body:not(.dark-mode) .about-clients-intro p,
body:not(.dark-mode) .clients-trust-card span,
body:not(.dark-mode) .clients-stat span,
body:not(.dark-mode) .client-logo-card span,
body:not(.dark-mode) .clients-showcase-note p {
  color: #5f6b7a;
}

body:not(.dark-mode) .clients-trust-card {
  background: rgba(46, 49, 146, 0.055);
  border-color: rgba(46, 49, 146, 0.12);
}

body:not(.dark-mode) .clients-stat,
body:not(.dark-mode) .client-logo-card,
body:not(.dark-mode) .clients-showcase-note {
  background: rgba(247, 249, 252, 0.92);
  border-color: #e8edf5;
}

body:not(.dark-mode) .client-logo-card img {
  filter: grayscale(1);
  opacity: 0.72;
}

body:not(.dark-mode) .client-logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* Responsive */
@media (max-width: 1199px) {
  .about-clients-layout {
    grid-template-columns: 1fr;
  }

  .about-clients-intro {
    padding: 34px;
  }
}

@media (max-width: 767px) {
  .stb-about-clients-section {
    padding: 66px 0;
  }

  .about-clients-intro,
  .about-clients-showcase {
    border-radius: 26px;
  }

  .about-clients-intro {
    padding: 26px 20px;
  }

  .about-clients-intro h2 {
    font-size: 28px;
    line-height: 1.6;
  }

  .clients-stats-row {
    grid-template-columns: 1fr;
  }

  .about-clients-showcase {
    padding: 20px;
  }

  .clients-showcase-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .clients-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .featured-client {
    grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .clients-logo-grid {
    grid-template-columns: 1fr;
  }

  .featured-client {
    grid-column: span 1;
  }

  .client-logo-card {
    min-height: 132px;
  }
}

/* ======================================================
   PAGE: ABOUT CLIENTS SECTION END
====================================================== */
/* ======================================================
   PAGE: ABOUT TEAM SECTION START
====================================================== */

.stb-about-team-section {
  --team-accent: var(--secondary-color);

  position: relative;
  padding: 96px 0 108px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(27, 255, 255, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(46, 49, 146, 0.28),
      transparent 38%
    ),
    linear-gradient(135deg, #07112b 0%, #0d1835 52%, #111d3a 100%);
}

.team-bg-lines {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
}

.team-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.team-orb-one {
  width: 350px;
  height: 350px;
  top: -130px;
  right: -120px;
  background: rgba(27, 255, 255, 0.16);
}

.team-orb-two {
  width: 440px;
  height: 440px;
  left: -170px;
  bottom: -180px;
  background: rgba(46, 49, 146, 0.42);
}

.about-team-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 42px;
}

.about-team-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 950;
  line-height: 1.4;
}

.team-kicker {
  color: var(--team-accent);
  justify-content: flex-start;
}

.about-team-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 2;
}

.about-team-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.team-member-card {
  position: relative;
  min-height: 430px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.team-member-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(27, 255, 255, 0.14),
      transparent 34%
    ),
    radial-gradient(circle at 92% 90%, rgba(46, 49, 146, 0.3), transparent 36%);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.team-member-card:hover {
  transform: translateY(-10px);
  border-color: rgba(27, 255, 255, 0.3);
  box-shadow:
    0 38px 95px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(27, 255, 255, 0.1);
}

.team-member-card:hover::before {
  opacity: 1;
}

.team-member-card.is-featured {
  transform: translateY(-18px);
  border-color: rgba(27, 255, 255, 0.25);
}

.team-member-card.is-featured:hover {
  transform: translateY(-26px);
}

.team-featured-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  padding: 7px 14px;
  border-radius: 999px;
  color: #07112b;
  background: var(--gradient-main);
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(27, 255, 255, 0.2);
}

.team-member-image {
  position: relative;
  z-index: 2;
  height: 250px;
  margin: 14px 14px 0;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(27, 255, 255, 0.18),
      transparent 38%
    ),
    rgba(255, 255, 255, 0.06);
}

.team-member-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.96);
  transition:
    transform 0.42s ease,
    filter 0.42s ease;
}

.team-member-card:hover .team-member-image img {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.team-member-content {
  position: relative;
  z-index: 2;
  padding: 18px 20px 22px;
}

.team-member-role {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--team-accent);
  font-size: 12px;
  font-weight: 950;
}

.team-member-content h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
}

.team-member-content p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13.5px;
  line-height: 1.9;
}

.team-member-social {
  display: flex;
  align-items: center;
  gap: 9px;
}

.team-member-social a {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--team-accent);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: all 0.25s ease;
}

.team-member-social a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-member-social a:hover {
  color: var(--primary-color);
  background: var(--team-accent);
  border-color: var(--team-accent);
  transform: translateY(-3px);
}

/* Light Mode */
body:not(.dark-mode) .stb-about-team-section {
  --team-accent: var(--primary-color);

  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(27, 255, 255, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(46, 49, 146, 0.14),
      transparent 38%
    ),
    linear-gradient(135deg, #f7f9fc 0%, #ffffff 50%, #eef5ff 100%);
}

body:not(.dark-mode) .about-team-title h2,
body:not(.dark-mode) .team-member-content h3 {
  color: #1c2855;
}

body:not(.dark-mode) .about-team-intro p,
body:not(.dark-mode) .team-member-content p {
  color: #5f6b7a;
}

body:not(.dark-mode) .team-member-card {
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.92),
      rgba(255, 255, 255, 0.7)
    ),
    rgba(255, 255, 255, 0.84);
  border-color: #e8edf5;
  box-shadow: 0 30px 80px rgba(28, 40, 85, 0.12);
}

body:not(.dark-mode) .team-member-image {
  background: rgba(247, 249, 252, 0.92);
}

body:not(.dark-mode) .team-member-social a {
  background: rgba(247, 249, 252, 0.9);
  border-color: #e8edf5;
}

body:not(.dark-mode) .team-member-social a:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 1199px) {
  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-member-card.is-featured,
  .team-member-card.is-featured:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  .stb-about-team-section {
    padding: 68px 0 76px;
  }

  .about-team-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
  }

  .about-team-title h2 {
    font-size: 30px;
    line-height: 1.55;
  }

  .about-team-intro p {
    font-size: 14px;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .team-member-card {
    min-height: auto;
  }

  .team-member-image {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .team-member-image {
    height: 245px;
  }

  .team-member-content {
    padding: 16px 18px 20px;
  }
}

/* ======================================================
   PAGE: ABOUT TEAM SECTION END
====================================================== */
