﻿/* ==================================================
PeruPay Wallet
Unified Digital Wallet Payment System CSS

PART 1

Reset
Variables
Header
Navigation
Breadcrumb
Hero
Wallet UI

================================================== */


/* ==================================================
Root Variables
================================================== */


:root {
    --primary: #1769ff;
    --secondary: #7b4dff;
    --dark: #061b44;
    --bg: #f5f8ff;
    --text: #172033;
    --gray: #667085;
    --white: #ffffff;
    --shadow: 0 15px 35px rgba(0,0,0,.08);
    --blue-shadow: 0 20px 50px rgba(23,105,255,.18);
    --radius: 24px;
}





/* ==================================================
Reset
================================================== */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



html {
    scroll-behavior: smooth;
}



body {
    font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.8;
}



a {
    text-decoration: none;
    color: inherit;
}



img {
    max-width: 100%;
    display: block;
}



button {
    font-family: inherit;
}





p {
    line-height: 1.9;
}







/* ==================================================
Header
================================================== */


.header {
    height: 82px;
    padding: 0 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}





/* Logo */


.logo {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--primary);
}



    .logo span {
        color: var(--secondary);
    }







/* ==================================================
Navigation
================================================== */


.nav {
    display: flex;
    align-items: center;
    gap: 35px;
}



    .nav a {
        position: relative;
        font-size: 16px;
        transition: .3s;
    }




        .nav a:hover,
        .nav a.active {
            color: var(--primary);
            font-weight: 700;
        }






            /* Active underline */


            .nav a.active::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -10px;
                width: 100%;
                height: 3px;
                border-radius: 5px;
                background: linear-gradient( 135deg, var(--primary), var(--secondary) );
            }







/* Mobile menu */


.menu-btn {
    display: none;
    font-size: 30px;
    cursor: pointer;
}









/* ==================================================
Breadcrumb
================================================== */


.breadcrumb {
    padding: 20px 8%;
    background: #fff;
    color: var(--gray);
    font-size: 15px;
}









/* ==================================================
Hero
================================================== */


