/* Partners Page Specific Styles */
body {
    background-color: #ffffff;
}

.partners-hero {
    position: relative;
    height: 621px;
    background-color: #000000;
    overflow: hidden;
}

.partners-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: top;
    justify-content: center;
    gap: 125px;
    height: 100%;
    padding: 0 80px;
    margin-top: 180px;
}

.partners-hero-text {
    flex: 1;
    max-width: 761px;
}

.hero-title {
    font-size: 50px;
}

.partners-hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 32px;
}

.partners-hero-title .highlight-fu {
    color: #e76de5;
}

.partners-hero-title .highlight-bl {
    color: #80acf3;
}

.partners-hero-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 32.5px;
    color: #ffffff;
    margin-bottom: 45px;
    max-width: 551px;
    letter-spacing: -0.4492px;
}

.partners-hero-cta {
    background: linear-gradient(90deg, #80acf3 0%, #e76de5 100%);
    border: none;
    border-radius: 16px;
    padding: 18px 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 246px;
    height: 55px;
}

.partners-hero-cta:hover {
    transform: translateY(-2px);
}

/* Testimonial Section */
.apps-testimonial {
    position: relative;
    height: 857px;
    overflow: hidden;
}

.apps-testimonial-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
    /* padding: 0 80px; */
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.testimonial-image {
    flex: 1;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.testimonial-content {
    flex: 1;
    /*background: rgba(0, 0, 0, 0.2);*/
    border-radius: 16px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    /* width: 600px; */
    height: 500px;
    justify-content: center;
}

.testimonial-quote {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.3691px;
}

.testimonial-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* Impact Section */
.impact-section {
    margin: 200px auto;
    width: 1440px;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
}

.impact-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 80px;
    gap: 100px;
}

.impact-text {
    flex: 1;
    max-width: 480px;
}

.impact-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 32.5px;
    color: #ffffff;
    margin-bottom: 34px;
}

.impact-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    color: #ffffff;
}

.impact-visual {
    flex: 1;
    max-width: 461px;
    height: 400px;
    position: relative;
}

.impact-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.impact-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e76de5 0%, #80acf3 100%);
    opacity: 0.8;
    z-index: 2;
}

.impact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* Partnership Options */

.partnership-options {
    position: relative;
    /* height: 857px; */
    overflow: hidden;
    /* width: 1440px; */
    background: linear-gradient(to bottom, #000000 0%, #000000 60%, #ffffff 100%);
}

.partnership-options::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/c4d5502639ed9655ae3d52c475beee72d651736a.png') no-repeat center;
    background-size: 100% 100%;
    background-position: 50% 50%;
    filter: blur(28.65px);
    z-index: 1;
}

.partnership-options-container {
    position: relative;
    z-index: 2;
    /* display: flex; */
    align-items: center;
    gap: 40px;
    height: 100%;
    /* padding: 0 80px; */
    width: 1440px;
    margin: 0 auto;
}

.partnership-card {
    /* background: linear-gradient(180deg, #292929 0%, #000000 100%); */
    /* border-radius: 16px; */
    padding: 40px;

    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.partnership-card:not(:last-child) {
    margin-bottom: 40px;
}

.partnership-image {
    width: 100%;
    /* height: 600px; */
    overflow: hidden;
}

.partnership-photo {
    width: 100%;
    align-self: stretch;
    border-radius: 16px;
}

.partnership-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.partnership-info {
    flex: 1.4;
    max-width: 550px;
    display: flex;
    flex-direction: column;
}

.partnership-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 30px;
}

.partnership-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.25px;
    color: #ffffff;
    margin-bottom: 30px;
}

