/* ==========================================================================
   SISGAIN — Event Management Software page
   Section-scoped CSS. No globals, no :root, no CSS variables, no font-family.
   Palette: Black #05070D / #0A0E1C · Blue #1B4DFF / #143FCC · Sky #5EA8FF · White #FFFFFF / #F5F8FF
   ========================================================================== */

/* ---------- shared gradient utility classes (still section-scoped by prefix) ---------- */
.btn-grad {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
}

.btn-grad:focus-visible {
  outline: 3px solid #5EA8FF;
  outline-offset: 3px;
}

.btn-grad--primary {
  background: linear-gradient(135deg, #1B4DFF 0%, #143FCC 55%, #5EA8FF 100%);
  color: #FFFFFF;
  box-shadow: 0 12px 30px -8px rgba(27, 77, 255, .55);
}

.btn-grad--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -10px rgba(27, 77, 255, .7);
  color: #FFFFFF;
  text-decoration: none;
}

.btn-grad--ghost {
  background: rgba(255, 255, 255, .06);
  color: #F5F8FF;
  border-color: rgba(255, 255, 255, .28);
  backdrop-filter: blur(6px);
}

.btn-grad--ghost:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .12);
  color: #FFFFFF;
  text-decoration: none;
}

/* =========================== HERO =========================== */
.hero-sec {
  position: relative;
  overflow: hidden;
  padding: 30px 0 30px;
  background: #05070D;
  color: #F5F8FF;
}

.hero-sec__field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-sec__grid {
  position: absolute;
  inset: -2px;
  background-image: linear-gradient(rgba(94, 168, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(94, 168, 255, .07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse at 30% 20%, #000 0%, transparent 70%);
}

.hero-sec__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .55;
}

.hero-sec__blob--a {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #1B4DFF, transparent 70%);
  top: -140px;
  left: -100px;
  animation: heroDrift1 16s ease-in-out infinite;
}

.hero-sec__blob--b {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, #5EA8FF, transparent 70%);
  bottom: -160px;
  right: -80px;
  animation: heroDrift2 20s ease-in-out infinite;
}

.hero-sec__shape {
  position: absolute;
  opacity: .35;
}

.hero-sec__shape--tri {
  width: 26px;
  height: 26px;
  border: 2px solid #5EA8FF;
  top: 18%;
  right: 12%;
  transform: rotate(20deg);
  animation: heroFloat 9s ease-in-out infinite;
}

.hero-sec__shape--ring {
  width: 60px;
  height: 60px;
  border: 2px solid #1B4DFF;
  border-radius: 50%;
  bottom: 22%;
  left: 6%;
  animation: heroFloat 12s ease-in-out infinite reverse;
}

.hero-sec__shape--dot {
  width: 10px;
  height: 10px;
  background: #5EA8FF;
  border-radius: 50%;
  top: 60%;
  right: 30%;
  animation: heroFloat 7s ease-in-out infinite;
}

@keyframes heroDrift1 {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(40px, 30px)
  }
}

@keyframes heroDrift2 {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-30px, -40px)
  }
}

@keyframes heroFloat {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-16px)
  }
}

.hero-sec .container {
  position: relative;
  z-index: 2;
}

.hero-sec__kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .02em;
  color: #9FC0FF;
  background: rgba(27, 77, 255, .14);
  border: 1px solid rgba(94, 168, 255, .35);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero-sec__title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(120deg, #FFFFFF 15%, #8FB8FF 55%, #5EA8FF 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sec__lead {
  font-size: 17px;
  line-height: 1.7;
  color: #C4D2EE;
  max-width: 52ch;
  margin-bottom: 28px;
}

.hero-sec__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.hero-sec__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.hero-sec__trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #AFC1E6;
}

.hero-sec__trust-ic {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.hero-sec__trust-ic svg {
  width: 100%;
  height: 100%;
}

.hero-sec__visual {
  position: relative;
  min-height: 420px;
}

.hero-sec__panel {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.hero-sec__panel-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(94, 168, 255, .35), transparent 70%);
  filter: blur(20px);
  border-radius: 50%;
  animation: heroFloat 8s ease-in-out infinite;
}

