


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

        :root {
            
            --w: 1400px;
            --cw: 90%;
            --sec-pad: 84px;        
            --gap: 24px;            

         
--dark: #0b1f3a;        
--ink: #132f52;         
--body: #455a72;        
--muted: #74879d;       
--brand: #2563eb;       
--brand-dark: #1d4ed8;  
--bright: #60a5fa;      
--soft: #eef4fb;        
--soft-2: #f5f9ff;      
--line: #d9e4f1;        
--white: #ffffff;

            
            --fz-title: 36px;       
            --fz-card-title: 20px;  
            --fz-body: 15px;        
            --fz-sub: 15px;         

            --radius: 14px;
            --shadow: 0 18px 40px rgba(31, 92, 60, 0.10);
        }

        html { scroll-behavior: smooth; }

        body {
            font-family: 'Microsoft YaHei', system-ui, -apple-system, sans-serif;
            color: var(--body);
            background: var(--white);
            overflow-x: hidden;
            line-height: 1.6;
        }

        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }
        ul { list-style: none; }
        button { font-family: inherit; }

        
        .js .reveal {
            opacity: 0;
            transform: translateY(34px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        .js .reveal.in { opacity: 1; transform: none; }

        
        .js .stagger > .reveal:not(.in):nth-child(1) { transition-delay: 0.05s; }
        .js .stagger > .reveal:not(.in):nth-child(2) { transition-delay: 0.15s; }
        .js .stagger > .reveal:not(.in):nth-child(3) { transition-delay: 0.25s; }
        .js .stagger > .reveal:not(.in):nth-child(4) { transition-delay: 0.35s; }
        .js .stagger > .reveal:not(.in):nth-child(5) { transition-delay: 0.05s; }
        .js .stagger > .reveal:not(.in):nth-child(6) { transition-delay: 0.15s; }

        @media (prefers-reduced-motion: reduce) {
            .js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
        }

        
        .pb-sec {
            padding: var(--sec-pad) 0;
            position: relative;
            overflow: hidden;
        }
        .pb-sec.alt { background: var(--soft-2); }
        .pb-in {
            width: var(--cw);
            max-width: var(--w);
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        
        .pb-sec::before,
        .pb-sec::after {
            content: "";
            position: absolute;
            pointer-events: none;
        }

        

        
        .explore-capability-section::before {
            top: -130px;
            right: -110px;
            width: 520px;
            height: 520px;
            background: linear-gradient(135deg, rgba(47, 122, 82, 0.13), rgba(47, 122, 82, 0) 66%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 32% 86%, 0 46%, 22% 14%);
        }
        .explore-capability-section::after {
            bottom: -90px;
            left: -70px;
            width: 320px;
            height: 320px;
            background: linear-gradient(45deg, rgba(116, 212, 160, 0.20), rgba(116, 212, 160, 0) 70%);
            clip-path: polygon(0 58%, 38% 0, 100% 28%, 82% 100%, 0 100%);
        }

        
        .emon-track-section::before {
            top: -190px;
            left: -130px;
            width: 540px;
            height: 540px;
            background: radial-gradient(circle at center, rgba(47, 122, 82, 0.20), rgba(47, 122, 82, 0) 68%);
        }
        .emon-track-section::after {
            bottom: -150px;
            right: -90px;
            width: 480px;
            height: 420px;
            background: linear-gradient(225deg, rgba(47, 122, 82, 0.18), rgba(47, 122, 82, 0) 62%);
            clip-path: polygon(72% 0, 100% 28%, 100% 100%, 20% 100%, 0 62%);
        }

        
        .accel-section::before {
            top: 50%;
            right: -170px;
            width: 430px;
            height: 600px;
            transform: translateY(-50%);
            background: radial-gradient(ellipse at center, rgba(47, 122, 82, 0.11), rgba(47, 122, 82, 0) 70%);
            border-radius: 50%;
        }
        .accel-section::after {
            top: -90px;
            left: 6%;
            width: 300px;
            height: 280px;
            background: linear-gradient(135deg, rgba(116, 212, 160, 0.20), rgba(116, 212, 160, 0) 66%);
            clip-path: polygon(0 0, 82% 0, 100% 38%, 62% 100%, 0 72%);
        }

        
        .sol-section::before {
            bottom: -170px;
            left: -110px;
            width: 560px;
            height: 500px;
            background: linear-gradient(315deg, rgba(47, 122, 82, 0.20), rgba(47, 122, 82, 0) 60%);
            clip-path: polygon(0 30%, 42% 0, 100% 18%, 92% 82%, 30% 100%, 0 70%);
        }
        .sol-section::after {
            top: -120px;
            right: 4%;
            width: 420px;
            height: 420px;
            background: radial-gradient(circle at center, rgba(47, 122, 82, 0.17), rgba(47, 122, 82, 0) 66%);
            border-radius: 50%;
        }

        
        .news-section::before {
            top: -130px;
            right: -90px;
            width: 500px;
            height: 460px;
            background: linear-gradient(200deg, rgba(47, 122, 82, 0.12), rgba(47, 122, 82, 0) 64%);
            clip-path: polygon(100% 0, 28% 0, 0 36%, 14% 100%, 76% 84%, 100% 48%);
        }
        .news-section::after {
            bottom: -110px;
            left: 3%;
            width: 440px;
            height: 280px;
            background: radial-gradient(ellipse at center, rgba(116, 212, 160, 0.17), rgba(116, 212, 160, 0) 70%);
            border-radius: 50%;
        }
        

        
        .pb-sec-head { text-align: center; margin-bottom: 44px; }
        .pb-sec-head h2 {
            font-size: var(--fz-title);
            font-weight: 700;
            color: var(--ink);
            line-height: 1.3;
        }
        .pb-sec-en {
            display: block;
            font-size: 14px;
            color: var(--muted);
            margin-top: 6px;
            padding-bottom: 14px;
            position: relative;
        }
        .pb-sec-en::after {
            content: "";
            position: absolute;
            left: 50%; bottom: 0;
            transform: translateX(-50%);
            width: 60px; height: 3px;
           background: linear-gradient(90deg, var(--brand), var(--bright));
            border-radius: 3px;
        }

        
        header {
            position: sticky;
            top: 0;
            z-index: 999;
            background-color: rgba(15, 44, 30, 0.95);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            transition: background-color 0.4s ease, box-shadow 0.4s ease;
        }

        body.scrolled header {
            background-color: rgba(15, 44, 30, 0.98);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
        }

        .header-wrap {
            width: var(--cw);
            max-width: var(--w);
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0;
            transition: padding 0.4s ease;
        }

        body.scrolled .header-wrap { padding: 10px 0; }

        .logo {
            color: var(--white);
            font-size: 30px;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 8px;
            width: 160px;
        }

        .logo i { color: var(--bright); font-size: 26px; }

        .nav-pc { display: flex; gap: 4px; }
        .nav-item { position: relative; }

        .nav-pc .nav-title {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #fff;
            padding: 14px 24px;
            font-size: 15px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }
@media screen and (max-width:1200px){
 .nav-pc .nav-title {
        
            padding: 14px 14px;
           
        }
    
}
        .nav-pc .nav-title:hover {
            color: var(--bright);
            background: rgba(255, 255, 255, 0.06);
        }

        .arrow-icon { transition: transform 0.3s; font-size: 12px; }

        
        .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            min-width: 230px;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
            display: none;
            border-radius: 0 0 10px 10px;
            overflow: hidden;
        }

        .submenu a {
            display: block;
            color: var(--ink);
            padding: 13px 20px;
            font-size: 14px;
            border-left: 3px solid transparent;
            transition: all 0.25s ease;
        }

        .submenu a:hover {
            background: var(--soft);
            border-left-color: var(--brand);
            color: var(--brand-dark);
            padding-left: 24px;
        }

        .nav-item:hover .submenu { display: block; }
        .nav-item:hover .arrow-icon { transform: rotate(180deg); }

        
        .nav-mega-item .gy-mega {
            position: absolute;
            top: 100%;
            left: 0;
            width: 640px;
            padding-top: 14px;           
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: opacity .28s ease,
                        transform .28s cubic-bezier(.25,.1,.25,1),
                        visibility .28s ease;
            z-index: 1000;
        }

        .nav-mega-item:hover .gy-mega,
        .nav-mega-item:focus-within .gy-mega {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .gy-mega-box {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 16px;
            box-shadow: 0 18px 44px rgba(15, 44, 30, 0.14);
            padding: 24px;
            display: flex;
            gap: 24px;
        }

        
        .gy-mega-cats {
            flex: 0 0 270px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .gy-mega-cat {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            min-height: 64px;
            padding: 0 20px;
            border-radius: 12px;
            background: linear-gradient(180deg, #f8f9f7, #f1f3f0);
            color: var(--ink);
            font-size: 15.5px;
            font-weight: 500;
            transition: background .25s ease, color .25s ease,
                        box-shadow .25s ease;
        }

        .gy-mega-cat .gy-cat-arrow {
            font-size: 14px;
            color: #a9b4ac;
            transition: color .25s ease;
        }

        .gy-mega-cat.active,
        .gy-mega-cat:hover {
            background: linear-gradient(180deg, #f0f7f3, #e5f1ea);
            color: var(--brand-dark);
            font-weight: 600;
            box-shadow: 0 6px 16px rgba(31, 92, 60, 0.10);
        }

        .gy-mega-cat.active .gy-cat-arrow,
        .gy-mega-cat:hover .gy-cat-arrow {
            color: var(--brand);
        }

        
        .gy-mega-subs {
            flex: 1 1 auto;
            min-width: 0;
            border-left: 1px solid var(--line);
            padding-left: 24px;
        }

        .gy-mega-sub { display: none; }
        .gy-mega-sub.active { display: block; animation: gyMegaFade .26s ease; }

        @keyframes gyMegaFade {
            from { opacity: 0; transform: translateY(6px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        .gy-mega-sub-title {
            font-size: 13px;
            color: var(--muted);
            letter-spacing: 1px;
            padding-bottom: 10px;
            margin-bottom: 8px;
            border-bottom: 1px solid var(--line);
        }

        .gy-mega-sub a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            padding: 11px 14px;
            border-radius: 8px;
            color: var(--ink);
            font-size: 14.5px;
            transition: background .22s ease, color .22s ease, padding-left .22s ease;
        }

        .gy-mega-sub a i {
            font-size: 11px;
            color: #b6c0b9;
            opacity: .55;
            transition: opacity .22s ease, color .22s ease;
        }

        .gy-mega-sub a:hover {
            background: var(--soft);
            color: var(--brand-dark);
            padding-left: 18px;
        }

        .gy-mega-sub a:hover i { opacity: 1; color: var(--brand); }

        
        @media (min-width: 993px) and (max-width: 1120px) {
            .nav-mega-item .gy-mega { width: 580px; }
            .gy-mega-cats { flex-basis: 250px; }
            .gy-mega-cat { min-height: 60px; padding: 0 16px; font-size: 14.5px; }
        }

        .header-right { display: flex; align-items: center; gap: 14px; }

        
        .header-phone {
            color: var(--bright);
            font-weight: 600;
            font-size: 15px;
            white-space: nowrap;
        }

        .header-search {
            display: flex;
            align-items: center;
            gap: 6px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 6px 14px;
            transition: all 0.3s;
        }

        .header-search:hover { background: rgba(255, 255, 255, 0.18); }

        .header-search input {
            background: none;
            border: none;
            outline: none;
            color: #fff;
            font-size: 13px;
            width: 0;
            transition: width 0.3s ease;
        }

        .header-search:hover input { width: 100px; }
        .header-search input::placeholder { color: #b8d4c4; }
        .header-search i { color: #b8d4c4; }

        .hamburger {
            display: none;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
            padding: 6px;
            transition: transform 0.3s ease;
        }

        .hamburger.open { transform: rotate(90deg); }
        .hamburger.open .fa-bars::before { content: "\f00d"; }

        
        .mobile-menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: var(--dark);
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.45s ease, opacity 0.35s ease;
            z-index: 998;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        }

        .mobile-menu.open {
            max-height: calc(100vh - 64px);
            opacity: 1;
            overflow-y: auto;
        }

        .mobile-menu-group { border-bottom: 1px solid rgba(255, 255, 255, 0.07); }

        
        .mobile-menu > a {
            display: block;
            color: #fff;
            padding: 15px 24px;
            font-size: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        }

        .mobile-menu-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
            padding: 15px 24px;
            cursor: pointer;
            font-size: 15px;
            transition: background 0.3s;
        }

        .mobile-menu-title:hover { background: rgba(255, 255, 255, 0.05); }

        .mobile-sub {
            background: #163826;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease;
        }

        .mobile-sub.open { max-height: 80vh; }

        .mobile-sub a {
            display: block;
            color: #c8e0d2;
            padding: 4px 44px;
            font-size: 14px;
            transition: all 0.25s;
            
        }

        .mobile-sub a:hover { color: var(--bright); padding-left: 50px; }

        
        .mobile-sub a.gy-mcat {
            padding: 0px 24px 2px;
            color: var(--bright);
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .5px;
            
        }

        .mobile-sub a.gy-mcat:not(:first-child) {
            margin-top: 0px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .mobile-sub a.gy-mcat:hover { color: var(--bright); padding-left: 24px; }

        .mobile-arrow { transition: transform 0.3s; font-size: 12px; }
        .mobile-arrow.rotate { transform: rotate(180deg); }

        

.carousel-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    
    min-height: 300px;
    
    opacity: 0;
    transition: opacity 0.4s ease;
}

.carousel-wrap.loaded{
    opacity:1;
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.carousel-item.active { 
    opacity: 1;
    position: relative;
}

.carousel-bg {
    width: 100%;
    background: var(--dark);
    background-position: center;
    position: relative;
}
.carousel-bg img{
    width:100%;
    height:auto;
    display:block;
}

.carousel-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    
}

.carousel-text {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 560px;
    z-index: 2;
}

.carousel-text h1 {
    font-size: 46px;
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: bold;
}

.carousel-text p {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.92;
    margin-bottom: 28px;
}

.carousel-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--bright);
    color: var(--dark);
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(116, 212, 160, 0.45);
    gap: 14px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 3;
}

.carousel-arrow:hover { background: rgba(255, 255, 255, 0.3); }
.carousel-arrow-left { left: 20px; }
.carousel-arrow-right { right: 20px; }

.carousel-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active { background: var(--bright); width: 32px; border-radius: 6px; }

@media(max-width:768px){
    .carousel-text h1{
        font-size:30px;
    }
    .carousel-text p{
        font-size:16px;
    }
    .carousel-arrow{
        width:36px;
        height:36px;
    }
}


        
        .explore-section-title { display: none; }

        
        .explore-tab-nav {
            display: flex;
            justify-content: center;
            margin-bottom: 44px;
        }

        .explore-tab-wrap {
            display: inline-flex;
            gap: 4px;
            background: var(--soft);
            border: 1px solid rgba(47, 122, 82, 0.10);
            padding: 6px;
            border-radius: 999px;
            position: relative;
            z-index: 1;
            max-width: 100%;
            overflow-x: auto;
            scrollbar-width: thin;
        }

        .explore-tab-item {
            padding: 11px 38px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            background: transparent;
            color: var(--brand-dark);
            border: none;
            border-radius: 999px;
            transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .explore-tab-item:hover { color: var(--brand); }

        .explore-tab-item.active {
            background: var(--brand);
            color: #fff;
            box-shadow: 0 6px 16px rgba(47, 122, 82, 0.28);
        }
        .explore-tab-item:focus { outline: none; }

        .explore-content-card {
            display: none;
            align-items: stretch;
        }

        .explore-content-card.active {
            display: flex;
            animation: pbFade 0.55s ease both;
            filter: drop-shadow(0 18px 40px rgba(31, 92, 60, 0.12));
        }

        @keyframes pbFade {
            from { opacity: 0; transform: translateY(16px); }
            to { opacity: 1; transform: translateY(0); }
        }

        
        .explore-card-img-box {
            flex: 0 0 42%;
            border-radius: var(--radius) 0 0 var(--radius);
            overflow: hidden;
        }
        .explore-card-img-box img { width: 100%; height: 100%; object-fit: cover; }

        .explore-card-text-wrap {
            flex: 1;
            background: var(--soft);
            padding: 56px 52px;
            border-radius: 0 var(--radius) var(--radius) 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .explore-card-text-wrap h2 {
            font-size: 22px;
            color: var(--ink);
            margin-bottom: 16px;
        }

        .explore-card-text-wrap p {
            font-size: var(--fz-body);
            line-height: 1.8;
            color: var(--body);
            margin-bottom: 14px;
        }

        
        .emon-track-title { display: none; }

        .emon-track-wrap {
          
            border-radius: 14px;
            padding: 52px 20px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            box-shadow: 0 12px 40px rgba(44,106,160,.25);
        }

        .emon-track-item {
            text-align: center;
            padding: 0 20px;
            position: relative;
        }
        .emon-track-item + .emon-track-item {
            border-left: 1px solid rgba(255,255,255,.28);
        }
        .emon-num {
            font-size: 52px;
            font-weight: 800;
            color: var(--brand);
            line-height: 1;
            margin-bottom: 14px;
            letter-spacing: 1px;
        }
        .emon-num small {
            font-size: 18px;
            font-weight: 500;
            margin-left: 4px;
            color: rgba(255,255,255,.85);
        }
        .emon-desc {
            font-size: 15px;
            color: var(--brand);
            line-height: 1.7;
            letter-spacing: .5px;
        }

        
        .accel-main-title { display: none; }

        .accel-card-wrap {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: var(--gap);
        }

        .accel-card-item {
            position: relative;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            padding: 34px 26px 26px;
            overflow: hidden;
            transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
        }

        .accel-card-item::before {
               content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
 
    border-top: 20px solid var(--brand);
    border-right: 20px solid var(--brand);
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
        }

        .accel-card-item:hover {
            transform: translateY(-8px);
            border-color: var(--brand);
            box-shadow: var(--shadow);
        }

        .accel-card-item:hover .accel-card-icon {
            background: var(--brand);
            color: #fff;
            transform: rotate(-4deg) scale(1.08);
        }

        .accel-card-item:hover .accel-card-title { color: var(--brand-dark); }
        .accel-card-item:hover .accel-card-img { transform: scale(1.04); }

        .accel-card-icon {
            width: 54px;
            height: 54px;
            border-radius: 14px;
            background: var(--soft);
            color: var(--brand);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            margin-bottom: 18px;
            transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
        }

        .accel-card-title {
            font-size: var(--fz-card-title);
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 12px;
            transition: color 0.3s ease;
        }

        .accel-card-desc {
            font-size: var(--fz-body);
            line-height: 1.8;
            color: var(--body);
            margin-bottom: 20px;
        }

        .accel-card-img-wrap {
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            background: var(--soft-2);
        }

        .accel-card-img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        
        .sol-title {
            text-align: center;
            margin-bottom: 12px;
        }

        .sol-subtitle {
            text-align: center;
            font-size: var(--fz-sub);
            color: var(--muted);
            margin-bottom: 48px;
        }

        .sol-wrap {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: var(--gap);
        }

        .sol-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            overflow: hidden;
            padding: 24px;
            transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
            display: flex;
            flex-direction: column;
        }

        .sol-card:hover {
            transform: translateY(-8px);
            border-color: var(--brand);
            box-shadow: var(--shadow);
        }

        .sol-img-box {
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 20px;
            background: var(--soft-2);
        }

        .sol-img {
            width: 100%;
            height: 240px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .sol-card:hover .sol-img { transform: scale(1.05); }

        .sol-card-label {
            display: inline-block;
            font-size: 12px;
            color: var(--brand-dark);
            background: var(--soft);
            padding: 6px 14px;
            border-radius: 999px;
            margin-bottom: 14px;
            font-weight: 600;
            align-self: flex-start;
        }

        .sol-card-title {
            font-size: var(--fz-card-title);
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 12px;
        }

        .sol-card-desc {
            font-size: var(--fz-body);
            line-height: 1.8;
            color: var(--body);
        }

        
        .news-header {
            display: flex;
            
            flex-direction: column;
        }

        .news-title-group {
            display: flex;
            flex-direction: column;
            gap: 4px;
            text-align: left;
        }

        .news-title { font-size: var(--fz-title); font-weight: 700; color: var(--ink); }

        .news-subtitle {
            font-size: 14px;
            color: var(--muted);
        }

        .news-grid {
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            gap: var(--gap);
            align-items: end;
        }

        .news-main-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            padding: 24px;
            display: flex;
            flex-direction: column;
            transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .news-main-card::before {
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
 
    border-top: 20px solid var(--brand);
    border-right: 20px solid var(--brand);
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
        }

        .news-main-card:hover {
            box-shadow: var(--shadow);
            transform: translateY(-6px);
            border-color: var(--brand);
        }

        .news-main-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            color: var(--brand-dark);
            background: var(--soft);
            padding: 6px 14px;
            border-radius: 999px;
            margin-bottom: 14px;
            font-weight: 600;
            width: fit-content;
        }

        .news-main-title {
            font-size: var(--fz-card-title);
            font-weight: 700;
            line-height: 1.5;
            color: var(--ink);
            margin-bottom: 12px;
        }

        .news-main-desc {
            font-size: var(--fz-body);
            line-height: 1.8;
            color: var(--body);
            margin-bottom: 20px;
        }

        .news-figure {
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
            background: var(--soft-2);
            margin-top: auto;
        }

        .news-figure img {
            width: 100%;
            height: 330px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .news-main-card:hover .news-figure img { transform: scale(1.04); }

        .news-date-bottom,
        .news-date-right {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: var(--muted);
        }

        .news-date-bottom { margin-top: 16px; }

        .news-side-list { display: flex; flex-direction: column; gap: 23px; }

        .news-side-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            padding: 22px;
            display: flex;
            gap: 18px;
            align-items: center;
            transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .news-side-card::before {
             content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
 
    border-top: 20px solid var(--brand);
    border-right: 20px solid var(--brand);
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
        }

        .news-side-card:hover {
            box-shadow: var(--shadow);
            transform: translateY(-5px);
            border-color: var(--brand);
        }

        .news-side-figure {
            width: 170px;
            height: 123px;
            border-radius: 12px;
            overflow: hidden;
            background: var(--soft-2);
            flex-shrink: 0;
        }

        .news-side-figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .news-side-card:hover .news-side-figure img { transform: scale(1.05); }

        .news-side-content { flex: 1; min-width: 0; }

        .news-side-title {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            color: var(--ink);
            margin-bottom: 10px;
        }

        
        .global-section {
            padding: var(--sec-pad) 0;
            background: var(--soft-2);
            position: relative;
            overflow: hidden;
        }

        .global-section::before,
        .global-section::after {
            content: "";
            position: absolute;
            z-index: 0;
            pointer-events: none;
        }

        .global-section::before {
            top: -80px;
            right: -60px;
            width: 420px;
            height: 420px;
            background: linear-gradient(120deg, rgba(47, 122, 82, 0.14), rgba(47, 122, 82, 0) 60%);
            clip-path: polygon(40% 0, 100% 0, 100% 60%, 70% 100%, 20% 75%, 0 40%, 10% 10%);
        }

        .global-section::after {
            bottom: -100px;
            left: -80px;
            width: 360px;
            height: 360px;
            background: linear-gradient(60deg, rgba(47, 122, 82, 0.10), rgba(47, 122, 82, 0) 55%);
            clip-path: polygon(0 20%, 30% 0, 80% 10%, 100% 50%, 85% 90%, 40% 100%, 0 70%);
        }

        .global-inner {
            width: var(--cw);
            max-width: var(--w);
            margin: 0 auto;
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .global-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: var(--brand-dark);
            background: var(--soft);
            padding: 8px 18px;
            border-radius: 999px;
            margin-bottom: 22px;
            font-weight: 600;
        }

        .global-main-title { margin-bottom: 16px; }

        .global-subtitle {
            font-size: var(--fz-sub);
            color: var(--body);
            margin-bottom: 32px;
            line-height: 1.8;
        }

        .global-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--brand);
            color: #fff;
            padding: 14px 30px;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            transition: all 0.3s ease;
            margin-bottom: 60px;
        }

        .global-btn:hover {
            background: var(--brand-dark);
            transform: translateY(-4px);
            box-shadow: 0 14px 30px rgba(31, 92, 60, 0.25);
        }

        .global-cards-wrap {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px;
            align-items: stretch;
        }

        .loc-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            padding: 34px 22px 30px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
            position: relative;
            overflow: hidden;
        }

        
        .loc-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 3px;
            border-radius: 3px 3px 0 0;
            background: linear-gradient(90deg, var(--brand), var(--bright));
            transform: translateX(-50%);
            transition: width 0.35s ease;
        }

        .loc-card:hover {
            transform: translateY(-8px);
            border-color: var(--brand);
            box-shadow: var(--shadow);
        }

        .loc-card:hover::after { width: 60%; }

        .loc-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: var(--soft);
            color: var(--brand);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            margin-bottom: 16px;
            transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
        }

        .loc-card:hover .loc-icon {
            background: var(--brand);
            color: #fff;
            transform: translateY(-4px);
        }

        .loc-region {
            font-size: var(--fz-card-title);
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 8px;
        }

        .loc-text {
            font-size: var(--fz-body);
            color: var(--body);
            line-height: 1.7;
        }

        
        .foot-section {
            background:
                linear-gradient(90deg, var(--brand), var(--bright), var(--brand)) top center / 100% 4px no-repeat,
                linear-gradient(180deg, #152a1e 0%, #0f2318 100%);
            color: #fff;
            padding: 70px 0 28px;
            position: relative;
            overflow: hidden;
        }

        
        .foot-section::before {
            content: "";
            position: absolute;
            top: -80px;
            right: -60px;
            width: 420px;
            height: 420px;
            background: linear-gradient(120deg, rgba(116, 212, 160, 0.16), rgba(116, 212, 160, 0) 60%);
            clip-path: polygon(40% 0, 100% 0, 100% 60%, 70% 100%, 20% 75%, 0 40%, 10% 10%);
            pointer-events: none;
        }

        
        .foot-section::after {
            content: "";
            position: absolute;
            bottom: -100px;
            left: -80px;
            width: 360px;
            height: 360px;
            background: linear-gradient(60deg, rgba(116, 212, 160, 0.13), rgba(116, 212, 160, 0) 55%);
            clip-path: polygon(0 20%, 30% 0, 80% 10%, 100% 50%, 85% 90%, 40% 100%, 0 70%);
            pointer-events: none;
        }

        .foot-inner {
            width: var(--cw);
            max-width: var(--w);
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .foot-top {
            display: grid;
            grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
            gap: 40px;
            padding-bottom: 44px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            margin-bottom: 26px;
        }

        .foot-brand { display: flex; flex-direction: column; gap: 14px; }

        .foot-logo {font-size: 22px;font-weight: 700;letter-spacing: 1px;width: 160px;}
        .foot-logo span { color: var(--bright); }

        .foot-slogan {
            font-size: 14px;
            line-height: 1.7;
            color: #c3d2c9;
            max-width: 260px;
        }

        .foot-social { display: flex; gap: 12px; margin-top: 4px; }

        .foot-social a {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.08);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .foot-social a:hover {
            background: var(--brand);
            transform: translateY(-4px);
        }

        .foot-col h4 {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .foot-col h4::before {
            content: "";
            width: 24px;
            height: 2px;
            background: var(--bright);
            border-radius: 2px;
        }

        .foot-col ul { display: flex; flex-direction: column; gap: 12px; }

        .foot-col ul li a {
            font-size: 14px;
            color: #c3d2c9;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .foot-col ul li a:hover { color: var(--bright); padding-left: 4px; }
        .foot-col ul li a i { font-size: 11px; color: var(--brand); }

        .foot-contact ul li {
            display: flex;
            gap: 10px;
            font-size: 14px;
            color: #c3d2c9;
            line-height: 1.7;
        }

        .foot-contact ul li i {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            background: rgba(116, 212, 160, 0.14);
            color: var(--bright);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            flex-shrink: 0;
        }

        .foot-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            font-size: 13px;
            color: #93a39a;
        }

        .foot-links { display: flex; gap: 20px; flex-wrap: wrap; }
        .foot-links a { color: #93a39a; transition: color 0.3s ease; }
        .foot-links a:hover { color: var(--bright); }

        
        @media (max-width: 992px) {
            :root { --fz-title: 30px; --sec-pad: 64px; }

            .nav-pc, .header-right { display: none; }
            .hamburger { display: flex; }

            .carousel-text h1 { font-size: 30px; }
            .carousel-text p {font-size: 12px;}
          
            .carousel-arrow { display: none; }

            
            .explore-tab-wrap { flex-wrap: wrap; justify-content: center; }
            .explore-tab-item { padding: 10px 20px; font-size: 14px; }
            
            .explore-content-card.active { flex-direction: column; }
            .explore-card-img-box { flex: none; height: 240px; border-radius: var(--radius) var(--radius) 0 0; }
            .explore-card-text-wrap { padding: 30px 26px; border-radius: 0 0 var(--radius) var(--radius); }
            .explore-card-text-wrap h2 { font-size: 20px; }

            
            .emon-track-wrap { grid-template-columns: repeat(2, 1fr); gap: 0; }
            .emon-track-item { padding: 0 16px; }
            .emon-track-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.28); margin-top: 32px; padding-top: 32px; }
            .emon-track-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.28); margin-top: 32px; padding-top: 32px; }
            .emon-num { font-size: 44px; }

            
            .accel-card-wrap { grid-template-columns: repeat(2, 1fr); }
            .global-cards-wrap { grid-template-columns: repeat(2, 1fr); }

            
            .loc-card {
                
                justify-content: flex-start;
                text-align: center;
                gap: 10px;
                padding: 24px 26px;
            }
            .loc-icon { width: 54px; height: 54px; font-size: 20px; margin-bottom: 0; flex-shrink: 0; }

            
            .news-grid { grid-template-columns: 1fr; }
            .news-figure img { height: 260px; }
            .news-side-figure { width: 160px; height: 120px; }

            
            .foot-top { grid-template-columns: 1fr 1fr; gap: 36px; }
        }

        @media (max-width: 640px) {
            :root { --fz-title: 26px; --sec-pad: 52px; --cw: 94%; }

            .carousel-text { left: 2%; max-width: 96%; }
            .carousel-text h1 {font-size: 20px;}
            .carousel-btn { padding: 12px 24px; font-size: 14px; }

            
            .emon-track-wrap {grid-template-columns: 1fr 2;gap: 0;padding: 36px 20px;grid-template-columns: repeat(2, 1fr);}
            .emon-track-item + .emon-track-item {
                
                
                
                
            }
            .emon-track-item:nth-child(3), .emon-track-item:nth-child(4) { border-top: none !important; margin-top: 0 !important; padding-top: 28px !important; }
            .emon-num {font-size: 30px;}

            
            .accel-card-wrap,
            .sol-wrap,
            .global-cards-wrap {grid-template-columns: 1fr;}

            .sol-img { height: 190px; }
            .accel-card-img { height: 160px; }

            
            .news-header {}
            .news-title-icon { width: 42px; height: 42px; }
            .news-side-card { flex-direction: column; align-items: flex-start; }
            .news-side-figure { width: 100%; height: 180px; }
            .news-figure img { height: 220px; }

            
            .pb-sec::after { display: none; }
            .pb-sec::before { opacity: 0.6; }
            .global-section::before,
            .global-section::after,
            .foot-section::before,
            .foot-section::after { opacity: 0.6; }

            
            .global-btn { width: 100%; justify-content: center; margin-bottom: 44px; }

            
            .foot-section { padding: 52px 0 24px; }
            .foot-top { grid-template-columns: 1fr; gap: 32px; }
            .foot-bottom { flex-direction: column; align-items: flex-start; }
        }

         .stage {
      position: relative;
      width: 50px;
      height: 50px;
      margin: 20px 0;   
    }

    .circle-arrow-btn {
      position: absolute;
      top: 0;
      left: 0;              
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 999px;
      background: var(--brand);
      text-decoration: none;
      overflow: hidden;
      box-shadow: 0 8px 16px -4px rgba(37, 99, 235, 0.25);
      cursor: pointer;
      
      transition: width 0.5s ease-in-out, background 0.5s ease-in-out;
    }

    .circle-arrow-btn:hover {
      width: 140px;
      background: var(--brand);
    }

    .circle-arrow-btn .arrow {
      position: absolute;
      top: 50%;
      left: 25px;                        
      transform: translate(-50%, -50%);
      font-size: 20px;
      line-height: 1;
      color: #fff;
      transition: left 0.5s ease-in-out; 
      font-weight: 400;
      pointer-events: none;
      user-select: none;
    }

    
    .circle-arrow-btn:hover .arrow {
      left: calc(100% - 25px);
    }
		
    
:root {
 
    --radius: 14px;
    --shadow: 0 18px 40px rgba(31, 92, 60, 0.10);
    
    --c-blue: #22a7dd;
    --c-red: #df4d62;
    --c-orange: #f39c2f;
    --c-cyan: #1fb6d2;
    --c-yellow: #f2d061;
    --c-green: #a9d36f;
    --c-pink: #ef6b81;
    
    --fs-h1: 46px;
    --fs-h2: 38px;
    --fs-h3: 30px;     
    --fs-h4: 18px;     
    --fs-en: 15px;     
    --fs-lead: 15.5px; 
    --fs-body: 15px;   
    --fs-sm: 13.5px;   
    --lh-body: 1.9;
    --lh-lead: 1.95;
}

 

.ps-p {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: var(--body);
    margin-bottom: 16px;
    text-indent: 2em;
}
.ps-p:last-child { margin-bottom: 0; }
.ps-lead {
    font-size: var(--fs-lead);
    line-height: var(--lh-lead);
    color: var(--ink);
    font-weight: 500;
    margin-bottom: 20px;
    text-indent: 0;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; }

.ps-container { width: var(--cw); max-width: var(--w); margin: 0 auto; }


.ps-js .ps-reveal {opacity: 0;transform: translateY(32px);transition: opacity .8s ease, transform .8s ease;}
.ps-js .ps-reveal.in { opacity: 1; transform: none; }
.ps-js .ps-stagger > .ps-reveal:not(.in):nth-child(1) { transition-delay: .05s; }
.ps-js .ps-stagger > .ps-reveal:not(.in):nth-child(2) { transition-delay: .13s; }
.ps-js .ps-stagger > .ps-reveal:not(.in):nth-child(3) { transition-delay: .21s; }
.ps-js .ps-stagger > .ps-reveal:not(.in):nth-child(4) { transition-delay: .29s; }


#top, header#top {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(15, 44, 30, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: box-shadow .4s ease;
}
body.ps-scrolled header#top { box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18); }

.ps-header-wrap {
    width: var(--cw);
    max-width: var(--w);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    transition: padding .4s ease;
}
body.ps-scrolled .ps-header-wrap { padding: 10px 0; }

.ps-logo {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
}
.ps-logo i { color: var(--bright); font-size: 24px; }

.ps-nav-pc { display: flex; gap: 2px; }
.ps-nav-item { position: relative; }
.ps-nav-title {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 8px;
    transition: all .3s ease;
}
.ps-nav-title:hover,
.ps-nav-title.active { color: var(--bright); background: rgba(255, 255, 255, 0.06); }
.ps-arrow { font-size: 11px; transition: transform .3s; }
.ps-nav-item:hover .ps-arrow { transform: rotate(180deg); }

.ps-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
    display: none;
    overflow: hidden;
    padding: 6px 0;
}
.ps-nav-item:hover .ps-submenu { display: block; }
.ps-submenu a {
    display: block;
    color: var(--ink);
    font-size: 14px;
    padding: 11px 20px;
    border-left: 3px solid transparent;
    transition: all .25s ease;
}
.ps-submenu a:hover { background: var(--soft); color: var(--brand-dark); border-left-color: var(--brand); padding-left: 24px; }

.ps-header-hot {
    color: var(--bright);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 7px;
}

.ps-hamburger {
    display: none;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    padding: 6px;
    transition: transform .3s ease;
}
.ps-hamburger.open { transform: rotate(90deg); }
.ps-hamburger.open .fa-bars::before { content: "\f00d"; }

.ps-mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--dark);
    max-height: 0;
    overflow-y: auto;
    opacity: 0;
    transition: max-height .45s ease, opacity .35s ease;
    z-index: 998;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.ps-mobile-menu.open { max-height: 80vh; opacity: 1; }