.partnership-cta {
    border-radius: 16px;
    padding: 18px 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 246px;
    height: 55px;
    margin-top: auto;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.partnership-cta.fu {
    background: linear-gradient(90deg, #e76de5 0%, #e76de5 100%);
    border: 1px solid #e76de5;
    margin-top: auto;
}

.partnership-cta.bl {
    background: linear-gradient(90deg, #80acf3 0%, #80acf3 100%);
    border: 1px solid #80acf3;
    margin-top: auto;
}

.partnership-cta:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.partnership-benefits {
    flex: 1;
    max-width: 40%;
}

.partnership-separator {
    width: 10%;
}

.benefits-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: -0.3125px;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 21px;
    /* background: linear-gradient(90deg, #4b194a 0%, #000000 100%); */
    /* border: 1px solid #e76de5; */
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.benefit-icon {
    width: 20px;
    height: 20px;
    background: #e76de5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon img {
    width: 20px;
    height: 20px;
}

.partnership-card:nth-child(3) .benefit-icon {
    background: #80acf3;
}

/* Comparison Table */
.comparison-section {
    margin: 200px auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
}

.comparison-table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    /* height: 938px; */
    padding: 0;
}

.table-header {
    display: flex;
    height: 76px;
}

.table-cell {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    letter-spacing: -0.4395px;
}

.feature-column {
    justify-content: flex-start;
    text-align: left;
}

.strategic-column {
    background: linear-gradient(90deg, #80acf3 0%, #80acf3 100%);
    color: #ffffff;
    border-radius: 10px;
    margin: 8px;
    width: 328px;
}

.table-body {
    display: flex;
    flex-direction: column;
}

.table-row {
    display: flex;
    min-height: 57px;
}

.table-row:nth-child(odd) {
    background: rgba(128, 172, 243, 0.19);
}

.table-row {
    border-radius: 8px;
}

.table-row:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}

.check-icon img {
    width: 20px;
    height: 20px;
}

.cross-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.partners-profile-card {
    /* background: rgba(102, 102, 102, 0.4); */
    /* backdrop-filter: blur(6px); */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    border-radius: 17px;
    padding: 20px;
    text-align: center;
    max-width: 290px;
    width: 100%;
}

/* Contact Section Styles */
.contact-section {
    position: relative;
    background-color: #000000;
    border-radius: 16px;
    overflow: hidden;
    /* margin: 80px 0; */
}

.contact-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.contact-decorative-bg {
    position: absolute;
    top: -20%;
    right: -35%;
    width: 975px;
    height: 975px;
    background: url('assets/c39c301a26ba8bb92fc010ff6119f01528006efa.svg') no-repeat center;
    background-size: contain;
    transform: rotate(270deg);
}

.contact-container {
    position: relative;
    z-index: 2;
    padding: 80px;
}

.contact-content {
    display: flex;
    align-items: center;
    gap: 180px;
    max-width: 1049px;
    margin: 0 auto;
}

.contact-text {
    flex: 1;
    color: white;
}

.contact-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: 0.35px;
}

.contact-title .highlight-pink {
    color: #e76de5;
}

.contact-description {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.45px;
}

.contact-testimonial {
    flex-shrink: 0;
}

.testimonial-card {
    /* background: linear-gradient(135deg, rgba(43, 34, 34, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%); */
    /* backdrop-filter: blur(6px); */
    /* border: 1px solid #e5e7eb; */
    border-radius: 17px;
    padding: 20px;
    width: 290px;
    position: relative;
}

.testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}

.profile-image {
    width: 160px;
    height: 161px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    text-align: center;
    color: white;
}

.testimonial-cta {
    background: #ffffff;
    border: none;
    border-radius: 17px;
    padding: 17px 34px;
    color: #000000;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    letter-spacing: -0.47px;
}

.partners-profile-avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto 25px;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.partners-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partners-profile-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: -0.4977px;
}

.partners-profile-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 4px;
    letter-spacing: -0.3539px;
}

.partners-profile-company {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: -0.3539px;
}

.partners-profile-cta {
    background: #ffffff;
    border: none;
    border-radius: 17px;
    padding: 17px 34px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    height: 64px;
    letter-spacing: -0.4689px;
}

.partners-profile-cta:hover {
    transform: translateY(-2px);
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
    .apps-testimonial {
        height: auto;
        min-height: 600px;
    }
    
    .apps-testimonial-container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        gap: 30px;
        height: auto;
        min-height: 500px;
    }
    
    .testimonial-image {
        flex: 1;
        width: 100%;
        height: 300px;
    }
    
    .testimonial-content {
        flex: 1;
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 30px;
        gap: 30px;
    }
    
    .impact-title {
        font-size: 36px;
        line-height: 44px;
    }
    
    .impact-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .partnership-card {
        padding: 20px;
    }

    .partnership-cta {
        width: 100%;
    }

    .apps-testimonial {
        height: auto;
        min-height: 500px;
    }
    
    .apps-testimonial-container {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        gap: 24px;
        height: auto;
    }
    
    .testimonial-image {
        flex: 1;
        width: 100%;
        height: 250px;
        order: 1;
    }
    
    .testimonial-content {
        flex: 1;
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 24px;
        gap: 24px;
        order: 2;
    }
    
    .impact-title {
        font-size: 28px;
        line-height: 34px;
    }
    
    .impact-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .partnership-options-container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .partnership-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .partnership-info {
        max-width: 100%;
    }
    
    .partnership-benefits {
        max-width: 100%;
    }
    
    .partnership-separator {
        display: none;
    }
    
    .contact-container {
        padding: 40px 20px;
    }
    
    .contact-content {
        flex-direction: column;
        gap: 40px;
        max-width: 100%;
    }
    
    .contact-title {
        font-size: 32px;
        line-height: 38px;
    }
    
    .contact-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .testimonial-card {
        width: 100%;
        max-width: 100%;
    }
    
    .comparison-section {
        padding: 0 10px;
        margin: 100px auto;
    }
    
    .comparison-table {
        border-radius: 12px;
    }
    
    .table-cell {
        padding: 16px 8px;
        font-size: 12px;
        line-height: 18px;
    }
    
    .table-header {
        height: 60px;
    }
    
    .table-row {
        min-height: 50px;
    }
}

@media (max-width: 480px) {
    .impact-title {
        font-size: 24px;
        line-height: 30px;
    }
    
    .contact-title {
        font-size: 28px;
        line-height: 34px;
    }
    
    .partnership-title {
        font-size: 32px;
    }
    
    .comparison-section {
        padding: 0 10px;
    }
    
    .table-cell {
        padding: 12px 6px;
        font-size: 12px;
        line-height: 16px;
    }
    
    .table-header {
        height: 50px;
    }
    
    .table-row {
        min-height: 45px;
    }
}