.hero-sec__card {
  position: relative;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 60px -20px rgba(0, 0, 0, .6);
}

.hero-sec__card--main {
  width: 100%;
  max-width: 400px;
  padding: 22px;
  z-index: 2;
}

.hero-sec__card-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.hero-sec__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.hero-sec__dot--r {
  background: #FF6161;
}

.hero-sec__dot--y {
  background: #FFC857;
}

.hero-sec__dot--g {
  background: #5EE6A0;
}

.hero-sec__card-title {
  margin-left: 8px;
  font-size: 13px;
  color: #CBD8F5;
  font-weight: 600;
}

.hero-sec__bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 90px;
  margin-bottom: 18px;
}

.hero-sec__bars span {
  flex: 1;
  height: var(--h);
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #5EA8FF, #1B4DFF);
  animation: barGrow 1.4s ease both;
}

@keyframes barGrow {
  from {
    transform: scaleY(0);
    transform-origin: bottom
  }

  to {
    transform: scaleY(1);
    transform-origin: bottom
  }
}

.hero-sec__rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-sec__row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: #D3DEF7;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 10px;
}

.hero-sec__row em {
  font-style: normal;
  color: #5EA8FF;
  font-weight: 600;
}

.hero-sec__card--float {
  position: absolute;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: #EAF1FF;
  z-index: 3;
  animation: cardFloat 6s ease-in-out infinite;
}

.hero-sec__card--ticket {
  top: -6px;
  right: -10px;
  animation-delay: .4s;
}

.hero-sec__card--calendar {
  bottom: 6px;
  left: -24px;
  animation-delay: 1.2s;
}

@keyframes cardFloat {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

.hero-sec__mini-ic {
  width: 22px;
  height: 22px;
}

.hero-sec__mini-ic svg {
  width: 100%;
  height: 100%;
}

.hero-sec__orbit {
  position: absolute;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
}

.hero-sec__orbit svg {
  width: 100%;
  height: 100%;
}

.hero-sec__orbit--1 {
  top: 8%;
  left: 10%;
  animation: heroFloat 7s ease-in-out infinite;
}

.hero-sec__orbit--2 {
  bottom: 10%;
  right: 8%;
  animation: heroFloat 9s ease-in-out infinite reverse;
}

.hero-sec__orbit--3 {
  top: 48%;
  right: -6px;
  animation: heroFloat 6.5s ease-in-out infinite;
}

@media(max-width:991px) {
  .hero-sec__visual {
    min-height: 340px;
    margin-top: 40px;
  }
}


/* =========================== SOLUTIONS =========================== */
.sol-sec {
  padding: 30px 0;
  background: #F5F8FF;
  color: #0B1220;
}

.sol-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 18px;
  background: linear-gradient(120deg, #143FCC, #1B4DFF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sol-sec__text {
  color: #3B4A6B;
  line-height: 1.75;
  margin-bottom: 20px;
}

.sol-sec__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #143FCC;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s ease;
}

.sol-sec__link:hover {
  border-color: #143FCC;
  color: #0B2E9E;
}

.sol-sec__link-ic {
  width: 16px;
  height: 16px;
}

.sol-sec__link-ic svg {
  width: 100%;
  height: 100%;
}

.sol-sec__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.sol-sec__list li {
  position: relative;
  padding: 16px 20px 16px 44px;
  background: #FFFFFF;
  border: 1px solid #E2E9FA;
  border-radius: 14px;
  color: #22304F;
  line-height: 1.6;
  box-shadow: 0 10px 24px -18px rgba(20, 63, 204, .35);
}

.sol-sec__list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(135deg, #1B4DFF, #5EA8FF);
}

/* =========================== LIFECYCLE (bento) =========================== */
.life-sec {
  padding: 30px 0;
  background: #05070D;
  color: #F5F8FF;
}

.life-sec__head {
  max-width: 78ch;
  margin-bottom: 34px;
}

.life-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #8FB8FF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.life-sec__text {
  color: #B9C7E8;
  line-height: 1.75;
}