.ps-mobile-menu > a {
    display: block;
    color: #fff;
    padding: 15px 24px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.ps-mobile-menu > a:hover { background: rgba(255, 255, 255, 0.05); }
.ps-m-group { border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.ps-m-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 15px 24px;
    font-size: 15px;
    cursor: pointer;
}
.ps-m-sub {
    max-height: 0;
    overflow: hidden;
    background: #163826;
    transition: max-height .35s ease;
}
.ps-m-sub.open { max-height: 520px; }
.ps-m-sub a {
    display: block;
    color: #c8e0d2;
    font-size: 14px;
    padding: 12px 44px;
    transition: all .25s;
}
.ps-m-sub a:hover { color: var(--bright); padding-left: 50px; }
.ps-m-arrow { transition: transform .3s; font-size: 11px; }
.ps-m-arrow.rotate { transform: rotate(180deg); }


.ps-foot {
    background:
        linear-gradient(90deg, var(--brand), var(--bright), var(--brand)) top center / 100% 4px no-repeat,
        linear-gradient(180deg, #152a1e 0%, #0f2318 100%);
    color: #fff;
    padding: 64px 0 26px;
    position: relative;
    overflow: hidden;
}
.ps-foot::before,
.ps-foot::after {
    content: "";
    position: absolute;
    pointer-events: none;
}
.ps-foot::before {
    top: -80px; right: -60px;
    width: 400px; height: 400px;
    background: linear-gradient(120deg, rgba(116, 212, 160, 0.15), rgba(116, 212, 160, 0) 60%);
    clip-path: polygon(40% 0, 100% 0, 100% 60%, 70% 100%, 20% 75%, 0 40%, 10% 10%);
}
.ps-foot::after {
    bottom: -100px; left: -80px;
    width: 340px; height: 340px;
    background: linear-gradient(60deg, rgba(116, 212, 160, 0.12), rgba(116, 212, 160, 0) 55%);
    clip-path: polygon(0 20%, 30% 0, 80% 10%, 100% 50%, 85% 90%, 40% 100%, 0 70%);
}
.ps-foot-inner { width: var(--cw); max-width: var(--w); margin: 0 auto; position: relative; z-index: 1; }
.ps-foot-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 40px;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ps-foot-logo {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 6px;
}
.ps-foot-logo i { color: var(--bright); }
.ps-foot-en { font-size: 13px; color: var(--bright); letter-spacing: .5px; margin-bottom: 12px; }
.ps-foot-slogan { font-size: 14px; color: #c3d2c9; line-height: 1.8; }

.ps-foot-col h4 {
    font-size: 15px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ps-foot-col h4::before {
    content: "";
    width: 22px; height: 2px;
    background: var(--bright);
    border-radius: 2px;
}
.ps-foot-col ul li { margin-bottom: 12px; }
.ps-foot-col ul li a {
    font-size: 14px;
    color: #c3d2c9;
    transition: all .3s ease;
}
.ps-foot-col ul li a:hover { color: var(--bright); padding-left: 4px; }

.ps-foot-contact ul li {
    display: flex;
    gap: 11px;
    font-size: 14px;
    color: #c3d2c9;
    line-height: 1.6;
    align-items: flex-start;
}
.ps-foot-contact ul li i {
    width: 32px; height: 32px;
    flex-shrink: 0;
    border-radius: 9px;
    background: rgba(116, 212, 160, 0.14);
    color: var(--bright);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 2px;
}
.ps-foot-bottom {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: #93a39a;
}


body {
    background: #fbfcfd;
}


.ps-page-banner {
    
    color: #fff;
    padding: 200px 0 120px;
    position: relative;
    overflow: hidden;
}
.ps-page-banner::before {
    
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 80%, rgba(58,123,181,.28) 0%, transparent 55%),
                radial-gradient(ellipse at 80% 20%, rgba(116, 212, 160, .15) 0%, transparent 50%);
}
.ps-page-banner::after {
    
    position: absolute;
    right: -80px;
    top: -80px;
    width: 480px;
    height: 480px;
    background: linear-gradient(135deg, rgba(116, 212, 160, 0.18), transparent 60%);
    clip-path: polygon(40% 0, 100% 0, 100% 60%, 70% 100%, 20% 75%, 0 40%, 10% 10%);
}
.ps-banner-inner { position: relative; z-index: 1; }
.ps-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 3px;
    color: var(--bright);
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid rgba(116, 212, 160, .4);
    border-radius: 40px;
    background: rgba(116, 212, 160, .08);
    backdrop-filter: blur(6px);
}
.ps-page-banner h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 1px;
    text-shadow: 0 2px 16px rgba(0,0,0,.25);
}
.ps-page-banner .ps-banner-en {
    font-size: 17px;
    color: #b8d4c4;
    letter-spacing: .8px;
    margin-bottom: 26px;
}
.ps-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #b8d4c4;
}
.ps-breadcrumb a:hover { color: var(--bright); }
.ps-breadcrumb i { font-size: 11px; opacity: .7; }
.ps-breadcrumb span:last-child { color: #fff; }


.ps-sec { padding: 96px 0; position: relative; }
.ps-sec.alt { background: linear-gradient(180deg, #f4f7fa 0%, #eef2f7 100%); }

.ps-sec-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.ps-sec-head.left { text-align: left; margin-left: 0; }
.ps-sec-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--brand);
    margin-bottom: 12px;
}
.ps-sec-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
    margin-bottom: 14px;
}
.ps-sec-en {
    font-size: 15px;
    color: var(--muted);
    letter-spacing: .5px;
    padding-bottom: 16px;
    position: relative;
    display: inline-block;
}
.ps-sec-en::after {
    content: "";
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    width: 56px; height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--brand), var(--bright));
}
.ps-sec-head.left .ps-sec-en::after { left: 0; transform: none; }
.ps-sec-desc { font-size: 15px; color: var(--body); line-height: 1.9; margin-top: 18px; }

