/*variables start*/
/*variables start*/
:root{
--orange: #eb5c20;
--orange-light: #ebaa20;
--dark: #0a0e17;
--dark-2: #0f1520;
--text: #1a1a2e;
--text-2: #4a4a5a;
--text-3: #8a8a9a;
--border: #e8e8ec;
--bg-cream: #f5f3f0;
--font: 'Noto Sans SC', 'Source Han Sans CN', 'PingFang SC', sans-serif;
}
/*variables end*/
/*reset start*/
/*variables end*/
/*reset start*/
*, *::before, *::after{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; font-size:16px; }
body{ font-family:var(--font); color:var(--text); line-height:1.7; background:#fff; overflow-x:hidden; }
img{ max-width:100%; height:auto; display:block; }
a{ text-decoration:none; color:inherit; transition:0.25s ease; }
ul, ol{ list-style:none; }
/*reset end*/
/*base start*/
/*reset end*/
/*base start*/
.container{ width:100%; max-width:1440px; margin:0 auto; padding:0 48px; }
.grad-lr{
background:linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
}
.grad-tb{
background:linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
}
.grad-text-lr{
background:linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip:text; -webkit-text-fill-color:transparent;
background-clip:text;
}
.grad-text-tb{
background:linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
-webkit-background-clip:text; -webkit-text-fill-color:transparent;
background-clip:text;
}
.btn{
display:inline-flex; align-items:center; justify-content:center;
font-family:inherit; cursor:pointer; transition:0.3s ease;
border:none; white-space:nowrap;
}
.btn-nav-cta{
width:200px; height:50px;
background:linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
color:#fff; font-size:16px; font-weight:500;
border-radius:25px; letter-spacing:1px;
}
.btn-nav-cta:hover{ opacity:0.9; transform:translateY(-1px); }
.btn-hero{
width:200px; height:50px;
background:transparent;
color:#fff; font-size:20px; font-weight:500;
border:1px solid rgba(255,255,255,0.4);
border-radius:25px;
}
.btn-hero:hover{
background:linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
border-color:transparent;
transform:translateY(-2px);
box-shadow:0 8px 24px rgba(235,92,32,0.3);
}
.btn-orange{
background:linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%); color:#fff;
padding:12px 28px; font-size:14px; font-weight:500;
border-radius:6px; box-shadow:0 4px 16px rgba(235,92,32,0.25);
}
.btn-orange:hover{ transform:translateY(-1px); box-shadow:0 6px 20px rgba(235,92,32,0.35); }
/*base end*/
/*header-nav start*/
/*base end*/
/*header-nav start*/
.site-header{
position:fixed; top:0; left:0; right:0; z-index:1000;
height:96px; display:flex; align-items:center;
transition:all 0.35s ease;
background:transparent;
}
.site-header.scrolled{
background:rgba(10,14,23,0.95); backdrop-filter:blur(12px);
box-shadow:0 2px 20px rgba(0,0,0,0.2);
}
.header-inner{
display:flex; align-items:center; justify-content:space-between;
width:100%; max-width:1440px; margin:0 auto; padding:0 48px;
}
.brand{ display:flex; align-items:center; }
.brand-logo{ height:60px; width:auto; }
.brand-logo img{ width:auto; height:100%; object-fit:contain; }
.brand-name{ font-size:18px; font-weight:700; color:#fff; letter-spacing:0.5px; margin-left:8px; }
.main-nav{
display:flex; align-items:center; gap:32px;
position:absolute; left:50%; transform:translateX(-50%);
}
.nav-link{
font-size:15px; color:rgba(255,255,255,0.75); font-weight:400;
position:relative; padding:4px 0; white-space:nowrap;
}
.nav-link:hover, .nav-link.active{ color:#fff; }
.mobile-toggle{
display:none; flex-direction:column; gap:5px;
background:none; border:none; cursor:pointer; padding:6px; z-index:1001;
}
.mobile-toggle span{ display:block; width:24px; height:2px; background:#fff; transition:0.3s ease; }
.mobile-toggle.active span:nth-child(1){ transform:rotate(45deg) translate(5px,5px); }
.mobile-toggle.active span:nth-child(2){ opacity:0; }
.mobile-toggle.active span:nth-child(3){ transform:rotate(-45deg) translate(5px,-5px); }
/*header-nav end*/
/*hero start*/
/*header-nav end*/
/*hero start*/
.hero{
position:relative; height:100vh; min-height:900px;
display:flex; align-items:center; justify-content:center;
background:var(--dark); overflow:hidden;
}
.hero-bg{ position:absolute; inset:0; z-index:1; }
.hero-bg img{ width:100%; height:100%; object-fit:cover; }
.hero-bg-overlay{
position:absolute; inset:0; z-index:2;
background:radial-gradient(ellipse at center, rgba(10,14,23,0.4) 0%, rgba(10,14,23,0.85) 70%);
}
.hero-canvas{ position:absolute; inset:0; z-index:3; pointer-events:none; }
.hero-mouse-glow{
position:absolute; width:400px; height:400px; border-radius:50%;
background:radial-gradient(circle, rgba(235,170,32,0.06) 0%, transparent 70%);
pointer-events:none; z-index:4; opacity:0; transition:opacity 0.3s ease;
transform:translate(-50%,-50%);
}
.hero-inner{
position:relative; z-index:5;
display:flex; flex-direction:column; align-items:center; text-align:center;
padding-top:48px;
}
.hero-title-line1{
font-size:50px; font-weight:800; color:#fff;
line-height:1.2; margin-bottom:8px;
}
.hero-title-line2{
font-size:60px; font-weight:800;
background:linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
-webkit-background-clip:text; -webkit-text-fill-color:transparent;
background-clip:text;
line-height:1.2; margin-bottom:24px;
}
.hero-desc{
font-size:24px; color:rgba(255,255,255,0.75);
max-width:820px; line-height:1.7; margin-bottom:40px;
}
.hero-cta-wrap{
display:flex; gap:20px; margin-bottom:64px;
}
.hero-data{
display:flex; align-items:center; justify-content:center;
gap:0;
}
.data-item{
text-align:center; padding:0 40px;
position:relative;
}
.data-separator{
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
height:120px;
width:auto;
}
.data-num{
font-size:44px; font-weight:800;
background:linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
-webkit-background-clip:text; -webkit-text-fill-color:transparent;
background-clip:text;
line-height:1; margin-bottom:10px;
}
.data-label{
font-size:15px; color:rgba(255,255,255,0.65); font-weight:400;
}
.section{ padding:100px 0; }
#services, #growth, #solutions, #cases, #process, #insights{
scroll-margin-top:60px;
}
.section-head{ text-align:center; margin-bottom:60px; }
.section-head.light{ color:#fff; }
.section-tag{
display:inline-block;
font-size:22px;
font-weight:400;
background:linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
color:transparent;
margin-bottom:14px;
letter-spacing:0;
}
.section-title{ font-size:32px; font-weight:500; margin-bottom:14px; color:#000; line-height:1.25; }
.section-head.light .section-title{ color:#fff; }
.section-lead{ font-size:15px; color:var(--text-2); max-width:640px; margin:0 auto; line-height:1.8; }
.section-head.light .section-lead{ color:rgba(255,255,255,0.6); }
.link-arrow{
font-size:13px; font-weight:500; color:var(--orange);
display:inline-flex; align-items:center; gap:4px;
}
.link-arrow:hover{ gap:8px; }
/*hero end*/
/*sub-nav start*/
/*hero end*/
/*sub-nav start*/
.sub-nav{
background:#f2f2f2;
position:relative;
z-index:999;
transition:all 0.3s ease;
}
.sub-nav.sticky{
position:fixed;
top:96px;
left:0;
right:0;
box-shadow:0 2px 12px rgba(0,0,0,0.08);
}
.sub-nav-inner{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
max-width:1200px;
margin:0 auto;
padding:12px 24px;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
scrollbar-width:none;
}
.sub-nav-inner::-webkit-scrollbar{ display:none; }
.sub-nav-link{
display:inline-flex;
align-items:center;
justify-content:center;
padding:8px 20px;
font-size:14px;
font-weight:400;
color:#333;
white-space:nowrap;
border-radius:24px;
transition:all 0.3s ease;
position:relative;
flex-shrink:0;
}
.sub-nav-link:hover{
color:#eb5c20;
}
.sub-nav-link.active{
background:linear-gradient(90deg, #ebaa20 0%, #eb5c20 100%);
color:#fff;
font-weight:500;
border-radius:24px;
box-shadow:0 2px 8px rgba(235,92,32,0.25);
}
/*sub-nav end*/
/*painpoints start*/
/*sub-nav end*/
/*painpoints start*/
.painpoints{
background:#fff;
min-height:800px;
padding:80px 0;
}
.painpoints-inner{
max-width:1240px;
margin:0 auto;
padding:0 24px;
}
.painpoints-head{
text-align:center;
margin-bottom:40px;
}
.painpoints-tag{
display:inline-block;
font-size:22px;
font-weight:400;
background:linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
margin-bottom:24px;
}
.painpoints-title{
font-size:32px;
font-weight:500;
color:#000;
line-height:1.3;
position:relative;
padding-bottom:40px;
}
.painpoints-title::after{
content:'';
position:absolute;
bottom:0;
left:50%;
transform:translateX(-50%);
width:200px;
height:1px;
border-radius:1px;
background:linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
}
.pain-grid{
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:24px;
}
.pain-card{
background:#f2f2f2;
border-radius:18px;
overflow:hidden;
transition:all 0.4s ease;
height:460px;
display:flex;
flex-direction:column;
}
.pain-card:hover{
transform:translateY(-8px);
box-shadow:0 16px 40px rgba(0,0,0,0.1);
}
.pain-card-img{
height:250px;
overflow:hidden;
flex-shrink:0;
}
.pain-card-img img{
width:100%;
height:100%;
object-fit:cover;
transition:all 0.5s ease;
}
.pain-card:hover .pain-card-img img{
transform:scale(1.05);
}
.pain-card-body{
padding:24px;
flex:1;
display:flex;
flex-direction:column;
}
.pain-card-body h3{
font-size:24px;
font-weight:500;
color:#000;
margin-bottom:12px;
line-height:1.4;
}
.pain-card-body p{
font-size:16px;
font-weight:400;
color:#8c8c8c;
line-height:1.7;
}
/*painpoints end*/
/*services start*/
/*painpoints end*/
/*services start*/
.services{ background:var(--dark); position:relative; overflow:hidden; }
.services .section-head.light .section-title{ color:#fff; }
.services{
background: #fff;
padding: 80px 0;
}
.services-container{
max-width: 1240px;
margin: 0 auto;
padding: 0 24px;
}
.services-inner{
display: flex;
gap: 40px;
align-items: flex-start;
}
.services-left{
flex: 0 0 48%;
display: flex;
flex-direction: column;
}
.services-left-top{
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.services-big-num{
font-size: 120px;
font-weight: 800;
line-height: 1;
background: linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
flex-shrink: 0;
}
.services-left-titles{
display: flex;
flex-direction: column;
gap: 8px;
padding-top: 16px;
}
.services-subtitle{
font-size: 24px;
font-weight: 400;
color: #000;
}
.services-title{
font-size: 36px;
font-weight: 700;
color: #000;
line-height: 1.3;
}
.services-desc{
font-size: 20px;
color: #666;
line-height: 1.7;
margin-bottom: 32px;
}
.services-left-img{
margin-top: auto;
}
.services-left-img img{
width: 100%;
max-width: 400px;
height: auto;
}
.services-right{
flex: 0 0 52%;
display: flex;
flex-direction: column;
gap: 16px;
}
.service-card{
display: flex;
align-items: flex-start;
gap: 20px;
background: #f2f2f2;
border-radius: 12px;
padding: 28px 32px;
min-height: 220px;
transition: all 0.4s ease;
cursor: pointer;
position: relative;
}
.service-card:hover{
background: linear-gradient(135deg, #ebaa20 0%, #eb5c20 100%);
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(235, 92, 32, 0.25);
}
.service-card-icon{
width: 48px;
height: 48px;
flex-shrink: 0;
position: relative;
}
.service-card-icon img{
width: 100%;
height: 100%;
object-fit: contain;
position: absolute;
top: 0;
left: 0;
transition: opacity 0.4s ease;
}
.service-card-icon .icon-gray{
opacity: 1;
}
.service-card-icon .icon-white{
opacity: 0;
}
.service-card:hover .icon-gray{
opacity: 0;
}
.service-card:hover .icon-white{
opacity: 1;
}
.service-card-body{
flex: 1;
display: flex;
flex-direction: column;
}
.service-card-body h3{
font-size: 24px;
font-weight: 500;
color: #000;
margin-bottom: 12px;
transition: color 0.4s ease;
}
.service-card:hover .service-card-body h3{
color: #fff;
}
.service-card-body p{
font-size: 16px;
color: #8c8c8c;
line-height: 1.7;
transition: color 0.4s ease;
}
.service-card:hover .service-card-body p{
color: rgba(255, 255, 255, 0.85);
}
.service-tags{
display: flex;
gap: 8px;
margin-top: 12px;
flex-wrap: wrap;
}
.service-tag{
display: inline-block;
padding: 4px 12px;
font-size: 12px;
color: #8c8c8c;
background: rgba(0, 0, 0, 0.06);
border-radius: 16px;
transition: all 0.4s ease;
}
.service-card:hover .service-tag{
color: #fff;
background: rgba(255, 255, 255, 0.2);
}
.service-card{
position: relative;
}
.service-more{
position: absolute;
bottom: 20px;
right: 24px;
font-size: 14px;
color: #fff;
opacity: 0;
transition: opacity 0.4s ease;
text-decoration: none;
font-weight: 500;
}
.service-card:hover .service-more{
opacity: 1;
}
/*services end*/
/*growth start*/
/*services end*/
/*growth start*/
.growth{
position: relative;
padding: 80px 0;
overflow: hidden;
color: #fff;
}
.growth-bg{
position: absolute;
inset: 0;
z-index: 0;
}
.growth-bg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.growth-overlay{
position: absolute;
inset: 0;
background: transparent;
z-index: 1;
}
.growth-container{
position: relative;
z-index: 2;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
}
.growth-head{
text-align: center;
margin-bottom: 60px;
}
.growth-tag{
display: inline-block;
font-size: 22px;
font-weight: 400;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 24px;
}
.growth-title{
font-size: 34px;
font-weight: 600;
color: #fff;
line-height: 1.3;
margin-bottom: 16px;
}
.growth-line{
width: 200px;
height: 1px;
border-radius: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 0 auto 20px;
}
.growth-desc{
font-size: 18px;
color: rgba(255, 255, 255, 0.75);
max-width: 810px;
margin: 0 auto;
line-height: 1.7;
}
.growth-grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
justify-content: center;
}
.growth-card{
width: 460px;
height: 100%;
background: rgba(0, 28, 58, 0.3);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 28px;
padding: 52px 44px;
color: #fff;
transition: all 0.4s ease;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.growth-card:hover{
background: rgba(71, 35, 2, 0.3);
transform: translateY(-6px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.growth-card-header{
display: flex;
align-items: flex-end;
justify-content: flex-start;
gap: 26px;
height: 140px;
margin-bottom: 12px;
}
.growth-card h3{
font-size: 24px;
font-weight: 500;
color: #fff;
position: relative;
display: inline-block;
padding-bottom: 0;
}
.growth-card h3::after{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
}
.growth-card-icon{
width: auto;
height: 95px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.growth-card-icon img{
display: block;
height: 100%;
width: auto;
max-width: 140px;
object-fit: contain;
}
.growth-card p{
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
line-height: 1.7;
margin-bottom: 24px;
}
.growth-list{
display: flex;
flex-direction: column;
gap: 12px;
margin-top: auto;
}
.growth-list li{
font-size: 16px;
color: rgba(255, 255, 255, 0.8);
display: flex;
align-items: center;
gap: 10px;
}
.gl-dot{
width: 6px;
height: 6px;
border-radius: 50%;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
flex-shrink: 0;
}
.growth-steps{
display: flex;
flex-direction: column;
gap: 14px;
margin-top: auto;
}
.gstep{
display: flex;
align-items: flex-start;
gap: 12px;
}
.gstep-num{
width: 28px;
height: 28px;
border-radius: 50%;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
color: #fff;
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 2px;
}
.gstep-content{
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.gstep-name{
font-size: 16px;
font-weight: 500;
color: #fff;
}
.gstep-detail{
font-size: 14px;
color: rgba(255, 255, 255, 0.6);
}
/*growth end*/
/*solutions start*/
/*growth end*/
/*solutions start*/
.solutions-top{
position: relative;
min-height: 800px;
display: flex;
align-items: center;
overflow: hidden;
background: #f5f3f0;
}
.solutions-top .sol-bg{
position: absolute;
inset: 0;
z-index: 0;
}
.solutions-top .sol-bg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.solutions-top .sol-overlay{
position: absolute;
inset: 0;
background: rgba(245, 243, 240, 0.35);
z-index: 1;
}
.solutions-top .container{
position: relative;
z-index: 2;
}
.sol-header{
text-align: center;
margin-bottom: 60px;
}
.sol-tag{
display: inline-block;
font-size: 22px;
font-weight: 400;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 16px;
}
.sol-title{
font-size: 32px;
font-weight: 500;
color: #000;
margin-bottom: 24px;
line-height: 1.3;
}
.sol-line{
width: 200px;
height: 2px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 0 auto 20px;
border-radius: 1px;
}
.sol-desc{
font-size: 16px;
color: #8c8c8c;
line-height: 1.7;
max-width: 800px;
margin: 0 auto 24px;
}
.solutions-top-grid{
display: grid;
grid-template-columns: repeat(2, 708px);
gap: 40px;
justify-content: center;
margin: 0 auto;
}
.sol-card-horizontal{
display: flex;
height: 386px;
background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
border-radius: 18px;
overflow: hidden;
transition: all 0.4s ease;
}
.sol-card-horizontal:hover{
transform: translateY(-8px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.sol-img-round{
width: 250px;
height: 250px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
margin: auto 40px;
transition: transform 0.4s ease;
}
.sol-card-horizontal:hover .sol-img-round{
transform: scale(1.05);
}
.sol-img-round img{
width: 100%;
height: 100%;
object-fit: cover;
}
.sol-card-content{
flex: 1;
padding: 40px 40px 40px 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.sol-card-content h3{
font-size: 24px;
font-weight: 500;
color: #1a1a2e;
margin-bottom: 12px;
}
.sol-card-desc{
font-size: 16px;
color: #8c8c8c;
line-height: 1.7;
margin-bottom: 20px;
}
.sol-card-points{
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 24px;
}
.sol-card-points li{
font-size: 16px;
color: #444444;
display: flex;
align-items: center;
gap: 10px;
}
.sol-card-points li::before{
content: "";
width: 16px;
height: 2px;
background: linear-gradient(90deg, #ebaa20 0%, #eb5c20 100%);
flex-shrink: 0;
}
.sol-btn{
display: inline-flex;
align-items: center;
justify-content: center;
width: 140px;
height: 36px;
font-size: 14px;
font-weight: 500;
color: #eb5c20;
background: transparent;
border: 1px solid #eb5c20;
border-radius: 18px;
transition: all 0.3s ease;
text-decoration: none;
align-self: flex-start;
}
.sol-btn:hover{
background: linear-gradient(90deg, #ebaa20 0%, #eb5c20 100%);
color: #fff;
border-color: transparent;
}
/*solutions end*/
/*solutions-bottom start*/
/*solutions end*/
/*solutions-bottom start*/
.solutions-bottom{
position: relative;
min-height: 1034px;
display: flex;
align-items: center;
overflow: hidden;
background: #fff;
padding: 100px 0;
}
.solutions-bottom .sol-bg{
position: absolute;
inset: 0;
z-index: 0;
}
.solutions-bottom .sol-bg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.solutions-bottom .sol-overlay{
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0.35);
z-index: 1;
}
.solutions-bottom .container{
position: relative;
z-index: 2;
}
.solutions-bottom-grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
max-width: 1200px;
margin: 0 auto;
justify-content: center;
}
.sol-card-vertical{
max-width: 400px;
width: 100%;
min-height: 520px;
height: auto;
background: #ffffff;
border-radius: 18px;
overflow: hidden;
transition: all 0.4s ease;
padding-bottom: 40px;
border: 1px solid #f0f0f0;
}
.sol-card-vertical:hover{
transform: translateY(-8px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.sol-img-top{
width: 100%;
height: 220px;
overflow: hidden;
transition: transform 0.4s ease;
}
.sol-card-vertical:hover .sol-img-top{
transform: scale(1.05);
}
.sol-img-top img{
width: 100%;
height: 100%;
object-fit: cover;
}
.sol-card-vertical h3{
font-size: 24px;
font-weight: 500;
color: #1a1a2e;
text-align: center;
margin-top: 32px;
margin-bottom: 16px;
}
.sol-line-small{
width: 200px;
height: 2px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 0 auto 20px;
border-radius: 1px;
}
.sol-card-vertical p{
font-size: 16px;
color: #8c8c8c;
line-height: 1.7;
padding: 0 32px;
}
.sol-banner{
position: relative;
min-height: 1080px;
overflow: hidden;
display: flex;
align-items: center;
}
.sol-banner-bg{
position: absolute; inset: 0; z-index: 0;
}
.sol-banner-bg img{
width: 100%; height: 100%; object-fit: cover;
}
.sol-banner-overlay{
position: absolute; inset: 0;
background: transparent;
z-index: 1;
}
.sol-banner-container{
position: relative; z-index: 2;
max-width: 1440px; width: 100%;
margin: 0 auto; padding: 180px 40px 120px;
display: flex; align-items: center; gap: 40px;
}
.sol-banner-left{
flex: 0 0 62%;
}
.sol-banner-right{
flex: 0 0 38%;
display: flex; flex-direction: column;
gap: 28px;
max-width: 320px;
}
.sol-banner-subtitle{
font-size: 40px; font-weight: 300; line-height: 1.2;
color: #fff; margin-bottom: 16px;
}
.sol-banner-title{
font-size: 48px; font-weight: 700; line-height: 1.2;
color: #ffffff; margin-bottom: 28px;
white-space: nowrap;
}
.sol-banner-desc{
padding: 12px 0; max-width: 920px; margin-bottom: 48px;
}
.sol-banner-desc p{
font-size: 16px; font-weight: 400; line-height: 40px;
color: #fff;
}
.sol-banner-cta{
display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.sol-banner-btn{
display: inline-flex; align-items: center; justify-content: center;
height: 56px; padding: 0 32px;
background: transparent;
border: 2px solid #fff; border-radius: 999px;
font-size: 18px; font-weight: 500; color: #ffffff;
text-decoration: none; cursor: pointer;
transition: all 0.35s ease; white-space: nowrap;
}
.sol-banner-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-color: transparent;
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(235,92,32,0.35);
}
.sol-banner-card{
width: 320px; height: 120px;
background: rgba(255,255,255,.08);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border: 1px solid rgba(255,255,255,.08);
border-radius: 18px;
display: flex; flex-direction: column;
align-items: center; justify-content: center;
text-align: center;
transition: all 0.35s ease;
}
.sol-banner-card:hover{
background: linear-gradient(90deg, rgba(235,92,32,.92), rgba(235,170,32,.92));
border-color: transparent;
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(235,92,32,0.25);
}
.sol-banner-card h3{
font-size: 24px; font-weight: 700; color: #ffffff;
margin-bottom: 12px;
}
.sol-banner-card p{
font-size: 16px; font-weight: 400; color: #fff;
}
.target-customer{
background: #fff; padding: 80px 0 70px;
min-height: 760px; display: flex; align-items: center;
}
.target-customer-container{
max-width: 1440px; width: 100%;
margin: 0 auto; padding: 0 40px;
}
.target-customer-header{
margin-bottom: 140px; text-align: left;
}
.target-customer-subtitle{
font-size: 32px; font-weight: 300; color: #000;
margin-bottom: 18px;
}
.target-customer-title{
font-size: 32px; font-weight: 700; color: #000;
line-height: 1.5; max-width: 920px; margin-bottom: 24px;
}
.target-customer-desc{
font-size: 20px; font-weight: 400; line-height: 1.8;
color: #666; max-width: 960px;
}
.target-customer-grid{
display: grid;
grid-template-columns: repeat(3, 450px);
gap: 36px; justify-content: center;
}
.target-customer-card{
width: 450px; background: #f2f2f2;
border-radius: 32px; padding: 150px 32px 40px;
text-align: center; position: relative;
display: flex; flex-direction: column; align-items: center;
transition: all .35s ease;
}
.target-customer-card:hover{
transform: translateY(-10px);
box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
.target-customer-card-img{
width: 260px; height: 260px;
border-radius: 50%; overflow: hidden;
position: absolute; top: -130px; left: 50%;
transform: translateX(-50%);
box-shadow: 0 8px 28px rgba(0,0,0,0.12);
transition: all .35s ease;
z-index: 2;
}
.target-customer-card:hover .target-customer-card-img{
transform: translateX(-50%) scale(1.05);
box-shadow: 0 12px 36px rgba(0,0,0,0.18);
}
.target-customer-card-img img{
width: 100%; height: 100%; object-fit: cover;
display: block;
}
.target-customer-card-content{
display: flex; flex-direction: column; align-items: center;
}
.target-customer-card-content h3{
font-size: 28px; font-weight: 500; line-height: 1.6;
color: #000; margin-bottom: 0;
}
.target-customer-divider{
width: 120px; height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 28px 0;
}
.target-customer-pains{
display: flex; flex-direction: column; gap: 0;
margin-bottom: 28px; max-width: 310px;
}
.target-customer-pains p{
font-size: 16px; line-height: 2; color: #666;
text-align: center; margin: 0;
}
.target-customer-btn{
display: inline-flex; align-items: center; justify-content: center;
width: 180px; height: 36px;
background: transparent;
border: 1px solid #eb5f20; border-radius: 999px;
font-size: 16px; font-weight: 500; color: #eb5f20;
text-decoration: none; cursor: pointer;
transition: all .35s ease;
}
.target-customer-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
color: #fff; border-color: transparent;
box-shadow: 0 4px 16px rgba(235,92,32,0.3);
}
.target-customer-btn::after{
content: '';
display: inline-block;
margin-left: 0;
transition: all .35s ease;
}
.target-customer-btn:hover::after{
content: ' >>';
margin-left: 6px;
}
.pain-points{
background: #fff; padding: 80px 0;
min-height: 760px; display: flex; align-items: center;
}
.pain-points-container{
max-width: 1440px; width: 100%;
margin: 0 auto; padding: 0 40px;
}
.pain-points-header{
text-align: left; margin-bottom: 45px;
}
.pain-points-subtitle{
font-size: 32px; font-weight: 300; color: #111;
margin-bottom: 16px;
}
.pain-points-title{
font-size: 32px; font-weight: 700; color: #111;
line-height: 1.5; max-width: 860px;
}
.pain-points-grid{
display: grid;
grid-template-columns: repeat(3, 370px);
gap: 26px 28px; justify-content: center;
margin-bottom: 54px;
}
.pain-points-card{
width: 370px; height: 280px;
background: #f2f2f2; border-radius: 28px;
border: 1px solid transparent;
display: flex; flex-direction: column;
align-items: center; justify-content: center;
text-align: center; padding: 28px 24px;
transition: all .35s ease;
}
.pain-points-card:hover{
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(0,0,0,0.08);
background: #fff;
border-color: #eb5c20;
}
.pain-points-card-icon{
width: 82px; height: 82px;
display: flex; align-items: center; justify-content: center;
margin-bottom: 28px;
}
.pain-points-card-icon img{
max-width: 100%; max-height: 100%; object-fit: contain;
}
.pain-points-card-sub{
font-size: 20px; font-weight: 400; color: #6b6b6b;
line-height: 1.8; margin-bottom: 4px;
}
.pain-points-card-title{
font-size: 26px; font-weight: 500; color: #000;
line-height: 1.6; max-width: 280px;
}
.pain-points-summary{
text-align: center; display: flex;
flex-direction: column; align-items: center; gap: 28px;
}
.pain-points-summary-text{
font-size: 24px; font-weight: 500; color: #000;
}
.pain-points-summary-pill{
width: auto; max-width: 100%; height: 72px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 999px;
display: flex; align-items: center; justify-content: center;
font-size: 32px; font-weight: 500; color: #fff;
box-shadow: 0 6px 24px rgba(235,92,32,0.25);
padding: 0 40px; white-space: nowrap;
}
.pain-points-summary-guide{
font-size: 24px; font-weight: 400; color: #939393;
}
.pain-points-arrow{
display: inline-block; width: 36px; height: 36px;
animation: arrowFloat 2s ease-in-out infinite;
cursor: pointer;
}
.pain-points-arrow img{ width: 100%; height: 100%; }
@keyframes arrowFloat{
0%, 100%{ transform: translateY(0); }
50%{ transform: translateY(8px); }
}
/*solutions-bottom end*/
/*solutions-bottom end*/
.growth-path{
background: #f7f7f7; padding: 70px 0;
min-height: 700px; display: flex; align-items: center;
}
.growth-path-container{
max-width: 1440px; width: 100%;
margin: 0 auto; padding: 0 40px;
}
.growth-path-header{
text-align: left; margin-bottom: 60px;
}
.growth-path-subtitle{
font-size: 32px; font-weight: 300; color: #111;
margin-bottom: 18px;
}
.growth-path-title{
font-size: 32px; font-weight: 700; color: #111;
line-height: 1.5; max-width: 920px;
}
.growth-path-stages{
display: flex; align-items: flex-start;
justify-content: center; gap: 0;
margin-bottom: 65px;
}
.growth-path-stage{
width: 180px; text-align: center;
}
.growth-path-arrow{
width: 80px; display: flex; align-items: center;
justify-content: center; padding-top: 105px;
flex-shrink: 0;
}
.growth-path-arrow svg{ width: 80px; height: 36px; }
.growth-path-stage-time{
display: block; font-size: 16px; font-weight: 700;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 18px;
}
.growth-path-stage-circle{
width: 150px; height: 150px;
background: linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
border-radius: 50%; margin: 0 auto 28px;
display: flex; align-items: center; justify-content: center;
box-shadow: 0 6px 20px rgba(235,92,32,0.15);
transition: all .35s ease;
}
.growth-path-stage-circle:hover{
transform: scale(1.08);
box-shadow: 0 10px 28px rgba(235,92,32,0.25);
}
.growth-path-stage-circle img{
width: 64px; height: 64px; object-fit: contain;
filter: brightness(1);
transition: filter .35s ease;
}
.growth-path-stage-circle:hover img{
filter: brightness(1.2);
}
.growth-path-stage-title{
font-size: 20px; font-weight: 400; color: #000;
line-height: 1.6; max-width: 180px; margin: 0 auto 12px;
}
.growth-path-stage-desc{
font-size: 16px; font-weight: 400; color: #8c8c8c;
line-height: 1.8; max-width: 180px; margin: 0 auto;
}
.growth-path-deliverables{
text-align: center;
}
.growth-path-deliver-title{
display: flex; align-items: center; justify-content: center;
gap: 10px; margin-bottom: 20px;
}
.growth-path-deliver-icon{
width: 32px; height: 32px; object-fit: contain;
}
.growth-path-deliver-title h3{
font-size: 24px; font-weight: 400; color: #000;
}
.growth-path-deliver-tags{
display: flex; align-items: center; justify-content: center;
gap: 18px; flex-wrap: wrap;
}
.growth-path-tag{
display: inline-flex; align-items: center; justify-content: center;
height: 40px; padding: 0 28px;
background: #000; border-radius: 999px;
font-size: 20px; font-weight: 500; color: #e75504;
cursor: pointer; transition: all .3s ease;
}
.growth-path-tag:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
color: #fff;
}
.customer-results{
background: #fff; padding: 70px 0;
min-height: 700px; display: flex; align-items: center;
}
.customer-results-container{
max-width: 1480px; width: 100%;
margin: 0 auto; padding: 0 40px;
}
.customer-results-header{
text-align: left; margin-bottom: 45px;
}
.customer-results-subtitle{
font-size: 32px; font-weight: 300; color: #000;
margin-bottom: 18px;
}
.customer-results-title{
font-size: 32px; font-weight: 700; color: #000;
line-height: 1.5; max-width: 980px;
}
.customer-results-grid{
display: grid;
grid-template-columns: repeat(3, 470px);
gap: 28px; justify-content: center;
}
.customer-result-card{
width: 470px; background: #f2f2f2;
border-radius: 32px; padding: 50px 36px 36px;
text-align: center; position: relative; overflow: hidden;
transition: all .35s ease;
}
.customer-result-card:hover{
transform: translateY(-10px);
box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
.cr-card-arc{
position: absolute; top: -90px; left: 50%;
transform: translateX(-50%);
width: 423px; height: 140px;
background: #e8e8e8; border-radius: 50%;
transition: background .35s ease;
}
.customer-result-card:hover .cr-card-arc{
background: #ddd;
}
.cr-industry-tag{
position: relative; z-index: 1;
display: block; font-size: 16px; font-weight: 500;
color: #5b5b5b; margin-bottom: 60px; margin-top: -40px;
}
.cr-market-tag{
position: relative; z-index: 1;
display: flex; align-items: center; justify-content: flex-start;
font-size: 16px; font-weight: 400;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 18px; min-height: 24px; padding: 0 23px;
}
.cr-market-dot{
width: 16px; height: 16px; flex-shrink: 0; margin-right: 8px;
}
.cr-market-dot img{
width: 100%; height: 100%; display: block; object-fit: contain;
}
.cr-case-title{
position: relative; z-index: 1;
font-size: 26px; font-weight: 700; color: #111;
line-height: 1.5; text-align: left; padding: 0 23px;
margin-bottom: 18px; white-space: nowrap;
}
.cr-pain-desc{
position: relative; z-index: 1;
font-size: 16px; font-weight: 400; color: #898989;
line-height: 1.8; text-align: left; padding: 0 23px;
margin-bottom: 28px; min-height: 58px; white-space: nowrap;
}
.cr-data-row{
position: relative; z-index: 1;
display: flex; gap: 12px; justify-content: center;
margin-bottom: 28px;
}
.cr-data-card{
width: 120px; height: 160px;
background: linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
border-radius: 20px;
display: flex; flex-direction: column;
align-items: center; justify-content: center;
box-shadow: 0 4px 12px rgba(235,92,32,0.15);
transition: box-shadow .35s ease;
}
.customer-result-card:hover .cr-data-card{
box-shadow: 0 8px 20px rgba(235,92,32,0.25);
}
.cr-data-card img{
width: 42px; height: 42px; object-fit: contain;
margin-bottom: 20px;
}
.cr-data-num{
font-size: 30px; font-weight: 700; color: #fff;
line-height: 1.2;
}
.cr-data-label{
font-size: 13px; font-weight: 400; color: rgba(255,255,255,.92);
line-height: 1.6;
}
.cr-feedback{
position: relative; z-index: 1;
background: #fff; border-radius: 18px;
padding: 20px 24px; margin-bottom: 24px;
text-align: left;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.cr-feedback-text{
font-size: 14px; font-weight: 400; color: #000;
line-height: 1.8; margin-bottom: 8px;
}
.cr-feedback-author{
display: block; font-size: 13px; font-weight: 400;
color: #898989; text-align: right;
}
.cr-cta-btn{
display: inline-flex; align-items: center; justify-content: center;
width: 260px; height: 36px;
background: transparent;
border: 1px solid #eb5f20; border-radius: 999px;
font-size: 16px; font-weight: 500; color: #eb5f20;
text-decoration: none; cursor: pointer;
transition: all .35s ease;
}
.cr-cta-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
color: #fff; border-color: transparent;
box-shadow: 0 4px 16px rgba(235,92,32,0.3);
}
.cr-cta-btn::after{
content: ''; display: inline-block; margin-left: 0;
transition: all .35s ease;
}
.cr-cta-btn:hover::after{
content: ' >>'; margin-left: 6px;
}
.why-choose-us{
background: #f7f7f7; padding: 80px 0;
min-height: 850px; display: flex; align-items: center;
}
.why-choose-us-container{
max-width: 1480px; width: 100%;
margin: 0 auto; padding: 0 40px;
}
.why-choose-us-header{ text-align: left; margin-bottom: 45px; }
.why-choose-us-subtitle{
font-size: 32px; font-weight: 300; color: #111;
margin-bottom: 18px;
}
.why-choose-us-title{
font-size: 32px; font-weight: 700; color: #111;
line-height: 1.5; max-width: 950px; margin-bottom: 24px;
}
.why-choose-us-desc{
font-size: 20px; line-height: 1.8; color: #7a7a7a;
max-width: 820px;
}
.why-compare{
display: flex; align-items: flex-start; justify-content: center;
gap: 32px; margin-bottom: 60px; min-height: 330px;
}
.why-compare-illust{
flex-shrink: 0;
}
.why-compare-illust img{ height: 300px; width: auto; display: block; }
.why-compare-dims{
width: 166px; display: flex; flex-direction: column;
flex-shrink: 0; padding-top: 40px;
height: 280px; box-sizing: border-box;
justify-content: space-between;
}
.why-compare-dims-pill{
width: 166px; height: 37px;
background: #000; border-radius: 0 999px 999px 0;
display: flex; align-items: center; justify-content: center;
font-size: 20px; font-weight: 500; color: #fff;
position: relative; margin-bottom: 4px;
}
.why-compare-dims-pill::after{
content: '';
position: absolute; right: 11px; top: 50%; transform: translateY(-50%);
width: 0; height: 0;
border-left: 12px solid #eb5c20;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.why-compare-dim{
width: 166px; height: 37px; background: #fff;
display: flex; align-items: center; justify-content: center;
font-size: 16px; font-weight: 400; color: #000;
border-radius: 4px; position: relative;
clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
box-sizing: border-box;
}
.why-compare-dim::after{
content: '';
position: absolute; right: 11px; top: 50%; transform: translateY(-50%);
width: 0; height: 0;
border-left: 12px solid #d5d5d5;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.why-compare-cols{
display: flex; gap: 32px;
}
.why-compare-col-gray{
width: 200px; height: 280px;
background: #e5e5e5; border-radius: 24px;
padding: 24px 20px 20px;
display: flex; flex-direction: column; align-items: center;
box-sizing: border-box;
}
.why-compare-col-gray .col-head-wrap{
width: 100%; display: flex; flex-direction: column; align-items: center;
}
.why-compare-col-gray .col-head-line{
width: 160px; height: 2px; background: #d0d0d0;
margin-top: 10px; margin-bottom: 25px;
}
.why-compare-col-orange{
width: 240px; height: 300px;
background: linear-gradient(180deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 28px; padding: 24px 20px 24px;
display: flex; flex-direction: column; align-items: center;
box-shadow: 0 8px 28px rgba(235,92,32,0.2);
box-sizing: border-box;
}
.why-compare-col-head{
font-size: 20px; font-weight: 500; margin-bottom: 0; text-align: center;
}
.why-compare-col-gray .why-compare-col-head{ color: #000; }
.why-compare-col-orange .why-compare-col-head{ color: #fff; }
.why-compare-col-divider{
width: 160px; height: 2px;
background: rgba(255,255,255,.35);
margin-top: 10px; margin-bottom: 25px;
}
.why-compare-col-items{
display: flex; flex-direction: column; align-items: center;
justify-content: space-between; flex: 1;
}
.why-compare-col-gray .why-compare-col-items{ gap: 0; }
.why-compare-col-orange .why-compare-col-items{ gap: 26px; }
.why-compare-col-items span{
font-size: 16px; font-weight: 400; line-height: 1.6; text-align: center;
}
.why-compare-col-gray .why-compare-col-items span{ color: #000; max-width: 160px; }
.why-compare-col-orange .why-compare-col-items span{ color: #fff; max-width: 180px; }
.why-advantages{
display: grid;
grid-template-columns: repeat(2, 710px);
gap: 28px; justify-content: center;
}
.why-adv-card{
background: #fff; border-radius: 28px;
padding: 30px 32px; height: 180px;
display: flex; align-items: center; gap: 32px;
border: 1px solid transparent; transition: all .35s ease;
}
.why-adv-card:hover{
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(0,0,0,0.06);
border-color: #eb5c20;
}
.why-adv-icon{
width: 82px; height: 82px; flex-shrink: 0;
opacity: .6; transition: opacity .35s ease;
}
.why-adv-card:hover .why-adv-icon{ opacity: .8; }
.why-adv-icon img{
width: 100%; height: 100%; object-fit: contain;
}
.why-adv-content{ flex: 1; }
.why-adv-content h3{
font-size: 22px; font-weight: 500; color: #111;
line-height: 1.6; margin-bottom: 0;
display: inline-block; position: relative;
padding-bottom: 14px;
}
.why-adv-content h3::after{
content: '';
position: absolute; bottom: 0; left: 0;
width: 100%; height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
}
.why-adv-content p{
font-size: 16px; font-weight: 400; color: #7f7f7f;
line-height: 1.9; max-width: 460px; margin-top: 8px;
}
.cooperation-process{
background: #fff; padding: 70px 0;
min-height: 500px; display: flex; align-items: center;
}
.cp-container{
max-width: 1480px; width: 100%;
margin: 0 auto; padding: 0 40px;
}
.cp-header{ text-align: left; margin-bottom: 65px; }
.cp-subtitle{
font-size: 32px; font-weight: 300; color: #111;
margin-bottom: 18px;
}
.cp-title{
font-size: 32px; font-weight: 700; color: #111;
line-height: 1.5; max-width: 950px;
}
.cp-stages{
display: flex; align-items: flex-start; justify-content: center;
gap: 0;
}
.cp-stage{
width: 220px; text-align: center;
transition: transform .35s ease;
}
.cp-stage:hover{ transform: translateY(-8px); }
.cp-arrow{
width: 90px; display: flex; align-items: center;
justify-content: center; padding-top: 63px;
flex-shrink: 0;
}
.cp-arrow svg{ width: 90px; height: 30px; }
.cp-stage-circle{
width: 150px; height: 150px;
background: linear-gradient(180deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 50%; margin: 0 auto 28px;
display: flex; align-items: center; justify-content: center;
box-shadow: 0 6px 20px rgba(235,92,32,0.15);
transition: all .35s ease;
}
.cp-stage:hover .cp-stage-circle{
transform: scale(1.08);
box-shadow: 0 10px 28px rgba(235,92,32,0.25);
}
.cp-stage-circle img{
width: 64px; height: 64px; object-fit: contain;
transition: filter .35s ease;
}
.cp-stage:hover .cp-stage-circle img{ filter: brightness(1.2); }
.cp-stage h3{
font-size: 22px; font-weight: 500; color: #111;
line-height: 1.6; margin-bottom: 14px;
}
.cp-stage p{
font-size: 16px; font-weight: 400; color: #7f7f7f;
line-height: 1.8; max-width: 220px; margin: 0 auto;
}
/*growth end*/
/*sol-detail start*/
/*growth end*/
/*sol-detail start*/
.sol-detail{
position: relative; padding: 100px 0; overflow: hidden;
}
.sol-detail .sol-bg{ position: absolute; inset: 0; z-index: 0; }
.sol-detail .sol-bg img{ width: 100%; height: 100%; object-fit: cover; }
.sol-detail .sol-overlay{
position: absolute; inset: 0;
background: rgba(0, 15, 45, 0.7); z-index: 1;
}
.sol-detail .container{ position: relative; z-index: 2; }
.sol-detail .sol-header{ color: #fff; }
.sol-detail .sol-title{ color: #fff; }
.sol-detail .sol-desc{ color: rgba(255,255,255,0.75); }
.sol-detail-grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.sol-detail-card{
background: rgba(255,255,255,0.08);
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.1);
border-radius: 16px;
padding: 36px 28px;
text-align: center;
transition: all 0.3s ease;
}
.sol-detail-card:hover{
background: rgba(255,255,255,0.12);
transform: translateY(-4px);
}
.sol-detail-icon{
width: 72px; height: 72px; margin: 0 auto 20px;
display: flex; align-items: center; justify-content: center;
}
.sol-detail-icon img{
max-width: 100%; max-height: 100%; object-fit: contain;
}
.sol-detail-card h3{
font-size: 20px; font-weight: 600; color: #fff;
margin-bottom: 10px;
}
.sol-detail-card p{
font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.6;
}
.sol-packages{
padding: 100px 0; background: var(--bg-cream);
}
.sol-packages-grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 40px;
}
.sol-package-card{
background: #fff;
border: 1px solid var(--border);
border-radius: 20px;
padding: 40px 32px;
text-align: center;
transition: all 0.3s ease;
position: relative;
}
.sol-package-card:hover{
transform: translateY(-6px);
box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.sol-package-featured{
border-color: var(--orange);
box-shadow: 0 4px 20px rgba(235,92,32,0.15);
}
.sol-package-badge{
position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
color: #fff; font-size: 14px; font-weight: 600;
padding: 6px 20px; border-radius: 20px; white-space: nowrap;
}
.sol-package-header{
display: flex; align-items: center; justify-content: center;
flex-direction: column; gap: 12px; margin-bottom: 16px;
}
.sol-package-header h3{
font-size: 24px; font-weight: 600; color: var(--text);
}
.sol-package-icon{
width: 60px; height: 60px;
display: flex; align-items: center; justify-content: center;
}
.sol-package-icon img{
max-width: 100%; max-height: 100%; object-fit: contain;
}
.sol-package-card > p{
font-size: 15px; color: var(--text-2); line-height: 1.6;
margin-bottom: 24px; min-height: 48px;
}
.sol-package-list{
list-style: none; text-align: left; margin-bottom: 28px;
display: flex; flex-direction: column; gap: 12px;
}
.sol-package-list li{
font-size: 15px; color: var(--text);
display: flex; align-items: center; gap: 10px;
}
.sol-package-dot{
width: 20px; height: 20px; flex-shrink: 0; object-fit: contain;
}
.sol-package-card .sol-btn{
width: 100%; margin-top: auto;
}
.sol-packages-dialog{
text-align: center; max-width: 700px; margin: 0 auto;
}
.sol-packages-dialog img{ width: 100%; height: auto; }
.sol-cases{
padding: 100px 0;
}
.sol-cases-grid{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin-bottom: 40px;
}
.sol-case-card{
background: #fff;
border: 1px solid var(--border);
border-radius: 16px;
padding: 32px 24px;
text-align: center;
transition: all 0.3s ease;
}
.sol-case-card:hover{
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.sol-case-icon{
width: 56px; height: 56px; margin: 0 auto 16px;
display: flex; align-items: center; justify-content: center;
}
.sol-case-icon img{
max-width: 100%; max-height: 100%; object-fit: contain;
}
.sol-case-card h3{
font-size: 18px; font-weight: 600; color: var(--text);
margin-bottom: 10px;
}
.sol-case-card p{
font-size: 14px; color: var(--text-2); line-height: 1.6;
}
.sol-cases-pic{
text-align: center; max-width: 900px; margin: 0 auto;
}
.sol-cases-pic img{ width: 100%; height: auto; }
/*sol-detail end*/
/*sol-process start*/
/*sol-detail end*/
/*sol-process start*/
.sol-process{
position: relative; padding: 100px 0; overflow: hidden;
}
.sol-process .sol-bg{ position: absolute; inset: 0; z-index: 0; }
.sol-process .sol-bg img{ width: 100%; height: 100%; object-fit: cover; }
.sol-process .sol-overlay{
position: absolute; inset: 0;
background: rgba(0, 15, 45, 0.7); z-index: 1;
}
.sol-process .container{ position: relative; z-index: 2; }
.sol-process .sol-header{ color: #fff; }
.sol-process .sol-title{ color: #fff; }
.sol-process .sol-desc{ color: rgba(255,255,255,0.75); }
.sol-process-grid{
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 24px;
}
.sol-process-step{
text-align: center;
}
.sol-process-icon{
width: 80px; height: 80px; margin: 0 auto 20px;
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
transition: all 0.3s ease;
}
.sol-process-step:hover .sol-process-icon{
background: rgba(235,92,32,0.2);
border-color: var(--orange);
}
.sol-process-icon img{
width: 40px; height: 40px; object-fit: contain;
}
.sol-process-step h3{
font-size: 20px; font-weight: 600; color: #fff;
margin-bottom: 10px;
}
.sol-process-step p{
font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.6;
}
.sol-cta{
padding: 80px 0; background: var(--bg-cream);
}
.sol-cta-inner{
text-align: center; max-width: 700px; margin: 0 auto;
}
.sol-cta-inner h2{
font-size: 36px; font-weight: 700; color: var(--text);
margin-bottom: 16px;
}
.sol-cta-inner > p{
font-size: 17px; color: var(--text-2);
margin-bottom: 32px; line-height: 1.7;
}
.sol-cta-btns{
display: flex; align-items: center; justify-content: center;
gap: 16px; flex-wrap: wrap;
}
.sol-cta-or{
font-size: 15px; color: var(--text-3);
}
.sol-cta-phone{
font-size: 18px; font-weight: 600; color: var(--orange);
text-decoration: none; transition: 0.2s;
}
.sol-cta-phone:hover{ color: #d44a10; }
/*sol-process end*/
/*footer start*/
/*sol-process end*/
/*footer start*/
.site-footer{
background: var(--dark); color: #fff; padding: 60px 0 30px;
}
.footer-grid{
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr 1fr;
gap: 32px; margin-bottom: 40px;
}
.footer-col h4{
font-size: 16px; font-weight: 600; margin-bottom: 16px;
color: rgba(255,255,255,0.9);
}
.footer-col a{
display: block; font-size: 14px; color: rgba(255,255,255,0.6);
margin-bottom: 10px; transition: 0.2s;
}
.footer-col a:hover{ color: var(--orange); }
.footer-col p{
font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 8px;
}
.footer-brand p{
margin-top: 12px; font-size: 14px; color: rgba(255,255,255,0.5);
line-height: 1.6;
}
.footer-logo{ width: 120px; }
.footer-qr{ text-align: center; }
.footer-qr img{ width: 80px; height: 80px; margin-bottom: 8px; }
.footer-qr span{ font-size: 12px; color: rgba(255,255,255,0.5); }
.footer-bottom{
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 20px; text-align: center;
}
.footer-bottom p{
font-size: 13px; color: rgba(255,255,255,0.4);
}
/*footer end*/
/*cases start*/
/*footer end*/
/*cases start*/
.cases{
position: relative;
padding: 80px 0;
overflow: hidden;
}
.cases__bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.cases__bg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.cases__overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.35);
}
.cases .container{
position: relative;
z-index: 1;
max-width: 1500px;
}
.cases__header{
text-align: center;
margin-bottom: 60px;
}
.cases__header .section-tag{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}
.cases__header.light .section-title{ color: var(--text); }
.cases__header.light .section-lead{ color: var(--text-2); }
.section-divider{
width: 200px;
height: 2px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 1px;
margin: 24px auto 0;
}
.cases__grid{
display: grid;
grid-template-columns: repeat(3, 470px);
gap: 24px;
justify-content: center;
margin-bottom: 40px;
}
.cases__card{
width: 100%;
height: 300px;
background: #ffffff;
border-radius: 18px;
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
padding: 32px;
transition: all 0.3s ease;
cursor: pointer;
display: flex;
flex-direction: column;
text-align: center;
}
.cases__card:hover,
.cases__card--active{
background: linear-gradient(135deg, #eb5c20 0%, #ebaa20 100%);
color: #ffffff;
transform: translateY(-6px);
box-shadow: 0 25px 60px rgba(235, 92, 32, 0.3);
}
.cases__tag{
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 14px;
}
.cases__tag-text{
font-size: 12px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-weight: 500;
}
.cases__card:hover .cases__tag-text,
.cases__card--active .cases__tag-text{
-webkit-text-fill-color: #ffffff;
color: #ffffff;
}
.cases__title{
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
color: var(--text);
}
.cases__card:hover .cases__title,
.cases__card--active .cases__title{
color: #ffffff;
}
.cases__desc{
font-size: 14px;
line-height: 1.7;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid var(--border);
color: var(--text-2);
flex-grow: 1;
}
.cases__card:hover .cases__desc,
.cases__card--active .cases__desc{
color: rgba(255, 255, 255, 0.8);
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.cases__stats{
display: flex;
gap: 20px;
}
.cases__stat{
text-align: center;
flex: 1;
}
.cases__stat-num{
font-size: 26px;
font-weight: 800;
background: linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
margin-bottom: 4px;
display: block;
}
.cases__card:hover .cases__stat-num,
.cases__card--active .cases__stat-num{
-webkit-text-fill-color: #ffffff;
color: #ffffff;
}
.cases__stat-label{
font-size: 11px;
color: var(--text-3);
display: block;
}
.cases__card:hover .cases__stat-label,
.cases__card--active .cases__stat-label{
color: rgba(255, 255, 255, 0.7);
}
.cases__more{
display: block;
margin-top: 20px;
font-size: 13px;
color: var(--orange);
text-align: center;
transition: all 0.3s ease;
}
.cases__card:hover .cases__more,
.cases__card--active .cases__more{
color: #ffffff;
}
.cases__detail-panel{
position: relative;
width: 100%;
max-width: 1440px;
max-height: 0;
background: linear-gradient(135deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 24px;
margin: 0 auto;
padding: 0 48px;
opacity: 0;
transform: translateY(20px);
transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease, margin-top 0.3s ease;
pointer-events: none;
overflow: hidden;
}
.cases__detail-panel--visible{
max-height: 800px;
padding: 48px;
opacity: 1;
transform: translateY(0);
pointer-events: auto;
margin-top: 32px;
}
.cases__detail-arrow{
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #eb5c20;
}
.cases__detail-header{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 32px;
padding-bottom: 24px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cases__detail-title{
font-size: 24px;
font-weight: 700;
color: #ffffff;
}
.cases__detail-btn{
display: inline-flex;
align-items: center;
justify-content: center;
width: 120px;
height: 26px;
background: #ffffff;
color: var(--orange);
font-size: 12px;
font-weight: 600;
border-radius: 13px;
transition: all 0.3s ease;
}
.cases__detail-btn:hover{
background: var(--orange);
color: #ffffff;
}
.cases__detail-body{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 48px;
}
.cases__detail-col{
position: relative;
}
.cases__detail-col:not(:last-child)::after{
content: '';
position: absolute;
right: -24px;
top: 0;
bottom: 0;
width: 1px;
background: rgba(255, 255, 255, 0.2);
}
.cases__detail-col-title{
font-size: 16px;
font-weight: 600;
color: #ffffff;
margin-bottom: 16px;
display: flex;
align-items: center;
gap: 8px;
}
.cases__detail-col-title img{
width: 20px;
height: 20px;
}
.cases__detail-col p{
font-size: 14px;
line-height: 1.9;
color: rgba(255, 255, 255, 0.9);
}
/*cases end*/
/*results start*/
/*cases end*/
/*results start*/
.results{
position: relative;
padding: 80px 0;
overflow: hidden;
}
.results__bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.results__bg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.results__overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.35);
}
.results .container{
position: relative;
z-index: 1;
max-width: 1400px;
}
.results__header{
text-align: center;
margin-bottom: 60px;
}
.results__header .section-tag{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}
.results__grid{
display: grid;
grid-template-columns: repeat(4, 320px);
gap: 24px;
justify-content: center;
}
.results__card{
width: 100%;
height: 240px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
padding: 40px 32px;
text-align: center;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.results__card:hover{
transform: translateY(-8px);
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}
.results__num{
font-size: 60px;
font-weight: 800;
background: linear-gradient(180deg, #ebaa20 0%, #eb5c20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
margin-bottom: 10px;
display: block;
}
.results__label{
font-size: 22px;
font-weight: 500;
color: var(--text);
margin-bottom: 6px;
}
.results__sub{
font-size: 16px;
color: var(--text-3);
}
/*results end*/
/*process start*/
/*results end*/
/*process start*/
.process{ background:var(--bg-cream); }
.process-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; }
.proc-card{
background:#fff; border:1px solid var(--border); border-radius:12px;
padding:36px 24px 28px; position:relative; transition:all 0.4s ease;
}
.proc-card:hover{ border-color:var(--orange); box-shadow:0 8px 30px rgba(0,0,0,0.08); transform:translateY(-4px); }
.proc-num{ position:absolute; top:16px; right:16px; font-size:28px; font-weight:800; color:var(--border); line-height:1; }
.proc-icon{ width:44px; height:44px; margin-bottom:16px; }
.proc-icon img{ width:100%; height:100%; object-fit:contain; }
.proc-card h3{ font-size:17px; font-weight:700; margin-bottom:6px; color:var(--text); }
.proc-time{ font-size:12px; background:linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; font-weight:500; margin-bottom:10px; }
.proc-card p{ font-size:14px; color:var(--text-2); line-height:1.7; }
.cta-section{ position:relative; padding:120px 0; overflow:hidden; display:flex; align-items:center; justify-content:center; text-align:center; }
.cta-bg{ position:absolute; inset:0; z-index:1; }
.cta-bg img{ width:100%; height:100%; object-fit:cover; }
.cta-overlay{ position:absolute; inset:0; background:rgba(10,16,28,0.75); z-index:2; }
.cta-inner{ position:relative; z-index:3; }
.cta-inner h2{ font-size:38px; font-weight:800; color:#fff; margin-bottom:16px; }
.cta-inner p{ font-size:16px; color:rgba(255,255,255,0.65); margin-bottom:32px; max-width:560px; margin-left:auto; margin-right:auto; }
.cta-btns{ display:flex; gap:14px; justify-content:center; }
/*process end*/
/*process end*/
.site-footer{ background:var(--dark); color:rgba(255,255,255,0.55); padding:60px 0 0; }
.footer-grid{ display:grid; grid-template-columns:1.8fr 1fr 1fr 1fr 1fr 1.2fr; gap:32px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,0.06); }
.footer-brand .brand{ margin-bottom:16px; }
.footer-brand .brand-logo{ height:60px; width:auto; }
.footer-desc{ font-size:13px; line-height:1.7; margin-bottom:16px; color:rgba(255,255,255,0.45); }
.footer-contact p{ font-size:13px; margin-bottom:4px; color:rgba(255,255,255,0.45); }
.footer-col h4{ font-size:14px; font-weight:700; color:#fff; margin-bottom:16px; }
.footer-col ul{ display:flex; flex-direction:column; gap:8px; }
.footer-col a{ font-size:13px; color:rgba(255,255,255,0.45); transition:0.25s ease; }
.footer-col a:hover{ color:var(--orange); padding-left:2px; }
.qr-hint{ font-size:12px; color:rgba(255,255,255,0.45); margin-bottom:8px; }
.qr-box{ width:90px; height:90px; padding:6px; background:#fff; border-radius:8px; }
.qr-box img{ width:100%; height:100%; object-fit:contain; }
.qr-label{ font-size:11px; margin-top:6px; color:rgba(255,255,255,0.35); }
.footer-bottom{ padding:20px 0; display:flex; justify-content:space-between; align-items:center; }
.footer-bottom p{ font-size:12px; color:rgba(255,255,255,0.3); }
.privacy-link{ font-size:12px; color:rgba(255,255,255,0.3); }
.privacy-link:hover{ color:rgba(255,255,255,0.5); }
/*footer end*/
/*footer end*/
.process{
position: relative;
min-height: 1034px;
overflow: hidden;
padding: 80px 0;
}
.process-bg{
position: absolute;
inset: 0;
z-index: 0;
}
.process-bg img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.process-overlay{
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0.35);
z-index: 1;
}
.process-container{
position: relative;
z-index: 2;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
}
.process-header{
text-align: center;
margin-bottom: 48px;
}
.process-tag{
display: inline-block;
font-size: 22px;
font-weight: 400;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 16px;
}
.process-title{
font-size: 32px;
font-weight: 500;
color: #000;
margin-bottom: 16px;
line-height: 1.3;
}
.process-lead{
font-size: 18px;
color: #a0a0a0;
max-width: 800px;
margin: 0 auto;
line-height: 1.6;
}
.process-divider{
width: 200px;
height: 2px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 24px auto 0;
border-radius: 1px;
}
.process-grid{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px;
max-width: 1440px;
margin: 0 auto;
}
.process-card{
display: flex;
flex-direction: row;
width: 100%;
height: 300px;
background: transparent;
border-radius: 14px;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.process-card:hover{
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.process-card-img{
width: 300px;
height: 300px;
flex-shrink: 0;
overflow: hidden;
background: transparent;
}
.process-card-img img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.process-card:hover .process-card-img img{
transform: scale(1.04);
}
.process-card-content{
flex: 1;
width: 400px;
height: 300px;
padding: 32px 36px;
background: #ffffff;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
}
.process-card-num{
position: absolute;
top: 16px;
left: 20px;
font-size: 85px;
font-weight: 800;
color: #eb6220;
opacity: 0.1;
line-height: 1;
pointer-events: none;
}
.process-card-title{
font-size: 24px;
font-weight: 500;
color: #111;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 12px;
margin-top: 20px;
}
.process-card-period{
font-size: 18px;
font-weight: 500;
background: linear-gradient(90deg, #ebaa20, #eb5c20);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.process-card-desc{
font-size: 16px;
color: #a0a0a0;
line-height: 1.8;
}
/*process end*/
/*insights start*/
/*process end*/
/*insights start*/
.insights{
min-height: 1034px;
background-image: url('../images/9-background.webp');
background-size: cover;
background-position: 80% 60%;
position: relative;
overflow: hidden;
}
.insights-overlay{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(90deg, rgba(0,35,65,0.72) 0%, rgba(0,35,65,0.40) 45%, rgba(0,35,65,0.08) 70%);
z-index: 1;
}
.insights .container{
position: relative;
z-index: 2;
max-width: 1440px;
margin: 0 auto;
padding-top: 60px;
padding-left: 0;
}
.insights-content{
max-width: 640px;
margin-right: auto;
padding-top: 0;
}
.insights-header{
text-align: left;
margin-bottom: 20px;
}
.insights-tag{
display: block;
font-size: 18px;
font-weight: 600;
color: rgba(255,255,255,0.82);
margin-bottom: 8px;
}
.insights-title{
font-size: 28px;
font-weight: 600;
color: #ffffff;
line-height: 1.4;
text-align: left;
margin-top: 12px;
}
.insights-cards{
display: flex;
flex-direction: column;
gap: 16px;
}
.insight-card{
width: 100%;
max-width: 640px;
height: auto;
background: rgba(28,57,84,0.20);
backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(1px);
border-radius: 4px;
padding: 16px 24px;
transition: all 0.3s ease;
position: relative;
cursor: pointer;
}
.insight-card:hover{
background: rgba(28,57,84,0.50);
transform: translateY(-6px);
}
.insight-card-inner{
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}
.insight-card-category{
display: flex;
align-items: center;
gap: 8px;
}
.insight-icon{
width: 20px;
height: 20px;
object-fit: contain;
transition: transform 0.3s ease;
}
.insight-card:hover .insight-icon{
transform: scale(1.1);
}
.insight-category-text{
font-size: 18px;
font-weight: 500;
background: linear-gradient(90deg, #ebaa20, #eb5c20);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.insight-card-title{
font-size: 18px;
font-weight: 500;
color: #ffffff;
line-height: 1.4;
margin-top: 12px;
}
.insight-card-desc{
font-size: 14px;
font-weight: 400;
color: #ffffff;
line-height: 1.5;
margin-top: 8px;
padding-bottom: 24px;
}
.insight-card-btn{
position: relative;
align-self: flex-end;
margin-top: auto;
width: 140px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
color: #ffffff;
font-size: 14px;
font-weight: 600;
border-radius: 999px;
transition: all 0.3s ease;
text-decoration: none;
}
.insight-card:hover .insight-card-btn{
box-shadow: 0 4px 12px rgba(235,92,32,0.3);
}
.insight-card-btn:hover{
transform: translateX(4px);
}
/*insights end*/
/*bottom-cta start*/
/*insights end*/
/*bottom-cta start*/
.bottom-cta{
position: relative;
min-height: 800px;
display: flex;
align-items: flex-start;
justify-content: center;
overflow: hidden;
}
.bottom-cta-bg{
position: absolute;
inset: 0;
background-image: url('../images/10-background.webp');
background-size: 100% 100%;
background-position: center center;
z-index: 0;
animation: bgSlowZoom 20s ease-in-out infinite alternate;
}
@keyframes bgSlowZoom{
0%{
background-size: 100% 100%;
}
100%{
background-size: 105% 105%;
}
}
.bottom-cta-overlay{
position: absolute;
inset: 0;
background: linear-gradient(180deg,
rgba(0,35,65,0.45) 0%,
rgba(0,35,65,0.15) 40%,
rgba(0,35,65,0.25) 100%
);
z-index: 1;
}
.bottom-cta-inner{
position: relative;
z-index: 2;
max-width: 1100px;
margin: 0 auto;
padding-top: 120px;
text-align: center;
}
.bottom-cta-inner h2{
font-size: 42px;
font-weight: 600;
color: #ffffff;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 28px;
}
.bottom-cta-inner p{
font-size: 20px;
font-weight: 400;
color: rgba(255,255,255,0.86);
line-height: 1.8;
white-space: nowrap;
margin: 0 auto 52px auto;
}
.bottom-cta-btns{
display: flex;
gap: 48px;
justify-content: center;
align-items: center;
}
.btn-bottom-cta{
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 32px;
height: 50px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,0.75);
background: transparent;
color: #ffffff;
font-size: 18px;
font-weight: 500;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
white-space: nowrap;
}
.btn-bottom-cta:hover{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
border-color: transparent;
transform: translateY(-3px);
}
.btn-bottom-cta-primary{
background: transparent;
border: 1px solid rgba(255,255,255,0.75);
font-weight: 600;
}
.btn-bottom-cta-primary:hover{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
border-color: transparent;
transform: translateY(-3px);
box-shadow: 0 12px 28px rgba(235,92,32,0.28);
}
/*bottom-cta end*/
/*service-banner start*/
/*bottom-cta end*/
/*service-banner start*/
.service-banner{
position: relative; height: 980px; overflow: hidden;
display: flex; align-items: center;
}
.service-banner-bg{
position: absolute; inset: 0; z-index: 0;
}
.service-banner-bg img{
width: 100%; height: 100%; object-fit: cover;
}
.service-banner-overlay{
position: absolute; inset: 0; z-index: 1;
background: transparent;
}
.service-banner-container{
position: relative; z-index: 2;
max-width: 1480px; width: 100%;
margin: 0 auto; padding: 120px 40px 0;
display: flex; align-items: flex-start; gap: 60px;
}
.service-banner-right{
flex: 0 0 42%;
padding-top: 195px;
margin-left: -160px;
}
.service-banner-left{ flex: 0 0 58%; }
.service-banner-subtitle{
font-size: 40px; font-weight: 300; line-height: 1.4;
color: rgba(255,255,255,.72); max-width: 620px;
margin-bottom: 28px;
}
.service-banner-title{
font-size: 50px; font-weight: 700; line-height: 1.35;
color: #fff; max-width: 920px; margin-bottom: 32px;
white-space: nowrap;
}
.service-banner-desc{
margin-bottom: 48px;
}
.service-banner-desc p{
font-size: 16px; font-weight: 400; line-height: 2;
color: rgba(255,255,255,.78); max-width: 720px;
}
.service-banner-cta{
display: flex; gap: 28px; margin-bottom: 150px;
margin-top: 100px;
}
.service-banner-btn{
display: inline-flex; align-items: center; justify-content: center;
min-width: 286px;
height: 52px; padding: 0 36px; border-radius: 999px;
border: 2px solid #ffffff; background: transparent;
font-size: 18px; font-weight: 500; color: #ffffff;
text-decoration: none; transition: all .35s ease;
}
.service-banner-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
color: #fff; border-color: transparent;
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(235,92,32,.3);
}
.service-banner-btn::after{ content: ''; }
.service-banner-btn:hover::after{ content: '\00a0>>'; }
.service-banner-tags{
display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.service-banner-tags span{
font-size: 16px; font-weight: 400; color: rgba(255,255,255,.72);
}
.service-banner-tag-dot{
width: 10px; height: 10px; border-radius: 50%;
background: linear-gradient(90deg, #ebaa20 0%, #eb5c20 100%);
flex-shrink: 0;
}
.service-banner-card{
width: 520px; background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.08); border-radius: 28px;
backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
padding: 10px 32px 32px; display: flex; flex-direction: column; align-items: center;
}
.service-banner-card-title-wrap{
display: flex; flex-direction: column; align-items: center; margin-bottom: 28px;
padding-top: 20px;
}
.service-banner-card h3{
font-size: 22px; font-weight: 500; color: #fff; text-align: center;
display: inline-block; position: relative; padding-bottom: 10px;
}
.service-banner-card h3::after{
content: '';
position: absolute; bottom: 0; left: -2px;
width: calc(100% + 4px); height: 2px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
}
.service-banner-icons{
display: grid; grid-template-columns: repeat(3, 1fr);
gap: 24px 80px; margin-bottom: 32px;
}
.service-banner-icon-item{
display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.service-banner-icon-circle{
width: 72px; height: 72px;
border-radius: 18px; display: flex; align-items: center; justify-content: center;
transition: transform .35s ease;
}
.service-banner-icon-circle:hover{ transform: scale(1.1); }
.service-banner-icon-circle img{
width: 72px; height: 72px; object-fit: contain;
}
.service-banner-icon-item span{
font-size: 16px; font-weight: 400; color: #fff;
}
.service-banner-card-bottom{ text-align: center; }
.service-banner-card-line-bottom{
width: 376px; height: 2px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 0 auto 12px;
}
.service-banner-card-subtitle{
font-size: 16px; font-weight: 400; color: #fff; margin-bottom: 8px;
}
.service-banner-card-desc{
font-size: 16px; font-weight: 400; color: rgba(255,255,255,.82);
line-height: 1.8; white-space: nowrap; margin: 0 auto;
}
.service-proof{
background: #f7f7f7; padding: 60px 0;
min-height: 800px; display: flex; align-items: center;
}
/*service-banner end*/
/*service-proof start*/
/*service-banner end*/
/*service-proof start*/
.sp-container{
max-width: 1480px; width: 100%;
margin: 0 auto; padding: 0 40px;
}
.sp-header{ text-align: left; margin-bottom: 45px; }
.sp-subtitle{
font-size: 25px; font-weight: 300; color: #000;
margin-bottom: 18px;
}
.sp-title{
font-size: 32px; font-weight: 700; color: #000;
line-height: 1.5; max-width: 760px; margin-bottom: 24px;
}
.sp-desc{
font-size: 20px; font-weight: 400; color: #898989;
line-height: 1.8; max-width: 760px;
}
.sp-data-cards{
display: flex; gap: 28px; justify-content: center;
margin-bottom: 50px;
}
.sp-data-card{
width: 320px; height: 330px;
background: #fff; border-radius: 28px;
display: flex; flex-direction: column; align-items: flex-start;
justify-content: flex-start; padding: 36px 32px; gap: 0;
box-shadow: 0 4px 16px rgba(0,0,0,.04);
transition: all .35s ease; cursor: default;
}
.sp-data-card:hover{
transform: translateY(-8px);
box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.sp-data-num{
font-size: 100px; font-weight: 700;
line-height: 1; margin-bottom: 20px;
min-height: 100px; display: flex; align-items: flex-end; justify-content: flex-start;
transition: transform .35s ease;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
}
.sp-data-card:hover .sp-data-num{ transform: scale(1.05); }
.sp-data-unit{
font-size: 40px; font-weight: 300;
}
.sp-prefix{
font-size: 100px; font-weight: 700;
line-height: 1;
}
.sp-count{
font-size: 100px; font-weight: 700;
line-height: 1;
}
.sp-data-num .sp-data-unit,
.sp-data-num .sp-prefix,
.sp-data-num .sp-count{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
}
.sp-data-card h3{
font-size: 24px; font-weight: 400; color: #111;
margin-bottom: 14px; min-height: 34px;
display: flex; align-items: center;
}
.sp-data-card p{
font-size: 20px; font-weight: 400; color: #898989;
line-height: 1.8; text-align: left; min-height: 36px; white-space: nowrap;
}
.sp-data-card:nth-child(3) p{
white-space: normal; min-height: 72px;
}
.sp-case-cards{
display: flex; gap: 28px; justify-content: center;
margin-bottom: 30px;
}
.sp-case-card{
width: 470px; min-height: 280px;
background: #fff; border-radius: 28px;
padding: 28px 32px;
display: flex; flex-direction: column;
box-shadow: 0 4px 16px rgba(0,0,0,.04);
transition: all .35s ease;
}
.sp-case-card:hover{
transform: translateY(-8px);
box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.sp-case-region{
font-size: 20px; font-weight: 500; line-height: 1.6;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 14px;
}
.sp-case-card h3{
font-size: 24px; font-weight: 500; color: #111;
line-height: 1.5; margin-bottom: 18px;
}
.sp-case-card p{
font-size: 16px; font-weight: 400; color: #595959;
line-height: 1.9; max-width: 380px;
flex: 1; margin-bottom: 28px;
}
.sp-case-tags{
display: flex; gap: 14px; flex-wrap: nowrap;
}
.sp-case-tags span{
height: 28px; padding: 0 14px; border-radius: 999px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
font-size: 16px; font-weight: 400; color: #fff;
display: inline-flex; align-items: center; justify-content: center;
white-space: nowrap; transition: filter .35s ease;
}
.sp-case-tags span:hover{ filter: brightness(1.15); }
.sp-disclaimer{
text-align: center; font-size: 16px; font-weight: 400;
color: #666; margin-top: 24px;
}
.real-feedback{
background: #f7f7f7; padding: 60px 0;
min-height: 860px; display: flex; align-items: center;
}
/*service-proof end*/
/*real-feedback start*/
/*service-proof end*/
/*real-feedback start*/
.rf-container{
max-width: 1480px; width: 100%;
margin: 0 auto; padding: 0 40px;
}
.rf-header{ text-align: left; margin-bottom: 50px; }
.rf-subtitle{
font-size: 25px; font-weight: 300; color: #111;
margin-bottom: 18px;
}
.rf-title{
font-size: 32px; font-weight: 700; color: #111;
line-height: 1.5; margin-bottom: 24px;
}
.rf-desc{
font-size: 20px; font-weight: 400; color: #898989;
line-height: 1.8;
}
.rf-cards{
display: flex; gap: 28px; justify-content: center;
}
.rf-card{
width: 470px; min-height: 610px;
background: #fff; border-radius: 32px;
border: 1px solid transparent;
background: linear-gradient(#fff, #fff) padding-box,
linear-gradient(180deg, #eb5c20 0%, #ebaa20 100%) border-box;
border: 1px solid transparent;
display: flex; flex-direction: column;
box-shadow: 0 4px 20px rgba(0,0,0,.04);
transition: all .35s ease; position: relative;
}
.rf-card:hover{
transform: translateY(-8px);
box-shadow: 0 14px 32px rgba(0,0,0,.08);
}
.rf-company{
font-size: 24px; font-weight: 500; color: #111;
line-height: 1.6; max-width: 320px;
margin: 42px 0 0 36px;
}
.rf-bubble{
position: relative; z-index: 1;
margin: 20px 14px 0;
}
.rf-bubble-bg{
width: 100%; display: block;
}
.rf-bubble p{
position: absolute; top: calc(50% - 5px); left: calc(50% + 5px);
transform: translate(-50%, -50%);
font-size: 13px; font-weight: 400; color: #000;
line-height: 2; max-width: 360px; text-align: left;
width: 85%;
}
.rf-bot{
display: flex; align-items: flex-end; justify-content: space-between;
margin-top: auto; padding: 0 0 0 36px;
transform: translateY(-30px);
}
.rf-bot-info{
display: flex; flex-direction: column; padding-bottom: 24px;
}
.rf-bot-name-row{
display: flex; align-items: baseline; gap: 10px;
margin-bottom: 28px; white-space: nowrap;
}
.rf-bot-name{
font-size: 24px; font-weight: 500; color: #111;
line-height: 1.5;
}
.rf-bot-title{
font-size: 16px; font-weight: 400; color: #000;
}
.rf-bot-market-label{
font-size: 16px; font-weight: 400; color: #7f7f7f;
margin-bottom: 8px;
}
.rf-bot-tag{
display: inline-flex; align-items: center; justify-content: center;
height: 32px; padding: 0 18px; border-radius: 999px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
font-size: 16px; font-weight: 400; color: #fff;
width: 170px; margin-bottom: 24px;
}
.rf-stars{
display: flex; gap: 6px;
}
.rf-stars img{
width: 28px; height: 28px; object-fit: contain;
transition: filter .35s ease;
}
.rf-stars img:hover{ filter: brightness(1.3); }
.rf-bot-avatar{
flex-shrink: 0; margin-right: 0; margin-bottom: -30px;
margin-top: -50px;
}
.rf-bot-avatar img{
height: 340px; width: auto; display: block;
object-fit: contain; transition: transform .35s ease;
}
.rf-card:hover .rf-bot-avatar img{ transform: scale(1.03); }
.rf-card:nth-child(2) .rf-bot-avatar{ transform: translateX(-35px); }
.missing-service{
background: #f5f5f5;
min-height: 760px;
display: flex;
align-items: center;
justify-content: center;
padding: 60px 0;
}
/*real-feedback end*/
/*missing-service start*/
/*real-feedback end*/
/*missing-service start*/
.ms-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
}
.ms-header{
text-align: left;
margin-bottom: 54px;
}
.ms-title{
font-size: 52px;
font-weight: 700;
color: #111111;
line-height: 1.3;
max-width: 760px;
margin: 0;
}
.ms-title-line1{
display: block;
font-size: 25px;
font-weight: 300;
color: #111;
margin-bottom: 18px;
}
.ms-title-line2{
display: block;
font-size: 32px;
}
.ms-highlight{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.ms-desc{
font-size: 20px;
font-weight: 400;
color: #7f7f7f;
line-height: 1.9;
max-width: 980px;
margin: 28px 0 0;
}
.ms-cards{
display: flex;
justify-content: center;
gap: 24px;
margin-bottom: 54px;
}
.ms-card{
width: 340px;
height: 120px;
background: #ffffff;
border-radius: 20px;
padding: 0 28px;
display: flex;
flex-direction: column;
justify-content: center;
box-shadow: 0 2px 16px rgba(0,0,0,0.06);
transition: transform .35s ease, box-shadow .35s ease;
cursor: default;
}
.ms-card:hover{
transform: translateY(-8px);
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.ms-card-top{
display: flex;
align-items: center;
gap: 10px;
}
.ms-card-icon{
width: 28px;
height: 28px;
flex-shrink: 0;
}
.ms-card-label{
font-size: 16px;
font-weight: 500;
color: #666666;
line-height: 1.6;
}
.ms-card-text{
font-size: 20px;
font-weight: 500;
color: #111111;
line-height: 1.6;
max-width: 260px;
margin-top: 18px;
}
.ms-core{
position: relative;
width: 100%;
max-width: 1440px;
height: 320px;
border-radius: 36px;
background: linear-gradient(135deg, #eb5c20 0%, #ebaa20 100%);
box-shadow: 0 8px 40px rgba(235,92,32,0.18);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin: 0 auto;
}
.ms-core-subtitle{
font-size: 20px;
font-weight: 400;
color: rgba(255,255,255,0.82);
margin-bottom: 14px;
}
.ms-core-title{
font-size: 32px;
font-weight: 500;
color: #ffffff;
line-height: 1.8;
max-width: 1180px;
margin: 0 auto;
}
.ms-core-subtitle2{
font-size: 32px;
font-weight: 300;
color: #ffffff;
line-height: 1.6;
margin-top: 20px;
}
.ms-core-divider{
width: 120px;
height: 2px;
background: rgba(255,255,255,0.55);
margin-top: 26px;
border-radius: 1px;
}
.ms-core-desc{
font-size: 20px;
font-weight: 400;
color: rgba(255,255,255,0.86);
line-height: 1.9;
max-width: 980px;
margin-top: 32px;
}
.eight-services{
background: #f5f5f5;
min-height: 920px;
display: flex;
align-items: center;
padding: 60px 0;
}
/*missing-service end*/
/*eight-services start*/
/*missing-service end*/
/*eight-services start*/
.es-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
}
.es-header{
margin-bottom: 30px;
}
.es-subtitle{
display: block;
font-size: 25px;
font-weight: 300;
color: #111111;
margin-bottom: 18px;
}
.es-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.35;
max-width: 920px;
margin-bottom: 28px;
}
.es-highlight{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.es-desc{
font-size: 20px;
font-weight: 400;
color: #7f7f7f;
line-height: 1.9;
max-width: 1180px;
}
.es-carousel-wrapper{
position: relative;
display: flex;
align-items: center;
padding: 0 80px;
}
.es-carousel-container{
overflow: hidden;
width: 1196px;
margin: 0 auto;
}
.es-carousel-track{
display: flex;
gap: 28px;
transition: transform .45s ease;
}
.es-arrow{
position: absolute;
top: 50%;
width: 72px;
height: 72px;
border: 2px solid #ddd;
border-radius: 50%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 2;
opacity: .5;
transition: opacity .3s ease, transform .3s ease, border-color .3s ease;
padding: 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.es-arrow:hover{
opacity: .85;
transform: translateY(-50%) scale(1.1);
border-color: #eb5c20;
}
.es-arrow img{
width: 32px;
height: 32px;
}
.es-arrow-prev{
left: 4px;
transform: translateY(-50%) rotate(180deg);
}
.es-arrow-prev:hover{
transform: translateY(-50%) rotate(180deg) scale(1.1);
}
.es-arrow-next{
right: 4px;
transform: translateY(-50%);
}
.es-arrow-next:hover{
transform: translateY(-50%) scale(1.1);
}
.es-card{
width: 380px;
height: 670px;
flex-shrink: 0;
border-radius: 28px;
padding: 2px;
background: transparent;
transition: background .35s ease;
}
.es-card:hover{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
}
.es-card-inner{
width: 100%;
height: 100%;
background: #ffffff;
border-radius: 26px;
padding: 36px 32px;
box-shadow: 0 2px 20px rgba(0,0,0,0.06);
display: flex;
flex-direction: column;
position: relative;
transition: box-shadow .35s ease;
}
.es-card:hover .es-card-inner{
box-shadow: 0 8px 36px rgba(0,0,0,0.12);
}
.es-card:hover .es-card-cta{
box-shadow: 0 4px 16px rgba(235,92,32,0.2);
}
.es-card-icon{
position: absolute;
top: 20px;
right: 30px;
width: 84px;
height: 84px;
}
.es-card-icon img{
width: 100%;
height: 100%;
object-fit: contain;
}
.es-card-title{
font-size: 20px;
font-weight: 500;
color: #111111;
line-height: 1.6;
height: 32px;
margin-top: 18px;
margin-bottom: 16px;
overflow: hidden;
}
.es-card-desc{
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 1.9;
max-width: 300px;
min-height: 62px;
margin-bottom: 18px;
}
.es-card-section{
margin-bottom: 16px;
}
.es-section-title{
font-size: 16px;
font-weight: 500;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.6;
margin-bottom: 6px;
}
.es-section-text{
font-size: 14px;
font-weight: 400;
color: #666666;
line-height: 2;
max-width: 300px;
}
.es-list{
list-style: none;
padding: 0;
margin: 0;
}
.es-list li{
font-size: 14px;
font-weight: 400;
color: #666666;
line-height: 1.9;
padding-left: 16px;
position: relative;
margin-bottom: 8px;
}
.es-list li::before{
content: '';
position: absolute;
left: 0;
top: 9px;
width: 6px;
height: 6px;
border-radius: 50%;
background: linear-gradient(135deg, #eb5c20, #ebaa20);
}
.es-card-cta{
display: inline-flex;
align-items: center;
justify-content: center;
width: 180px;
height: 30px;
border: 1px solid #111111;
border-radius: 999px;
font-size: 14px;
font-weight: 400;
color: #111111;
text-decoration: none;
margin-top: auto;
align-self: center;
transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}
.es-card-cta:hover{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
color: #ffffff;
border-color: transparent;
}
.service-package{
background: #ffffff;
min-height: 860px;
display: flex;
align-items: center;
padding: 60px 0;
}
/*eight-services end*/
/*eight-services end*/
.sp-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
}
.sp-header{
margin-bottom: 42px;
}
.sp-subtitle{
display: block;
font-size: 25px;
font-weight: 300;
color: #111111;
margin-bottom: 18px;
}
.sp-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.35;
max-width: 760px;
margin-bottom: 24px;
}
.sp-desc{
font-size: 20px;
font-weight: 400;
color: #7f7f7f;
line-height: 1.9;
max-width: 980px;
}
.sp-cards{
display: flex;
justify-content: center;
gap: 28px;
}
.sp-card{
width: 460px;
height: 610px;
background: #f2f2f2;
border: 2px solid transparent;
border-radius: 28px;
box-shadow: 0 2px 16px rgba(0,0,0,0.04);
position: relative;
transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}
.sp-card:hover{
background: linear-gradient(#fff, #fff) padding-box,
linear-gradient(90deg, #eb5c20, #ebaa20) border-box;
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.sp-card-inner{
padding: 42px 38px;
display: flex;
flex-direction: column;
height: 100%;
}
.sp-card-tag{
position: absolute;
top: -10px;
right: 25px;
width: 72px;
height: 92px;
z-index: 2;
}
.sp-card-tag img{
width: 100%;
height: 100%;
}
.sp-card-tag span{
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
font-size: 20px;
font-weight: 700;
color: #ffffff;
white-space: nowrap;
z-index: 3;
}
.sp-card-title{
font-size: 22px;
font-weight: 500;
color: #111111;
line-height: 1.6;
max-width: 320px;
height: 38px;
margin-top: 40px;
margin-bottom: 16px;
}
.sp-card-subtitle{
font-size: 16px;
font-weight: 400;
color: #8a8a8a;
line-height: 1.8;
min-height: 58px;
margin-bottom: 34px;
}
.sp-info-list{
display: flex;
flex-direction: column;
gap: 14px;
margin-bottom: 38px;
}
.sp-info-item{
display: flex;
align-items: center;
background: #ffffff;
border-radius: 999px;
height: 52px;
padding: 0 20px;
gap: 14px;
transition: background .3s ease;
}
.sp-card:hover .sp-info-item{
background: #f5f5f5;
}
.sp-info-icon{
width: 28px;
height: 28px;
flex-shrink: 0;
}
.sp-info-icon img{
width: 100%;
height: 100%;
object-fit: contain;
}
.sp-info-content{
display: flex;
align-items: center;
gap: 10px;
}
.sp-info-label{
font-size: 16px;
font-weight: 500;
color: #111111;
}
.sp-info-value{
font-size: 16px;
font-weight: 500;
color: #111111;
}
.sp-combo{
margin-bottom: 24px;
}
.sp-combo-title{
display: inline-block;
font-size: 20px;
font-weight: 500;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 16px;
}
.sp-combo-tags{
display: flex;
flex-wrap: wrap;
gap: 14px 14px;
}
.sp-combo-tag{
font-size: 14px;
font-weight: 400;
color: #666666;
}
.sp-card-cta{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 400px;
height: 60px;
border: 1px solid #111111;
border-radius: 999px;
font-size: 20px;
font-weight: 400;
color: #111111;
text-decoration: none;
margin-top: auto;
transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}
.sp-card-cta:hover{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
color: #ffffff;
border-color: transparent;
box-shadow: 0 4px 16px rgba(235,92,32,0.25);
}
.fit-cooperation{
background: #f5f5f5;
min-height: 760px;
display: flex;
align-items: center;
padding: 60px 0;
}
/*service-proof end*/
/*fit-cooperation start*/
/*service-proof end*/
/*fit-cooperation start*/
.fc-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
}
.fc-header{
margin-bottom: 50px;
}
.fc-subtitle{
display: block;
font-size: 25px;
font-weight: 300;
color: #111111;
margin-bottom: 18px;
}
.fc-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.3;
max-width: 680px;
margin-bottom: 24px;
}
.fc-desc{
font-size: 20px;
font-weight: 400;
color: #7f7f7f;
line-height: 1.9;
max-width: 860px;
}
.fc-cards{
display: flex;
justify-content: center;
gap: 32px;
}
.fc-card{
width: 700px;
height: 440px;
background: #ffffff;
border-radius: 36px;
padding: 42px 42px 22px 42px;
box-shadow: 0 2px 16px rgba(0,0,0,0.04);
display: flex;
flex-direction: column;
position: relative;
transition: transform .35s ease, box-shadow .35s ease;
}
.fc-card:hover{
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.fc-card-fit{
background: linear-gradient(#fff, #fff) padding-box,
linear-gradient(90deg, #eb5c20, #ebaa20) border-box;
border: 2px solid transparent;
}
.fc-card-fit:hover{
filter: brightness(1.02);
}
.fc-card-nofit{
border: 2px solid transparent;
}
.fc-card-title{
font-size: 28px;
font-weight: 500;
margin-top: 12px;
margin-bottom: 28px;
}
.fc-title-gradient{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
display: inline-block;
}
.fc-title-dark{
color: #111111;
font-weight: 700;
}
.fc-list{
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px;
flex: 1;
}
.fc-list li{
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 1.9;
max-width: 560px;
padding-left: 28px;
position: relative;
}
.fc-list-check li::before{
content: '';
position: absolute;
left: 0;
top: 8px;
width: 16px;
height: 16px;
background: url('../images/serve5-icon.webp') center/contain no-repeat;
}
.fc-list-xmark li::before{
content: '';
position: absolute;
left: 0;
top: 8px;
width: 16px;
height: 16px;
background: url('../images/serve5-icon-gray.webp') center/contain no-repeat;
}
.fc-cta{
display: flex;
align-items: center;
justify-content: center;
width: 400px;
height: 60px;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
border-radius: 999px;
font-size: 20px;
font-weight: 400;
color: #ffffff;
text-decoration: none;
align-self: center;
margin-top: auto;
transition: opacity .3s ease;
}
.fc-cta:hover{
opacity: .9;
}
.fc-notice{
width: 100%;
max-width: 540px;
height: 80px;
border: 1px solid #111111;
border-radius: 999px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin-top: auto;
padding: 0 24px;
}
.fc-notice p{
font-size: 16px;
font-weight: 400;
color: #111111;
line-height: 1.8;
}
.service-team{
background: #ffffff;
min-height: 720px;
display: flex;
align-items: center;
padding: 50px 0;
}
/*fit-cooperation end*/
/*service-team start*/
/*fit-cooperation end*/
/*service-team start*/
.st-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
gap: 50px;
}
.st-left{
width: 48%;
display: flex;
flex-direction: column;
}
.st-title{
margin-bottom: 28px;
}
.st-title-line1{
display: block;
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.45;
}
.st-title-line2{
display: block;
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
}
.st-desc{
font-size: 18px;
font-weight: 400;
color: #666666;
line-height: 1.9;
max-width: 620px;
margin-bottom: 46px;
}
.st-note{
font-size: 18px;
font-weight: 500;
color: #666666;
line-height: 1.9;
max-width: 680px;
margin-bottom: 28px;
}
.st-illust{
width: 100%;
max-width: 680px;
margin-bottom: 20px;
}
.st-illust img{
width: 100%;
height: auto;
display: block;
}
.st-capsule{
width: 100%;
max-width: 680px;
height: 75px;
border-radius: 999px;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
box-shadow: 0 4px 20px rgba(235,92,32,0.2);
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 400;
color: #ffffff;
text-align: center;
position: relative;
transition: filter .3s ease;
}
.st-capsule:hover{
filter: brightness(1.05);
}
.st-right{
width: 42%;
display: flex;
flex-direction: column;
gap: 36px;
}
.st-card{
display: flex;
align-items: center;
background: transparent;
border: none;
border-radius: 0;
padding: 0;
box-shadow: none;
}
.st-card-circle{
width: 92px;
height: 92px;
min-width: 92px;
border-radius: 50%;
background: linear-gradient(135deg, #eb5c20, #ebaa20);
display: flex;
align-items: center;
justify-content: center;
margin-right: -2px;
margin-left: 10px;
z-index: 3;
position: relative;
}
.st-card-circle img{
width: 42px;
height: 42px;
object-fit: contain;
}
.st-card-body{
flex: 1;
background: linear-gradient(#fff, #fff) padding-box,
linear-gradient(90deg, #eb5c20, #ebaa20) border-box;
border: 1px solid transparent;
border-radius: 0 999px 999px 0;
padding: 20px 42px 20px 36px;
box-shadow: 0 1px 8px rgba(0,0,0,0.03);
position: relative;
}
.st-card-body::before{
content: '';
position: absolute;
left: -2px;
top: -2px;
width: 10px;
height: calc(100% + 4px);
background: #ffffff;
z-index: 2;
}
.st-card-head{
display: flex;
align-items: baseline;
gap: 8px;
margin-bottom: 8px;
flex-wrap: wrap;
}
.st-card-num{
font-size: 38px;
font-weight: 700;
line-height: 1.2;
}
.st-num-gradient{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.st-num-orange{
color: #eb5c20;
}
.st-card-unit{
font-size: 20px;
font-weight: 500;
color: #eb5c20;
}
.st-card-label{
font-size: 24px;
font-weight: 400;
color: #111111;
}
.st-card-desc{
font-size: 20px;
font-weight: 400;
color: #939393;
line-height: 1.6;
}
.talk-cooperation{
background: #f5f5f5;
min-height: 720px;
display: flex;
align-items: center;
padding: 50px 0;
}
.tc-container{
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
}
.tc-header{
margin-bottom: 50px;
max-width: 520px;
}
.tc-subtitle{
display: block;
font-size: 25px;
font-weight: 400;
color: #333333;
margin-bottom: 8px;
}
.tc-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
}
.tc-cards{
display: flex;
justify-content: center;
gap: 48px;
}
.tc-card{
width: 310px;
height: 400px;
background: #ffffff;
border-radius: 24px;
padding: 28px 32px;
box-shadow: 0 1px 8px rgba(0,0,0,0.03);
display: flex;
flex-direction: column;
position: relative;
flex-shrink: 0;
transition: transform .35s ease, box-shadow .35s ease;
}
.tc-card:hover{
transform: translateY(-6px);
box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}
.tc-num{
position: absolute;
top: 28px;
right: 24px;
font-size: 80px;
font-weight: 900;
color: #e75504;
line-height: 1;
}
.tc-card-title{
font-size: 30px;
font-weight: 700;
color: #111111;
line-height: 1.4;
}
.tc-title-wrap{
display: inline-flex;
flex-direction: column;
align-items: flex-start;
margin-top: 80px;
margin-bottom: 18px;
}
.tc-line{
width: 100%;
height: 1px;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
margin-top: 12px;
border-radius: 1px;
}
.tc-card-desc{
font-size: 16px;
font-weight: 400;
color: #777777;
line-height: 1.9;
max-width: 230px;
}
.tc-icon{
position: absolute;
bottom: 28px;
right: 32px;
width: 120px;
height: 94px;
opacity: 1;
}
.tc-icon img{
width: 100%;
height: 100%;
object-fit: contain;
}
.free-diagnosis{
background: #ffffff;
min-height: 680px;
display: flex;
align-items: center;
padding: 60px 0;
}
/*service-team end*/
/*free-diagnosis start*/
/*service-team end*/
/*free-diagnosis start*/
.fd-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: stretch;
gap: 80px;
}
.fd-left{
width: 44%;
display: flex;
flex-direction: column;
align-self: stretch;
}
.fd-subtitle{
display: block;
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.45;
margin-bottom: 8px;
}
.fd-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
max-width: 560px;
margin-bottom: 28px;
}
.fd-desc{
font-size: 20px;
font-weight: 400;
color: #777777;
line-height: 1.9;
max-width: 560px;
margin-bottom: 32px;
}
.fd-img{
width: 100%;
max-width: 460px;
margin-top: auto;
}
.fd-img img{
width: 100%;
height: auto;
display: block;
margin-bottom: -60px;
}
.fd-right{
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
}
.fd-pills{
display: flex;
flex-direction: column;
gap: 28px;
width: 100%;
max-width: 710px;
}
.fd-pill{
background: #f0f0f0;
border-radius: 999px;
height: 100px;
padding: 0 48px;
display: flex;
align-items: center;
justify-content: center;
gap: 34px;
transition: background .35s ease;
}
.fd-pill:hover{
background: #e8e8e8;
}
.fd-pill-icon{
width: 42px;
height: 42px;
flex-shrink: 0;
}
.fd-pill-icon img{
width: 100%;
height: 100%;
object-fit: contain;
}
.fd-pill-text{
font-size: 22px;
font-weight: 400;
color: #111111;
line-height: 1.6;
min-width: 340px;
}
.fd-highlight{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.fd-btns{
display: flex;
gap: 36px;
margin-top: 44px;
}
.fd-btn{
display: flex;
align-items: center;
justify-content: center;
width: 320px;
height: 60px;
border-radius: 999px;
background: transparent;
border: 2px solid #111111;
font-size: 20px;
font-weight: 400;
color: #111111;
text-decoration: none;
cursor: pointer;
transition: all .35s ease;
}
.fd-btn:hover{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
border-color: transparent;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(235,122,32,.22);
}
.fd-btn-arrow{
display: inline-block;
opacity: 0;
width: 0;
overflow: hidden;
white-space: nowrap;
transition: all .35s ease;
margin-left: 0;
}
.fd-btn:hover .fd-btn-arrow{
opacity: 1;
width: auto;
margin-left: 6px;
}
.service-faq{
background: #f5f5f5;
min-height: 760px;
padding: 88px 0;
}
.faq-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
}
.faq-title{
text-align: center;
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
margin-bottom: 36px;
}
.faq-list{
display: flex;
flex-direction: column;
gap: 20px;
}
.faq-item{
background: #ffffff;
border-radius: 16px;
box-shadow: 0 2px 12px rgba(0,0,0,0.04);
overflow: hidden;
transition: box-shadow .3s ease;
}
.faq-item:hover{
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.faq-item.open{
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.faq-question{
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px 30px;
cursor: pointer;
min-height: 72px;
user-select: none;
}
.faq-item.open .faq-question{
padding-top: 28px;
padding-bottom: 8px;
}
.faq-q-left{
display: flex;
align-items: center;
gap: 14px;
flex: 1;
}
.faq-dot{
width: 8px;
height: 8px;
min-width: 8px;
border-radius: 50%;
background: linear-gradient(135deg, #eb5c20, #ebaa20);
flex-shrink: 0;
}
.faq-q-text{
font-size: 20px;
font-weight: 500;
color: #111111;
line-height: 1.6;
}
.faq-arrow{
flex-shrink: 0;
transition: transform .3s ease;
}
.faq-arrow svg path{
stroke: #c0c0c0;
transition: stroke .3s ease;
}
.faq-question:hover .faq-arrow svg path{
stroke: #a0a0a0;
}
.faq-item.open .faq-arrow{
transform: rotate(180deg);
}
.faq-answer{
max-height: 0;
overflow: hidden;
transition: max-height .4s ease, padding .4s ease;
padding: 0 30px 0 52px;
}
.faq-item.open .faq-answer{
max-height: 300px;
padding: 0 30px 30px 52px;
}
.faq-answer p{
font-size: 20px;
font-weight: 400;
color: #7f7f7f;
line-height: 1.9;
max-width: 1270px;
text-wrap: pretty;
}
.case-banner{
position: relative;
min-height: 980px;
display: flex;
align-items: center;
overflow: hidden;
padding-top: 80px;
}
.cb-bg{
position: absolute;
inset: 0;
z-index: 0;
}
.cb-bg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.cb-content{
position: relative;
z-index: 1;
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 40px 24px;
display: flex;
align-items: center;
gap: 70px;
}
.cb-left{
width: 58%;
}
.cb-subtitle{
font-size: 40px;
font-weight: 300;
color: #ffffff;
line-height: 1.4;
max-width: 620px;
margin-bottom: 26px;
}
.cb-title{
font-size: 50px;
font-weight: 700;
color: #ffffff;
line-height: 1.35;
max-width: 900px;
margin-bottom: 32px;
}
.cb-desc-box{
margin-bottom: 34px;
}
.cb-desc{
font-size: 16px;
font-weight: 400;
color: #ffffff;
line-height: 2;
max-width: 720px;
padding: 18px 22px;
background: rgba(255,255,255,0.06);
border-radius: 8px;
border-left: 2px solid rgba(235,92,32,0.5);
}
.cb-note{
font-size: 16px;
font-weight: 400;
color: #ffffff;
line-height: 2;
max-width: 720px;
margin-bottom: 40px;
}
.cb-cta{
display: inline-flex;
align-items: center;
justify-content: center;
width: 300px;
height: 40px;
border: 2px solid #ffffff;
background: transparent;
color: #ffffff;
font-size: 20px;
font-weight: 400;
border-radius: 999px;
text-decoration: none;
margin-bottom: 70px;
transition: all .35s ease;
}
.cb-cta:hover{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
border-color: transparent;
}
.cb-cta-arrow{
display: inline-block;
opacity: 0;
width: 0;
overflow: hidden;
transition: all 0.35s ease;
}
.cb-cta:hover .cb-cta-arrow{
opacity: 1;
width: auto;
margin-left: 8px;
}
.cb-tags{
display: grid;
grid-template-columns: repeat(2, auto);
gap: 34px 80px;
}
.cb-tag{
display: flex;
align-items: center;
gap: 12px;
}
.cb-tag span{
font-size: 16px;
font-weight: 500;
color: #ffffff;
line-height: 1.6;
}
.cb-tag .cb-tag-hl{
color: #ffffff;
font-weight: 500;
}
.cb-tag svg{
flex-shrink: 0;
}
.cb-right{
width: 42%;
display: flex;
justify-content: flex-end;
}
.cb-card{
width: 576px;
height: 760px;
background: rgba(70,70,70,0.72);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 30px;
box-shadow: 0 8px 40px rgba(0,0,0,0.2);
padding: 34px 28px;
display: flex;
flex-direction: column;
}
.cb-card-label{
font-size: 16px;
font-weight: 400;
color: #ffffff;
margin-bottom: 4px;
padding-left: 6px;
}
.cb-card-title{
font-size: 24px;
font-weight: 400;
color: #ffffff;
line-height: 1.5;
margin-bottom: 28px;
padding-left: 6px;
}
.cb-rows{
display: flex;
flex-direction: column;
gap: 24px;
flex: 1;
}
.cb-row{
display: flex;
align-items: center;
background: rgba(255,255,255,0.12);
border-radius: 999px;
height: 70px;
padding: 0 48px 0 28px;
gap: 18px;
transition: background .35s ease;
}
.cb-row:hover{
background: rgba(255,255,255,0.18);
}
.cb-row-icon{
width: 52px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
.cb-row-icon img{
width: 36px;
height: 36px;
object-fit: contain;
}
.cb-row-info{
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
}
.cb-row-name{
font-size: 20px;
font-weight: 500;
color: #ffffff;
line-height: 1.4;
}
.cb-row-market{
font-size: 16px;
font-weight: 400;
color: #ffffff;
line-height: 1.4;
}
.cb-row-data{
display: flex;
flex-direction: row;
align-items: center;
gap: 0;
flex-shrink: 0;
position: relative;
}
.cb-row-metric{
font-size: 20px;
font-weight: 500;
color: #ffffff;
line-height: 1.4;
margin-right: 20px;
}
.cb-row-num-wrap{
display: inline-flex;
position: relative;
align-items: flex-end;
line-height: 1;
}
.cb-row-num{
font-size: 32px;
font-weight: 500;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
padding: 0 2px;
}
.cb-row-plus{
font-size: 16px;
font-weight: 500;
color: #e67e22;
position: absolute;
left: -8px;
bottom: 0;
line-height: 1;
}
.cb-row-pct{
font-size: 16px;
font-weight: 500;
color: #e67e22;
position: absolute;
right: -12px;
bottom: 0;
line-height: 1;
}
}
.cb-card-footer{
display: block;
font-size: 16px;
font-weight: 400;
color: #ffffff !important;
-webkit-text-fill-color: #ffffff !important;
text-align: center !important;
margin: 0 auto !important;
padding-top: 34px;
}
/*free-diagnosis end*/
/*free-diagnosis end*/
.cases-filter{
background: #ffffff;
border-bottom: 1px solid #f0f0f0;
padding: 24px 0;
}
.filter-container{
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
gap: 16px;
}
.filter-label{
font-size: 16px;
font-weight: 500;
color: #666666;
flex-shrink: 0;
}
.filter-tags{
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.filter-tag{
font-size: 15px;
font-weight: 400;
color: #666666;
padding: 8px 22px;
border-radius: 999px;
border: 1px solid #e0e0e0;
text-decoration: none;
transition: all .3s ease;
}
.filter-tag:hover,
.filter-tag.active{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
color: #ffffff;
border-color: transparent;
}
.cases-grid-section{
background: #f8f8f8;
padding: 80px 0;
}
.cases-container{
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
}
.case-card{
background: #ffffff;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 2px 16px rgba(0,0,0,0.04);
transition: transform .35s ease, box-shadow .35s ease;
}
.case-card:hover{
transform: translateY(-6px);
box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.case-card-img{
position: relative;
height: 220px;
overflow: hidden;
}
.case-card-img img{
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .5s ease;
}
.case-card:hover .case-card-img img{
transform: scale(1.05);
}
.case-card-tag{
position: absolute;
top: 16px;
left: 16px;
font-size: 13px;
font-weight: 500;
color: #ffffff;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
padding: 6px 16px;
border-radius: 999px;
}
.case-card-body{
padding: 28px 28px 32px;
}
.case-card-title{
font-size: 24px;
font-weight: 700;
color: #111111;
margin-bottom: 6px;
}
.case-card-industry{
font-size: 14px;
font-weight: 400;
color: #999999;
margin-bottom: 16px;
}
.case-card-desc{
font-size: 15px;
font-weight: 400;
color: #666666;
line-height: 1.7;
margin-bottom: 20px;
}
.case-card-stats{
display: flex;
gap: 32px;
margin-bottom: 24px;
padding-top: 20px;
border-top: 1px solid #f0f0f0;
}
.case-stat{
display: flex;
flex-direction: column;
gap: 4px;
}
.case-stat-num{
font-size: 28px;
font-weight: 700;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.2;
}
.case-stat-label{
font-size: 13px;
font-weight: 400;
color: #999999;
}
.case-card-btn{
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 14px 0;
font-size: 16px;
font-weight: 500;
color: #111111;
border: 1px solid #e0e0e0;
border-radius: 999px;
text-decoration: none;
transition: all .3s ease;
}
.case-card-btn:hover{
background: linear-gradient(90deg, #eb5c20, #ebaa20);
color: #ffffff;
border-color: transparent;
}
.cases-cta{
background: #0a0e17;
padding: 100px 0;
text-align: center;
}
.cases-cta-container{
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
}
.cases-cta-title{
font-size: 40px;
font-weight: 700;
color: #ffffff;
margin-bottom: 20px;
}
.cases-cta-desc{
font-size: 20px;
font-weight: 400;
color: rgba(255,255,255,0.6);
line-height: 1.8;
max-width: 680px;
margin: 0 auto 48px;
}
.cases-cta-btns{
display: flex;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
}
.btn-orange{
display: inline-flex;
align-items: center;
justify-content: center;
padding: 16px 40px;
background: linear-gradient(90deg, #eb5c20, #ebaa20);
color: #ffffff;
font-size: 18px;
font-weight: 500;
border-radius: 999px;
text-decoration: none;
transition: opacity .3s ease;
}
.btn-orange:hover{
opacity: .88;
}
.btn-outline-w{
display: inline-flex;
align-items: center;
justify-content: center;
padding: 16px 40px;
background: transparent;
color: #ffffff;
font-size: 18px;
font-weight: 500;
border: 1px solid rgba(255,255,255,0.3);
border-radius: 999px;
text-decoration: none;
transition: all .3s ease;
}
.btn-outline-w:hover{
border-color: #ffffff;
background: rgba(255,255,255,0.08);
}
.case-growth-partner{
background: #f5f5f5;
min-height: 520px;
height: auto;
margin-bottom: 150px;
}
.cgp-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 24px;
height: 100%;
display: flex;
flex-direction: column;
}
.cgp-header{
padding-top: 48px;
text-align: left;
}
.cgp-subtitle{
font-size: 25px;
font-weight: 400;
color: #111111;
line-height: 1.4;
margin-bottom: 4px;
}
.cgp-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
max-width: 760px;
margin-bottom: 22px;
}
.cgp-desc{
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #7f7f7f;
max-width: 900px;
}
.cgp-stats{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
gap: 120px;
margin-top: 56px;
flex-shrink: 0;
}
.cgp-stat{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.cgp-stat-icon{
width: 90px;
height: 90px;
background-image: url('../images/cases-1-form1.webp');
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
}
.cgp-stat-icon span{
position: relative;
z-index: 1;
font-size: 30px;
font-weight: 700;
color: #ffffff;
line-height: 1;
}
.cgp-stat-label{
font-size: 20px;
font-weight: 400;
color: #111111;
line-height: 1.6;
margin-top: 14px;
text-align: center;
}
.cgp-highlight{
font-weight: 700;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.cgp-arc-wrap{
width: 100%;
display: flex;
justify-content: center;
margin-top: auto;
padding-top: 40px;
}
.cgp-arc{
width: 1440px;
min-height: 120px;
height: auto;
background-image: url('../images/cases-1-form2.webp');
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% 100%;
border-radius: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
padding: 16px 20px;
}
.cgp-arc-label{
font-size: 20px;
font-weight: 500;
color: #ffffff;
padding: 6px 18px;
line-height: 1.4;
margin-bottom: 18px;
}
.cgp-arc-industries{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 0;
line-height: 1.6;
}
.cgp-arc-industries span{
font-size: 16px;
font-weight: 400;
color: #ffffff;
padding: 0 22px;
white-space: nowrap;
}
.cgp-arc-divider{
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 0.55);
font-style: normal;
}
.case-six-cases{
background: #ffffff;
padding: 60px 24px;
}
.sc-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
}
.sc-header{
text-align: left;
}
.sc-subtitle{
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.4;
margin-bottom: 4px;
}
.sc-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
margin-bottom: 14px;
}
.sc-desc{
font-size: 20px;
font-weight: 400;
line-height: 1.6;
color: #8c8c8c;
max-width: 980px;
}
.sc-cards{
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 32px;
row-gap: 160px;
margin-top: 130px;
}
.sc-card{
background: #ffffff;
border: 1px solid rgba(235, 122, 32, 0.45);
border-radius: 26px;
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
overflow: visible;
padding: 0 42px 34px;
transition: all 0.35s ease;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.sc-card:hover{
box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}
.sc-card-preview{
width: 460px;
height: 260px;
overflow: hidden;
margin: -130px auto 22px;
background: #e8e8e8;
border-radius: 12px;
flex-shrink: 0;
position: relative;
z-index: 1;
}
.sc-card-preview img{
width: 100%;
height: auto;
display: block;
transform: translateY(0);
transition: transform 0.2s ease-out;
}
.sc-card-preview:hover img{
transform: translateY(calc(-100% + 260px));
transition: transform 6s linear;
}
.sc-card-tags{
display: flex;
flex-direction: row;
justify-content: center;
gap: 26px;
flex-wrap: wrap;
margin-bottom: 20px;
}
.sc-tag{
display: inline-flex;
align-items: center;
height: 22px;
padding: 0 22px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.05);
font-size: 16px;
font-weight: 400;
color: #9a9a9a;
line-height: 1;
}
.sc-card-title{
font-size: 26px;
font-weight: 500;
color: #111111;
line-height: 1.55;
text-align: center;
max-width: 560px;
margin: 0 auto 4px;
white-space: nowrap;
}
.sc-title-grad{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.sc-card-market{
font-size: 15px;
font-weight: 400;
color: #8c8c8c;
line-height: 1.6;
text-align: center;
margin-bottom: 24px;
max-width: 560px;
white-space: nowrap;
}
.sc-info-block{
width: 100%;
max-width: 590px;
margin-bottom: 24px;
}
.sc-info-tag{
display: inline-flex;
align-items: center;
height: 28px;
padding: 0 14px;
border-radius: 999px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
font-size: 20px;
font-weight: 500;
color: #ffffff;
line-height: 1;
margin-bottom: 10px;
}
.sc-info-text{
font-size: 16px;
font-weight: 400;
line-height: 1.9;
color: #8c8c8c;
}
.sc-card-footer{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin-top: auto;
}
.sc-result-bar{
max-width: 590px;
width: 100%;
min-height: 70px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 999px;
display: flex;
flex-direction: row;
align-items: center;
padding: 10px 20px;
margin-bottom: 14px;
transition: filter 0.25s ease;
}
.sc-result-bar:hover{
filter: brightness(1.08);
}
.sc-result-left{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 120px;
flex-shrink: 0;
}
.sc-result-icon{
width: 36px;
height: 36px;
object-fit: contain;
margin-bottom: 2px;
}
.sc-result-label{
font-size: 20px;
font-weight: 500;
color: #ffffff;
line-height: 1;
}
.sc-result-right{
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
gap: 2px;
}
.sc-result-right p{
font-size: 16px;
font-weight: 400;
color: #ffffff;
line-height: 1.8;
}
.sc-result-right p strong{
font-weight: 600;
}
.sc-dot{
margin-right: 6px;
}
.sc-card-bottom-tags{
display: flex;
flex-direction: row;
justify-content: center;
gap: 38px;
flex-wrap: wrap;
width: 100%;
}
.sc-btag{
display: inline-flex;
align-items: center;
height: 24px;
padding: 0 26px;
border-radius: 999px;
background: rgba(0, 0, 0, 0.05);
font-size: 16px;
font-weight: 400;
color: #9a9a9a;
line-height: 1;
}
.case-behind{
background: #ffffff;
}
.cbh-outer{
max-width: 1440px;
margin: 0 auto;
padding: 50px 24px;
}
.cbh-inner{
background: #f2f2f2;
border-radius: 36px;
min-height: 600px;
padding: 50px 80px;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
overflow: hidden;
}
.cbh-title{
font-size: 32px;
font-weight: 400;
color: #111111;
line-height: 1.5;
text-align: center;
white-space: nowrap;
margin-bottom: 18px;
}
.cbh-desc{
font-size: 20px;
font-weight: 400;
line-height: 1.8;
color: #666666;
text-align: center;
max-width: 860px;
margin-bottom: 42px;
}
.cbh-cards{
display: flex;
flex-direction: row;
justify-content: center;
gap: 92px;
}
.cbh-card{
background: #ffffff;
border-radius: 14px;
width: 340px;
height: 300px;
padding: 34px 28px 30px;
box-shadow: 0 16px 34px rgba(0, 0, 0, 0.04);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
transition: all 0.35s ease;
}
.cbh-card:hover{
transform: translateY(-8px);
box-shadow: 0 22px 48px rgba(0, 0, 0, 0.07);
}
.cbh-icon{
width: 86px;
height: 86px;
object-fit: contain;
margin-bottom: 20px;
}
.cbh-card-tag{
display: inline-flex;
align-items: center;
height: 26px;
padding: 0 28px;
border-radius: 999px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
font-size: 20px;
font-weight: 500;
color: #ffffff;
line-height: 1.4;
margin-bottom: 16px;
}
.cbh-card-text{
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #666666;
max-width: 260px;
text-align: left;
}
.case-common-logic{
background: #f5f5f5;
padding: 86px 24px;
}
.ccl-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
}
.ccl-header{
text-align: left;
margin-bottom: 44px;
}
.ccl-title{
font-size: 25px;
font-weight: 400;
color: #111111;
line-height: 1.4;
max-width: 520px;
margin-bottom: 24px;
}
.ccl-desc{
font-size: 16px;
font-weight: 400;
line-height: 2;
color: #666666;
max-width: 760px;
}
.ccl-title-bold{
font-size: 32px;
font-weight: 700;
}
.ccl-cards{
display: flex;
flex-direction: column;
gap: 36px;
align-items: flex-start;
}
.ccl-cards-row{
display: flex;
flex-direction: row;
gap: 76px;
}
.ccl-cards .ccl-cards-row:last-child{
align-self: flex-start;
}
.ccl-card{
background: #ffffff;
border-radius: 22px;
width: 300px;
height: 205px;
padding: 28px 28px 24px;
box-shadow: 0 14px 34px rgba(0, 0, 0, 0.03);
transition: all 0.35s ease;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
flex-shrink: 0;
}
.ccl-card:hover{
transform: translateY(-6px);
box-shadow: 0 20px 44px rgba(0, 0, 0, 0.06);
}
.ccl-num{
position: absolute;
top: 28px;
left: 28px;
font-size: 32px;
font-weight: 900;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
}
.ccl-icon{
position: absolute;
top: 24px;
right: 28px;
width: 78px;
height: 78px;
object-fit: contain;
transition: transform 0.35s ease;
}
.ccl-card:hover .ccl-icon{
transform: scale(1.03);
}
.ccl-card-title{
font-size: 20px;
font-weight: 500;
color: #111111;
line-height: 1.45;
margin-top: 48px;
text-align: left;
}
.ccl-line{
display: block;
height: 1px;
min-height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin-top: 8px;
margin-bottom: 12px;
}
.ccl-card-desc{
font-size: 14px;
font-weight: 400;
line-height: 1.75;
color: #686868;
max-width: 220px;
text-align: left;
}
.case-after-cooperation{
background: #ffffff;
padding: 88px 24px;
}
.cac-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
}
.cac-header{
text-align: left;
margin-bottom: 46px;
}
.cac-title{
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.45;
max-width: 620px;
margin-bottom: 20px;
}
.cac-title-bold{
font-size: 32px;
font-weight: 700;
color: #111111;
display: block;
}
.cac-desc{
font-size: 16px;
font-weight: 400;
line-height: 2;
color: #666666;
max-width: 760px;
}
.cac-cards{
display: flex;
flex-direction: row;
gap: 32px;
}
.cac-card{
background: #f2f2f2;
width: 340px;
height: 464px;
padding: 0 36px 36px;
position: relative;
overflow: hidden;
transition: all 0.35s ease;
flex-shrink: 0;
display: flex;
flex-direction: column;
}
.cac-card:hover{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
}
.cac-step{
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
height: 38px;
width: 136px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 0 0 28px 0;
font-size: 24px;
font-weight: 500;
color: #ffffff;
line-height: 1;
padding-left: 24px;
}
.cac-icon{
position: absolute;
top: 58px;
right: 36px;
width: 110px;
height: 110px;
object-fit: contain;
}
.cac-time{
font-size: 20px;
font-weight: 500;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.5;
margin-top: 142px;
}
.cac-card-title{
font-size: 24px;
font-weight: 700;
color: #111111;
line-height: 1.5;
margin-top: 8px;
white-space: nowrap;
}
.cac-list{
margin-top: 16px;
list-style: none;
padding: 0;
flex: 1;
}
.cac-list li{
font-size: 16px;
font-weight: 400;
line-height: 1.9;
color: #666666;
display: flex;
align-items: flex-start;
gap: 8px;
min-height: 64px;
margin-bottom: 14px;
}
.cac-list li::before{
content: '';
flex-shrink: 0;
width: 6px;
height: 6px;
border-radius: 50%;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin-top: 12px;
}
.case-solutions{
background: #f5f5f5;
padding: 88px 24px;
}
.cs-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
}
.cs-header{
text-align: left;
margin-bottom: 36px;
}
.cs-title{
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.45;
max-width: 620px;
margin-bottom: 20px;
}
.cs-title-bold{
font-size: 32px;
font-weight: 700;
color: #111111;
display: block;
}
.cs-desc{
font-size: 16px;
font-weight: 400;
line-height: 2;
color: #666666;
max-width: 720px;
}
.cs-carousel-wrap{
display: flex;
align-items: center;
justify-content: center;
gap: 0;
position: relative;
}
.cs-carousel{
width: 1160px;
min-width: 0;
flex: none;
overflow: hidden;
margin: 0 auto;
}
.cs-track{
display: flex;
gap: 40px;
transition: transform 0.45s ease;
padding: 10px 0;
}
.cs-arrow{
flex-shrink: 0;
width: 48px;
height: 48px;
border: none;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: transform 0.3s ease;
padding: 0;
margin: 0 20px;
}
.cs-arrow:hover{
transform: scale(1.2);
}
.cs-arrow img{
width: 48px;
height: 48px;
object-fit: contain;
}
.cs-arrow-left img{
transform: rotate(180deg);
}
.cs-arrow-left img{
transform: rotate(180deg);
}
.cs-dots{
display: none;
}
.cs-dot{
width: 10px;
height: 10px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.18);
border: none;
cursor: pointer;
padding: 0;
transition: background 0.25s ease;
}
.cs-dot.active{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
}
.cs-card{
background: #ffffff;
width: 360px;
min-height: 464px;
height: auto;
border-radius: 80px 0 0 0;
padding: 68px 30px 34px;
position: relative;
overflow: hidden;
box-shadow: none;
transition: box-shadow 0.35s ease;
flex-shrink: 0;
display: flex;
flex-direction: column;
}
.cs-card:hover{
}
.cs-card-icon{
position: absolute;
top: 38px;
right: 36px;
width: 96px;
height: 96px;
object-fit: contain;
transition: transform 0.35s ease;
}
.cs-card:hover .cs-card-icon{
transform: scale(1.03);
}
.cs-card-title{
font-size: 30px;
font-weight: 500;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.4;
margin-bottom: 24px;
}
.cs-group{
margin-bottom: 22px;
flex-shrink: 0;
}
.cs-group:not(.cs-group-last){
min-height: 72px;
}
.cs-group:last-child{
margin-bottom: 0;
}
.cs-group-title{
font-size: 18px;
font-weight: 500;
color: #111111;
line-height: 1.5;
margin-bottom: 4px;
display: flex;
align-items: center;
gap: 6px;
}
.cs-group-title::before{
content: '';
flex-shrink: 0;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 7px solid;
border-left-color: #eb5c20;
display: inline-block;
}
.cs-group-last .cs-group-title{
font-size: 20px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.cs-group-last .cs-group-title::before{
display: none;
}
.cs-group-text{
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #777777;
}
.cs-divider{
width: 100%;
height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 24px 0;
}
.case-your-industry{
background-image: url('../images/cases-8-background.webp');
background-size: auto 100%;
background-position: right center;
background-repeat: no-repeat;
position: relative;
}
.cyi-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 90px 24px;
}
.cyi-left{
width: 650px;
position: relative;
z-index: 1;
}
.cyi-title{
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.45;
margin-bottom: 22px;
}
.cyi-title-bold{
font-size: 32px;
font-weight: 700;
color: #111111;
display: block;
}
.cyi-desc{
font-size: 16px;
font-weight: 400;
line-height: 2;
color: #666666;
max-width: 660px;
margin-bottom: 44px;
}
.cyi-tip{
font-size: 18px;
font-weight: 500;
line-height: 1.6;
color: #111111;
margin-bottom: 14px;
}
.cyi-commit{
font-size: 34px;
font-weight: 500;
background-image: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
line-height: 1.3;
margin-bottom: 70px;
}
.cyi-btns{
display: flex;
flex-direction: row;
gap: 20px;
margin-bottom: 16px;
}
.cyi-btn{
display: inline-flex;
align-items: center;
justify-content: center;
width: 320px;
height: 60px;
border: 2px solid #111111;
border-radius: 999px;
background: transparent;
color: #111111;
font-size: 18px;
font-weight: 500;
text-decoration: none;
transition: all 0.35s ease;
cursor: pointer;
}
.cyi-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-color: transparent;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(235, 122, 32, 0.22);
}
.cyi-btn-arrow{
display: inline-block;
opacity: 0;
width: 0;
overflow: hidden;
white-space: nowrap;
transition: all 0.35s ease;
margin-left: 0;
}
.cyi-btn:hover .cyi-btn-arrow{
opacity: 1;
width: auto;
margin-left: 6px;
}
.cyi-note{
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #777777;
}
/*cases end*/
/*resources start*/
/*cases end*/
/*resources start*/
.resources-banner{
position: relative;
min-height: 720px;
display: flex;
align-items: center;
overflow: hidden;
}
.rb-bg{
position: absolute;
inset: 0;
background: url('../images/resources-0-banner.webp') center right / cover no-repeat;
z-index: 0;
}
.rb-container{
position: relative;
z-index: 1;
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 350px 24px 80px;
}
.rb-content{
max-width: 760px;
}
.rb-subtitle{
font-size: 32px;
font-weight: 300;
color: #ffffff;
line-height: 1.35;
max-width: 620px;
margin-bottom: 20px;
}
.rb-title{
font-size: 46px;
font-weight: 700;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.35;
max-width: 650px;
margin-bottom: 28px;
white-space: nowrap;
}
.rb-desc{
font-size: 16px;
font-weight: 400;
line-height: 2;
color: rgba(255,255,255,.85);
max-width: 680px;
}
.resources-seo-strategy{
background: #f5f5f5;
padding: 32px 24px;
}
.rss-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
}
.rss-header{
margin-bottom: 40px;
}
.rss-header-top{
display: flex;
align-items: center;
gap: 14px;
}
.rss-header-icon{
width: 64px;
height: 64px;
flex-shrink: 0;
}
.rss-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.35;
}
/* 查看更多 — 底部右对齐，不超出第三张卡片 */
.rss-view-all{
display: inline-block;
font-size: 15px;
font-weight: 500;
color: #e67e22;
text-decoration: none;
white-space: nowrap;
margin-left: auto;
margin-right: 50px;
transition: color .2s;
}
.rss-view-all:hover{
color: #d4701e;
}
.rss-desc{
font-size: 16px;
font-weight: 400;
line-height: 1.65;
color: #686868;
max-width: 900px;
margin-top: 4px;
}
.rss-cards{
display: flex;
gap: 28px;
}
a.rss-card{
text-decoration: none;
color: inherit;
cursor: pointer;
display: block;
}
.rss-card{
background: #ffffff;
border-radius: 18px;
width: 100%;
max-width: 450px;
min-height: 650px;
padding: 0 24px 24px;
position: relative;
overflow: hidden;
box-shadow: 0 16px 38px rgba(0,0,0,.04);
transition: all .35s ease;
flex: 1;
}
.rss-card:hover{
box-shadow: 0 22px 50px rgba(0,0,0,.08);
transform: translateY(-4px);
}
.rss-card-img{
width: 100%;
height: 200px;
border-radius: 14px;
overflow: hidden;
margin-top: 28px;
position: relative;
}
.rss-card-img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.rss-card-tag{
position: absolute;
top: 18px;
left: 18px;
border: 1px solid rgba(255,255,255,.22);
border-radius: 999px;
padding: 4px 10px;
font-size: 12px;
font-weight: 400;
color: #ffffff;
pointer-events: none;
}
.rss-card-title{
font-size: 22px;
font-weight: 500;
color: #111111;
line-height: 1.4;
margin-top: 18px;
min-height: 62px;
}
.rss-card-summary{
font-size: 14px;
font-weight: 400;
line-height: 1.7;
color: #939393;
margin-top: 10px;
min-height: 48px;
}
.rss-divider{
width: 100%;
height: 1px;
background: rgba(0,0,0,.06);
margin: 16px 0;
flex-shrink: 0;
}
.rss-list{
list-style: none;
padding: 0;
min-height: 130px;
margin: 52px 0 12px 0;
}
.rss-list li{
font-size: 14px;
font-weight: 400;
line-height: 1.75;
color: #333333;
padding-left: 16px;
position: relative;
margin-bottom: 10px;
}
.rss-list li::before{
content: '';
position: absolute;
left: 0;
top: 7px;
width: 8px;
height: 8px;
border-radius: 50%;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
}
.rss-result-label{
font-size: 14px;
font-weight: 400;
color: #8c8c8c;
line-height: 1.4;
}
.rss-result-text{
font-size: 18px;
font-weight: 700;
color: #111111;
line-height: 1.4;
margin-top: 6px;
}
.resources-lead-generation{
background: #f5f5f5;
padding: 32px 24px;
}
.resources-bottom-cta{
background: url('../images/resources-cta-banner%2033pic.webp') center / cover no-repeat;
}
.rbc-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 24px 24px 0;
position: relative;
z-index: 1;
}
.rbc-subscribe{
width: 100%;
max-width: 1440px;
margin: 0 auto;
border-radius: 56px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
padding: 40px 80px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
}
.rbc-sub-left{
max-width: 720px;
}
.rbc-sub-header{
display: flex;
align-items: center;
gap: 22px;
margin-bottom: 22px;
}
.rbc-sub-icon{
width: 56px;
height: 56px;
flex-shrink: 0;
}
.rbc-sub-title{
font-size: 40px;
font-weight: 700;
color: #ffffff;
line-height: 1.35;
}
.rbc-sub-desc{
font-size: 20px;
font-weight: 400;
line-height: 1.7;
color: rgba(255,255,255,.86);
max-width: 720px;
}
.rbc-sub-form{
flex-shrink: 0;
width: 600px;
height: 58px;
background: #ffffff;
border-radius: 999px;
display: flex;
align-items: center;
padding: 0 12px 0 34px;
box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.rbc-sub-input{
flex: 1;
height: 100%;
background: transparent;
border: none;
outline: none;
font-size: 20px;
font-weight: 400;
color: #777777;
}
.rbc-sub-input::placeholder{
color: #bababa;
}
.rbc-sub-btn{
flex-shrink: 0;
width: 146px;
height: 38px;
border-radius: 999px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
color: #ffffff;
font-size: 16px;
font-weight: 500;
border: none;
cursor: pointer;
transition: all .35s ease;
}
.rbc-sub-btn:hover{
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(235,122,32,.28);
}
.rbc-consult{
height: 440px;
position: relative;
margin-top: 24px;
}
.rbc-consult-content{
position: relative;
z-index: 2;
height: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 72px 80px 80px 30px;
display: flex;
flex-direction: column;
justify-content: center;
}
.rbc-consult-title{
font-size: 40px;
font-weight: 700;
color: #111111;
line-height: 1.45;
max-width: 720px;
margin-bottom: 22px;
}
.rbc-consult-desc{
font-size: 20px;
font-weight: 400;
line-height: 1.9;
color: #777777;
max-width: 620px;
}
.rbc-consult-btns{
display: flex;
gap: 20px;
margin-top: 48px;
}
.rbc-btn{
display: inline-flex;
align-items: center;
justify-content: center;
width: 320px;
height: 60px;
border: 2px solid #111111;
border-radius: 999px;
background: transparent;
color: #111111;
font-size: 18px;
font-weight: 500;
text-decoration: none;
transition: all .35s ease;
cursor: pointer;
}
.rbc-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-color: transparent;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(235,122,32,.24);
}
.rbc-btn-arrow{
display: inline-block;
opacity: 0;
max-width: 0;
overflow: hidden;
white-space: nowrap;
transition: all .35s ease;
}
.rbc-btn:hover .rbc-btn-arrow{
opacity: 1;
max-width: 40px;
margin-left: 6px;
}
/* =============================================
   订阅成功弹窗
   ============================================= */
/*resources end*/
/*subscribe-modal start*/
/*resources end*/
/*subscribe-modal start*/
.subscribe-modal-overlay{
position:fixed;inset:0;z-index:9999;
background:rgba(0,0,0,.55);
display:flex;align-items:center;justify-content:center;
opacity:0;visibility:hidden;transition:all .3s;
}
.subscribe-modal-overlay.active{opacity:1;visibility:visible;}
.subscribe-modal{
background:#fff;border-radius:20px;padding:48px 40px 36px;
max-width:460px;width:90%;text-align:center;position:relative;
box-shadow:0 20px 60px rgba(0,0,0,.2);
}
.subscribe-modal-close{
position:absolute;top:14px;right:18px;
font-size:24px;color:#ccc;cursor:pointer;line-height:1;
transition:color .2s;
}
.subscribe-modal-close:hover{color:#333;}
.subscribe-modal-icon{font-size:48px;margin-bottom:16px;}
.subscribe-modal-title{font-size:20px;font-weight:700;color:#111;margin-bottom:12px;}
.subscribe-modal-msg{font-size:15px;color:#666;line-height:1.8;margin-bottom:24px;}
.subscribe-modal-btn{
display:inline-block;background:linear-gradient(135deg,#e67e22,#e6a020);
color:#fff;font-size:15px;font-weight:600;padding:12px 36px;
border-radius:999px;border:none;cursor:pointer;transition:all .3s;
}
.subscribe-modal-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(230,126,34,.3);}

/* =============================================
   资源文章详情页 (single) - 双栏布局
   ============================================= */
/* 全宽 Banner */
.as-banner{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;}
.as-banner-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}

/* 面包屑 */
.rs-breadcrumb{padding: 18px 0;background: #fafafa;}
.rs-breadcrumb--cat{}
.rs-bc-inner{max-width:1440px;margin:0 auto;padding:0 48px;font-size:14px;color:#888;}
.rs-bc-inner a{color: #666;text-decoration: none;transition: color .2s;}
.rs-bc-inner a:hover{color: #e67e22;}
.rs-bc-sep{margin: 0 8px;color: #ccc;}
.rs-bc-current{color: #333;font-weight: 500;}

/* 两栏网格 */
.as-article{max-width:1440px;margin:0 auto;padding:0 48px;}
.as-grid{display:grid;grid-template-columns:1fr 320px;gap:56px;padding:40px 0 64px;}

/* 左侧主内容 */
.as-header{margin-bottom:32px;}
.as-cat{display:inline-block;color:#e67e22;font-size:14px;font-weight:500;text-decoration:none;margin-bottom:12px;transition:color .2s;}
.as-cat:hover{color:#d4701e;}
.as-tag{display:inline-block;color:#999;font-size:12px;border:1px solid #ddd;padding:3px 10px;border-radius:999px;margin-left:10px;vertical-align:middle;}
.as-title{font-size:34px;font-weight:700;color:#111;line-height:1.4;margin-bottom:16px;}
.as-meta{font-size:14px;color:#999;}
.as-meta-sep{margin:0 10px;}
.as-feature-img{margin-bottom:40px;}
.as-feature-img img{width:100%;border-radius:14px;}

/* 正文 */
.as-body{}
.as-highlights{background:#f8f6f2;border:1px solid #e8e2d6;border-radius:14px;padding:28px 32px;margin-bottom:40px;scroll-margin-top:100px;}
.as-hl-title{font-size:16px;font-weight:600;color:#e67e22;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px;}
.as-hl-list{list-style:none;padding:0;margin:0 0 16px;}
.as-hl-list li{position:relative;padding-left:20px;font-size:15px;color:#555;line-height:1.8;margin-bottom:6px;}
.as-hl-list li::before{content:'✓';position:absolute;left:0;top:0;color:#e67e22;font-weight:700;font-size:13px;}
.as-hl-result{padding-top:14px;border-top:1px dashed #e0d8cc;display:flex;align-items:center;gap:12px;}
.as-hl-result-label{font-size:13px;color:#999;}
.as-hl-result-value{font-size:17px;font-weight:600;color:#e67e22;}
.as-section{margin-bottom:40px;}
.as-intro{font-size:17px;color:#555;line-height:1.9;background:#fafafa;padding:28px 32px;border-radius:12px;border-left:3px solid #e67e22;}
.as-h2{font-size:24px;font-weight:600;color:#111;line-height:1.4;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #f0f0f0;scroll-margin-top:100px;}
.as-text{font-size:16px;color:#555;line-height:1.95;}
.as-conclusion{background:linear-gradient(135deg,#fff8f2,#fff);border:1px solid #ffe0c0;border-radius:14px;padding:32px 36px;}
/* WordPress原生编辑器内容区 */
.as-content{font-size:16px;color:#555;line-height:1.95;}
.as-content h2{font-size:24px;font-weight:600;color:#111;line-height:1.4;margin:40px 0 18px;padding-bottom:12px;border-bottom:2px solid #f0f0f0;scroll-margin-top:100px;}
.as-content h3{font-size:19px;font-weight:600;color:#222;margin:30px 0 14px;}
.as-content p{margin-bottom:18px;}
.as-content ul,.as-content ol{margin:0 0 20px 20px;padding:0;}
.as-content li{margin-bottom:8px;}
.as-content blockquote{border-left:3px solid #e67e22;background:#fafafa;padding:20px 24px;margin:24px 0;border-radius:0 8px 8px 0;font-size:15px;color:#666;}
.as-content img{max-width:100%;border-radius:8px;margin:20px 0;}
.as-result-card{background:linear-gradient(135deg,#e67e22,#e6a020);border-radius:14px;padding:28px 32px;display:flex;align-items:center;gap:16px;margin:40px 0;}
.as-result-label{color:rgba(255,255,255,.8);font-size:14px;}
.as-result-value{color:#fff;font-size:22px;font-weight:700;}
.as-share{display:flex;align-items:center;gap:10px;padding:20px 0;border-top:1px solid #eee;margin-top:20px;}
.as-share-label{font-size:14px;color:#999;}
.as-share-btn{padding:6px 16px;border-radius:999px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;}
.as-share-wa{background:#25d366;color:#fff;}
.as-share-wa:hover{background:#1ea952;}
.as-share-mail{background:#555;color:#fff;}
.as-share-mail:hover{background:#333;}

/* 右侧侧边栏 */
.as-sidebar{position:sticky;top:100px;align-self:start;}
.as-toc{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:28px 24px;margin-bottom:24px;}
.as-toc-title{font-size:16px;font-weight:600;color:#111;margin-bottom:16px;}
.as-toc-list{list-style:none;padding:0;margin:0;}
.as-toc-list li{margin-bottom:10px;}
.as-toc-list a{font-size:14px;color:#666;text-decoration:none;line-height:1.6;transition:color .2s;display:block;}
.as-toc-list a:hover{color:#e67e22;}
.as-contact-card{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:28px 24px;}
.as-cc-title{font-size:16px;font-weight:600;margin-bottom:10px;color:#e67e22;}
.as-cc-desc{font-size:13px;color:#888;line-height:1.7;margin-bottom:20px;}
.as-cc-list{list-style:none;padding:0;margin:0 0 20px;}
.as-cc-item{display:flex;align-items:center;gap:10px;margin-bottom:12px;}
.as-cc-icon{font-size:16px;}
.as-cc-text{font-size:13px;color:#555;}
.as-cc-btn{display:block;text-align:center;background:linear-gradient(135deg,#e67e22,#e6a020);color:#fff;font-size:14px;font-weight:600;padding:12px 0;border-radius:999px;text-decoration:none;transition:all .3s;}
.as-cc-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(230,126,34,.3);}

/* CTA — 全宽居中 */
.as-cta{
background:#f0f0f0;
padding:80px 0;
margin-top:48px;
}
.as-cta-inner{
width:100%;
text-align:center;
}
.as-cta-title{font-size:28px;font-weight:700;color:#111;margin-bottom:14px;}
.as-cta-desc{font-size:16px;color:#666;line-height:1.8;margin-bottom:32px;max-width:700px;margin-left:auto;margin-right:auto;}
.as-cta-btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;}
.as-cta-btn{padding:14px 36px;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;}
.as-cta-btn-primary{background:linear-gradient(135deg,#e67e22,#e6a020);color:#fff;}
.as-cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(230,126,34,.35);}
.as-cta-btn-outline{border:2px solid #e67e22;color:#e67e22;background:transparent;}
.as-cta-btn-outline:hover{background:#e67e22;color:#fff;}

/* 相关文章 — 全宽 */
.as-related{background:#fff;padding:64px 0;}
.as-related-inner{width:100%;}
.as-related-title{font-size:22px;font-weight:600;color:#111;margin-bottom:28px;}
.as-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1440px;margin:0 auto;padding:0 48px;}
.as-related-inner .as-related-title,
.as-related-inner .as-related-grid{max-width:1440px;margin-left:auto;margin-right:auto;padding-left:48px;padding-right:48px;}
.as-related-card{background:#fff;border-radius:14px;overflow:hidden;text-decoration:none;transition:all .3s;display:block;}
.as-related-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1);}
.as-related-thumb{height:180px;overflow:hidden;}
.as-related-thumb img{width:100%;height:100%;object-fit:cover;}
.as-related-info{padding:20px 24px;}
.as-related-tag{display:inline-block;font-size:11px;color:#e67e22;background:rgba(230,126,34,.1);padding:2px 8px;border-radius:999px;margin-bottom:8px;}
.as-related-card-title{font-size:16px;font-weight:500;color:#333;line-height:1.5;margin-bottom:8px;}
.as-related-date{font-size:13px;color:#999;}

/* 响应式 */

/* =============================================
   资源分类归档页 (category)
   ============================================= */
.cat-header{
position: relative;
min-height: 420px;
display: flex;
align-items: center;
overflow: hidden;
}
.cat-header-bg{
position: absolute;
inset: 0;
background: url('../images/resources-0-banner.webp') center right / cover no-repeat;
z-index: 0;
}
.cat-header-bg::after{
content: '';
position: absolute;
inset: 0;
background: rgba(10,14,23,.55);
z-index: 0;
}
.cat-header-inner{
position: relative;
z-index: 1;
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
text-align: left;
}
.cat-header-icon{width:64px;height:64px;flex-shrink:0;}
.cat-header-title{font-size:32px;font-weight:700;color:#fff;line-height:1.35;margin-bottom:10px;}
.cat-header-desc{font-size:16px;color:rgba(255,255,255,.75);line-height:1.65;max-width:900px;}
.cat-list{background:#f5f5f5;padding:60px 0;}
.cat-list-inner{max-width:1440px;margin:0 auto;padding:0 48px;}
.cat-list .rss-cards{display:grid !important;grid-template-columns:repeat(3,1fr);gap:28px;}
.cat-list .rss-card{max-width:100% !important;flex:none !important;}
.cat-empty{padding:80px 0;text-align:center;}
.cat-empty-inner h2{font-size:24px;color:#333;margin-bottom:12px;}
.cat-empty-inner p{font-size:16px;color:#888;margin-bottom:20px;}
.cat-empty-inner a{color:#e67e22;text-decoration:none;font-weight:500;}
.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:48px;flex-wrap:wrap;}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;background:#fff;color:#666;text-decoration:none;font-size:15px;font-weight:500;border:1px solid #e8e8e8;transition:all .2s;}
.pagination .page-numbers:hover,.pagination .page-numbers.current{background:#e67e22;color:#fff;border-color:#e67e22;}
#contact-banner{
position: relative;
height: 720px;
overflow: hidden;
display: flex;
align-items: center;
background: var(--dark);
}
/*subscribe-modal end*/
/*contact-banner start*/
/*subscribe-modal end*/
/*contact-banner start*/
.contact-banner-bg{
position: absolute;
inset: 0;
z-index: 0;
}
.contact-banner-bg img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center right;
}
.contact-banner-container{
position: relative;
z-index: 2;
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
display: flex;
align-items: center;
}
.contact-banner-left{
max-width: 760px;
text-align: left;
}
.contact-banner-line1{
font-size: 25px;
font-weight: 400;
color: #ffffff;
line-height: 1.45;
margin: 0 0 18px;
text-align: left;
}
.contact-banner-title{
font-size: 32px;
font-weight: 700;
line-height: 1.35;
margin: 0 0 28px;
max-width: 760px;
text-align: left;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.contact-banner-desc{
font-size: 16px;
font-weight: 400;
line-height: 2;
color: rgba(255,255,255,.76);
max-width: 720px;
margin: 0 0 36px;
text-align: left;
}
.contact-banner-cta{
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.contact-banner-btn{
display: inline-flex;
align-items: center;
justify-content: center;
height: 52px;
padding: 0 36px;
border-radius: 999px;
border: 2px solid #000000;
background: transparent;
font-size: 18px;
font-weight: 500;
color: #000000;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
transition: all .35s ease;
}
.contact-banner-btn::after{
content: '';
transition: all .35s ease;
}
.contact-banner-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-color: transparent;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(235,92,32,.3);
}
.contact-banner-btn:hover::after{
content: '\00a0\003E\003E';
}
#contact-form{
background: #f5f5f5;
min-height: 980px;
display: flex;
align-items: center;
padding: 86px 0 96px;
}
/*contact-banner end*/
/*contact-form start*/
/*contact-banner end*/
/*contact-form start*/
.cf-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
display: flex;
gap: 56px;
align-items: flex-start;
}
.cf-left{
width: 440px;
flex-shrink: 0;
min-width: 0;
}
.cf-left-title{
font-size: 25px;
font-weight: 700;
color: #111111;
line-height: 1.45;
margin: 0 0 14px;
padding-top: 60px;
text-align: left;
}
.cf-left-desc{
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #898989;
margin: 0 0 36px;
text-align: left;
}
.cf-cards{
display: flex;
flex-direction: column;
gap: 28px;
}
.cf-card{
width: 440px;
height: 150px;
background: #ffffff;
border-radius: 80px 0 0 80px;
display: flex;
align-items: center;
padding: 0 20px 0 14px;
position: relative;
overflow: hidden;
box-shadow: 0 8px 28px rgba(0,0,0,.04);
transition: all .35s ease;
cursor: pointer;
}
.cf-card:hover{
transform: translateX(6px);
box-shadow: 0 18px 42px rgba(0,0,0,.06);
}
.cf-card-active{}
.cf-card-icon{
width: 92px;
height: 92px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
}
.cf-card-icon img{
position: absolute;
width: 92px;
height: 92px;
object-fit: contain;
transition: opacity .35s ease;
}
.cf-icon-gray{ opacity: 1; }
.cf-icon-color{ opacity: 0; }
.cf-card:hover .cf-icon-gray{ opacity: 0; }
.cf-card:hover .cf-icon-color{ opacity: 1; }
.cf-card-text{
display: flex;
flex-direction: column;
margin-left: 18px;
text-align: left;
min-width: 0;
flex: 1;
}
.cf-card-type{
font-size: 16px;
font-weight: 400;
color: #111111;
line-height: 1.5;
}
.cf-card-main{
font-size: 18px;
font-weight: 500;
color: #111111;
line-height: 1.45;
margin: 3px 0;
}
.cf-card:not(:last-child) .cf-card-main{
white-space: nowrap;
}
.cf-card-sub{
font-size: 14px;
font-weight: 400;
color: #898989;
line-height: 1.6;
}
.cf-right{
flex: 1;
min-width: 0;
}
.cf-form-card{
background: #ffffff;
border-radius: 34px;
padding: 60px 64px 44px;
box-shadow: 0 18px 48px rgba(0,0,0,.035);
position: relative;
overflow: hidden;
width: 100%;
}
.cf-form-title{
font-size: 25px;
font-weight: 700;
color: #111111;
line-height: 1.45;
margin: 0 0 12px;
text-align: left;
}
.cf-form-sub{
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #777777;
margin: 0 0 30px;
text-align: left;
}
.cf-form{
text-align: left;
}
.cf-row{
margin-bottom: 30px;
}
.cf-row-split{
display: flex;
gap: 28px;
}
.cf-field{
flex: 1;
min-width: 0;
}
.cf-field-full{
}
.cf-label{
display: flex;
align-items: center;
gap: 8px;
font-size: 16px;
font-weight: 400;
color: #111111;
margin-bottom: 10px;
}
.cf-label-icon{
width: 20px;
height: 20px;
object-fit: contain;
flex-shrink: 0;
}
.cf-required{
color: #eb5c20;
}
.cf-input{
width: 100%;
height: 40px;
border-radius: 999px;
background: #f3f3f3;
border: none;
padding: 0 22px;
font-size: 15px;
font-weight: 400;
color: #111111;
font-family: var(--font);
outline: none;
transition: all .25s ease;
}
.cf-input::placeholder{
color: #b9b9b9;
}
.cf-input:focus{
box-shadow: 0 0 0 3px rgba(235,122,32,.12);
background: #fff;
}
.cf-error{
display: block;
font-size: 13px;
color: #eb5c20;
margin-top: 6px;
padding-left: 22px;
min-height: 0;
opacity: 0;
transition: opacity .25s ease;
}
.cf-error.visible{
opacity: 1;
}
.cf-textarea{
width: 100%;
height: 220px;
min-height: 180px;
max-height: 320px;
border-radius: 22px;
background: #f2f2f2;
border: none;
padding: 18px 22px;
font-size: 15px;
font-weight: 400;
color: #111111;
font-family: var(--font);
resize: vertical;
outline: none;
transition: all .25s ease;
line-height: 1.8;
}
.cf-textarea::placeholder{
color: #b9b9b9;
}
.cf-textarea:focus{
box-shadow: 0 0 0 3px rgba(235,122,32,.12);
background: #fff;
}
.cf-submit-wrap{
text-align: center;
margin-top: 24px;
}
.cf-submit-btn{
display: inline-flex;
align-items: center;
justify-content: center;
width: 320px;
height: 60px;
border-radius: 999px;
background: transparent;
border: 1px solid #111111;
color: #111111;
font-size: 20px;
font-weight: 400;
font-family: var(--font);
cursor: pointer;
transition: all .35s ease;
}
.cf-btn-arrow{
opacity: 0;
max-width: 0;
margin-left: 6px;
overflow: hidden;
white-space: nowrap;
transition: all .35s ease;
}
.cf-submit-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-color: transparent;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(235,122,32,.24);
}
.cf-submit-btn:hover .cf-btn-arrow{
opacity: 1;
max-width: 42px;
}
.cf-submit-btn:focus-visible{
outline: 3px solid rgba(235,92,32,.5);
outline-offset: 3px;
}
.cf-message{
text-align: center;
font-size: 15px;
font-weight: 400;
line-height: 1.8;
margin-top: 20px;
padding: 14px 20px;
border-radius: 12px;
}
.cf-message-success{
color: #2e7d32;
background: #e8f5e9;
}
.cf-message-error{
color: #c62828;
background: #ffebee;
}
.cf-trust{
display: flex;
justify-content: center;
gap: 60px;
margin-top: 36px;
padding-top: 28px;
border-top: 1px solid #f0f0f0;
}
.cf-trust-item{
display: flex;
align-items: center;
gap: 8px;
}
.cf-trust-icon{
width: 28px;
height: 28px;
object-fit: contain;
flex-shrink: 0;
}
.cf-trust-item span{
font-size: 16px;
font-weight: 400;
color: #111111;
white-space: nowrap;
}
#about-banner{
position: relative;
height: 100vh;
min-height: 720px;
overflow: hidden;
display: flex;
align-items: center;
background: #030a16;
}
.ab-bg{
position: absolute;
inset: 0;
z-index: 0;
}
.ab-bg img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.ab-container{
position: relative;
z-index: 2;
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
}
.ab-inner{
display: flex;
align-items: center;
gap: 56px;
}
.ab-left{
flex: 1;
max-width: 760px;
min-width: 0;
}
.ab-subtitle{
display: block;
font-size: 30px;
font-weight: 300;
color: rgba(255,255,255,.88);
line-height: 1.35;
margin-bottom: 18px;
text-align: left;
}
.ab-title{
font-size: 45px;
font-weight: 700;
color: #ffffff;
line-height: 1.35;
max-width: 720px;
margin: 0 0 28px;
text-align: left;
white-space: nowrap;
text-shadow: 0 8px 28px rgba(0,0,0,.35);
}
.ab-desc{
font-size: 16px;
font-weight: 400;
line-height: 2;
color: rgba(255,255,255,.72);
max-width: 650px;
margin: 0 0 44px;
text-align: left;
}
.ab-pain-list{
list-style: none;
padding: 0;
margin: 0 0 54px;
text-align: left;
}
.ab-pain-list li{
position: relative;
padding-left: 32px;
font-size: 18px;
font-weight: 400;
line-height: 1.8;
color: rgba(255,255,255,.86);
margin-bottom: 18px;
}
.ab-pain-list li:last-child{
margin-bottom: 0;
}
.ab-pain-list li::before{
content: '';
position: absolute;
left: 0;
top: 8px;
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
}
.ab-cta{
display: flex;
gap: 28px;
flex-wrap: wrap;
text-align: left;
}
.ab-btn{
display: inline-flex;
align-items: center;
justify-content: center;
width: 300px;
height: 40px;
border-radius: 999px;
background: transparent;
border: 1px solid rgba(255,255,255,.88);
color: #ffffff;
font-size: 18px;
font-weight: 400;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
transition: all .35s ease;
}
.ab-btn-arrow{
opacity: 0;
max-width: 0;
overflow: hidden;
white-space: nowrap;
transition: all .35s ease;
}
.ab-btn:hover{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-color: transparent;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(235,122,32,.26);
}
.ab-btn:hover .ab-btn-arrow{
opacity: 1;
max-width: 40px;
margin-left: 6px;
}
.ab-btn:focus-visible{
outline: 3px solid rgba(235,92,32,.5);
outline-offset: 3px;
}
.ab-card{
width: 420px;
flex-shrink: 0;
background: rgba(255,255,255,.14);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255,255,255,.18);
border-radius: 18px;
padding: 34px 40px;
box-shadow: 0 24px 60px rgba(0,0,0,.22);
position: relative;
transition: transform .35s ease, box-shadow .35s ease;
}
.ab-card:hover{
transform: translateY(-4px);
box-shadow: 0 28px 68px rgba(0,0,0,.28);
}
.ab-card-badge{
position: absolute;
top: 18px;
right: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
height: 28px;
padding: 0 20px;
border-radius: 999px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
font-size: 14px;
font-weight: 500;
color: #ffffff;
}
.ab-card-title{
font-size: 18px;
font-weight: 500;
color: rgba(255,255,255,.88);
line-height: 1.5;
margin: 0 0 10px;
padding-top: 16px;
text-align: center;
}
.ab-card-line{
width: 180px;
height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 0 auto 26px;
}
.ab-card-rows{
display: flex;
flex-direction: column;
gap: 18px;
margin-bottom: 24px;
}
.ab-row{
display: flex;
align-items: center;
gap: 14px;
}
.ab-row-tag{
display: inline-flex;
align-items: center;
justify-content: center;
width: 120px;
height: 28px;
flex-shrink: 0;
border-radius: 999px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
font-size: 16px;
font-weight: 500;
color: #ffffff;
transition: filter .25s ease;
}
.ab-row-tag:hover{
filter: brightness(1.12);
}
.ab-row-desc{
font-size: 14px;
font-weight: 400;
color: rgba(255,255,255,.82);
line-height: 1.5;
}
.ab-card-divider{
width: 100%;
height: 1px;
background: linear-gradient(90deg, rgba(235,92,32,.45), rgba(235,170,32,.45));
margin-bottom: 22px;
}
.ab-stats{
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 42px;
row-gap: 22px;
}
.ab-stat{
display: flex;
flex-direction: column;
}
.ab-stat-num{
font-size: 40px;
font-weight: 700;
line-height: 1.1;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.ab-stat-label{
font-size: 14px;
font-weight: 400;
color: rgba(255,255,255,.78);
line-height: 1.5;
margin-top: 6px;
}
#about-b2b-overseas-marketing{
background: #f5f5f5;
min-height: 85vh;
display: flex;
align-items: center;
padding: 60px 0;
}
.abo-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
display: flex;
gap: 80px;
align-items: center;
}
.abo-left{
width: 48%;
max-width: 620px;
flex-shrink: 0;
}
.abo-title{
margin: 0 0 28px;
text-align: left;
}
.abo-title-line1{
display: block;
font-size: 25px;
font-weight: 400;
color: #111111;
line-height: 1.35;
}
.abo-title-line2{
display: block;
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.35;
}
.abo-text{
font-size: 16px;
font-weight: 400;
line-height: 2;
color: #686868;
max-width: 600px;
margin: 0 0 28px;
text-align: left;
}
.abo-pic{
margin-top: 48px;
max-width: 460px;
}
.abo-pic img{
width: 100%;
height: auto;
display: block;
}
.abo-right{
width: 52%;
flex-shrink: 0;
}
.abo-cards{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
max-width: 720px;
}
.abo-card{
background: #ffffff;
border-radius: 36px;
min-height: 400px;
padding: 64px 42px 52px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
box-shadow: 0 12px 30px rgba(0,0,0,.025);
transition: all .35s ease;
overflow: hidden;
}
.abo-card:hover{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0,0,0,.06);
}
.abo-card-icon{
width: 120px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 36px;
transition: transform .35s ease;
}
.abo-card-icon img{
width: 100%;
height: 100%;
object-fit: contain;
}
.abo-card:hover .abo-card-icon{
transform: scale(1.04);
}
.abo-card-title{
font-size: 26px;
font-weight: 500;
color: #111111;
line-height: 1.45;
margin: 0 0 12px;
text-align: center;
}
.abo-card-line{
width: 90px;
height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 0 auto 22px;
}
.abo-card-desc{
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #686868;
max-width: 250px;
margin: 0;
text-align: center;
}
#about-dual-channel-growth{
background: #f5f5f5;
padding: 62px 0 68px;
}
.adc-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
}
.adc-header{
max-width: 900px;
margin-bottom: 44px;
text-align: left;
}
.adc-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
margin: 0 0 22px;
}
.adc-desc{
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #686868;
margin: 0;
}
.adc-cards{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-bottom: 76px;
}
.adc-card{
background: #ffffff;
border-radius: 0 0 36px 36px;
min-height: 460px;
overflow: hidden;
box-shadow: 0 12px 30px rgba(0,0,0,.025);
transition: all .35s ease;
display: flex;
flex-direction: column;
}
.adc-card:hover{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0,0,0,.06);
}
.adc-card-top{
height: 82px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 0 0 42px 42px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 18px 24px;
flex-shrink: 0;
}
.adc-card-title{
font-size: 30px;
font-weight: 500;
color: #ffffff;
line-height: 1.25;
}
.adc-card-sub{
font-size: 16px;
font-weight: 400;
color: rgba(255,255,255,.9);
line-height: 1.5;
margin-top: 6px;
}
.adc-card-body{
padding: 42px 36px 32px;
flex: 1;
display: flex;
flex-direction: column;
}
.adc-list{
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 16px;
row-gap: 14px;
}
.adc-list li{
position: relative;
padding-left: 24px;
font-size: 16px;
font-weight: 400;
line-height: 1.9;
color: #111111;
}
.adc-list li::before{
content: '';
position: absolute;
left: 0;
top: 6px;
width: 16px;
height: 16px;
background: url('../images/about-3-tick.webp') no-repeat center/contain;
}
.adc-divider{
width: 100%;
height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 28px 0 18px;
flex-shrink: 0;
}
.adc-card-desc{
font-size: 14px;
font-weight: 400;
line-height: 1.9;
color: #7f7f7f;
margin: 0;
text-align: left;
}
.adc-flow{
text-align: center;
}
.adc-flow-title{
font-size: 24px;
font-weight: 500;
color: #111111;
line-height: 1.4;
margin: 0 0 36px;
}
.adc-flow-inner{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
width: 100%;
}
.adc-flow-node{
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
min-width: 145px;
height: 60px;
padding: 0 28px;
font-size: 20px;
font-weight: 500;
background: #000000;
color: #eb5c20;
text-align: center;
transition: all .35s ease;
white-space: nowrap;
box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.adc-flow-node:hover{
transform: scale(1.08);
box-shadow: 0 12px 28px rgba(0,0,0,.12);
}
.adc-flow-arrow{
width: 38px;
height: auto;
margin: 0 18px;
flex-shrink: 0;
}
#about-domestic-overseas-collaboration{
background: #ffffff;
padding: 36px 0 40px;
}
.adoc-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
}
.adoc-header{
max-width: 900px;
margin-bottom: 28px;
text-align: left;
}
.adoc-title{
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
margin: 0 0 22px;
}
.adoc-desc{
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #686868;
margin: 0;
}
.adoc-cards{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
margin-bottom: 28px;
}
.adoc-card{
background: #ffffff;
border: 1px solid rgba(235,122,32,.65);
border-radius: 56px 56px 52px 52px;
overflow: hidden;
transition: all .35s ease;
display: flex;
flex-direction: column;
}
.adoc-card:hover{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0,0,0,.06);
}
.adoc-card-top{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
border-radius: 56px 56px 0 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 14px 32px 16px;
flex-shrink: 0;
}
.adoc-card-title{
font-size: 24px;
font-weight: 500;
color: #ffffff;
line-height: 1.35;
}
.adoc-card-top-desc{
font-size: 16px;
font-weight: 400;
color: rgba(255,255,255,.92);
line-height: 1.7;
max-width: 600px;
margin: 8px 0 0;
text-align: left;
align-self: stretch;
}
.adoc-card-body{
padding: 20px 42px 28px;
flex: 1;
}
.adoc-city-title{
font-size: 20px;
font-weight: 500;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.45;
margin: 0 0 8px;
text-align: left;
}
.adoc-city-list{
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px 20px;
}
.adoc-city-list li{
display: flex;
align-items: center;
gap: 6px;
font-size: 18px;
font-weight: 400;
color: #111111;
line-height: 1.6;
}
.adoc-city-list li img{
width: 16px;
height: 16px;
flex-shrink: 0;
transition: transform .25s ease;
}
.adoc-city-list li:hover img{
transform: scale(1.04);
}
.adoc-divider{
width: 100%;
height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 20px 0 18px;
}
.adoc-skill-title{
font-size: 24px;
font-weight: 500;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.45;
margin: 0 0 12px;
text-align: left;
}
.adoc-skill-list{
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 32px;
row-gap: 14px;
}
.adoc-skill-list li{
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
background: #f2f2f2;
height: 32px;
border-radius: 999px;
padding: 0 18px;
font-size: 16px;
font-weight: 400;
color: #111111;
transition: background .25s ease;
}
.adoc-skill-list li:hover{
background: #eeeeee;
}
.adoc-skill-list li img{
width: 14px;
height: 14px;
flex-shrink: 0;
transition: transform .25s ease;
}
.adoc-skill-list li:hover img{
transform: scale(1.04);
}
.adoc-summary{
text-align: center;
}
.adoc-summary-line1{
font-size: 20px;
font-weight: 500;
color: #111111;
line-height: 1.6;
max-width: 900px;
margin: 0 auto 14px;
}
.adoc-summary-line2{
font-size: 24px;
font-weight: 500;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.6;
max-width: 1000px;
margin: 0 auto;
}
#about-core-advantages{
background: #f5f5f5;
padding: 60px 0 64px;
}
.aca-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
}
.aca-header{
max-width: 900px;
margin-bottom: 52px;
text-align: left;
}
.aca-title{
margin: 0 0 22px;
}
.aca-title-line1{
display: block;
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.45;
}
.aca-title-line2{
display: block;
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.45;
}
.aca-desc{
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #686868;
margin: 0;
}
.aca-cards{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.aca-card{
background: #ffffff;
border-radius: 32px;
min-height: 280px;
padding: 44px 42px 38px;
position: relative;
overflow: hidden;
box-shadow: 0 12px 30px rgba(0,0,0,.025);
transition: all .35s ease;
}
.aca-card:hover{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0,0,0,.06);
}
.aca-card-top{
display: flex;
align-items: center;
justify-content: space-between;
}
.aca-card-left{
display: flex;
align-items: center;
gap: 24px;
flex: 1;
min-width: 0;
}
.aca-card-icon{
width: 56px;
height: 56px;
flex-shrink: 0;
border-radius: 12px;
transition: transform .35s ease;
}
.aca-card:hover .aca-card-icon{
transform: scale(1.04);
}
.aca-card-headings{
display: flex;
flex-direction: column;
min-width: 0;
}
.aca-card-subtitle{
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 1.5;
margin-bottom: 6px;
}
.aca-card-title{
font-size: 20px;
font-weight: 500;
color: #111111;
line-height: 1.5;
}
.aca-card-num{
position: absolute;
top: 16px;
right: 36px;
display: flex;
flex-direction: row;
align-items: baseline;
gap: 2px;
flex-shrink: 0;
}
.aca-num-label{
font-size: 16px;
font-weight: 400;
color: #111111;
line-height: 1.3;
}
.aca-num{
font-size: 30px;
font-weight: 700;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.1;
}
.aca-divider{
width: 100%;
height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
margin: 26px 0 22px;
}
.aca-card-desc{
font-size: 14px;
font-weight: 400;
line-height: 1.9;
color: #7f7f7f;
margin: 0;
text-align: left;
}
#about-our-team{
background: #ffffff;
padding: 92px 0 86px;
}
.aot-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
}
.aot-header{
max-width: 900px;
margin-bottom: 56px;
}
.aot-title{
margin: 0;
line-height: 1.45;
}
.aot-title-line1{
display: block;
font-size: 25px;
font-weight: 400;
color: #333333;
}
.aot-title-line2{
display: block;
font-size: 32px;
font-weight: 700;
color: #111111;
margin-top: 2px;
}
.aot-desc{
margin: 22px 0 0 0;
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #686868;
text-align: left;
}
.aot-cards{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 36px;
list-style: none;
margin: 0;
padding: 0;
}
.aot-card{
background: #ffffff;
border: 1px solid rgba(235, 122, 32, 0.75);
border-radius: 18px;
min-height: 220px;
padding: 24px 28px 26px;
position: relative;
overflow: hidden;
box-shadow: none;
transition: all 0.35s ease;
}
.aot-card:hover,
.aot-card:focus-within{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
border-color: rgba(235, 122, 32, 0.95);
}
.aot-card-top{
display: flex;
align-items: center;
justify-content: flex-start;
gap: 18px;
margin-bottom: 22px;
}
.aot-icon-circle{
width: 64px;
height: 64px;
min-width: 64px;
border-radius: 50%;
background: linear-gradient(135deg, #eb5c20 0%, #ebaa20 100%);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: transform 0.35s ease;
}
.aot-icon-circle img{
width: 34px;
height: 34px;
object-fit: contain;
}
.aot-card:hover .aot-icon-circle,
.aot-card:focus-within .aot-icon-circle{
transform: scale(1.04);
}
.aot-card-headings{
display: flex;
flex-direction: column;
}
.aot-card-title{
margin: 0;
font-size: 22px;
font-weight: 500;
color: #111111;
line-height: 1.45;
transition: background 0.35s ease, -webkit-background-clip 0.35s ease;
}
.aot-card:hover .aot-card-title,
.aot-card:focus-within .aot-card-title{
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.aot-card-subtitle{
display: block;
font-size: 14px;
font-weight: 400;
color: #666666;
line-height: 1.6;
margin-top: 4px;
}
.aot-card-role{
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 14px;
}
.aot-role-deco{
display: inline-block;
width: 28px;
height: 1px;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
flex-shrink: 0;
}
.aot-role-text{
font-size: 14px;
font-weight: 500;
line-height: 1.6;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
white-space: nowrap;
flex-shrink: 0;
}
.aot-role-line{
flex: 1;
height: 1px;
background: linear-gradient(90deg, #ebaa20 0%, rgba(235, 122, 32, 0.25) 100%);
min-width: 0;
}
.aot-card-desc{
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #7f7f7f;
text-align: left;
max-width: 100%;
}
.aot-summary{
text-align: center;
margin-top: 60px;
padding: 0 24px;
}
.aot-summary-line1{
margin: 0 auto;
font-size: 20px;
font-weight: 500;
line-height: 1.6;
color: #111111;
max-width: 900px;
}
.aot-summary-line2{
margin: 18px auto 0 auto;
font-size: 22px;
font-weight: 700;
line-height: 1.6;
background: linear-gradient(90deg, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
max-width: 1000px;
}
#about-our-values{
background: #f5f5f5;
padding: 64px 0 68px;
}
.aov-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
}
.aov-header{
max-width: 900px;
margin-bottom: 84px;
text-align: left;
}
.aov-title{
margin: 0;
line-height: 1.4;
}
.aov-title-line1{
display: block;
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.4;
}
.aov-title-line2{
display: block;
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.4;
margin-top: 10px;
}
.aov-desc{
margin: 22px 0 0 0;
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #686868;
max-width: 860px;
text-align: left;
}
.aov-cards{
display: grid;
grid-template-columns: repeat(4, 340px);
gap: 28px;
list-style: none;
margin: 0;
padding: 0 0 76px 0;
justify-content: center;
}
.aov-card{
background: #ffffff;
border-radius: 22px;
width: 340px;
height: 250px;
padding: 80px 22px 36px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
text-align: center;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.025);
transition: all 0.35s ease;
overflow: visible;
}
.aov-card:hover,
.aov-card:focus-within{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
}
.aov-card-icon-block{
position: absolute;
top: -60px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 120px;
border-radius: 24px;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.35s ease;
}
.aov-card-icon-block img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 24px;
transition: transform 0.35s ease;
}
.aov-card:hover .aov-card-icon-block,
.aov-card:focus-within .aov-card-icon-block{
transform: translateX(-50%) scale(1.03);
}
.aov-card:hover .aov-card-icon-block img,
.aov-card:focus-within .aov-card-icon-block img{
transform: scale(1.05);
}
.aov-card-title{
margin: 0 0 20px 0;
font-size: 30px;
font-weight: 500;
color: #111111;
line-height: 1.45;
text-align: center;
}
.aov-card-desc{
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.9;
color: #7f7f7f;
width: 100%;
text-align: center;
}
#about-key-partners{
background: #ffffff;
padding: 92px 0 96px;
}
.akp-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
}
.akp-header{
max-width: 900px;
margin-bottom: 56px;
}
.akp-title{
margin: 0;
line-height: 1.4;
}
.akp-title-line1{
display: block;
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.4;
}
.akp-title-line2{
display: block;
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.4;
margin-top: 10px;
}
.akp-desc{
margin: 22px 0 0 0;
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #898989;
max-width: 880px;
text-align: left;
}
.akp-cards{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
list-style: none;
margin: 0;
padding: 0;
}
.akp-card{
background: #ffffff;
border-radius: 0;
overflow: hidden;
min-height: 460px;
display: flex;
flex-direction: column;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.025);
border: 1px solid rgba(235, 92, 32, 0.18);
transition: all 0.35s ease;
}
.akp-card:hover,
.akp-card:focus-within{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
}
.akp-card-bar{
background: linear-gradient(135deg, #eb5c20 0%, #ebaa20 100%);
min-height: 82px;
padding: 18px 28px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.akp-tag{
font-size: 16px;
font-weight: 500;
color: rgba(255, 255, 255, 0.9);
line-height: 1.4;
margin-bottom: 6px;
}
.akp-card-title{
margin: 0;
font-size: 22px;
font-weight: 500;
color: #ffffff;
line-height: 1.4;
text-align: center;
}
.akp-card-body{
padding: 34px 22px 30px;
background: #ffffff;
flex: 1;
display: flex;
flex-direction: column;
}
.akp-section{
margin-bottom: 18px;
}
.akp-section:last-child{
margin-bottom: 0;
}
.akp-section-title{
margin: 0 0 8px 0;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
background: linear-gradient(to right, #eb5c20 0%, #ebaa20 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.akp-section-text{
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #939393;
text-align: left;
}
.akp-list{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px 14px;
list-style: none;
margin: 0;
padding: 0;
}
.akp-list li{
position: relative;
padding-left: 14px;
font-size: 14px;
font-weight: 400;
line-height: 1.7;
color: #939393;
}
.akp-list li::before{
content: '';
position: absolute;
left: 0;
top: 8px;
width: 6px;
height: 6px;
border-radius: 50%;
background: linear-gradient(135deg, #eb5c20 0%, #ebaa20 100%);
}
.akp-card:last-child .akp-list li:last-child{
grid-column: 1 / -1;
}
.akp-section-value{
margin-top: auto;
}
.akp-value-capsule{
display: flex;
align-items: center;
justify-content: center;
gap: 0;
margin-bottom: 10px;
}
.akp-value-line{
flex: 1;
height: 1px;
background: linear-gradient(to right, #eb5c20 0%, #ebaa20 100%);
}
.akp-value-text{
flex-shrink: 0;
font-size: 14px;
font-weight: 600;
color: #ffffff;
line-height: 1.5;
padding: 6px 28px;
background: linear-gradient(to right, #eb5c20 0%, #ebaa20 100%);
border-radius: 20px;
text-align: center;
}
.akp-value-desc{
text-align: center;
}
.akp-privacy{
margin: 28px 0 0 0;
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #666666;
text-align: center;
}
#about-our-commitment{
background: #f5f5f5;
padding: 92px 0 96px;
}
.aoc-container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 48px;
}
.aoc-header{
max-width: 900px;
margin-bottom: 48px;
}
.aoc-title{
margin: 0;
line-height: 1.4;
}
.aoc-title-line1{
display: block;
font-size: 25px;
font-weight: 400;
color: #333333;
line-height: 1.4;
}
.aoc-title-line2{
display: block;
font-size: 32px;
font-weight: 700;
color: #111111;
line-height: 1.4;
margin-top: 8px;
}
.aoc-desc{
margin: 22px 0 0 0;
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #686868;
max-width: 820px;
text-align: left;
}
.aoc-cards{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 36px;
list-style: none;
margin: 0;
padding: 0;
}
.aoc-card{
background: #ffffff;
border-radius: 14px;
min-height: 160px;
padding: 26px 26px 24px;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
overflow: hidden;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.025);
transition: all 0.35s ease;
}
.aoc-card:hover,
.aoc-card:focus-within{
transform: translateY(-6px);
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
}
.aoc-card-left{
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1;
min-width: 0;
position: relative;
z-index: 1;
}
.aoc-num{
font-size: 46px;
font-weight: 900;
color: rgba(0, 0, 0, 0.05);
line-height: 1;
flex-shrink: 0;
margin-bottom: 6px;
}
.aoc-card-content{
display: flex;
flex-direction: column;
align-items: flex-start;
}
.aoc-card-title{
margin: 0 0 18px 0;
font-size: 22px;
font-weight: 500;
color: #111111;
line-height: 1.45;
text-align: left;
display: inline-block;
padding-bottom: 17px;
background: linear-gradient(to right, #eb5c20 0%, #ebaa20 100%) left bottom 8px / 100% 1px no-repeat;
}
.aoc-card-title::after{
display: none;
}
.aoc-card-line{
display: none;
}
.aoc-card-desc{
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.8;
color: #7f7f7f;
max-width: none;
text-align: left;
}
.aoc-card-icon{
position: absolute;
right: 56px;
top: 26px;
width: 76px;
height: 76px;
transition: none;
z-index: 0;
pointer-events: none;
}
.aoc-card-icon img{
width: 100%;
height: 100%;
object-fit: contain;
}
.aoc-card-icon img{
width: 100%;
height: 100%;
object-fit: contain;
}
.aoc-card:hover .aoc-card-icon,
.aoc-card:focus-within .aoc-card-icon{
transform: scale(1.04);
}
.privacy-section{
background: #f5f5f5;
padding: 120px 0 100px;
min-height: 60vh;
}
.privacy-container{
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 48px;
}
.privacy-title{
font-size: 42px;
font-weight: 700;
color: #111111;
margin: 0 0 8px 0;
line-height: 1.3;
}
.privacy-date{
font-size: 16px;
color: #999;
margin: 0 0 40px 0;
}
.privacy-content h2{
font-size: 24px;
font-weight: 600;
color: #111111;
margin: 36px 0 14px 0;
line-height: 1.4;
}
.privacy-content h2:first-of-type{
margin-top: 0;
}
.privacy-content p{
font-size: 16px;
font-weight: 400;
color: #666;
line-height: 1.9;
margin: 0 0 14px 0;
}
.privacy-content ul{
list-style: none;
padding: 0;
margin: 0 0 14px 0;
}
.privacy-content ul li{
position: relative;
padding-left: 18px;
font-size: 16px;
font-weight: 400;
color: #666;
line-height: 1.9;
margin-bottom: 8px;
}
.privacy-content ul li::before{
content: '';
position: absolute;
left: 0;
top: 12px;
width: 6px;
height: 6px;
border-radius: 50%;
background: linear-gradient(to right, #eb5c20, #ebaa20);
}
.privacy-content strong{
font-weight: 500;
color: #333;
}
/*contact-form end*/

/*══════════════════════════════════════════════════════════*/
/* 响应式（由重构脚本集中到底部）*/
/*══════════════════════════════════════════════════════════*/

/*--- ≤accessibility: no-preference ---*/

/*--- ≤accessibility ---*/

/*--- ≤≤1200px ---*/

/*--- ≤≤1024px ---*/

/*--- ≤≤900px ---*/

/*--- ≤≤768px ---*/

/*--- ≤≤640px ---*/

/*--- ≤≤600px ---*/

/*--- ≤≤480px ---*/

/*--- other ---*/

/*contact-form end*/

/*══════════════════════════════════════════════════════════*/
/* 响应式（由重构脚本集中到底部）*/
/*══════════════════════════════════════════════════════════*/

/*--- ≤accessibility: no-preference ---*/
@media (prefers-reduced-motion: no-preference){
.cf-animate{
opacity: 0;
transform: translateY(24px);
transition: opacity .7s ease, transform .7s ease;
}
.cf-animate.visible{
opacity: 1;
transform: translateY(0);
}
}

/*--- ≤accessibility ---*/
@media (prefers-reduced-motion: reduce){
.sc-card-preview img,
.sc-card-preview:hover img{
transition: none;
}
}
@media (prefers-reduced-motion: reduce){
.cbh-card{ transition: none; }
.cbh-card:hover{ transform: none; }
}
@media (prefers-reduced-motion: reduce){
.ccl-card{ transition: none; }
.ccl-card:hover{ transform: none; }
}
@media (prefers-reduced-motion: reduce){
.cac-card{ transition: none; }
.cac-card:hover{ transform: none; }
}
@media (prefers-reduced-motion: reduce){
.cs-track{ transition: none; }
}
@media (prefers-reduced-motion: reduce){
.cyi-btn, .cyi-btn-arrow{ transition: none; }
.cyi-btn:hover{ transform: none; }
}
@media (prefers-reduced-motion: reduce){
.rss-card{ transition: none; }
.rss-card:hover{ transform: none; }
}
@media (prefers-reduced-motion: reduce){
.rbc-btn, .rbc-btn-arrow, .rbc-sub-btn{ transition: none; }
.rbc-btn:hover, .rbc-sub-btn:hover{ transform: none; }
}
@media (prefers-reduced-motion: reduce){
.contact-banner-btn{
transition: none;
}
}
@media (prefers-reduced-motion: reduce){
.cf-card,
.cf-card-icon img,
.cf-submit-btn,
.cf-submit-btn .cf-btn-arrow,
.cf-input,
.cf-textarea{
transition: none !important;
}
.cf-animate{
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
.ab-btn,
.ab-btn-arrow,
.ab-card{
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
.abo-card,
.abo-card-icon{
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
.adc-card,
.adc-flow-node{
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
.adoc-card,
.adoc-city-list li img,
.adoc-skill-list li,
.adoc-skill-list li img{
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
.aca-card,
.aca-card-icon{
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
#about-our-team .aot-card,
#about-our-team .aot-icon-circle,
#about-our-team .aot-card-title{
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
#about-our-values .aov-card,
#about-our-values .aov-card-icon-block,
#about-our-values .aov-card-icon-block img{
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
#about-key-partners .akp-card{
transition: none !important;
}
}
@media (prefers-reduced-motion: reduce){
#about-our-commitment .aoc-card,
#about-our-commitment .aoc-card-icon{
transition: none !important;
}
}

/*--- ≤1200px ---*/
@media (max-width: 1200px){
.sol-packages-grid{ grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; }
.sol-process-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1200px){
.sc-container{
max-width: 100%;
padding: 0;
}
.case-six-cases{
padding: 80px 32px;
}
.sc-card{
padding: 0 28px 30px;
}
.sc-card-preview{
width: 70%;
max-width: 420px;
}
.sc-result-bar{
max-width: 100%;
}
}
@media (max-width: 1200px){
.cbh-outer{ max-width: 100%; padding: 50px 32px; }
.cbh-cards{ gap: 40px; }
.cbh-card{ width: 30%; }
}
@media (max-width: 1200px){
.ccl-container{ max-width: 100%; }
.case-common-logic{ padding: 86px 32px; }
.ccl-cards-row{ gap: 28px; }
}
@media (max-width: 1200px){
.cac-container{ max-width: 100%; }
.case-after-cooperation{ padding: 88px 32px; }
.cac-cards{ gap: 28px; }
.cac-icon{ width: 96px; height: 96px; }
}
@media (max-width: 1200px){
.cs-container{ max-width: 100%; }
.case-solutions{ padding: 88px 32px; }
.cs-carousel{ width: 1046px; }
.cs-track{ gap: 28px; }
.cs-card{ width: 330px; }
}
@media (max-width: 1200px){
.cyi-container{ max-width: 100%; padding: 90px 32px; }
.cyi-left{ width: 60%; }
.cyi-btn{ width: 280px; }
.cyi-btns{ gap: 18px; }
}
@media (max-width: 1200px){
.rb-container{ padding: 320px 24px 80px; max-width: 100%; }
.rb-content{ max-width: 680px; }
.rb-subtitle{ font-size: 36px; }
.rb-title{ font-size: 44px; }
}
@media (max-width: 1200px){
.rss-container{ max-width: 100%; }
.resources-seo-strategy{ padding: 92px 32px; }
.rss-cards{ gap: 28px; }
.rss-card-img{ height: 200px; }
}
@media (max-width: 1200px){
.rbc-container{ max-width: 100%; padding: 40px 32px 0; }
.rbc-subscribe{ padding: 52px 56px; border-radius: 44px; }
.rbc-sub-title{ font-size: 36px; }
.rbc-sub-desc{ font-size: 18px; }
.rbc-sub-form{ width: 520px; }
.rbc-consult-content{ padding: 84px 56px 90px; }
.rbc-consult-title{ font-size: 36px; }
.rbc-btn{ width: 280px; }
}
@media (max-width: 1200px){
#contact-banner{
padding: 0 48px;
}
.contact-banner-container{
max-width: 100%;
padding: 0;
}
.contact-banner-left{
max-width: 680px;
}
.contact-banner-line1{
font-size: 20px;
}
.contact-banner-title{
font-size: 25px;
max-width: 680px;
}
}
@media (max-width: 1200px){
#contact-form{
padding: 86px 48px 96px;
}
.cf-container{
max-width: 100%;
padding: 0;
gap: 40px;
}
.cf-left{
width: 400px;
}
.cf-left-title{
padding-top: 54px;
}
.cf-card{
width: 400px;
}
.cf-form-card{
padding: 54px 48px 42px;
}
.cf-input{
width: 100%;
}
}
@media (max-width: 1200px){
#about-banner{
height: auto;
min-height: 720px;
}
.ab-container{
padding: 0 48px;
}
.ab-subtitle{
font-size: 28px;
}
.ab-title{
font-size: 40px;
max-width: 680px;
white-space: normal;
}
.ab-card{
width: 390px;
padding: 30px 32px;
}
.ab-btn{
width: 280px;
}
}
@media (max-width: 1200px){
#about-b2b-overseas-marketing{
padding: 60px 48px;
}
.abo-container{
max-width: 100%;
padding: 0;
gap: 48px;
}
.abo-left{
max-width: 560px;
}
.abo-card{
min-height: 360px;
padding: 56px 32px 44px;
}
.abo-card-icon{
width: 108px;
height: 108px;
}
.abo-card-title{
font-size: 24px;
}
}
@media (max-width: 1200px){
#about-dual-channel-growth{
padding: 62px 48px 68px;
}
.adc-container{
max-width: 100%;
padding: 0;
}
.adc-cards{
gap: 24px;
}
.adc-card{
max-width: none;
}
.adc-card-title{
font-size: 22px;
}
.adc-card-sub{
font-size: 15px;
}
.adc-list li{
font-size: 15px;
}
.adc-flow-node{
min-width: 132px;
font-size: 18px;
}
.adc-flow-arrow{
margin: 0 12px;
}
}
@media (max-width: 1200px){
#about-domestic-overseas-collaboration{
padding: 52px 48px 56px;
}
.adoc-container{
max-width: 100%;
padding: 0;
}
.adoc-cards{
gap: 24px;
}
.adoc-card-body{
padding: 34px 42px 44px;
}
.adoc-card-title{
font-size: 22px;
}
.adoc-card-top-desc{
font-size: 15px;
}
.adoc-city-title,
.adoc-skill-title{
font-size: 22px;
}
.adoc-city-list li{
font-size: 17px;
}
.adoc-skill-list li{
font-size: 15px;
}
.adoc-summary-line2{
font-size: 22px;
}
}
@media (max-width: 1200px){
#about-core-advantages{
padding: 60px 48px 64px;
}
.aca-container{
max-width: 100%;
padding: 0;
}
.aca-cards{
gap: 28px;
}
.aca-card{
padding: 40px 34px 34px;
}
.aca-card-title{
font-size: 19px;
}
.aca-num{
font-size: 28px;
}
}
@media (max-width: 1200px){
#about-our-team{
padding: 92px 0 86px;
}
.aot-container{
max-width: 100%;
padding: 0 48px;
}
.aot-cards{
grid-template-columns: repeat(3, 1fr);
gap: 28px;
}
.aot-card{
padding: 24px 24px 26px;
}
.aot-card-title{
font-size: 20px;
}
.aot-card-subtitle{
font-size: 14px;
}
.aot-card-desc{
font-size: 14px;
}
.aot-icon-circle{
width: 60px;
height: 60px;
min-width: 60px;
}
.aot-icon-circle img{
width: 32px;
height: 32px;
}
}
@media (max-width: 1200px){
#about-our-values{
padding: 64px 0 68px;
}
.aov-container{
max-width: 100%;
padding: 0 48px;
}
.aov-cards{
grid-template-columns: repeat(4, 1fr);
gap: 22px;
}
.aov-card{
width: auto;
height: auto;
min-height: 240px;
}
.aov-card-icon-block{
width: 110px;
height: 110px;
top: -55px;
}
.aov-card-icon-block img{
width: 100%;
height: 100%;
}
.aov-card-title{
font-size: 26px;
}
.aov-card-desc{
font-size: 14px;
}
}
@media (max-width: 1200px){
#about-key-partners{
padding: 92px 0 96px;
}
.akp-container{
max-width: 100%;
padding: 0 48px;
}
.akp-cards{
gap: 22px;
}
.akp-card{
min-height: 440px;
}
.akp-card-body{
padding: 30px 26px 28px;
}
.akp-card-title{
font-size: 20px;
}
}
@media (max-width: 1200px){
#about-our-commitment{
padding: 92px 0 96px;
}
.aoc-container{
max-width: 100%;
padding: 0 48px;
}
.aoc-cards{
gap: 24px;
}
.aoc-card{
padding: 24px 22px;
}
.aoc-card-icon{
width: 68px;
height: 68px;
}
.aoc-card-title{
font-size: 18px;
}
.aoc-card-desc{
font-size: 13px;
}
}

/*--- ≤1024px ---*/
@media (max-width: 1024px){
.sol-banner{
min-height: auto;
}
.sol-banner-container{
flex-direction: column;
padding: 120px 32px 80px;
gap: 48px;
}
.sol-banner-left{
flex: none; width: 100%;
}
.sol-banner-right{
flex: none; width: 100%; max-width: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.sol-banner-card{
width: 100%;
}
.sol-banner-title{
white-space: normal;
}
}
@media (max-width: 1024px){
.target-customer-container{ padding: 0 32px; }
.target-customer{ min-height: auto; padding: 80px 0; }
.target-customer-grid{
grid-template-columns: repeat(2, 1fr);
max-width: 936px; margin: 0 auto;
}
.target-customer-card{ width: 100%; }
.target-customer-card:last-child{
grid-column: 1 / -1; max-width: 450px;
justify-self: center;
}
}
@media (max-width: 1024px){
.pain-points-container{ padding: 0 32px; }
.pain-points{ min-height: auto; padding: 80px 0; }
.pain-points-grid{
grid-template-columns: repeat(2, 1fr);
max-width: 768px; margin-inline: auto;
}
.pain-points-card{ width: 100%; }
.pain-points-summary-pill{ width: 100%; }
}
@media (max-width: 1024px){
.growth-path-container{ padding: 0 32px; }
.growth-path{ min-height: auto; padding: 80px 0; }
.growth-path-stages{
flex-wrap: wrap; gap: 20px;
justify-content: center;
}
.growth-path-arrow{ display: none; }
.growth-path-stage{ width: calc(33.33% - 20px); min-width: 160px; }
.growth-path-stage-circle{ width: 130px; height: 130px; }
.growth-path-stage-circle img{ width: 56px; height: 56px; }
}
@media (max-width: 1024px){
.customer-results-container{ padding: 0 32px; }
.customer-results{ min-height: auto; padding: 80px 0; }
.customer-results-grid{
grid-template-columns: repeat(2, 1fr);
max-width: 968px; margin: 0 auto;
}
.customer-result-card{ width: 100%; }
.customer-result-card:last-child{
grid-column: 1 / -1; max-width: 470px;
justify-self: center;
}
}
@media (max-width: 1024px){
.why-choose-us-container{ padding: 0 32px; }
.why-choose-us{ min-height: auto; padding: 80px 0; }
.why-compare{ flex-wrap: wrap; justify-content: center; }
.why-compare-illust{ order: -1; align-self: center; }
.why-compare-illust img{ height: 220px; }
.why-advantages{ grid-template-columns: 1fr; max-width: 710px; }
}
@media (max-width: 1024px){
.cp-container{ padding: 0 32px; }
.cooperation-process{ min-height: auto; padding: 80px 0; }
.cp-stages{ flex-wrap: wrap; gap: 24px; }
.cp-arrow{ display: none; }
.cp-stage{ width: calc(33.33% - 24px); min-width: 180px; }
}
@media (max-width: 1024px){
.process{
min-height: auto;
}
.process-grid{
grid-template-columns: 1fr;
gap: 24px;
max-width: 700px;
margin: 0 auto;
}
.process-card{
width: 100%;
height: 300px;
flex-direction: row;
}
.process-card-img{
width: 300px;
height: 300px;
}
.process-card-content{
width: auto;
flex: 1;
}
}
@media (max-width: 1024px){
.insights{
min-height: auto;
}
.insights-overlay{
background: linear-gradient(90deg, rgba(0,35,65,0.85), rgba(0,35,65,0.4), rgba(0,35,65,0.1));
}
.insights{
background-position: center;
}
.insights-content{
max-width: 100%;
}
}
@media (max-width: 1024px){
.bottom-cta{
min-height: 760px;
}
.bottom-cta-inner{
padding-top: 100px;
}
.bottom-cta-inner h2{
font-size: 34px;
}
.bottom-cta-inner p{
font-size: 18px;
}
}
@media (max-width: 1024px){
.service-banner{ height: auto; min-height: auto; padding: 40px 0 60px; }
.service-banner-container{ flex-direction: column; padding: 120px 32px 0; }
.service-banner-left, .service-banner-right{ flex: 1; width: 100%; }
.service-banner-card{ width: 100%; }
.service-banner-subtitle{ font-size: 32px; }
.service-banner-title{ font-size: 42px; }
}
@media (max-width: 1024px){
.sp-container{ padding: 0 32px; }
.service-proof{ min-height: auto; }
.sp-data-cards{ flex-wrap: wrap; }
.sp-data-card{ width: calc(50% - 14px); }
.sp-case-cards{ flex-direction: column; align-items: center; }
.sp-case-card{ width: 100%; max-width: 470px; }
}
@media (max-width: 1024px){
.rf-container{ padding: 0 32px; }
.real-feedback{ min-height: auto; }
.rf-cards{ flex-wrap: wrap; }
.rf-card{ width: calc(50% - 14px); min-height: auto; }
.rf-card:nth-child(3){ width: calc(50% - 14px); margin: 0 auto; }
}
@media (max-width: 1024px){
.missing-service{
padding-left: 32px;
padding-right: 32px;
}
.ms-container{
padding: 0;
}
.ms-cards{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.ms-card{
width: 100%;
}
.ms-core{
width: 100%;
max-width: 100%;
}
.ms-title{
font-size: 32px;
max-width: 100%;
}
.ms-title-line1{ font-size: 22px; }
.ms-title-line2{ font-size: 28px; }
}
@media (max-width: 1024px){
.eight-services{
min-height: auto;
padding: 60px 32px;
}
.es-container{
padding: 0;
}
.es-carousel-wrapper{ padding: 0 64px; }
.es-carousel-container{ width: 100%; }
.es-card{
width: calc(50% - 14px);
height: auto;
min-height: 670px;
}
.es-arrow{
width: 56px;
height: 56px;
}
.es-arrow img{
width: 24px;
height: 24px;
}
.es-arrow-prev{ left: 0; }
.es-arrow-next{ right: 0; }
}
@media (max-width: 1024px){
.service-package{
min-height: auto;
padding: 60px 32px;
}
.sp-container{
padding: 0;
}
.sp-cards{
flex-wrap: wrap;
justify-content: center;
}
.sp-card{
width: calc(50% - 14px);
height: auto;
min-height: 610px;
}
}
@media (max-width: 1024px){
.fit-cooperation{
min-height: auto;
padding: 60px 32px;
}
.fc-container{
padding: 0;
}
.fc-cards{
flex-direction: column;
align-items: center;
}
.fc-card{
width: 100%;
height: auto;
min-height: 400px;
}
.fc-notice{
width: 100%;
max-width: 100%;
}
}
@media (max-width: 1024px){
.service-team{
min-height: auto;
padding: 60px 32px;
}
.st-container{
flex-direction: column;
padding: 0;
}
.st-left{
width: 100%;
}
.st-right{
width: 100%;
max-width: 720px;
}
.st-illust{
max-width: 100%;
}
.st-capsule{
max-width: 100%;
}
}
@media (max-width: 1024px){
.talk-cooperation{
min-height: auto;
padding: 60px 32px;
}
.tc-container{
padding: 0;
max-width: 100%;
}
.tc-cards{
display: grid;
grid-template-columns: repeat(2, 310px);
justify-content: center;
gap: 28px;
}
.tc-card{
width: 310px;
}
}
@media (max-width: 1024px){
.free-diagnosis{
min-height: auto;
padding: 60px 32px;
}
.fd-container{
flex-direction: column;
padding: 0;
max-width: 100%;
}
.fd-left{
width: 100%;
}
.fd-right{
width: 100%;
}
.fd-img{
max-width: 420px;
}
.fd-pills{
max-width: 720px;
}
.fd-pill{
width: 100%;
}
.fd-btns{
flex-wrap: wrap;
justify-content: center;
}
.fd-btn{
width: 320px;
}
}
@media (max-width: 1024px){
.service-faq{
min-height: auto;
padding: 72px 32px;
}
.faq-container{
padding: 0;
max-width: 100%;
}
}
@media (max-width: 1024px){
.case-banner{
min-height: auto;
}
.cb-content{
flex-direction: column;
padding: 60px 32px;
}
.cb-left{
width: 100%;
}
.cb-right{
width: 100%;
justify-content: center;
}
.cb-card{
width: 100%;
max-width: 720px;
height: auto;
min-height: 600px;
}
.cases-container{
grid-template-columns: repeat(2, 1fr);
}
.cases-grid-section{
padding: 60px 32px;
}
.cases-container{
padding: 0;
}
}
@media (max-width: 1024px){
.case-growth-partner{
height: auto;
padding-bottom: 0;
}
.cgp-container{
max-width: 100%;
padding: 0 32px;
}
.cgp-stats{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 36px 80px;
justify-items: center;
margin-top: 48px;
}
.cgp-arc{
width: 100%;
max-width: 100%;
min-height: 200px;
height: auto;
}
.cgp-arc-industries{
padding: 0 20px;
}
}
@media (max-width: 1024px){
.sc-cards{
grid-template-columns: 1fr;
justify-items: center;
}
.sc-card{
max-width: 760px;
width: 100%;
}
.case-six-cases{
height: auto;
padding: 72px 32px;
}
.sc-card-preview{
height: 280px;
max-width: 420px;
width: 70%;
}
.sc-result-bar{
max-width: 100%;
}
}
@media (max-width: 1024px){
.case-behind, .cbh-inner{ height: auto; }
.cbh-inner{ padding: 64px 32px; }
.cbh-cards{ flex-wrap: wrap; gap: 28px; justify-content: center; }
.cbh-card{ width: 100%; max-width: 340px; height: 300px; }
}
@media (max-width: 1024px){
.case-common-logic{ height: auto; padding: 80px 32px; }
.ccl-header{ margin-bottom: 40px; }
.ccl-cards{ gap: 28px; }
.ccl-cards-row:first-child{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}
.ccl-card{ width: 100%; }
}
@media (max-width: 1024px){
.case-after-cooperation{ height: auto; padding: 80px 32px; }
.cac-header{ margin-bottom: 40px; }
.cac-cards{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}
.cac-card{ width: 100%; height: 430px; }
}
@media (max-width: 1024px){
.case-solutions{ height: auto; padding: 80px 32px; }
.cs-header{ margin-bottom: 40px; }
.cs-arrow{ margin: 0 12px; }
}
@media (max-width: 1024px){
.case-your-industry{ min-height: auto; }
.cyi-container{ padding: 88px 32px; }
.cyi-left{ width: 70%; }
.cyi-desc{ max-width: 620px; }
.cyi-btn{ width: 280px; }
}
@media (max-width: 1024px){
.resources-banner{ min-height: 680px; }
.rb-container{ padding: 300px 24px 80px; }
.rb-content{ width: 72%; }
.rb-subtitle{ font-size: 32px; }
.rb-title{ font-size: 40px; }
}
@media (max-width: 1024px){
.resources-seo-strategy{ padding: 82px 32px; height: auto; }
.rss-cards{ flex-wrap: wrap; justify-content: flex-start; }
.rss-card{ max-width: 520px; min-width: 300px; }
}
@media (max-width: 1024px){
.rbc-subscribe{ min-height: auto; flex-direction: column; align-items: flex-start; gap: 32px; }
.rbc-sub-form{ width: 100%; max-width: 620px; }
.rbc-consult{ height: auto; }
.rbc-consult-content{ width: 70%; }
}
@media (max-width: 1024px){
#contact-banner{
height: 680px;
padding: 0 32px;
}
.contact-banner-container{
padding: 0;
}
.contact-banner-left{
max-width: 72%;
}
.contact-banner-line1{
font-size: 20px;
}
.contact-banner-title{
font-size: 25px;
}
.contact-banner-desc{
font-size: 16px;
}
}
@media (max-width: 1024px){
#contact-form{
min-height: auto;
padding: 80px 32px;
}
.cf-container{
flex-direction: column;
gap: 48px;
}
.cf-left{
width: 100%;
}
.cf-left-title{
padding-top: 0;
}
.cf-cards{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}
.cf-card{
width: 100%;
border-radius: 32px 32px 32px 32px;
}
.cf-right{
width: 100%;
}
.cf-form-card{
height: auto;
}
}
@media (max-width: 1024px){
#about-banner{
height: auto;
min-height: 720px;
padding-top: 130px;
padding-bottom: 80px;
}
.ab-container{
padding: 0 32px;
}
.ab-inner{
flex-direction: column;
gap: 48px;
}
.ab-left{
max-width: 100%;
}
.ab-subtitle{
font-size: 24px;
}
.ab-title{
font-size: 34px;
max-width: 100%;
white-space: normal;
}
.ab-desc{
max-width: 100%;
}
.ab-pain-list li{
font-size: 16px;
}
.ab-btn{
width: 260px;
}
.ab-card{
width: 100%;
max-width: 500px;
}
}
@media (max-width: 1024px){
#about-b2b-overseas-marketing{
padding: 60px 48px;
}
.abo-container{
flex-direction: column;
gap: 56px;
}
.abo-left{
width: 100%;
max-width: 100%;
}
.abo-right{
width: 100%;
}
.abo-cards{
max-width: 100%;
}
.abo-pic{
max-width: 380px;
}
}
@media (max-width: 1024px){
#about-dual-channel-growth{
padding: 62px 48px;
}
.adc-cards{
grid-template-columns: repeat(2, 1fr);
}
.adc-cards .adc-card:last-child{
grid-column: 1 / -1;
}
.adc-card{
min-height: auto;
}
.adc-flow-inner{
overflow-x: auto;
-webkit-overflow-scrolling: touch;
justify-content: flex-start;
padding-bottom: 8px;
}
.adc-flow-inner::-webkit-scrollbar{ height: 4px; }
.adc-flow-inner::-webkit-scrollbar-thumb{ background: #ddd; border-radius: 2px; }
}
@media (max-width: 1024px){
#about-domestic-overseas-collaboration{
padding: 82px 48px;
}
.adoc-cards{
grid-template-columns: 1fr;
gap: 32px;
}
.adoc-card{
min-height: auto;
}
.adoc-card-body{
width: 100%;
}
.adoc-summary-line1,
.adoc-summary-line2{
max-width: 100%;
}
}
@media (max-width: 1024px){
#about-core-advantages{
padding: 60px 48px;
}
.aca-cards{
gap: 24px;
}
.aca-card{
min-height: auto;
}
.aca-card-left{
gap: 18px;
}
}
@media (max-width: 1024px){
#about-our-team{
padding: 82px 0 82px;
}
.aot-container{
padding: 0 48px;
}
.aot-cards{
grid-template-columns: repeat(2, 1fr);
gap: 28px;
}
.aot-card{
min-height: auto;
}
.aot-card-top{
gap: 16px;
}
.aot-summary{
max-width: 100%;
}
}
@media (max-width: 1024px){
#about-our-values{
padding: 56px 0 60px;
}
.aov-container{
padding: 0 48px;
}
.aov-header{
max-width: 100%;
}
.aov-cards{
grid-template-columns: repeat(2, 1fr);
gap: 28px;
row-gap: 88px;
padding-bottom: 0;
}
.aov-card{
width: auto;
height: auto;
min-height: 240px;
}
}
@media (max-width: 1024px){
#about-key-partners{
padding: 82px 0 82px;
}
.akp-container{
padding: 0 48px;
}
.akp-header{
max-width: 100%;
margin-bottom: 48px;
}
.akp-cards{
grid-template-columns: 1fr;
gap: 32px;
}
.akp-card{
width: 100%;
min-height: auto;
}
}
@media (max-width: 1024px){
#about-our-commitment{
padding: 82px 0 82px;
}
.aoc-container{
padding: 0 48px;
}
.aoc-header{
max-width: 100%;
}
.aoc-cards{
grid-template-columns: repeat(2, 1fr);
gap: 28px;
}
.aoc-card{
min-height: 160px;
}
}

/*--- ≤900px ---*/
@media (max-width: 900px){
.pain-points-grid{ grid-template-columns: repeat(2, 1fr); }
.sol-detail-grid{ grid-template-columns: repeat(2, 1fr); }
.sol-cases-grid{ grid-template-columns: repeat(2, 1fr); }
.footer-grid{ grid-template-columns: repeat(2, 1fr); }
.sol-hero-title{ font-size: 36px; }
.sol-process-grid{ grid-template-columns: repeat(2, 1fr); }
}

/*--- ≤768px ---*/
@media (max-width: 768px){
.sol-banner-subtitle{ font-size: 30px; }
.sol-banner-title{ font-size: 46px; }
.sol-banner-desc p{ font-size: 15px; line-height: 32px; }
.sol-banner-card h3{ font-size: 20px; }
.sol-banner-card p{ font-size: 14px; }
}
@media (max-width: 768px){
.target-customer-subtitle{ font-size: 28px; }
.target-customer-title{ font-size: 28px; }
.target-customer-desc{ font-size: 18px; }
.target-customer-card{ padding: 130px 24px 32px; }
.target-customer-card-img{ width: 220px; height: 220px; top: -110px; }
.target-customer-card-content h3{ font-size: 24px; }
}
@media (max-width: 768px){
.pain-points-title{ font-size: 28px; }
.pain-points-card-sub{ font-size: 18px; }
.pain-points-card-title{ font-size: 22px; }
.pain-points-card{ height: auto; padding: 32px 20px; }
.pain-points-summary-pill{ font-size: 26px; height: auto; padding: 20px 28px; }
}
@media (max-width: 768px){
.growth-path-title{ font-size: 28px; }
.growth-path-stage-title{ font-size: 18px; }
.growth-path-stage-desc{ font-size: 15px; }
.growth-path-stage-circle{ width: 120px; height: 120px; }
.growth-path-stage-circle img{ width: 52px; height: 52px; }
}
@media (max-width: 768px){
.customer-results-title{ font-size: 28px; }
.cr-case-title{ font-size: 22px; }
.cr-data-num{ font-size: 26px; }
.cr-data-card{ height: 140px; }
.cr-data-card img{ width: 36px; height: 36px; margin-bottom: 14px; }
.customer-result-card{ padding: 40px 24px 28px; }
}
@media (max-width: 768px){
.why-choose-us-title{ font-size: 28px; }
.why-choose-us-desc{ font-size: 18px; }
.why-compare-cols{ gap: 16px; }
.why-compare-col-gray{ width: 170px; }
.why-compare-col-orange{ width: 200px; }
.why-compare-illust img{ height: 180px; }
.why-adv-content h3{ font-size: 20px; }
.why-adv-card{ height: auto; padding: 24px; }
}
@media (max-width: 768px){
.cp-title{ font-size: 28px; }
.cp-stage h3{ font-size: 20px; }
.cp-stage p{ font-size: 15px; }
.cp-stage-circle{ width: 130px; height: 130px; }
.cp-stage-circle img{ width: 56px; height: 56px; }
}
@media (max-width: 768px){
.process{
padding: 60px 0;
}
.process-header{
margin-bottom: 32px;
}
.process-title{
font-size: 28px;
}
.process-grid{
gap: 20px;
}
.process-card{
flex-direction: column;
height: auto;
max-width: 500px;
margin: 0 auto;
}
.process-card-img{
width: 100%;
height: 220px;
}
.process-card-content{
width: 100%;
height: auto;
padding: 24px;
}
.process-card-num{
font-size: 72px;
top: 12px;
left: 20px;
}
.process-card-title{
font-size: 22px;
margin-top: 16px;
}
}
@media (max-width: 768px){
.insights{
min-height: auto;
}
.insights .container{
padding-top: 40px;
padding-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}
.insights-content{
padding-top: 0;
}
.insights-header{
margin-bottom: 16px;
}
.insights-title{
font-size: 26px;
}
.insights-cards{
gap: 12px;
}
.insight-card{
max-width: 100%;
height: auto;
min-height: auto;
padding: 14px 20px;
}
}
@media (max-width: 768px){
.bottom-cta{
min-height: 680px;
background-position: center bottom;
}
.bottom-cta-inner{
padding: 100px 20px 0 20px;
}
.bottom-cta-inner h2{
font-size: 28px;
}
.bottom-cta-inner p{
font-size: 16px;
}
.bottom-cta-btns{
flex-direction: column;
gap: 18px;
}
.btn-bottom-cta{
width: 220px;
}
}
@media (max-width: 768px){
.service-banner-container{ padding-top: 100px; }
.service-banner-subtitle{ font-size: 30px; }
.service-banner-title{ font-size: 40px; }
.service-banner-desc p{ font-size: 15px; }
.service-banner-card{ height: auto; padding: 28px 24px; }
}
@media (max-width: 768px){
.sp-title{ font-size: 28px; }
.sp-data-num{ font-size: 80px; }
.sp-data-unit{ font-size: 32px; }
.sp-case-card h3{ font-size: 22px; }
.sp-case-card p{ font-size: 15px; }
.sp-data-card{ height: 300px; }
}
@media (max-width: 768px){
.rf-title{ font-size: 28px; }
.rf-company{ font-size: 22px; }
.rf-bot-avatar img{ height: 200px; }
.rf-desc{ font-size: 15px; }
.rf-card{ padding-bottom: 16px; }
}
@media (max-width: 768px){
.missing-service{
min-height: auto;
padding: 40px 24px;
}
.ms-title{
font-size: 28px;
}
.ms-title-line1{ font-size: 20px; }
.ms-title-line2{ font-size: 26px; }
.ms-desc{
font-size: 18px;
}
.ms-card-text{
font-size: 18px;
}
.ms-core{
height: auto;
padding: 40px 24px;
}
.ms-core-title{
font-size: 28px;
}
.ms-core-subtitle2{
font-size: 28px;
}
.ms-core-desc{
font-size: 18px;
}
.ms-core-subtitle{
margin-bottom: 10px;
}
.ms-core-divider{
margin-top: 20px;
}
.ms-core-desc{
margin-top: 24px;
}
}
@media (max-width: 768px){
.eight-services{
padding: 50px 24px;
}
.es-carousel-container{ width: 100%; }
.es-title{
font-size: 28px;
}
.es-desc{
font-size: 18px;
}
.es-card{
height: auto;
min-height: 600px;
}
.es-card-inner{
padding: 26px 22px;
}
.es-card-title{
font-size: 18px;
}
.es-card-desc{
font-size: 15px;
}
}
@media (max-width: 768px){
.service-package{
padding: 50px 24px;
}
.sp-title{
font-size: 28px;
}
.sp-desc{
font-size: 18px;
}
.sp-card-title{
font-size: 22px;
}
.sp-card-inner{
padding: 32px 28px;
}
.sp-card-cta{
height: 54px;
font-size: 18px;
}
}
@media (max-width: 768px){
.fit-cooperation{
padding: 50px 24px;
}
.fc-title{
font-size: 28px;
}
.fc-desc{
font-size: 18px;
}
.fc-card-title{
font-size: 22px;
}
.fc-list li{
font-size: 15px;
}
.fc-cta{
height: 54px;
font-size: 18px;
}
}
@media (max-width: 768px){
.service-team{
padding: 50px 24px;
}
.st-title-line2{
font-size: 26px;
}
.st-desc{
font-size: 16px;
}
.st-note{
font-size: 16px;
}
.st-card-body{
padding: 10px 28px 10px 22px;
}
.st-card-circle{
width: 78px;
height: 78px;
min-width: 78px;
}
.st-card-circle img{
width: 36px;
height: 36px;
}
.st-card-num{
font-size: 32px;
}
.st-card-label{
font-size: 20px;
}
.st-card-desc{
font-size: 16px;
}
.st-capsule{
font-size: 18px;
}
}
@media (max-width: 768px){
.talk-cooperation{
padding: 50px 24px;
}
.tc-subtitle{
font-size: 22px;
}
.tc-title{
font-size: 28px;
}
.tc-card{
height: 360px;
}
.tc-num{
font-size: 68px;
}
.tc-card-title{
font-size: 26px;
}
.tc-card-desc{
font-size: 15px;
}
.tc-icon{
width: 94px;
height: 74px;
}
}
@media (max-width: 768px){
.free-diagnosis{
padding: 50px 24px;
}
.fd-subtitle{
font-size: 22px;
}
.fd-title{
font-size: 28px;
}
.fd-desc{
font-size: 16px;
}
.fd-pill{
height: 84px;
}
.fd-pill-text{
font-size: 18px;
}
.fd-pill-icon{
width: 36px;
height: 36px;
}
.fd-btn{
height: 52px;
font-size: 18px;
}
.fd-img{
max-width: 360px;
}
}
@media (max-width: 768px){
.service-faq{
padding: 80px 24px;
}
.faq-title{
font-size: 26px;
}
.faq-question{
padding: 0 28px;
}
.faq-q-text{
font-size: 15px;
}
.faq-answer{
padding: 0 28px 0 48px;
}
.faq-item.open .faq-answer{
padding: 0 28px 24px 48px;
}
.faq-answer p{
font-size: 14px;
}
.faq-arrow svg{
width: 22px;
height: 22px;
}
}
@media (max-width: 768px){
.cb-subtitle{
font-size: 30px;
}
.cb-title{
font-size: 40px;
}
.cb-desc,
.cb-note{
font-size: 15px;
}
.cb-cta{
height: 44px;
font-size: 18px;
width: 260px;
}
.cb-card{
height: auto;
}
.cb-row{
height: 64px;
}
.cb-row-name{
font-size: 18px;
}
.cb-row-market{
font-size: 14px;
}
.cb-row-metric{
font-size: 16px;
}
.cb-row-num{
font-size: 28px;
}
.cases-container{
grid-template-columns: 1fr;
max-width: 560px;
margin: 0 auto;
}
.case-card-img{
height: 200px;
}
.cases-cta-title{
font-size: 32px;
}
.cases-cta-desc{
font-size: 18px;
}
}
@media (max-width: 768px){
.cgp-subtitle{
font-size: 24px;
}
.cgp-title{
font-size: 26px;
}
.cgp-desc{
font-size: 15px;
}
.cgp-stat-icon{
width: 78px;
height: 78px;
}
.cgp-stat-icon span{
font-size: 26px;
}
.cgp-stat-label{
font-size: 17px;
}
.cgp-arc{
min-height: 200px;
height: auto;
}
.cgp-arc-label{
font-size: 18px;
}
.cgp-arc-industries span,
.cgp-arc-divider{
font-size: 15px;
}
}
@media (max-width: 768px){
.sc-subtitle{ font-size: 24px; }
.sc-title{ font-size: 26px; }
.sc-desc{ font-size: 15px; }
.sc-card{
border-radius: 22px;
padding: 0 28px 30px;
}
.sc-card-preview{
width: 100%;
max-width: 100%;
height: 260px;
}
.sc-industry{ font-size: 20px; }
.sc-card-title{ font-size: 22px; }
.sc-card-market{ font-size: 15px; }
.sc-info-tag{ font-size: 16px; }
.sc-info-text{ font-size: 15px; }
.sc-result-bar{
flex-direction: column;
align-items: center;
border-radius: 24px;
padding: 22px 24px;
min-height: auto;
gap: 14px;
}
.sc-result-left{
width: 100%;
flex-direction: row;
justify-content: center;
gap: 8px;
}
.sc-result-icon{
width: 32px;
height: 32px;
margin-bottom: 0;
}
.sc-result-right{
align-items: center;
text-align: center;
}
.sc-result-right p{ font-size: 15px; }
.sc-card-bottom-tags{ gap: 20px; }
.sc-btag{ font-size: 14px; padding: 0 18px; }
}
@media (max-width: 768px){
.cbh-title{ font-size: 28px; }
.cbh-desc{ font-size: 17px; }
.cbh-card{ max-width: 360px; height: auto; padding: 34px 24px; }
.cbh-icon{ width: 76px; height: 76px; }
.cbh-card-tag{ font-size: 18px; }
.cbh-card-text{ font-size: 13px; }
}
@media (max-width: 768px){
.ccl-title{ font-size: 28px; }
.ccl-desc{ font-size: 15px; }
.ccl-card{
border-radius: 20px;
height: auto;
min-height: 190px;
padding: 26px 24px;
}
.ccl-num{ font-size: 30px; top: 26px; left: 26px; }
.ccl-card-title{ font-size: 18px; }
.ccl-card-desc{ font-size: 15px; }
.ccl-icon{ width: 68px; height: 68px; }
.ccl-cards-row{ gap: 24px; }
}
@media (max-width: 768px){
.cac-title{ font-size: 24px; }
.cac-title-bold{ font-size: 26px; }
.cac-desc{ font-size: 15px; }
.cac-card{ height: auto; min-height: 390px; padding: 0 28px 30px; }
.cac-step{ height: 34px; width: 118px; font-size: 20px; }
.cac-icon{ width: 84px; height: 84px; top: 68px; right: 28px; }
.cac-time{ font-size: 18px; margin-top: 94px; }
.cac-card-title{ font-size: 21px; }
.cac-list{ margin-top: 28px; }
.cac-list li{ font-size: 15px; }
}
@media (max-width: 768px){
.cs-title{ font-size: 24px; }
.cs-title-bold{ font-size: 26px; }
.cs-desc{ font-size: 15px; }
.cs-card{
width: 82vw;
max-width: 420px;
height: auto;
min-height: 420px;
padding: 78px 26px 30px;
border-radius: 56px 0 0 0;
}
.cs-card-title{ font-size: 26px; }
.cs-card-icon{ width: 82px; height: 82px; }
.cs-group-title{ font-size: 16px; }
.cs-group-text{ font-size: 14px; }
.cs-arrow{ width: 44px; height: 44px; margin: 0 8px; }
.cs-arrow img{ width: 20px; height: 20px; }
}
@media (max-width: 768px){
.cyi-container{ padding: 80px 32px; }
.cyi-left{ width: 100%; }
.cyi-title{ font-size: 24px; }
.cyi-title-bold{ font-size: 26px; }
.cyi-desc{ font-size: 15px; }
.cyi-tip{ font-size: 16px; }
.cyi-commit{ font-size: 28px; }
.cyi-btns{ flex-wrap: wrap; }
.cyi-btn{ width: 280px; height: 54px; font-size: 16px; }
}
@media (max-width: 768px){
.resources-banner{ min-height: 620px; }
.rb-container{ padding: 280px 24px 72px; }
.rb-content{ width: 100%; }
.rb-subtitle{ font-size: 28px; }
.rb-title{ font-size: 34px; }
.rb-desc{ font-size: 15px; max-width: 100%; }
.rb-bg{
background-position: 65% center;
}
}
@media (max-width: 768px){
.resources-seo-strategy{ padding: 72px 32px; }
.rss-header-icon{ width: 62px; height: 62px; }
.rss-title{ font-size: 28px; }
.rss-desc{ font-size: 17px; }
.rss-cards{ flex-direction: column; align-items: center; }
.rss-card{ max-width: 100%; min-height: auto; }
.rss-card-img{ height: 220px; }
.rss-card-title{ font-size: 22px; }
.rss-result-text{ font-size: 18px; }
}
@media (max-width: 768px){
.rbc-container{ padding: 40px 24px 0; }
.rbc-subscribe{ padding: 44px 32px; border-radius: 32px; }
.rbc-sub-icon{ width: 48px; height: 48px; }
.rbc-sub-title{ font-size: 28px; }
.rbc-sub-desc{ font-size: 16px; }
.rbc-sub-form{ height: 54px; }
.rbc-sub-input{ font-size: 16px; }
.rbc-sub-btn{ width: 120px; height: 36px; }
.rbc-consult-content{ width: 100%; padding: 78px 32px 82px; }
.rbc-consult-title{ font-size: 30px; }
.rbc-consult-desc{ font-size: 16px; }
.rbc-consult-btns{ flex-wrap: wrap; }
.rbc-btn{ width: 100%; height: 54px; }
}
@media (max-width: 768px){
#contact-banner{
height: 650px;
padding: 0 32px;
}
.contact-banner-container{
padding: 0;
}
.contact-banner-left{
max-width: 100%;
}
.contact-banner-line1{
font-size: 20px;
}
.contact-banner-title{
font-size: 25px;
}
.contact-banner-desc{
font-size: 15px;
max-width: 100%;
}
.contact-banner-bg img{
object-position: 65% center;
}
}
@media (max-width: 768px){
#contact-form{
padding: 72px 32px;
}
.cf-left-title{
font-size: 24px;
}
.cf-left-desc{
font-size: 15px;
}
.cf-cards{
grid-template-columns: 1fr;
gap: 20px;
}
.cf-card{
height: 128px;
border-radius: 24px;
}
.cf-card-icon{
width: 78px;
height: 78px;
}
.cf-card-icon img{
width: 78px;
height: 78px;
}
.cf-card-main{
font-size: 18px;
}
.cf-form-card{
border-radius: 28px;
padding: 44px 32px 36px;
}
.cf-form-title{
font-size: 24px;
}
.cf-row-split{
flex-direction: column;
gap: 24px;
}
.cf-input{
height: 44px;
}
.cf-textarea{
height: 190px;
}
.cf-submit-btn{
max-width: 320px;
width: 100%;
}
}
@media (max-width: 768px){
#about-banner{
min-height: 760px;
padding: 120px 32px 80px;
}
.ab-container{
padding: 0;
}
.ab-subtitle{
font-size: 22px;
}
.ab-title{
font-size: 30px;
white-space: normal;
}
.ab-desc{
font-size: 15px;
max-width: 100%;
}
.ab-pain-list li{
font-size: 15px;
}
.ab-btn{
width: auto;
min-width: 200px;
height: 50px;
font-size: 16px;
}
.ab-card{
width: 100%;
max-width: 100%;
margin-top: 0;
}
.ab-stat-num{
font-size: 34px;
}
}
@media (max-width: 768px){
#about-b2b-overseas-marketing{
padding: 60px 32px;
}
.abo-title-line1{
font-size: 24px;
}
.abo-title-line2{
font-size: 28px;
}
.abo-text{
font-size: 15px;
line-height: 1.9;
}
.abo-pic{
max-width: 320px;
margin-top: 40px;
}
.abo-card{
min-height: 300px;
border-radius: 28px;
padding: 48px 28px 40px;
}
.abo-card-icon{
width: 92px;
height: 92px;
margin-bottom: 28px;
}
.abo-card-title{
font-size: 22px;
}
.abo-card-desc{
font-size: 14px;
}
}
@media (max-width: 768px){
#about-dual-channel-growth{
padding: 56px 32px;
}
.adc-title{
font-size: 24px;
}
.adc-desc{
font-size: 15px;
}
.adc-cards{
grid-template-columns: 1fr;
gap: 28px;
}
.adc-cards .adc-card:last-child{
grid-column: auto;
}
.adc-card{
min-height: auto;
max-width: 100%;
}
.adc-card-top{
height: 76px;
}
.adc-card-title{
font-size: 21px;
}
.adc-card-sub{
font-size: 14px;
}
.adc-card-body{
padding: 34px 28px 28px;
}
.adc-list li{
font-size: 14px;
}
.adc-card-desc{
font-size: 13px;
}
.adc-flow-title{
font-size: 22px;
}
.adc-flow-node{
height: 54px;
font-size: 16px;
min-width: auto;
padding: 0 20px;
}
.adc-flow-arrow{
width: 28px;
margin: 0 10px;
}
}
@media (max-width: 768px){
#about-domestic-overseas-collaboration{
padding: 76px 32px;
}
.adoc-title{
font-size: 24px;
}
.adoc-desc{
font-size: 15px;
}
.adoc-card{
border-radius: 42px 42px 38px 38px;
}
.adoc-card-top{
border-radius: 42px 42px 0 0;
height: auto;
padding: 24px 32px 26px;
}
.adoc-card-title{
font-size: 21px;
}
.adoc-card-top-desc{
font-size: 14px;
}
.adoc-card-body{
padding: 32px 28px 36px;
}
.adoc-city-title,
.adoc-skill-title{
font-size: 20px;
}
.adoc-city-list{
gap: 12px 24px;
}
.adoc-city-list li{
font-size: 15px;
}
.adoc-skill-list li{
font-size: 14px;
}
.adoc-summary-line1{
font-size: 17px;
}
.adoc-summary-line2{
font-size: 20px;
}
}
@media (max-width: 768px){
#about-core-advantages{
padding: 60px 32px;
}
.aca-title-line2{
font-size: 24px;
}
.aca-desc{
font-size: 15px;
}
.aca-cards{
grid-template-columns: 1fr;
gap: 24px;
}
.aca-card{
border-radius: 28px;
padding: 36px 28px 32px;
}
.aca-card-icon{
width: 50px;
height: 50px;
}
.aca-card-subtitle{
font-size: 15px;
}
.aca-card-title{
font-size: 18px;
}
.aca-num{
font-size: 26px;
}
.aca-card-desc{
font-size: 13px;
}
}
@media (max-width: 768px){
#about-our-team{
padding: 76px 0 76px;
}
.aot-container{
padding: 0 32px;
}
.aot-title-line1{
font-size: 24px;
}
.aot-title-line2{
font-size: 24px;
}
.aot-desc{
font-size: 15px;
}
.aot-cards{
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.aot-card{
border-radius: 16px;
padding: 24px 24px 26px;
}
.aot-icon-circle{
width: 56px;
height: 56px;
min-width: 56px;
}
.aot-icon-circle img{
width: 30px;
height: 30px;
}
.aot-card-title{
font-size: 19px;
}
.aot-card-subtitle{
font-size: 14px;
}
.aot-role-text{
font-size: 13px;
}
.aot-card-desc{
font-size: 13px;
}
.aot-summary-line1{
font-size: 18px;
}
.aot-summary-line2{
font-size: 20px;
}
}
@media (max-width: 768px){
#about-our-values{
padding: 52px 0 56px;
}
.aov-container{
padding: 0 32px;
}
.aov-title-line1{
font-size: 24px;
}
.aov-title-line2{
font-size: 24px;
}
.aov-desc{
font-size: 15px;
}
.aov-cards{
grid-template-columns: repeat(2, 1fr);
gap: 24px;
row-gap: 80px;
padding-bottom: 0;
}
.aov-card{
width: auto;
height: auto;
min-height: 240px;
padding: 80px 24px 32px;
}
.aov-card-icon-block{
width: 100px;
height: 100px;
top: -50px;
border-radius: 22px;
}
.aov-card-icon-block img{
width: 100%;
height: 100%;
border-radius: 22px;
}
.aov-card-title{
font-size: 24px;
}
.aov-card-desc{
font-size: 13px;
}
}
@media (max-width: 768px){
#about-key-partners{
padding: 76px 0 76px;
}
.akp-container{
padding: 0 32px;
}
.akp-title-line1{
font-size: 24px;
}
.akp-title-line2{
font-size: 24px;
}
.akp-desc{
font-size: 15px;
}
.akp-cards{
grid-template-columns: 1fr;
gap: 28px;
}
.akp-card-bar{
padding: 18px 22px;
min-height: auto;
}
.akp-card-body{
padding: 28px 24px 28px;
}
.akp-card-title{
font-size: 19px;
}
.akp-section-title{
font-size: 15px;
}
.akp-section-text{
font-size: 13px;
}
.akp-list{
grid-template-columns: 1fr;
}
.akp-list li{
font-size: 13px;
}
}
@media (max-width: 768px){
#about-our-commitment{
padding: 76px 0 76px;
}
.aoc-container{
padding: 0 32px;
}
.aoc-title-line1{
font-size: 24px;
}
.aoc-title-line2{
font-size: 24px;
}
.aoc-desc{
font-size: 15px;
}
.aoc-cards{
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.aoc-card{
padding: 24px 22px;
}
.aoc-num{
font-size: 32px;
}
.aoc-card-title{
font-size: 17px;
}
.aoc-card-desc{
font-size: 13px;
}
.aoc-card-icon{
width: 64px;
height: 64px;
}
}
@media (max-width: 768px){
.privacy-section{
padding: 100px 0 80px;
}
.privacy-container{
padding: 0 32px;
}
.privacy-title{
font-size: 32px;
}
.privacy-content h2{
font-size: 20px;
}
}

/*--- ≤640px ---*/
@media (max-width: 640px){
.sol-banner{ min-height: auto; }
.sol-banner-overlay{ background: transparent; }
.sol-banner-container{ padding: 100px 24px 60px; }
.sol-banner-title{ font-size: 38px; }
.sol-banner-desc{ padding: 8px 12px; }
.sol-banner-cta{ flex-direction: column; }
.sol-banner-btn{ width: 100%; }
.sol-banner-right{ grid-template-columns: 1fr; }
}
@media (max-width: 640px){
.target-customer{ min-height: auto; padding: 60px 0; }
.target-customer-grid{
grid-template-columns: 1fr; max-width: 450px;
}
.target-customer-card{ width: 100%; border-radius: 24px; }
.target-customer-card:last-child{ grid-column: auto; max-width: 100%; }
.target-customer-card-img{ width: 180px; height: 180px; top: -90px; }
.target-customer-card-content h3{ font-size: 22px; }
.target-customer-desc{ font-size: 15px; }
.target-customer-btn{ width: 100%; }
}
@media (max-width: 640px){
.pain-points{ min-height: auto; padding: 60px 0; }
.pain-points-grid{
grid-template-columns: 1fr; max-width: 370px;
}
.pain-points-card{ height: 220px; width: 100%; }
.pain-points-card-icon{ width: 64px; height: 64px; margin-bottom: 20px; }
.pain-points-card-title{ font-size: 20px; }
.pain-points-card-sub{ font-size: 15px; }
.pain-points-summary-text{ font-size: 20px; }
.pain-points-summary-pill{ font-size: 20px; padding: 18px 28px; }
.pain-points-summary-guide{ font-size: 18px; }
.pain-points-arrow{ width: 28px; height: 28px; }
}
@media (max-width: 640px){
.growth-path{ min-height: auto; padding: 60px 0; }
.growth-path-title{ font-size: 24px; }
.growth-path-stages{
flex-direction: column; align-items: center; gap: 40px;
}
.growth-path-stage{ width: 100%; max-width: 260px; }
.growth-path-stage-title{ font-size: 18px; }
.growth-path-stage-desc{ font-size: 14px; }
.growth-path-stage-circle{ width: 120px; height: 120px; }
.growth-path-deliverables{ text-align: center; }
.growth-path-deliver-title{ flex-direction: column; }
.growth-path-deliver-tags{ gap: 12px; }
.growth-path-tag{ font-size: 16px; height: 36px; padding: 0 22px; }
}
@media (max-width: 640px){
.customer-results{ min-height: auto; padding: 60px 0; }
.customer-results-grid{
grid-template-columns: 1fr; max-width: 470px;
}
.customer-result-card{ width: 100%; border-radius: 24px; }
.customer-result-card:last-child{ grid-column: auto; max-width: 100%; }
.cr-data-card{ height: 120px; }
.cr-data-num{ font-size: 22px; }
.cr-data-label{ font-size: 12px; }
.cr-data-card img{ width: 30px; height: 30px; margin-bottom: 10px; }
.cr-cta-btn{ width: 100%; }
}
@media (max-width: 640px){
.why-choose-us{ min-height: auto; padding: 60px 0; }
.why-choose-us-title{ font-size: 24px; }
.why-choose-us-desc{ font-size: 15px; }
.why-compare{ flex-direction: column; align-items: center; }
.why-compare-dims{ width: 100%; }
.why-compare-dims-pill{ width: 100%; }
.why-compare-cols{ flex-direction: column; align-items: center; }
.why-compare-col-gray, .why-compare-col-orange{ width: 100%; }
.why-advantages{ grid-template-columns: 1fr; }
.why-adv-card{ flex-direction: column; text-align: center; gap: 16px; border-radius: 24px; }
.why-adv-icon{ width: 64px; height: 64px; }
.why-adv-content p{ max-width: 100%; }
}
@media (max-width: 640px){
.cooperation-process{ min-height: auto; padding: 60px 0; }
.cp-title{ font-size: 24px; }
.cp-stages{ flex-direction: column; align-items: center; gap: 36px; }
.cp-stage{ width: 100%; max-width: 280px; }
.cp-stage h3{ font-size: 18px; }
.cp-stage p{ font-size: 14px; }
.cp-stage-circle{ width: 110px; height: 110px; }
.cp-stage-circle img{ width: 52px; height: 52px; }
}
@media (max-width: 640px){
.process-tag{
font-size: 18px;
}
.process-title{
font-size: 24px;
}
.process-lead{
font-size: 15px;
}
.process-grid{
gap: 16px;
}
.process-card{
border-radius: 16px;
}
.process-card-content{
padding: 16px;
}
.process-card-num{
font-size: 64px;
top: 8px;
left: 16px;
}
.process-card-title{
font-size: 20px;
gap: 8px;
}
.process-card-period{
font-size: 16px;
}
.process-card-desc{
font-size: 15px;
}
}
@media (max-width: 640px){
.insights-tag{
font-size: 16px;
}
.insights-title{
font-size: 22px;
}
.insights-header{
margin-bottom: 12px;
}
.insight-category-text{
font-size: 14px;
}
.insight-card{
padding: 12px 16px;
}
.insight-card-title{
font-size: 16px;
margin-top: 8px;
}
.insight-card-desc{
font-size: 13px;
margin-top: 6px;
padding-bottom: 20px;
}
.insights-cards{
gap: 10px;
}
.insight-card-btn{
width: 120px;
height: 28px;
font-size: 13px;
}
}
@media (max-width: 640px){
.bottom-cta{
min-height: 620px;
}
.bottom-cta-inner{
padding-top: 80px;
}
.bottom-cta-inner h2{
font-size: 25px;
}
.bottom-cta-inner p{
font-size: 15px;
}
.btn-bottom-cta{
width: 220px;
height: 46px;
font-size: 16px;
}
}
@media (max-width: 640px){
.service-banner{ padding: 20px 0 40px; }
.service-banner-container{ padding: 100px 20px 0; }
.service-banner-subtitle{ font-size: 24px; }
.service-banner-title{ font-size: 32px; }
.service-banner-desc p{ font-size: 14px; }
.service-banner-cta{ flex-direction: column; gap: 16px; }
.service-banner-btn{ width: 100%; }
.service-banner-icons{ grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-banner-card{ padding: 24px 18px; }
.service-banner-card-line{ width: 100px; }
}
@media (max-width: 640px){
.service-proof{ min-height: auto; padding: 60px 0; }
.sp-title{ font-size: 24px; }
.sp-desc{ font-size: 14px; }
.sp-data-cards{ flex-direction: column; align-items: center; }
.sp-data-card{ width: 100%; max-width: 320px; height: 280px; border-radius: 24px; }
.sp-data-num{ font-size: 64px; }
.sp-data-unit{ font-size: 28px; }
.sp-data-card p{ font-size: 14px; }
.sp-case-card{ width: 100%; border-radius: 24px; padding: 22px 24px; }
.sp-case-region{ font-size: 18px; }
.sp-case-card h3{ font-size: 20px; }
.sp-case-card p{ font-size: 14px; }
}
@media (max-width: 640px){
.real-feedback{ min-height: auto; padding: 40px 0; }
.rf-cards{ flex-direction: column; align-items: center; }
.rf-card{ width: 100%; max-width: 470px; min-height: auto; border-radius: 24px; }
.rf-title{ font-size: 24px; }
.rf-company{ font-size: 20px; }
.rf-desc{ font-size: 14px; }
.rf-bot{ flex-direction: column; align-items: center; text-align: center; padding: 0 20px 16px; }
.rf-bot-avatar{ margin-right: 0; }
.rf-bot-avatar img{ height: 180px; }
.rf-bubble p{ font-size: 14px; }
.rf-stars img{ width: 24px; height: 24px; }
.rf-company{ margin-left: 20px; }
.rf-bot-info{ padding-bottom: 12px; align-items: center; }
}
@media (max-width: 640px){
.missing-service{
min-height: auto;
padding: 36px 16px;
}
.ms-header{
margin-bottom: 36px;
}
.ms-title{
font-size: 24px;
}
.ms-title-line1{ font-size: 18px; }
.ms-title-line2{ font-size: 22px; }
.ms-desc{
font-size: 15px;
margin-top: 20px;
}
.ms-cards{
grid-template-columns: 1fr;
gap: 16px;
margin-bottom: 36px;
}
.ms-card{
width: 100%;
height: auto;
padding: 20px 20px;
border-radius: 16px;
}
.ms-card-text{
font-size: 18px;
margin-top: 12px;
max-width: 100%;
}
.ms-card-icon{
width: 24px;
height: 24px;
}
.ms-card-label{
font-size: 14px;
}
.ms-core{
height: auto;
padding: 36px 20px;
border-radius: 24px;
}
.ms-core-title{
font-size: 22px;
line-height: 1.6;
}
.ms-core-subtitle2{
font-size: 22px;
}
.ms-core-desc{
font-size: 16px;
}
.ms-core-subtitle{
font-size: 17px;
}
.ms-core-divider{
width: 100px;
margin-top: 18px;
}
.ms-core-desc{
margin-top: 20px;
}
}
@media (max-width: 640px){
.eight-services{
min-height: auto;
padding: 40px 16px;
}
.es-header{
margin-bottom: 36px;
}
.es-subtitle{
font-size: 20px;
}
.es-title{
font-size: 24px;
}
.es-desc{
font-size: 15px;
}
.es-carousel-wrapper{ padding: 0 56px; }
.es-carousel-container{ width: 100%; }
.es-card{
width: 100%;
height: auto;
min-height: auto;
}
.es-card-inner{
padding: 22px 18px;
border-radius: 22px;
}
.es-card{
border-radius: 24px;
}
.es-card-title{
font-size: 18px;
}
.es-card-desc{
font-size: 15px;
}
.es-card-cta{
width: 100%;
}
.es-card-icon{
width: 66px;
height: 66px;
}
.es-arrow{
width: 48px;
height: 48px;
}
.es-arrow img{
width: 20px;
height: 20px;
}
.es-arrow-prev{ left: 0; }
.es-arrow-next{ right: 0; }
}
@media (max-width: 640px){
.service-package{
min-height: auto;
padding: 40px 16px;
}
.sp-header{
margin-bottom: 40px;
}
.sp-subtitle{
font-size: 20px;
}
.sp-title{
font-size: 24px;
}
.sp-desc{
font-size: 15px;
}
.sp-cards{
flex-direction: column;
}
.sp-card{
width: 100%;
height: auto;
min-height: auto;
border-radius: 24px;
}
.sp-card-title{
font-size: 22px;
}
.sp-card-inner{
padding: 28px 24px;
}
.sp-card-cta{
width: 100%;
max-width: 100%;
font-size: 17px;
height: 52px;
}
.sp-card-tag{
width: 60px;
height: 76px;
}
.sp-card-tag span{
font-size: 17px;
}
}
@media (max-width: 640px){
.fit-cooperation{
min-height: auto;
padding: 40px 16px;
}
.fc-header{
margin-bottom: 40px;
}
.fc-subtitle{
font-size: 20px;
}
.fc-title{
font-size: 24px;
}
.fc-desc{
font-size: 15px;
}
.fc-card{
padding: 28px 24px;
border-radius: 24px;
}
.fc-card-title{
font-size: 20px;
}
.fc-list li{
font-size: 14px;
}
.fc-cta{
width: 100%;
font-size: 16px;
height: 50px;
}
.fc-notice{
height: auto;
padding: 20px 24px;
}
}
@media (max-width: 640px){
.service-team{
min-height: auto;
padding: 40px 16px;
}
.st-title-line2{
font-size: 24px;
}
.st-title-line1{
font-size: 20px;
}
.st-desc{
font-size: 15px;
}
.st-note{
font-size: 15px;
}
.st-illust{
max-width: 100%;
}
.st-capsule{
height: auto;
padding: 18px 24px;
font-size: 15px;
max-width: 100%;
}
.st-card{
flex-wrap: wrap;
}
.st-card-body{
border-radius: 0 24px 24px 0;
padding: 16px;
}
.st-card-circle{
width: 64px;
height: 64px;
min-width: 64px;
}
.st-card-circle img{
width: 30px;
height: 30px;
}
.st-card-num{
font-size: 28px;
}
.st-card-label{
font-size: 18px;
}
.st-card-desc{
font-size: 14px;
}
.st-card-body{
min-width: 0;
}
}
@media (max-width: 640px){
.talk-cooperation{
min-height: auto;
padding: 72px 16px;
}
.tc-header{
margin-bottom: 48px;
}
.tc-subtitle{
font-size: 22px;
}
.tc-title{
font-size: 26px;
}
.tc-cards{
flex-direction: column;
}
.tc-card{
width: 100%;
height: auto;
min-height: 320px;
border-radius: 22px;
padding: 24px 28px;
}
.tc-num{
font-size: 60px;
top: 24px;
right: 28px;
}
.tc-card-title{
font-size: 24px;
margin-top: 50px;
}
.tc-card-desc{
font-size: 14px;
}
.tc-icon{
width: 70px;
height: 54px;
bottom: 24px;
right: 28px;
}
}
@media (max-width: 640px){
.free-diagnosis{
min-height: auto;
padding: 72px 16px;
}
.fd-subtitle{
font-size: 22px;
}
.fd-title{
font-size: 24px;
}
.fd-desc{
font-size: 15px;
}
.fd-img{
max-width: 320px;
width: 100%;
}
.fd-pill{
height: auto;
border-radius: 24px;
padding: 20px 24px;
gap: 18px;
}
.fd-pill-icon{
width: 32px;
height: 32px;
}
.fd-pill-text{
font-size: 16px;
text-align: left;
}
.fd-btns{
flex-direction: column;
width: 100%;
}
.fd-btn{
width: 100%;
font-size: 16px;
height: 52px;
}
}
@media (max-width: 640px){
.service-faq{
min-height: auto;
padding: 72px 16px;
}
.faq-title{
font-size: 24px;
margin-bottom: 28px;
}
.faq-list{
gap: 14px;
}
.faq-item{
border-radius: 12px;
}
.faq-question{
min-height: 58px;
padding: 0 18px;
}
.faq-q-left{
gap: 10px;
}
.faq-dot{
width: 6px;
height: 6px;
min-width: 6px;
}
.faq-q-text{
font-size: 14px;
line-height: 1.7;
}
.faq-answer{
padding: 0 18px 0 34px;
}
.faq-item.open .faq-answer{
padding: 0 18px 22px 34px;
}
.faq-answer p{
font-size: 14px;
line-height: 1.8;
}
.faq-arrow svg{
width: 20px;
height: 20px;
}
}
@media (max-width: 640px){
.case-banner{
min-height: auto;
}
.cb-content{
padding: 40px 20px;
}
.cb-subtitle{
font-size: 24px;
}
.cb-title{
font-size: 32px;
}
.cb-desc,
.cb-note{
font-size: 14px;
}
.cb-cta{
width: 100%;
height: 48px;
}
.cb-tags{
grid-template-columns: 1fr;
gap: 18px;
}
.cb-card{
border-radius: 24px;
padding: 24px 16px;
}
.cb-row{
height: auto;
border-radius: 18px;
padding: 16px;
flex-wrap: wrap;
}
.cb-row-icon{
width: 40px;
}
.cb-row-icon img{
width: 30px;
height: 30px;
}
.cb-row-name{
font-size: 16px;
}
.cb-row-market{
font-size: 13px;
}
.cb-row-data{
width: 100%;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
margin-top: 8px;
}
.cb-row-num{
font-size: 24px;
}
.filter-container{
flex-direction: column;
align-items: flex-start;
}
.cases-grid-section{
padding: 48px 16px;
}
.case-card-body{
padding: 20px 20px 24px;
}
.cases-cta{
padding: 72px 24px;
}
.cases-cta-title{
font-size: 26px;
}
.cases-cta-desc{
font-size: 16px;
}
}
@media (max-width: 640px){
.case-growth-partner{
height: auto;
padding-bottom: 0;
}
.cgp-container{
padding: 0 20px;
}
.cgp-header{
padding-top: 40px;
}
.cgp-stats{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px 24px;
margin-top: 36px;
}
.cgp-stat-icon{
width: 70px;
height: 70px;
}
.cgp-stat-icon span{
font-size: 24px;
}
.cgp-stat-label{
font-size: 15px;
margin-top: 10px;
}
.cgp-arc-wrap{
padding-top: 32px;
}
.cgp-arc{
width: 100%;
height: auto;
min-height: 160px;
border-radius: 0;
padding: 28px 20px;
background-size: cover;
background-position: center bottom;
}
.cgp-arc-label{
font-size: 16px;
margin-bottom: 14px;
}
.cgp-arc-industries{
gap: 6px 0;
}
.cgp-arc-industries span{
padding: 0 12px;
}
}
@media (max-width: 640px){
.case-six-cases{
padding: 72px 20px;
}
.sc-subtitle{ font-size: 22px; }
.sc-title{ font-size: 24px; }
.sc-desc{ font-size: 14px; }
.sc-cards{ gap: 32px; }
.sc-card{
border-radius: 20px;
padding: 0 20px 26px;
}
.sc-card-preview{
width: 100%;
height: 220px;
}
.sc-card-preview:hover img{
transform: translateY(calc(-100% + 220px));
}
.sc-card-tags{ gap: 10px; }
.sc-tag{ font-size: 12px; padding: 0 14px; height: 20px; }
.sc-industry{ font-size: 18px; }
.sc-card-title{ font-size: 20px; }
.sc-card-market{ font-size: 14px; }
.sc-info-tag{ font-size: 14px; height: 24px; padding: 0 10px; }
.sc-info-text{ font-size: 14px; }
.sc-result-bar{ border-radius: 24px; }
.sc-result-label{ font-size: 16px; }
.sc-result-right p{ font-size: 14px; }
.sc-card-bottom-tags{ gap: 10px; }
.sc-btag{ font-size: 12px; padding: 0 14px; height: 22px; }
}
@media (max-width: 640px){
.cbh-outer{ padding: 50px 20px; }
.cbh-inner{ border-radius: 24px; padding: 56px 20px; }
.cbh-title{ font-size: 24px; line-height: 1.45; }
.cbh-desc{ font-size: 15px; line-height: 1.8; max-width: 100%; }
.cbh-cards{ gap: 20px; }
.cbh-card{ max-width: 100%; border-radius: 12px; height: auto; padding: 30px 24px; }
.cbh-icon{ width: 68px; height: 68px; }
.cbh-card-tag{ font-size: 16px; height: 24px; padding: 0 22px; }
.cbh-card-text{ font-size: 13px; }
}
@media (max-width: 640px){
.case-common-logic{ height: auto; padding: 72px 20px; }
.ccl-title{ font-size: 24px; }
.ccl-desc{ font-size: 14px; line-height: 1.8; }
.ccl-cards{ gap: 20px; }
.ccl-cards-row{ flex-direction: column; align-items: center; gap: 20px; }
.ccl-cards-row:first-child{ display: flex; }
.ccl-card{
border-radius: 18px;
width: 100%;
max-width: 100%;
min-height: 180px;
padding: 24px 22px;
}
.ccl-num{ font-size: 28px; top: 24px; left: 24px; }
.ccl-card-title{ font-size: 17px; }
.ccl-card-desc{ font-size: 14px; }
.ccl-icon{ width: 60px; height: 60px; top: 20px; right: 22px; }
}
@media (max-width: 640px){
.case-after-cooperation{ height: auto; padding: 72px 20px; }
.cac-title{ font-size: 22px; }
.cac-title-bold{ font-size: 24px; }
.cac-desc{ font-size: 14px; line-height: 1.8; }
.cac-cards{ grid-template-columns: 1fr; gap: 20px; }
.cac-card{ min-height: 360px; padding: 0 22px 28px; }
.cac-step{ height: 32px; width: 108px; font-size: 18px; }
.cac-icon{ width: 72px; height: 72px; top: 60px; right: 22px; }
.cac-time{ font-size: 16px; margin-top: 84px; }
.cac-card-title{ font-size: 19px; }
.cac-list li{ font-size: 14px; line-height: 1.8; }
}
@media (max-width: 640px){
.case-solutions{ height: auto; padding: 72px 20px; }
.cs-title{ font-size: 22px; }
.cs-title-bold{ font-size: 24px; }
.cs-desc{ font-size: 14px; line-height: 1.8; }
.cs-card{
width: 100%;
min-height: 400px;
padding: 72px 22px 28px;
border-radius: 28px;
}
.cs-card-title{ font-size: 24px; }
.cs-card-icon{ width: 72px; height: 72px; top: 32px; right: 28px; }
.cs-group-title{ font-size: 15px; }
.cs-group-text{ font-size: 13px; }
.cs-arrow{ display: none; }
}
@media (max-width: 640px){
.cyi-container{ padding: 72px 20px; }
.cyi-title{ font-size: 22px; }
.cyi-title-bold{ font-size: 24px; }
.cyi-desc{ font-size: 14px; line-height: 1.9; }
.cyi-tip{ font-size: 14px; }
.cyi-commit{ font-size: 24px; }
.cyi-btns{ flex-direction: column; gap: 14px; }
.cyi-btn{ width: 100%; height: 50px; font-size: 15px; }
.cyi-note{ font-size: 13px; }
}
@media (max-width: 640px){
.resources-banner{ min-height: 620px; height: auto; }
.rb-container{ padding: 180px 20px 72px; }
.rb-subtitle{ font-size: 24px; }
.rb-title{ font-size: 30px; }
.rb-desc{ font-size: 14px; line-height: 1.85; }
}
@media (max-width: 640px){
.resources-seo-strategy{ padding: 72px 20px; }
.rss-header-icon{ width: 54px; height: 54px; }
.rss-title{ font-size: 24px; }
.rss-desc{ font-size: 15px; line-height: 1.8; }
.rss-card{ padding: 0 20px 26px; border-radius: 16px; }
.rss-card-tag{ font-size: 11px; }
.rss-card-img{ height: 190px; }
.rss-card-title{ font-size: 20px; }
.rss-card-summary{ font-size: 13px; }
.rss-list li{ font-size: 13px; }
.rss-result-label{ font-size: 14px; }
.rss-result-text{ font-size: 17px; }
}
@media (max-width: 640px){
.rbc-container{ padding: 40px 20px 0; }
.rbc-subscribe{ padding: 38px 22px; border-radius: 26px; }
.rbc-sub-icon{ width: 42px; height: 42px; }
.rbc-sub-title{ font-size: 24px; }
.rbc-sub-desc{ font-size: 14px; line-height: 1.8; }
.rbc-sub-form{ flex-direction: column; height: auto; padding: 16px; gap: 12px; }
.rbc-sub-input{ height: 48px; width: 100%; font-size: 14px; }
.rbc-sub-btn{ width: 100%; height: 44px; }
.rbc-consult-content{ padding: 72px 20px 76px; }
.rbc-consult-title{ font-size: 24px; }
.rbc-consult-desc{ font-size: 14px; line-height: 1.85; }
.rbc-consult-btns{ margin-top: 48px; flex-direction: column; gap: 14px; }
.rbc-btn{ width: 100%; height: 50px; font-size: 15px; }
}
@media (max-width: 640px){
#contact-banner{
height: auto;
min-height: 620px;
padding: 96px 20px 72px;
align-items: flex-start;
justify-content: center;
}
.contact-banner-container{
padding: 0;
justify-content: center;
}
.contact-banner-left{
max-width: 100%;
text-align: left;
}
.contact-banner-line1{
font-size: 18px;
margin-bottom: 14px;
}
.contact-banner-title{
font-size: 22px;
line-height: 1.35;
margin-bottom: 22px;
}
.contact-banner-desc{
font-size: 14px;
line-height: 1.85;
margin-bottom: 28px;
}
.contact-banner-cta{
flex-direction: column;
gap: 14px;
}
.contact-banner-btn{
width: 100%;
height: 50px;
font-size: 15px;
}
}
@media (max-width: 640px){
#contact-form{
min-height: auto;
padding: 72px 20px;
}
.cf-left-title{
font-size: 22px;
}
.cf-left-desc{
font-size: 14px;
margin-bottom: 28px;
}
.cf-cards{
gap: 16px;
}
.cf-card{
height: auto;
border-radius: 24px;
padding: 18px;
}
.cf-card-icon{
width: 64px;
height: 64px;
}
.cf-card-icon img{
width: 64px;
height: 64px;
}
.cf-card-text{
margin-left: 16px;
}
.cf-card-type{
font-size: 14px;
}
.cf-card-main{
font-size: 16px;
}
.cf-card-sub{
font-size: 12px;
}
.cf-form-card{
border-radius: 24px;
padding: 38px 22px 30px;
}
.cf-form-title{
font-size: 22px;
}
.cf-form-sub{
font-size: 14px;
}
.cf-label{
font-size: 15px;
}
.cf-input{
font-size: 14px;
}
.cf-input::placeholder{
font-size: 13px;
}
.cf-textarea{
height: 180px;
font-size: 14px;
}
.cf-textarea::placeholder{
font-size: 13px;
}
.cf-submit-btn{
width: 100%;
height: 50px;
font-size: 15px;
}
.cf-trust{
flex-wrap: wrap;
gap: 20px 32px;
}
.cf-trust-item span{
font-size: 13px;
}
}
@media (max-width: 640px){
#about-banner{
min-height: auto;
padding: 120px 20px 72px;
}
.ab-subtitle{
font-size: 18px;
margin-bottom: 14px;
}
.ab-title{
font-size: 26px;
white-space: normal;
line-height: 1.35;
margin-bottom: 24px;
}
.ab-desc{
font-size: 14px;
line-height: 1.85;
margin-bottom: 32px;
}
.ab-pain-list{
margin-bottom: 40px;
}
.ab-pain-list li{
font-size: 14px;
margin-bottom: 14px;
padding-left: 26px;
}
.ab-pain-list li::before{
width: 16px;
height: 16px;
top: 6px;
}
.ab-cta{
flex-direction: column;
gap: 14px;
}
.ab-btn{
width: 100%;
height: 50px;
font-size: 15px;
}
.ab-card{
padding: 26px 22px;
border-radius: 16px;
}
.ab-card-title{
font-size: 18px;
}
.ab-card-rows{
gap: 12px;
}
.ab-row{
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.ab-row-tag{
width: auto;
padding: 0 16px;
height: 26px;
font-size: 14px;
}
.ab-row-desc{
font-size: 13px;
}
.ab-stats{
column-gap: 24px;
row-gap: 16px;
}
.ab-stat-num{
font-size: 30px;
}
.ab-stat-label{
font-size: 12px;
}
}
@media (max-width: 640px){
#about-b2b-overseas-marketing{
padding: 60px 20px;
}
.abo-title-line1{
font-size: 22px;
}
.abo-title-line2{
font-size: 26px;
}
.abo-text{
font-size: 14px;
line-height: 1.85;
margin-bottom: 22px;
}
.abo-pic{
max-width: 300px;
width: 100%;
margin-top: 36px;
}
.abo-cards{
grid-template-columns: 1fr;
gap: 16px;
}
.abo-card{
min-height: 260px;
border-radius: 24px;
padding: 42px 24px 36px;
}
.abo-card-icon{
width: 78px;
height: 78px;
margin-bottom: 26px;
}
.abo-card-title{
font-size: 20px;
}
.abo-card-desc{
font-size: 13px;
max-width: 100%;
}
}
@media (max-width: 640px){
#about-dual-channel-growth{
padding: 56px 20px;
}
.adc-title{
font-size: 22px;
}
.adc-desc{
font-size: 14px;
line-height: 1.8;
}
.adc-card{
border-radius: 0 0 26px 26px;
}
.adc-card-top{
border-radius: 0 0 30px 30px;
height: auto;
padding: 16px 20px;
}
.adc-card-title{
font-size: 20px;
}
.adc-card-sub{
font-size: 13px;
}
.adc-card-body{
padding: 30px 22px 26px;
}
.adc-list{
grid-template-columns: 1fr;
gap: 10px;
}
.adc-list li{
font-size: 13px;
padding-left: 20px;
}
.adc-list li::before{
width: 14px;
height: 14px;
top: 5px;
}
.adc-card-desc{
font-size: 12px;
}
.adc-flow{
margin-top: 0;
}
.adc-cards{
margin-bottom: 56px;
}
.adc-flow-title{
font-size: 20px;
}
.adc-flow-node{
min-width: 120px;
height: 50px;
font-size: 15px;
padding: 0 16px;
}
.adc-flow-arrow{
width: 24px;
margin: 0 8px;
}
}
@media (max-width: 640px){
#about-domestic-overseas-collaboration{
padding: 72px 20px;
}
.adoc-title{
font-size: 22px;
}
.adoc-desc{
font-size: 14px;
line-height: 1.8;
}
.adoc-card{
border-radius: 30px 30px 26px 26px;
}
.adoc-card-top{
border-radius: 30px 30px 0 0;
height: auto;
padding: 24px 22px;
}
.adoc-card-title{
font-size: 20px;
}
.adoc-card-top-desc{
font-size: 13px;
line-height: 1.7;
}
.adoc-card-body{
padding: 28px 22px 32px;
}
.adoc-city-title,
.adoc-skill-title{
font-size: 18px;
}
.adoc-city-list{
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.adoc-city-list li img{
width: 14px;
height: 14px;
}
.adoc-city-list li{
font-size: 14px;
}
.adoc-divider{
margin: 26px 0 24px;
}
.adoc-skill-list{
grid-template-columns: 1fr;
row-gap: 12px;
}
.adoc-skill-list li{
width: 100%;
height: 32px;
font-size: 13px;
}
.adoc-skill-list li img{
width: 14px;
height: 14px;
}
.adoc-cards{
margin-bottom: 36px;
}
.adoc-summary-line1{
font-size: 15px;
}
.adoc-summary-line2{
font-size: 17px;
line-height: 1.7;
}
}
@media (max-width: 640px){
#about-core-advantages{
padding: 56px 20px;
}
.aca-title-line1,
.aca-title-line2{
font-size: 22px;
}
.aca-desc{
font-size: 14px;
line-height: 1.8;
}
.aca-cards{
gap: 20px;
}
.aca-card{
border-radius: 24px;
padding: 30px 22px 28px;
}
.aca-card-left{
gap: 14px;
}
.aca-card-icon{
width: 44px;
height: 44px;
}
.aca-card-subtitle{
font-size: 13px;
}
.aca-card-title{
font-size: 16px;
}
.aca-num-label{
font-size: 13px;
}
.aca-num{
font-size: 24px;
}
.aca-divider{
margin: 22px 0 18px;
}
.aca-card-desc{
font-size: 12px;
line-height: 1.85;
}
}
@media (max-width: 640px){
#about-our-team{
padding: 72px 0 72px;
}
.aot-container{
padding: 0 20px;
}
.aot-header{
margin-bottom: 44px;
}
.aot-title-line1{
font-size: 22px;
}
.aot-title-line2{
font-size: 22px;
}
.aot-desc{
font-size: 14px;
line-height: 1.8;
}
.aot-cards{
grid-template-columns: 1fr;
gap: 20px;
}
.aot-card{
border-radius: 16px;
min-height: auto;
padding: 22px 18px 24px;
}
.aot-card-top{
gap: 14px;
}
.aot-icon-circle{
width: 52px;
height: 52px;
min-width: 52px;
}
.aot-icon-circle img{
width: 28px;
height: 28px;
}
.aot-card-title{
font-size: 18px;
}
.aot-card-subtitle{
font-size: 13px;
}
.aot-role-text{
font-size: 12px;
}
.aot-card-role{
margin-bottom: 12px;
}
.aot-card-desc{
font-size: 12px;
line-height: 1.8;
}
.aot-summary{
margin-top: 44px;
}
.aot-summary-line1{
font-size: 16px;
line-height: 1.7;
}
.aot-summary-line2{
font-size: 17px;
line-height: 1.7;
}
}
@media (max-width: 640px){
#about-our-values{
padding: 48px 0 52px;
}
.aov-container{
padding: 0 20px;
}
.aov-header{
margin-bottom: 72px;
}
.aov-title-line1{
font-size: 22px;
}
.aov-title-line2{
font-size: 22px;
}
.aov-desc{
font-size: 14px;
line-height: 1.8;
}
.aov-cards{
grid-template-columns: 1fr;
gap: 82px;
padding-bottom: 0;
}
.aov-card{
width: auto;
height: auto;
border-radius: 20px;
min-height: 220px;
padding: 76px 22px 30px;
}
.aov-card-icon-block{
width: 90px;
height: 90px;
top: -45px;
border-radius: 20px;
}
.aov-card-icon-block img{
width: 100%;
height: 100%;
border-radius: 20px;
}
.aov-card-title{
font-size: 22px;
}
.aov-card-desc{
font-size: 13px;
line-height: 1.85;
}
}
@media (max-width: 640px){
#about-key-partners{
padding: 72px 0 72px;
}
.akp-container{
padding: 0 20px;
}
.akp-header{
margin-bottom: 40px;
}
.akp-title-line1{
font-size: 22px;
}
.akp-title-line2{
font-size: 22px;
}
.akp-desc{
font-size: 14px;
line-height: 1.8;
}
.akp-cards{
grid-template-columns: 1fr;
gap: 24px;
}
.akp-card{
border-radius: 0;
min-height: auto;
}
.akp-card-bar{
padding: 18px 18px;
}
.akp-card-body{
padding: 26px 20px 26px;
}
.akp-tag{
font-size: 13px;
}
.akp-card-title{
font-size: 18px;
}
.akp-section-title{
font-size: 14px;
}
.akp-section-text{
font-size: 13px;
line-height: 1.85;
}
.akp-list{
grid-template-columns: 1fr;
}
.akp-list li{
font-size: 13px;
}
.akp-privacy{
font-size: 13px;
}
}
@media (max-width: 640px){
#about-our-commitment{
padding: 72px 0 72px;
}
.aoc-container{
padding: 0 20px;
}
.aoc-header{
margin-bottom: 36px;
}
.aoc-title-line1{
font-size: 22px;
}
.aoc-title-line2{
font-size: 22px;
}
.aoc-desc{
font-size: 14px;
line-height: 1.8;
}
.aoc-cards{
grid-template-columns: 1fr;
gap: 22px;
}
.aoc-card{
border-radius: 12px;
min-height: auto;
padding: 24px 20px;
}
.aoc-card-left{
gap: 10px;
}
.aoc-num{
font-size: 28px;
}
.aoc-card-title{
font-size: 16px;
}
.aoc-card-desc{
font-size: 13px;
line-height: 1.85;
max-width: none;
}
.aoc-card-icon{
width: 56px;
height: 56px;
margin-left: 10px;
}
}
@media (max-width: 640px){
.privacy-section{
padding: 80px 0 64px;
}
.privacy-container{
padding: 0 20px;
}
.privacy-title{
font-size: 28px;
}
.privacy-content h2{
font-size: 18px;
}
.privacy-content p,
.privacy-content ul li{
font-size: 14px;
}

/* ============ Hero 轮播图 ============ */
/* 轮播背景图 */
.hero-slide-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity 0.8s ease; }
.hero-slide-bg.active{ opacity:1; }

/* 轮播内容 */
.hero-slide-content{ display:none; flex-direction:column; align-items:center; text-align:center; width:100%; }
.hero-slide-content.active{ display:flex; animation:heroFadeIn 0.6s ease; }
@keyframes heroFadeIn{ from{opacity:0;transform:translateY(16px);} to{opacity:1;transform:translateY(0);} }

/* 轮播指示器 */
.hero-carousel-dots{
position:absolute; bottom:36px; left:50%; transform:translateX(-50%);
z-index:10; display:flex; gap:12px;
}
.hero-dot{
width:12px; height:12px; border-radius:50%;
background:rgba(255,255,255,0.35); border:2px solid rgba(255,255,255,0.5);
cursor:pointer; transition:all 0.3s ease; padding:0;
}
.hero-dot:hover{ background:rgba(255,255,255,0.6); }
.hero-dot.active{ background:#eb5c20; border-color:#eb5c20; transform:scale(1.25); }

/* 轮播箭头 */
.hero-carousel-arrow{
position:absolute; top:50%; transform:translateY(-50%);
z-index:10; width:52px; height:52px; border-radius:50%;
background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2);
color:#fff; font-size:28px; cursor:pointer;
display:flex; align-items:center; justify-content:center;
transition:all 0.3s ease; backdrop-filter:blur(4px);
}
.hero-carousel-arrow:hover{ background:rgba(235,92,32,0.5); border-color:#eb5c20; }
.hero-arrow-prev{ left:24px; }
.hero-arrow-next{ right:24px; }

/* 响应式 */
@media (max-width:1200px){
  .hero-carousel-arrow{ width:44px; height:44px; font-size:24px; }
  .hero-arrow-prev{ left:16px; }
  .hero-arrow-next{ right:16px; }
}
@media (max-width:768px){
  .hero-carousel-arrow{ width:36px; height:36px; font-size:20px; }
  .hero-arrow-prev{ left:8px; }
  .hero-arrow-next{ right:8px; }
  .hero-carousel-dots{ bottom:24px; gap:10px; }
  .hero-dot{ width:10px; height:10px; }
}
}

/*--- ≤600px ---*/
@media (max-width: 600px){
.pain-points-grid{ grid-template-columns: 1fr; }
.sol-detail-grid{ grid-template-columns: 1fr; }
.sol-cases-grid{ grid-template-columns: 1fr; }
.sol-process-grid{ grid-template-columns: 1fr; }
.footer-grid{ grid-template-columns: 1fr; }
.sol-hero-title{ font-size: 28px; }
}

/*--- ≤480px ---*/
@media (max-width: 480px){
.process{
padding: 40px 0;
}
.process-tag{
font-size: 16px;
}
.process-title{
font-size: 22px;
}
.process-lead{
font-size: 14px;
}
.process-card-img{
height: 180px;
}
.process-card-content{
padding: 14px;
}
.process-card-num{
font-size: 56px;
top: 6px;
left: 14px;
}
.process-card-title{
font-size: 18px;
}
.process-card-period{
font-size: 14px;
}
.process-card-desc{
font-size: 14px;
line-height: 1.6;
}
}

/*--- other ---*/
@media (max-width:1200px){
.header-inner{ padding:0 32px; }
.container{ padding:0 32px; }
.results__grid{
grid-template-columns: repeat(2, 320px);
justify-content: center;
}
}
@media (max-width:1024px){
.main-nav{ display:none; }
.main-nav.active{
display:flex; flex-direction:column;
position:fixed; top:0; right:0; width:280px; height:100vh;
background:var(--dark-2); padding:80px 32px 32px;
gap:16px; transform:none;
}
.main-nav.active .nav-link{ font-size:16px; }
.mobile-toggle{ display:flex; }
.hero-title-line1{ font-size:40px; }
.hero-title-line2{ font-size:48px; }
.hero-desc{ font-size:18px; max-width:600px; }
.hero-data{ flex-wrap:wrap; gap:24px 0; }
.data-item{ padding:0 32px; }
.data-item:nth-child(3) .data-separator{ display:none; }
.pain-grid{ grid-template-columns:repeat(2, 1fr); }
.services-inner{
flex-direction: column;
gap: 48px;
}
.services-left,
.services-right{
flex: 1 1 100%;
width: 100%;
}
.services-left-img{
display: none;
}
.cases{
height: auto;
padding: 80px 0;
}
.cases__grid{
grid-template-columns: 1fr;
gap: 32px;
}
.cases__card{
width: 100%;
height: auto;
}
.cases__detail-panel{
width: 100%;
max-height: 0;
padding: 0 32px;
}
.cases__detail-panel--visible{
max-height: 800px;
padding: 32px;
margin-top: 24px;
}
.cases__detail-body{
grid-template-columns: 1fr;
gap: 24px;
}
.cases__detail-col:not(:last-child)::after{
display: none;
}
.results{
height: auto;
padding: 80px 0;
}
.results__grid{
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.results__card{
width: 100%;
height: auto;
}
.growth-grid, .process-grid{ grid-template-columns:repeat(2, 1fr); }
.insights-grid{ grid-template-columns:repeat(2, 1fr); }
.footer-grid{ grid-template-columns:1fr 1fr 1fr; }
.footer-brand{ grid-column:1 / -1; }
.solutions-top-grid{ grid-template-columns: 1fr; }
.solutions-bottom-grid{ grid-template-columns: 1fr; }
.sol-card-horizontal{ width: 100%; max-width: 708px; }
.sol-card-vertical{ width: 100%; max-width: 400px; margin: 0 auto; }
.growth-grid{
grid-template-columns: 1fr;
justify-items: center;
}
.growth-card{
width: 100%;
max-width: 460px;
height: auto;
min-height: 500px;
}
}
@media (max-width:640px){
.sol-title{ font-size: 24px; }
.sol-card-horizontal{ flex-direction: column; height: auto; }
.sol-img-round{ margin: 0 auto; }
.sol-card-content{ text-align: center; padding: 24px; }
.sol-btn{ margin: 0 auto; }
.sol-card-content h3{ text-align: center; }
.sol-card-points{ align-items: center; }
.sol-card-points li{ justify-content: center; }
.sol-card-vertical{ height: auto; min-height: 500px; }
.sol-card-vertical h3{ text-align: center; }
.sol-card-vertical p{ text-align: center; padding: 0 20px; }
.cases__header .section-title{ font-size: 26px; }
.cases__header .section-tag{ font-size: 20px; }
.cases__header .section-lead{ font-size: 16px; }
.cases__card{ border-radius: 14px; padding: 24px; }
.cases__detail-panel{
border-radius: 18px;
padding: 0 24px;
}
.cases__detail-panel--visible{
padding: 24px;
margin-top: 20px;
}
.cases__detail-title{ font-size: 20px; }
.cases__detail-col-title{ font-size: 14px; }
.cases__detail-col p{ font-size: 13px; }
.results__header .section-title{ font-size: 26px; }
.results__header .section-tag{ font-size: 20px; }
.results__header .section-lead{ font-size: 16px; }
.results__grid{
grid-template-columns: 1fr;
gap: 24px;
}
.results__card{ height: auto; padding: 32px 24px; }
.results__num{ font-size: 46px; }
.results__label{ font-size: 18px; }
.results__sub{ font-size: 14px; }
}
@media (max-width:768px){
.header-inner{ padding:0 20px; }
.container{ padding:0 20px; }
.hero{ min-height:800px; }
.hero-inner{ padding-top:60px; }
.hero-title-line1{ font-size:28px; }
.hero-title-line2{ font-size:36px; }
.hero-desc{ font-size:15px; max-width:440px; }
.hero-cta-wrap{ flex-direction:column; align-items:center; gap:12px; }
.btn-hero{ width:220px; height:48px; font-size:18px; }
.hero-data{ gap:16px 0; }
.data-item{ padding:0 20px; }
.data-num{ font-size:36px; }
.data-label{ font-size:13px; }
.data-separator{ height:80px; }
.sub-nav-inner{
justify-content:flex-start;
padding:10px 16px;
gap:6px;
}
.sub-nav-link{
padding:6px 14px;
font-size:13px;
}
.painpoints{ padding:60px 0; }
.painpoints-tag{ font-size:18px; }
.painpoints-title{ font-size:26px; padding-bottom:32px; }
.painpoints-head{ margin-bottom:32px; }
.pain-grid{ grid-template-columns:1fr; }
.pain-card{ height:auto; }
.pain-card-body h3{ font-size:21px; }
.pain-card-body p{ font-size:15px; }
.section{ padding:60px 0; }
.section-title{ font-size:26px; }
.solutions-top-grid, .solutions-bottom-grid, .cases-grid, .results-grid, .process-grid, .insights-grid{
grid-template-columns:1fr;
}
.cta-inner h2{ font-size:28px; }
.sub-nav.sticky{
top: 64px;
}
.services{
padding: 60px 0;
min-height: auto;
}
.services-big-num{
font-size: 80px;
}
.services-subtitle{
font-size: 18px;
}
.services-title{
font-size: 26px;
}
.services-desc{
font-size: 16px;
}
.service-card{
flex-direction: column;
gap: 16px;
min-height: auto;
padding: 24px;
}
.service-card-body h3{
font-size: 20px;
}
.service-card-body p{
font-size: 14px;
}
.service-card-icon{
width: 40px;
height: 40px;
}
.growth{
padding: 60px 0;
min-height: auto;
}
.growth-tag{
font-size: 18px;
margin-bottom: 16px;
}
.growth-title{
font-size: 24px;
}
.growth-desc{
font-size: 16px;
}
.growth-card{
padding: 28px 24px;
min-height: auto;
}
.growth-card h3{
font-size: 20px;
}
.growth-card p{
font-size: 14px;
}
.growth-list li{
font-size: 14px;
}
}
@media (max-width:480px){
.hero{ min-height:700px; }
.hero-title-line1{ font-size:24px; }
.hero-title-line2{ font-size:28px; }
.hero-desc{ font-size:14px; }
.hero-data{ gap:12px; }
.data-item{ padding:0 14px; }
.data-num{ font-size:28px; }
.data-label{ font-size:12px; }
.data-separator{ height:60px; }
.btn-hero{ width:200px; height:44px; font-size:16px; }
.btn-nav-cta{ width:160px; height:42px; font-size:14px; }
.services-big-num{
font-size: 64px;
}
.services-title{
font-size: 22px;
}
}
@media (max-width:1024px){
.rs-bc-inner,.as-article,.as-related-inner{padding-left:32px;padding-right:32px;}
.as-grid{grid-template-columns:1fr 280px;gap:40px;}
.as-title{font-size:28px;}
.as-related-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:768px){
.as-banner-img{height:280px;}
.as-grid{grid-template-columns:1fr;}
.as-sidebar{position:static;}
.as-title{font-size:24px;}
.as-h2{font-size:20px;}.as-content h2{font-size:20px;}
.as-intro{font-size:15px;padding:20px;}
.as-cta{padding:48px 0;}
.as-cta-title{font-size:22px;}
.as-related-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto;}
.as-related{padding:48px 0;}
}
@media (max-width:640px){
.rs-bc-inner,.as-article,.as-related-inner{padding-left:20px;padding-right:20px;}
.as-banner-img{height:220px;}
.as-title{font-size:22px;}
.as-h2{font-size:18px;}.as-content h2{font-size:18px;}
.as-section{margin-bottom:30px;}
.as-highlights{padding:20px;}
.as-conclusion{padding:24px 20px;}
.as-cta-btns{flex-direction:column;align-items:center;}
}
@media (max-width:1024px){
.cat-list .rss-cards{grid-template-columns:1fr 1fr !important;}
}
@media (max-width:768px){
.cat-header{min-height:340px;}
.cat-header-title{font-size:28px;}
.cat-list .rss-cards{grid-template-columns:1fr !important;max-width:500px;margin:0 auto;}
}
@media (max-width:640px){
.cat-header{min-height:280px;}
.cat-header-inner,.cat-list-inner{padding-left:20px;padding-right:20px;}
.cat-header-title{font-size:24px;}
.cat-header-desc{font-size:14px;}
}