.life-sec__bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.life-sec__card {
  grid-column: span 2;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 26px;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.life-sec__card:hover {
  transform: translateY(-6px);
  border-color: rgba(94, 168, 255, .45);
  background: rgba(255, 255, 255, .07);
}

.life-sec__card--wide {
  grid-column: span 3;
}

.life-sec__ic {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-bottom: 16px;
}

.life-sec__ic svg {
  width: 100%;
  height: 100%;
}

.life-sec__card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F0F4FF;
}

.life-sec__card-text {
  font-size: 14.5px;
  line-height: 1.65;
  color: #AFC1E6;
  margin: 0;
}

@media(max-width:991px) {
  .life-sec__bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .life-sec__card,
  .life-sec__card--wide {
    grid-column: span 1;
  }
}

@media(max-width:575px) {
  .life-sec__bento {
    grid-template-columns: 1fr;
  }
}

/* =========================== FEATURES =========================== */
.feat-sec {
  padding: 30px 0;
  background: #F5F8FF;
  color: #0B1220;
}

.feat-sec__head {
  max-width: 78ch;
  margin-bottom: 32px;
}

.feat-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #143FCC, #1B4DFF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feat-sec__text {
  color: #3B4A6B;
  line-height: 1.75;
}

.feat-sec__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feat-sec__card {
  background: #FFFFFF;
  border: 1px solid #E2E9FA;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 26px -20px rgba(20, 63, 204, .4);
  transition: transform .25s ease, box-shadow .25s ease;
}

.feat-sec__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 34px -18px rgba(20, 63, 204, .4);
}

.feat-sec__card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #12203F;
}

.feat-sec__card-enables {
  font-size: 13.5px;
  color: #3B4A6B;
  margin-bottom: 8px;
}

.feat-sec__card-value {
  font-size: 13px;
  color: #1B4DFF;
  font-weight: 600;
  margin: 0;
}

@media(max-width:991px) {
  .feat-sec__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:575px) {
  .feat-sec__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================== EVENT TYPES (tabs) =========================== */
.etype-sec {
  padding: 30px 0;
  background: #0A0E1C;
  color: #F5F8FF;
}

.etype-sec__head {
  max-width: 78ch;
  margin-bottom: 30px;
}

.etype-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #8FB8FF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.etype-sec__text {
  color: #B9C7E8;
  line-height: 1.75;
}

.etype-sec__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.etype-sec__tab {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #C4D2EE;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.etype-sec__tab:hover {
  border-color: rgba(94, 168, 255, .5);
}

.etype-sec__tab.is-active {
  background: linear-gradient(135deg, #1B4DFF, #5EA8FF);
  color: #FFFFFF;
  border-color: transparent;
}

.etype-sec__panel {
  display: none;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 30px;
}

.etype-sec__panel.is-active {
  display: block;
  animation: panelIn .35s ease both;
}

.etype-sec__panel {
  display: none;
  align-items: center;
  gap: 2.5rem;
}

.etype-sec__panel.is-active {
  display: flex;
}

.etype-sec__panel-media {
  flex: 0 0 42%;
}

.etype-sec__panel-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.etype-sec__panel-content {
  flex: 1;
}

@media (max-width: 768px) {
  .etype-sec__panel {
    flex-direction: column;
  }

  .etype-sec__panel-media {
    flex: 0 0 auto;
    width: 100%;
  }
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.etype-sec__panel-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F0F4FF;
}

.etype-sec__panel-text {
  color: #B9C7E8;
  line-height: 1.75;
  margin: 0;
}

/* =========================== WHY DUBAI =========================== */
.dubai-sec {
  padding: 30px 0;
  background: #05070D;
  color: #F5F8FF;
}

.dubai-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(120deg, #8FB8FF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dubai-sec__text {
  color: #B9C7E8;
  line-height: 1.75;
  margin-bottom: 16px;
}

.dubai-sec__sub {
  color: #9FC0FF;
  font-weight: 600;
  margin-bottom: 16px;
}

.dubai-sec__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.dubai-sec__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 14px 16px;
  color: #D3DEF7;
  font-size: 14.5px;
  line-height: 1.6;
}

.dubai-sec__ic {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
}

.dubai-sec__ic svg {
  width: 100%;
  height: 100%;
}

/* =========================== UAE READY =========================== */
.uae-sec {
  padding: 30px 0;
  background: #F5F8FF;
  color: #0B1220;
}