.ps-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 30px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    background: var(--brand);
    color: #fff;
    transition: all .3s ease;
}
.ps-btn:hover { background: var(--brand-dark); transform: translateY(-3px); box-shadow: 0 12px 26px rgba(31, 92, 60, 0.28); gap: 13px; }
.ps-btn.ghost {
    background: transparent;
    border: 1.5px solid var(--brand);
    color: var(--brand-dark);
}
.ps-btn.ghost:hover { background: var(--soft); }

.ps-cta-box {
    background: linear-gradient(120deg, #3979b2, #065092);
    border-radius: 20px;
    padding: 52px 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    overflow: hidden;
}
.ps-cta-box::before {
    content: "";
    position: absolute;
    right: -60px; top: -60px;
    width: 280px; height: 280px;
    background: rgba(255, 255, 255, 0.08);
    clip-path: polygon(40% 0, 100% 0, 100% 60%, 70% 100%, 20% 75%, 0 40%, 10% 10%);
}
.ps-cta-box h3 { font-size: 26px; margin-bottom: 10px; position: relative; }
.ps-cta-box p { font-size: 15px; color: #d5e8dd; position: relative; }
.ps-cta-box .ps-btn {
    background: #fff;
    color: var(--brand-dark);
    flex-shrink: 0;
    position: relative;
}
.ps-cta-box .ps-btn:hover { background: var(--bright); }




.ps-anchor-bar {
    position: sticky;
    top: 66px;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px) saturate(120%);
    border-bottom: 1px solid #eef2f6;
    box-shadow: 0 2px 16px rgba(44,106,160,.05);
}
.ps-anchor-inner {
    width: var(--cw);
    max-width: var(--w);
    margin: 0 auto;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 12px 0;
    scrollbar-width: none;
}
.ps-anchor-inner::-webkit-scrollbar { display: none; }
.ps-anchor-inner a {
    flex-shrink: 0;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: #5a6b63;
    background: #f1f5f9;
    border: 1px solid transparent;
    transition: all .25s ease;
}
.ps-anchor-inner a:hover {
    color: #3a7bb5;
    background: #eaf1f8;
}
.ps-anchor-inner a.cur {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 4px 14px rgba(58,123,181,.3);
    font-weight: 600;
}


.ps-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 0;
    max-width: 1000px;
    margin: 0 auto;
}
.ps-flow-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 30px;
}
.ps-flow-item.left { justify-content: flex-end; text-align: right; }
.ps-flow-item.right { justify-content: flex-start; }
.ps-flow-item.left .ps-flow-label { flex-direction: row-reverse; }
.ps-flow-label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
}
.ps-flow-num {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: var(--brand);
    min-width: 34px; height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ps-flow-diamond {
    width: 86px; height: 86px;
    border-radius: 22px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 12px 26px rgba(31, 92, 60, 0.22);
    flex-shrink: 0;
}
.ps-flow-diamond i { transform: rotate(-45deg); }
.ps-flow-item:nth-child(1) .ps-flow-diamond { background: var(--c-orange); }
.ps-flow-item:nth-child(2) .ps-flow-diamond { background: var(--c-cyan); }
.ps-flow-item:nth-child(3) .ps-flow-diamond { background: var(--c-red); }
.ps-flow-item:nth-child(4) .ps-flow-diamond { background: #3f6fed; }
.ps-flow-item:nth-child(5) .ps-flow-diamond { background: var(--c-orange); }
.ps-flow-item:nth-child(6) .ps-flow-diamond { background: var(--c-cyan); }
.ps-flow-item:nth-child(7) .ps-flow-diamond { background: var(--c-red); }
.ps-flow-item:nth-child(8) .ps-flow-diamond { background: #3f6fed; }


.ps-svc-block { scroll-margin-top: 130px; }
.ps-svc-head {
    margin-bottom: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8eef3;
}
.ps-svc-head h3 {
    font-size: var(--fs-h3);
    color: #000;
    font-weight: 700;
    letter-spacing: .5px;
}
.ps-svc-head .ps-svc-en {
    display: block;
    font-size: var(--fs-en);
    color: #7a8a82;
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: .4px;
}
.ps-svc-lead {
    font-size: var(--fs-lead);
    line-height: var(--lh-lead);
    color: #42514a;
    background: linear-gradient(90deg, rgba(44,106,160,.06) 0%, rgba(44,106,160,0) 100%);
    border-left: 4px solid var(--brand);
    padding: 22px 28px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 32px;
}

.ps-svc-sub {
    font-size: var(--fs-h4);
    font-weight: 700;
    color: #000;
    margin: 20px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: baseline;
    gap: 14px;
}
.ps-svc-sub small { font-size: var(--fs-sm); font-weight: 400; color: #7a8a82; letter-spacing: .3px; }


.ps-device-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 22px;
}
.ps-device-duo-item {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(44,106,160,.07);
}
.ps-device-duo-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
@media (max-width: 768px) {
    .ps-device-duo { grid-template-columns: 1fr; gap: 12px; }
    .ps-device-duo-item img { height: 200px; }
}


.ps-color-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.ps-color-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 26px;
    border-radius: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
    border: none;
    background: #fff;
    box-shadow: 0 2px 10px rgba(44,106,160,.04);
}
.ps-color-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(44,106,160,.07); }
.ps-color-card .ps-cc-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: rgba(44,106,160,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #5e9cc9;
    flex-shrink: 0;
}
.ps-color-card .ps-cc-icon img{
    width: 23px; height: 23px;
  
   
}



.ps-color-card h4 { font-size: 17px; color: var(--ink); margin-bottom: 3px; font-weight: 600; }
.ps-color-card p { font-size: 14px; color: #5b6962; line-height: 1.75; }
.ps-cc-yellow, .ps-cc-green, .ps-cc-blue, .ps-cc-pink { background: #fff; }


.ps-table-wrap {
    overflow-x: auto;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(44,106,160,.07);
    background: #fff;
    border: 1px solid #eef2f6;
}
table.ps-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
    min-width: 560px;
}
.ps-table thead th {
    background: linear-gradient(135deg, #4a90c2 0%, #3a7bb5 100%) !important;
    color: #fff;
    font-weight: 600;
    padding: 16px 16px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: .3px;
}
.ps-table tbody td {
    padding: 15px 16px;
    text-align: center;
    border-bottom: 1px solid #f0f4f8;
    color: #3e4d45;
}
.ps-table tbody tr:nth-child(even) { background: #f7fafd; }
.ps-table tbody tr:hover { background: #f0f5fa; }


.ps-table .ps-td-group {
    background: #e8f1eb !important;
    font-weight: 700;
    color: var(--brand-dark);
    vertical-align: middle;
}


.ps-step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.ps-step-card {
    position: relative;
    border-radius: 12px 12px 4px 4px;
    overflow: hidden;
    height: 230px;
    box-shadow: 0 8px 22px rgba(31, 92, 60, 0.13);
    transition: transform .35s ease;
}
.ps-step-card:hover { transform: translateY(-7px); }
.ps-step-card img { width: 100%; height: 100%; object-fit: cover; }
.ps-step-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(31, 92, 60, 0.82));
}
.ps-step-num {
    position: absolute;
    top: 12px; left: 12px;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.ps-step-name {
    position: absolute;
    left: 0; right: 0; bottom: 18px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 2px;
}


.ps-adv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.ps-adv-card {
    background: linear-gradient(135deg, #2ba7dd, #1b8fc4);
    color: #fff;
    border-radius: 16px;
    padding: 26px 28px;
    transition: transform .3s ease, box-shadow .3s ease;
}
.ps-adv-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(27, 143, 196, 0.32); }
.ps-adv-card h4 { font-size: 19px; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.ps-adv-card h4 i { font-size: 16px; }
.ps-adv-card p { font-size: 14.5px; line-height: 1.8; color: #e7f6fd; }
.ps-adv-card.wide { grid-column: span 1; }

.ps-device-img {
    margin-top: 26px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--soft);
}
.ps-device-img img { width: 100%; height: 340px; object-fit: cover; }


.ps-proc-flow { display: flex; flex-direction: column; gap: 30px; margin: 4px 0 8px; }
.ps-proc-row {display: flex;justify-content: flex-start;flex-direction: row;gap: 40px;}
.ps-pf-node {
    
    position: relative;
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(44,106,160,.08);
    min-height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 10px;
    text-align: left;
    justify-content: center;
    transition: transform .25s ease, box-shadow .25s ease;
    width: 130px;
    
}
.ps-pf-node img{max-height: 50px;}
@media screen and (max-width:740px){

    .ps-pf-node {
   
   
}
}


.ps-pf-node:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(44,106,160,.14); }
.ps-pf-node > i { font-size: 32px; color: #3a7bb5; line-height: 1; flex-shrink: 0; }
.ps-pf-node > span {font-size: 14px;font-weight: 500;color: var(--ink);line-height: 1.4;text-align: center;}


.ps-pf-node:not(:last-child)::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #7ba7d4;
    z-index: 2;
}

.ps-proc-row.reverse { flex-direction: row-reverse; }
.ps-proc-row.reverse .ps-pf-node:not(:last-child)::after {
    content: "\f053";
    right: auto;
    left: -28px;
    font-size: 13px;
    color: #7ba7d4;
}

.ps-pf-node.turn-down::before {
    
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #7ba7d4;
    z-index: 3;
}
.ps-proc-flow--blue { }
.ps-proc-flow--pink { }
.ps-proc-flow--green { }
.ps-proc-flow--purple { }


table.ps-table thead th {}




.ps-diamond-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 19px;
    font-weight: 700;
    color: #1f2937;
    margin: 40px 0 18px;
}
.ps-diamond-title::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 3px solid #8e5cc2;
    transform: rotate(45deg);
    border-radius: 2px;
    flex-shrink: 0;
}


.ps-svc-sub--blue {color: #000;}
.ps-svc-sub--pink { color: #d9557a; border-color: #ee9ab2; }
.ps-svc-sub--purple {}


.ps-table--blue thead th { background: #1b9ed1; }


.ps-diamond-list { display: flex; flex-direction: column; gap: 22px; margin-top: 8px; }
.ps-diamond-list li {position: relative;}
.ps-diamond-list li::before {
    
    position: absolute;
    left: 2px;
    top: 8px;
    width: 15px;
    height: 15px;
    
    transform: rotate(45deg);
    border-radius: 2px;
}
.ps-diamond-list h4 {font-size: 16px;margin-bottom: 7px;font-size: 16px;color: #5e9cc9;}
.ps-diamond-list p {font-size: 14px;line-height: 1.95;color: #42514a;}


.ps-dual-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 30px;
}
.ps-dual-img figure {
    
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(217, 85, 122, 0.12);
}
.ps-dual-img img { width: 100%; height: 320px; object-fit: cover; }


.ps-instrument-img {
    border-radius: 12px;
    overflow: hidden;
    margin: 28px 0;
    box-shadow: var(--shadow);
}
.ps-instrument-img img { width: 100%; height: 380px; object-fit: contain; background: #fff; padding: 20px; }


.ps-img-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin: 28px 0;
}
.ps-img-duo img {
    width: 100%;
    height: 340px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    padding: 12px;
}
@media (max-width: 768px) {
    .ps-img-duo { grid-template-columns: 1fr; }
    .ps-img-duo img { height: 260px; }
}


.ps-vlib-box {
    border: 2px solid #9a74d0;
    border-radius: 10px;
    background: #faf8fe;
    padding: 30px 28px;
    margin-top: 22px;
}
.ps-vlib-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 22px; }
.ps-vlib-stat {
    background: #fff;
    border: 1px solid #e4d9f5;
    border-radius: 10px;
    padding: 22px 16px;
    text-align: center;
}
.ps-vlib-stat b { display: block; font-size: 25px; color: #7c4fbf; margin-bottom: 7px; }
.ps-vlib-stat span { font-size: 14px; color: var(--body); line-height: 1.6; }
.ps-vlib-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ps-vlib-imgs figure { border-radius: 8px; overflow: hidden; }
.ps-vlib-imgs img { width: 100%; height: 240px; object-fit: cover; }
.ps-vlib-caption {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 12px;
}


.ps-list-card-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.ps-list-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(44,106,160,.06);
    transition: background .25s, transform .2s;
    background: linear-gradient(135deg, #edf6f1 0%, #ffffff 65%);
}
.ps-list-card:hover { background: #f4f8fb; transform: translateY(-1px); }
.ps-list-ico {
    flex-shrink: 0;
    width: 42px; height: 42px;
    border-radius: 50%;
    background: #3a7bb5;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px;
}
.ps-list-card b { font-size: 15px; color: var(--ink); }
.ps-list-card span { font-size: 14.5px; color: var(--body); margin-left: 6px; }


.ps-panel-red {
    background: #f7f9fc;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 30px 34px;
    margin: 26px 0 14px;
}
.ps-panel-blue {
    background: #f4f7fb;
    border: 1px solid #e3eaf2;
    border-radius: 12px;
    padding: 30px 34px;
    margin: 14px 0 26px;
    box-shadow: 0 4px 20px rgba(44,106,160,.06);
}


.ps-strategy-list { margin: 18px 0 26px; }
.ps-strategy-item { margin-bottom: 22px; }
.ps-strategy-item:last-child { margin-bottom: 0; }
.ps-strategy-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.ps-diamond {
    width: 10px; height: 10px;
    background: #5e9cc9;
    transform: rotate(45deg);
    flex-shrink: 0;
}
.ps-strategy-head b { font-size: 16px; color: #5e9cc9; }
.ps-strategy-item p {font-size: 14px;color: var(--body);line-height: 1.85;}


.ps-flow-row-bar {
   display: flex;
   align-items: center;
   
   margin: 24px 0 32px;
   overflow-x: auto;
   padding: 8px 0 14px;
   scrollbar-width: thin;
   
   
    
   
}
.ps-flow-node-bar {
    flex: 0 0 auto;
    width: 140px;
    
    border: none;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(44,106,160,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 8px;
    text-align: center;
    color: var(--ink);
    transition: transform .2s ease, box-shadow .2s ease;
}
.ps-flow-node-bar:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(44,106,160,.1); }
.ps-flow-node-bar i { font-size: 28px; color: #3a7bb5; margin-bottom: 4px; }
.ps-flow-node-bar span { font-size: 13.5px; font-weight: 500; line-height: 1.4; color: var(--ink); }


.ps-flow-arrow-bar {
    flex: 0 0 auto;
    width: 26px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    
    flex: 0 0 auto;
    width: 26px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-flow-arrow-bar::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    color: #3a7bb5;
}


.ps-verify-box {
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(44,106,160,.06);
    margin-top: 22px;
    overflow: hidden;
}
.ps-verify-row {
    padding: 26px 28px;
    border-bottom: 1px solid #eaf1f6;
}
.ps-verify-row:last-child { border-bottom: none; }
.ps-verify-row-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
}
.ps-verify-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ps-verify-gallery > div { text-align: center; }
.ps-verify-gallery span {
    display: block;
    font-size: 15px;
    color: #3a7bb5;
    margin-bottom: 10px;
    font-weight: 500;
}
.ps-verify-gallery img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dfe8f0;
    background: #f8fbfe;
}
.ps-verify-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}
.ps-verify-left, .ps-verify-right { text-align: center; }
.ps-verify-left img, .ps-verify-right img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #fafafa;
    border-radius: 8px;
    margin-top: 8px;
    border: 1px solid #eee;
}
.ps-verify-sub {font-size: 15px;color: #000;font-weight: 600;}




.ps-strategy-accordion {
    display: flex;
    gap: 4px;
    height: 380px;
    margin: 20px 0 28px;
}

.ps-acc-card {
    flex: 1 1 33.333%;
    min-width: 0;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    will-change: flex;
    transform: translateZ(0);
    transition:
        flex-basis .65s cubic-bezier(.25,.1,.25,1),
        flex-grow .65s cubic-bezier(.25,.1,.25,1),
        flex-shrink .65s cubic-bezier(.25,.1,.25,1);
}

.ps-strategy-accordion:hover .ps-acc-card { flex-basis: 22%; }
.ps-strategy-accordion:hover .ps-acc-card:hover { flex-basis: 56%; }

.ps-acc-card.active { flex-basis: 56%; }
.ps-acc-card:not(.active) { flex-basis: 22%; }


.ps-acc-detail {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: -200px;
    z-index: 2;
    opacity: 0;
    transition: bottom .65s cubic-bezier(.25,.1,.25,1), opacity .45s ease;
}
.ps-acc-card.active .ps-acc-detail,
.ps-strategy-accordion:hover .ps-acc-card:hover .ps-acc-detail {
    bottom: 32px;
    opacity: 1;
}

.ps-acc-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    transform: translateZ(0);
}
.ps-acc-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg,
        rgba(12,38,55,.08) 0%,
        rgba(12,38,55,.42) 55%,
        rgba(12,38,55,.62) 100%);
    transition: background .45s ease;
}

.ps-acc-card.active .ps-acc-overlay {
    background: linear-gradient(180deg,
        rgba(12,38,55,.05) 0%,
        rgba(12,38,55,.35) 50%,
        rgba(12,38,55,.55) 100%);
}

.ps-acc-card:hover .ps-acc-overlay { }

.ps-acc-title {
    position: absolute;
    left: 22px;
    top: 28px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ps-acc-num {
    font-size: 26px;
    font-weight: 700;
    color: var(--bright);
    letter-spacing: 3px;
    opacity: .85;
}
.ps-acc-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    white-space: nowrap;
}

.ps-acc-detail p {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255,255,255,.88);
    margin: 0 0 14px;
    height: 140px;
    overflow: hidden;
}
.ps-acc-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: var(--bright);
    border: 1px solid rgba(116, 212, 160, .5);
    border-radius: 40px;
    background: rgba(116,212,160,.12);
    letter-spacing: .5px;
}


.ps-adv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 22px 0 28px;
}
.ps-adv-item {
    position: relative;
    padding: 26px 24px 24px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(44,106,160,.06);
    border: 1px solid #eef2f6;
    transition: transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
}
.ps-adv-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(44,106,160,.12);
}
.ps-adv-ico {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(58,123,181,.12) 0%, rgba(94,156,201,.18) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a7bb5;
    font-size: 22px;
    margin-bottom: 14px;
}
.ps-adv-num {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 32px;
    font-weight: 800;
    color: #e7eef5;
    letter-spacing: 1px;
    line-height: 1;
    font-family: Georgia, serif;
}
.ps-adv-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.ps-adv-item p {
    font-size: 14px;
    line-height: 1.85;
    color: #576861;
    margin: 0;
}


