@import "./variables.less";

.the-main-g {
    .banner {
        background: linear-gradient(
            90deg,
            #003f7b 0%,
            #003f7b 48%,
            #f5faff 50%,
            #f5faff 100%
        );
        .banner-background-g {
            background: url("../../static/images/sponsor-partnership/banner.png") no-repeat top right;
            background-size: calc(100% + 4px) calc(100% + 4px);
            .banner-content-g{
                .banner-left-g{
                    max-width: 50%;
                }
            }
        }
        .banner-button-g{
            padding: 5px 16px;
            background: linear-gradient( 315deg, #FB961E 0%, #FC861F 100%);
            border-radius: 4px;
            display: inline-block;
            font-weight: 400;
            font-size: 16px;
            color: #FFFFFF;
        }
    }

    .title-container{
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        .title{
            font-weight: 500;
            font-size: 32px;
            color: #003F7B;
        }
    }

    .why-container{
        padding: 64px 0;
        background: #fff;
        .why-cards{
            width: 1200px;
            margin: auto;
            .why-card{
                display: flex;
                align-items: center;
                .left{
                    width: 580px;
                    height: 270px;
                    img{
                        width: 100%;
                        height: 100%;
                    }
                }
                .right{
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    flex-shrink: 1;
                    min-width: 0;
                    .title{
                        font-weight: 500;
                        font-size: 28px;
                        color: #003F7B;
                    }
                    .desc{
                        font-weight: 400;
                        font-size: 16px;
                        color: #1A1A1A;
                    }
                }
            }
        }
    }

    .tiers-container{
        padding: 64px 0;
        background: #F5FAFF;
        .tiers-cards{
            width: 1200px;
            margin: auto;
            display: flex;
            gap: 30px;
            .tiers-card{
                flex: 1;
                padding: 32px 24px;
                background: #FFFFFF;
                box-shadow: 0 4px 20px 1px rgba(0,63,123,0.1);
                border-radius: 16px 16px 16px 16px;
                border: 1px solid #2B85FB;

                display: flex;
                flex-direction: column;
                gap: 24px;
                .top{
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    .title{
                        font-weight: bolder;
                        font-size: 20px;
                        color: #1A1A1A;
                    }
                    .desc{
                        font-weight: 400;
                        font-size: 16px;
                        color: #4B5563;
                        white-space: nowrap;
                    }
                }
                .split{
                    width: 100%;
                    height: 1px;
                    background: #E8EAED;
                }
                .bottom{
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    .content{
                        display: flex;
                        gap: 5px;
                        font-weight: 400;
                        font-size: 14px;
                        .label{
                            width: 30%;
                            color: #1A1A1A;
                            font-weight: bolder;
                        }
                        .value{
                            width: calc(70% - 5px);
                            color: #4B5563;
                        }
                    }
                }
            }
        }
    }

    .client-container{
        padding: 64px 0;
        background: #fff;
        .client-cards{
            width: 1200px;
            margin: auto;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            .client-card{
                width: calc((100% - 60px) / 3);
                padding: 32px 24px;
                background: #F9FAFB;
                box-shadow: 0 4px 20px 1px rgba(0,63,123,0.1);
                border-radius: 16px;
                border: 1px solid #2B85FB;

                display: flex;
                flex-direction: column;
                gap: 16px;
                .top{
                    image{
                        width: 60px;
                        height: 60px;
                    }
                }
                .bottom{
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    .title{
                        font-weight: bolder;
                        font-size: 20px;
                        color: #1A1A1A;
                    }
                    .desc{
                        font-weight: 400;
                        font-size: 14px;
                        color: #4B5563;
                    }
                }
            }
            .client-card:last-child{
                gap: 8px;
                background: #003F7B;
                border: none;
                align-items: center;
                justify-content: center;
                .top{
                    font-weight: 500;
                    font-size: 20px;
                    color: #FFFFFF;
                }
                .bottom{
                    font-weight: 400;
                    font-size: 14px;
                    color: #FFFFFF;
                    text-align: center;
                }
            }
        }
    }

    .obtain-container{
        padding: 64px 0;
        background: #F5FAFF;
        .obtain-cards{
            width: 1200px;
            margin: auto;

            display: flex;
            gap: 20px;
            .obtain-card{
                flex: 1;
                padding: 32px 24px;
                background: #FFFFFF;
                border-radius: 16px;
                border: 1px solid #E8EAED;

                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                .step{
                    margin-bottom: 16px;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background: #003F7B;

                    font-weight: 500;
                    font-size: 20px;
                    color: #FFFFFF;

                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .title{
                    margin-bottom: 8px;
                    font-weight: bolder;
                    font-size: 20px;
                    color: #1A1A1A;
                }
                .desc{
                    font-weight: 400;
                    font-size: 14px;
                    color: #4B5563;
                    text-align: center;
                }
            }
        }
    }

    .partner-commitments{
        background: #FFFFFF;
        padding: 64px;

        .partner-container{
            width: 1200px;
            margin: auto;

            display: flex;
            gap: 40px;

            .left{
                display: flex;
                flex-direction: column;
                gap: 20px;
                flex-shrink: 1;
                min-width: 0;
                font-weight: 400;
                font-size: 16px;
                color: #1A1A1A;
                .row:first-child{
                    text-indent: 2em;
                    a {
                        color: #2B85FB;
                        text-indent: initial;
                    }
                }
                .row:nth-child(2){
                    text-indent: 2em;
                }
                .row:last-child{
                    background: #F5FAFF;
                    width: 100%;
                    padding: 16px 17px;
                    font-weight: 400;
                    font-size: 16px;
                    color: #4B5563;
                }
            }
            .right{
                width: 560px;
            }
        }
    }

    .tiers-explanation,.obtain-explanation,.partner-explanation{
        width: 1200px;
        margin: 30px auto 0;
        padding: 16px;

        text-align: center;

        background: #FFF9E6;
        border-radius: 8px 8px 8px 8px;
        border-left: 2px solid #F0C102;

        font-weight: 400;
        font-size: 16px;
        color: #4B5563;
    }
}
