
/* ---- HERO SECTION ---- */
.rag-hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 40%, #f5f0ff 100%);
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
}
.rag-hero-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37,99,235,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.rag-hero-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139,92,246,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.rag-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #1e40af;
  margin-bottom: 24px;
  text-transform: uppercase;
  animation: ragFadeDown 0.7s ease both;
}
.rag-hero-badge span { color: #6366f1; }
.rag-hero-h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ragFadeDown 0.8s ease 0.1s both;
}
.rag-hero-p {
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.75;
  margin-bottom: 16px;
  animation: ragFadeDown 0.8s ease 0.2s both;
}
.rag-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 32px;
  animation: ragFadeDown 0.8s ease 0.3s both;
}
.rag-hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1e40af;
}
.rag-hero-trust-item i { color: #2563eb; font-size: 14px; }
.rag-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
  animation: ragFadeDown 0.8s ease 0.4s both;
}
.rag-btn-primary {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(37,99,235,0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rag-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,99,235,0.45);
  color: #fff;
  text-decoration: none;
}
.rag-btn-secondary {
  background: rgba(255,255,255,0.8);
  color: #1e40af;
  border: 2px solid #2563eb;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(6px);
}
.rag-btn-secondary:hover {
  background: #2563eb;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}
.rag-hero-micro {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  animation: ragFadeDown 0.8s ease 0.5s both;
}
.rag-hero-micro i { color: #2563eb; }

/* ===================================================
   HERO RIGHT-SIDE DASHBOARD — RESPONSIVE FIX
   =================================================== */

/* Base dashboard (desktop, unchanged) */
.rag-hero-dashboard {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(37,99,235,0.18);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(37,99,235,0.12), 0 4px 16px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}
.rag-hero-dashboard::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #06b6d4);
}

.rag-dash-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(37,99,235,0.1);
}
.rag-dash-header i { color: #2563eb; font-size: 18px; }
.rag-dash-header h3 { font-size: 15px; font-weight: 700; color: #1e3a8a; margin: 0; }

.rag-arch-flow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.rag-arch-col { flex: 1; min-width: 100px; }
.rag-arch-col-title {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  text-align: center;
}
.rag-arch-items {
  background: rgba(248,250,255,0.8);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 12px;
  padding: 10px;
}
.rag-arch-item {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  font-size: 12px;
  color: #374151;
  font-weight: 500;
  border-bottom: 1px solid rgba(37,99,235,0.06);
}
.rag-arch-item:last-child { border-bottom: none; }
.rag-arch-item i { color: #2563eb; font-size: 11px; width: 14px; flex-shrink: 0; }

.rag-arch-arrow {
  display: flex;
  align-items: center;
  padding-top: 28px;
  color: #2563eb;
  font-size: 18px;
  flex-shrink: 0;
}
.rag-arch-db {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 28px;
}
.rag-arch-db-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 2px solid rgba(37,99,235,0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #2563eb;
}
.rag-arch-db-label { font-size: 11px; font-weight: 700; color: #1e40af; text-align: center; }

.rag-dash-secure-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.rag-dash-secure-card {
  background: rgba(248,250,255,0.9);
  border: 1px solid rgba(37,99,235,0.1);
  border-radius: 10px;
  padding: 10px 12px;
}
.rag-dash-secure-title { font-size: 11px; font-weight: 700; color: #1e40af; margin-bottom: 6px; }
.rag-dash-check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #374151;
  padding: 2px 0;
}
.rag-dash-check i { color: #10b981; font-size: 10px; flex-shrink: 0; }

.rag-dash-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}
.rag-dash-stat {
  background: linear-gradient(135deg, rgba(37,99,235,0.06), rgba(124,58,237,0.04));
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
}
.rag-dash-stat-num {
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(135deg, #1e40af, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1;
  margin-bottom: 3px;
}
.rag-dash-stat-label { font-size: 10px; color: #6b7280; font-weight: 600; line-height: 1.3; }


/* ===================================================
   RESPONSIVE BREAKPOINTS — DASHBOARD ONLY
   =================================================== */

/* Tablet & below: dashboard gets margin-top, slightly tighter padding */
@media (max-width: 991px) {
  .rag-hero-dashboard {
    margin-top: 40px;
    padding: 22px;
  }
}

/* Below 767px: stack the 3 architecture columns vertically with connector arrows
   pointing DOWN instead of side arrows pointing right */
@media (max-width: 767px) {
  .rag-hero-dashboard { padding: 20px; border-radius: 20px; }

  .rag-arch-flow {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .rag-arch-col { width: 100%; min-width: 0; }
  .rag-arch-db {
    flex: none;
    width: 100%;
    padding-top: 0;
    margin: 14px 0;
  }
  .rag-arch-db-icon { width: 56px; height: 56px; font-size: 20px; }

  /* Hide the right-pointing arrows, replace with down arrows via wrapper */
  .rag-arch-flow > .rag-arch-arrow { display: none; }
  .rag-arch-col::after,
  .rag-arch-db::after {
    content: '\f078'; /* fa-chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    color: #2563eb;
    opacity: 0.55;
    font-size: 14px;
    margin: 10px 0 0;
  }
  .rag-arch-flow > .rag-arch-col:last-of-type::after { display: none; }

  .rag-arch-items { padding: 12px; }
  .rag-arch-item { font-size: 12.5px; padding: 6px 0; }

  .rag-dash-secure-row { grid-template-columns: 1fr 1fr; gap: 10px; }
  .rag-dash-bottom { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
}

/* Below 575px: secure cards stack to single column to avoid text-wrap squeeze,
   stats row gets smaller type to fit 3-up cleanly */
@media (max-width: 575px) {
  .rag-hero-dashboard { padding: 18px; }

  .rag-dash-header h3 { font-size: 14px; }

  .rag-dash-secure-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .rag-dash-secure-card { padding: 12px 14px; }
  .rag-dash-secure-title { font-size: 12px; margin-bottom: 8px; }
  .rag-dash-check { font-size: 12px; padding: 3px 0; }

  .rag-dash-bottom { gap: 6px; }
  .rag-dash-stat { padding: 10px 6px; }
  .rag-dash-stat-num { font-size: 15px; }
  .rag-dash-stat-label { font-size: 9px; }
}

/* Below 420px (small phones like iPhone SE): final tightening */
@media (max-width: 420px) {
  .rag-hero-dashboard { padding: 16px; border-radius: 18px; }

  .rag-arch-col-title { font-size: 10px; }
  .rag-arch-item { font-size: 12px; gap: 6px; }
  .rag-arch-item i { font-size: 10px; }

  .rag-arch-db-icon { width: 50px; height: 50px; font-size: 18px; }
  .rag-arch-db-label { font-size: 10px; }

  .rag-dash-bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .rag-dash-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 10px 14px;
  }
  .rag-dash-stat-num { margin-bottom: 0; font-size: 16px; }
  .rag-dash-stat-label { font-size: 11px; text-align: right; }
}



.rag-summary-section {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.rag-summary-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #06b6d4);
}
.rag-section-h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1.2;
}
.rag-section-subtitle {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.75;
  max-width: 760px;
}
.rag-summary-box {
  background: linear-gradient(135deg, rgba(37,99,235,0.04), rgba(124,58,237,0.04));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 20px;
  padding: 36px;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}
.rag-summary-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}
.rag-summary-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 24px;
}
.rag-flow-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 16px;
  padding: 20px 18px;
  min-width: 120px;
  transition: all 0.3s ease;
  cursor: default;
}
.rag-flow-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(37,99,235,0.15);
  border-color: rgba(37,99,235,0.3);
}
.rag-flow-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.rag-flow-label {
  font-size: 12px;
  font-weight: 700;
  color: #1e40af;
  text-align: center;
}
.rag-flow-arrow {
  color: #2563eb;
  font-size: 20px;
  margin: 0 8px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .rag-flow-arrow { display: none; }
  .rag-summary-flow { gap: 12px; }
}


.rag-trust-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
  position: relative;
}
.rag-trust-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.rag-trust-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: left;
}
.rag-trust-card:hover::before { transform: scaleX(1); }
.rag-trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(37,99,235,0.14);
  border-color: rgba(37,99,235,0.25);
}
.rag-trust-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2563eb;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.rag-trust-card:hover .rag-trust-icon {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
}
.rag-trust-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 8px;
}
.rag-trust-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}