.uae-sec__head {
  max-width: 80ch;
  margin-bottom: 30px;
}

.uae-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #143FCC, #1B4DFF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.uae-sec__text {
  color: #3B4A6B;
  line-height: 1.75;
}

.uae-sec__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.uae-sec__item {
  display: flex;
  gap: 14px;
  background: #FFFFFF;
  border: 1px solid #E2E9FA;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px -20px rgba(20, 63, 204, .4);
}

.uae-sec__ic {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.uae-sec__ic svg {
  width: 100%;
  height: 100%;
}

.uae-sec__item strong {
  display: block;
  color: #12203F;
  font-size: 14.5px;
  margin-bottom: 4px;
}

.uae-sec__item span {
  display: block;
  color: #3B4A6B;
  font-size: 13.5px;
  line-height: 1.55;
}

.uae-sec__foot {
  margin-top: 24px;
  color: #5C6B8C;
  font-size: 13.5px;
  font-style: italic;
}

@media(max-width:767px) {
  .uae-sec__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================== COMPARISON =========================== */
.comp-sec {
  padding: 30px 0;
  background: #0A0E1C;
  color: #F5F8FF;
}

.comp-sec__head {
  max-width: 80ch;
  margin-bottom: 26px;
}

.comp-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: white;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comp-sec__text {
  color: #B9C7E8;
  line-height: 1.75;
}

.comp-sec__text--foot {
  margin: 22px 0;
}

.comp-sec__tablewrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .03);
}

.comp-sec__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.comp-sec__table th,
.comp-sec__table td {
  padding: 14px 18px;
  text-align: left;
  font-size: 13.5px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.comp-sec__table thead th {
  color: #9FC0FF;
  font-weight: 700;
  background: rgba(94, 168, 255, .08);
}

.comp-sec__table tbody th {
  color: #F0F4FF;
  font-weight: 600;
  white-space: nowrap;
}

.comp-sec__table tbody td {
  color: #C4D2EE;
}

.comp-sec__table tbody tr:hover {
  background: rgba(94, 168, 255, .06);
}

.comp-sec__table tbody tr:last-child th,
.comp-sec__table tbody tr:last-child td {
  border-bottom: none;
}

/* =========================== INTEGRATIONS =========================== */
.integ-sec {
  padding: 30px 0;
  background: #F5F8FF;
  color: #0B1220;
}

.integ-sec__head {
  max-width: 80ch;
  margin-bottom: 30px;
}

.integ-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #143FCC, #1B4DFF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.integ-sec__text {
  color: #3B4A6B;
  line-height: 1.75;
}

.integ-sec__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.integ-sec__card {
  background: #FFFFFF;
  border: 1px solid #E2E9FA;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 26px -20px rgba(20, 63, 204, .4);
  transition: transform .25s ease;
}

.integ-sec__card:hover {
  transform: translateY(-5px);
}

.integ-sec__ic {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-bottom: 14px;
}

.integ-sec__ic svg {
  width: 100%;
  height: 100%;
}

.integ-sec__card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #12203F;
}

.integ-sec__card-text {
  font-size: 13.5px;
  color: #3B4A6B;
  line-height: 1.6;
  margin-bottom: 10px;
}

.integ-sec__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #143FCC;
  text-decoration: none;
}

.integ-sec__card-link span {
  width: 14px;
  height: 14px;
}

.integ-sec__card-link span svg {
  width: 100%;
  height: 100%;
}

.integ-sec__card-link:hover {
  color: #0B2E9E;
}

/* =========================== AUDIENCES =========================== */
.aud-sec {
  padding: 30px 0;
  background: #05070D;
  color: #F5F8FF;
}

.aud-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #8FB8FF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aud-sec__text {
  color: #B9C7E8;
  line-height: 1.75;
  max-width: 78ch;
  margin-bottom: 28px;
}

.aud-sec__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.aud-sec__card {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 28px;
  text-align: left;
  transition: transform .3s ease, border-color .3s ease;
}

.aud-sec__card:hover {
  transform: translateY(-6px);
  border-color: rgba(94, 168, 255, .45);
}

.aud-sec__ic {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 16px;
}

