/* ========================================
   FABSOFT HOMEPAGE STYLES - V10
   Updated: Full color customer logos (Trusted Across Industries)
   ======================================== */

/* Homepage CSS Variables */
:root {
    --color-primary: #0071E3;
    --color-primary-dark: #005BB5;
    --color-primary-hover: #0077ED;
    --color-accent: #0066CC;
    --color-bg: #F6F6F8;
    --color-bg-alt: #FBFBFD;
    --color-text: #1D1D1F;
    --color-text-secondary: #86868B;
    --color-white: #FFFFFF;
    --color-dark: #1D1D1F;
    --color-light-gray: #F5F5F7;
    --color-success: #00C853;
    --color-blue-soft: #E8F4FD;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.06);
    --shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.1);
    --radius-pill: 980px;
    --radius-card: 16px;
}

/* ========================================
   HERO SECTION - FIXED Video Centering
   ======================================== */

.hero-text {
    text-align: center;
    width: 100%;
}

.hero-inline-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 13px;
    color: var(--color-text-secondary);
    font-weight: 500;
}

.hero-stat-item {
    background: var(--color-white);
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.hero-stat-divider {
    display: none;
}

.hero-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--color-text);
    margin-bottom: 16px;
    animation: fadeInUp 0.8s ease-out;
}

.hero-subtitle {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-text);
    margin-bottom: 28px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease-out 0.1s both;
}

.hero-cta-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 320px;
    margin: 0 auto 24px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-trust-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: var(--color-text-secondary);
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

    .hero-trust-line .trust-check {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

/* Hero Media - Video Thumbnail - CENTERED */
.hero-media {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.hero-video-thumbnail {
    position: relative;
    cursor: pointer;
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: var(--transition);
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

    .hero-video-thumbnail:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    }

.hero-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* SVG Thumbnail Styles */
.hero-thumbnail-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    transition: var(--transition);
    z-index: 2;
}

.hero-video-thumbnail:hover .hero-play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.hero-play-button svg {
    width: 100%;
    height: 100%;
}

.hero-video-label {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
}

/* ========================================
   VIDEO LIGHTBOX - FIXED CENTERING
   ======================================== */
.products-videoContainer,
#products-videoContainer {
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 900px !important;
    z-index: 1001 !important;
    background: black !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .products-videoContainer video,
    #products-videoContainer video {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

.boxclose,
#boxclose {
    position: absolute !important;
    top: -40px !important;
    right: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 1002 !important;
    text-decoration: none !important;
}

    .boxclose::before, .boxclose::after,
    #boxclose::before, #boxclose::after {
        content: '' !important;
        position: absolute !important;
        width: 16px !important;
        height: 2px !important;
        background: #333 !important;
    }

    .boxclose::before, #boxclose::before {
        transform: rotate(45deg) !important;
    }

    .boxclose::after, #boxclose::after {
        transform: rotate(-45deg) !important;
    }

#fade {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.85) !important;
    z-index: 1000 !important;
}

/* ========================================
   BUTTONS - Enhanced
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: var(--transition);
    border: none;
    text-decoration: none !important;
    text-align: center;
    gap: 8px;
}

.btn-large {
    padding: 16px 32px;
    font-size: 17px;
}

.btn-primary {
    background: var(--color-primary);
    color: var(--color-white) !important;
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.25);
}

    .btn-primary:hover {
        background: var(--color-primary-hover);
        box-shadow: 0 6px 20px rgba(0, 113, 227, 0.35);
        transform: translateY(-2px);
    }

.btn-secondary {
    background: transparent;
    color: var(--color-primary) !important;
    border: 2px solid var(--color-primary);
}

    .btn-secondary:hover {
        background: var(--color-primary);
        color: var(--color-white) !important;
    }

.btn-secondary-white {
    background: transparent;
    color: var(--color-white) !important;
    border: 2px solid var(--color-white);
}

    .btn-secondary-white:hover {
        background: var(--color-white);
        color: var(--color-primary) !important;
    }

.btn-white {
    background: var(--color-white);
    color: var(--color-primary) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .btn-white:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

/* ========================================
   CHALLENGE SECTION
   ======================================== */
.challenge-section {
    padding: 60px 16px;
    background: var(--color-white);
}

.section-header {
    text-align: center;
    margin-bottom: 36px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-headline {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--color-text);
    line-height: 1.2;
}

