
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* -------------------------
   Banner Section
-------------------------- */
.bb-csbannersection {
    padding-bottom: 15px;
    background: radial-gradient(
        circle at top left,
        rgba(99, 102, 241, 0.15),
        transparent 40%
      ),
      linear-gradient(180deg, #f8fbff 0%, #eef2ff 100%),
      url('../../image/bbcs-banner-bg.png');

      background-size: cover;
      background-position: center;
      ;
      font-family: "Raleway", sans-serif;
  }
  
  /* Badge */
  .bb-csbannerbadge {
    background-color: #ffffff;
    color: #1e293b;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    font-family: "Raleway", sans-serif;
    font-size: 22px;
  }
  
  /* Title */
  .bb-csbannertitle {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-family: "Urbanist", sans-serif;
  }
  
  .text-gradient {
    background: linear-gradient(90deg, #27156F, #75C5F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
  }
  
  /* Description */
  .bb-csbannerdescription {
    font-size: 22px;
    color: #0F172A;
    max-width: 80%;
    margin-bottom: 2rem;
   font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  }
  
  /* Buttons */
  .bb-csbanneractions .btn {
    border-radius: 999px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
  }
  

  
  /* -------------------------
     Visual
  -------------------------- */
  .bb-csbannervisual {
    background: linear-gradient(180deg, #e0ecff, #f5f9ff);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 30px 80px rgba(30, 64, 175, 0.15);
  }
  
  /* -------------------------
     Compliance Badge
  -------------------------- */
  .compliance-badge {
    display: inline-block;
    background-color: #fafbff;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
   
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border:1px solid #d6daeb;
  }

  .compliance-badge span {
    color: #0f766e;
    font-size: 18px;
  }


  .btn-roi {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background: #2D2178;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  
  .btn-roi:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.6);
  }
  
  .btn-roi:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35);
  }


  .btn-banner-white {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 400;
    color: #2D2178;
    text-decoration: none;
    background: transparent;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #28166F, #75C5F0) border-box;

  border: 2px solid transparent;
  }
  
  .btn-banner-white:hover {
    color: #2D2178;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.6);
  }
  
  .btn-banner-white:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35);
  }
  
  
  /* -------------------------
     Responsive Tweaks
  -------------------------- */
  @media (max-width: 991px) {
    .bb-csbannersection {
      text-align: center;
    }
  
    .bb-csbannerdescription {
      margin-left: auto;
      margin-right: auto;
    }
  
    .bb-csbanneractions {
      justify-content: center;
    }
  }


  /* Section */
.stats-section {
    padding: 4rem 1rem;
    background-color: #ffffff;
  }
  
  /* Layout */
  .stats-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    font-family: "Raleway", sans-serif;
  }
  
  /* Card Base */
  .stat-card {
    padding: 1rem 2.5rem;
    border-radius: 20px;
    background-color: #f8fafc;
    border-left: 6px solid transparent;
    box-shadow:
    0 20px 40px rgba(15, 23, 42, 0.08),
    0 0 0 4px rgba(99, 102, 241, 0.05);
  }
  
  /* Typography */
  .stat-value {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .stat-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #0f172a;
  }
  
  .stat-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #334155;
  }
  
  /* Blue Variant */
  .stat-blue {
    background-color: #f0f7ff;
    border-color: #60a5fa;
  }
  
  .stat-blue .stat-value,
  .text-blue {
    color: #0284c7;
  }
  
  /* Green Variant */
  .stat-green {
    background-color: #ecfdf5;
    border-color: #4ade80;
  }
  
  .stat-green .stat-value,
  .text-green {
    color: #059669;
  }
  
  /* Responsive Padding */
  @media (max-width: 576px) {
    .stat-card {
      padding: 2rem;
    }
  }

/* Section */
.integrations-section {
    padding: 4rem 1rem;
    background-color: #ffffff;
  }
  
  /* Container */
  .integrations-section .container {
    max-width: 1200px;
    margin: 0 auto;
    display: table;
  }
  
  /* Title */
  .integrations-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #0f172a;
    font-family: "Urbanist", sans-serif;
  }
  
  /* Grid */
  .integrations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    align-items: center;
    padding:50px;
    padding-top: 15px;
  }
  
  /* Card */
  .integration-card {
    display: flex;
    align-items: center;
    justify-content: center;
  
    padding: 1.75rem;
    height: 110px;
  
    background-color: #ffffff;
    border-radius: 16px;
    border: 1.5px solid #BBE7FF;
  
    box-shadow:
      0 20px 40px rgba(15, 23, 42, 0.08),
      0 0 0 4px rgba(99, 102, 241, 0.05);
  }
  
  /* Logo */
  .integration-card img {
    max-height: 73px;
    max-width: 100%;
    object-fit: contain;
  }
  
  /* Responsive tweak */
  @media (max-width: 576px) {
    .integration-card {
      height: 100px;
      padding: 1.25rem;
    }
  }


  /* Marketer */