.aud-sec__ic svg {
  width: 100%;
  height: 100%;
}

.aud-sec__card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F0F4FF;
}

.aud-sec__card-text {
  font-size: 14.5px;
  color: #AFC1E6;
  line-height: 1.65;
  margin: 0;
}

@media(max-width:767px) {
  .aud-sec__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================== MOBILE APP =========================== */
.mob-sec {
  padding: 30px 0;
  background: #F5F8FF;
  color: #0B1220;
}

.mob-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(120deg, #143FCC, #1B4DFF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mob-sec__text {
  color: #3B4A6B;
  line-height: 1.75;
  margin-bottom: 16px;
}

.mob-sec__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.mob-sec__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #FFFFFF;
  border: 1px solid #E2E9FA;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14.5px;
  color: #22304F;
  box-shadow: 0 10px 22px -18px rgba(20, 63, 204, .35);
}

.mob-sec__ic {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
}

.mob-sec__ic svg {
  width: 100%;
  height: 100%;
}

/* =========================== AI =========================== */
.ai-sec {
  padding: 30px 0;
  background: #0A0E1C;
  color: #F5F8FF;
}

.ai-sec__head {
  max-width: 82ch;
  margin-bottom: 30px;
}

.ai-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #8FB8FF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-sec__text {
  color: #B9C7E8;
  line-height: 1.75;
}

.ai-sec__inline-link {
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.ai-sec__inline-link:hover {
  color: white;
}

.ai-sec__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.ai-sec__card {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  padding: 24px;
  transition: transform .25s ease, border-color .25s ease;
}

.ai-sec__card:hover {
  transform: translateY(-5px);
  border-color: rgba(94, 168, 255, .4);
}

.ai-sec__ic {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-bottom: 14px;
}

.ai-sec__ic svg {
  width: 100%;
  height: 100%;
}

.ai-sec__card-title {
  font-size: 15.5px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #F0F4FF;
}

.ai-sec__card-text {
  font-size: 13.5px;
  color: #AFC1E6;
  line-height: 1.6;
  margin: 0;
}

.ai-sec__foot {
  color: #8FA0C7;
  font-size: 13.5px;
  font-style: italic;
  margin-bottom: 16px;
}

.ai-sec__inline-link span {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: -2px;
}

.ai-sec__inline-link span svg {
  width: 100%;
  height: 100%;
}

@media(max-width:991px) {
  .ai-sec__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:575px) {
  .ai-sec__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================== PROCESS (animated flow) =========================== */
.proc-sec {
  padding: 60px 0;
  background: #05070D;
  color: #F5F8FF;
  overflow: hidden;
}

.proc-sec__head {
  max-width: 60ch;
  margin: 0 auto 56px;
  text-align: center;
}

.proc-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  color: #F5F8FF;
}

.proc-sec__text {
  color: #8892AB;
  line-height: 1.75;
}

.proc-sec__flow {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.proc-sec__flow::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, #5EA8FF, rgba(94, 168, 255, .08));
}

.proc-sec__step {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  position: relative;
}

.proc-sec__step:last-child {
  margin-bottom: 0;
}

.proc-sec__step.reveal-init {
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: calc(var(--i) * 100ms);
}

.proc-sec__step.reveal-init.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.proc-sec__node {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B4DFF, #5EA8FF);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 6px rgba(94, 168, 255, .15), 0 8px 20px rgba(27, 77, 255, .35);
  z-index: 1;
  font-size: 22px;
  color: #fff;
}

.proc-sec__card {
  flex: 1;
  background: linear-gradient(135deg, rgba(94, 168, 255, .09), rgba(255, 255, 255, .03));
  border: 0.5px solid rgba(94, 168, 255, .25);
  border-radius: 16px;
  padding: 20px 24px;
  transition: border-color .25s ease, transform .25s ease;
}

.proc-sec__card:hover {
  border-color: rgba(94, 168, 255, .6);
  transform: translateY(-2px);
}

.proc-sec__step-label {
  font-size: 11px;
  font-weight: 700;
  color: #5EA8FF;
  letter-spacing: .06em;
}

.proc-sec__card-title {
  font-size: 16px;
  font-weight: 700;
  margin: 6px 0 8px;
  color: #F5F8FF;
}

.proc-sec__card-text {
  font-size: 13.5px;
  color: #9AA6C4;
  line-height: 1.6;
  margin: 0;
}

.proc-sec__card-link {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: 2px;
  margin-left: 4px;
}

.proc-sec__card-link svg {
  width: 100%;
  height: 100%;
}

@media(max-width:767px) {
  .proc-sec__flow::before {
    left: 23px;
  }

  .proc-sec__node {
    width: 48px;
    height: 48px;
    font-size: 19px;
  }

  .proc-sec__card {
    padding: 16px 18px;
  }
}

/* =========================== WHY CHOOSE =========================== */
.why-sec {
  padding: 30px 0;
  background: #F5F8FF;
  color: #0B1220;
}

.why-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(120deg, #143FCC, #1B4DFF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-sec__text {
  color: #3B4A6B;
  line-height: 1.75;
  margin-bottom: 18px;
}

.why-sec__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #143FCC;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.why-sec__link:hover {
  border-color: #143FCC;
}