.hero {
    min-height: 650px;
    padding: 90px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    color: white;
    background: radial-gradient( circle at top right, rgba(123,77,255,.35), transparent 35% ), linear-gradient( 135deg, rgba(10,15,40,.45), rgba(30,80,180,.35) ), url("../picture/peru-payment-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.about-hero {
    min-height: 650px;
    padding: 90px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    color: white;
    background: radial-gradient( circle at top right, rgba(123,77,255,.35), transparent 35% ), linear-gradient( 135deg, rgba(10,15,40,.45), rgba(30,80,180,.35) ),url("../picture/about-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.advantages-hero {
    min-height: 650px;
    padding: 90px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    color: white;
    background: radial-gradient( circle at top right, rgba(123,77,255,.35), transparent 35% ), linear-gradient( 135deg, rgba(10,15,40,.45), rgba(30,80,180,.35) ),url("../picture/advantages-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.news-hero {
    min-height: 650px;
    padding: 90px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    color: white;
    background: radial-gradient( circle at top right, rgba(123,77,255,.35), transparent 35% ), linear-gradient( 135deg, rgba(10,15,40,.45), rgba(30,80,180,.35) ),url("../picture/news-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.contact-hero {
    min-height: 650px;
    padding: 90px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    color: white;
    background: radial-gradient( circle at top right, rgba(123,77,255,.35), transparent 35% ), linear-gradient( 135deg, rgba(10,15,40,.45), rgba(30,80,180,.35) ),url("../picture/contact-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    max-width: 760px;
}



.hero h1 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.35;
}



.hero p {
    margin-top: 30px;
    font-size: 18px;
    color: #eaf3ff;
}








/* ==================================================
Hero Button
================================================== */


.hero-btn {
    margin-top: 40px;
}



    .hero-btn a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 16px 45px;
        margin-right: 15px;
        border-radius: 50px;
        background: white;
        color: var(--primary);
        font-weight: 700;
        transition: .3s;
    }





        .hero-btn a:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(0,0,0,.25);
        }








/* ==================================================
Wallet Phone UI
================================================== */


.wallet-box {
    perspective: 1200px;
}



.phone {
    width: 320px;
    height: 600px;
    padding: 14px;
    border-radius: 45px;
    background: #111;
    box-shadow: 0 40px 80px rgba(0,0,0,.45);
    transform: rotateY(-12deg);
    transition: .5s;
}



    .phone:hover {
        transform: rotateY(0) translateY(-10px);
    }





.screen {
    height: 100%;
    padding: 30px;
    overflow: hidden;
    border-radius: 35px;
    background: #fff;
}





    .screen h3 {
        font-size: 22px;
        color: var(--primary);
    }



.balance {
    margin: 35px 0;
    font-size: 34px;
    font-weight: 900;
    color: var(--dark);
}




.success {
    padding: 15px;
    border-radius: 15px;
    background: #e8fff3;
    color: #00994c;
    font-weight: 700;
}




.card {
    margin-top: 20px;
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, #111827, #000000);
    color: white;
    box-shadow: 0 15px 35px rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
    transition: .3s;
}

/* ==================================================
PeruPay Wallet
Unified Digital Wallet Payment System CSS

PART 2

Section
Cards
Advantages
Stats
Industry
News
Article

================================================== */





/* ==================================================
Global Section
================================================== */


.section {
    padding: 90px 8%;
}



    .section h2 {
        text-align: center;
        font-size: 38px;
        font-weight: 900;
        color: var(--dark);
        margin-bottom: 30px;
    }




.desc {
    max-width: 850px;
    margin: auto;
    text-align: center;
    color: var(--gray);
    font-size: 17px;
}








/* ==================================================
Wallet Feature Grid

支付功能模块

================================================== */


.grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}









/* ==================================================
Common Card

数字钱包卡片系统

================================================== */


.box,
.adv-card {
    padding: 35px;
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: .35s;
    position: relative;
    overflow: hidden;
}





    /* 卡片顶部渐变线 */


    .box::before,
    .adv-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient( 135deg, var(--primary), var(--secondary) );
    }




    .box:hover,
    .adv-card:hover {
        transform: translateY(-10px);
        box-shadow: var(--blue-shadow);
    }





    .box h3,
    .adv-card h3 {
        margin-bottom: 15px;
        font-size: 22px;
        color: var(--primary);
    }





    .box p,
    .adv-card p {
        font-size: 15px;
        color: var(--gray);
    }









/* ==================================================
Wallet Advantage

系统优势页面

================================================== */


.advantage {
    padding: 90px 8%;
    background: linear-gradient( 180deg, #ffffff, #eef5ff );
    text-align: center;
}




    .advantage h2 {
        font-size: 38px;
        color: var(--dark);
    }





    .advantage .grid {
        margin-top: 50px;
    }








/* ==================================================
Stats

数据展示模块

================================================== */


.stats {
    padding: 80px 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    text-align: center;
    background: var(--dark);
    color: white;
}





    .stats div {
        min-width: 160px;
    }





    .stats strong {
        display: block;
        font-size: 48px;
        font-weight: 900;
        line-height: 1.2;
        color: #6ea8ff;
    }





    .stats p {
        margin-top: 10px;
        color: #dbe8ff;
    }









/* ==================================================
Industry Tags

行业应用

================================================== */


.industry {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}





    .industry span {
        padding: 15px 35px;
        border-radius: 50px;
        background: white;
        color: var(--primary);
        font-weight: 700;
        box-shadow: 0 8px 25px rgba(0,0,0,.08);
        transition: .3s;
    }




        .industry span:hover {
            color: white;
            background: linear-gradient( 135deg, var(--primary), var(--secondary) );
            transform: translateY(-6px);
        }








/* ==================================================
News Page

支付资讯

================================================== */


.news {
    padding: 90px 8%;
}





    .news h2 {
        text-align: center;
        font-size: 38px;
        font-weight: 900;
        color: var(--dark);
    }






.news-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}







