
    .fa-regular, .far {
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 400 !important;
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #f7f7f7;
        border: 1px solid #dddddd;
        padding: 8px 16px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        color: #252525;
    }

    .hero-badge-icon {
        width: 20px;
        height: 20px;
        color: #c22034;
        fill: currentColor;
    }

    .btn-primary:hover {
        transform: translateY(-4px);
        /* box-shadow: 0 10px 25px rgba(194, 32, 52, 0.6); */
    }

    @media (max-width: 1024px) {
        br {display: none;}
    }

    .partners-decorative-line {
            position: absolute;
            bottom: 120px;
            /* Adjusted based on source layout */
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #c22034 0%, #c900ff 100%);
            z-index: 1;
            opacity: 0.5;
        }

    .partners-description {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.4;
            color: #222222;
            margin: 0;
        }

    .partners-ticker-inner::before,
        .partners-ticker-inner::after {
            content: "";
            position: absolute;
            top: 0;
            width: 100px;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

    .partners-ticker-inner::before {
            left: 0;
            background: linear-gradient(to right, #f7f7f7, transparent);
        }

    .partners-ticker-inner::after {
            right: 0;
            background: linear-gradient(to left, #f7f7f7, transparent);
        }

    .partner-logo-svg {
            width: 100%;
            height: 100%;
            fill: #151515;
            /* Dark logo color */
            display: block;
        }

    @media (max-width: 768px) {

            .partners-description {
                font-size: 15px;
            }
        }

    .feature-float-card {
            position: absolute;
            border-radius: 20px;
            border: 1px solid #dddddd;
            box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.04);
            z-index: 2;
            overflow: hidden;
        }

    .feature-float-card.card-left {
            width: 40%;
            bottom: 15%;
            left: -10%;
        }

    .feature-float-card.card-right {
            width: 55%;
            bottom: 5%;
            right: -10%;
        }

    .feature-float-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    @media (max-width: 768px) {
            .feature-float-card.card-left {
                left: -5%;
                bottom: 10%;
            }

            .feature-float-card.card-right {
                right: -5%;
                bottom: 0;
            }
        }

    .ts-header {
    max-width: 800px;
    text-align: center;
  }

    .ts-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.03em;
    color: #151515;
  }

    .ts-highlight {
    color: #791bcc; /* Theme Primary */
  }

    .ts-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  }

    .ts-nav-btn:hover {
    background-color: #c22034; /* Theme Primary */
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(121, 27, 204, 0.3);
  }

    .ts-nav-btn:hover .ts-nav-icon {
    stroke: #ffffff;
  }

    .ts-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
  }

    .ts-avatar-group {
    height: 40px;
    width: auto;
  }

    .ts-stars {
    display: flex;
    gap: 4px;
  }

    .ts-star-icon {
    width: 18px;
    height: 18px;
    fill: #ffae00;
  }

    .ts-proof-text {
    font-size: 16px;
    font-weight: 500;
    color: #151515;
    margin: 0;
  }

    @media (max-width: 900px) {
    .ts-title { font-size: 28px; }

    .ts-nav-btn:hover {
      transform: scale(1.1);
    }
    .ts-nav-btn:active {
      transform: scale(0.95);
    }
  }

    .social-proof-header {
    text-align: center;
    margin-bottom: 36px;
    position: relative;
  }

    .social-proof-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }

    .social-proof-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    max-width: 600px;
    line-height: 1.5;
  }

    .stat-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);*/
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
  }

    .stat-card:hover {
    transform: translateY(-4px);
  }

    .stat-card:hover::before {
    opacity: 1;
  }

    .stat-card::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 6px;
    height: 6px;
    background: #e2e8f0;
    border-radius: 50%;
    transition: all 0.4s ease;
  }

    .stat-card:hover::after {
    background: #667eea;
    transform: scale(1.5);
  }

    .stat-card:hover .star-icon {
    transform: scale(1.1);
  }

    @media (max-width: 1024px) {
  
    .review-text {
      white-space: normal;
    }
  }

    @media (max-width: 768px) {
  
    .social-proof-title {
      font-size: 26px;
    }
  
    .social-proof-subtitle {
      font-size: 15px;
    }
  
    .social-proof-header {
      margin-bottom: 28px;
    }
  
    .decorative-blob-1,
    .decorative-blob-2 {
      display: none;
    }
  }

    @media (max-width: 480px) {
  
    .social-proof-title {
      font-size: 24px;
    }
  }

    .sales-subheadline.light{
    color: #fff;
}

    .sales-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

    .hub-column-center {
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
  }

    .service-card:hover {
    transform: translateY(-5px);
  }

    service-icon-wrapper img {
    color: #c22034 !important;
  }

    .service-card:hover .service-icon-wrapper {
    background: #c22034;
    color: #FFFFFF;
    border-color: #c22034;
  }

    .device-mockup {
    width: 260px;
    height: 520px;
    background: #0F172A;
    border-radius: 40px;
    border: 6px solid #334155;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.5);
    animation: float-device 6s ease-in-out infinite;
  }

    .device-screen {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
  }

    .device-header {
    height: 120px;
    background: linear-gradient(135deg, #c22034 0%, #1e2152 100%);
    position: relative;
  }

    .device-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 24px;
    background: #0F172A;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 10;
  }

    .device-body {
    flex: 1;
    background: #F1F5F9;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

    .device-skeleton-block {
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    opacity: 0.8;
  }

    .device-skeleton-lg { height: 70px; }

    .device-skeleton-md { height: 50px; }

    .device-skeleton-sm { height: 30px; }

    @media (max-width: 1024px) {

    .hub-column-center {
      order: -1; /* Move phone to top */
    }
  }

    .section-heading {
            font-size: 48px;
            font-weight: 800;
            text-align: center;
            letter-spacing: -0.03em;
            margin: 0 0 16px 0;
            line-height: 1.15;
            color: #fff;
          }

    .section-subtitle {
            text-align: center;
            font-size: 18px;
            color: #fff;
            margin: 0 auto 64px;
            max-width: 600px;
            line-height: 1.6;
          }

    .tab-button:hover {
            color: #1e293b;
            transform: translateY(-1px);
          }

    .tab-pane.slide-out-left {
            transform: translateX(-100px);
            opacity: 0;
          }

    .tabs-grid > .tabs-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 
                        0 10px 10px -5px rgba(0, 0, 0, 0.04);
            border-color: #c7d2fe;
          }

    .tabs-grid > .tabs-item:hover .tabs-icon-box {
            transform: scale(1.1) rotate(5deg);
            background: #c22034;
            color: #ffffff;
            box-shadow: 0 8px 16px -4px rgba(99, 102, 241, 0.4);
          }

    .learn-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #c22034;
            color: #ffffff;
            padding: 16px 32px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            width: fit-content;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            cursor: pointer;
            box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3), 
                        0 4px 6px -2px rgba(99, 102, 241, 0.15);
            position: relative;
            overflow: hidden;
            margin-top: auto;
          }

    .learn-more-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
          }

    .learn-more-btn:hover::before {
            left: 100%;
          }

    .learn-more-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.4), 
                        0 10px 10px -5px rgba(99, 102, 241, 0.2);
          }

    .learn-more-btn i {
            transition: transform 0.3s ease;
          }

    .learn-more-btn:hover i {
            transform: translateX(4px);
          }

    .content-left::before {
            content: '';
            position: absolute;
            left: -100px;
            top: 50%;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(99, 102, 241, 0.08), transparent);
            border-radius: 50%;
            pointer-events: none;
          }

    @media (max-width: 968px) {
            .section-heading {
              font-size: 36px;
              margin-bottom: 12px;
            }
        
            .section-subtitle {
              font-size: 16px;
              margin-bottom: 48px;
            }
        
            .tab-pane.slide-out-left {
              transform: translateY(-50px);
            }
            
            .tabs-nav-wrapper::-webkit-scrollbar {
              display: none;
            }
          }

    @media (max-width: 600px) {
            .section-heading {
              font-size: 28px;
            }
        
            .learn-more-btn {
              padding: 14px 28px;
              font-size: 15px;
            }
          }

    .boost-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 24px -4px rgba(0, 0, 0, 0.2);
    }

    .boost-features-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 10px;
    }

    .boost-feature-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .boost-feature-icon {
        width: 18px;
        height: 18px;
        fill: rgb(194 32 52);
    }

    .boost-feature-text {
        font-size: 14px;
        font-weight: 600;
        color: #222222;
        margin: 0;
    }

    .tools-title {
        font-size: 35px;
        font-weight: 700;
        line-height: 1.2;
        color: #000000;
        margin: 0 0 1rem 0;
    }

    .tools-description {
        font-size: 16px;
        line-height: 1.6;
        color: #000000;
        margin: 0;
    }

    .tools-slider-wrapper::before,
    .tools-slider-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100px;
        z-index: 2;
        pointer-events: none;
    }

    .tools-slider-wrapper::before {
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .tools-slider-wrapper::after {
        right: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .tools-track:hover {
        animation-play-state: paused;
        cursor: pointer;
    }

    .tools-image:hover {
        filter: brightness(1.1);
    }

    @media (max-width: 1024px) {
        .tools-title {
            font-size: 2rem;
        }
    }

    @media (max-width: 768px) {
        .tools-title {
            font-size: 1.75rem;
        }
    }

    .faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 100px;
    width: fit-content;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
  }

    .faq-badge-icon {
    color: #F87171; /* Soft Red */
    font-size: 14px;
  }

    .faq-badge-text {
    color: #E2E8F0;
    font-size: 0.875rem;
    font-weight: 500;
  }

    .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: #1e2152;
  }

    .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

    .faq-feature-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
  }

    .feature-card {
    background: linear-gradient(135deg, #B45309 0%, #D97706 100%); /* Spiced Amber Gradient */
    border-radius: 24px;
    padding: 48px;
    position: relative;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

    .feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
  }

    .feature-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

    .feature-certification {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: auto; /* Pushes button to bottom */
  }

    .cert-icon {
    color: #FEF3C7;
  }

    .cert-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
  }

    .feature-btn {
    background-color: #0F172A;
    color: #FFFFFF;
    border: none;
    padding: 16px 32px;
    border-radius: 100px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
    width: fit-content;
    margin-top: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

    .feature-btn:hover {
    background-color: #1E293B;
    transform: translateY(-2px);
  }

    @media (max-width: 968px) {
    
    .feature-card {
      padding: 32px;
    }
  }

    .input-field-home:focus {
  outline: none;
  border-color: #C22034;
  box-shadow: 0 0 0 3px rgba(194, 32, 52, 0.1);
}

    .submit-btn-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(194, 32, 52, 0.4);
}

    .success-message-home.show {
  display: block;
}

    .blog-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
            border-color: transparent;
        }

    .blog-card:hover .blog-img {
            transform: scale(1.05);
        }

    .blog-link:hover {
            color: #c22034;
        }

    .blog-link:hover svg {
            transform: translateX(4px);
        }