﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #1F2937;
    background: #FFFFFF;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.success-title {
    text-align: center;
    margin-bottom: 20px;
}

.case-section {
    padding: 1.5rem;
    border-radius: 12px;
    background: #F9FAFB;
    width: 90%;
    height: 150px;
}

a:focus{
    outline:none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #E5E7EB;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}

    header.scrolled {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    }

nav {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-header {
    font-size: 24px;
    font-weight: 700;
    color: #2563EB;
}

.nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
}

    .nav-links a {
        text-decoration: none;
        color: #4B5563;
        font-weight: 500;
        transition: color 0.2s;
    }

        .nav-links a:hover {
            color: #3B82F6;
        }

.btn {
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 16px;
    margin-left:  0px  !important;
}

.btn-primary {
    background: #2563EB;
    color: white;
    text-transform: none !important;
}

    .btn-primary:hover {
        background: #1E40AF;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    }

.btn-secondary {
    background: transparent;
    color: #2563EB;
    border: 2px solid #2563EB;
}

    .btn-secondary:hover {
        background: #EFF6FF;
    }

.case-study {
    background: white;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    padding: 3rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.hero-customers {
    text-align: center;
    margin-top: 20px;
}

.hero {
    background: linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 100%);
    /*min-height: 90vh;*/ /* Equal visual height */
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 100px 6rem 50px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Remove default browser margins */
.hero h1,
.hero p {
    margin: 0;
}

/* Controlled spacing */
.hero h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1F2937;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero p {
    font-size: 18px;
    color: #6B7280;
    margin-bottom: 20px;
}

.hero-image {
    background: linear-gradient(135deg, #3B82F6 0%, #10B981 100%);
    border-radius: 16px;
    padding: 24px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.dashboard-mock {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.metric-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 14px;
    color: white;
}

.metric-value {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0;
}

.metric-label {
    font-size: 15px;
    opacity: 0.9;
}

section {
    padding: 40px 2rem;
}

.gray-section {
    background: #F9FAFB;
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #6B7280;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

section.gray-bg {
    background: #F9FAFB;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2 {
        font-size: 36px;
        color: #1F2937;
        margin-bottom: 16px;
        font-weight: 700;
    }

    .section-header p {
        font-size: 18px;
        color: #6B7280;
        max-width: 700px;
        margin: 0 auto;
    }

/* Grid Cards */
.grid {
    display: grid;
    gap: 24px;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.card {
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
}

#btnSubmitDemo {
    margin-top: 4%;
    margin-left: 28%;
    margin-bottom: 4%;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #2563EB;
}

.card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    color: #2563EB;
}

/* Industry icons with background */
.industry-icon {
    width: 48px;
    height: 48px;
    padding: 10px;
    background: #F8FAFC;
    border-radius: 8px;
    color: #2563EB;
    margin: 0 auto 20px;
}

.card h3 {
    font-size: 18px;
    color: #1F2937;
    margin-bottom: 12px;
}

.card p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
}

/* Benefits Section */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #10B981;
    margin-top: 0;
}

svg {
    stroke-width: 1.5;
}

/* Testimonials */
.testimonials {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial {
    display: none;
    padding: 40px;
    background: #F9FAFB;
    border-radius: 16px;
}

    .testimonial.active {
        display: block;
    }

    .testimonial p {
        font-size: 24px;
        font-style: italic;
        color: #1F2937;
        margin-bottom: 24px;
        line-height: 1.6;
    }

.testimonial-author {
    font-size: 16px;
    color: #6B7280;
    font-weight: 600;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D1D5DB;
    cursor: pointer;
    transition: all 0.3s;
}

    .dot.active {
        background: #2563EB;
        width: 32px;
        border-radius: 5px;
    }

/* CTA Section */
.cta-section {
    background: #1E293B;
    color: white;
    text-align: center;
}

    .cta-section h2 {
        color: white;
        margin-bottom: 16px;
    }

    .cta-section p {
        color: #CBD5E1;
        margin-bottom: 32px;
    }

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.case-header {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #F3F4F6;
}

.case-avatar {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 800;
    color: white;
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.4);
    flex-shrink: 0;
}

.success-story-section {
    background: #F9FAFB;
    padding: 80px 0;
}

/* Footer */
footer {
    background: #111827;
    color: #9CA3AF;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h4 {
    color: white;
    margin-bottom: 1.25rem;
    font-size: 16px;
    font-weight: 700;
}

.footer-links {
    list-style: none;
}

    .footer-links li {
        margin-bottom: 0.75rem;
    }

    .footer-links a {
        color: #9CA3AF;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s ease;
    }

        .footer-links a:hover {
            color: #2563EB;
        }

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    text-align: center;
    font-size: 14px;
}

    .footer-bottom a {
        color: #9CA3AF;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-bottom a:hover {
            color: #2563EB;
        }

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* Responsive */
@media (max-width: 1024px) {
    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 1000;
    margin-bottom: 30px !important;
}

    .modal-overlay.active {
        display: flex;
    }

.modal-content {
    background: #FFFFFF;
    width: 100%;
    max-width: 450px;
    border-radius: 12px;
    padding: 14px 16px;
    position: relative;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    animation: popup 0.25s ease;
}

.modal-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 10px;
}

    .modal-header-bar h4 {
        font-size: 16px;
        font-weight: 600;
        color: #1F2937;
    }


        .close-btn {
            background: none;
            border: none;
            cursor: pointer;
            color: #6B7280;
            font-size: 18px;
            padding: 5px;
            border-radius: 6px;
            transition: 0.2s;
        }

    .close-btn:hover {
        background: #F3F4F6;
        color: #111827;
    }

.form-group {
    margin-bottom: 8px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    transition: 0.2s;
}

input:focus {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}

.profession-section {
    border-top: 1px solid #E5E7EB;
    padding-top: 8px;
    margin-top: 6px;
}

.profession-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.radio-card span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
}

