/* ========== Hero Section ========== */
.hero {
    padding-top: 60px;
    background: url('../images/bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 134px 20px 144px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.hero-content {
    padding-top:60px ;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    flex: 1;
    max-width: 520px;
    margin: 0 auto
}
.hero-image {
    font-size: 0;
    margin: 0 auto
}

.hero-image{
    max-width: 614px;
}

.hero-image img{
    width: 100%;
}
.hero-subtitle {
    font-size: 26px;
    font-family: OPPOSans-M, OPPOSans-M;
    font-weight: normal;
    color: #26272D;
    line-height: 54px;
    letter-spacing: 2.5px;
}

.hero-title {
    font-family: OPPOSans-B, OPPOSans-B;
    font-size: 50px;
    color: #26272D;
    letter-spacing: 4.9px;
    line-height: 1;
    margin-bottom: 30px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.hero-tag {
    width: 101px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #26272D;
    background: url('../images/btn_se_1.png') no-repeat center center;
    background-size: cover;
    font-family: OPPOSans-M, OPPOSans-M;
    font-weight: normal;
    letter-spacing: 1.3px;
    font-weight: normal;
}

.btn-primary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 236px;
    height: 40px;
    background: url('../images/btn_se_2.png') no-repeat center center;
    background-size: cover;
    font-family: OPPOSans-M, OPPOSans-M;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    letter-spacing: 1.6px;
    font-weight: normal;
}

.btn-primary img {
    width: 24px;
    height: 22px;
    margin-right: 15px;
}

.hero-tip {
    font-family: OPPOSans-M, OPPOSans-M;
    font-weight: normal;
    margin-top: 30px;
    font-size: 15px;
    line-height: 22px;
    color: #2052FD;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ========== Stats Section ========== */
.stats-section {
    padding: 60px 20px;
    background: #FFF;
}

.stats-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
}

.stat-icon {
   font-size: 0;
   margin-right: 15px;
}

.stat-number {
    font-size: 20px;
    font-family: OPPOSans-B, OPPOSans-B;
    font-weight: normal;
    color: #26272D;
}

.stat-label {
    font-size: 12px;
    font-family: OPPOSans-M, OPPOSans-M;
    font-weight: normal;
    color: #26272D;
}

/* ========== About Content Section ========== */
.about-content-section {
    padding: 60px 20px;
}

.about-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1040px;
    min-height: 363px;
    padding: 20px 100px;
    background-image: url('../images/ab-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
    text-align: center;
}

.about-content-inner .logo {
    justify-content: center;
    margin-bottom: 32px;
}

.about-content-inner .logo-text {
    font-size: 24px;
}

.about-desc {
    font-size: 14px;
    color: #26272D;
    line-height: 2;
    text-align: left;
    font-family: OPPOSans-R, OPPOSans-R;
    font-weight: normal;
    letter-spacing: 1.5px;
}

/* ========== Footer ========== */
.footer {
    background: #4A4A4A;
    color: #fff;
    font-family: OPPOSans, OPPOSans;
    padding: 40px 20px 20px;
}

.footer-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #666;
}

.footer-qr {
    text-align: center;
}

.footer-qr .logo {
    margin-bottom: 16px;
}
.footer-qr .logo img{
    width: 142px;
}
.qr-code {
    width: 170px;
    height: 170px;
    background: #FFF;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qr-code img{
    width: 100%;
}


.footer-links .bold,
.footer-contact .bold {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 1.5px;
    line-height: 1;
    font-family: OPPOSans-B, OPPOSans-B;
}

.footer-links a {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-family: OPPOSans-R, OPPOSans-R;
}

.footer-links a:hover {
    color: #FF6B8A;
}

.footer-contact p {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.5;
}

.footer-bottom {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1.2px;
    font-family: OPPOSans-R, OPPOSans-R;
    line-height: 24px;
}

.footer-bottom a {
    color: #fff;
    font-family: OPPOSans-R, OPPOSans-R;
}


/* Responsive */
@media (max-width: 768px) {
    .hero-inner {
        padding-top: 30px ;
        padding-bottom: 30px;
        text-align: center;
    }
    .hero-content{
        padding: 0;
    }

    .hero-tags {
        justify-content: center;
    }

    .btn-primary{
        margin: 0 auto;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-title,.hero-subtitle{
        letter-spacing: 1.5px;
    }

    .stats-section,.about-content-section{
        padding: 25px 20px;
    }
    .about-content-inner{
        padding: 20px;
    }
    .stat-item{
        margin: 10px 0;
    }
}