@media (max-width: 768px) {
    
    .ps-svc-head h3 { font-size: 26px; letter-spacing: .5px; }
    .ps-svc-head .ps-svc-sub { font-size: 16px; }
    .ps-svc-lead { font-size: 15px; padding: 18px 20px; line-height: 1.9; }
    .ps-list-card { padding: 16px 18px; gap: 14px; }
    .ps-list-ico { width: 40px; height: 40px; font-size: 17px; }
    .ps-list-card b { font-size: 15.5px; }
    .ps-list-card span { font-size: 14.5px; line-height: 1.75; }
    .ps-panel-red, .ps-panel-blue { padding: 24px 18px; }
    .ps-panel-red h3, .ps-panel-blue h3 { font-size: 17px; }

    
    .ps-flow-row-bar {
        display: block !important;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 4px 4px 14px;
        text-align: left;
    }
    .ps-flow-row-bar::after { content: ''; display: inline-block; width: 20px; }  
    .ps-flow-node-bar {
        display: inline-block !important;
        white-space: normal;
        width: 112px;
        height: 108px;
        padding: 12px 6px;
        margin-right: 0;
        border-radius: 12px;
        scroll-snap-align: start;
        vertical-align: middle;
    }
    .ps-flow-node-bar i { font-size: 26px; margin-bottom: 6px; display: block; }
    .ps-flow-node-bar span { font-size: 13.5px; display: block; }
    .ps-flow-arrow-bar {
        display: inline-block !important;
        width: 22px;
        height: 22px;
        vertical-align: middle;
        position: relative;
        scroll-snap-align: none;
    }
    .ps-flow-arrow-bar::before { font-size: 12px; line-height: 22px; }

    
    .ps-proc-row {
        
        white-space: nowrap;
        
        
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 4px 4px 14px;
        text-align: left;
        gap: 19px;
    }
    .ps-proc-row::after { content: ''; display: inline-block; width: 20px; }
    .ps-proc-row.reverse { direction: ltr; }  
    .ps-pf-node {
        display: inline-flex !important;
        white-space: normal;
        width: 130px;
        min-width: 130px;
        min-height: 100px;
        padding: 14px 8px;
        gap: 10px;
        margin-right: 0;
        scroll-snap-align: start;
        vertical-align: middle;
        flex: none !important;
    }
    
    .ps-pf-node:not(:last-child)::after {
                  
        width: 22px;
        height: 22px;
        margin-left: 0;
        flex: none !important;
        font-size: 12px;
    }
    .ps-pf-node.turn-down::before { display: none; }  
    .ps-proc-row.reverse .ps-pf-node:not(:last-child)::after {  }

    .ps-pf-node > i { font-size: 28px; }
    .ps-pf-node > span { font-size: 13.5px; }
    .ps-pf-node .ps-pf-txt b { font-size: 18px; }

    
    .ps-verify-gallery { grid-template-columns: 1fr; gap: 14px; }
    .ps-verify-gallery img { height: 140px; }
    .ps-verify-split { grid-template-columns: 1fr; gap: 16px; }
    
    .ps-strategy-accordion { height: 260px; gap: 6px; }
    .ps-strategy-accordion:hover .ps-acc-card { flex-basis: 25%; }
    .ps-strategy-accordion:hover .ps-acc-card:hover { flex-basis: 50%; }
    .ps-strategy-accordion:hover .ps-acc-card.active { flex-basis: 50% !important; }
    .ps-acc-card.active { flex-basis: 50% !important; }
    .ps-acc-card:not(.active) { flex-basis: 25%; }
    .ps-acc-title h4 { font-size: 16px; }
    .ps-acc-num { font-size: 19px; }
    .ps-acc-detail p { font-size: 12px; height: 75px; line-height: 1.65; margin-bottom: 10px; }
    .ps-adv-grid { grid-template-columns: 1fr; gap: 14px; }
}