.radio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-top:8px;
    margin-bottom:8px;
}

.radio-card {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

    .radio-card:hover {
        border-color: #2563EB;
        box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    }

    .radio-card input {
        accent-color: #2563EB;
    }

.captcha-section {
    border-top: 1px solid #E5E7EB;
    padding-top: 8px;
    margin-top: 8px;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 6px;
}

.captcha-image {
    width: 100px;
    height: 40px;
    background: repeating-linear-gradient( 45deg, #f3f4f6, #f3f4f6 10px, #e5e7eb 10px, #e5e7eb 20px );
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.captcha-input-field {
    flex: 1;
    padding: 0 8px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
}

.captcha-refresh-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    background: #F3F4F6;
    cursor: pointer;
}

    .captcha-refresh-btn:hover {
        border-color: #2563EB;
    }

    .btn-primary:hover {
        background: #1E40AF;
    }

.modal-footer {
    text-align: center;
    padding-top: 8px;
}

.or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 6px 0;
}

    .or-divider::before,
    .or-divider::after {
        content: "";
        width: 40px;
        height: 1px;
        background: #E5E7EB;
    }

    .or-divider span {
        font-size: 11px;
        color: #9CA3AF;
        font-weight: 600;
    }

.contact-info {
    font-size: 12px;
    color: #6B7280;
}

    .contact-info strong {
        display: block;
        color: #111827;
    }

    .contact-info a {
        color: #2563EB;
        text-decoration: none;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }

@keyframes popup {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

input.error {
    border-color: red !important;
    box-shadow: 0 0 0 1px red;
}

.case-logo {
    width: 220px !important;
    height: 70px;
    object-fit: contain;
}

.nav-links a {
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
    color: #000;
}

    .nav-links a:hover {
        border-bottom: 2px solid #000;
    }

    .nav-links a.active {
        border-bottom: 2px solid #000;
        font-weight: 600;
    }

h3{
    margin-top: 0px;
}

.case-header {
    display: flex;
    gap: 15px;
    align-items: center;
}

.case-section {
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.cardFirstPart{
    justify-content: center;
}

.cardSecondPart{
    display: flex;
    flex-direction: column;
    justify-content: start;
}

    .cardSecondPart h3 {
        margin-bottom: 5px;
    }

    .cardSecondPart p {
        margin-top: 0;
    }

.showNumbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

    .showNumbers > div {
        text-align: center;
        position: relative;
        padding: 0 20px;
    }

        .showNumbers > div:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 10%;
            height: 80%;
            width: 1px;
            background-color: #E5E7EB;
        }

.customers-heading {
    font-size: 18px;
    margin: 5px 0 15px;
}

.customers-eyebrow {
    font-size: 20px;
    color: #888;
    letter-spacing: 1px;
    text-align:center;
}

.marqueeArea {
    background-color: white;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: marquee 40s linear infinite;
}

.logo-item {
    height: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

    .logo-item img {
        height: auto;
        width: 125px;
        transition: 0.3s;
    }

.section-subtitle {
    margin-bottom:3rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {

    .hero {
        padding: 100px 2rem 50px;
    }

    .hero-top {
        flex-direction: column;
        gap: 20px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero-content {
        width: 100%;
        text-align: center;
        font-size: 25px !important;
        grid-template-columns: 1fr;
    }

    h2{
        font-size: 25px !important;
    }

    .cta-buttons {
        justify-content: center;
    }

    .hero-subtitle {
        font-size: 13px;
    }

    .hero-dashboard {
        margin-top: 10px;
    }

    .hero-customers {
        margin-top: 15px;
    }

    .customers-heading {
        font-size: 20px;
    }

    .logo-item {
        height: 100px;
        padding: 0 15px;
    }

    .logo-item img {
            height: 125px !important;
        }

    .marquee-track {
        gap: 20px;
        animation-duration: 40s;
    }

    .hero-cta {
        justify-content: center;
    }

    .stats-strip {
        background: #1E293B;
        color: white;
        padding: 64px 0;
    }

    .stats-grid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 16px !important;
    }

    .stats-card {
        text-align: center;
        padding: 22px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255,255,255,0.08);
    }

    .stats-card h3 {
            font-size: 42px;
            color: #FFFFFF;
            margin-bottom: 8px;
        }

    .stats-card h3 span {
        color: #10B981;
    }

   .stats-card p {
            color: #CBD5E1;
            font-size: 14px;
        }

    .customers-eyebrow h2 {
        font-size: 25px !important;
    }

    .case-header {
        flex-direction: column;
    }

    .case-section {
        width: 100%;
    }

    .case-logo {
        width: 70px;
    }

    .modal-overlay{
        height: auto !important;
    }

    .showNumbers {
        flex-direction: column;
        gap: 0px !important;
        align-items: center;
        flex-direction: row;
    }

        .showNumbers h2 {
            font-size: 16px;
        }

        .showNumbers p {
            font-size: 11px;
        }

    .grid-3, .grid-4 {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        display: none;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .showNumbers {
        flex-direction: column;
        gap: 0px !important;
        align-items: center;
        flex-direction: row;
    }

        .showNumbers h2 {
            font-size: 16px;
        }

        .showNumbers p {
            font-size: 11px;
        }

    .logo-item img {
        height: 20px;
    }

    .marquee-track {
        gap: 15px;
        animation-duration: 35s;
    }

    .customers-eyebrow h2 {
        font-size: 25px !important;
    }

    .radio-grid {
        grid-template-columns: 1fr;
    }
}

.stats-strip {
    background: #1E293B;
    color: white;
    padding: 64px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.stats-card {
    text-align: center;
    padding: 22px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

    .stats-card h3 {
        font-size: 42px;
        color: #FFFFFF;
        margin-bottom: 8px;
    }

        .stats-card h3 span {
            color: #10B981;
        }

    .stats-card p {
        color: #CBD5E1;
        font-size: 14px;
    }

h3 {
    font-size: 18px;
    color: #0e7142;
    text-align: center;
    word-spacing: 4px;
    letter-spacing: -1px;
    margin-bottom: 38px;
}