.rag-problem-section {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.rag-problem-section::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(239,68,68,0.05), transparent 70%);
}
.rag-problem-card {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(239,68,68,0.12);
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.rag-problem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(239,68,68,0.1);
  border-color: rgba(239,68,68,0.25);
}
.rag-problem-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #fff1f2, #fee2e2);
  border: 1px solid rgba(239,68,68,0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ef4444;
  margin-bottom: 14px;
}
.rag-problem-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 8px;
}
.rag-problem-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}
.rag-problem-cta {
  background: linear-gradient(135deg, rgba(37,99,235,0.05), rgba(124,58,237,0.05));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: 20px;
  padding: 36px;
  text-align: center;
  margin-top: 40px;
}
.rag-problem-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
}



.rag-solutions-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
  position: relative;
}
.rag-service-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}
.rag-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(37,99,235,0.14);
  border-color: rgba(37,99,235,0.3);
}
.rag-service-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  transition: transform 0.3s ease;
}
.rag-service-card:hover .rag-service-icon { transform: scale(1.1) rotate(5deg); }
.rag-service-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 8px;
}
.rag-service-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.65;
  flex: 1;
}
.rag-service-benefit {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #2563eb;
  font-weight: 600;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(37,99,235,0.1);
}
.rag-solutions-cta {
  text-align: center;
  margin-top: 40px;
}