.ps-svc-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
    padding: 26px;
    margin: 22px 0 8px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 18px rgba(44,106,160,.07);
    border: 1px solid #eef2f6;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ps-svc-two:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(44,106,160,.12);
}
.ps-svc-two-img {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(44,106,160,.08);
}
.ps-svc-two-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}
.ps-svc-two-body h4 {
    font-size: var(--fs-h4);
    font-weight: 700;
    color: #000;
    margin-bottom: 14px;
    letter-spacing: .3px;
}
.ps-svc-two-body p {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: var(--body);
    margin-bottom: 12px;
}
.ps-svc-two-feats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
    margin: 18px 0 14px;
}
.ps-svc-two-feats span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #3a596d;
}
.ps-svc-two-feats i {
    color: #3a7bb5;
    font-size: 11px;
}
.ps-svc-two-apps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.ps-svc-two-apps span {
    padding: 5px 12px;
    font-size: 13px;
    color: #3a7bb5;
    background: rgba(58,123,181,.08);
    border-radius: 40px;
    font-weight: 500;
}


.ps-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 30px;
    position: relative;
}
.ps-timeline-item { text-align: center; position: relative; padding: 0 14px; }
.ps-timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 27px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--brand) 0 8px, transparent 8px 16px);
    z-index: 0;
}
.ps-tl-icon {
    width: 56px; height: 56px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--soft);
    border: 2px solid var(--brand);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}