.why-sec__link span {
  width: 16px;
  height: 16px;
}

.why-sec__link span svg {
  width: 100%;
  height: 100%;
}

.why-sec__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.why-sec__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #FFFFFF;
  border: 1px solid #E2E9FA;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14.5px;
  color: #22304F;
  line-height: 1.6;
  box-shadow: 0 10px 22px -18px rgba(20, 63, 204, .35);
}

.why-sec__ic {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
}

.why-sec__ic svg {
  width: 100%;
  height: 100%;
}

/* =========================== CAPABILITIES =========================== */
.cap-sec {
  padding: 30px 0;
  background: #0A0E1C;
  color: #F5F8FF;
}

.cap-sec__head {
  max-width: 80ch;
  margin-bottom: 26px;
}

.cap-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #8FB8FF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cap-sec__text {
  color: #B9C7E8;
  line-height: 1.75;
}

.cap-sec__tablewrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .03);
}

.cap-sec__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.cap-sec__table th,
.cap-sec__table td {
  padding: 14px 18px;
  text-align: left;
  font-size: 13.5px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.cap-sec__table thead th {
  color: #9FC0FF;
  font-weight: 700;
  background: rgba(94, 168, 255, .08);
}

.cap-sec__table tbody th {
  color: #F0F4FF;
  font-weight: 600;
}

.cap-sec__table tbody th a {
  color: white;
  text-decoration: none;
}

.cap-sec__table tbody td {
  color: #C4D2EE;
}

.cap-sec__table tbody tr:hover {
  background: rgba(94, 168, 255, .06);
}

.cap-sec__table tbody tr:last-child th,
.cap-sec__table tbody tr:last-child td {
  border-bottom: none;
}

/* =========================== SUCCESS STORIES =========================== */
.succ-sec {
  padding: 30px 0;
  background: #05070D;
  color: #F5F8FF;
}

.succ-sec__inner {
  text-align: center;
  max-width: 70ch;
}

.succ-sec__title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(120deg, #8FB8FF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.succ-sec__text {
  color: #AFC1E6;
  line-height: 1.75;
}

/* =========================== FINAL CTA =========================== */
.final-sec {
  padding: 30px 0;
  background: #0A0E1C;
}

.final-sec__panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(27, 77, 255, .28), rgba(94, 168, 255, .12));
  border: 1px solid rgba(94, 168, 255, .35);
  border-radius: 26px;
  padding: 48px;
}

.final-sec__glow {
  position: absolute;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(94, 168, 255, .35), transparent 70%);
  top: -140px;
  right: -100px;
  filter: blur(10px);
  animation: heroFloat 10s ease-in-out infinite;
}