.marketer-edge-section {
    font-family: "Raleway", sans-serif;
  }

  .marketer-edge-section .container{
      display: block;
  }
  
  /* Heading */
  .edge-title {
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    font-family: "Urbanist", sans-serif;
  }
  
  .edge-subtitle {
    max-width: 680px;
    margin: 1rem auto 0;
    font-size: 1.125rem;
    color: #475569;
  }
  
  /* Card */
  .edge-card {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 16px;
    background-color: #ffffff;
    border:1px solid #D3D3D3;
    align-content: center;
  }
  
  /* Icon */
  .edge-icon {
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #e0f2fe;
  
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .edge-icon img {
    max-width: 100%;
  }
  
  /* Content */
  .edge-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    
  }
  
  .edge-tag {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #0050D2;
  }
  
  .edge-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #334155;
  }
  
  /* Responsive */
  @media (max-width: 576px) {
    .edge-card {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .edge-icon {
      width: 80px;
      height: 80px;
    }
  }



  /* Activation Background */
.activation-bridge-section {
  background: radial-gradient(
      circle at top,
      rgba(99, 102, 241, 0.15),
      transparent 45%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eef2ff 100%);
    font-family: "Raleway", sans-serif;
}

.activation-bridge-section .container{
  display: block;
}

/* Headings */
.bridge-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.bridge-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 0.75rem;
}

.bridge-description {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #475569;
}

/* Card */
.bridge-card {
  max-width: 1100px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 3rem 2rem;
  box-shadow: 0 20px 25px rgba(15, 23, 42, 0.12), 0 0 0 6px rgba(99, 102, 241, 0.05);
  margin-bottom: 60px;
}

/* Steps */
.bridge-step h5 {
  font-weight: 700;
  margin-top: 1rem;
}

.bridge-step p {
  font-size: 0.95rem;
  color: #475569;
  margin: 0.5rem 0 0;
}

/* Icons */
.bridge-icon {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
}

.bridge-icon img {
  max-width: 44px;
}

/* Icon Colors */
.bg-green {
  background-color: #e6f9f1;
}

