.features-container .hero-section h1 {
  text-align: center;
  margin: 0 auto;
}
.features-container .hero-section h1 {
  line-height: 67.2px;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  max-width: 1025px !important;
  margin-bottom: 1.5rem !important;
  margin: 0 auto;
}
.features-container .hero-section p {
  line-height: 28.8px;
  font-size: 16px;
  max-width: 894px;
  color: rgba(51, 51, 51);
  text-align: center;
  margin: 0 auto;
}

.hero-below-section {
  padding: 80px;
}

.fancy-feature-sixteen .block-style-eighteen .text-wrapper .points {
  margin-bottom: 25px;
  margin-top: 20px;
}

.fancy-feature-sixteen .block-style-eighteen .text-wrapper .points img {
  margin-right: 10px;
}

/* Advantages */
.advantages {
  margin-top: 130px;
}

.advantages .advantages-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
}

.advantages .advantages-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.advantages .advantages-item .title-h3 {
  margin-top: 20px;
  font-size: 24px;
}

.live-chat-features {
  margin-top: 130px;
}

/* FAQ */
.faq-container {
  margin-top: 130px;
}

.faq-container .faq-inner {
  margin-top: 80px;
  max-width: 950px;
  margin: 50px auto 0px auto;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
}

.faq-container .title-h3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.05em;
  color: #002D8E;
  text-align: center;
}

.faq-item {
  margin-bottom: 30px; /* Adjust spacing between FAQ items */
}

.faq-item .faq-question {
  padding: 10px;
  background-color: none; /* Light background color */
  cursor: pointer; /* Change cursor to pointer on hover */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
}

.faq-item .faq-question:hover {
  color: #0047CC;
}

.faq-item .faq-question.active {
  color: #0047CC;
}

.faq-item .faq-question .arrow-icon {
  transition: all 0.3s ease-in-out;
}
.faq-item .faq-question .arrow-icon.active {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}

.faq-item .faq-answer {
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  max-width: 800px;
}

/* Collapsable Cards */
.collapsable-card-item {
  margin-bottom: 20px; /* Adjust spacing between FAQ items */
  border-radius: 16px;
  padding: 10px;
}
.collapsable-card-item.active {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.collapsable-card-item .question {
  padding: 10px;
  background-color: none; /* Light background color */
  cursor: pointer; /* Change cursor to pointer on hover */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
}

.collapsable-card-item .question:hover {
  color: #0047CC;
}

.collapsable-card-item .question.active {
  color: #0047CC;
}
.question.active .collapsable-card-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.collapsable-card-item .question .icon {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.question.active .icon {
  background-color: #0047CC; /* Change this to the desired background color */
  color: #fff;
}

.collapsable-card-item .question .arrow-icon {
  transition: all 0.3s ease-in-out;
}

.collapsable-card-item .question .arrow-icon.active {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}

.collapsable-card-item .answer {
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  max-width: 800px;
}

/* geo-location-chatbot */
.brands-wrapper {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brands-wrapper h3 {
  font-size: 26px;
  margin-bottom: 15px;
  text-align: center;
}
.brands-wrapper img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 1024px;
  aspect-ratio: auto 1024 / 74;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.platform-pages-main {
  margin-top: 100px;
}

/* How Works */
.how-works {
  margin-top: 130px;
}

.how-works .how-works-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
}

.how-works .how-works-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.how-works .how-works-item .title-h3 {
  font-size: 26px;
  color: #002D8E;
}

.how-works .how-works-item p {
  font-size: 18px;
}

.how-works .how-works-item img {
  margin-bottom: -30px;
}

.live-chat-features {
  margin-top: 130px;
}

/* usecase-card-icon */
.use-case-cards-main {
  margin-top: 100px;
}
.use-case-cards-main .title-h3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.05em;
  color: #002D8E;
  text-align: center;
  margin-bottom: 60px;
}
.usecase-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  padding: 20px;
}
.usecase-card-icon {
  margin-bottom: 20px;
  background-color: #0047CC;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.usecase-card .button {
  background-color: none;
  font-weight: 600;
  color: #0047CC;
  padding: 0px 5px;
  width: 90px;
  text-align: center;
}
.usecase-card .button:hover {
  color: #002D8E;
  background-color: #e4e4e4;
  border-radius: 40px;
  padding: 0px 5px;
  cursor: pointer;
}