/* News Card */


.news-card {
    padding: 35px;
    min-height: 240px;
    background: white;
    border-radius: 25px;
    box-shadow: var(--shadow);
    transition: .35s;
    position: relative;
}





    .news-card:hover {
        transform: translateY(-10px);
        box-shadow: var(--blue-shadow);
    }






    .news-card h3 {
        font-size: 22px;
        line-height: 1.5;
        color: var(--dark);
        margin-bottom: 15px;
    }





    .news-card p {
        color: var(--gray);
        font-size: 15px;
    }






    /* 新闻标签 */


    .news-card .tag {
        display: inline-block;
        margin-top: 20px;
        padding: 6px 18px;
        border-radius: 30px;
        background: #eef4ff;
        color: var(--primary);
        font-size: 13px;
        font-weight: 700;
    }







    .news-card a {
        display: inline-block;
        margin-top: 20px;
        color: var(--primary);
        font-weight: bold;
    }









/* ==================================================
News Category

资讯分类按钮

================================================== */


.news-category {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}




    .news-category button {
        padding: 14px 30px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        background: white;
        color: var(--text);
        font-weight: 600;
        box-shadow: 0 8px 25px rgba(0,0,0,.08);
        transition: .3s;
    }





        .news-category button:hover,
        .news-category button.active {
            color: white;
            background: linear-gradient( 135deg, var(--primary), var(--secondary) );
            transform: translateY(-5px);
        }









/* ==================================================
News Detail Article

新闻详情页面

================================================== */


.article {
    max-width: 1000px;
    margin: auto;
    padding: 80px 8%;
    background: white;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,.06);
}





    .article h1 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
        color: var(--dark);
        margin-bottom: 40px;
    }




    .article h2 {
        margin-top: 45px;
        margin-bottom: 20px;
        font-size: 28px;
        color: var(--primary);
    }





    .article p {
        font-size: 17px;
        color: #555;
        line-height: 2;
    }







    .article img {
        margin: 30px auto;
        border-radius: 20px;
    }







/* ==================================================
FAQ

常见问题

================================================== */


.faq {
    padding: 90px 8%;
}





    .faq .grid {
        margin-top: 40px;
    }




    .faq .box h3 {
        color: var(--dark);
        font-size: 20px;
    }




    .faq .box p {
        margin-top: 10px;
    }








/* ==================================================
Wallet Highlight Background

金融科技背景

================================================== */


.wallet-section {
    background: linear-gradient( 180deg, #fff, #f1f6ff );
}






/* ==================================================
Gradient Text

标题渐变

================================================== */


.gradient-text {
    background: linear-gradient( 135deg, var(--primary), var(--secondary) );
    -webkit-background-clip: text;
    color: transparent;
}



/* ==================================================
End Part 2

================================================== */

/* ==================================================
PeruPay Wallet
Unified Digital Wallet Payment System CSS

PART 3

Contact
Telegram
Floating Button
Footer
CTA

================================================== */





/* ==================================================
Contact CTA

联系我们 CTA 模块

================================================== */


.contact {
    padding: 100px 8%;
    text-align: center;
    color: white;
    background: linear-gradient( 135deg, var(--primary), var(--secondary) );
}





    .contact h2 {
        font-size: 40px;
        font-weight: 900;
        margin-bottom: 25px;
    }





    .contact p {
        max-width: 800px;
        margin: auto;
        font-size: 18px;
        color: #eaf3ff;
    }





    .contact a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 35px;
        padding: 16px 55px;
        border-radius: 50px;
        background: white;
        color: var(--primary);
        font-size: 17px;
        font-weight: 800;
        transition: .35s;
    }





        .contact a:hover {
            transform: translateY(-7px);
            box-shadow: 0 20px 40px rgba(0,0,0,.25);
        }









/* ==================================================
Telegram Contact Section

Telegram 联系模块

================================================== */