.bg-blue {
 background:  linear-gradient(90deg, #53C1F1 0%, #2973CA 100%);
}

.bg-purple {
  background-color: #f3e8ff;
}

/* Arrows */
.bridge-arrow {
  font-size: 2rem;
  color: #60a5fa;
}

.bridge-arrow.purple {
  color: #a855f7;
}

/* Footer */
.bridge-footer h4 {
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.bridge-footer h4 span {
  color: #2048BC;
}

.bridge-footer p {
  font-size: 1.05rem;
  color: #334155;
  margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .bridge-card {
    padding: 2rem 1.5rem;
  }
}


/* How it works */
.how-it-works-section {
  font-family: "Raleway", sans-serif;
}

.how-it-works-section .container{
  display: block;
}

/* Title */
.how-title {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  font-family: "Urbanist", sans-serif;
}

/* Card */
.how-card {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;

  box-shadow:
    0 20px 40px rgba(15, 23, 42, 0.08),
    0 0 0 4px rgba(99, 102, 241, 0.05);
    border-bottom: 8px solid #0665DC;
}

/* Icon */
.how-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-icon img {
  max-width: 24px;
}

/* Icon Colors */
.how-bg-green {
  background-color: #dcfce7;
}

.how-bg-blue {
  background-color: #e0f2fe;
}

.how-bg-purple {
  background-color: #f3e8ff;
}

/* Text */
.how-card h4 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.how-card p {
  font-size: 1rem;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

/* Mobile */
@media (max-width: 576px) {
  .how-card {
    padding: 2rem;
  }
}


/* workflow Section */
.workflow-section {
  font-family: "Raleway", sans-serif;
}

.workflow-section .container{
  display: block;
}

/* Title */
.workflow-title {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  font-family: "Urbanist", sans-serif;
}

.workflow-title span {
  background: linear-gradient(90deg, #27156F, #75C5F0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Step Layout */
.workflow-step {
  margin-bottom: 2rem;
}

/* Images */
.workflow-image img {
  max-width: 200px;
}

/* Step Number */
.step-number {
  width: 52px;
  height: 52px;
  background: #FAF7F2;
  color: #000000;
  border-radius: 50%;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border: 1px solid #d1ceca;
}

.step-primary {
  background: #28166F;
  color: #ffffff;
}

/* Vertical Line */
.step-line {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 2px;
  height: 83px;
  border: 1px dashed #28166F;
  transform: translateX(-50%);
}

/* Text */
.step-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #28166F;
  margin-bottom: 0.75rem;
}

.step-text {
  color: #7A7D9C;
  font-size: 1rem;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .workflow-step {
    text-align: center;
  }

  .step-line {
    display: none;
  }

  .workflow-image img {
    margin-bottom: 1.5rem;
  }
}


/* transformation */
.transformation-section {
  background: radial-gradient(circle at top, #e9fbff, #f4fcff);
  font-family: "Raleway", sans-serif;
}

.transformation-section .container{
  display: block;
}

/* Headings */
.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  font-family: "Urbanist", sans-serif;
}

.section-subtitle {
  color: #475569;
  font-size: 1.1rem;
}

/* Cards */
.compare-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
}

.compare-card .card-title{
  text-align: center;
    color: #160647;
    font-weight: 700;
    margin-bottom: 20px;
}

.card-without {
  border: 2px solid #ffb4b4;
  margin-top: 15px;
  height: 92%;
}

.card-with {
  border: 2px solid #4fd1c5;
}

.card-with .card-title{
  font-size: 2rem;
  text-align: center;
    color: #160647;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Badge */
.badge-diff {
  position: absolute;
  top: -14px;
  right: 24px;
  background: #312e81;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
}

/* Metrics */
.metric {
  background: #f8fafc;
  border-radius: 10px;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.card-without .metric.danger{
  border:1px solid #FF1111;
  background: #FFD7D7;
}

.card-without .metric.warning{
  border:1px solid #FF1111;
  background: #F5F7E3;
}

.card-without .metric.yellow{
  border:1px solid #FF1111;
  background: #F5F7E3;
}

.card-with .metric.success{
  border:1px solid #0C8963;
  background: #E2FFED;
}

.card-without h6{
  color:#1E293B;
  font-weight: 700;
  margin-bottom: 22px;
}

.card-with h6{
  color:#1E293B;
  font-weight: 700;
  margin-bottom: 22px;
}

.metric-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.progress {
  height: 8px;
  border-radius: 8px;
}

.bg-yellow {
  background-color: #facc15;
}

/* Lists */
.problem-list li,
.advantage-list li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
  font-weight: 500;
  color:#415A5A;
}

.advantage-list li{
font-size: 20px;
color:#212529;
}

.problem-list li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #F87171;
  font-weight: bold;
  background: #FFEEEE;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}

.advantage-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #49BEB9;
  font-weight: bold;
  background: #DEF7F0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}

/* CTA */
.cta-pill {
  color: #312e81;
  background: #fff;
  font-size: 1.05rem;
  display: inline-block;
  background-color: #fafbff;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #d6daeb;
}

/* Mobile */
@media (max-width: 576px) {
  .compare-card {
    padding: 2rem;
  }
}

/* Section */
.performance-engine-section {
  padding: 5rem 1rem;
  font-family: "Raleway", sans-serif;
}

.performance-engine-section .container{
  display: block;
}

/* Pill badge */
.pill-badge {
  display: inline-block;
  background: #E1F1FF;
  color: #2D2178;
  padding: 0.5rem 2.25rem;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Title */
.engine-title {
  font-size: 50px;
  font-weight: 600;
  color: #0f172a;
  font-family: "Urbanist", sans-serif;
}

.engine-title .highlight {
  background: linear-gradient(90deg, #27156F, #75C5F0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtitle */
.engine-subtitle {
  max-width: 720px;
  font-size: 22px;
  color: #212519;
  margin-top: 15px;
  margin-bottom: 30px;
}

/* CTA Button */
.cta-outline-btn {
  display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background: #2D2178;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta-outline-btn:hover {
  color: #fff;
  transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.6);
}

/* Arrow */
.arrow {
  background: #2D2178;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  margin-left: 15px;
}

.cta-outline-btn:hover .arrow {
  transform: translateX(4px);
  color: #fff;
}

/* Note */
.engine-note {
  font-size: 15px;
  font-weight: 500;
  color: #7A7D9C;
  margin-top: 15px;
}

/* Mobile spacing */
@media (max-width: 576px) {
  .performance-engine-section {
    padding: 4rem 1rem;
  }
}

/* Section */
.path-performance {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 15px;
}

.path-performance .container{
display: block;
border-radius: 10px;
border:1px solid #BBE7FF;
padding: 50px 30px;
font-family: "Raleway", sans-serif;
}

/* Title */
.path-title {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  font-family: "Urbanist", sans-serif;
}

/* Timeline */
.path-timeline {
  position: relative;
}

/* Connecting line */
.timeline-line {
  position: absolute;
    top: 46px;
    left: 15%;
    right: 0;
    height: 2px;
    background: #312e81;
    z-index: 0;
    width: 70%;
}

/* Step */
.timeline-step {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}

.timeline-step h5 {
  font-weight: 600;
  color: #1f2937;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.timeline-step p {
  font-size: 1.1rem;
    color: #475569;
    max-width: 280px;
    margin: 0 auto;
    font-weight: 500;
}

/* Circles */
.timeline-circle {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 auto;
}

/* Colors */
.timeline-circle.blue {
  background: #e0f2fe;
  color: #0284c7;
  border: 2px solid #38bdf8;
}

.timeline-circle.indigo {
  background: #cffafe;
  color: #312e81;
  border: 2px solid #6366f1;
}

.timeline-circle.green {
  background: #dcfce7;
  color: #047857;
  border: 2px solid #10b981;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .timeline-step p {
    max-width: 100%;
  }
}





  
  
  