body{
    font-family: "Noto Sans SC";
}
.hero{
    background-image: url('../../images/payment/image 1.png');
    background-size: cover;
    color: #fff;
}
.hero-any{
    padding: 120px 0;
}
 .title-main {
    font-size: 3.2rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 16px;
}
.title-sub {
    background: linear-gradient(87deg, rgba(36, 117, 254, 1) 1%, rgba(3, 175, 230, 1) 12%, rgba(92, 152, 253, 1) 41%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.6rem;
    font-weight: bold;
}
.desc {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.5;
    margin: 16px 0;
}
.stats {
    display: flex;
    gap: 32px;
    margin:16px 0 32px 0;
}
.stat-item {
    text-align: left;
}
.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 0.8rem;
    color: #64748b;
}
.buttons {
    display: flex;
    gap: 20px;
}
.btn {
    
    font-size: 1rem;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.btn-telegram {
    background: linear-gradient(50deg, rgba(0, 82, 217, 1) 30%, rgba(37, 113, 254, 1) 61%);
    color: white;
}
.btn-whatsapp {
    background-color: white;
    color: #1f2937;
}
.btn-icon {
    width: 24px;
    height: 24px;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.section{
    margin: 80px 0 60px 0;
}
.header-left {
    margin-left: 0px !important;
}
.header-left .portfolio-label {
    color: #00b4d8;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.header-left .title {
    font-size: 2rem;
    font-weight: bold;
    color: #1a2b48;
}
.header-right .desc1 {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    max-width: 450px;
    margin-top: 32px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.product-card {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s ease;
}
.product-card.active {
    border-color: rgba(88, 215, 233, 1);
    box-shadow: 0 12px 24px 0 rgba(239, 251, 252, 1);
}
.card-icon {
    width: 56px;
    height: 56px;
    background-color: rgba(229, 248, 251, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #1a2b48;
}
.card-desc {
    font-size: 1rem;
    color: rgba(71, 85, 105, 1);
    line-height: 1.7;
    flex-grow: 1;
}
.card-link {
    color: rgba(0, 193, 222, 1);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}
.card-link::after {
    content: ">";
    font-size: 20px;
}
.guide{
    padding: 60px 0;
    background-color: rgba(246, 249, 252, 1);
}
.section-header1 {
    text-align: center;
    margin-bottom: 50px;
}
.section-header1 .guide-label {
    color: #00b4d8;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.section-header1 .title {
    font-size: 2rem;
    font-weight: bold;
    color: #1a2b48;
}
.guide-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: stretch;
}
.pain-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px 35px;
    color: #9ca3af;
    display: flex;
    flex-direction: column;
}
.pain-card .card-title1 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.pain-card .card-title1 .icon {
    width: 32px;
    height: 32px;
    background-color: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 20px;
}
.pain-points {
    list-style: none;
    margin-bottom: auto;
}
.pain-points li {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    line-height: 1.7;
    font-size: 1rem;
}
.pain-points li .star {
    color: #ff4d4f;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 4px;
}
.pain-footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f0f4f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pain-footer .risk-tag {
    background-color: rgba(255, 241, 242, 1);
    color: rgba(255, 32, 86, 1);
    padding: 4px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.8rem;
}
.recommend-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 35px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}
.recommend-card .recommended-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #001f3f;
    color: #00d4ff;
    padding: 6px 20px;
    border-bottom-left-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
}
.recommend-card .card-title1 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 28px;
    font-weight: 600;
    color: #1a2b48;
    margin-bottom: 35px;
}
.recommend-card .card-title1 .icon {
    width: 32px;
    height: 32px;
    background-color: #00b4d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.recommend-points {
    list-style: none;
}
.recommend-points li {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 18px;
    color: rgba(118, 132, 141, 1);
}
.recommend-points li .check {
    color: #00b4d8;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 4px;
}
.recommend-points li strong {
    font-weight: 600;
    color: rgba(0, 23, 47, 1);
}
.process-section {
    max-width: 1300px;
    margin: 0 auto;
}

.section-header1 .process-label {
    color: #00b4d8;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.process-card {
    background-color: #f8fafc;
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    position: relative;
}
.step-number {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 2rem;
    font-weight: bold;
    color: #e2e8f0;
    z-index: 0;
}
.card-icon1 {
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 1px rgba(233, 234, 235, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    margin-top: 24px;
}

.card-title1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a2b48;
    margin-bottom: 20px;
}
.card-desc1 {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}
.process{
    padding: 60px 0;
}


.section-header1 .payment-label {
    color: #00b4d8;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}
.payment-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.payment-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
}
.payment-icon {
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.payment-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0a1a2f;
}
.payment{
    padding: 60px 0;
    background-color: rgba(244, 247, 252, 1);
}
.map-tips1-text{
    background-color: rgba(244, 247, 252, 1)!important;
}
.icon{
    width: 32px;
    height: 32px;
}
@media (max-width: 1200px) {
    .product-grid,.guide-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .process-grid,.payment-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .map-tips1-wave img{
        width: 100% !important;
    }
    .section-header,.buttons{
        flex-direction: column;
    }
    .title-main,.map-tips1-text-top{
        font-size: 2rem;
    }
    .title-sub,.stat-number{
        font-size: 1.5rem;
    }
    .desc{
        font-size: 0.8rem;
    }
    .hero-any{
        padding: 40px 0;
    }
}