.final-sec__title {
  position: relative;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.final-sec__text {
  position: relative;
  color: #DDE6FA;
  line-height: 1.75;
  margin-bottom: 12px;
}

.final-sec__ctawrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.final-sec__btn {
  width: 100%;
  text-align: center;
  white-space: normal;
}

@media(max-width:991px) {
  .final-sec__ctawrap {
    justify-content: flex-start;
    margin-top: 26px;
  }
}

/* =========================== FAQ =========================== */
.faq-sec {
  padding: 30px 0;
  background: #F5F8FF;
  color: #0B1220;
}

.faq-sec__title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  margin-bottom: 24px;
  background: linear-gradient(120deg, #143FCC, #1B4DFF, #5EA8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-sec__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-sec__item {
  background: #FFFFFF;
  border: 1px solid #E2E9FA;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 22px -20px rgba(20, 63, 204, .4);
}

.faq-sec__q {
  margin: 0;
}

.faq-sec__btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 22px;
  font-size: 15.5px;
  font-weight: 600;
  color: #12203F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}

.faq-sec__btn:focus-visible {
  outline: 3px solid #5EA8FF;
  outline-offset: -3px;
}

.faq-sec__plus {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.faq-sec__plus::before,
.faq-sec__plus::after {
  content: "";
  position: absolute;
  background: #1B4DFF;
  border-radius: 2px;
  transition: transform .3s ease;
}

.faq-sec__plus::before {
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
}

.faq-sec__plus::after {
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
}

.faq-sec__btn[aria-expanded="true"] .faq-sec__plus::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-sec__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-sec__a p {
  padding: 0 22px 20px;
  margin: 0;
  color: #3B4A6B;
  line-height: 1.7;
  font-size: 14.5px;
}

/* =========================== SCROLL REVEAL (shared, opacity/transform only) ===========================
   Elements are visible by default so content never depends on JS to appear.
   JS adds .reveal-init on load (progressive enhancement), then swaps to .is-in-view on scroll. */
.reveal-init {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease, background .3s ease, border-color .3s ease;
}

.reveal-init.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-init {
    opacity: 1;
    transform: none;
  }
}

/* =========================== ACCESSIBILITY / MOTION =========================== */
@media (prefers-reduced-motion: reduce) {

  .hero-sec__blob,
  .hero-sec__shape,
  .hero-sec__panel-glow,
  .hero-sec__card--float,
  .hero-sec__orbit,
  .proc-sec__arrow,
  .final-sec__glow,
  .hero-sec__bars span {
    animation: none !important;
  }

  .proc-sec__step {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #5EA8FF;
  outline-offset: 2px;
}


.sol-sec__intro-img {
  display: block;
  margin-top: 24px;
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.life-sec__bento {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* centers any leftover items on the last row */
  gap: 24px;
}

.life-sec__card {
  flex: 0 1 calc(33.333% - 24px);
  /* adjust based on column count */
}

.integ-sec__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.integ-sec__card {
  flex: 0 0 calc(25% - 18px);
}

.why-sec__intro-img {
  display: block;
  margin-top: 24px;
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.final-sec__ctawrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.final-sec__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
}

.uae-sec__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  /* match your current gap value */
}

.uae-sec__item {
  flex: 0 1 calc(33.333% - 16px);
  /* adjust % based on your actual column count (2 or 3 per row) */
  min-width: 260px;
}

#CaseStudies {
  background: #07080B;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  color: #F3F4F6;
}

#CaseStudies::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.10) 0%, rgba(139, 92, 246, 0.06) 45%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

#CaseStudies::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

#CaseStudies .client-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 16px 0;
  color: #F3F4F6;
}

#CaseStudies .cs-subtext {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 64px auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  color: #8A8F9B;
}

/* ===== VIEWPORT (shows exactly one card) ===== */
#CaseStudies .cs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}

#CaseStudies .cs-viewport {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

#CaseStudies .casestudies_slider {
  position: relative;
  overflow: hidden;
}

#CaseStudies .slider-casestudies {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

#CaseStudies .caseStudiesSliderBox {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 6px;
}

/* ===== CARD ===== */
#CaseStudies .case_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 36px;
  background: #0F1219;
  border-radius: 24px;
  overflow: hidden;
  padding: 40px;
  transition: transform 0.35s ease, background 0.35s ease;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 0;
}

/* static border */
#CaseStudies .case_box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}

