

/* ---------- Shared reveal-on-scroll animation (utility, scoped by .rv) ---------- */
.rv { opacity: 0; transition: opacity .7s ease, transform .7s ease; will-change: opacity, transform; }
.rv-up { transform: translateY(28px); }
.rv-left { transform: translateX(-32px); }
.rv-right { transform: translateX(32px); }
.rv.rv-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .rv, .rv-up, .rv-left, .rv-right { opacity: 1; transform: none; transition: none; }
}

/* ---------- Shared CTA buttons (component-scoped) ---------- */
.btn-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 10px; border: 0;
  font-size: 16px; font-weight: 700; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.btn-cta:hover, .btn-cta:focus { text-decoration: none; transform: translateY(-3px); }
.btn-cta:focus-visible { outline: 3px solid #93b4ff; outline-offset: 2px; }
.btn-cta svg { transition: transform .25s ease; }
.btn-cta:hover svg { transform: translateX(4px); }

.btn-cta-primary { background: #1d5bff; color: #ffffff; box-shadow: 0 8px 20px rgba(29, 91, 255, .28); }
.btn-cta-primary:hover, .btn-cta-primary:focus { background: #0d47e6; color: #ffffff; box-shadow: 0 12px 26px rgba(29, 91, 255, .38); }

.btn-cta-light { background: #ffffff; color: #0a1633; box-shadow: 0 8px 20px rgba(4, 12, 34, .25); }
.btn-cta-light:hover, .btn-cta-light:focus { background: #eef3ff; color: #0a1633; }
/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  padding: 30px 0;
  background: linear-gradient(160deg, #f4f8ff 0%, #ffffff 45%, #eaf1ff 100%);
  overflow: hidden;
  position: relative;
}
.hero-section .hero-row { position: relative; z-index: 1; }

.hero-section .hero-eyebrow {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: #e3ecff; color: #0d47e6;
  font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 16px;
}
.hero-section .hero-title {
  color: #0a1633; font-size: 46px; font-weight: 800; line-height: 1.12;
  letter-spacing: -0.01em; margin-bottom: 18px;
}
.hero-section .hero-desc { color: #33415e; font-size: 17px; line-height: 1.7; margin-bottom: 26px; max-width: 520px; }

.hero-section .hero-cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-bottom: 34px; }

.hero-section .hero-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: #0d47e6; font-size: 15px; font-weight: 700; text-decoration: none;
  padding-bottom: 2px; border-bottom: 2px solid transparent;
  transition: border-color .25s ease, gap .25s ease;
}
.hero-section .hero-link:hover { border-color: #1d5bff; gap: 11px; color: #0d47e6; text-decoration: none; }
.hero-section .hero-link svg { transition: transform .25s ease; }
.hero-section .hero-link:hover svg { transform: translateY(3px); }

.hero-section .hero-strip {
  list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 26px;
  padding: 22px 0 0; margin: 0; border-top: 1px solid #dbe5f7;
}
.hero-section .hero-strip-item { display: flex; flex-direction: column; gap: 2px; }
.hero-section .hero-trust-num { color: #1d5bff; font-size: 24px; font-weight: 800; line-height: 1; }
.hero-section .hero-strip-label { color: #5a6a8a; font-size: 12.5px; font-weight: 600; }
.hero-section .hero-strip-badges { flex-direction: row; flex-wrap: wrap; gap: 8px; }
.hero-section .hero-strip-badge {
  background: #ffffff; border: 1px solid #d7e2f7; border-radius: 999px;
  padding: 6px 12px; font-size: 12px; font-weight: 700; color: #0a1633;
}

/* ---- Signature element: the live Rx ticket ---- */
.hero-section .hero-ticket-stage { position: relative; display: flex; justify-content: center; padding: 10px; }

.hero-section .hero-ticket-pulse {
  position: absolute; inset: 0; width: 100%; height: 100%; opacity: .35; z-index: 0;
}
.hero-section .hero-ticket-pulse path {
  fill: none; stroke: #1d5bff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 900; stroke-dashoffset: 900;
  animation: hero-pulse-draw 3.2s ease-in-out infinite;
}
@keyframes hero-pulse-draw {
  0% { stroke-dashoffset: 900; }
  55% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -900; }
}

.hero-section .hero-ticket {
  position: relative; z-index: 1; width: 100%; max-width: 340px;
  background: #ffffff; border-radius: 20px; padding: 30px 24px 22px;
  box-shadow: 0 30px 60px rgba(10, 22, 51, .18), 0 2px 0 rgba(10, 22, 51, .04);
  transform: rotate(-2deg);
  transition: transform .4s ease, box-shadow .4s ease;
}
.hero-section .hero-ticket:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 0 36px 70px rgba(10, 22, 51, .22); }
.hero-section .hero-ticket::before {
  content: ""; position: absolute; top: -9px; left: 16px; right: 16px; height: 18px;
  background: radial-gradient(circle at 9px 9px, transparent 8px, #ffffff 8.5px) repeat-x;
  background-size: 18px 18px;
}

.hero-section .hero-ticket-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.hero-section .hero-ticket-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 9px; background: #e3ecff; color: #0d47e6; flex: 0 0 auto;
}
.hero-section .hero-ticket-title { color: #0a1633; font-size: 14px; font-weight: 800; flex: 1 1 auto; }
.hero-section .hero-ticket-id { color: #8095b8; font-size: 11px; font-weight: 700; letter-spacing: .03em; font-variant-numeric: tabular-nums; }

.hero-section .hero-ticket-field { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px dashed #e6ecf9; }
.hero-section .hero-ticket-label { color: #7d8db0; font-size: 12px; font-weight: 600; flex: 0 0 auto; }
.hero-section .hero-skel {
  display: inline-block; height: 10px; width: 104px; border-radius: 6px;
  background: linear-gradient(90deg, #e7edfb 25%, #f3f6fd 37%, #e7edfb 63%);
  background-size: 400% 100%; animation: hero-shimmer 2.4s ease infinite;
}
.hero-section .hero-skel-sm { width: 74px; }
@keyframes hero-shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

.hero-section .hero-ticket-status {
  display: flex; align-items: center; gap: 8px; margin: 16px 0 4px;
  padding: 9px 12px; border-radius: 10px; background: #fff6ea; transition: background-color .4s ease;
}
.hero-section .hero-ticket-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff8f3c; flex: 0 0 auto; animation: hero-dot-pulse 1s ease-in-out infinite; }
.hero-section .hero-ticket-status-text { font-size: 12.5px; font-weight: 700; color: #8a5a12; }
.hero-section .hero-ticket-status.is-clear { background: #e7faef; }
.hero-section .hero-ticket-status.is-clear .hero-ticket-status-dot { background: #0f9d58; animation: none; }
.hero-section .hero-ticket-status.is-clear .hero-ticket-status-text { color: #0f7a44; }
@keyframes hero-dot-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 143, 60, .5); } 50% { box-shadow: 0 0 0 5px rgba(255, 143, 60, 0); } }

.hero-section .hero-ticket-divider { height: 1px; background: repeating-linear-gradient(90deg, #dbe5f7 0 6px, transparent 6px 12px); margin: 16px 0; }

.hero-section .hero-ticket-sign { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; margin-bottom: 14px; }
.hero-section .hero-ticket-sign-svg { width: 150px; height: 34px; }
.hero-section .hero-ticket-sign-svg path {
  fill: none; stroke: #0a1633; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 260; stroke-dashoffset: 260;
}
.hero-section .hero-media.rv-in .hero-ticket-sign-svg path { animation: hero-sign-draw 1.3s .5s ease forwards; }
@keyframes hero-sign-draw { to { stroke-dashoffset: 0; } }
.hero-section .hero-ticket-sign-label { color: #7d8db0; font-size: 11px; font-weight: 700; }

.hero-section .hero-ticket-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid #eef2fb; }
.hero-section .hero-ticket-time { color: #8095b8; font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.hero-section .hero-ticket-barcode {
  flex: 0 0 auto; width: 74px; height: 20px; opacity: .8;
  background: repeating-linear-gradient(90deg, #0a1633 0 2px, transparent 2px 4px, #0a1633 4px 5px, transparent 5px 8px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-section .hero-ticket-pulse path,
  .hero-section .hero-skel,
  .hero-section .hero-ticket-status-dot,
  .hero-section .hero-media.rv-in .hero-ticket-sign-svg path { animation: none; }
  .hero-section .hero-ticket-pulse path { stroke-dashoffset: 0; }
  .hero-section .hero-skel { background: #eef2fb; }
  .hero-section .hero-media.rv-in .hero-ticket-sign-svg path { stroke-dashoffset: 0; }
}

@media (max-width: 991.98px) {
  .hero-section .hero-title { font-size: 34px; }
  .hero-section .hero-ticket { max-width: 300px; margin: 0 auto; }
}
@media (max-width: 575.98px) {
  .hero-section .hero-title { font-size: 27px; }
  .hero-section .hero-desc { font-size: 15px; }
  .hero-section .hero-cta-row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .hero-section .hero-strip { gap: 18px; }
}

/* ============================================================
   SECTION 1 : PROBLEMS
   ============================================================ */
.problems-section { padding: 30px 0; background: #ffffff; }
.problems-section .problems-title { color: #0a1633; font-size: 32px; font-weight: 800; margin-bottom: 14px; }
.problems-section .problems-desc { color: #33415e; font-size: 16px; line-height: 1.7; margin-bottom: 8px; }
.problems-section .problems-sub { color: #0a1633; font-size: 19px; font-weight: 700; margin: 22px 0 16px; }

.problems-section .problems-col { margin-bottom: 20px; }
.problems-section .problem-card {
  height: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  background: #f7faff; border: 1px solid #e2eaf9; border-radius: 14px; padding: 18px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.problems-section .problem-card:hover { transform: translateY(-5px); border-color: #1d5bff; box-shadow: 0 14px 28px rgba(29, 91, 255, .12); }
.problems-section .problem-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 10px; background: #e3ecff; color: #0d47e6;
}
.problems-section .problem-name { color: #0a1633; font-size: 15px; font-weight: 700; margin: 0; }

.problems-section .problems-solve-title { color: #0a1633; font-size: 24px; font-weight: 800; margin: 16px 0 16px; text-align: center; }
.problems-section .problems-table-wrap {
  overflow-x: auto; border-radius: 16px; border: 1px solid #e2eaf9;
  box-shadow: 0 12px 30px rgba(10, 22, 51, .06);
}
.problems-section .problems-table { width: 100%; margin: 0; border-collapse: collapse; min-width: 560px; }
.problems-section .problems-table th {
  background: #0a1633; color: #ffffff; font-size: 15px; font-weight: 700;
  padding: 15px 20px; text-align: left;
}
.problems-section .problems-table th:last-child { background: #1d5bff; }
.problems-section .problems-table td {
  padding: 14px 20px; font-size: 15px; color: #33415e; line-height: 1.6;
  border-top: 1px solid #e9effb; background: #ffffff;
}
.problems-section .problems-table td:last-child { color: #0a1633; font-weight: 600; background: #f7faff; }
.problems-section .problems-table tbody tr { transition: background-color .2s ease; }
.problems-section .problems-table tbody tr:hover td { background: #eef3ff; }

@media (max-width: 575.98px) {
  .problems-section .problems-title { font-size: 25px; }
}

/* ============================================================
   SECTION 2 : WHY UAE HOSPITALS
   ============================================================ */
.why-section { padding: 30px 0; background: #f4f8ff; }
.why-section .why-title { color: #0a1633; font-size: 32px; font-weight: 800; margin-bottom: 16px; }
.why-section .why-text { color: #33415e; font-size: 16px; line-height: 1.75; margin-bottom: 14px; }
.why-section .why-note {
  display: flex; gap: 14px; align-items: flex-start;
  background: #0a1633; border-radius: 14px; padding: 20px;
  border-left: 5px solid #1d5bff; margin-top: 6px;
}
.why-section .why-note-ic { color: #6ea1ff; flex: 0 0 auto; margin-top: 2px; }
.why-section .why-note-text { color: #dbe6ff; font-size: 15px; line-height: 1.7; margin: 0; }
.why-section .why-img-wrap { margin-top: 24px; }
.why-section .why-img {
  width: 100%; height: auto; border-radius: 18px;
  box-shadow: 0 20px 44px rgba(10, 22, 51, .15);
  transition: transform .4s ease;
}
.why-section .why-img:hover { transform: scale(1.02); }
@media (max-width: 575.98px) {
  .why-section .why-title { font-size: 25px; }
}

/* ============================================================
   SECTION 3 : CAPABILITIES (TABS)
   ============================================================ */
.capabilities-section { padding: 30px 0; background: #ffffff; }
.capabilities-section .cap-title { color: #0a1633; font-size: 32px; font-weight: 800; margin-bottom: 14px; }
.capabilities-section .cap-desc { color: #33415e; font-size: 16px; line-height: 1.7; margin-bottom: 8px; }

.capabilities-section .cap-tabs {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  padding: 0; margin: 20px 0 26px;
}
.capabilities-section .cap-tab {
  display: inline-flex; align-items: center; gap: 8px;
  background: #f0f5ff; border: 1px solid #d7e2f7; border-radius: 999px;
  color: #33415e; font-size: 15px; font-weight: 700; padding: 11px 20px;
  cursor: pointer; transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.capabilities-section .cap-tab:hover { transform: translateY(-2px); }
.capabilities-section .cap-tab:focus-visible { outline: 3px solid #93b4ff; outline-offset: 2px; }
.capabilities-section .cap-tab.is-active {
  background: #1d5bff; border-color: #1d5bff; color: #ffffff;
  box-shadow: 0 10px 22px rgba(29, 91, 255, .3);
}

.capabilities-section .cap-panel { animation: cap-fade .45s ease; }
.capabilities-section .cap-panel[hidden] { display: none; }
@keyframes cap-fade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .capabilities-section .cap-panel { animation: none; }
}

.capabilities-section .cap-col { margin-bottom: 24px; }
.capabilities-section .cap-card {
  height: 100%; background: #ffffff; border: 1px solid #e2eaf9; border-radius: 16px;
  padding: 24px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.capabilities-section .cap-card:hover { transform: translateY(-6px); border-color: #bcd0f7; box-shadow: 0 18px 36px rgba(10, 22, 51, .1); }
.capabilities-section .cap-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 12px;
  background: linear-gradient(135deg, #1d5bff, #0a1633); color: #ffffff; margin-bottom: 16px;
}
.capabilities-section .cap-card-title { color: #0a1633; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.capabilities-section .cap-card-text { color: #33415e; font-size: 14.5px; line-height: 1.7; margin: 0; }

.capabilities-section .cap-img-card { height: 100%; min-height: 240px; border-radius: 16px; overflow: hidden; box-shadow: 0 14px 30px rgba(10, 22, 51, .12); }
.capabilities-section .cap-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.capabilities-section .cap-img-card:hover .cap-img { transform: scale(1.05); }

.capabilities-section .cap-cta {
  margin-top: 6px; border-radius: 20px; overflow: hidden;
  background: linear-gradient(120deg, #0a1633 0%, #10275e 55%, #1d5bff 100%);
  padding: 30px;
}
.capabilities-section .cap-cta-title { color: #ffffff; font-size: 26px; font-weight: 800; margin-bottom: 12px; }
.capabilities-section .cap-cta-text { color: #cdd9f5; font-size: 15.5px; line-height: 1.7; margin-bottom: 20px; }
.capabilities-section .cap-cta-img { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 14px 30px rgba(0, 0, 0, .3); }
.capabilities-section .cap-cta-right { margin-top: 20px; }
@media (min-width: 992px) {
  .capabilities-section .cap-cta-right { margin-top: 0; }
}
@media (max-width: 575.98px) {
  .capabilities-section .cap-title { font-size: 25px; }
  .capabilities-section .cap-cta { padding: 22px; }
  .capabilities-section .cap-cta-title { font-size: 22px; }
}

/* ============================================================
   SECTION 4 : INTEGRATION ECOSYSTEM
   ============================================================ */
.integration-section { padding: 30px 0; background: #f4f8ff; }
.integration-section .int-title { color: #0a1633; font-size: 32px; font-weight: 800; margin-bottom: 14px; }
.integration-section .int-desc { color: #33415e; font-size: 16px; line-height: 1.7; margin-bottom: 8px; }

.integration-section .int-flow { margin: 18px 0 8px; overflow: hidden; padding: 6px 0 14px; position: relative; }
/* Soft fade at both edges of the loop */
.integration-section .int-flow::before,
.integration-section .int-flow::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none;
}
.integration-section .int-flow::before { left: 0; background: linear-gradient(90deg, #f4f8ff, rgba(244, 248, 255, 0)); }
.integration-section .int-flow::after { right: 0; background: linear-gradient(270deg, #f4f8ff, rgba(244, 248, 255, 0)); }
.integration-section .int-flow-marquee {
  display: flex; width: max-content;
  animation: int-marquee 32s linear infinite;
  will-change: transform;
}
.integration-section .int-flow:hover .int-flow-marquee { animation-play-state: paused; }
@keyframes int-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.integration-section .int-flow-track { display: flex; align-items: center; gap: 10px; min-width: max-content; padding: 4px 5px; }
.integration-section .int-flow-node {
  background: #ffffff; border: 1.5px solid #1d5bff; border-radius: 999px;
  color: #0a1633; font-size: 14px; font-weight: 700; padding: 10px 18px; white-space: nowrap;
  box-shadow: 0 6px 14px rgba(29, 91, 255, .12);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.integration-section .int-flow-node:hover { transform: translateY(-3px); background: #eaf1ff; }
.integration-section .int-flow-core { background: #1d5bff; border-color: #1d5bff; color: #ffffff; box-shadow: 0 10px 22px rgba(29, 91, 255, .35); }
.integration-section .int-flow-core:hover { background: #1d5bff; }
.integration-section .int-flow-arrow {
  position: relative; flex: 0 0 34px; height: 2px; background: #9dbcff; overflow: hidden;
}
.integration-section .int-flow-arrow::before {
  content: ""; position: absolute; top: 0; left: -10px; width: 10px; height: 2px;
  background: #1d5bff; animation: int-pulse 1.6s linear infinite;
}
.integration-section .int-flow-arrow::after {
  content: ""; position: absolute; right: 0; top: -3px;
  border-left: 6px solid #1d5bff; border-top: 4px solid transparent; border-bottom: 4px solid transparent;
}
@keyframes int-pulse {
  from { left: -10px; }
  to { left: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .integration-section .int-flow-arrow::before { animation: none; }
  .integration-section .int-flow-marquee { animation: none; }
}

.integration-section .int-sub { color: #0a1633; font-size: 18px; font-weight: 700; text-align: center; margin: 16px 0 14px; }
.integration-section .int-logos {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
  padding: 0; margin: 0 0 20px;
}
.integration-section .int-logo {
  background: #ffffff; border: 1px solid #e2eaf9; border-radius: 12px;
  color: #0a1633; font-size: 15px; font-weight: 700; padding: 12px 24px;
  box-shadow: 0 6px 16px rgba(10, 22, 51, .06);
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease;
}
.integration-section .int-logo:hover { transform: translateY(-4px) scale(1.03); color: #1d5bff; box-shadow: 0 12px 24px rgba(29, 91, 255, .14); }
.integration-section .int-note { color: #33415e; font-size: 15.5px; line-height: 1.75; text-align: center; margin: 0; }
@media (max-width: 575.98px) {
  .integration-section .int-title { font-size: 25px; }
}

/* ============================================================
   SECTION 5 : CLINICAL DECISION SUPPORT
   ============================================================ */
.cds-section { padding: 30px 0; background: #ffffff; }
.cds-section .cds-title { color: #0a1633; font-size: 30px; font-weight: 800; margin-bottom: 14px; }
.cds-section .cds-text { color: #33415e; font-size: 15.5px; line-height: 1.75; margin-bottom: 12px; }
.cds-section .cds-sub { color: #0a1633; font-size: 20px; font-weight: 700; margin: 18px 0 10px; }
.cds-section .cds-list { list-style: none; padding: 0; margin: 0; }
.cds-section .cds-list-item {
  display: flex; align-items: flex-start; gap: 10px;
  color: #0a1633; font-size: 15px; font-weight: 600; line-height: 1.6; margin-bottom: 10px;
}
.cds-section .cds-check {
  flex: 0 0 auto; margin-top: 2px; color: #1d5bff;
  background: #e3ecff; border-radius: 50%; padding: 2px;
}

.cds-section .cds-flow {
  background: #0a1633; border-radius: 20px; padding: 28px;
  box-shadow: 0 20px 44px rgba(10, 22, 51, .28); margin-top: 26px;
}
.cds-section .cds-flow-title {
  color: #ffffff; font-size: 19px; font-weight: 800; margin-bottom: 20px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.cds-section .cds-flow-steps { list-style: none; padding: 0; margin: 0; position: relative; }
.cds-section .cds-flow-steps::before {
  content: ""; position: absolute; left: 9px; top: 10px; bottom: 10px;
  width: 2px; background: linear-gradient(#1d5bff, #6ea1ff);
}
.cds-section .cds-flow-step {
  position: relative; display: flex; align-items: center; gap: 14px;
  color: #dbe6ff; font-size: 15px; font-weight: 600; padding: 9px 0 9px 0;
  transition: color .25s ease, transform .25s ease;
}
.cds-section .cds-flow-step:hover { color: #ffffff; transform: translateX(4px); }
.cds-section .cds-flow-dot {
  position: relative; z-index: 1; flex: 0 0 20px; width: 20px; height: 20px;
  border-radius: 50%; background: #10275e; border: 2px solid #1d5bff;
  transition: background-color .25s ease, box-shadow .25s ease;
}
.cds-section .cds-flow-step:hover .cds-flow-dot { background: #1d5bff; box-shadow: 0 0 0 5px rgba(29, 91, 255, .25); }
@media (min-width: 992px) {
  .cds-section .cds-flow { margin-top: 0; }
}
@media (max-width: 575.98px) {
  .cds-section .cds-title { font-size: 24px; }
  .cds-section .cds-flow { padding: 20px; }
}

/* ============================================================
   SECTION 6 : COMPLIANCE
   ============================================================ */
.compliance-section { padding: 30px 0; background: linear-gradient(150deg, #0a1633 0%, #10275e 60%, #123a8f 100%); }
.compliance-section .comp-title { color: #ffffff; font-size: 30px; font-weight: 800; margin-bottom: 14px; }
.compliance-section .comp-desc { color: #cdd9f5; font-size: 16px; line-height: 1.7; margin-bottom: 8px; }
.compliance-section .comp-badges {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
  padding: 0; margin: 18px 0 0;
}
.compliance-section .comp-badge {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px; padding: 14px 22px; min-width: 130px; text-align: center;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}
.compliance-section .comp-badge:hover { transform: translateY(-5px); background: rgba(255, 255, 255, .13); border-color: #6ea1ff; }
.compliance-section .comp-badge-name { color: #ffffff; font-size: 16px; font-weight: 800; }
.compliance-section .comp-badge-sub { color: #a9bce6; font-size: 12px; font-weight: 600; }
@media (max-width: 575.98px) {
  .compliance-section .comp-title { font-size: 24px; }
  .compliance-section .comp-badge { min-width: 46%; }
}

/* ============================================================
   SECTION 7 : INDUSTRIES SLIDER
   ============================================================ */
.industries-section { padding: 30px 0; background: #ffffff; overflow: hidden; }
.industries-section .ind-title { color: #0a1633; font-size: 32px; font-weight: 800; margin-bottom: 14px; }
.industries-section .ind-desc { color: #33415e; font-size: 16px; line-height: 1.7; margin-bottom: 8px; }

.industries-section .ind-slider { position: relative; margin-top: 18px; outline: none; }
.industries-section .ind-slider:focus-visible { outline: 3px solid #93b4ff; outline-offset: 4px; border-radius: 12px; }
.industries-section .ind-track {
  display: flex; align-items: stretch; cursor: grab; user-select: none;
  will-change: transform; touch-action: pan-y;
}
.industries-section .ind-track.is-dragging { cursor: grabbing; }
.industries-section .ind-slide { flex: 0 0 25%; max-width: 25%; padding: 8px; display: flex; }
.industries-section .ind-card {
  display: flex; flex-direction: column; width: 100%;
  background: #ffffff; border: 1px solid #e2eaf9; border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 20px rgba(10, 22, 51, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.industries-section .ind-card:hover { transform: translateY(-6px); border-color: #1d5bff; box-shadow: 0 16px 34px rgba(29, 91, 255, .14); }
.industries-section .ind-img { width: 100%; height: 160px; object-fit: cover; display: block; flex: 0 0 auto; }
.industries-section .ind-name {
  display: flex; align-items: center; flex: 1 1 auto;
  color: #0a1633; font-size: 14.5px; font-weight: 700; line-height: 1.45;
  padding: 14px 16px; margin: 0; min-height: 72px;
}

.industries-section .ind-nav { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }
.industries-section .ind-nav-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid #c8d8f5;
  background: #ffffff; color: #1d5bff; cursor: pointer;
  transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.industries-section .ind-nav-btn:hover { background: #1d5bff; color: #ffffff; transform: translateY(-3px); box-shadow: 0 10px 22px rgba(29, 91, 255, .3); }
.industries-section .ind-nav-btn:focus-visible { outline: 3px solid #93b4ff; outline-offset: 2px; }

@media (max-width: 991.98px) { .industries-section .ind-slide { flex-basis: 33.3333%; max-width: 33.3333%; } }
@media (max-width: 767.98px) { .industries-section .ind-slide { flex-basis: 50%; max-width: 50%; } }
@media (max-width: 575.98px) {
  .industries-section .ind-slide { flex-basis: 85%; max-width: 85%; }
  .industries-section .ind-title { font-size: 25px; }
}

/* ============================================================
   SECTION 8 : PROCESS TIMELINE
   ============================================================ */
.process-section { padding: 30px 0; background: #f4f8ff; }
.process-section .proc-title { color: #0a1633; font-size: 30px; font-weight: 800; margin-bottom: 14px; }
.process-section .proc-desc { color: #33415e; font-size: 16px; line-height: 1.7; margin-bottom: 8px; }

.process-section .proc-timeline { position: relative; margin: 22px 0; }
.process-section .proc-line {
  position: absolute; top: 0; bottom: 0; left: 23px; width: 3px;
  background: linear-gradient(#1d5bff, #0a1633); border-radius: 3px;
}
.process-section .proc-step { position: relative; display: flex; gap: 20px; padding: 0 0 22px 0; }
.process-section .proc-marker {
  position: relative; z-index: 1; flex: 0 0 48px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: #1d5bff; color: #ffffff; box-shadow: 0 0 0 6px #dce7fc;
  transition: transform .25s ease, box-shadow .25s ease;
}
.process-section .proc-step:hover .proc-marker { transform: scale(1.1); box-shadow: 0 0 0 8px #c9dafc; }
.process-section .proc-card {
  flex: 1 1 auto; background: #ffffff; border: 1px solid #e2eaf9; border-radius: 16px;
  padding: 20px 24px; box-shadow: 0 8px 20px rgba(10, 22, 51, .05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.process-section .proc-step:hover .proc-card { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(10, 22, 51, .1); }
.process-section .proc-step-title { color: #0a1633; font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.process-section .proc-step-text { color: #33415e; font-size: 14.5px; line-height: 1.7; margin: 0; }

.process-section .proc-promise {
  display: flex; align-items: flex-start; gap: 16px;
  background: #0a1633; border-radius: 16px; padding: 22px 26px;
  border-left: 5px solid #1d5bff;
}
.process-section .proc-promise-ic { color: #6ea1ff; flex: 0 0 auto; margin-top: 2px; }
.process-section .proc-promise-text { color: #dbe6ff; font-size: 15px; line-height: 1.7; margin: 0; }

@media (min-width: 992px) {
  .process-section .proc-line { left: 50%; margin-left: -1.5px; }
  .process-section .proc-step { width: 50%; padding-bottom: 26px; }
  /* Steps carrying .rv-left sit on the left side of the center line */
  .process-section .proc-step.rv-left { margin-left: 0; padding-right: 44px; flex-direction: row-reverse; text-align: right; }
  .process-section .proc-step.rv-left .proc-marker { margin-right: -68px; }
  /* Steps carrying .rv-right sit on the right side of the center line */
  .process-section .proc-step.rv-right { margin-left: 50%; padding-left: 44px; flex-direction: row; text-align: left; }
  .process-section .proc-step.rv-right .proc-marker { margin-left: -68px; }
}
@media (max-width: 575.98px) {
  .process-section .proc-title { font-size: 24px; }
  .process-section .proc-card { padding: 16px 18px; }
}

/* ============================================================
   SECTION 9 : COMPARISON
   ============================================================ */
.compare-section { padding: 30px 0; background: #ffffff; }
.compare-section .cmp-title { color: #0a1633; font-size: 30px; font-weight: 800; margin-bottom: 14px; }
.compare-section .cmp-desc { color: #33415e; font-size: 16px; line-height: 1.7; margin-bottom: 8px; }
.compare-section .cmp-table-wrap {
  margin-top: 18px; overflow-x: auto; border-radius: 16px;
  border: 1px solid #e2eaf9; box-shadow: 0 12px 30px rgba(10, 22, 51, .07);
}
.compare-section .cmp-table { width: 100%; margin: 0; border-collapse: collapse; min-width: 560px; }
.compare-section .cmp-table th { padding: 16px 22px; font-size: 17px; font-weight: 800; text-align: left; background: #0a1633; color: #ffffff; }
.compare-section .cmp-th-sisgain { background: #1d5bff; }
.compare-section .cmp-table td {
  padding: 14px 22px; font-size: 15px; color: #33415e; line-height: 1.6;
  border-top: 1px solid #e9effb; background: #ffffff;
}
.compare-section .cmp-table td:first-child { background: #f4f8ff; color: #0a1633; font-weight: 700; }
.compare-section .cmp-table tbody tr { transition: background-color .2s ease; }
.compare-section .cmp-table tbody tr:hover td { background: #eef3ff; }
.compare-section .cmp-yes, .compare-section .cmp-no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%; margin-right: 10px; vertical-align: middle;
}
.compare-section .cmp-yes { background: #e0ffe8; color: #0f9d58; }
.compare-section .cmp-no { background: #ffe5e5; color: #d93025; }
@media (max-width: 575.98px) {
  .compare-section .cmp-title { font-size: 24px; }
}

/* ============================================================
   SECTION 10 : CASE STUDY
   ============================================================ */
.casestudy-section { padding: 30px 0; background: #f4f8ff; }
.casestudy-section .cs-card {
  border-radius: 20px; overflow: hidden; background: #ffffff;
  border: 1px solid #e2eaf9; box-shadow: 0 20px 44px rgba(10, 22, 51, .1);
}
.casestudy-section .cs-media { height: 100%; }
.casestudy-section .cs-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.casestudy-section .cs-body { padding: 36px 48px 36px 40px; }
.casestudy-section .cs-eyebrow {
  display: inline-block; background: #e3ecff; color: #0d47e6; border-radius: 999px;
  font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 14px; margin-bottom: 14px;
}
.casestudy-section .cs-title { color: #0a1633; font-size: 27px; font-weight: 800; margin-bottom: 12px; }
.casestudy-section .cs-text { color: #33415e; font-size: 15.5px; line-height: 1.75; margin: 0; }
@media (max-width: 575.98px) {
  .casestudy-section .cs-body { padding: 22px; }
  .casestudy-section .cs-title { font-size: 22px; }
}

/* ============================================================
   SECTION 11 : TECH STACK
   ============================================================ */
.techstack-section { padding: 30px 0; background: #ffffff; }
.techstack-section .tech-title { color: #0a1633; font-size: 30px; font-weight: 800; margin-bottom: 14px; }
.techstack-section .tech-desc { color: #33415e; font-size: 16px; line-height: 1.7; margin-bottom: 8px; }
.techstack-section .tech-grid { margin-top: 14px; }
.techstack-section .tech-col { margin-bottom: 24px; }
.techstack-section .tech-card {
  height: 100%; background: #f7faff; border: 1px solid #e2eaf9; border-radius: 16px; padding: 24px;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.techstack-section .tech-card:hover { transform: translateY(-6px); background: #ffffff; box-shadow: 0 18px 36px rgba(10, 22, 51, .1); }
.techstack-section .tech-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 12px; background: #0a1633; color: #6ea1ff; margin-bottom: 16px;
  transition: background-color .25s ease, color .25s ease;
}
.techstack-section .tech-card:hover .tech-ic { background: #1d5bff; color: #ffffff; }
.techstack-section .tech-card-title { color: #0a1633; font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.techstack-section .tech-card-text { color: #33415e; font-size: 14.5px; line-height: 1.8; margin: 0; }
@media (max-width: 575.98px) {
  .techstack-section .tech-title { font-size: 24px; }
}
.techstack-section .tech-tabs {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  padding: 0; margin: 20px 0 30px;
}
.techstack-section .tech-tab {
  display: inline-flex; align-items: center; gap: 8px;
  background: #f0f5ff; border: 1px solid #d7e2f7; border-radius: 999px;
  color: #33415e; font-size: 15px; font-weight: 700; padding: 11px 20px;
  cursor: pointer; transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.techstack-section .tech-tab:hover { transform: translateY(-2px); }
.techstack-section .tech-tab:focus-visible { outline: 3px solid #93b4ff; outline-offset: 2px; }
.techstack-section .tech-tab.is-active {
  background: #1d5bff; border-color: #1d5bff; color: #ffffff;
  box-shadow: 0 10px 22px rgba(29, 91, 255, .3);
}

.techstack-section .tech-panel { animation: tech-fade .45s ease; }
.techstack-section .tech-panel[hidden] { display: none; }
@keyframes tech-fade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .techstack-section .tech-panel { animation: none; }
}

.techstack-section .tech-logo-grid {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px;
  padding: 0; margin: 0;
}
.techstack-section .tech-logo-card {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 12px;
  width: 160px; background: #f7faff; border: 1px solid #e2eaf9; border-radius: 16px; padding: 20px 14px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}
.techstack-section .tech-logo-card:hover {
  transform: translateY(-6px); background: #ffffff; border-color: #bcd0f7; box-shadow: 0 16px 32px rgba(10, 22, 51, .1);
}
.techstack-section .tech-logo-img { width: 100px; height: 100px; object-fit: contain; flex: 0 0 auto; }
.techstack-section .tech-logo-fallback {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100px; height: 100px; border-radius: 12px; background: #e3ecff; color: #0d47e6;
  font-size: 14px; font-weight: 800; letter-spacing: .02em;
}
.techstack-section .tech-logo-name { color: #0a1633; font-size: 14px; font-weight: 700; text-align: center; }

@media (max-width: 575.98px) {
  .techstack-section .tech-logo-card { width: 130px; padding: 16px 10px; }
  .techstack-section .tech-logo-img,
  .techstack-section .tech-logo-fallback { width: 80px; height: 80px; }
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.finalcta-section { padding: 30px 0; background: linear-gradient(150deg, #0a1633 0%, #10275e 55%, #123a8f 100%); }
.finalcta-section .fcta-title { color: #ffffff; font-size: 30px; font-weight: 800; margin-bottom: 14px; }
.finalcta-section .fcta-lead { color: #cdd9f5; font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.finalcta-section .fcta-list { list-style: none; padding: 0; margin: 0 0 24px; }
.finalcta-section .fcta-item {
  display: flex; align-items: center; gap: 10px;
  color: #ffffff; font-size: 15.5px; font-weight: 600; margin-bottom: 10px;
}
.finalcta-section .fcta-check { flex: 0 0 auto; color: #6ea1ff; background: rgba(110, 161, 255, .16); border-radius: 50%; padding: 2px; }
.finalcta-section .fcta-btn { margin-bottom: 6px; }
.finalcta-section .fcta-img {
  width: 100%; height: auto; border-radius: 18px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .35); margin-top: 26px;
}
@media (min-width: 992px) {
  .finalcta-section .fcta-img { margin-top: 0; }
}
@media (max-width: 575.98px) {
  .finalcta-section .fcta-title { font-size: 24px; }
}

/* ============================================================
   SECTION 12 : FAQ ACCORDION
   ============================================================ */
.faq-section { padding: 30px 0; background: #ffffff; }
.faq-section .faq-title { color: #0a1633; font-size: 30px; font-weight: 800; margin-bottom: 18px; }
.faq-section .faq-item {
  border: 1px solid #e2eaf9; border-radius: 14px; margin-bottom: 12px;
  background: #ffffff; overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.faq-section .faq-item.is-open { border-color: #bcd0f7; box-shadow: 0 12px 26px rgba(10, 22, 51, .08); }
.faq-section .faq-q { margin: 0; }
.faq-section .faq-btn {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; text-align: left; background: transparent; border: 0; cursor: pointer;
  color: #0a1633; font-size: 16.5px; font-weight: 700; line-height: 1.45; padding: 18px 20px;
  transition: color .25s ease, background-color .25s ease;
}
.faq-section .faq-btn:hover { color: #1d5bff; background: #f7faff; }
.faq-section .faq-btn:focus-visible { outline: 3px solid #93b4ff; outline-offset: -3px; }
.faq-section .faq-ic { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.faq-section .faq-ic::before, .faq-section .faq-ic::after {
  content: ""; position: absolute; top: 50%; left: 50%; background: #1d5bff; border-radius: 2px;
  transition: transform .3s ease;
}
.faq-section .faq-ic::before { width: 14px; height: 2.5px; transform: translate(-50%, -50%); }
.faq-section .faq-ic::after { width: 2.5px; height: 14px; transform: translate(-50%, -50%); }
.faq-section .faq-item.is-open .faq-ic::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-section .faq-a { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.faq-section .faq-a[hidden] { display: block; }
.faq-section .faq-p { color: #33415e; font-size: 15px; line-height: 1.75; margin: 0; padding: 0 20px 18px; }
@media (prefers-reduced-motion: reduce) {
  .faq-section .faq-a { transition: none; }
  .faq-section .faq-ic::before, .faq-section .faq-ic::after { transition: none; }
}
@media (max-width: 575.98px) {
  .faq-section .faq-title { font-size: 24px; }
  .faq-section .faq-btn { font-size: 15px; padding: 15px 16px; }
}
html,
body{
    overflow-x:hidden;
}

.hero-section,
.problems-section,
.why-section,
.capabilities-section,
.integration-section,
.industries-section,
.blog-section,
.trusted-section{
    overflow:hidden;
}

.container{
    max-width:100%;
}

.row{
    margin-left:-15px;
    margin-right:-15px;
}

[class*="col-"]{
    padding-left:15px;
    padding-right:15px;
}

img{
    max-width:100%;
    height:auto;
}