@font-face {
    font-family: 'PingFang';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/PingFang-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'PingFang';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/PingFang-Medium.woff2) format('woff2');
}
@font-face {
    font-family: 'PingFang';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/PingFang-Semibold.woff2) format('woff2');
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gilroy-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gilroy-Medium.woff2) format('woff2');
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gilroy-Bold.woff2) format('woff2');
}
@font-face {
    font-family: 'HYYaKuHei';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/HYYaKuHei-95J.woff2) format('woff2');
}

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
    font-family:'PingFang','PingFang SC','Microsoft YaHei','Helvetica Neue',Arial,sans-serif;
    color:#333;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
    background:#fff;
}
img{display:block;max-width:100%;border:none}
a{text-decoration:none;color:inherit}
ul,li{list-style:none}
button{border:none;background:none;cursor:pointer;font-family:inherit}
h1,h2,h3,h4,h5,h6{font-weight:600}

.container{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding:0 48px;
}


header{
    position:absolute;
    top:0;left:0;width:100%;
    z-index:1000;
}
header.scrolled{
    background:rgba(17,24,47,.95);
    box-shadow:0 2px 20px rgba(0,0,0,.15);
}
.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:72px;
}
.logo img{height:32px;width:auto}
.logo .logo-dark{display:none}
.nav-desktop a{
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,.5);
    margin-left:40px;
    transition:color .3s;
    position:relative;
}
.nav-desktop a:hover{color:#fff}
.nav-desktop a::after{
    content:'';display:block;
    width:0;height:2px;
    background:#fff;
    position:absolute;bottom:-4px;left:50%;
    transform:translateX(-50%);
    transition:width .3s;
}
.jobs-btn {
	width: 120px;
	height: 40px;
	background-color: #2158ee;
	border-radius: 20px;
    display:flex;
    align-items:center;
    justify-content:center;
	font-size: 16px;;
	letter-spacing: 2px;
	color: #ffffff;
}
.jobs-btn:hover {
    background-color: #1e4edf;
}

.menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px;z-index:10}
.menu-toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transition:all .3s}
.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.menu-toggle.active span:nth-child(2){opacity:0}
.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

.nav-mobile{
    position:absolute;top:100%;left:0;right:0;
    background:#fff;
    padding:16px 0 24px;
    display:none;flex-direction:column;align-items:center;gap:16px;
    border-radius:0 0 16px 16px;
    z-index:999;
    box-shadow:0 8px 30px rgba(0,0,0,.1);
}
.nav-mobile.open{display:flex}
.nav-mobile a{
    font-size:16px;font-weight:500;color:#111;
    padding:8px 0;
}