.ps-timeline-item:hover .ps-tl-icon { background: var(--brand); color: #fff; transform: scale(1.08); }
.ps-timeline-item h4 { font-size: 16px; color: var(--ink); margin-bottom: 6px; }
.ps-timeline-item p { font-size: 13.5px; color: var(--body); line-height: 1.7; }


.ps-sol-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}


.ps-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.ps-case-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    transition: transform .35s ease, box-shadow .35s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}
.ps-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 40px rgba(31,92,60,.16);
}
.ps-case-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.ps-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.ps-case-card:hover .ps-case-img img { transform: scale(1.06); }
.ps-case-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15,44,30,.72) 0%, rgba(15,44,30,.15) 55%, transparent 100%);
}
.ps-case-body {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 22px 20px 20px;
    z-index: 1;
}
.ps-case-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: rgba(47,122,82,.85);
    padding: 3px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.ps-case-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 6px;
}
.ps-case-desc {
    font-size: 13px;
    color: rgba(255,255,255,.82);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ps-case-arrow {
    position: absolute;
    top: 16px; right: 16px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    z-index: 1;
    opacity: 0;
    transform: scale(.8);
    transition: all .35s ease;
}
.ps-case-card:hover .ps-case-arrow {
    opacity: 1;
    transform: scale(1);
}


.ps-sol-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 34px 28px;
    position: relative;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.ps-sol-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--bright));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}