/* what our customer says */
.what-our-customer-says {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.what-our-customer-says .title-style-eleven {
  margin-bottom: 30px;
}
.what-our-customer-says .cutomere-img {
  height: 280px;
  width: 280px;
  border-radius: 50%;
}
.what-our-customer-says .desc {
  font-size: 22px;
  color: #0047CC;
  line-height: 40px;
}
.what-our-customer-says .content-main .title {
  margin-bottom: 20px;
}
.what-our-customer-says .content-main {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

/* customer experiece */
.customer-experiece {
  background: linear-gradient(
    135deg,
    #002D8E 0%,
    #0047CC 100%
  );
  color: #fff;
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 50px;
  margin-top: 100px;
  margin-bottom: -100px;
}
.buttons-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.buttons-main .btn-1 {
  background-color: transparent;
  border: 1px solid #0047CC;
  border-radius: 10px;
  width: 180px;
  padding: 10px;
}
.buttons-main .btn-1:hover {
  background-color: #0047CC;
  color: #fff;
}
.buttons-main .btn-2 {
  background-color: #0047CC;
  border: 1px solid #002D8E;
  color: #fff;
  border-radius: 10px;
  width: 180px;
  padding: 10px;
}

.buttons-main .btn-2:hover {
  background-color: #001f63;
}

@media (max-width: 991px) {
  .customer-experiece .title-h3 {
    font-size: 38px;
  }
}
@media (max-width: 700px) {
  .customer-experiece {
    padding: 20px;
  }
  .customer-experiece .title-h3 {
    font-size: 28px;
  }
}
@media (max-width: 529px) {
  .what-our-customer-says .desc {
    font-size: 18px;
  }
}


.text-gradient {
  background: radial-gradient(ellipse 900px 350px at 25% 10%, rgba(102, 8, 217, 0.7) 0%, rgba(150, 63, 255, 0) 70%),
    radial-gradient(ellipse 900px 350px at 75% 10%, rgba(46, 66, 255, 0.7) 0%, rgba(46, 66, 255, 0) 70%),
    radial-gradient(ellipse 1040px 340px at 50% 32%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  font-size: 1.2rem;
  color: #555;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.feature-list li {
  display: inline-block;
  margin: 0 1rem;
  font-weight: bold;
  color: #333;
}

.btn-start {
  background: radial-gradient(ellipse 900px 350px at 25% 10%, rgba(102, 8, 217, 0.7) 0%, rgba(150, 63, 255, 0) 70%),
    radial-gradient(ellipse 900px 350px at 75% 10%, rgba(46, 66, 255, 0.7) 0%, rgba(46, 66, 255, 0) 70%),
    radial-gradient(ellipse 1040px 340px at 50% 32%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-start:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.text-gradient {
  background: radial-gradient(ellipse 900px 350px at 25% 10%, rgba(102, 8, 217, 0.7) 0%, rgba(150, 63, 255, 0) 70%),
    radial-gradient(ellipse 900px 350px at 75% 10%, rgba(46, 66, 255, 0.7) 0%, rgba(46, 66, 255, 0) 70%),
    radial-gradient(ellipse 1040px 340px at 50% 32%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  font-size: 1.2rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 15px;
  transition: transform 0.3s ease;
}

.block-style-thirtyFive:hover .feature-icon {
  transform: scale(1.1);
}

.feature-title {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #333;
}

.feature-description {
  font-size: 1rem;
  color: #666;
  margin-top: 0.5rem;
}

.typed-text {
  font-weight: bold;
}

.highlight {
  background-color: #f1c40f;
  padding: 2px 5px;
  border-radius: 3px;
}

.feature-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.feature-list span {
  margin: 5px 10px;
  font-size: 1em;
  color: #34495e;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin: 10px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testimonial-author .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.testimonial-author .company-link {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.testimonial-author .company-link:hover {
  text-decoration: underline;
}

.banner-description {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2rem;
}

.cta-container {
  margin-top: 2rem;
}

.cta-button {
  background-color: #0047CC;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0047CC;
}

.cta-subtext {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #777;
}

.get_started_banner_main {
  background-color: #3661e9; /* Adjust this to match your design */
  padding: 0;
}

.get_started_banner {
  text-align: center;
  color: #ffffff;
}

.heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner_feature_item_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.banner_feature_item {
  display: flex;
  align-items: center;
  margin: 10px 20px;
}

.banner_feature_item img {
  margin-right: 10px;
}

/* Hover effect for buttons */
.w-btn-11:hover, .libutton:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

/* ========== SHARED cb-feat-* STYLES (extracted from features/index.jsx) ========== */

        /* ========== BASE ========== */
        .cb-feat-page {
          font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
          overflow-x: hidden;
        }

        .cb-feat-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
        }

        /* ========== SECTION BACKGROUNDS ========== */
        .cb-feat-section-light {
          background: linear-gradient(180deg, #fff 0%, #f8f9ff 100%);
          padding: 80px 0;
        }

        .cb-feat-section-white {
          background: #fff;
          padding: 80px 0;
        }

        /* ========== BADGE ========== */
        .cb-feat-badge {
          display: inline-flex;
          align-items: center;
          padding: 6px 16px;
          border-radius: 100px;
          background: rgba(8, 8, 238, 0.08);
          color: #0808EE;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 0.02em;
          margin-bottom: 16px;
        }

        /* ========== HIGHLIGHT ========== */
        .cb-feat-highlight {
          color: #0808EE;
        }

        /* ========== HERO ========== */
        .cb-feat-hero {
          position: relative;
          background: linear-gradient(180deg, #ffffff 0%, #f0f1ff 100%);
          padding: 120px 0 80px;
          overflow: hidden;
        }

        .cb-feat-hero-blur {
          position: absolute;
          border-radius: 50%;
          pointer-events: none;
        }

        .cb-feat-hero-blur-1 {
          top: -80px;
          right: -80px;
          width: 400px;
          height: 400px;
          background: rgba(8, 8, 238, 0.06);
          filter: blur(80px);
        }

        .cb-feat-hero-blur-2 {
          bottom: -120px;
          left: -120px;
          width: 500px;
          height: 500px;
          background: rgba(99, 102, 241, 0.05);
          filter: blur(100px);
        }

        .cb-feat-hero-content {
          position: relative;
          text-align: center;
          max-width: 720px;
          margin: 32px auto 0;
        }

        .cb-feat-hero-title {
          font-size: 52px;
          font-weight: 800;
          line-height: 1.1;
          color: #1a1a2e;
          letter-spacing: -0.02em;
          margin: 0 0 20px;
        }

        .cb-feat-hero-subtitle {
          font-size: 18px;
          line-height: 1.7;
          color: #64748b;
          max-width: 640px;
          margin: 0 auto 36px;
        }

        .cb-feat-hero-actions {
          display: flex;
          justify-content: center;
          gap: 16px;
          flex-wrap: wrap;
        }

        /* ========== BUTTONS ========== */
        .cb-feat-btn-primary {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 14px 32px;
          background: linear-gradient(135deg, #0808EE 0%, #4a3ef7 100%);
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          border-radius: 100px;
          text-decoration: none;
          transition: all 0.3s ease;
          border: none;
          cursor: pointer;
          box-shadow: 0 4px 15px rgba(8, 8, 238, 0.3);
        }

        .cb-feat-btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 8px 25px rgba(8, 8, 238, 0.4);
          color: #fff;
          text-decoration: none;
        }

        .cb-feat-btn-secondary {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 14px 32px;
          background: transparent;
          color: #0808EE;
          font-size: 16px;
          font-weight: 600;
          border-radius: 100px;
          text-decoration: none;
          border: 2px solid rgba(8, 8, 238, 0.2);
          transition: all 0.3s ease;
          cursor: pointer;
        }

        .cb-feat-btn-secondary:hover {
          border-color: #0808EE;
          background: rgba(8, 8, 238, 0.04);
          color: #0808EE;
          text-decoration: none;
        }

        /* ========== SECTION HEADERS ========== */
        .cb-feat-section-header {
          text-align: center;
          margin-bottom: 56px;
        }

        .cb-feat-section-title {
          font-size: 38px;
          font-weight: 800;
          color: #1a1a2e;
          letter-spacing: -0.02em;
          margin: 0 0 16px;
          line-height: 1.2;
        }

        .cb-feat-section-subtitle {
          font-size: 18px;
          color: #64748b;
          max-width: 600px;
          margin: 0 auto;
          line-height: 1.6;
        }

        /* ========== FEATURE CATEGORIES ========== */
        .cb-feat-category {
          margin-bottom: 48px;
        }

        .cb-feat-category:last-child {
          margin-bottom: 0;
        }

        .cb-feat-category-heading {
          font-size: 22px;
          font-weight: 700;
          color: #1a1a2e;
          margin: 0 0 24px;
          padding-bottom: 12px;
          border-bottom: 2px solid rgba(8, 8, 238, 0.1);
          letter-spacing: -0.01em;
        }

        /* ========== FEATURES GRID ========== */
        .cb-feat-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 28px;
        }

        /* ========== FEATURE CARD ========== */
        .cb-feat-card {
          background: rgba(255, 255, 255, 0.7);
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
          border: 1px solid rgba(255, 255, 255, 0.6);
          border-radius: 20px;
          padding: 32px;
          transition: all 0.3s ease;
          position: relative;
          overflow: hidden;
          height: 100%;
          display: flex;
          flex-direction: column;
        }

        .cb-feat-card::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 3px;
          background: linear-gradient(90deg, transparent, #0808EE, transparent);
          opacity: 0;
          transition: opacity 0.3s ease;
        }

        .cb-feat-card:hover {
          transform: translateY(-4px);
          box-shadow: 0 20px 40px rgba(8, 8, 238, 0.1);
          border-color: rgba(8, 8, 238, 0.15);
        }

        .cb-feat-card:hover::before {
          opacity: 1;
        }

        .cb-feat-card-icon {
          width: 56px;
          height: 56px;
          border-radius: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 20px;
          transition: transform 0.3s ease;
        }

        .cb-feat-card:hover .cb-feat-card-icon {
          transform: scale(1.1);
        }

        .cb-feat-card-title {
          font-size: 20px;
          font-weight: 700;
          color: #1a1a2e;
          margin: 0 0 10px;
          line-height: 1.3;
        }

        .cb-feat-card-desc {
          font-size: 14px;
          color: #64748b;
          line-height: 1.6;
          margin: 0 0 16px;
        }

        .cb-feat-card-benefits {
          list-style: none;
          padding: 0;
          margin: 0 0 20px;
          flex: 1;
        }

        .cb-feat-benefit-item {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 13px;
          color: #64748b;
          margin-bottom: 8px;
          line-height: 1.4;
        }

        .cb-feat-benefit-item svg {
          flex-shrink: 0;
        }

        .cb-feat-card-footer {
          margin-top: auto;
          padding-top: 4px;
        }

        .cb-feat-learn-more {
          display: inline-flex;
          align-items: center;
          gap: 4px;
          font-size: 14px;
          font-weight: 600;
          color: #0808EE;
          text-decoration: none;
          transition: all 0.2s ease;
        }

        .cb-feat-learn-more:hover {
          color: #0606c0;
          text-decoration: none;
        }

        .cb-feat-arrow {
          display: inline-block;
          transition: transform 0.2s ease;
        }

        .cb-feat-learn-more:hover .cb-feat-arrow {
          transform: translateX(4px);
        }

        /* ========== TRUST GRID ========== */
        .cb-feat-trust-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 28px;
        }

        .cb-feat-trust-card {
          background: rgba(255, 255, 255, 0.7);
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
          border: 1px solid rgba(255, 255, 255, 0.6);
          border-radius: 20px;
          padding: 32px;
          transition: all 0.3s ease;
          position: relative;
          overflow: hidden;
        }

        .cb-feat-trust-card::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 3px;
          background: linear-gradient(90deg, transparent, #0808EE, transparent);
          opacity: 0;
          transition: opacity 0.3s ease;
        }

        .cb-feat-trust-card:hover {
          transform: translateY(-4px);
          box-shadow: 0 20px 40px rgba(8, 8, 238, 0.1);
          border-color: rgba(8, 8, 238, 0.15);
        }

        .cb-feat-trust-card:hover::before {
          opacity: 1;
        }

        /* ========== FAQ ========== */
        .cb-feat-faq-wrapper {
          max-width: 768px;
          margin: 0 auto;
        }

        .cb-feat-faq-list {
          border-radius: 20px;
          overflow: hidden;
          border: 1px solid #e8e8f0;
        }

        .cb-feat-faq-item {
          border-bottom: 1px solid #e8e8f0;
        }

        .cb-feat-faq-item:last-child {
          border-bottom: none;
        }

        .cb-feat-faq-question {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          padding: 22px 28px;
          background: none;
          border: none;
          cursor: pointer;
          text-align: left;
          font-size: 16px;
          font-weight: 600;
          color: #1a1a2e;
          transition: background 0.2s ease;
          gap: 16px;
          font-family: inherit;
        }

        .cb-feat-faq-question:hover {
          background: rgba(8, 8, 238, 0.02);
        }

        .cb-feat-faq-chevron {
          flex-shrink: 0;
          color: #64748b;
          transition: transform 0.3s ease;
        }

        .cb-feat-faq-open .cb-feat-faq-chevron {
          transform: rotate(180deg);
        }

        .cb-feat-faq-answer {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease, padding 0.3s ease;
          padding: 0 28px;
        }

        .cb-feat-faq-open .cb-feat-faq-answer {
          max-height: 300px;
          padding: 0 28px 22px;
        }

        .cb-feat-faq-answer p {
          font-size: 15px;
          color: #64748b;
          line-height: 1.7;
          margin: 0;
        }

        /* ========== CTA BOX ========== */
        .cb-feat-cta-box {
          background: linear-gradient(135deg, #0808EE 0%, #4a3ef7 100%);
          border-radius: 24px;
          padding: 64px 48px;
          text-align: center;
          position: relative;
          overflow: hidden;
        }

        .cb-feat-cta-box::before {
          content: '';
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,0.08) 0%, transparent 60%);
          pointer-events: none;
        }

        .cb-feat-cta-title {
          font-size: 36px;
          font-weight: 800;
          color: #fff;
          margin: 0 0 16px;
          position: relative;
          letter-spacing: -0.02em;
        }

        .cb-feat-cta-subtitle {
          font-size: 18px;
          color: rgba(255, 255, 255, 0.85);
          margin: 0 0 28px;
          position: relative;
          max-width: 500px;
          margin-left: auto;
          margin-right: auto;
          line-height: 1.6;
        }

        .cb-feat-cta-signals {
          display: flex;
          justify-content: center;
          gap: 28px;
          flex-wrap: wrap;
          margin-bottom: 36px;
          position: relative;
        }

        .cb-feat-cta-signal {
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 14px;
          font-weight: 500;
          color: rgba(255, 255, 255, 0.7);
        }

        .cb-feat-cta-signal svg {
          color: rgba(110, 231, 183, 0.9);
        }

        .cb-feat-cta-actions {
          position: relative;
        }

        .cb-feat-cta-btn {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 16px 36px;
          background: #fff;
          color: #0808EE;
          font-size: 16px;
          font-weight: 700;
          border-radius: 100px;
          text-decoration: none;
          transition: all 0.3s ease;
          border: none;
          cursor: pointer;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .cb-feat-cta-btn:hover {
          transform: translateY(-2px);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
          color: #0808EE;
          text-decoration: none;
        }

        /* ========== RESPONSIVE ========== */
        @media (max-width: 1024px) {
          .cb-feat-grid {
            grid-template-columns: repeat(2, 1fr);
          }
          .cb-feat-trust-grid {
            grid-template-columns: repeat(2, 1fr);
          }
          .cb-feat-hero-title {
            font-size: 42px;
          }
          .cb-feat-section-title {
            font-size: 32px;
          }
        }

        @media (max-width: 640px) {
          .cb-feat-grid {
            grid-template-columns: 1fr;
          }
          .cb-feat-trust-grid {
            grid-template-columns: 1fr;
          }
          .cb-feat-hero {
            padding: 100px 0 60px;
          }
          .cb-feat-hero-title {
            font-size: 32px;
          }
          .cb-feat-hero-subtitle {
            font-size: 16px;
          }
          .cb-feat-section-light,
          .cb-feat-section-white {
            padding: 56px 0;
          }
          .cb-feat-section-title {
            font-size: 26px;
          }
          .cb-feat-section-subtitle {
            font-size: 16px;
          }
          .cb-feat-cta-box {
            padding: 48px 24px;
          }
          .cb-feat-cta-title {
            font-size: 26px;
          }
          .cb-feat-cta-subtitle {
            font-size: 16px;
          }
          .cb-feat-cta-signals {
            gap: 16px;
          }
          .cb-feat-hero-actions {
            flex-direction: column;
            align-items: center;
          }
          .cb-feat-faq-question {
            padding: 18px 20px;
            font-size: 15px;
          }
          .cb-feat-faq-answer {
            padding-left: 20px;
            padding-right: 20px;
          }
          .cb-feat-faq-open .cb-feat-faq-answer {
            padding: 0 20px 18px;
          }
        }
      