.telegram-contact {
    padding: 100px 8%;
    text-align: center;
    color: white;
    background: radial-gradient( circle at top right, rgba(123,77,255,.8), transparent 35% ), linear-gradient( 135deg, var(--dark), var(--primary) );
}





    .telegram-contact h2 {
        font-size: 40px;
        font-weight: 900;
        margin-bottom: 25px;
    }





    .telegram-contact > p {
        max-width: 800px;
        margin: 0 auto 45px;
        font-size: 18px;
        color: #eaf3ff;
    }









/* ==================================================
Telegram Card

玻璃效果

================================================== */


.telegram-box {
    width: 380px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 30px;
    backdrop-filter: blur(15px);
    transition: .35s;
}






    .telegram-box:hover {
        transform: translateY(-10px);
        background: rgba(255,255,255,.2);
    }









/* Telegram Icon */


.telegram-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient( 135deg, #229ED9, #0077ff );
    color: white;
    font-size: 35px;
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
}









/* Telegram Info */


.telegram-info {
    text-align: left;
}




    .telegram-info h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }





    .telegram-info p {
        font-size: 18px;
        font-weight: 700;
        color: #eaf5ff;
    }








/* ==================================================
Telegram Button

================================================== */


.telegram-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 60px;
    border-radius: 50px;
    background: white;
    color: var(--primary);
    font-size: 18px;
    font-weight: 800;
    transition: .35s;
}





    .telegram-btn:hover {
        transform: translateY(-6px);
        background: #eef5ff;
        box-shadow: 0 15px 35px rgba(0,0,0,.2);
    }









/* ==================================================
Floating Telegram

右下角悬浮按钮

================================================== */


.telegram-float {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient( 135deg, #229ED9, #0077ff );
    color: white;
    font-size: 32px;
    z-index: 9999;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
    animation: telegramFloat 2s infinite;
}







@keyframes telegramFloat {


    50% {
        transform: translateY(-10px);
    }
}








/* ==================================================
Footer

网站底部

================================================== */


footer {
    padding: 50px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background: var(--dark);
    color: white;
}







    footer h3 {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 15px;
    }





    footer p {
        color: #dbe8ff;
    }







    footer a {
        transition: .3s;
    }





        footer a:hover {
            color: #6ea8ff;
        }









/* ==================================================
Global CTA Small Button

================================================== */


.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    border-radius: 50px;
    background: linear-gradient( 135deg, var(--primary), var(--secondary) );
    color: white;
    font-weight: 700;
    transition: .35s;
}





    .btn-primary:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(23,105,255,.3);
    }









/* ==================================================
Mobile Responsive

全站移动端

================================================== */


@media(max-width:768px) {





    /* Header */


    .header {
        padding: 0 5%;
    }



    .logo {
        font-size: 26px;
    }





    .nav {
        display: none;
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        padding: 30px;
        background: white;
        flex-direction: column;
        gap: 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,.1);
    }





        .nav.active {
            display: flex;
        }





    .menu-btn {
        display: block;
    }







    /* Hero */


    .hero {
        padding: 60px 5%;
        min-height: auto;
        flex-direction: column;
        text-align: center;
    }





        .hero h1 {
            font-size: 34px;
        }





        .hero p {
            font-size: 16px;
        }






    .hero-btn a {
        width: 100%;
        margin: 8px 0;
    }







    /* Contact */


    .contact,
    .telegram-contact {
        padding: 60px 5%;
    }





        .contact h2,
        .telegram-contact h2 {
            font-size: 30px;
        }







    .telegram-box {
        padding: 20px;
    }







    .telegram-icon {
        width: 55px;
        height: 55px;
        font-size: 28px;
    }







    .telegram-info h3 {
        font-size: 20px;
    }





    .telegram-info p {
        font-size: 16px;
    }







    .telegram-btn {
        width: 100%;
    }








    /* Footer */


    footer {
        flex-direction: column;
        text-align: center;
    }







    .telegram-float {
        width: 55px;
        height: 55px;
        right: 15px;
        bottom: 20px;
        font-size: 26px;
    }
}





/* ==================================================
Extra Small

================================================== */