.ps-sol-card:hover { transform: translateY(-8px); border-color: var(--brand); box-shadow: var(--shadow); }
.ps-sol-card:hover::before { transform: scaleX(1); }
.ps-sol-icon {
    width: 62px; height: 62px;
    border-radius: 16px;
    background: var(--soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: all .35s ease;
}
.ps-sol-card:hover .ps-sol-icon { background: var(--brand); color: #fff; transform: rotate(-5deg); }
.ps-sol-card h3 { font-size: 20px; color: var(--ink); margin-bottom: 12px; }
.ps-sol-card p { font-size: 14.5px; color: var(--body); line-height: 1.85; margin-bottom: 18px; }
.ps-sol-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-dark);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap .3s ease;
}
.ps-sol-card:hover .ps-sol-link { gap: 12px; }


.ps-sol-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 46px;
    align-items: center;
}
.ps-sol-hero-img { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.ps-sol-hero-img img { width: 100%; height: 420px; object-fit: cover; }
.ps-sol-hero h2 { font-size: 30px; color: var(--ink); margin-bottom: 18px; }
.ps-sol-hero p { font-size: 15.5px; line-height: 2; color: var(--body); margin-bottom: 16px; }

.ps-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.ps-pain-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 28px 24px;
}
.ps-pain-card .ps-pain-q {
    font-size: 15px;
    font-weight: 700;
    color: var(--c-red);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.ps-pain-card .ps-pain-a {
    font-size: 14.5px;
    line-height: 1.85;
    color: var(--body);
    padding-top: 14px;
    border-top: 1px dashed var(--line);
}
.ps-pain-card .ps-pain-a b { color: var(--brand-dark); }

.ps-deliver-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ps-deliver-card {
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 30px 20px;
    transition: all .3s ease;
}
.ps-deliver-card:hover { border-color: var(--brand); transform: translateY(-6px); box-shadow: var(--shadow); }
.ps-deliver-card i {
    font-size: 30px;
    color: var(--brand);
    margin-bottom: 14px;
}
.ps-deliver-card h4 { font-size: 16px; color: var(--ink); margin-bottom: 8px; }
.ps-deliver-card p { font-size: 13.5px; color: var(--body); line-height: 1.7; }

.ps-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ps-related-card {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all .3s ease;
    background: #fff;
}
.ps-related-card:hover { border-color: var(--brand); transform: translateX(5px); }
.ps-related-card i {
    width: 46px; height: 46px;
    border-radius: 12px;
    background: var(--soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
}
.ps-related-card h4 { font-size: 16px; color: var(--ink); margin-bottom: 3px; }
.ps-related-card p { font-size: 13px; color: var(--muted); }


.ps-about-two {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}
.ps-about-img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.ps-about-img img { width: 100%; height: 440px; object-fit: cover; }
.ps-about-img .ps-about-badge {
    position: absolute;
    left: 22px; bottom: 22px;
    background: rgba(15, 44, 30, 0.88);
    color: #fff;
    padding: 14px 22px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
}
.ps-about-badge b { font-size: 20px; color: var(--bright); }
.ps-about-badge span { font-size: 13px; color: #cfe4d8; display: block; }
.ps-about-txt h2 { font-size: 30px; color: var(--ink); margin-bottom: 20px; }
.ps-about-txt p { font-size: 15.5px; line-height: 2.05; color: var(--body); margin-bottom: 16px; }


.ps-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.ps-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(31, 92, 60, 0.07);
    border: 1px solid var(--line);
    transition: transform .3s ease, box-shadow .3s ease;
}
.ps-stat-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.ps-stat-num {
    font-size: 46px;
    font-weight: 700;
    color: var(--brand);
    line-height: 1.1;
    margin-bottom: 8px;
}
.ps-stat-num small { font-size: 24px; }
.ps-stat-card p { font-size: 15px; color: var(--body); }


.ps-stat-banner {
    background: #2c6aa0;
    border-radius: 14px;
    padding: 52px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(44,106,160,.25);
}
.ps-stat-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><g fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'><path d='M0 30 H60 M30 0 V60'/></g></svg>");
    pointer-events: none;
}
.ps-stat-banner-item {
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.ps-stat-banner-item + .ps-stat-banner-item {
    border-left: 1px solid rgba(255,255,255,.28);
}
.ps-stat-banner-num {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.ps-stat-banner-num small {
    font-size: 18px;
    font-weight: 500;
    margin-left: 4px;
    color: rgba(255,255,255,.85);
}
.ps-stat-banner-item p {
    font-size: 15px;
    color: rgba(255,255,255,.85);
    line-height: 1.7;
    letter-spacing: .5px;
}

@media (max-width: 1100px) {
    .ps-stat-banner { grid-template-columns: repeat(2, 1fr); }
    .ps-stat-banner-item:nth-child(2) + .ps-stat-banner-item { border-left: none; }
    .ps-stat-banner-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.28); margin-top: 32px; padding-top: 32px; }
    .ps-stat-banner-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.28); margin-top: 32px; padding-top: 32px; }
}
@media (max-width: 640px) {
    .ps-stat-banner { grid-template-columns: 1fr; padding: 36px 20px; }
    .ps-stat-banner-item + .ps-stat-banner-item {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,.28);
        margin-top: 28px;
        padding-top: 28px;
    }
    .ps-stat-banner-num { font-size: 40px; }
}

.ps-cap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.ps-cap-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    transition: all .35s ease;
}
.ps-cap-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--brand); }
.ps-cap-img { height: 200px; overflow: hidden; }
.ps-cap-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ps-cap-card:hover .ps-cap-img img { transform: scale(1.06); }
.ps-cap-body { padding: 26px 24px; }
.ps-cap-body h3 { font-size: 19px; color: var(--ink); margin-bottom: 11px; }
.ps-cap-body p { font-size: 14.5px; line-height: 1.85; color: var(--body); }


.ps-biz-tags { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; }
.ps-biz-tags span {
    padding: 11px 24px;
    border-radius: 999px;
    background: #fff;
    border: 1.5px solid var(--line);
    font-size: 15px;
    font-weight: 600;
    color: var(--brand-dark);
    transition: all .3s ease;
}
.ps-biz-tags span:hover { background: var(--brand); color: #fff; border-color: var(--brand); transform: translateY(-3px); }


.ps-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ps-value-card {
    text-align: center;
    padding: 40px 28px;
    border-radius: 18px;
    background: linear-gradient(160deg, #fff, var(--soft-2));
    border: 1px solid var(--line);
    transition: all .35s ease;
}
.ps-value-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.ps-value-card i {
    width: 68px; height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--soft);
    color: var(--brand);
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
}
.ps-value-card:hover i { background: var(--brand); color: #fff; }
.ps-value-card h3 { font-size: 20px; color: var(--ink); margin-bottom: 11px; }
.ps-value-card p { font-size: 14.5px; line-height: 1.85; color: var(--body); }


.ps-news-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 42px;
    flex-wrap: wrap;
}
.ps-news-tabs button {
    padding: 10px 26px;
    border-radius: 999px;
    border: 1.5px solid var(--line);
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: var(--brand-dark);
    cursor: pointer;
    transition: all .25s ease;
}
.ps-news-tabs button.active,
.ps-news-tabs button:hover { background: var(--brand); color: #fff; border-color: var(--brand); }

.ps-news-feature {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 26px;
    margin-bottom: 26px;
}
.ps-nf-card {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    box-shadow: var(--shadow);
}
.ps-nf-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ps-nf-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(10, 28, 19, 0.88));
}
.ps-nf-body { position: relative; z-index: 1; padding: 34px; color: #fff; }
.ps-nf-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    background: var(--brand);
    padding: 5px 13px;
    border-radius: 999px;
    margin-bottom: 14px;
}
.ps-nf-body h3 { font-size: 23px; line-height: 1.5; margin-bottom: 12px; }
.ps-nf-body p { font-size: 14px; color: #d2e3d9; line-height: 1.8; margin-bottom: 12px; }
.ps-nf-date { font-size: 13px; color: #a9c6b6; display: flex; align-items: center; gap: 7px; }

.ps-nf-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ps-nf-mini {
    display: flex;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px;
    flex: 1;
    transition: all .3s ease;
    align-items: center;
}
.ps-nf-mini:hover { border-color: var(--brand); transform: translateX(5px); box-shadow: var(--shadow); }
.ps-nf-mini img {width: 145px;height: 108px;object-fit: cover;border-radius: 10px;flex-shrink: 0;}
.ps-nf-mini h4 { font-size: 16px; color: var(--ink); line-height: 1.55; margin-bottom: 9px; }
.ps-nf-mini .ps-nf-date { color: var(--muted); }

.ps-news-list { display: flex; flex-direction: column; gap: 22px; }
.ps-news-item {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px;
    transition: all .3s ease;
}
.ps-news-item:hover { border-color: var(--brand); transform: translateY(-5px); box-shadow: var(--shadow); }
.ps-news-item > a:first-child { border-radius: 12px; overflow: hidden; height: 170px; }
.ps-news-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ps-news-item:hover img { transform: scale(1.05); }
.ps-ni-body { display: flex; flex-direction: column; }
.ps-ni-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; font-size: 13px; color: var(--muted); }
.ps-ni-tag {
    background: var(--soft);
    color: var(--brand-dark);
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 12px;
}
.ps-ni-body h3 {
    font-size: 18px;
    color: var(--ink);
    line-height: 1.5;
    margin-bottom: 10px;
    transition: color .3s ease;
}
.ps-news-item:hover .ps-ni-body h3 { color: var(--brand-dark); }
.ps-ni-body p { font-size: 14.5px; color: var(--body); line-height: 1.85; margin-bottom: 14px; }
.ps-ni-more {
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-dark);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.ps-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.ps-pagination a,
.ps-pagination span {
    min-width: 42px; height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--line);
    font-size: 14px;
    color: var(--brand-dark);
    padding: 0 8px;
    transition: all .25s ease;
}
.ps-pagination a:hover { border-color: var(--brand); background: var(--soft); }
.ps-pagination .active a{ background: var(--brand); color: #fff; border-color: var(--brand); }
.ps-pagination li{list-style:none;margin: 0 5px;}

.ps-article {max-width: 1180px;margin: 0 auto;}
.ps-article-head { text-align: center; margin-bottom: 36px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.ps-article-head h1 { font-size: 30px; color: var(--ink); line-height: 1.5; margin: 16px 0 18px; }
.ps-article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; font-size: 14px; color: var(--muted); }
.ps-article-meta span { display: flex; align-items: center; gap: 7px; }
.ps-article-cover { border-radius: 16px; overflow: hidden; margin-bottom: 36px; }
.ps-article-cover img { width: 100%; height: 420px; object-fit: cover; }
.ps-article-body p { font-size: 16px; line-height: 2.1; color: #3e4d45; margin-bottom: 22px; }
.ps-article-body h3 { font-size: 21px; color: var(--ink); margin: 34px 0 16px; padding-left: 14px; border-left: 4px solid var(--brand); }
.ps-article-body blockquote {
    background: var(--soft);
    border-radius: 12px;
    padding: 22px 26px;
    font-size: 15.5px;
    color: var(--brand-dark);
    line-height: 1.9;
    margin: 26px 0;
    font-weight: 600;
}
.ps-article-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
    padding: 22px 26px;
    background: var(--soft-2);
    border-radius: 12px;
    flex-wrap: wrap;
    gap: 14px;
}
.ps-article-share .ps-share-icons { display: flex; gap: 10px; }
.ps-share-icons a {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--brand-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.ps-share-icons a:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.ps-prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 26px;
}
.ps-pn-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 18px 22px;
    font-size: 14px;
    transition: all .3s ease;
}
.ps-pn-item:hover { border-color: var(--brand); background: var(--soft-2); }
.ps-pn-item .ps-pn-label { color: var(--muted); font-size: 13px; margin-bottom: 6px; display: flex; align-items: center; gap: 7px; }
.ps-pn-item h4 { font-size: 15px; color: var(--ink); line-height: 1.55; }
.ps-pn-item.next { text-align: right; }
.ps-pn-item.next .ps-pn-label { justify-content: flex-end; }