/* animated gradient border on hover */
#CaseStudies .case_box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1.5px;
  background: conic-gradient(from var(--angle, 0deg), #22D3EE, #8B5CF6, #5EE6E0, #22D3EE);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  animation: cs-rotate 3s linear infinite;
  z-index: 2;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes cs-rotate {
  to {
    --angle: 360deg;
  }
}

#CaseStudies .case_box:hover {
  transform: translateY(-6px);
  background: rgba(15, 18, 25, 0.92);
  box-shadow: 0 24px 60px -20px rgba(56, 189, 248, 0.25), 0 0 40px rgba(56, 189, 248, 0.08);
}

#CaseStudies .case_box:hover::before {
  opacity: 0;
}

#CaseStudies .case_box:hover::after {
  opacity: 1;
}

#CaseStudies .case_box__image {
  flex: 0 0 420px;
  width: 420px;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#CaseStudies .case_box__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

#CaseStudies .case_box__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

#CaseStudies .case_box__content h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 14px 0;
  color: #F3F4F6;
}

#CaseStudies .case_box__content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: #C7CAD1;
  margin: 0 0 20px 0;
}

#CaseStudies .case_box__points {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#CaseStudies .case_box__points li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  font-weight: 400;
  color: #8A8F9B;
  line-height: 1.4;
}

#CaseStudies .case_box__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22D3EE, #8B5CF6);
}

#CaseStudies .viewCaseStudies {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 14px 22px;
  border-radius: 999px;
  background: #F3F4F6;
  color: #07080B;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, gap 0.3s ease;
}

#CaseStudies .viewCaseStudies i {
  display: none;
  /* font-awesome glyph not loaded, use unicode arrow below */
}

#CaseStudies .viewCaseStudies::after {
  content: "\2192";
  transition: transform 0.3s ease;
}

#CaseStudies .viewCaseStudies:hover {
  transform: translateY(-3px);
  background: #22D3EE;
}

#CaseStudies .viewCaseStudies:hover::after {
  transform: translateX(4px);
}

/* ===== DOTS / PROGRESS ===== */
#CaseStudies .cs-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  flex-wrap: wrap;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#CaseStudies .cs-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  cursor: pointer;
  transition: width 0.35s ease, background 0.35s ease;
  padding: 0;
}

#CaseStudies .cs-dot.active {
  width: 26px;
  background: linear-gradient(90deg, #22D3EE, #8B5CF6);
}

/* ===== ARROWS ===== */
#CaseStudies .caseStudiesBottomArrows {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}

#CaseStudies .caseStudiesBottomArrows button {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #F3F4F6;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

#CaseStudies .caseStudiesBottomArrows button:hover {
  border-color: rgba(56, 189, 248, 0.55);
  background: rgba(56, 189, 248, 0.08);
  transform: translateY(-2px);
}

#CaseStudies .caseStudiesBottomArrows i {
  font-style: normal;
}

#CaseStudies .caseStudiesBottomArrows .fa-arrow-left::before {
  content: "\2190";
}

#CaseStudies .caseStudiesBottomArrows .fa-arrow-right::before {
  content: "\2192";
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  #CaseStudies {
    padding: 90px 0;
  }

  #CaseStudies .client-title {
    font-size: 40px;
  }

  #CaseStudies .case_box {
    flex-direction: column;
    padding: 32px;
    gap: 24px;
  }

  #CaseStudies .case_box__image {
    width: 100%;
    max-width: 360px;
    height: 260px;
    flex: 0 0 260px;
  }

  #CaseStudies .case_box__content {
    align-items: center;
    text-align: center;
  }

  #CaseStudies .case_box__content h3 {
    font-size: 24px;
  }

  #CaseStudies .case_box__points {
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  #CaseStudies {
    padding: 30px 0;
  }

  #CaseStudies .cs-container {
    padding: 0 20px;
  }

  #CaseStudies .client-title {
    font-size: 30px;
  }

  #CaseStudies .cs-subtext {
    font-size: 15px;
    margin-bottom: 40px;
  }

  #CaseStudies .case_box {
    padding: 24px;
  }

  #CaseStudies .case_box__image {
    width: 100%;
    max-width: 280px;
    height: 220px;
    flex: 0 0 220px;
  }

  #CaseStudies .case_box__content h3 {
    font-size: 21px;
  }

  #CaseStudies .case_box__points li {
    font-size: 12px;
  }

  #CaseStudies .caseStudiesBottomArrows button {
    width: 42px;
    height: 42px;
  }
}