.btn-orange {
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 15px;
    width: 30%;
    float: left;
    font-size: 18px;
    transition: all 0.3s;
    background-color: #1a4793;
    font-weight: 600;
}

.btn-orange:hover {
    background: white;
    color: #1a4793;
    border: 2px solid #1a4793;
}

.btn-outline-dark {
    background: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 15px;
    font-weight: 600;
    width: 30%;
    border: 2px solid black;
    float: left;
    font-size: 20px;
    transition: all 0.3s;
}

/* Hero Section */
.hero-section {
    padding: 20px 0;
    background: white;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.6;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.feature-list li {
    padding: 1px 0;
    font-size: 15px;
    color: #495057;
}

.feature-list li:before {
    content: "✓";
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
}

.hero-mockup {
    position: relative;
}

.hero-mockup img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Trust Section */
.trust-section {
    background: white;
    padding: 50px 0;
    text-align: center;
}

.trust-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.trust-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.trust-logo {
    height: 50px;
    opacity: 0.6;
    filter: grayscale(100%);
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.section-subtitle {
    font-size: 18px;
    color: #6c757d;
}

.benefit-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s;
    height: 100%;
}

.benefit-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: #e3f2fd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-icon i {
    color: #1a4793;
    font-size: 26px;
}

.benefit-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.benefit-text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
}

.btn-view-all {
    background: #1a4793;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 5px;
    font-weight: 600;
    padding: 0.75rem 2rem;
    width: auto;
    font-size: 20px;
    margin-top: 30px;
}

/* Features Section */
.features-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.feature-row {
    margin-bottom: 80px;
    align-items: center;
}

.feature-content {
    padding: 0px;
    padding-bottom: 0px;
}

.feature-badge {
    display: inline-block;
    background: #fff3cd;
    color: #856404;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.feature-description {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 20px;
}

.feature-image-wrapper {
    position: relative;
    padding: 20px;
}

.feature-image-wrapper img {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.feature-screenshot {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 8px solid white;
}

/* Testimonial Section */
.testimonial-section {
    padding: 80px 0;
    background: white;
}

.testimonial-card {
    text-align: center;
    padding: 40px;
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: #e9ecef;
}

.testimonial-text {
    font-size: 18px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-weight: 600;
    color: #1a1a1a;
}

.testimonial-role {
    font-size: 14px;
    color: #6c757d;
}

/* Integration Section */
.integration-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.integration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.integration-item {
    background: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s;
}

.integration-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.integration-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    color: white;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    opacity: 0.9;
}

/* Mobile Section */
.mobile-section {
    padding: 80px 0;
    background: white;
}

.mobile-mockup {
    max-width: 300px;
    margin: 0 auto;
}

/* CTA Section */
.cta-section {
    background: #2196f3;
    padding: 80px 0;
    text-align: center;
    color: white;
}

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

.cta-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.btn-cta {
    background: #ffc107;
    color: #1a1a1a;
    border: none;
    padding: 15px 50px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.accordion-item {
    border: 1px solid #e9ecef;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    color: #1a1a1a;
    background: white;
}

.accordion-button:not(.collapsed) {
    background: #2196f3;
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
}

.badge-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.trust-badge {
    background: white;
    padding: 8px 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}

.trust-badge img {
    height: 25px;
}

/* Mobile */
@media (max-width: 768px) {
    .hero-mockup {
        width: 100% !important;
        margin-top: 40px;
    }
    .btn-orange {
        width: 100%;
    }
    .badge-wrapper {
        display: none;
    }

    .feature-image-wrapper img {
        width: 100%;
        height: 250px;
        border-radius: 8px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }
}

.trust-logos {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.logo-track img {
    height: 120px;
    width: auto;
    object-fit: contain;
}

/* Container for the entire scrolling effect */
.trust-logos-container {
    width: 100%; /* Take up full width */
    overflow: hidden; /* Hides the logos that are off-screen */
    white-space: nowrap; /* Keeps all logos on a single line */
    padding: 20px 0; /* Add some vertical space */
    box-sizing: border-box;
}

/* The track holding all the logos */
.logo-track {
    /* Initially translate the track to the right to make the animation start outside the view */
    transform: translate3d(0, 0, 0);
    display: inline-block; /* Allows it to be wider than its parent and contain the white-space rule */
    animation: scroll-left 30s linear infinite; /* Apply the animation: Name, Duration, Speed Curve, Repeat */
}

/* Individual logo items */
.logo-item {
    display: inline-block;
    margin-right: 50px; /* Space between logos */
    /* Removed inline styles like font-size/font-weight/color, as they are not needed for images */
}

/* The images themselves */
.logo-item img {
    height: 120px; /* Maintain the height you specified */
    width: auto; /* Adjust width proportionally */
    vertical-align: middle;
}

/* --- KEYFRAMES: This is where the magic happens! --- */
@keyframes scroll-left {
    0% {
        /* Start position: Track is at its original position (or slightly off-screen to the right) */
        transform: translate3d(0, 0, 0);
    }
    100% {
        /* End position: Track moves left by half its total width (the width of the original set of logos) */
        /* Since we duplicated the logos, moving by 50% makes the first logo of the second set perfectly replace the last logo of the first set, creating a smooth loop. */
        transform: translate3d(-50%, 0, 0);
    }
}