@media(max-width:420px) {



    .telegram-box {
        flex-direction: column;
    }





    .telegram-info {
        text-align: center;
    }



    .hero h1 {
        font-size: 30px;
    }
}

/* ==================================================
PeruPay Wallet
Unified Digital Payment System CSS

Part 4

Contact
Telegram
Footer
Pagination
Responsive

================================================== */





/* ==================================================
Contact Section

联系我们页面
================================================== */


.contact {
    padding: 100px 8%;
    text-align: center;
    color: white;
    background: radial-gradient( circle at top right, rgba(123,77,255,.8), transparent 35% ), linear-gradient( 135deg, #061b44, #1769ff );
}





    .contact h2 {
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 25px;
    }




    .contact p {
        max-width: 850px;
        margin: 0 auto;
        font-size: 18px;
        color: #eaf3ff;
    }





    .contact a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 35px;
        padding: 16px 55px;
        border-radius: 50px;
        background: white;
        color: #1769ff;
        font-size: 18px;
        font-weight: 800;
        transition: .35s;
    }





        .contact a:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(0,0,0,.25);
        }









/* ==================================================
Telegram Contact

支付技术团队联系模块
================================================== */


.telegram-contact {
    padding: 100px 8%;
    text-align: center;
    color: white;
    background: radial-gradient( circle at top right, rgba(123,77,255,.8), transparent 40% ), linear-gradient( 135deg, #061b44, #1769ff );
}





    .telegram-contact h2 {
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 25px;
    }





    .telegram-contact > p {
        max-width: 800px;
        margin: 0 auto 45px;
        font-size: 18px;
        color: #eaf3ff;
    }








/* Telegram 信息卡 */


.telegram-box {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 30px;
    backdrop-filter: blur(15px);
    transition: .35s;
}





    .telegram-box:hover {
        transform: translateY(-10px);
        background: rgba(255,255,255,.22);
    }








.telegram-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient( 135deg, #229ED9, #0077ff );
    font-size: 38px;
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
}








.telegram-info {
    text-align: left;
}




    .telegram-info h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }




    .telegram-info p {
        font-size: 18px;
        font-weight: 800;
        color: #eaf5ff;
    }








/* Telegram Button */


.telegram-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 65px;
    border-radius: 50px;
    background: white;
    color: #1769ff;
    font-size: 18px;
    font-weight: 900;
    transition: .35s;
}





    .telegram-btn:hover {
        transform: translateY(-6px);
        background: #eef5ff;
    }










/* ==================================================
Floating Telegram

右下角悬浮按钮
================================================== */


.telegram-float {
    position: fixed;
    right: 35px;
    bottom: 45px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient( 135deg, #229ED9, #0077ff );
    color: white;
    font-size: 34px;
    z-index: 9999;
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
    animation: telegramFloat 2s infinite;
}





@keyframes telegramFloat {


    50% {
        transform: translateY(-10px);
    }
}









/* ==================================================
Footer

网站底部
================================================== */


footer {
    padding: 55px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #061b44;
    color: white;
}





    footer h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }





    footer p {
        color: #dbe8ff;
    }









/* ==================================================
News Pagination Final

数字分页优化版
================================================== */