.section-subheadline {
    font-size: 17px;
    color: var(--color-text-secondary);
    line-height: 1.5;
}

.challenge-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.challenge-card {
    background: var(--color-blue-soft);
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid var(--color-primary);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.challenge-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.challenge-text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-text);
    margin: 0;
}

.solution-bridge {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    border-radius: var(--radius-card);
    padding: 36px 24px;
    text-align: center;
    color: var(--color-white);
    max-width: 700px;
    margin: 0 auto;
}

.solution-bridge-headline {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--color-white);
}

.solution-bridge-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    opacity: 0.95;
}

/* ========================================
   PRODUCT LINEUP
   ======================================== */
.product-lineup {
    padding: 60px 16px;
    background: var(--color-bg);
}

    .product-lineup .product-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .product-lineup .product-card {
        background: var(--color-white);
        border-radius: var(--radius-card);
        padding: 28px;
        box-shadow: var(--shadow-card);
        position: relative;
        overflow: hidden;
        transition: var(--transition);
        display: flex;
        flex-direction: column;
    }

        .product-lineup .product-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-card-hover);
        }

.product-card-featured {
    border: 2px solid var(--color-primary);
}

.product-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--color-primary);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.product-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.product-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.product-lineup .product-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.product-title-group {
    flex: 1;
}

.product-lineup .product-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: var(--color-text);
}

.product-tagline {
    font-size: 14px;
    color: var(--color-text-secondary);
    margin: 0;
}

.feature-list {
    list-style: none;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding-left: 0;
    flex: 1;
}

    .feature-list li {
        padding: 6px 0 6px 24px;
        position: relative;
        color: var(--color-text);
    }

        .feature-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--color-success);
            font-weight: 700;
        }

.product-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #eee;
    margin-top: auto;
}

.product-pricing {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary);
}

.link-more {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
}

    .link-more:hover {
        text-decoration: underline;
    }

.view-all-products {
    text-align: center;
    margin-top: 32px;
}

    .view-all-products a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 17px;
        font-weight: 600;
        color: var(--color-primary);
        text-decoration: none;
        padding: 12px 24px;
        border: 2px solid var(--color-primary);
        border-radius: var(--radius-pill);
        transition: var(--transition);
    }

        .view-all-products a:hover {
            background: var(--color-primary);
            color: var(--color-white);
        }

/* ========================================
   DOCUMENT TYPES - 3 Cards with Perfect Top Alignment
   ======================================== */
.document-types {
    padding: 60px 16px;
    background: var(--color-white);
}

.types-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.type-card {
    background: var(--color-bg);
    border-radius: var(--radius-card);
    padding: 28px;
    text-align: center;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

    .type-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-card-hover);
    }

/* Each element in the card has fixed/minimum heights for alignment */
.type-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    flex-shrink: 0;
}

    .type-icon svg {
        width: 100%;
        height: 100%;
    }

.type-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--color-text);
    min-height: 28px;
}

.type-description {
    font-size: 15px;
    color: var(--color-text-secondary);
    margin-bottom: 16px;
    line-height: 1.5;
    min-height: 70px;
}

.type-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 60px;
    align-content: flex-start;
}

.example {
    font-size: 12px;
    padding: 6px 12px;
    background: var(--color-white);
    border-radius: 20px;
    color: var(--color-text);
    font-weight: 500;
}

.type-products {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
    min-height: 52px;
    align-content: flex-start;
}

.type-cta {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    padding: 8px 16px;
    border: 2px solid var(--color-primary);
    border-radius: var(--radius-pill);
    transition: var(--transition);
}

    .type-cta:hover {
        background: var(--color-primary);
        color: var(--color-white);
    }

.types-summary {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-text);
    padding: 24px;
    background: var(--color-blue-soft);
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   MID-PAGE CTA
   ======================================== */
.mid-cta-section {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    padding: 60px 16px;
    text-align: center;
}

.mid-cta-container {
    max-width: 700px;
    margin: 0 auto;
}

.mid-cta-headline {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 12px;
}

.mid-cta-subheadline {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 28px;
}

.mid-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

/* ========================================
   STATS BAR
   ======================================== */
.stats-bar {
    padding: 60px 16px;
    background: var(--color-dark);
    color: var(--color-light-gray);
}

    .stats-bar .section-header {
        margin-bottom: 40px;
    }

    .stats-bar .section-headline {
        color: #fff;
    }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
}

