/* ######## Company Page ######## */
#company-page {
    font-family: "Signika", sans-serif;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.company-section {
    display: flex;
    flex-direction: column;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

/* ######## Scroll Fade-In ######## */
.fade-in {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ######## Hero ######## */
#company-hero {
    padding-top: 190px;
    padding-bottom: 130px;
    min-height: 85vh;
    justify-content: flex-start;
}

.company-hero-content {
    max-width: 800px;
}

.company-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 26px;
}

.company-hero-title {
    font-family: 'Signika', sans-serif;
    font-size: 76px;
    color: white;
    line-height: 1.08;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.company-hero-sub {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    max-width: 560px;
    margin: 0;
}

/* ######## Divider ######## */
.company-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
    margin: 0 8%;
}

/* ######## Mission ######## */
#company-mission {
    padding-top: 110px;
    padding-bottom: 110px;
    align-items: flex-start;
}

.company-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 36px;
}

.company-mission-text {
    font-family: 'Signika', sans-serif;
    font-size: 40px;
    color: white;
    line-height: 1.4;
    max-width: 850px;
    font-weight: 500;
}

/* ######## Stats ######## */
#company-stats {
    padding-top: 90px;
    padding-bottom: 90px;
}

.company-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 70px;
}

.company-stat-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 22px;
    padding: 52px 40px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-align: center;
    transition: background 250ms ease, border-color 250ms ease;
}

.company-stat-card:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.2);
}

.stat-number {
    font-family: 'Signika', sans-serif;
    font-size: 68px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 14px;
}

.stat-number.green {
    color: var(--secondary);
}

.stat-plus {
    color: var(--secondary);
    font-size: 44px;
    vertical-align: super;
    line-height: 0;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.company-team-text {
    max-width: 740px;
}

.company-team-text p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.85;
    margin: 0;
}

/* ######## Values ######## */
#company-values {
    padding-top: 100px;
    padding-bottom: 100px;
}

.company-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 44px;
}

.company-value-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 44px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background 250ms ease, border-color 250ms ease, transform 250ms ease;
}

.company-value-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-3px);
}


.value-title {
    font-family: 'Signika', sans-serif;
    font-size: 24px;
    color: white;
    font-weight: 700;
    margin-bottom: 14px;
}

.value-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
}

/* ######## Product ######## */
#company-product {
    padding-top: 100px;
    padding-bottom: 100px;
}

.company-product-inner {
    max-width: 680px;
}

.company-product-title {
    font-family: 'Signika', sans-serif;
    font-size: 54px;
    color: white;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 16px;
    line-height: 1.12;
}

.company-product-text {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.73);
    line-height: 1.85;
    margin-bottom: 16px;
    margin-top: 0;
}

.company-app-badges {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 40px;
    align-items: center;
}

.company-badge {
    height: 44px;
    width: auto;
    transition: opacity 200ms ease, transform 200ms ease;
}

.company-badge:hover {
    opacity: 0.82;
    transform: translateY(-2px);
}

#badge-container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

/* ######## CTA ######## */
#company-cta {
    padding-top: 80px;
    padding-bottom: 150px;
}

.company-cta-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 90px 80px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company-cta-title {
    font-family: 'Signika', sans-serif;
    font-size: 54px;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.company-cta-sub {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.6;
}

.company-cta-card .about-download-button {
    margin-top: 20px;
}

/* ######## Mobile ######## */
@media (max-width: 580px) {
    .company-section {
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #company-hero {
        padding-top: 120px;
        min-height: auto;
    }

    .company-hero-title {
        font-size: 42px;
        line-height: 1.1;
    }

    .company-hero-sub {
        font-size: 16px;
    }

    #company-mission {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .company-mission-text {
        font-size: 26px;
    }

    .company-stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .company-stat-card {
        padding: 36px 28px;
    }

    .stat-number {
        font-size: 52px;
    }

    .company-values-grid {
        grid-template-columns: 1fr;
    }

    .company-value-card {
        padding: 32px 28px;
    }

    .company-product-title {
        font-size: 36px;
    }

    .company-app-badges {
        flex-direction: column;
        align-items: flex-start;
    }

    .company-cta-card {
        padding: 48px 28px;
    }

    .company-cta-title {
        font-size: 36px;
    }

    .company-divider {
        margin: 0 6%;
    }
}