.pagination {
    margin: 70px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}





    .pagination a {
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        background: white;
        color: #172033;
        font-size: 16px;
        font-weight: 800;
        border: 1px solid #e6edff;
        box-shadow: 0 10px 25px rgba(23,105,255,.08);
        transition: .35s;
        position: relative;
    }







        .pagination a:hover {
            color: white;
            background: linear-gradient( 135deg, #1769ff, #7b4dff );
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(23,105,255,.25);
        }







        .pagination a.active {
            color: white;
            background: linear-gradient( 135deg, #1769ff, #7b4dff );
            box-shadow: 0 20px 45px rgba(23,105,255,.35);
        }







            .pagination a.active::before {
                content: "";
                position: absolute;
                inset: -5px;
                border-radius: 22px;
                background: linear-gradient( 135deg, #1769ff, #7b4dff );
                opacity: .15;
                z-index: -1;
            }










/* ==================================================
Mobile Responsive Final
================================================== */


@media(max-width:768px) {



    .header {
        padding: 0 5%;
    }




    .logo {
        font-size: 26px;
    }





    .hero h1 {
        font-size: 34px;
    }





    .section,
    .news,
    .contact,
    .telegram-contact {
        padding: 60px 5%;
    }





        .contact h2,
        .telegram-contact h2 {
            font-size: 30px;
        }





    .telegram-box {
        flex-direction: column;
    }





    .telegram-info {
        text-align: center;
    }





    .telegram-btn {
        width: 100%;
    }





    .pagination {
        gap: 10px;
        flex-wrap: wrap;
    }





        .pagination a {
            width: 44px;
            height: 44px;
            border-radius: 14px;
            font-size: 14px;
        }





    footer {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }





    .telegram-float {
        width: 55px;
        height: 55px;
        right: 15px;
        bottom: 20px;
        font-size: 26px;
    }
}








@media(max-width:420px) {



    .hero h1 {
        font-size: 30px;
    }




    .hero-btn a {
        width: 100%;
    }




    .telegram-box {
        padding: 25px;
    }
}

/* ==================================================
Payment News Section
PeruPay Wallet Style
================================================== */


.news {
    padding: 90px 8%;
    background: linear-gradient( 180deg, #f5f8ff, #ffffff );
}




    /* 标题 */


    .news h2 {
        text-align: center;
        font-size: 38px;
        font-weight: 900;
        color: #061b44;
        margin-bottom: 50px;
        position: relative;
    }





        .news h2::after {
            content: "";
            display: block;
            width: 70px;
            height: 4px;
            margin: 18px auto 0;
            border-radius: 10px;
            background: linear-gradient( 135deg, #1769ff, #7b4dff );
        }







/* 新闻列表 */


.news-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    max-width: 1200px;
    margin: auto;
}







    /* 新闻卡片 */


    .news-grid a {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 150px;
        padding: 35px;
        background: #ffffff;
        border-radius: 25px;
        color: #172033;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6;
        box-shadow: 0 15px 35px rgba(0,0,0,.06);
        border: 1px solid rgba(23,105,255,.08);
        transition: .35s;
        overflow: hidden;
    }







        /* 左侧渐变线 */


        .news-grid a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient( 180deg, #1769ff, #7b4dff );
            transform: scaleY(0);
            transition: .35s;
        }





        /* 阅读箭头 */


        .news-grid a::after {
            content: "→";
            position: absolute;
            right: 30px;
            bottom: 25px;
            font-size: 22px;
            color: #1769ff;
            opacity: 0;
            transform: translateX(-10px);
            transition: .35s;
        }







        /* Hover */


        .news-grid a:hover {
            transform: translateY(-10px);
            color: #1769ff;
            box-shadow: 0 25px 55px rgba(23,105,255,.18);
        }






            .news-grid a:hover::before {
                transform: scaleY(1);
            }



            .news-grid a:hover::after {
                opacity: 1;
                transform: translateX(0);
            }








        /* 最后一项 查看更多 */


        .news-grid a:last-child {
            background: linear-gradient( 135deg, #1769ff, #7b4dff );
            color: white;
            justify-content: center;
            text-align: center;
        }





            .news-grid a:last-child::before {
                display: none;
            }




            .news-grid a:last-child::after {
                color: white;
                right: 35px;
            }






            .news-grid a:last-child:hover {
                color: white;
                box-shadow: 0 25px 60px rgba(23,105,255,.35);
            }









/* ==================================================
Mobile News
================================================== */


@media(max-width:768px) {



    .news {
        padding: 60px 5%;
    }




        .news h2 {
            font-size: 30px;
            margin-bottom: 35px;
        }




    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }




        .news-grid a {
            min-height: 120px;
            padding: 25px;
            font-size: 16px;
            border-radius: 20px;
        }




            .news-grid a::after {
                right: 20px;
                bottom: 18px;
            }
}