.rag-what-section {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.rag-what-content {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 22px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.rag-what-content::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #06b6d4);
}
.rag-what-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 36px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(37,99,235,0.04), rgba(124,58,237,0.03));
  border-radius: 16px;
  border: 1px solid rgba(37,99,235,0.1);
}
.rag-what-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  min-width: 110px;
}
.rag-what-step-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 16px rgba(37,99,235,0.25);
  transition: transform 0.3s ease;
}
.rag-what-step:hover .rag-what-step-icon { transform: scale(1.1); }
.rag-what-step-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #1e40af;
}
.rag-what-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  margin-top: 10px;
}



.rag-build-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
}
.rag-build-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.rag-build-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
.rag-build-card:hover::after { transform: scaleX(1); }
.rag-build-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(37,99,235,0.13);
}
.rag-build-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2563eb;
  margin-bottom: 14px;
  transition: all 0.3s;
}
.rag-build-card:hover .rag-build-icon {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
}
.rag-build-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 8px;
}
.rag-build-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}



.rag-devservices-section {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.rag-pipeline-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 40px 0;
  background: linear-gradient(135deg, rgba(37,99,235,0.04), rgba(124,58,237,0.03));
  border-radius: 20px;
  border: 1px solid rgba(37,99,235,0.1);
  padding: 30px 20px;
}
.rag-pipeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  min-width: 100px;
}
.rag-pipeline-num {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 3px 12px rgba(37,99,235,0.25);
}
.rag-pipeline-label {
  font-size: 11px;
  font-weight: 700;
  color: #1e40af;
  max-width: 90px;
  line-height: 1.3;
}
.rag-pipeline-arrow {
  color: #2563eb;
  font-size: 18px;
  opacity: 0.5;
  margin: 0 6px;
}
.rag-devservice-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease;
}
.rag-devservice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.25);
}
.rag-devservice-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.rag-devservice-card h3 { font-size: 14.5px; font-weight: 700; color: #1e3a8a; margin-bottom: 7px; }
.rag-devservice-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }


.rag-enterprise-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
  position: relative;
}
.rag-enterprise-mockup {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(37,99,235,0.1);
  position: relative;
  overflow: hidden;
}
.rag-enterprise-mockup::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}
.rag-mockup-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(37,99,235,0.1);
  margin-bottom: 16px;
}
.rag-mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.rag-mockup-chat {
  background: rgba(248,250,255,0.9);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
  min-height: 120px;
  font-size: 12.5px;
  color: #374151;
  line-height: 1.6;
}
.rag-mockup-msg-user {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  border-radius: 12px 12px 4px 12px;
  padding: 8px 12px;
  font-size: 12px;
  margin-bottom: 8px;
  display: inline-block;
  max-width: 80%;
}
.rag-mockup-msg-ai {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 12px 12px 12px 4px;
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 8px;
  max-width: 90%;
}
.rag-mockup-cite {
  font-size: 10px;
  color: #2563eb;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.rag-mockup-sources {
  background: rgba(248,250,255,0.9);
  border-radius: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(37,99,235,0.1);
}
.rag-mockup-source-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #374151;
  padding: 4px 0;
  border-bottom: 1px solid rgba(37,99,235,0.06);
}
.rag-mockup-source-item:last-child { border-bottom: none; }
.rag-enterprise-feat-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 16px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.rag-enterprise-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.25);
}
.rag-enterprise-feat-icon { font-size: 22px; color: #2563eb; margin-bottom: 10px; }
.rag-enterprise-feat-card h3 { font-size: 14.5px; font-weight: 700; color: #1e3a8a; margin-bottom: 6px; }
.rag-enterprise-feat-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }



.rag-support-section {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
}
.rag-support-mockup {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(37,99,235,0.1);
  position: relative;
  overflow: hidden;
}
.rag-support-mockup::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #06b6d4, #2563eb);
}
.rag-support-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.rag-support-feat-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 16px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.rag-support-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.25);
}
.rag-support-feat-icon { font-size: 22px; color: #2563eb; margin-bottom: 10px; }
.rag-support-feat-card h3 { font-size: 14.5px; font-weight: 700; color: #1e3a8a; margin-bottom: 6px; }
.rag-support-feat-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }



.rag-docintel-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
}
.rag-docintel-mockup {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(37,99,235,0.1);
}
.rag-doc-preview {
  background: rgba(248,250,255,0.9);
  border: 1px solid rgba(37,99,235,0.1);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #374151;
  line-height: 1.6;
}
.rag-doc-highlight {
  background: linear-gradient(135deg, rgba(37,99,235,0.12), rgba(124,58,237,0.08));
  border-left: 3px solid #2563eb;
  padding: 6px 10px;
  border-radius: 0 8px 8px 0;
  margin: 8px 0;
  font-size: 12px;
  font-weight: 600;
  color: #1e40af;
}
.rag-docintel-feat-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 16px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.rag-docintel-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.25);
}
.rag-docintel-feat-icon { font-size: 22px; color: #2563eb; margin-bottom: 10px; }
.rag-docintel-feat-card h3 { font-size: 14.5px; font-weight: 700; color: #1e3a8a; margin-bottom: 6px; }
.rag-docintel-feat-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }



.rag-vector-section {
  padding: 30px 0;
  background: #ffffff;
}
.rag-vector-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background: linear-gradient(135deg, rgba(37,99,235,0.04), rgba(124,58,237,0.03));
  border: 1px solid rgba(37,99,235,0.1);
  border-radius: 20px;
  padding: 30px 20px;
  margin: 36px 0;
}
.rag-vector-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  min-width: 100px;
}
.rag-vector-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 4px 14px rgba(37,99,235,0.25);
}
.rag-vector-label { font-size: 12px; font-weight: 700; color: #1e40af; max-width: 90px; line-height: 1.3; }
.rag-vector-feat-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 16px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.rag-vector-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.25);
}
.rag-vector-feat-icon { font-size: 22px; color: #2563eb; margin-bottom: 10px; }
.rag-vector-feat-card h3 { font-size: 14.5px; font-weight: 700; color: #1e3a8a; margin-bottom: 6px; }
.rag-vector-feat-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }



.rag-industry-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
}
.rag-industry-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.rag-industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(37,99,235,0.13);
  border-color: rgba(37,99,235,0.28);
}
.rag-industry-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
}
.rag-industry-card h3 { font-size: 16px; font-weight: 700; color: #1e3a8a; margin-bottom: 10px; }
.rag-industry-list { list-style: none; padding: 0; margin: 0; }
.rag-industry-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #6b7280;
  padding: 4px 0;
  border-bottom: 1px solid rgba(37,99,235,0.05);
}
.rag-industry-list li:last-child { border-bottom: none; }
.rag-industry-list li i { color: #2563eb; font-size: 10px; flex-shrink: 0; }



.rag-features-section {
  padding: 30px 0;
  background: #ffffff;
}
.rag-feat-col-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(37,99,235,0.12);
}
.rag-feat-col-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.rag-feat-col-header h3 {
  font-size: 15px;
  font-weight: 800;
  color: #1e3a8a;
  margin: 0;
}
.rag-feat-column {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  transition: all 0.3s ease;
}
.rag-feat-column:hover {
  box-shadow: 0 12px 30px rgba(37,99,235,0.1);
  border-color: rgba(37,99,235,0.2);
}
.rag-feat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(37,99,235,0.06);
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}
.rag-feat-item:last-child { border-bottom: none; }
.rag-feat-item i { color: #2563eb; font-size: 11px; flex-shrink: 0; }



.rag-pipeline-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
}
.rag-pipeline-flow-visual {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(37,99,235,0.15);
  border-radius: 20px;
  padding: 32px;
  margin: 36px 0;
  overflow-x: auto;
}
.rag-pipeline-nodes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  min-width: 600px;
}
.rag-pipeline-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.rag-pipeline-node-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(37,99,235,0.22);
}
.rag-pipeline-node-label { font-size: 11px; font-weight: 700; color: #1e40af; max-width: 80px; line-height: 1.3; }
.rag-pipeline-conn { color: #2563eb; font-size: 16px; opacity: 0.5; margin: 0 4px; }
.rag-pipeline-feat-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 16px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.rag-pipeline-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.25);
}
.rag-pipeline-feat-icon { font-size: 22px; color: #2563eb; margin-bottom: 10px; }
.rag-pipeline-feat-card h3 { font-size: 14.5px; font-weight: 700; color: #1e3a8a; margin-bottom: 6px; }
.rag-pipeline-feat-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }



.rag-compliance-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #0f2355 0%, #1e3a8a 50%, #1a2f6b 100%);
  position: relative;
  overflow: hidden;
}
.rag-compliance-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(99,102,241,0.15), transparent 70%);
}
.rag-compliance-h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  background: linear-gradient(135deg, #93c5fd 0%, #c4b5fd 60%, #67e8f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
.rag-compliance-intro {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 800px;
}
.rag-compliance-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 40px;
}
.rag-compliance-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
}
.rag-compliance-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  transition: all 0.35s ease;
}
.rag-compliance-card:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.25);
  border-color: rgba(255,255,255,0.25);
}
.rag-compliance-card-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(37,99,235,0.5), rgba(124,58,237,0.4));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #93c5fd;
  margin-bottom: 14px;
}
.rag-compliance-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.rag-compliance-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 12px;
}
.rag-compliance-list { list-style: none; padding: 0; margin: 0 0 12px; }
.rag-compliance-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  padding: 3px 0;
}
.rag-compliance-list li i { color: #34d399; font-size: 10px; }
.rag-compliance-cta-line {
  font-size: 12px;
  color: #93c5fd;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.rag-compliance-final-cta {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 36px;
  text-align: center;
  margin-top: 50px;
}
.rag-compliance-final-cta p { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin-bottom: 20px; }
.rag-btn-white {
  background: #fff;
  color: #1e40af;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.rag-btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  color: #1e40af;
  text-decoration: none;
}



.rag-security-section {
  padding: 30px 0;
  background: #ffffff;
}
.rag-security-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.rag-security-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #2563eb, #7c3aed);
  transform: scaleY(0);
  transition: transform 0.35s ease;
  transform-origin: top;
}
.rag-security-card:hover::before { transform: scaleY(1); }
.rag-security-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(37,99,235,0.13);
}
.rag-security-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2563eb;
  margin-bottom: 14px;
  transition: all 0.3s;
}
.rag-security-card:hover .rag-security-icon {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
}
.rag-security-card h3 { font-size: 15px; font-weight: 700; color: #1e3a8a; margin-bottom: 8px; }
.rag-security-card p { font-size: 13.5px; color: #6b7280; line-height: 1.65; margin: 0; }



.rag-integrations-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
  position: relative;
  overflow: hidden;
}
.rag-hub-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  min-height: 280px;
}
.rag-hub-center {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 30px rgba(37,99,235,0.35);
  z-index: 2;
  position: relative;
  animation: ragPulse 3s infinite;
}
.rag-hub-center i { font-size: 24px; margin-bottom: 6px; }
.rag-hub-spokes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.rag-integration-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 16px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.35s ease;
}
.rag-integration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.25);
}
.rag-integration-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.rag-integration-card h3 { font-size: 14.5px; font-weight: 700; color: #1e3a8a; margin-bottom: 6px; }
.rag-integration-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }



.rag-process-section {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.rag-timeline {
  position: relative;
  padding: 40px 0;
}
.rag-timeline::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #7c3aed, #06b6d4);
  display: none;
}
@media (min-width: 992px) {
  .rag-timeline::before { display: block; }
}
.rag-process-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 28px 22px;
  height: 100%;
  transition: all 0.35s ease;
  text-align: center;
  position: relative;
}
.rag-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(37,99,235,0.14);
  border-color: rgba(37,99,235,0.28);
}
.rag-process-number {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(37,99,235,0.3);
  transition: transform 0.3s ease;
}
.rag-process-card:hover .rag-process-number { transform: scale(1.1); }
.rag-process-card h3 { font-size: 15px; font-weight: 700; color: #1e3a8a; margin-bottom: 8px; }
.rag-process-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }


  .rag-whychoose-section {
  padding: 30px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.rag-compare-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 32px 30px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.rag-compare-card--good {
  border: 1px solid rgba(37,99,235,0.25);
  box-shadow: 0 10px 30px rgba(37,99,235,0.08);
}
.rag-compare-card--good::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}
.rag-compare-card--bad {
  border: 1px solid rgba(107,114,128,0.18);
  background: rgba(249,250,251,0.85);
}
.rag-compare-card--bad::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #9ca3af, #6b7280);
}
.rag-compare-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(37,99,235,0.12);
}
.rag-compare-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.rag-compare-badge--good { background: rgba(37,99,235,0.1); color: #1e40af; }
.rag-compare-badge--bad { background: rgba(107,114,128,0.12); color: #4b5563; }
.rag-compare-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 18px;
}
.rag-compare-card--bad h3 { color: #4b5563; }
.rag-compare-list { list-style: none; padding: 0; margin: 0; }
.rag-compare-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  padding: 11px 0;
  border-bottom: 1px solid rgba(37,99,235,0.08);
}
.rag-compare-list li:last-child { border-bottom: none; }
.rag-compare-list--good li i { color: #2563eb; font-size: 15px; flex-shrink: 0; }
.rag-compare-list--bad li { color: #6b7280; }
.rag-compare-list--bad li i { color: #d1d5db; font-size: 15px; flex-shrink: 0; }
@media (max-width: 575px) {
  .rag-compare-card { padding: 26px 22px; }
}


  .rag-usecases-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
}
.rag-usecases-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.rag-usecase-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(37,99,235,0.18);
  border-radius: 50px;
  padding: 11px 20px;
  font-size: 13.5px;
  font-weight: 600;
  color: #1e3a8a;
  cursor: pointer;
  transition: all 0.3s ease;
}
.rag-usecase-chip i { color: #2563eb; font-size: 13px; }
.rag-usecase-chip:hover {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(37,99,235,0.25);
  border-color: transparent;
}
.rag-usecase-chip:hover i { color: #fff; }
@media (max-width: 575px) {
  .rag-usecase-chip { font-size: 12.5px; padding: 9px 16px; }
}

 
  .rag-techstack-section {
  padding: 30px 0;
  background: #ffffff;
}
.rag-tech-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 24px 24px;
  height: 100%;
  transition: all 0.3s ease;
}
.rag-tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(37,99,235,0.12);
  border-color: rgba(37,99,235,0.25);
}
.rag-tech-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(37,99,235,0.1);
}
.rag-tech-card h3 i {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.rag-tech-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rag-tech-chips span {
  background: rgba(37,99,235,0.06);
  border: 1px solid rgba(37,99,235,0.14);
  color: #374151;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 50px;
  transition: all 0.25s ease;
}
.rag-tech-card:hover .rag-tech-chips span {
  background: rgba(37,99,235,0.1);
}


  .rag-outcomes-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
}
.rag-outcome-card {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
  text-align: center;
  transition: all 0.35s ease;
}
.rag-outcome-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(37,99,235,0.14);
  border-color: rgba(37,99,235,0.28);
}
.rag-outcome-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 6px 18px rgba(37,99,235,0.25);
  transition: transform 0.3s ease;
}
.rag-outcome-card:hover .rag-outcome-icon { transform: scale(1.1) rotate(5deg); }
.rag-outcome-card h3 { font-size: 16px; font-weight: 700; color: #1e3a8a; margin-bottom: 8px; }
.rag-outcome-card p { font-size: 13.5px; color: #6b7280; line-height: 1.65; margin: 0; }


  .rag-projects-section {
  padding: 30px 0;
  background: #ffffff;
}
.rag-project-card {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  transition: all 0.35s ease;
}
.rag-project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(37,99,235,0.15);
  border-color: rgba(37,99,235,0.28);
}
.rag-project-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.rag-project-card:hover .rag-project-img { transform: scale(1.06); }
.rag-project-body { padding: 22px; }
.rag-project-body h3 { font-size: 15.5px; font-weight: 700; color: #1e3a8a; margin-bottom: 8px; }
.rag-project-body p { font-size: 13.5px; color: #6b7280; line-height: 1.65; margin: 0; }

.rag-cost-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8faff, #f0f4ff);
}

/* Scrollable left content wrapper - scrollbar hidden */
.rag-cost-scroll {
  max-height: 480px;
  overflow-y: auto;
  padding-right: 16px;
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE/Edge legacy */
}
.rag-cost-scroll::-webkit-scrollbar {
  display: none;               /* Chrome, Safari, Edge (Chromium) */
}

.rag-cost-list { list-style: none; padding: 0; margin: 0; }
.rag-cost-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 500;
  color: #374151;
  padding: 12px 0;
  border-bottom: 1px solid rgba(37,99,235,0.1);
}
.rag-cost-list li:last-child { border-bottom: none; }
.rag-cost-list li i { color: #2563eb; font-size: 16px; flex-shrink: 0; }

.rag-cost-cta-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(37,99,235,0.2);
  border-radius: 20px;
  padding: 36px 30px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(37,99,235,0.12);
  position: sticky;
  top: 100px;
}
.rag-cost-cta-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 8px 22px rgba(37,99,235,0.3);
}
.rag-cost-cta-card p {
  font-size: 14.5px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* On tablet/mobile, drop the scroll box and sticky behavior */
@media (max-width: 991px) {
  .rag-cost-scroll {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
  .rag-cost-cta-card {
    position: static;
    top: auto;
  }
}


  .rag-faq-section {
  padding: 30px 0;
  background: #ffffff;
}
.rag-faq-accordion { max-width: 880px; }
.rag-faq-item {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(37,99,235,0.12);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rag-faq-item:hover { border-color: rgba(37,99,235,0.28); }
.rag-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 18px 22px;
  cursor: pointer;
}
.rag-faq-question h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0;
  padding-right: 14px;
}
.rag-faq-chevron {
  color: #2563eb;
  font-size: 14px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.rag-faq-question.collapsed .rag-faq-chevron { transform: rotate(0deg); }
.rag-faq-question:not(.collapsed) .rag-faq-chevron { transform: rotate(180deg); }
.rag-faq-item p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.7;
  padding: 0 22px 20px;
  margin: 0;
}


  .rag-finalcta-section {
  position: relative;
  padding: 30px 0;
  background: linear-gradient(135deg, #0f2355 0%, #1e3a8a 50%, #1a2f6b 100%);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.rag-finalcta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,35,85,0.92), rgba(30,58,138,0.88));
}
.rag-finalcta-content { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.rag-finalcta-headline {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.25;
}
.rag-finalcta-text {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.75;
  margin-bottom: 32px;
}
.rag-finalcta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 26px;
}
.rag-btn-white {
  background: #fff;
  color: #1e40af;
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.rag-btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.3);
  color: #1e40af;
  text-decoration: none;
}
.rag-btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rag-btn-outline-white:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
}
.rag-finalcta-micro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}
.rag-finalcta-micro i { color: #93c5fd; }
@media (max-width: 575px) {
  .rag-finalcta-section { padding: 70px 0; }
  .rag-finalcta-btns { flex-direction: column; align-items: center; }
  .rag-btn-white, .rag-btn-outline-white { width: 100%; max-width: 320px; justify-content: center; }
}