.ps-contact-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 40px;
    align-items: start;
}
.ps-contact-cards {display: flex;flex-direction: column;gap: 14px;}
.ps-contact-card {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px 26px;
    transition: all .3s ease;
}
.ps-contact-card:hover { border-color: var(--brand); transform: translateX(6px); box-shadow: var(--shadow); }
.ps-contact-card .ps-cc-ico {
    width: 58px; height: 58px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    flex-shrink: 0;
}
.ps-contact-card h4 { font-size: 16px; color: var(--ink); margin-bottom: 4px; }
.ps-contact-card p { font-size: 16px; color: var(--brand-dark); font-weight: 600; word-break: break-all; }
.ps-contact-card p small { display: block; font-size: 13px; color: var(--muted); font-weight: 400; margin-top: 3px; }

.ps-qrcode-box {
    margin-top: 22px;
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    border-radius: 16px;
    padding: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 22px;
}
.ps-qrcode-box i { font-size: 46px; color: var(--bright); }
.ps-qrcode-box h4 { font-size: 18px; margin-bottom: 6px; }
.ps-qrcode-box p { font-size: 14px; color: #d2e3d9; line-height: 1.7; }

.ps-form-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 38px 36px;
    box-shadow: 0 10px 34px rgba(31, 92, 60, 0.07);
}
.ps-form-card h3 { font-size: 23px; color: var(--ink); margin-bottom: 8px; }
.ps-form-card > p { font-size: 14px; color: var(--muted); margin-bottom: 26px; }
.ps-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ps-form-group { margin-bottom: 18px; }
.ps-form-group label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.ps-form-group label em { color: var(--c-red); font-style: normal; margin-left: 3px; }
.ps-form-group input,
.ps-form-group select,
.ps-form-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    font-size: 14.5px;
    font-family: inherit;
    color: #3e4d45;
    background: var(--soft-2);
    transition: all .25s ease;
}
.ps-form-group textarea { resize: vertical; min-height: 120px; }
.ps-form-group input:focus,
.ps-form-group select:focus,
.ps-form-group textarea:focus {
    outline: none;
    border-color: var(--brand);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(47, 122, 82, 0.1);
}
.ps-form-card .ps-btn { width: 100%; justify-content: center; border: none; cursor: pointer; }

.ps-map-placeholder {
    margin-top: 30px;
    border-radius: 16px;
    overflow: hidden;
    height: 320px;
    position: relative;
    background:
        linear-gradient(rgba(15, 44, 30, 0.55), rgba(15, 44, 30, 0.55)),
        url("https://images.unsplash.com/photo-1444723121867-7a241cacace9?q=80") center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-map-pin {
    text-align: center;
    color: #fff;
}
.ps-map-pin i { font-size: 48px; color: var(--bright); margin-bottom: 12px; }
.ps-map-pin h4 { font-size: 20px; margin-bottom: 6px; }
.ps-map-pin p { font-size: 14px; color: #d2e3d9; }

.ps-faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
}
.ps-faq-q {
    padding: 21px 26px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.ps-faq-q i { color: var(--brand); transition: transform .3s; flex-shrink: 0; }
.ps-faq-item.open .ps-faq-q i { transform: rotate(180deg); }
.ps-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}
.ps-faq-item.open .ps-faq-a { max-height: 300px; }
.ps-faq-a p { padding: 0 26px 22px; font-size: 14.5px; line-height: 1.9; color: var(--body); }


@media (max-width: 1100px) {
    .ps-sol-grid,
    .ps-case-grid,
    .ps-pain-grid { grid-template-columns: repeat(2, 1fr); }
    .ps-deliver-grid { grid-template-columns: repeat(2, 1fr); }
    .ps-related-grid { grid-template-columns: 1fr; }
    .ps-cap-grid,
    .ps-value-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
    .ps-step-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
    .ps-nav-pc, .ps-header-hot { display: none; }
    .ps-hamburger { display: flex; }

    .ps-page-banner { padding: 60px 0 52px; }
    .ps-page-banner h1 { font-size: 29px; }
    .ps-sec { padding: 56px 0; }
    .ps-sec-title { font-size: 26px; }
    .ps-svc-head h3 { font-size: 23px; }

    .ps-foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }

    .ps-flow { grid-template-columns: 1fr; gap: 26px; }
    .ps-flow-item,
    .ps-flow-item.left { justify-content: flex-start; text-align: left; }
    .ps-flow-item.left .ps-flow-label { flex-direction: row; }

    .ps-svc-two,
    .ps-sol-hero,
    .ps-about-two,
    .ps-contact-grid,
    .ps-news-feature { grid-template-columns: 1fr; }
    .ps-sol-hero-img img,
    .ps-about-img img,
    .ps-article-cover img { height: 320px; }

    .ps-news-item { grid-template-columns: 1fr; }
    .ps-news-item > a:first-child { height: 200px; }
    .ps-timeline { grid-template-columns: repeat(2, 1fr); gap: 28px 10px; }
    .ps-timeline-item:not(:last-child)::after { display: none; }

    .ps-cta-box { flex-direction: column; text-align: center; padding: 40px 28px; }
    .ps-anchor-bar { top: 60px; }

    .ps-dual-img { gap: 16px; }
    .ps-dual-img img { height: 250px; }
    .ps-vlib-stats { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    :root {--cw: 94%;}
    .ps-page-banner h1 { font-size: 22px; }
    .ps-page-banner .ps-banner-en { font-size: 14px; }
    .ps-sec-title { font-size: 20px; }
    .ps-article-head h1 { font-size: 18px; }

    .ps-color-grid,
    .ps-adv-grid,
    .ps-sol-grid,
    .ps-case-grid,
    .ps-pain-grid,
    .ps-stat-grid,
    .ps-deliver-grid,
    .ps-form-row,
    .ps-prev-next { grid-template-columns: 1fr; }
    .ps-stat-card { padding: 26px 16px; }
    .ps-stat-num {font-size: 30px;}

    .ps-step-grid { grid-template-columns: 1fr; }
    .ps-step-card { height: 200px; }
    .ps-color-card { padding: 20px; gap: 15px; }
    .ps-color-card .ps-cc-icon { width: 48px; height: 48px; font-size: 20px; }

    .ps-nf-mini { flex-direction: column; }
    .ps-nf-mini img { width: 100%; height: 180px; }
    .ps-nf-body { padding: 24px; }
    .ps-nf-body h3 { font-size: 19px; }

    .ps-form-card { padding: 28px 22px; }
    .ps-device-img img { height: 230px; }
    .ps-foot-top { grid-template-columns: 1fr; gap: 30px; }
    .ps-foot-bottom { flex-direction: column; }
    .ps-timeline { grid-template-columns: 1fr; }
    .ps-anchor-bar { top: 57px; }
    .ps-svc-block { scroll-margin-top: 110px; }

    
    .ps-proc-flow { overflow-x: auto; padding-bottom: 10px; }
    .ps-proc-row { min-width: 600px; margin-bottom: 30px; }
    .ps-proc-row:last-child { margin-bottom: 0; }

    .ps-dual-img,
    .ps-vlib-imgs { grid-template-columns: 1fr; }
    .ps-dual-img img { height: 230px; }
    .ps-instrument-img img { height: 240px; }
    .ps-vlib-box { padding: 24px 18px; }
}
@media screen and (max-width:740px){
    .header-wrap {
    padding: 10px 0;
}
.ps-acc-detail p {
    font-size: 12px;
    
}

    
  .logo {
    width: 120px;
}  
 .ps-ni-body p {
display:none;
}   
.ps-about-txt h2 {
    font-size: 20px;
}
.ps-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.ps-stat-card p {
    font-size: 14px;
}
.ps-svc-two {
    padding: 16px;
}
.emon-desc {
    font-size: 12px;
}
.pb-sec-head h2 {
    font-size: 20px;
}
.accel-card-item {
        padding: 15px 15px 20px;
}

.accel-card-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.accel-card-title {
    font-size: 18px;
}

.sol-card-title {
    font-size: 16px;
 
}
.news-main-title {
font-size: 16px;
}

 
.news-main-desc {
font-size: 13px;
}

.loc-region {
    font-size: 16px;
 
}

.loc-text {
     font-size: 13px;
}
.news-title {
    font-size: 20px;
}

.news-header .stage {
display: none;
}

.loc-region {
  
    margin-bottom: 0px;
}
.global-cards-wrap {
 
    gap: 10px;
 
}
.news-main-card {
 
    padding: 12px;
  
}
.ps-sol-hero h2 {
    font-size: 20px;
   
}

.ps-cta-box h3 {
    font-size: 18px;
  
}
.ps-article-body p {
    font-size: 14px;
   
}
}

.ps-flow-node-bar img{
    max-height:60px;
    
}











  .custom-select {
    width: 90px;
    padding: 8px 10px;
    padding-right: 3px;
    border: 1px solid #e5e6eb;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    color: #1d2129;
    transition: all 0.3s ease;
    /* position: fixed; */
    /* top: 24px; */
    /* right: 30px; */
    /* line-height: 102px; */
    margin-top: 10px;
    margin-left: 15px;
}
.custom-select:hover {
    border-color: #2196F3;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.1);
}
.custom-select:focus {
    border-color: #2196F3;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}

.custom-select:disabled {
    background-color: #f7f8fa;
    color: #c9cdD4;
    border-color: #e5e6eb;
    cursor: not-allowed;
}
.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #86909c;  
    transition: all 0.3s ease;
    pointer-events: none;  
}
.custom-select-container:focus-within .select-arrow {
    border-top: 6px solid #2196F3;
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
    .custom-select-container {
        width: 100%; 
    }
    .custom-select {
    top: 12px;
    right: 60px;
}
}		



.ps-pf-txt{
    text-align: center;
    
}