header.menu-open{
    background:#fff !important;
}
header.menu-open .menu-toggle span{background:#333}
header.menu-open .logo .logo-light{display:none}
header.menu-open .logo .logo-dark{display:block}

.nav-overlay{
    display:none;
    position:fixed;inset:0;
    background:rgba(0,0,0,.45);
    z-index:998;
    opacity:0;
    transition:opacity .3s ease;
}
.nav-overlay.active{display:block;opacity:1}
body.menu-lock{overflow:hidden}

.banner{
    width:100%;
    min-height:760px;
    background:url(../images/banner.webp) no-repeat center/cover;
    display:flex;
    align-items:center;
    position:relative;
}
.banner-inner{position:relative;z-index:2;text-align:center;width:100%;max-width:none;}
.banner-slogan{
    font-size:32px;letter-spacing:6px;
    color:rgba(255,255,255,1);
    margin-bottom:16px;
}
.banner-title{
    font-family:'Gilroy','PingFang',sans-serif;
    font-size:88px;
    line-height:1.15;
    color:#fff;
    font-weight:normal;
    text-shadow:0 2px 16px rgba(0,0,0,.25);
    margin-bottom:48px;
}
.banner-title b{font-weight:700}

.banner-desc{
    font-size:18px;line-height:32px;
    color:rgba(255,255,255,.8);
    margin-bottom:40px;
}
.banner-btns{display:flex;gap:16px;justify-content:center;}
.btn{
    display:inline-block;
	width: 200px;
	height: 56px;
	border-radius: 28px;
	border: solid 2px rgba(255,255,255,.5);
    font-size:20px;
    font-weight:500;
    line-height:52px;
    text-align:center;
    transition:all .3s;
    color:#fff;
}
.btn-primary{background:#fff;color:#2158ee}
.btn-primary:hover{background:#f0f4ff}
.btn-outline{border:1px solid rgba(255,255,255,.7);color:#fff}
.btn-outline:hover{background:rgba(255,255,255,.12)}

.target-section{
    position:relative;
    overflow:visible;
    height:560px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}
.target-inner{
    text-align:center;
    position:relative;
    z-index:2;
    padding:60px 0;
}
.target-label{
    font-family:'Gilroy','PingFang',sans-serif;
    font-style:normal;font-weight:500;
    font-size:14px;
    letter-spacing:4px;
    color:#333;
    opacity:0.4;
    display:block;
    margin-bottom:12px;
    text-transform:uppercase;
}
.target-text{
    font-size:56px;
    font-weight:600;
    line-height:1.7;
}
.target-gradient{
    background:linear-gradient(to right,#0d2565,#1e5eda);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}
.target-deco{
    position:absolute;
    top:0;
    height:100%;
    max-width:50%;
    width:auto;
    object-fit:contain;
    pointer-events:none;
}
.target-left{left:0;z-index:1}
.target-right{right:0;z-index:0}

.section{padding:100px 0}
.section-dark{background:#242a3a}
.section-dark .section-title span,
.section-dark .section-subtitle,
.section-dark .section-desc{color:#fff}
.section-gray{background:#f5f5f8}

.section-title{
    margin-bottom:12px;
}
.section-title em{
    font-family:'Gilroy','PingFang',sans-serif;
    font-style:normal;font-weight:500;
    font-size:24px;
    letter-spacing:4px;
    color:#bcc2d0;
    display:block;
    margin-bottom:8px;
    text-transform:uppercase;
}
.section-dark .section-title em{color:rgba(255,255,255,.35)}
.section-gray .section-title em{color:#a0a7b8}
.section-title span{
    font-size:64px;font-weight:600;
    display:block;
    line-height:1.4;
}
.section-title-center{text-align:center}

.section-subtitle{
    font-size:20px;font-weight:400;
    line-height:1.8;color:rgba(17,17,17,.55);
    margin-bottom:32px;
}
.section-dark .section-subtitle{color:rgba(255,255,255,.6)}
.section-gray .section-subtitle{color:rgba(17,17,17,.5)}
.section-subtitle-center{text-align:center}
.section-desc{
    font-size:15px;font-weight:400;
    line-height:28px;
    color:rgba(17,17,17,.7);
}

.two-col{
    display:flex;align-items:center;gap:60px;
}
.two-col .col-left,.two-col .col-right{flex:1;min-width:0}

.team-section{
    position:relative;
    overflow:hidden;
    padding:0 !important;
    height:700px;
}
.team-bg-img{
    position:absolute;inset:0;
    width:100%;height:100%;
    object-fit:cover;
    display:block;
    z-index:0;
}
.team-content{
    position:absolute;inset:0;
    display:flex;flex-direction:column;
    align-items:center;justify-content:center;
    z-index:1;
    padding:40px 48px;
}
.team-section .section-title em{color:rgba(255,255,255,.4)}
.team-section .section-title span{color:#fff}
.team-section .section-subtitle{color:rgba(255,255,255,1)}

.team-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    width:100%;
    max-width:1440px;
}
.team-card{
    padding:36px 28px;
    text-align:center;
    border:1px solid rgba(246,248,250,.15);
    border-radius:12px;
    transition:transform .3s;
}
.team-card:hover{
    transform:translateY(-4px);
}
.team-icon{
    width:64px;height:64px;
    display:block;
    margin:0 auto 16px;
}
.team-icon--green{fill:#40db8d}
.team-icon--blue{fill:#12a3ff}
.team-icon--gold{fill:#ffa11b}
.team-card h4{
    font-size:20px;font-weight:600;
    color:#fff;
    margin-bottom:16px;
}
.team-card p{
    font-size:14px;line-height:26px;
    color:rgba(255,255,255,.75);
}

.biz-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}
.biz-card{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    aspect-ratio:1417/1280;
    display:flex;
    align-items:flex-start;
    justify-content:center;
}
.biz-card-inner{
    position:relative;z-index:1;
    padding:32px 32px 0;
    text-align:center;
}
.biz-card h4{
    font-size:24px;font-weight:600;
    color:#fff;
    margin-bottom:14px;
}
.biz-card p{
    font-size:14px;line-height:26px;
    color:rgba(255,255,255,.7);
}

.culture-grid{display:grid;grid-template-columns:1fr;gap:24px}
.culture-card{
    position:relative;
    border-radius:12px;overflow:hidden;
}
.culture-card-bg{
    width:100%;display:block;
}
.culture-card::after{
    content:'';position:absolute;inset:0;
    background:rgba(16,35,85,.75);
    pointer-events:none;
    opacity:1;
    transition:opacity .4s ease;
}
.culture-card-label{
    position:absolute;
    bottom:20px;left:0;right:0;
    font-size:24px;font-weight:600;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 4px rgba(0,0,0,.4);
    z-index:1;
    transition:opacity .3s ease;
    opacity:0;
}
.culture-card-content{
    position:absolute;
    top:50%;left:50%;
    transform:translate(-50%,-50%);
    z-index:1;
    width:100%;
    padding:28px 24px;
    box-sizing:border-box;
    text-align:center;
    opacity:1;
    transition:opacity .4s ease,transform .4s ease;
}
.culture-card-content h4{
    position:static;
    font-size:clamp(18px, 2.4vw, 28px);font-weight:600;
    color:#fff;
    margin-bottom:12px;
    text-align:center;
}
.culture-card-content p{
    font-size:clamp(13px, 1.6vw, 16px);
    line-height:1.7;
    color:rgba(255,255,255,.75);
    text-align:center;
}

.growth-grid{display:grid;grid-template-columns:1fr;gap:24px;margin:0 auto}
.growth-card{
    background:#fff;border-radius:12px;overflow:hidden;
    box-shadow:0 4px 24px rgba(0,0,0,.06);
}
.growth-img{height:220px;overflow:hidden}
.growth-img img{width:100%;height:100%;object-fit:cover}
.growth-card h4{
    font-size:24px;font-weight:600;
    text-align:center;
    padding:28px 20px 12px;color:#222;
}
.growth-card p{
    font-size:14px;line-height:24px;
    color:rgba(17,17,17,.65);
    text-align:center;
    padding:0 24px 28px;
}

.job-tabs{
    display:flex;justify-content:center;
    gap:12px;
    margin-bottom:40px;
}
.tab-item{
    height:56px;
    line-height:56px;
    font-size:16px;font-weight:500;
    color:rgba(36,42,58,.4);
    cursor:pointer;
    transition:all .3s;
    white-space:nowrap;
    padding:0 24px;
    border-radius:28px;
}
.tab-item:hover{color:rgba(36,42,58,.8)}
.tab-item.active{background:#242a3a;color:#fff}

.job-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.job-card{
    background:#f5f5f5;border-radius:10px;
    padding:22px 28px;
    transition:background .3s;
    cursor:pointer;
}
.job-card:hover{
    background:#eee;
}
.job-card h4{
    font-size:20px;font-weight:700;
    color:#111;margin-bottom:8px;
}
.job-card p{
    font-size:14px;line-height:22px;
    color:rgba(17,17,17,.5);
}
.job-link{
    display:inline-block;
    margin-top:10px;
    font-size:14px;font-weight:500;
    color:#2158ee;
    opacity:0.75;
    text-decoration:none;
}
.job-link:hover{text-decoration:underline}

.job-grid:not(.expanded) .job-card:nth-child(n+7){display:none}

.job-more{
    text-align:center;
    margin-top:32px;
    font-size:14px;color:rgba(17,17,17,.5);
    border:1px solid #dde0e6;
    border-radius:8px;
    padding:12px 0;
    cursor:pointer;
    transition:all .3s;
}
.job-more:hover{border-color:#999;color:#111}
.job-more.hidden{display:none}

.job-modal{
    display:none;
    position:fixed;inset:0;
    z-index:2000;
}
.job-modal.active{display:block}
.job-modal-shade{
    position:absolute;inset:0;
    background:rgba(36,42,58,.5);
}
.job-modal-dialog{
    position:absolute;
    top:50%;left:50%;
    transform:translate(-50%,-50%);
    width:min(1030px, calc(100vw - 48px));
    max-height:90vh;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 0 16px rgba(0,0,0,.04);
    display:flex;flex-direction:column;
}
.job-modal-header{
    background:#242a3a;
    padding:52px 64px 36px;
    position:relative;
    flex-shrink:0;
}
.job-modal-header h4{
    font-size:32px;font-weight:500;
    color:#fff;
    margin-bottom:14px;
    line-height:1.2;
}
.job-modal-header p{
    font-size:16px;font-weight:400;
    color:rgba(255,255,255,.5);
    line-height:1;
}
.job-modal-close{
    position:absolute;top:24px;right:24px;
    width:36px;height:36px;
    font-size:28px;
    color:#fff;
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;
    opacity:.7;
    transition:opacity .2s;
    background:none;border:none;
}
.job-modal-close:hover{opacity:1}
.job-modal-body{
    padding:40px 64px 32px;
    overflow-y:auto;
    flex:1;
    font-size:16px;
    line-height:28px;
    color:rgba(17,17,17,.75);
}
.job-modal-body h5{
    font-size:20px;font-weight:600;
    color:#111;
    margin-bottom:16px;
    line-height:1.4;
}
.job-modal-body div{margin-bottom:32px}
.job-modal-body p:not(:last-child){margin-bottom:4px}

#memories{overflow:hidden}
.impression-wrap{
    position:relative;
}
.imp-track{
    display:flex;
    gap:24px;
    transition:transform .45s cubic-bezier(.4,0,.2,1);
}
.imp-card{
    flex:0 0 calc((100% - 48px) / 3);
    min-width:0;
    background:#fff;border-radius:14px;
    padding:32px 28px 28px;
    display:flex;flex-direction:column;
    min-height:280px;
    position:relative;
}
.imp-card::before{
    content:'\201D';
    font-family:'HYYaKuHei',sans-serif;
    font-size:60px;
    line-height:.7;
    color:rgba(17,17,17,.1);
    font-weight:900;
    position:absolute;
    right:20px;top:20px;
    pointer-events:none;
}
.imp-title{
    font-size:18px;font-weight:700;
    color:#111;
    margin-bottom:14px;
}
.imp-text{
    font-size:14px;line-height:24px;
    color:rgba(17,17,17,.6);flex:1;
    margin-bottom:20px;
}
.imp-user{display:flex;align-items:center;gap:10px}
.imp-user img{
    width:36px;height:36px;
    border-radius:50%;object-fit:cover;
    flex-shrink:0;
}
.imp-user>span{font-size:13px;color:rgba(17,17,17,.5)}

.imp-card--dim::after{
    content:'';position:absolute;inset:0;
    background:rgba(245,245,248,.65);
    border-radius:inherit;
    pointer-events:none;
}

.imp-prev,.imp-next{
    position:absolute;
    top:50%;
    z-index:10;
    width:44px;height:44px;
    border-radius:50%;
    background:rgba(36,42,58,.65);
    display:flex;align-items:center;justify-content:center;
    transition:all .3s;
    color:#fff;
}
.imp-prev{left:clamp(-96px, calc(676px - 50vw), -44px);transform:translateY(-50%)}
.imp-next{right:clamp(-96px, calc(676px - 50vw), -44px);transform:translateY(-50%)}
.imp-prev:hover,.imp-next:hover{background:rgba(36,42,58,.9)}
.imp-prev svg,.imp-next svg{width:28px;height:28px}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:220px 220px;
    gap:16px;
}
.gallery-item{
    border-radius:12px;overflow:hidden;
    position:relative;
}
.gallery-item img{
    width:100%;height:100%;
    object-fit:cover;display:block;
}
.gallery-label{
    position:absolute;
    bottom:16px;left:20px;
    font-size:16px;font-weight:600;
    color:#fff;
    text-shadow:0 2px 8px rgba(0,0,0,.45);
    pointer-events:none;
}
.gi-1{grid-column:1/3;grid-row:1/2}
.gi-2{grid-column:3/4;grid-row:1/3}
.gi-3{grid-column:1/2;grid-row:2/3}
.gi-4{grid-column:2/3;grid-row:2/3}

footer{background:#071538;padding:0}
.footer-inner{
    display:flex;align-items:center;
    justify-content:space-between;
    min-height:80px;
}
.footer-left{display:flex;align-items:center;gap:40px}
.footer-logo img{height:28px;width:auto;filter:brightness(0) invert(1)}
.footer-nav{display:flex;gap:28px}
.footer-nav a{
    font-size:14px;font-weight:400;
    color:rgba(255,255,255,.5);
    transition:color .3s;
}
.footer-nav a:hover{color:#fff}
.footer-copy{
    font-size:13px;color:rgba(255,255,255,.5);
}
.mobile-br{display:none}
@media(max-width:1300px){
     .mobile-br{display:inline}
}
@media(max-width:1100px){
    .container{padding:0 36px}
    .banner-title{font-size:52px;margin-bottom:32px}
    .section{padding:80px 0}
    .section-title span{font-size:30px}
    .two-col{gap:40px}
    .culture-card-label{font-size:20px}
    .team-content{padding:40px 36px}
    .target-section{height:480px}
    .target-inner{padding:48px 0}
    .growth-img{height:180px}
    .gallery-grid{grid-template-rows:180px 180px}
    .gallery-label{font-size:15px;bottom:14px;left:16px}
    .target-text{font-size:26px}
    .imp-card{flex:0 0 calc((100% - 48px) / 3);min-height:260px;padding:28px 24px 24px}
    .impression-wrap{padding:0 44px}
    .imp-prev,.imp-next{width:36px;height:36px}
    .imp-prev{left:4px}
    .imp-next{right:4px}
    .imp-prev svg,.imp-next svg{width:18px;height:18px}
    .imp-title{font-size:17px}
    .imp-card::before{font-size:48px;right:18px;top:18px}
}

@media(min-width:980px){
    .culture-card-content h4{font-size:clamp(22px, 2vw, 28px)}
    .culture-card-content p{font-size:15px;line-height:1.75}
}

@media(min-width:680px){
    .culture-grid{grid-template-columns:repeat(3,1fr)}
    .growth-grid{grid-template-columns:repeat(3,1fr);max-width:none;margin:0}
    .culture-card::after{opacity:0}
    .culture-card:hover::after{opacity:1}
    .culture-card-label{opacity:1}
    .culture-card:hover .culture-card-label{opacity:0}
    .culture-card-content{opacity:0;transform:translate(-50%,-45%)}
    .culture-card:hover .culture-card-content{opacity:1;transform:translate(-50%,-50%)}
}

@media(max-width:900px){
    .container{padding:0 24px}
    .nav-desktop{display:none}
    .menu-toggle{display:flex}
    .header-inner{height:64px}
    .nav-mobile.open{display:flex}
    .jobs-btn {
        display:none;
    }

   
    .banner{min-height:auto;padding:140px 0 80px}
    .banner-title{font-size:42px;margin-bottom:24px}
    .banner-desc{font-size:16px;line-height:28px}
    .banner-slogan{font-size:15px;letter-spacing:4px}
    .btn{width:160px;height:48px;font-size:15px;line-height:44px}

    .section{padding:64px 0}
    .section-title span{font-size:26px}
    .section-title{margin-bottom:20px}
    .section-subtitle{font-size:15px;margin-bottom:24px}

    .two-col{flex-direction:column;gap:32px}
    .section-title{text-align:center}
    .team-section{height:auto;padding:0 !important}
    .team-content{position:relative;padding:56px 24px}
    .team-cards{grid-template-columns:1fr;margin-left:auto;margin-right:auto}
    .team-icon{width:52px;height:52px;margin-bottom:14px}
    .team-card h4{font-size:18px;margin-bottom:16px}
    .biz-card-inner p{display:none}
    .culture-card-label{font-size:18px;bottom:16px}

    .imp-track{gap:16px}
    .imp-card{flex:0 0 calc((100% - 16px) / 2)}
    .impression-wrap{padding:0 46px}
    .imp-prev,.imp-next{width:38px;height:38px}
    .imp-prev{left:4px;transform:translateY(-50%)}
    .imp-next{right:4px;transform:translateY(-50%)}
    .imp-prev svg,.imp-next svg{width:18px;height:18px}

    .job-tabs{gap:8px;flex-wrap:wrap}
    .tab-item{height:44px;line-height:44px;font-size:14px;padding:0 20px;border-radius:22px}
    .job-grid{grid-template-columns:1fr}
    .job-more{font-size:13px}

    .job-modal-dialog{width:calc(100vw - 32px);max-height:85vh}
    .job-modal-header{padding:36px 24px 28px}
    .job-modal-header h4{font-size:24px}
    .job-modal-header p{font-size:14px}
    .job-modal-close{top:16px;right:16px;width:30px;height:30px;font-size:24px}
    .job-modal-body{padding:28px 24px 20px;font-size:14px;line-height:24px}
    .job-modal-body h5{font-size:18px;margin-bottom:12px}
    .job-modal-body div{margin-bottom:24px}

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
        grid-template-rows:180px 180px;
    }
    .gi-1{grid-column:1/3;grid-row:1/2}
    .gi-2{grid-column:1/2;grid-row:2/3}
    .gi-3{grid-column:2/3;grid-row:2/3}
    .gi-4{display:none}
    .gallery-label{font-size:14px;bottom:12px;left:14px}

    .footer-inner{
        flex-direction:column;text-align:center;
        gap:20px;padding:32px 0;
    }
    .footer-left{flex-direction:column;gap:20px}
    .footer-nav{flex-wrap:wrap;justify-content:center;gap:16px 24px}
    .target-section{height:380px;overflow:hidden}
    .target-inner{padding:40px 0}
    .target-text{font-size:22px}
}

@media(max-width:768px){
    .growth-img{height:160px}
}

@media(max-width:600px){
    .banner{padding:120px 0 60px}
    .banner-title{font-size:34px;margin-bottom:24px}
    .banner-desc{font-size:14px;line-height:24px}
    .banner-btns{flex-direction:row;gap:12px}
    .btn{padding:0 20px;font-size:14px;line-height:44px}
    .banner-slogan{font-size:13px;letter-spacing:3px;margin-bottom:14px}

    .section{padding:48px 0}
    .team-content{padding:48px 24px}
    .section-title em{font-size:12px;letter-spacing:3px;margin-bottom:8px}
    .section-title span{font-size:22px}
    .section-title{margin-bottom:16px}
    .section-subtitle{font-size:14px;margin-bottom:20px}
    .section-desc{font-size:14px;line-height:24px}
    .culture-card-label{font-size:14px;bottom:12px}
    .culture-card-content h4{font-size:clamp(16px, 4vw, 20px)}
    .culture-card-content p{font-size:clamp(12px, 3vw, 14px);line-height:1.65}

    .team-card{padding:24px 18px}
    .team-icon{width:40px;height:40px;margin-bottom:16px}
    .team-card h4{font-size:17px;margin-bottom:10px}
    .team-card p{font-size:13px;line-height:23px}

    .biz-card{aspect-ratio:1417/1280}
    .biz-card-inner{padding:24px 20px 0}
    .biz-card h4{font-size:18px;margin-bottom:10px}
    .biz-card p{font-size:13px;line-height:23px}

    .growth-card h4{font-size:20px;padding:22px 16px 10px}
    .growth-card p{font-size:14px;line-height:22px;padding:0 16px 22px}

    .imp-track{gap:12px}
    .imp-card{flex:0 0 100%;min-height:auto;padding:24px 20px 22px}
    .impression-wrap{padding:0 40px}
    .imp-title{font-size:15px;margin-bottom:10px}
    .imp-card::before{font-size:36px;right:14px;top:14px}
    .imp-text{font-size:13px;line-height:22px;margin-bottom:16px}
    .imp-user img{width:32px;height:32px}
    .imp-user>span{font-size:12px}
    .imp-prev,.imp-next{width:34px;height:34px}
    .imp-prev{left:3px;transform:translateY(-50%)}
    .imp-next{right:3px;transform:translateY(-50%)}
    .imp-prev svg,.imp-next svg{width:16px;height:16px}

    .job-tabs{gap:6px}
    .tab-item{height:38px;line-height:38px;font-size:13px;padding:0 16px;border-radius:19px}
    .job-card{padding:22px 20px}
    .job-card h4{font-size:15px}
    .job-link{font-size:12px;margin-top:12px}

    .gallery-grid{
        grid-template-columns:1fr;
        grid-template-rows:repeat(4,160px);
    }
    .gi-1{grid-column:1;grid-row:1/2}
    .gi-2{grid-column:1;grid-row:2/3}
    .gi-3{grid-column:1;grid-row:3/4}
    .gi-4{display:block;grid-column:1;grid-row:4/5}
    .gallery-label{font-size:14px;bottom:12px;left:14px}

    .target-section{height:280px}
    .target-inner{padding:32px 0}
    .target-text{font-size:18px}
    .target-label{font-size:12px;letter-spacing:3px;margin-bottom:8px}

    .footer-copy{font-size:12px}
}

@media(max-width:400px){
    .banner-title{font-size:28px;margin-bottom:24px}
    .banner-btns .btn{padding:0 16px;font-size:13px;line-height:40px}
    .section-title span{font-size:20px}
    .section-title{margin-bottom:12px}
    .section-subtitle{margin-bottom:16px}
    .team-icon{width:36px;height:36px;margin-bottom:10px}
    .team-card h4{font-size:16px;margin-bottom:8px}
    .team-card p{font-size:12px;line-height:21px}
    .biz-card{aspect-ratio:1417/1280}
    .growth-card h4{font-size:18px;padding:20px 14px 8px}
    .growth-card p{font-size:13px;line-height:21px;padding:0 14px 20px}
}
