.hero { position: relative; height: 560px; min-height: 560px; display: grid; align-content: end; overflow: hidden; background: #092846; color: #fff; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,27,47,.96) 0%, rgba(7,37,62,.88) 36%, rgba(7,37,62,.47) 66%, rgba(7,37,62,.14) 100%), linear-gradient(0deg, rgba(3,23,40,.55), transparent 45%); }
.hero-inner { position: relative; z-index: 2; height: 560px; padding: 34px 0 0px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 64px; width:1200px; }
.hero-copy { max-width: 720px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: #087fb6; font-size: 36px; letter-spacing: 0; }
.eyebrow { color: #7fe7ee; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.hero h1 { margin: 13px 0 14px; max-width: none; font-size: 58px; line-height: 1.1; font-weight: 600; letter-spacing: 0; white-space: nowrap; }
.hero h1 strong { color: #fff; font-weight: 800; position: relative; }
.hero h1 strong::after { content: ""; position: absolute; left: 0; right: 2px; bottom: 4px; height: 10px; background: rgba(24,183,201,.48); z-index: -1; }
.hero-copy > p { max-width: 640px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin-top: 26px; }
.hero .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-size: 16px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.hero .button:hover { transform: translateY(-2px); }
.hero .button svg, .text-link svg, .service-card a svg, .case-body a svg, .news a svg { width: 18px; height: 18px; 
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hero .button-primary { background: #087fb6; color: #fff; box-shadow: 0 10px 25px rgba(8,127,182,.28); }
.hero .button-primary:hover { background: #0792cc; box-shadow: 0 13px 30px rgba(8,127,182,.34); }
.hero .button-ghost { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.05); }
.hero .button-ghost:hover { background: rgba(255,255,255,.12); }
.hero .hero-points { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 22px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: 14px; }
.hero .hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points svg { 
    width: 16px; height: 16px; color: #66d7df; 
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero .trust-panel { align-self: center; padding: 22px; background: rgba(246,251,253,.93); color: #172330; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; box-shadow: 0 25px 80px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.hero .trust-heading { display: flex; align-items: center; gap: 8px; padding-bottom: 16px; border-bottom: 1px solid #dbe3e9; color: #4f5f6e; font-size: 13px; }
.trust-heading strong { margin-left: auto; color: #16a36a; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #16a36a; color:green;box-shadow: 0 0 0 5px rgba(22,163,106,.11); }
.trust-certs { display: grid; gap: 8px; padding: 16px 0 12px; }
.hero .cert-item { width: 100%; display: grid; grid-template-columns: 54px 1fr 20px; align-items: center; gap: 12px; padding: 11px; border: 1px solid transparent; border-radius: 4px; background: #fff; text-align: left; cursor: pointer; transition: border .2s ease, transform .2s ease; }
.hero .cert-item:hover { border-color: #a8cddd; transform: translateX(2px); }
.hero .cert-item > svg { width: 18px; height: 18px; color: #758391; }
.hero .cert-item b, .cert-item small { display: block; }
.hero .cert-item b { font-size: 14px; }
.hero .cert-item small { margin-top: 2px; color: #758391; font-size: 12px; }
.hero .cert-badge { display: grid; place-items: center; height: 40px; border: 1px solid #80bfd5; color: #087fb6; font-size: 11px; font-weight: 900; }
.hero .cert-badge-cma { border-color: #cfb274; color: #9b711b; }
.trust-panel > p { margin: 4px 0 0; color:#4f5f6e; font-size: 12px; line-height: 1.7; }

.proof-strip { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; border-top: 1px solid rgba(255,255,255,.14); background: rgba(3,27,47,.86); backdrop-filter: blur(14px); }
.proof-inner { width: 1200px; height: 94px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { position: relative; display: flex; align-items: center; justify-content: center; gap: 13px; }
.proof-item + .proof-item::before { content: ""; position: absolute; left: 0; width: 1px; height: 36px; background: rgba(255,255,255,.16); }
.proof-item strong { font-size: 32px; line-height: 1; }
.proof-item sup { font-size: 16px; color: #68d8df; }
.proof-item strong span { font-size: 16px; margin-left: 2px; color: #68d8df; }
.proof-item > span { max-width: 90px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.45; }
.advantages { position: relative; overflow: hidden; color: #fff; background: #092e4c; }
.advantages::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(102,215,223,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(102,215,223,.2) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, #000 55%); }
.advantages-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; width: 1200px; margin-top: 50px;}
.advantages-copy { padding-top: 20px; }
.advantages h2 { margin: 12px 0 22px; font-size: 40px; line-height: 1.35; }
.advantages-copy p { max-width: 460px; color: rgba(255,255,255,.67); }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: #087fb6; font-weight: 800; font-size: 14px; }
.light-link { margin-top: 25px; color: #77e2e7; }
.advantage-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.advantage-list article { min-height: 230px; padding: 32px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.advantage-list article > span { color: #58cdd7; font-size: 13px; font-weight: 800; }
.advantage-list h3 { margin: 36px 0 10px; font-size: 20px; }
.advantage-list p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }

.process { background: #f4f7f9;     padding: 50px 0; }
.process .container {width: 1200px;margin: 0 auto;}
.process-list { margin: 62px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.process-list li { position: relative; min-width: 0; padding: 0 18px; text-align: center; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; left: calc(50% + 42px); top: 44px; width: calc(100% - 84px); height: 1px; background: #bad1dc; }
.process-list li > span { position: absolute; top: -12px; left: calc(50% + 30px); z-index: 2; display: grid; place-items: center; width: 28px; height: 22px; color: #087fb6; background: #f4f7f9; font-size: 11px; font-weight: 900; }
.process-icon { position: relative; z-index: 1; width: 88px; height: 88px; margin: 0 auto 22px; display: grid; place-items: center; color:#087fb6; background: #fff; border: 1px solid #cfe0e7; border-radius: 50%; box-shadow: 0 9px 28px rgba(14,71,103,.08); }
.process-icon svg { width: 31px; height: 31px;     fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;}
.process-list h3 { margin: 0 0 6px; font-size: 17px; }
.process-list p { margin: 0; color: #758391; font-size: 13px; }
.process .section { padding: 50px 0; }
.process .section-head { margin-bottom: 44px; }
.process .section-head h2 { margin: 8px 0 0; max-width: 760px; font-size: 38px; line-height: 1.3; letter-spacing: 0; }
.process .split-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.process .split-head > p { max-width: 490px; margin: 0 0 5px; color: #4f5f6e; }
.process .centered-head { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.process .centered-head .section-kicker { justify-content: center; }
.process .centered-head h2 { margin-left: auto; margin-right: auto; }
.process .centered-head p { margin: 15px 0 0; color: #4f5f6e; }
.process .section-kicker.light { color: #76e0e6; }


.news { background: #fff; padding: 108px 0; }
.news .container {width: 1200px;margin: 0 auto;}
.news .section { padding: 50px 0; }
.news-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; }
.news-feature { position: relative; min-height: 360px; padding: 38px; display: flex; flex-direction: column; overflow: hidden; color: #fff; background: #0d385b; }
.news-feature::after { content: "CNAS"; position: absolute; right: -15px; bottom: -52px; color: rgba(255,255,255,.055); font-size: 120px; font-weight: 900; }
.news-label { align-self: flex-start; padding: 5px 10px; color: #092e4c; background: #78e0e5; font-size: 11px; font-weight: 900; }
.news-feature time { margin-top: 34px; color: rgba(255,255,255,.45); font-size: 13px; }
.news-feature h3 { position: relative; z-index: 1; margin: 9px 0 12px; font-size: 24px; line-height: 1.5; }
.news-feature p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.news-feature a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 5px; margin-top: auto; color: #78e0e5; font-size: 13px; font-weight: 800; }
.news-list { border-top: 1px solid #dbe3e9; }
.news-list > a { min-height: 120px; display: grid; grid-template-columns: 78px 1fr 24px; align-items: center; gap: 24px; border-bottom: 1px solid #dbe3e9; transition: background .2s ease, padding .2s ease; }
.news-list > a:hover { padding-left: 12px; background: #fff; }
.news-list time { display: block; color: #758391; text-align: center; }
.news-list time b, .news-list time span { display: block; }
.news-list time b { color: #123658; font-size: 27px; line-height: 1.1; }
.news-list time span { font-size: 11px; }
.news-list a > span em, .news-list a > span strong { display: block; font-style: normal; }
.news-list a > span em { margin-bottom: 5px; color: #087fb6; font-size: 11px; font-weight: 800; }
.news-list a > span strong { font-size: 16px; }
.news-list > a > svg { color: #758391; }

.news .section-head { margin-bottom: 44px; }
.news .section-head h2 { margin: 8px 0 0; max-width: 760px; font-size: 38px; line-height: 1.3; letter-spacing: 0; }
.news .split-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.news .split-head > p { max-width: 490px; margin: 0 0 5px; color: #4f5f6e; }
.news .centered-head { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.news .centered-head .section-kicker { justify-content: center; }
.news .centered-head h2 { margin-left: auto; margin-right: auto; }
.news .centered-head p { margin: 15px 0 0; color: #4f5f6e; }
.news .section-kicker.light { color: #76e0e6; }

.pro_text .box .fr { width:100% !important ;}

.pro_text .page_title {
	background: #243b8a
}

.pro_text .page_title h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	display: block;
	background: url(../images/pp.png) no-repeat 0;
	line-height: 80px;
	text-align: center
}

.pro_text .page_tit h3 {
    line-height: 50px;
    font-weight: 400;
    background-size: 16px;
    width: 150px;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
    padding-left: 12px;
}

.pro_text .page_tit h3 a {
	float: left;
	font-size: 16px;
	color: #666
}

.pro_text .page_tit h3.on {
	background: url(../images/bottom.png) no-repeat 95% 15px #243b8a;
	background-size: 16px
}

.pro_text .page_tit h3.on a {
	color: #fff
}

.pro_text .page_tit h3:hover {
	background: url(../images/bottom.png) no-repeat 95% 15px #243b8a;
	background-size: 16px
}

.pro_text .page_tit h3:hover a {
	color: #fff
}

.pro_text .page_tit ul {
	display: none;
	float: left
}

.pro_text .page_tit ul li a {
	font-size: 13px;
	color: #666;
	display: block;
	line-height: 30px;
	padding-left: 20px;
	background: url(../images/bot.png) no-repeat 0;
	background-size: 12px;
	margin-left: 5px
}

.pro_text .page_tit ul li a:hover {
	color: #243b8a;
	background: url(../images/bot2.png) no-repeat 0;
	background-size: 12px;
	display: block
}

.pro_text .page_tit ul li a:hover:hover {
	transition: .89s
}

.pro_text .prolist li {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	border: 1px solid #ddd;
	padding: 12px
	overflow: hidden;
}

.pro_text .prolist li .pic .imgauto {
	width: 100%;
	height: 210px;
}

.pro_text .prolist li .pic .imgauto img {
	transform: scale(1);
	transition: .8s
}

.pro_text .prolist li .text i {
	color: #e53a3e;
	font-style: normal;
	text-align: center;
}

.pro_text .prolist li .text a,.prolist li .text i {
	font-size: 16px;
	display: block;
	margin-top: 15px;
	white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: center;
}

.pro_text .prolist li .text a {
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.pro_text .prolist li:nth-child(4n) {
	margin-right: 0
}

.pro_text .prolist li:hover {
	border-color: #243b8a
}

.pro_text .prolist li:hover .text a {
	color: #243b8a
}

.cases { background: #092e4c;padding: 50px 0; }
.cases .container {width: 1400px;margin: 0 auto;}
.cases .section {  }
.cases .section-kicker { color: #78e0e5; }
.cases .section-head h2 { color: #fff; }
.cases .split-head > p { color: rgba(255,255,255,.68); }
.cases .text-link { color: #78e0e5; }
.case-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.case-tile { overflow: hidden; border: 1px solid #dbe3e9; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.case-tile:hover { transform: translateY(-4px); box-shadow: 0 18px 60px rgba(13, 44, 68, .12); }
.case-tile img { width: 100%; aspect-ratio: 1 / .72; object-fit: cover; }
.case-tile h3 { margin: 0; padding: 16px 14px 18px; color: #172330; font-size: 16px; line-height: 1.35; }
.case-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.case-grid article { min-height: 270px; overflow: hidden; border: 1px solid #dbe3e9; background: #fff; }
.case-lead { grid-row: span 2; display: grid; grid-template-rows: 1.1fr .9fr; }
.case-compact { display: grid; grid-template-columns: 44% 56%; }
.case-visual { position: relative; overflow: hidden; min-height: 220px; display: grid; place-items: center; color: #fff; background: #0d385b; }
.case-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(31,191,204,.26), transparent 55%); }
.case-visual > span { position: absolute; left: 20px; top: 18px; z-index: 2; font-size: 12px; color: rgba(255,255,255,.7); }
.chart-lines { width: 72%; height: 50%; border-left: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); background: linear-gradient(155deg, transparent 45%, #58d7df 46%, #58d7df 48%, transparent 49%), linear-gradient(20deg, transparent 40%, rgba(255,255,255,.65) 41%, rgba(255,255,255,.65) 42%, transparent 43%); transform: skewY(-2deg); }
.data-grid { width: 110px; height: 110px; border: 1px solid rgba(103,226,232,.8); box-shadow: inset 0 0 0 17px rgba(7,61,90,.75), inset 0 0 0 18px rgba(103,226,232,.35); transform: rotate(45deg); }
.shield-rings { width: 110px; height: 110px; border: 1px solid rgba(103,226,232,.75); border-radius: 50%; box-shadow: 0 0 0 18px rgba(103,226,232,.1), 0 0 0 36px rgba(103,226,232,.05); }
.case-visual-three { background: #16364b; }
.case-body { display: flex; flex-direction: column; padding: 28px; }
.case-body > span { color: #087fb6; font-size: 12px; font-weight: 800; }
.case-body h3 { margin: 8px 0 10px; font-size: 21px; }
.case-body p { margin: 0; color: #4f5f6e; font-size: 14px; }
.case-body a { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 18px; color: #087fb6; font-size: 13px; font-weight: 800; }
.case-compact .case-body { padding: 22px; }
.case-compact .case-body h3 { font-size: 18px; }
.cert-dialog { width: min(720px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 6px; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.cert-dialog::backdrop { background: rgba(3,19,32,.74); backdrop-filter: blur(4px); }
.cert-dialog figure { margin: 0; padding: 38px 28px 24px; text-align: center; }
.cert-dialog img { max-height: 72vh; margin: 0 auto; }
.cert-dialog figcaption { padding-top: 12px; font-weight: 800; }
.cert-dialog .dialog-close { position: absolute; right: 8px; top: 8px; z-index: 2; color: #172330; background: rgba(255,255,255,.9); border:none; }
.cert-dialog .icon-button svg {
    width: 24px;
    height: 24px;
}
.cert-dialog svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}