.docsign-section-padding {
            padding: 80px 0;
        }

        .docsign-section-title {
            font-weight: 700;
            font-size: 2.8rem;
            margin-bottom: 1rem;
            color: #2c3e50;
        }
        .docsign-header-title{
          color: white;
        }

        .docsign-section-subtitle {
            font-size: 1.1rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto 60px auto;
        }

        .git-btn-main {
            background-color: #27ae60;
            color: white;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 2px solid #27ae60;
        }

        .git-btn-main:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            background-color: #2ecc71;
            border-color: #2ecc71;
            color: white;
        }

        .btn-secondary-main {
            background-color: transparent;
            color: #34495e;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 2px solid #bdc3c7;
        }
        
        .btn-secondary-main:hover {
            background-color: #2c3e50;
            color: white;
            border-color: #2c3e50;
        }

        .docsign-hero-section {
            background: linear-gradient(135deg, #004d40 0%, #4db6ac 100%);
            color: white;
            padding: 120px 0;
        }

        .docsign-hero-section h1 {
            font-weight: 700;
            font-size: 3.5rem;
        }

        .docsign-hero-section p {
            font-size: 1.25rem;
            opacity: 0.9;
        }
        
        .hero-image-mockup {
            max-width: 100%;
            border-radius: 12px;
            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4);
            margin-top: 40px;
        }

        .pain-point-card {
            background: white;
            border: 1px solid #ecf0f1;
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
        }

        .pain-point-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }
        
        .pain-point-card .icon {
            font-size: 2.5rem;
            color: #27ae60;
            margin-bottom: 20px;
        }

        .how-it-works-step {
            position: relative;
            text-align: center;
        }

        .step-number {
            width: 60px;
            height: 60px;
            background-color: #f8f9fa;
            color: #3498db;
            border: 2px solid #3498db;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        /* --- Features Section (Tabs) --- */
        .docsign-features-section .nav-tabs {
            border: 0;
            justify-content: center;
            margin-bottom: 40px;
        }

        .docsign-features-section .nav-tabs .nav-link {
            border: 0;
            padding: 12px 25px;
            margin: 0 10px;
            border-radius: 50px;
            font-weight: 600;
            color: #34495e;
            background: #f8f9fa;
            transition: all 0.3s ease;
        }

        .docsign-features-section .nav-tabs .nav-link.active {
            background: #2c3e50;
            color: white;
            transform: scale(1.05);
        }
        
        .docsign-feature-content-image {
            max-width: 100%;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        
        .docsign-feature-list-item i {
            color: #27ae60;
            margin-right: 10px;
        }

        /* --- Social Proof/Trust Section --- */
        .docsign-testimonial-card {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 12px;
            border-left: 5px solid #3498db;
        }

        .docsign-testimonial-card .author {
            font-weight: 700;
        }

        .docsign-testimonial-card .role {
            font-size: 0.9rem;
            color: #7f8c8d;
        }

        /* --- Final CTA Section --- */
        .final-cta-section {
            background: linear-gradient(135deg, #004d40 0%, #4db6ac 100%);
            color: white;
            border-radius: 12px;
        }
        
        .final-cta-section h2 {
            font-weight: 700;
        }
        .feature-item-card {
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.feature-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    border-color: #3498db;
}

.feature-icon-wrapper {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eaf5ff;
    color: #3498db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.feature-description {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin-bottom: 0;
    line-height: 1.6;
}

.use-case-card {
    background: white;
    border: 1px solid #ecf0f1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.use-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.use-case-card .icon {
    font-size: 2.5rem;
    color: #3498db;
    margin-bottom: 20px;
}

.accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.accordion-button {
    font-weight: 600;
    color: #2c3e50;
}

.accordion-button:not(.collapsed) {
    background-color: #eaf5ff;
    color: #2c3e50;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

@media (max-width: 768px) {
  .docsign-hero-section h1, .docsign-section-title {
      font-size: 2.2rem;
    }
    .docsign-hero-section {
      padding: 80px 0;
    }
}