.stat-attribution {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    font-style: italic;
    margin-top: 4px;
    display: block;
}

.stats-cta {
    text-align: center;
}

/* ========================================
   CAPTURE JOURNEY
   ======================================== */
.capture-journey {
    padding: 60px 16px;
    background: var(--color-bg);
}

.journey-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.journey-card {
    background: var(--color-white);
    border-radius: var(--radius-card);
    padding: 24px;
    box-shadow: var(--shadow-card);
}

.journey-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.journey-step {
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.journey-icon {
    width: 48px;
    height: 48px;
}

.journey-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

.journey-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .journey-benefits li {
        padding: 8px 0 8px 24px;
        position: relative;
        font-size: 15px;
        color: var(--color-text);
        line-height: 1.4;
    }

        .journey-benefits li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--color-success);
            font-weight: 700;
        }

/* ========================================
   WHO WE ARE
   ======================================== */
.who-we-are {
    padding: 60px 16px;
    background: var(--color-light-gray);
}

.who-we-are-container {
    max-width: 1200px;
    margin: 0 auto;
}

.who-we-are-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.who-we-are-text {
    order: 2;
}

.who-we-are-media {
    order: 1;
}

.who-we-are-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 20px;
}

.who-we-are-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

    .who-we-are-highlights li {
        padding: 10px 0 10px 32px;
        position: relative;
        font-size: 16px;
        color: var(--color-text);
        line-height: 1.5;
    }

        .who-we-are-highlights li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--color-primary);
            font-weight: 700;
            font-size: 18px;
        }

/* Enhanced Guarantee Badge */
.guarantee-badge-enhanced {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--color-white);
    padding: 20px 24px;
    border-radius: 12px;
    box-shadow: var(--shadow-card);
    margin-bottom: 28px;
    border: 3px solid var(--color-success);
}

.guarantee-icon-wrapper {
    flex-shrink: 0;
}

    .guarantee-icon-wrapper .guarantee-icon {
        width: 56px;
        height: 56px;
    }

.guarantee-headline {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 4px;
}

.guarantee-subtext {
    font-size: 14px;
    color: var(--color-text-secondary);
}

.who-we-are-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.who-we-are-image {
    width: 100%;
    border-radius: var(--radius-card);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* ========================================
   CUSTOMER SUCCESS
   ======================================== */
.customer-success-section {
    padding: 60px 16px;
    background: var(--color-white);
}

.customer-success-container {
    max-width: 1200px;
    margin: 0 auto;
}

.customer-success-header {
    text-align: center;
    margin-bottom: 40px;
}

.customer-success-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 12px;
}

.customer-success-subtitle {
    font-size: 18px;
    color: var(--color-text-secondary);
    line-height: 1.5;
}

.testimonials-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
}

.testimonial-card {
    background: var(--color-bg);
    border-radius: var(--radius-card);
    padding: 28px;
    position: relative;
}

.testimonial-result {
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.testimonial-quote {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text);
    margin: 0 0 20px 0;
    font-style: italic;
    border-left: 3px solid var(--color-primary);
    padding-left: 16px;
}

.testimonial-attribution {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

    .testimonial-avatar svg {
        width: 100%;
        height: 100%;
    }

.testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
}

.testimonial-company {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
}

.testimonial-industry {
    font-size: 13px;
    color: var(--color-text-secondary);
}

.testimonial-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
}

    .testimonial-link:hover {
        text-decoration: underline;
    }

/* Customer Logos Section - FULL COLOR */
.customer-logos-section {
    text-align: center;
    margin-bottom: 32px;
}

.customer-logos-headline {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.customer-logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

/* Customer logos - FULL COLOR, no grayscale */
.customer-logo {
    height: 36px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    transition: var(--transition);
}

    .customer-logo:hover {
        transform: scale(1.08);
    }

.customer-success-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

/* ========================================
   FOOTER
   ======================================== */
.homepage-footer {
    background: var(--color-dark);
    color: var(--color-light-gray);
    padding: 60px 16px 32px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 32px;
}

.footer-brand {
    text-align: center;
}

.footer-logo-wrapper {
    background: rgba(255,255,255,0.95);
    padding: 16px 24px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 16px;
}

.footer-logo {
    height: 40px;
    width: auto;
    display: block;
}

.footer-tagline {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

    .footer-contact-item svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        opacity: 0.7;
    }

    .footer-contact-item a {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
    }

        .footer-contact-item a:hover {
            color: var(--color-white);
            text-decoration: underline;
        }

.footer-address span {
    color: rgba(255,255,255,0.6);
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.footer-nav-column h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-nav-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-column li {
    margin-bottom: 10px;
}

.footer-nav-column a {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: var(--transition);
}

    .footer-nav-column a:hover {
        color: var(--color-white);
    }

.footer-support-highlight {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 16px;
    margin-top: 20px;
}

    .footer-support-highlight h5 {
        font-size: 14px;
        font-weight: 600;
        color: var(--color-white);
        margin-bottom: 8px;
    }

    .footer-support-highlight p {
        font-size: 13px;
        color: rgba(255,255,255,0.6);
        margin-bottom: 8px;
        line-height: 1.4;
    }

.footer-support-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary);
    text-decoration: none;
}

    .footer-support-link:hover {
        text-decoration: underline;
    }

.footer-cta-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    margin-bottom: 32px;
    text-align: center;
}

    .footer-cta-bar span {
        font-size: 16px;
        color: rgba(255,255,255,0.9);
    }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
}

.footer-social {
    display: flex;
    gap: 12px;
}

    .footer-social a {
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
    }

        .footer-social a:hover {
            background: var(--color-primary);
        }

    .footer-social svg {
        width: 20px;
        height: 20px;
        fill: var(--color-white);
    }

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

    .footer-legal a {
        font-size: 13px;
        color: rgba(255,255,255,0.6);
        text-decoration: none;
    }

        .footer-legal a:hover {
            color: var(--color-white);
        }

.footer-copyright {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

/* Hide duplicate footer */
.home-wrapper ~ footer:not(.homepage-footer),
body > footer:not(.homepage-footer) {
    display: none !important;
}

.site-footer:not(.homepage-footer),
footer[class=''] {
    display: none !important;
}

/* ========================================
   STICKY MOBILE CTA BAR
   ======================================== */
.mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: var(--color-white);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
    gap: 12px;
}

.mobile-cta-primary {
    flex: 2;
    background: var(--color-primary);
    color: white !important;
    padding: 14px 20px;
    border-radius: var(--radius-pill);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.mobile-cta-secondary {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--color-bg);
    color: var(--color-text) !important;
    padding: 14px 16px;
    border-radius: var(--radius-pill);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

    .mobile-cta-secondary svg {
        width: 18px;
        height: 18px;
    }

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   RESPONSIVE: TABLET (768px+)
   ======================================== */
@media (min-width: 768px) {
    .mobile-cta-bar {
        display: none;
    }

    .hero-text {
        text-align: left;
        flex: 1;
        min-width: 0;
        max-width: 50%;
    }

    .hero-media {
        flex: 1;
        min-width: 0;
        justify-content: center;
        max-width: 50%;
    }

    .hero-video-thumbnail {
        max-width: 100%;
        width: 100%;
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-subtitle {
        font-size: 18px;
        margin-left: 0;
        margin-right: 0;
    }

    .hero-cta-group {
        flex-direction: row;
        max-width: none;
        margin: 0 0 24px 0;
    }

    .hero-inline-stats {
        justify-content: flex-start;
    }

    .hero-trust-line {
        justify-content: flex-start;
    }

    .hero-stat-divider {
        display: inline;
    }

    /* Customer logos - tablet sizing */
    .customer-logos-grid {
        gap: 40px;
    }

    .customer-logo {
        height: 40px;
        max-width: 140px;
    }

    .challenge-section {
        padding: 80px 40px;
    }

    .section-headline {
        font-size: 40px;
    }

    .challenge-grid {
        flex-direction: row;
        gap: 20px;
    }

    .challenge-card {
        flex: 1;
        flex-direction: column;
        text-align: center;
    }

    .challenge-icon {
        margin: 0 auto;
    }

    .solution-bridge {
        padding: 48px;
    }

    .product-lineup {
        padding: 80px 40px;
    }

        .product-lineup .product-grid {
            flex-direction: row;
            gap: 24px;
            align-items: stretch;
        }

        .product-lineup .product-card {
            flex: 1;
        }

    .document-types {
        padding: 80px 40px;
    }
    /* 3-card layout for tablet: all 3 in a row */
    .types-grid {
        flex-direction: row;
        gap: 24px;
        align-items: stretch;
    }

    .type-card {
        flex: 1;
        min-width: 0;
    }
    /* Ensure consistent heights for alignment */
    .type-description {
        min-height: 90px;
    }

    .type-examples {
        min-height: 70px;
    }

    .type-products {
        min-height: 60px;
    }

    .mid-cta-section {
        padding: 80px 40px;
    }

    .mid-cta-headline {
        font-size: 40px;
    }

    .mid-cta-buttons {
        flex-direction: row;
    }

    .stats-bar {
        padding: 80px 40px;
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .stat-number {
        font-size: 52px;
    }

    .capture-journey {
        padding: 80px 40px;
    }

    .journey-grid {
        flex-direction: row;
        gap: 20px;
    }

    .journey-card {
        flex: 1;
    }

    .who-we-are {
        padding: 80px 40px;
    }

    .who-we-are-content {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .who-we-are-text {
        flex: 1;
        order: 1;
    }

    .who-we-are-media {
        flex: 1;
        order: 2;
    }

    .who-we-are-title {
        font-size: 40px;
    }

    .customer-success-section {
        padding: 80px 40px;
    }

    .customer-success-title {
        font-size: 40px;
    }

    .testimonials-grid {
        flex-direction: row;
        gap: 24px;
    }

    .testimonial-card {
        flex: 1;
    }

    .testimonial-attribution {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .customer-success-cta {
        flex-direction: row;
    }

    .homepage-footer {
        padding: 80px 40px 40px;
    }

    .footer-main {
        grid-template-columns: 1fr 2fr;
        gap: 60px;
    }

    .footer-brand {
        text-align: left;
    }

    .footer-contact-info {
        align-items: flex-start;
    }

    .footer-nav {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-cta-bar {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* ========================================
   RESPONSIVE: DESKTOP (1024px+)
   ======================================== */
@media (min-width: 1024px) {
    .hero-title {
        font-size: 56px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-video-thumbnail {
        width: 100%;
    }

    /* Customer logos - desktop sizing */
    .customer-logos-grid {
        gap: 48px;
    }

    .customer-logo {
        height: 44px;
        max-width: 160px;
    }

    .challenge-section {
        padding: 100px 60px;
    }

    .section-headline {
        font-size: 48px;
    }

    .challenge-grid {
        gap: 28px;
    }

    .product-lineup {
        padding: 100px 60px;
    }

        .product-lineup .product-grid {
            gap: 28px;
        }

        .product-lineup .product-card {
            padding: 32px;
        }

    .document-types {
        padding: 100px 60px;
    }

    .types-grid {
        gap: 32px;
    }

    .type-card {
        padding: 32px;
    }

    .type-icon {
        width: 72px;
        height: 72px;
    }

    .type-name {
        font-size: 24px;
        min-height: 32px;
    }

    .type-description {
        font-size: 16px;
        min-height: 100px;
    }

    .type-examples {
        min-height: 80px;
    }

    .type-products {
        min-height: 64px;
    }

    .mid-cta-section {
        padding: 100px 60px;
    }

    .stats-bar {
        padding: 100px 60px;
    }

    .stat-number {
        font-size: 60px;
    }

    .stat-label {
        font-size: 16px;
    }

    .capture-journey {
        padding: 100px 60px;
    }

    .journey-grid {
        gap: 24px;
    }

    .who-we-are {
        padding: 100px 60px;
    }

    .who-we-are-title {
        font-size: 48px;
    }

    .customer-success-section {
        padding: 100px 60px;
    }

    .testimonial-card {
        padding: 32px;
    }

    .testimonial-quote {
        font-size: 17px;
    }

    .homepage-footer {
        padding: 100px 60px 48px;
    }
}

/* ========================================
   RESPONSIVE: LARGE DESKTOP (1280px+)
   ======================================== */
@media (min-width: 1280px) {
    .hero-title {
        font-size: 64px;
    }

    .hero-subtitle {
        font-size: 22px;
        max-width: 550px;
    }

    .section-headline {
        font-size: 52px;
    }

    /* Trust logos - large desktop */
    .trust-logos {
        gap: 56px;
    }

    .trust-logo {
        height: 48px;
        max-width: 180px;
    }

    /* Customer logos - large desktop */
    .customer-logos-grid {
        gap: 56px;
    }

    .customer-logo {
        height: 48px;
        max-width: 180px;
    }

    .types-grid {
        gap: 40px;
    }

    .type-card {
        padding: 36px;
    }

    .type-icon {
        width: 80px;
        height: 80px;
    }
}
