@charset "UTF-8";
	h1,h2,h3,h4,h5,h6,.page-tit1,.page-tit2,.page-tit3,.page-tit4,.page-tit5,.page-tit6 {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:bold;
}
h1,.page-tit1 {
	font-size:2.5rem !important;
}
h2,.page-tit2 {
	font-size:2rem !important;
	margin-bottom:20px !important;
	margin-top:0;
}
h3,.page-tit3 {
	font-size:1.5rem !important;
	margin-bottom:15px !important;
	margin-top:0;
}
h4,.page-tit4 {
	font-size:1.1rem !important;
	margin-bottom:10px !important;
	margin-top:0;
}
h5,.page-tit5 {
	font-size:0.95rem !important;
	margin-bottom:5px !important;
	margin-top:0;
}
@media (max-width:570px) {
	h1,.page-tit1 {
		font-size:1.5rem !important;
	}
h2,.page-tit2 {
	font-size:1.3rem !important;
}
h3,.page-tit3 {
	font-size:1.1rem !important;
}
h4,.page-tit4 {
	font-size:1rem !important;
}
}
.rounded-img,.modern-product-section img {
	border-radius:10px;
}
:root {
	--primary-blue:#003366;
	--accent-blue:#0056b3;
	--text-dark:#2c3e50;
	--text-gray:#555555;
	--bg-light:#f8f9fa;
	--border-color:#e9ecef;
	--white:#ffffff;
}
.modern-product-section {
	padding:20px 0 0px 0;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	color:var(--text-dark);
}
.modern-intro {
	text-align:center;
	max-width:900px;
	margin:0 auto 50px auto;
}
.modern-intro h2 {
	color:var(--primary-blue);
}
.modern-intro p {
	font-size:1.1rem;
	line-height:1.6;
	color:var(--text-gray);
	margin-bottom:0;
}
.product-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
	gap:30px;
	margin-bottom:60px;
}
.product-card {
	background:#fff;
	border:1px solid var(--border-color);
	border-radius:8px;
	padding:35px 30px;
	transition:all 0.3s ease;
	display:flex;
	flex-direction:column;
	position:relative;
	box-shadow:0 4px 6px rgba(0,0,0,0.02);
}
.product-card:hover {
	transform:translateY(-5px);
	box-shadow:0 12px 24px rgba(0,0,0,0.08);
	border-color:var(--accent-blue);
}
.card-icon {
	width:50px;
	height:50px;
	margin-bottom:25px;
	color:var(--primary-blue);
}
.card-icon svg {
	width:100%;
	height:100%;
	fill:currentColor;
}
.product-card h3 {
	font-weight:600;
	color:var(--text-dark);
}
.product-card h3 a {
	text-decoration:none;
	color:inherit;
	transition:color 0.2s;
}
.product-card:hover h3 a {
	color:var(--accent-blue);
}
.card-tagline {
	font-size:0.95rem;
	font-weight:700;
	text-transform:uppercase;
	color:var(--accent-blue);
	margin-bottom:15px;
	letter-spacing:0.5px;
	display:block;
}
.card-description {
	font-size:1rem;
	line-height:1.6;
	color:var(--text-gray);
	margin-bottom:20px;
	flex-grow:1;
}
.card-features,.res-info {
	list-style:none;
	padding:0;
	margin:0 0 25px 0;
	font-size:0.95rem;
	color:var(--text-dark);
}
.card-features li,.res-info li {
	padding-left:20px;
	position:relative;
	margin-bottom:8px;
	line-height:1.4;
}
.card-features li::before,.res-info li::before {
	content:"•";
	color:var(--accent-blue);
	font-weight:bold;
	position:absolute;
	left:0;
}
.key-value {
	background-color:#f0f7ff;
	border-left:3px solid var(--accent-blue);
	padding:12px 15px;
	font-size:0.9rem;
	color:var(--text-dark);
	margin-bottom:25px;
	font-style:italic;
}
.card-btn {
	display:inline-block;
	text-align:center;
	padding:12px 0;
	width:100%;
	border:1px solid var(--primary-blue);
	color:var(--primary-blue);
	text-decoration:none;
	border-radius:4px;
	font-weight:600;
	transition:all 0.2s;
	text-transform:uppercase;
	font-size:0.9rem;
	letter-spacing:0.5px;
}
.card-btn:hover {
	background-color:var(--primary-blue);
	color:#fff;
}
.stats-banner {
	background-color:var(--primary-blue);
	color:var(--white);
	border-radius:8px;
	padding:40px 20px;
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:60px;
	text-align:center;
}
.stat-item {
	flex:1;
	min-width:200px;
	padding:10px;
}
.stat-number {
	display:block;
	font-size:2.5rem;
	font-weight:700;
	margin-bottom:5px;
	color:#4da6ff;
}
.stat-label {
	font-size:1rem;
	text-transform:uppercase;
	letter-spacing:1px;
	opacity:0.9;
}
.why-us-section {
	background-color:var(--bg-light);
	padding:50px 30px;
	border-radius:8px;
	margin-bottom:40px;
}
.section-header {
	text-align:center;
	margin-bottom:40px;
}
.section-header h3 {
	color:var(--primary-blue);
	font-size:1.8rem;
	margin-bottom:10px;
}
.features-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
	gap:30px;
}
.feature-item {
	text-align:center;
}
.feature-icon-circle {
	width:60px;
	height:60px;
	background-color:#fff;
	border:2px solid var(--accent-blue);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto 20px auto;
	color:var(--accent-blue);
}
.feature-icon-circle svg {
	width:30px;
	height:30px;
	fill:currentColor;
}
.feature-item h3,.feature-item h4 {
	font-size:1.2rem;
	color:var(--text-dark);
	margin-bottom:10px;
	font-weight:600;
}
.feature-item p {
	font-size:0.95rem;
	color:var(--text-gray);
	line-height:1.5;
}
.cta-box {
	text-align:center;
	padding:40px;
	background:linear-gradient(to bottom,#fff,#f4f6f9);
	border:1px solid #e0e0e0;
	border-radius:8px;
	margin-top:20px;
}
.cta-box p.disclaimer {
	color:#666;
	font-size:0.9rem;
	margin-bottom:20px;
	font-style:italic;
}
.cta-box h3,.cta-box h4 {
	color:var(--primary-blue);
	font-size:1.4rem;
	margin-bottom:20px;
}
.cta-btn-large {
	display:inline-block;
	background-color:var(--accent-blue);
	color:#fff;
	padding:15px 40px;
	border-radius:50px;
	font-weight:bold;
	text-decoration:none;
	transition:background 0.3s;
	box-shadow:0 4px 15px rgba(0,86,179,0.3);
}
.cta-btn-large:hover {
	background-color:var(--primary-blue);
	color:#fff;
	transform:translateY(-2px);
}
.lists {
	display:none;
}
.cta-box .page-tit3 + p {
	margin-bottom:25px;
}
.cta-box .disclaimer {
	margin-top:25px;
}
.cta-box .disclaimer .icon-info {
	margin-right:5px;
}
:root {
	--primary-blue:#003366;
	--accent-blue:#0056b3;
	--highlight-orange:#e67e22;
	--text-dark:#2c3e50;
	--text-gray:#555555;
	--bg-light:#f8f9fa;
	--border-color:#e9ecef;
	--white:#ffffff;
}
.category-intro {
	border-bottom:1px solid var(--border-color);
	padding-bottom:30px;
	margin-bottom:40px;
}
.category-intro h2 {
	font-size:2rem;
	font-weight:700;
	color:var(--primary-blue);
	margin-bottom:15px;
	line-height:1.2;
}
.category-intro p {
	font-size:1.05rem;
	line-height:1.7;
	color:var(--text-gray);
	margin-bottom:15px;
}
.intro-sub-text {
	font-size:0.95rem;
	color:#666;
	font-style:italic;
	border-left:4px solid var(--highlight-orange);
	padding-left:15px;
	margin-top:20px;
	background:#fdfdfd;
	padding:10px 15px;
}
.value-props {
	display:flex;
	flex-wrap:wrap;
	background:var(--white);
	border:1px solid var(--border-color);
	border-radius:8px;
	box-shadow:0 4px 15px rgba(0,0,0,0.03);
	margin-bottom:50px;
	overflow:hidden;
}
.prop-item {
	flex:1;
	text-align:center;
	padding:25px 15px;
	border-right:1px solid #eee;
	min-width:140px;
}
.prop-item:last-child {
	border-right:none;
}
.prop-item strong {
	display:block;
	color:var(--primary-blue);
	margin-bottom:5px;
	font-size:1.1rem;
}
.prop-item span {
	font-size:0.8rem;
	color:#888;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-weight:600;
}
.series-section-title {
	font-size:1.6rem;
	color:var(--primary-blue);
	margin:0 0 30px;
	font-weight:700;
	border-left:5px solid var(--primary-blue);
	padding-left:15px;
}
.series-grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:30px;
	margin-bottom:60px;
}
.series-card {
	background:#fff;
	border:1px solid var(--border-color);
	border-radius:8px;
	overflow:hidden;
	transition:transform 0.3s,box-shadow 0.3s;
	display:flex;
	flex-direction:column;
}
.series-card:hover {
	transform:translateY(-5px);
	box-shadow:0 15px 30px rgba(0,0,0,0.08);
	border-color:var(--accent-blue);
}
.series-img {
	height:200px;
	background:#f4f4f4;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
.series-img svg {
	width:64px;
	height:64px;
	fill:#bbb;
	transition:0.3s;
}
.series-card:hover .series-img svg {
	fill:var(--primary-blue);
}
.series-info {
	padding:25px;
	display:flex;
	flex-direction:column;
	flex-grow:1;
}
.series-tags {
	display:flex;
	gap:6px;
	margin-bottom:15px;
	flex-wrap:wrap;
}
.series-tags span {
	font-size:0.7rem;
	background:#eff2f5;
	padding:3px 8px;
	border-radius:3px;
	color:#555;
	font-weight:600;
	text-transform:uppercase;
}
.series-info h3 {
	font-size:1.3rem;
	color:var(--primary-blue);
	margin:0 0 10px;
	font-weight:700;
}
.series-info p {
	font-size:0.95rem;
	color:var(--text-gray);
	line-height:1.6;
	margin-bottom:20px;
	flex-grow:1;
}
.btn-series {
	display:inline-block;
	padding:10px 20px;
	background:var(--primary-blue);
	color:#fff;
	text-decoration:none;
	font-weight:600;
	border-radius:4px;
	font-size:0.9rem;
	align-self:flex-start;
	transition:background 0.3s;
}
.btn-series:hover {
	background:var(--accent-blue);
	color:#fff;
}
.why-choose-us {
	margin-bottom:50px;
}
.why-choose-us h2,.why-choose-us h3 {
	font-size:1.8rem;
	color:var(--primary-blue);
	margin-bottom:30px;
	font-weight:700;
	text-align:center;
}
.advantage-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
}
.adv-item {
	padding:30px 20px;
	background:#fff;
	border:1px solid var(--border-color);
	border-radius:8px;
	display:flex;
	flex-direction:column;
	align-items:center;
	transition:0.3s;
}
.adv-item:hover {
	box-shadow:0 10px 25px rgba(0,0,0,0.05);
	border-color:var(--highlight-orange);
}
.adv-icon {
	margin-bottom:20px;
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(230,126,34,0.1);
	border-radius:50%;
}
.adv-icon svg {
	width:24px;
	height:24px;
	fill:var(--highlight-orange);
}
.adv-item h3,.adv-item h4 {
	font-size:1.1rem;
	margin:0 0 10px;
	color:var(--primary-blue);
	font-weight:700;
	text-align:center;
}
.adv-item p {
	font-size:0.9rem;
	color:var(--text-gray);
	line-height:1.5;
	margin:0;
	text-align:center;
}
.qa-compliance-bar {
	background:#f1f4f8;
	border-left:4px solid var(--primary-blue);
	padding:25px;
	margin-bottom:40px;
	border-radius:0 6px 6px 0;
	display:flex;
	align-items:flex-start;
	gap:20px;
}
.qa-icon {
	flex-shrink:0;
	background:var(--primary-blue);
	width:40px;
	height:40px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.qa-icon svg {
	fill:#fff;
	width:20px;
	height:20px;
}
.qa-content h3,.qa-content h4 {
	color:var(--primary-blue);
	font-size:1.15rem;
	margin:0 0 5px;
	font-weight:700;
}
.qa-content p {
	font-size:0.95rem;
	line-height:1.6;
	color:#444;
	margin:0;
}
.app-section {
	background:#001a35;
	padding:50px 30px;
	border-radius:8px;
	color:#fff;
	text-align:center;
	margin-bottom:40px;
}
.app-section h3 {
	font-size:1.6rem;
	margin:0 0 15px;
	color:#fff;
}
.app-section p.sub-p {
	opacity:0.8;
	margin-bottom:30px;
}
.app-list {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:15px;
}
.app-card {
	background:rgba(255,255,255,0.08);
	padding:20px 10px;
	border-radius:6px;
	border:1px solid rgba(255,255,255,0.1);
}
.app-card h5,.app-card .page-tit5 {
	font-size:0.95rem;
	color:var(--highlight-orange);
	margin:0 0 5px;
	font-weight:700;
}
.app-card p {
	font-size:0.8rem;
	opacity:0.8;
	margin:0;
}
.technical-resources-box {
	padding:30px;
	background:#f8f9fa;
	border-top:4px solid var(--highlight-orange);
	border-radius:4px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px;
	box-shadow:0 2px 10px rgba(0,0,0,0.03);
}
.res-info h3,.res-info h4 {
	color:var(--primary-blue);
	font-size:1.3rem;
	margin:0 0 10px;
	font-weight:700;
}
.res-info p {
	color:var(--text-gray);
	font-size:0.95rem;
	margin:0 0 10px;
}
.res-info ul {
	color:#666;
	font-size:0.9rem;
	margin:0;
	line-height:1.5;
}
.res-cta-btn {
	white-space:nowrap;
	background:var(--primary-blue);
	color:#fff;
	padding:12px 25px;
	border-radius:4px;
	font-weight:700;
	text-decoration:none;
	transition:0.3s;
}
.res-cta-btn:hover {
	background:var(--accent-blue);
	color:#fff;
	transform:translateY(-2px);
}
.why-choose-us .advantage-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
	gap:30px;
}
.rov-hero-text,.top-text {
	font-size:16px;
	line-height:1.8;
	color:#555;
	margin-bottom:50px;
	border-left:5px solid #0056b3;
	padding:25px 30px;
	background:linear-gradient(to right,#f4f8fb,#fff);
	border-radius:0 8px 8px 0;
	box-shadow:0 2px 10px rgba(0,0,0,0.03);
}
.tech-header {
	font-size:26px;
	font-weight:700;
	color:#004085;
	margin-top:60px;
	margin-bottom:25px;
	position:relative;
	padding-bottom:15px;
}
.tech-header:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:3px;
	background:#0056b3;
}
.sub-tech-header {
	font-size:20px;
	color:#2c3e50;
	margin-top:35px;
	margin-bottom:15px;
	font-weight:600;
	border-left:3px solid #0056b3;
	padding-left:15px;
}
.tech-paragraph {
	margin-bottom:20px;
	text-align:justify;
	line-height:1.75;
	font-size:15px;
}
.feature-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
	gap:30px;
	margin:45px 0;
}
.feature-box {
	background:#fff;
	padding:35px 25px;
	border-radius:8px;
	box-shadow:0 20px 40px -10px rgba(0,43,77,0.08);
	transition:transform 0.3s ease,box-shadow 0.3s ease;
	border-top:4px solid #0056b3;
}
.feature-box:hover {
	transform:translateY(-7px);
	box-shadow:0 15px 40px rgba(0,86,179,0.15);
}
.feature-icon {
	width:50px;
	height:50px;
	fill:#0056b3;
	margin-bottom:20px;
}
.feature-title {
	font-size:18px;
	font-weight:700;
	margin-bottom:12px;
	color:#222;
}
.specs-table {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	margin:15px 0 35px;
	box-shadow:0 5px 20px rgba(0,0,0,0.05);
	border-radius:8px;
	overflow:hidden;
	border:1px solid #eee;
}
.specs-table th {
	background:#004085;
	color:white;
	padding:18px;
	text-align:left;
	font-weight:600;
	letter-spacing:0.5px;
}
.specs-table td {
	padding:16px;
	border-bottom:1px solid #f0f0f0;
	color:#555;
	font-size:14px;
}
.specs-table tr:last-child td {
	border-bottom:none;
}
.specs-table tr:nth-child(even) {
	background-color:#f8fbff;
}
.specs-table tr:hover {
	background-color:#f1f4f9;
}
.compliance-grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:30px;
	margin-bottom:60px;
}
.info-box {
	padding:30px;
	border-radius:10px;
	overflow:hidden;
	transition:transform 0.3s,box-shadow 0.3s}
.info-box.qa {
	background:#eef2f7;
	border-top:4px solid var(--primary-blue);
}
.info-box.res {
	background:#fff8f2;
	border-top:4px solid var(--highlight-orange);
}
.info-box:hover {
	transform:translateY(-5px);
	box-shadow:0 15px 30px rgba(0,0,0,0.08);
}
.info-box h3,.info-box h4 {
	color:var(--primary-blue);
	font-size:1.15rem;
	margin:0 0 5px;
	font-weight:700;
}
.info-box p {
	font-size:0.9rem;
	color:var(--text-gray);
	line-height:1.5;
	margin-bottom:20px;
}
.info-box ul {
	font-size:0.9rem;
	color:var(--text-gray);
}
.res-link-btn {
	color:#e67e22;
	font-weight:700;
	text-decoration:none;
	display:inline-block;
	margin-top:15px;
	transition:padding-left 0.3s;
}
.res-link-btn:hover {
	padding-left:8px;
}
.why-us-container {
	margin-top:80px;
	margin-bottom:60px;
}
.section-tit-center {
	text-align:center;
	font-size:28px;
	font-weight:700;
	color:#004085;
	margin-bottom:50px;
}
.why-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
	gap:30px;
}
.why-card {
	background:#fff;
	border:1px solid #eef2f5;
	border-radius:8px;
	padding:35px 25px;
	transition:all 0.3s ease;
}
.why-card:hover {
	box-shadow:0 15px 30px rgba(0,64,133,0.08);
	transform:translateY(-5px);
	border-color:#0056b3;
}
.why-icon {
	width:42px;
	height:42px;
	fill:#0056b3;
	margin-bottom:20px;
}
.why-card h3,.why-card h4 {
	font-size:18px;
	font-weight:700;
	color:#2c3e50;
	margin-bottom:12px;
}
.why-card p {
	font-size:14px;
	line-height:1.6;
	color:#666;
	margin:0;
}
.faq-container {
	margin-top:60px;
	margin-bottom:40px;
	background-color:#f9fbfd;
	padding:45px;
	border-radius:8px;
	border:1px solid #e1e8ed;
	border-left:5px solid #004085;
}
.faq-item {
	margin-bottom:15px;
	border-bottom:1px solid #ebebeb;
}
.faq-item:last-child {
	border-bottom:none;
}
details {
	transition:all 0.3s ease;
}
summary {
	padding:18px 0;
	cursor:pointer;
	font-weight:600;
	font-size:16px;
	color:#333;
	list-style:none;
	display:flex;
	justify-content:space-between;
	align-items:center;
	user-select:none;
}
summary::-webkit-details-marker {
	display:none;
}
summary:after {
	content:'+';
	font-size:22px;
	color:#0056b3;
	font-weight:300;
	transition:transform 0.3s;
}
details[open] summary:after {
	transform:rotate(45deg);
}
details[open] summary {
	color:#0056b3;
}
.faq-answer {
	padding:0 0 25px 0;
	color:#666;
	font-size:15px;
	line-height:1.7;
}
.final-cta-section {
	background:linear-gradient(135deg,#002b4d 0%,#004e92 100%);
	color:#ffffff;
	border-radius:8px;
	padding:60px 40px;
	margin-top:80px;
	margin-bottom:30px;
	text-align:center;
	position:relative;
	overflow:hidden;
	box-shadow:0 15px 35px rgba(0,43,77,0.25);
}
.final-cta-section h3 {
	color:#ffffff;
	font-size:28px;
	font-weight:700;
	margin:0 0 20px 0;
	letter-spacing:0.5px;
}
.final-cta-section p {
	color:rgba(255,255,255,0.9);
	font-size:16px;
	line-height:1.8;
	margin:0 auto 30px auto;
	max-width:800px;
}
.cta-btn-primary {
	background-color:#ffffff;
	color:#004085;
	font-weight:700;
	padding:14px 35px;
	border-radius:4px;
	text-decoration:none;
	transition:all 0.3s ease;
	border:2px solid #ffffff;
	display:inline-block;
}
.cta-btn-primary:hover {
	background-color:transparent;
	color:#ffffff;
}
.cta-btn-secondary {
	background-color:transparent;
	color:#ffffff;
	font-weight:600;
	padding:14px 35px;
	border-radius:4px;
	text-decoration:none;
	transition:all 0.3s ease;
	border:2px solid rgba(255,255,255,0.3);
	display:inline-flex;
	align-items:center;
	cursor:pointer;
}
.cta-btn-secondary:hover {
	border-color:#ffffff;
	background-color:rgba(255,255,255,0.1);
}
.pinout-grid {
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(170px,1fr));
	gap:20px;
	margin-bottom:40px;
	margin-top:20px;
}
.pinout-item {
	border:1px solid #e1e1e1;
	border-radius:4px;
	padding:15px;
	text-align:center;
	background:#fff;
	transition:transform 0.2s;
}
.pinout-item:hover {
	transform:translateY(-3px);
	box-shadow:0 5px 15px rgba(0,0,0,0.05);
}
.pinout-label {
	display:block;
	margin-top:10px;
	font-weight:600;
	color:#333;
	font-size:0.9rem;
}
.pn-wrapper {
	background:#f8f9fa;
	border:1px solid #ddd;
	padding:25px;
	border-radius:6px;
	margin-bottom:40px;
}
.pn-example {
	font-family:'Courier New',monospace;
	font-size:1.4rem;
	font-weight:700;
	color:#0056b3;
	margin-bottom:20px;
	text-align:center;
	letter-spacing:2px;
}
.pn-breakdown {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	justify-content:space-between;
}
.pn-segment {
	flex:1;
	min-width:120px;
	background:#fff;
	padding:10px;
	border-left:3px solid #0056b3;
	box-shadow:0 2px 4px rgba(0,0,0,0.05);
}
.pn-segment h5,.pn-segment .page-tit5 {
	margin:0 0 5px 0;
	font-size:0.85rem;
	color:#666;
	text-transform:uppercase;
}
.pn-segment p {
	margin:0;
	font-size:0.9rem;
	font-weight:600;
	color:#333;
}
.show-center {
	text-align:center;
}
.show-center img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.technical-faq-header {
	margin-bottom:20px;
}
.final-cta-section .cta-circle-1 {
	position:absolute;
	top:-50%;
	left:-10%;
	width:300px;
	height:300px;
	background:rgba(255,255,255,0.05);
	border-radius:50%;
}
.final-cta-section .cta-circle-2 {
	position:absolute;
	bottom:-50%;
	right:-10%;
	width:400px;
	height:400px;
	background:rgba(255,255,255,0.03);
	border-radius:50%;
}
.final-cta-section .cta-content {
	position:relative;
	z-index:2;
}
.final-cta-section .cta-title {
	color:#ffffff;
	font-weight:700;
	margin-bottom:20px;
	letter-spacing:0.5px;
}
.final-cta-section .cta-text {
	color:rgba(255,255,255,0.9);
	font-size:16px;
	line-height:1.8;
	margin-bottom:30px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.final-cta-section .cta-buttons {
	display:flex;
	gap:20px;
	justify-content:center;
	flex-wrap:wrap;
}
.final-cta-section .cta-buttons .icon-mail {
	margin-right:10px;
}
.final-cta-section .cta-note {
	margin-top:25px;
	font-size:13px;
	color:rgba(255,255,255,0.5);
}
.material-list {
	list-style-type:none;
	padding-left:0;
	margin-bottom:30px;
}
.material-item {
	margin-bottom:15px;
	padding-left:20px;
	border-left:4px solid #0097a7;
}
.specs-table {
	width:100%;
	border-collapse:collapse;
	min-width:600px;
}
.specs-table-head tr {
	background-color:#f8f9fa;
}
.density-note {
	font-size:0.85em;
	color:#666;
}
.pn-section-wrapper {
	margin-top:50px;
	margin-bottom:30px;
}
.pn-desc-text {
	font-weight:400;
	font-size:0.8em;
}
.termination-wrapper {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	margin-bottom:40px;
}
.termination-text-col {
	flex:1;
	min-width:300px;
}
.termination-qa-col {
	flex:1;
	min-width:300px;
	background:#f4f7f9;
	padding:25px;
	border-radius:4px;
	border-left:4px solid #2c3e50;
}
.termination-qa-title {
	color:#2c3e50;
}
.termination-qa-list {
	font-size:0.95rem;
	line-height:1.6;
	color:#555;
}
.termination-qa-item {
	margin-bottom:10px;
}
.faq-header {
	margin-bottom:20px;
}
.cta-decoration-1 {
	position:absolute;
	top:-50%;
	left:-10%;
	width:300px;
	height:300px;
	background:rgba(255,255,255,0.05);
	border-radius:50%;
}
.cta-decoration-2 {
	position:absolute;
	bottom:-50%;
	right:-10%;
	width:400px;
	height:400px;
	background:rgba(255,255,255,0.03);
	border-radius:50%;
}
.cta-content-wrapper {
	position:relative;
	z-index:2;
}
.cta-main-title {
	color:#ffffff;
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
	letter-spacing:0.5px;
}
.cta-desc-text {
	color:rgba(255,255,255,0.9);
	font-size:16px;
	line-height:1.8;
	margin-bottom:30px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.cta-btn-wrapper {
	display:flex;
	gap:20px;
	justify-content:center;
	flex-wrap:wrap;
}
.cta-icon-margin {
	margin-right:10px;
}
.custom-eng-box {
	background-color:#f8fafc;
	border:1px solid #e2e8f0;
	border-radius:8px;
	padding:30px 40px;
	margin:50px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:40px;
	box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);
	transition:box-shadow 0.3s ease,transform 0.3s ease;
}
.custom-eng-box:hover {
	box-shadow:0 12px 20px -3px rgba(0,0,0,0.08);
	transform:translateY(-1px);
	border-color:#cbd5e1;
}
.eng-info-group {
	display:flex;
	align-items:flex-start;
	flex:1;
	min-width:0;
}
.eng-icon-container {
	flex-shrink:0;
	width:56px;
	height:56px;
	background:#ffffff;
	border:1px solid #e2e8f0;
	border-radius:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:24px;
	box-shadow:0 2px 5px rgba(0,0,0,0.03);
}
.eng-icon-svg {
	width:28px;
	height:28px;
	fill:#0056b3;
}
.eng-text-content {
	display:flex;
	flex-direction:column;
}
.eng-title {
	margin:0 0 12px 0;
	color:#0056b3;
	font-size:1.25rem;
	font-weight:700;
	line-height:1.2;
}
.eng-problem-line {
	display:flex;
	align-items:center;
	font-size:1.05rem;
	font-weight:700;
	color:#1e293b;
	margin-bottom:8px;
}
.eng-problem-icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:18px;
	height:18px;
	background-color:#e2e8f0;
	color:#64748b;
	border-radius:50%;
	font-size:12px;
	font-weight:800;
	margin-right:8px;
}
.eng-desc {
	margin:0;
	font-size:0.95rem;
	line-height:1.6;
	color:#475569;
}
.eng-btn-group {
	flex-shrink:0;
}
.eng-btn-primary {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background-color:#0056b3;
	color:#ffffff !important;
	font-weight:600;
	font-size:0.95rem;
	padding:14px 32px;
	border-radius:6px;
	text-decoration:none;
	transition:all 0.25s cubic-bezier(0.4,0,0.2,1);
	white-space:nowrap;
	box-shadow:0 4px 6px rgba(0,86,179,0.2);
	border:1px solid transparent;
}
.eng-btn-primary:hover {
	background-color:#ff6b00;
	box-shadow:0 6px 15px rgba(255,107,0,0.3);
	transform:translateY(-2px);
}
.eng-btn-arrow {
	margin-left:6px;
	transition:transform 0.2s ease;
}
.eng-btn-primary:hover .eng-btn-arrow {
	transform:translateX(4px);
}
@media (max-width:900px) {
	.custom-eng-box {
	flex-direction:column;
	align-items:flex-start;
	gap:25px;
	padding:25px;
}
.eng-info-group,.eng-btn-group,.eng-btn-primary {
	width:100%;
}
.eng-btn-group {
	display:flex;
}
}
@media (max-width:600px) {
	.eng-info-group {
	flex-direction:column;
}
.eng-icon-container {
	margin-bottom:15px;
}
}
.material-comparison-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
	gap:20px;
	margin:40px 0;
}
.mat-card {
	background:#f8f9fa;
	padding:25px;
	border-left:4px solid #0056b3;
	border-radius:4px;
}
.mat-card h4 {
	margin-top:0;
	color:#333;
	font-size:1.2rem;
}
.mat-card ul {
	padding-left:20px;
	margin-bottom:0;
}
.mat-card li {
	margin-bottom:8px;
	font-size:0.95rem;
	color:#555;
}
.series-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
	gap:30px;
	margin-top:40px;
	font-family:Arial,Helvetica,sans-serif;
}
.series-card {
	background-color:#ffffff;
	border:1px solid #e0e0e0;
	border-radius:8px;
	overflow:visible;
	transition:transform 0.3s ease,box-shadow 0.3s ease;
	display:flex;
	flex-direction:column;
	position:relative;
}
.series-card:hover {
	transform:translateY(-5px);
	box-shadow:0 15px 30px rgba(0,0,0,0.1);
	border-color:#b0c4de;
}
.series-media-wrapper {
	position:relative;
	width:100%;
	height:220px;
	overflow:hidden;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background-color:#f4f4f4;
}
.series-media-wrapper .show-center {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
.series-media-wrapper img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform 0.5s ease;
	display:block;
}
.series-card:hover .series-media-wrapper img {
	transform:scale(1.05);
}
.figure-caption-text {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,40,85,0.9);
	color:#fff;
	font-size:0.85rem;
	padding:10px 80px 10px 15px;
	box-sizing:border-box;
	transform:translateY(100%);
	transition:transform 0.3s ease;
	z-index:1;
	line-height:1.4;
}
.series-card:hover .figure-caption-text {
	transform:translateY(0);
}
.series-img {
	position:absolute;
	bottom:-24px;
	right:20px;
	width:56px;
	height:56px;
	background-color:#003366;
	border:3px solid #ffffff;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:10;
	box-shadow:0 4px 6px rgba(0,0,0,0.15);
}
.series-img svg {
	width:28px;
	height:28px;
	fill:#ffffff;
}
.series-info {
	padding:35px 25px 25px 25px;
	flex-grow:1;
	display:flex;
	flex-direction:column;
}
.series-info h3 {
	margin:0 0 10px 0;
	font-size:1.25rem;
	color:#222;
	font-weight:700;
}
.series-info p {
	font-size:0.95rem;
	color:#666;
	line-height:1.6;
	margin:0 0 25px 0;
	flex-grow:1;
}
.material-comparison-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
	gap:25px;
	margin-bottom:40px;
}
.mat-card {
	background:#f8f9fa;
	padding:25px;
	border:1px solid #e0e0e0;
	border-radius:8px;
}
.mat-card h4 {
	color:#004e80;
	margin-bottom:15px;
	font-size:1.2rem;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
.mat-card ul {
	padding-left:20px;
	margin:0;
}
.mat-card li {
	margin-bottom:10px;
	font-size:0.95rem;
}
.specs-table tbody tr:nth-child(even) {
	background-color:#f4f6f8;
}
.process-flow-container {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:20px;
	margin:50px 0;
}
.process-node {
	flex:1;
	min-width:200px;
	text-align:center;
	padding:30px 20px;
	background:#f8f9fa;
	border:1px solid #e1e8ed;
	border-radius:6px;
	transition:transform 0.3s ease;
}
.process-node:hover {
	transform:translateY(-5px);
	box-shadow:0 10px 20px rgba(0,0,0,0.08);
}
.node-number {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	background:#002b49;
	color:#fff;
	border-radius:50%;
	font-weight:bold;
	font-size:1.2rem;
	margin:0 auto 20px;
}
.material-tag {
	display:inline-block;
	background:#002b49;
	color:#fff;
	padding:3px 10px;
	border-radius:4px;
	font-size:0.85rem;
}
.quick-specs-container {
	background-color:#f8f9fa;
	border-left:5px solid #002b49;
	padding:25px;
	margin:40px 0;
}
.quick-specs-grid {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	margin-top:15px;
}
.spec-item {
	flex:1;
	min-width:150px;
}
.spec-item strong {
	display:block;
	color:#002b49;
	font-size:0.9rem;
	text-transform:uppercase;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.spec-item span {
	font-size:1.1rem;
	font-weight:600;
	color:#333;
}
.api-specs-table th:nth-child(1),.api-specs-table td:nth-child(1) {
	width:15%;
}
.api-specs-table th:nth-child(2),.api-specs-table td:nth-child(2) {
	width:35%;
}
.api-specs-table th:nth-child(3),.api-specs-table td:nth-child(3) {
	width:50%;
}
.mfg-process-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
	gap:25px;
	margin:40px 0;
}
.mfg-step-card {
	background:#f9f9f9;
	border-bottom:3px solid #002b49;
	padding:30px;
	transition:all 0.3s ease;
}
.mfg-step-card:hover {
	background:#ffffff;
	box-shadow:0 10px 30px rgba(0,0,0,0.1);
	transform:translateY(-5px);
}
.pdc-grade-tag,.spec-tag {
	display:inline-block;
	padding:4px 8px;
	border-radius:4px;
	font-size:0.85rem;
	font-weight:700;
	color:#fff;
	background:#2c3e50;
}
.tag-impact {
	background-color:#e67e22;
}
.tag-abrasion {
	background-color:#27ae60;
}
.tag-premium {
	background-color:#8e44ad;
}
.quality-block {
	margin-top:30px;
}
.quality-block .title-side {
	border:0;
}
.quality-box {
	background:#f8f9fa;
	border:1px solid #e9ecef;
	border-top:3px solid var(--primary-blue);
	padding:25px 20px;
	border-radius:4px;
	text-align:center;
	box-shadow:0 2px 8px rgba(0,0,0,0.03);
	transition:transform 0.3s ease;
}
.quality-box:hover {
	transform:translateY(-3px);
	box-shadow:0 5px 15px rgba(0,51,102,0.1);
}
.quality-icon {
	width:40px;
	height:40px;
	margin:0 auto 15px auto;
	background:rgba(0,51,102,0.1);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.quality-icon svg {
	width:22px;
	height:22px;
	fill:var(--primary-blue);
}
.quality-title {
	font-size:1.1rem;
	color:var(--primary-blue);
	font-weight:700;
	margin:0 0 10px 0;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.quality-text {
	font-size:0.9rem;
	color:#555;
	line-height:1.6;
	margin:0;
}
.quality-text strong {
	color:var(--highlight-orange);
	font-weight:600;
}
.table-responsive .specs-table {
	min-width:650px;
	border-collapse:collapse;
}
.feature-split-section {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	gap:40px;
	margin:40px 0 60px 0;
	padding:0 10px;
	box-sizing:border-box;
}
.feature-text-col {
	flex:1;
	min-width:300px;
}
.feature-visual-col {
	flex:1;
	min-width:300px;
	background-color:#f5f7fa;
	border-radius:6px;
	padding:20px;
	border:1px solid #e1e4e8;
	box-sizing:border-box;
}
.feature-title {
	font-size:26px;
	font-weight:700;
	color:#2c3e50;
	margin-bottom:18px;
	border-left:4px solid #0056b3;
	padding-left:15px;
	line-height:1.2;
}
.feature-desc {
	font-size:16px;
	line-height:1.6;
	color:#555;
	margin-bottom:20px;
	text-align:justify;
}
.tech-capability-list {
	list-style:none;
	padding:0;
	margin:0;
}
.tech-capability-item {
	position:relative;
	padding-left:24px;
	margin-bottom:10px;
	font-size:15px;
	color:#444;
	font-weight:500;
}
.tech-capability-item::before {
	content:'';
	position:absolute;
	left:0;
	top:8px;
	width:8px;
	height:8px;
	background-color:#0056b3;
	border-radius:50%;
}
.feature-split-section .show-center {
	text-align:center;
	margin:0;
	font-size:13px;
	color:#7f8c8d;
	font-style:italic;
	line-height:1.4;
}
.feature-split-section .show-center img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto 10px auto;
	border-radius:4px;
}
.testimonial-section-wrapper {
	padding:80px 20px;
	background:linear-gradient(180deg,#f8f9fa 0%,#ffffff 100%);
	border-top:1px solid #eaeaea;
	overflow:hidden;
	font-family:inherit;
	box-sizing:border-box;
}
.testimonial-section-wrapper * {
	box-sizing:border-box;
}
.testimonial-header {
	text-align:center;
	max-width:900px;
	margin:0 auto 50px auto;
}
.testimonial-header h2 {
	margin-bottom:20px;
	color:#2c3e50;
	font-size:2rem;
	font-weight:700;
}
.testimonial-header p {
	max-width:700px;
	margin:0 auto;
	color:#666;
	line-height:1.6;
}
.metrics-bar {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:40px;
	gap:20px;
	flex-wrap:wrap;
}
.metric-box {
	padding:0 15px;
	text-align:center;
}
.metric-value {
	font-size:2.5rem;
	font-weight:800;
	line-height:1;
	margin-bottom:5px;
	color:#2c3e50;
	background:linear-gradient(45deg,#2c3e50,#3498db);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	background-clip:text;
	color:transparent;
}
.metric-label {
	font-size:0.85rem;
	color:#7f8c8d;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
}
.metric-divider {
	width:1px;
	height:40px;
	background:#e0e0e0;
}
.carousel-container {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
}
.carousel-track {
	display:flex;
	gap:0;
	overflow-x:auto;
	scroll-snap-type:x mandatory;
	scroll-behavior:smooth;
	padding-bottom:30px;
	scrollbar-width:none;
	-ms-overflow-style:none;
}
.carousel-track::-webkit-scrollbar {
	display:none;
}
.carousel-btn {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:48px;
	height:48px;
	border-radius:50%;
	background:#ffffff;
	border:1px solid #e0e0e0;
	box-shadow:0 4px 12px rgba(0,0,0,0.1);
	cursor:pointer;
	z-index:20;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all 0.3s ease;
}
.carousel-btn:hover {
	background:#2c3e50;
	border-color:#2c3e50;
	box-shadow:0 6px 16px rgba(44,62,80,0.3);
}
.carousel-btn svg {
	width:24px;
	height:24px;
	fill:#555;
	transition:fill 0.3s;
}
.carousel-btn:hover svg {
	fill:#ffffff;
}
.prev-btn {
	left:-20px;
}
.next-btn {
	right:-20px;
}
.testimonial-card {
	flex:0 0 100%;
	scroll-snap-align:center;
	background:#ffffff;
	border-radius:12px;
	border:1px solid #f0f0f0;
	box-shadow:0 10px 30px rgba(0,0,0,0.04);
	display:flex;
	flex-direction:column;
	position:relative;
	overflow:hidden;
	margin:0;
}
.testimonial-card::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:4px;
	background:linear-gradient(90deg,#3498db,#2c3e50);
}
.card-content {
	padding:50px 60px;
	height:100%;
	display:flex;
	flex-direction:column;
}
.quote-mark {
	font-size:4rem;
	line-height:0.5;
	color:#eef2f7;
	font-family:Georgia,serif;
	margin-bottom:25px;
	display:block;
}
.review-text {
	font-size:1.25rem;
	line-height:1.6;
	color:#444;
	margin:0 auto 40px auto;
	max-width:900px;
	font-style:italic;
}
.reviewer-meta {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:20px;
	border-top:1px solid #f5f5f5;
	padding-top:30px;
	margin-top:auto;
	text-align:left;
}
.avatar-circle {
	width:64px;
	height:64px;
	border-radius:50%;
	color:#ffffff;
	font-weight:700;
	font-size:1.4rem;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	text-transform:uppercase;
}
.reviewer-info {
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.reviewer-name {
	font-weight:800;
	color:#2c3e50;
	font-size:1.1rem;
	margin-bottom:4px;
	line-height:1.2;
}
.reviewer-details {
	font-size:0.95rem;
	color:#666;
	line-height:1.4;
}
.reviewer-role {
	font-weight:600;
	color:#555;
}
.reviewer-separator {
	margin:0 6px;
	color:#ccc;
}
.theme-blue .quote-mark {
	color:#3498db;
}
.theme-blue.testimonial-card::before {
	background:#3498db;
}
.theme-blue .avatar-circle {
	background-color:#3498db;
}
.theme-orange .quote-mark {
	color:#e67e22;
}
.theme-orange.testimonial-card::before {
	background:#e67e22;
}
.theme-orange .avatar-circle {
	background-color:#e67e22;
}
.theme-dark .quote-mark {
	color:#2c3e50;
}
.theme-dark.testimonial-card::before {
	background:#2c3e50;
}
.theme-dark .avatar-circle {
	background-color:#2c3e50;
}
.theme-green .quote-mark {
	color:#27ae60;
}
.theme-green.testimonial-card::before {
	background:#27ae60;
}
.theme-green .avatar-circle {
	background-color:#27ae60;
}
.carousel-dots {
	display:flex;
	justify-content:center;
	gap:12px;
	margin-top:20px;
}
.dot {
	width:12px;
	height:12px;
	background:#e0e0e0;
	border-radius:50%;
	cursor:pointer;
	transition:all 0.3s ease;
}
.dot.active {
	background:#2c3e50;
	transform:scale(1.2);
}
.section-white-separated {
	background-color:#ffffff;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:40px 0 30px 0;
	margin-top:20px;
	margin-bottom:0;
}
.compliance-intro {
	text-align:center;
	max-width:900px;
	margin:0 auto 25px auto;
	color:#666;
	font-size:16px;
	line-height:1.6;
}
.compliance-grid-1 {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
	padding-bottom:10px;
}
.compliance-box {
	background:transparent;
	padding:10px;
	text-align:left;
}
.compliance-icon {
	width:42px;
	height:42px;
	fill:#0056b3;
	margin-bottom:12px;
	display:block;
}
.compliance-box h3 {
	margin-bottom:8px;
	font-size:17px;
	font-weight:700;
	color:#333;
}
.compliance-box p {
	font-size:14px;
	line-height:1.5;
	color:#555;
	margin:0;
}
@media (max-width:992px) {
	.series-grid {
	grid-template-columns:repeat(2,1fr);
}
.advantage-grid {
	grid-template-columns:repeat(3,1fr);
}
.app-list {
	grid-template-columns:repeat(2,1fr);
}
.testimonial-card {
	flex:0 0 calc(50% - 15px);
}
.compliance-grid {
	grid-template-columns:repeat(2,1fr);
	gap:30px;
}
.card-content {
	padding:40px 30px;
}
.prev-btn {
	left:10px;
	opacity:0.8;
}
.next-btn {
	right:10px;
	opacity:0.8;
}
}
@media (max-width:768px) {
	.category-intro h2 {
	font-size:1.6rem;
}
.value-props {
	flex-wrap:wrap;
}
.prop-item {
	flex:1 1 50%;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
.prop-item:nth-child(2n) {
	border-right:none;
}
.prop-item:nth-child(3),.prop-item:nth-child(4) {
	border-bottom:none;
}
.product-grid,.series-grid,.advantage-grid,.compliance-grid,.mfg-process-grid,.features-grid,.app-list,.feature-grid,.why-grid,.pinout-grid,.material-comparison-grid {
	grid-template-columns:1fr !important;
	gap:10px;
}
.qa-compliance-bar {
	flex-direction:column;
	align-items:flex-start;
}
.technical-resources-box {
	flex-direction:column;
	align-items:flex-start;
	gap:20px;
}
.res-cta-btn {
	width:100%;
	text-align:center;
}
.app-section {
	padding:30px 20px;
}
.app-list {
	grid-template-columns:1fr;
}
.feature-grid,.advantage-grid,.mfg-process-grid {
	display:block !important;
}
.feature-box,.adv-item,.mfg-step-card {
	width:100% !important;
	margin-bottom:20px;
	box-sizing:border-box;
}
.show-center img {
	width:100% !important;
	height:auto !important;
}
.cta-btn-wrapper {
	display:flex;
	flex-direction:column;
	gap:12px;
	align-items:center;
}
.cta-btn-primary,.cta-btn-secondary {
	width:100% !important;
	text-align:center;
	margin:0 !important;
	padding:12px 20px !important;
}
.faq-item summary {
	padding:15px 5px;
	font-size:16px;
	line-height:1.4;
}
.feature-split-section {
	flex-direction:column;
}
.feature-visual-col {
	width:100%;
	margin-top:20px;
}
.testimonial-card {
	flex:0 0 100%;
}
.metrics-bar {
	flex-direction:column;
	gap:20px;
}
.metric-divider {
	width:50px;
	height:1px;
}
.prev-btn,.next-btn {
	display:none;
}
.review-text {
	font-size:1.1rem;
}
.reviewer-meta {
	flex-direction:column;
	text-align:center;
	gap:15px;
}
.reviewer-details {
	display:flex;
	flex-direction:column;
	gap:2px;
}
.reviewer-separator {
	display:none;
}
.compliance-grid {
	grid-template-columns:1fr;
	gap:30px;
}
.compliance-box {
	text-align:center;
	padding:0 10px;
}
.compliance-icon {
	margin:0 auto 15px auto;
}
}
.cta-container {
	display:block;
	width:100%;
	margin-top:24px;
	margin-bottom:24px;
	box-sizing:border-box;
}
.cta-container.align-center {
	text-align:center;
}
.cta-container.align-left {
	text-align:left;
}
.cta-container.align-right {
	text-align:right;
}
.link-with-arrow {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size:16px;
	font-weight:600;
	line-height:1.5;
	text-decoration:none;
	color:#0056b3;
	transition:color 0.2s ease,opacity 0.2s ease;
	cursor:pointer;
	padding:8px 12px;
	margin:-8px -12px;
	border-radius:4px;
}
.link-with-arrow .arrow-icon {
	display:inline-block;
	margin-left:6px;
	transition:transform 0.2s ease;
	font-family:Arial,sans-serif;
}
.link-with-arrow:hover {
	color:#003d82;
	background-color:rgba(0,86,179,0.05);
}
.link-with-arrow:hover .arrow-icon {
	transform:translateX(4px);
}
.link-with-arrow:focus-visible {
	outline:2px solid #0056b3;
	outline-offset:2px;
	background-color:rgba(0,86,179,0.1);
}
@media (max-width:768px) {
	.cta-container {
	margin-top:20px;
	margin-bottom:30px;
}
.link-with-arrow {
	font-size:17px;
}
}
.service-process-wrapper {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin:40px 0;
	justify-content:center;
}
.service-step-box {
	flex:1;
	min-width:300px;
	background:#f9f9f9;
	border:1px solid #e0e0e0;
	padding:30px;
	border-radius:4px;
	position:relative;
	transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.service-step-box:hover {
	transform:translateY(-5px);
	box-shadow:0 10px 20px rgba(0,0,0,0.08);
	border-color:#004d99;
}
.step-number {
	font-size:48px;
	font-weight:900;
	color:#e0e0e0;
	position:absolute;
	top:10px;
	right:20px;
	line-height:1;
}
.service-step-box h3 {
	font-size:1.25rem;
	margin-bottom:15px;
	color:#333;
	font-weight:700;
	position:relative;
	z-index:1;
}
.rfq-highlight-box {
	background:#2c3e50;
	color:#fff;
	padding:40px;
	border-radius:6px;
	margin:50px 0;
	text-align:center;
}
.rfq-highlight-box h3 {
	color:#fff;
	font-size:1.8rem;
	margin-bottom:20px;
}
.rfq-highlight-box p {
	color:#bdc3c7;
	max-width:800px;
	margin:0 auto 30px auto;
	line-height:1.6;
}
.service-table td ul {
	padding-left:20px;
	margin:0;
}
.service-table td ul li {
	margin-bottom:5px;
}
.roi-disclaimer {
	grid-column:1 / -1;
	width:100%;
	font-size:0.75rem;
	color:#666;
	margin-top:5px;
}
.sg-grid-container {
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	width:100%;
	box-sizing:border-box;
}
.sg-card {
	background-color:#f9f9f9;
	padding:20px;
	border-radius:4px;
	flex:1;
	min-width:300px;
	box-sizing:border-box;
	transition:transform 0.2s ease,box-shadow 0.2s ease;
}
.sg-card:hover {
	transform:translateY(-2px);
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
}
.sg-card-title {
	color:#0056b3;
	margin-bottom:15px;
	margin-top:0;
	font-weight:600;
	font-size:1.1em;
}
.sg-card-list {
	padding-left:20px;
	margin:0;
	list-style-type:disc;
}
.sg-card-item {
	margin-bottom:10px;
	line-height:1.5;
	color:#333;
}
.sg-card-item:last-child {
	margin-bottom:0;
}
@media (max-width:480px) {
	.sg-card {
	min-width:100%;
}
}
.ci-container {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	color:#333;
	line-height:1.6;
	box-sizing:border-box;
	font-family:inherit;
}
.ci-section-title {
	font-size:2rem;
	color:#003366;
	text-align:center;
	margin-bottom:0.8rem;
	font-weight:700;
	position:relative;
	padding-bottom:12px;
}
.ci-section-title::after {
	content:'';
	display:block;
	width:50px;
	height:3px;
	background-color:#00a0e9;
	margin:12px auto 0;
	border-radius:2px;
}
.ci-sub-title {
	text-align:center;
	font-size:1.05rem;
	color:#666;
	max-width:700px;
	margin:0 auto 2rem;
}
.ci-lead-text {
	font-size:1.1rem;
	color:#555;
	max-width:800px;
	margin:0 auto 2rem;
	text-align:center;
	line-height:1.7;
}
.animate-up {
	opacity:0;
	transform:translateY(20px);
	transition:opacity 0.8s cubic-bezier(0.25,0.46,0.45,0.94),transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.animate-up.visible {
	opacity:1;
	transform:translateY(0);
}
.ci-intro {
	padding:35px 0;
	border-bottom:1px solid #f0f0f0;
}
.ci-scenarios-section {
	padding:40px 0;
	background-color:#fff;
}
.scenarios-grid {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
	margin-top:10px;
}
.scenario-card {
	background:#fff;
	border:1px solid #eee;
	border-radius:8px;
	padding:25px 15px;
	text-align:center;
	transition:all 0.3s ease;
	position:relative;
	overflow:hidden;
	box-shadow:0 5px 15px rgba(0,0,0,0.02);
}
.scenario-card::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background-color:#00a0e9;
	transform:scaleX(0);
	transition:transform 0.3s ease;
	transform-origin:center;
}
.scenario-card:hover {
	transform:translateY(-8px);
	box-shadow:0 15px 30px rgba(0,51,102,0.1);
	border-color:#dbeeff;
}
.scenario-card:hover::after {
	transform:scaleX(1);
}
.scenario-icon-box {
	width:50px;
	height:50px;
	margin:0 auto 15px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background-color:#f4f9ff;
	transition:background-color 0.3s;
}
.scenario-card:hover .scenario-icon-box {
	background-color:#003366;
}
.scenario-card:hover .scenario-icon-box svg {
	fill:#fff;
}
.scenario-icon-box svg {
	width:28px;
	height:28px;
	fill:#003366;
	transition:fill 0.3s;
}
.scenario-card h4 {
	font-size:1.1rem;
	color:#333;
	margin-bottom:8px;
	font-weight:700;
}
.scenario-card p {
	font-size:0.85rem;
	color:#777;
	line-height:1.4;
	margin:0;
}
.ci-panel-section {
	padding:50px 30px;
	border-radius:16px;
	margin:40px 0;
	position:relative;
	width:100%;
	box-sizing:border-box;
}
.bg-light-blue {
	background-color:#eff6fc;
}
.bg-light-grey {
	background-color:#f4f7f9;
}
.ci-panel-section .ci-section-title {
	margin-bottom:40px;
}
.ci-grid-3 {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}
.challenge-card {
	background:#fff;
	padding:30px 20px;
	border-radius:10px;
	box-shadow:0 8px 20px rgba(0,0,0,0.03);
	transition:transform 0.4s ease,box-shadow 0.4s ease;
	text-align:center;
	border-top:4px solid transparent;
	height:100%;
	box-sizing:border-box;
}
.challenge-card:hover {
	transform:translateY(-8px);
	box-shadow:0 15px 35px rgba(0,51,102,0.12);
	border-top-color:#00a0e9;
}
.challenge-icon-wrapper {
	width:65px;
	height:65px;
	background:linear-gradient(135deg,#e6f0fa 0%,#ffffff 100%);
	border:1px solid #e1eaf5;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto 20px;
	box-shadow:0 4px 10px rgba(0,0,0,0.05);
}
.challenge-icon-wrapper svg {
	width:32px;
	height:32px;
	fill:#003366;
}
.challenge-card h3 {
	color:#003366;
	font-size:1.25rem;
	margin-bottom:12px;
	font-weight:700;
}
.challenge-card p {
	font-size:0.95rem;
	color:#666;
	line-height:1.5;
}
.ci-solutions-wrapper {
	padding:40px 0;
}
.ci-solution-grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:30px;
	margin-top:25px;
}
.ci-solution-card {
	background-color:#fff;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 5px 20px rgba(0,0,0,0.05);
	transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1);
	border:1px solid #eef2f6;
	display:flex;
	flex-direction:column;
}
.ci-solution-card:hover {
	transform:translateY(-8px);
	box-shadow:0 15px 30px rgba(0,51,102,0.15);
	border-color:#b3d7ff;
}
.card-img-wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
	border-bottom:3px solid #003366;
}
.card-img-wrapper p.show-center {
	margin:0;
	padding:0;
}
.card-img-wrapper img {
	width:100%;
	height:240px;
	object-fit:cover;
	display:block;
	transition:transform 0.6s ease;
}
.ci-solution-card:hover .card-img-wrapper img {
	transform:scale(1.08);
}
.card-img-wrapper .show-center {
	font-size:0.85rem;
	color:#fff;
	background:rgba(0,51,102,0.85);
	position:absolute;
	bottom:0;
	width:100%;
	text-align:left;
	padding:8px 15px;
	box-sizing:border-box;
	font-style:normal;
}
.card-content {
	padding:25px;
	flex-grow:1;
}
.card-content h3 {
	font-size:1.4rem;
	color:#003366;
	margin-bottom:12px;
	font-weight:700;
}
.card-content p.desc {
	font-size:0.95rem;
	color:#555;
	margin-bottom:15px;
	line-height:1.5;
}
.card-features {
	list-style:none;
	padding:0;
	margin:0;
	border-top:1px solid #eee;
	padding-top:15px;
}
.card-features li {
	position:relative;
	padding-left:25px;
	margin-bottom:8px;
	color:#444;
	font-size:0.9rem;
	line-height:1.4;
}
.card-features li::before {
	content:'';
	position:absolute;
	left:0;
	top:2px;
	width:14px;
	height:14px;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300a0e9'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
}
.value-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}
.value-card {
	background:#fff;
	padding:40px 20px;
	border-radius:12px;
	text-align:center;
	box-shadow:0 8px 25px rgba(0,0,0,0.06);
	transition:transform 0.4s ease;
	position:relative;
	border-bottom:4px solid #00a0e9;
}
.value-card:hover {
	transform:translateY(-8px);
}
.value-icon {
	margin-bottom:20px;
}
.value-icon svg {
	width:50px;
	height:50px;
	fill:#003366;
}
.value-number-wrapper {
	font-size:3.5rem;
	font-weight:800;
	color:#00a0e9;
	line-height:1;
	margin-bottom:10px;
	display:flex;
	justify-content:center;
	align-items:baseline;
}
.value-unit {
	font-size:1.5rem;
	color:#00a0e9;
	margin-left:5px;
}
.value-card h4 {
	font-size:1.25rem;
	margin-bottom:12px;
	color:#333;
	font-weight:700;
}
.value-card p {
	font-size:0.95rem;
	color:#666;
	line-height:1.5;
}
.ci-cta-section {
	background:linear-gradient(135deg,#003366 0%,#001f3f 100%);
	padding:70px 20px;
	text-align:center;
	border-radius:12px;
	margin-bottom:40px;
	color:#fff;
	position:relative;
	overflow:hidden;
	box-shadow:0 15px 40px rgba(0,51,102,0.25);
}
.ci-cta-section::before,.ci-cta-section::after {
	content:'';
	position:absolute;
	border-radius:50%;
	background:rgba(0,160,233,0.08);
}
.ci-cta-section::before {
	width:200px;
	height:200px;
	top:-50px;
	left:-50px;
}
.ci-cta-section::after {
	width:150px;
	height:150px;
	bottom:-30px;
	right:-30px;
}
.cta-content {
	position:relative;
	z-index:2;
}
.cta-content h2 {
	font-size:2rem;
	margin-bottom:15px;
	color:#fff;
	font-weight:700;
}
.cta-content p {
	font-size:1.1rem;
	color:rgba(255,255,255,0.9);
	max-width:600px;
	margin:0 auto 30px;
}
.cta-btn {
	display:inline-block;
	background-color:#00a0e9;
	color:#fff;
	font-size:1.1rem;
	font-weight:600;
	padding:15px 40px;
	border-radius:50px;
	text-decoration:none;
	transition:all 0.3s ease;
	box-shadow:0 4px 15px rgba(0,160,233,0.4);
	border:2px solid transparent;
}
.cta-btn:hover {
	background-color:#0081bc;
	transform:translateY(-3px);
	box-shadow:0 8px 25px rgba(0,160,233,0.5);
}
@media (max-width:992px) {
	.scenarios-grid {
	grid-template-columns:repeat(2,1fr);
}
.ci-panel-section {
	padding:40px 20px;
}
.ci-grid-3,.value-grid {
	gap:20px;
}
}
@media (max-width:768px) {
	.ci-section-title {
	font-size:1.6rem;
}
.ci-grid-3,.ci-solution-grid,.value-grid,.scenarios-grid {
	grid-template-columns:1fr;
}
.ci-panel-section {
	margin:30px 0;
	padding:30px 20px;
}
.card-img-wrapper img {
	height:200px;
}
.value-number-wrapper {
	font-size:2.5rem;
}
.ci-lead-text {
	font-size:1rem;
	margin-bottom:1.5rem;
}
.cta-content h2 {
	font-size:1.5rem;
}
}
.app-section .data-book-reference{
	margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}
.app-section .data-book-reference .sub-p {
	font-size:.9rem;
}
.app-section .card-features {
	border-top:1px solid rgba(255,255,255,0.3);
}
.app-section .card-features li {
	color:rgba(255,255,255,.8);
	text-align:left;
}
.hw-specs-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:50px;}
.spec-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;display:flex;flex-direction:column;}
.spec-header{display:flex;align-items:center;margin-bottom:15px;}
.spec-icon-box{background:#eff6ff;color:#2563eb;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-right:12px;}
.spec-title{font-size:1.1rem;font-weight:700;margin:0;}
.spec-text{font-size:0.95rem;color:#64748b;margin-bottom:20px;flex-grow:1;}
.spec-visual{height:8px;width:100%;background:#f1f5f9;border-radius:4px;overflow:hidden;}
.bar-sensor{background:repeating-linear-gradient(to right,#2563eb,#2563eb 32%,#fff 32%,#fff 34%,#2563eb 34%,#2563eb 66%,#fff 66%,#fff 68%,#2563eb 68%);}
.bar-thermal{background:linear-gradient(to right,#3b82f6,#fbbf24,#ef4444);}
.bar-power{background:#10b981;height:100%;width:100%;}
.blueprint-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:40px 0;}
.blueprint-item{position:relative;background:#0f172a;color:#f8fafc;padding:40px 30px;border-radius:4px;}
.bracket{position:absolute;width:20px;height:20px;border:2px solid #3b82f6;}
.br-tl{top:15px;left:15px;border-right:0;border-bottom:0;}
.br-br{bottom:15px;right:15px;border-left:0;border-top:0;}
.blueprint-index{font-family:monospace;color:#3b82f6;font-size:1rem;margin-bottom:10px;}
.blueprint-title{font-size:1.25rem;font-weight:700;margin-bottom:15px;color:#fff;}
.blueprint-text{font-size:0.95rem;color:#94a3b8;}
.cpu-span-full { 
    grid-column: span 3; 
}
@media (max-width: 768px) {
    .cpu-span-full { 
        grid-column: span 1; 
    }
}
.ci-scenarios-section {
	padding: 3rem 1rem; /* Reduced from 5rem */
	background-color: #ffffff; /* White bg */
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	overflow: hidden;
}

.ci-container {
	max-width: 1100px; /* Slightly tighter container */
	margin: 0 auto;
}

/* Section Header */
.ci-header-box {
	text-align: center;
	margin-bottom: 2.5rem; /* Reduced from 4rem */
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.ci-header-box.visible {
	opacity: 1;
	transform: translateY(0);
}

.ci-section-title {
	font-size: 2.25rem;
	color: #222;
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.ci-sub-title {
	font-size: 1.05rem;
	color: #666;
	max-width: 700px;
	line-height: 1.6;
}

/* Scenario Item Row - Compact Spacing */
.scenario-item {
	display: flex;
	align-items: center;
	gap: 3rem; /* Reduced from 4rem */
	margin-bottom: 3rem; /* Reduced from 5rem */
	padding-bottom: 3rem; /* Optional: adds subtle separation */
	border-bottom: 1px solid #f0f0f0; /* Very light divider */
	position: relative;
}

/* Remove border/margin from the last item */
.scenario-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/* Alternating Layout (Zig-Zag) for Desktop */
.scenario-item:nth-child(even) {
	flex-direction: row-reverse;
}

/* Image Column */
.scenario-img-col {
	flex: 1;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	/* Removed strong shadow for cleaner look */
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	background: #f8f8f8;
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Animation Directions */
.scenario-item:nth-child(odd) .scenario-img-col {
	transform: translateX(-30px);
}
.scenario-item:nth-child(even) .scenario-img-col {
	transform: translateX(30px);
}

.scenario-item.visible .scenario-img-col {
	opacity: 1;
	transform: translateX(0);
}

/* Placeholder <p> tag styling */
.scenario-img-col .show-center {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
}

.scenario-img-col img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 300px; /* Slightly reduced height */
	object-fit: cover;
	transition: transform 0.6s ease;
}

.scenario-item:hover .scenario-img-col img {
	transform: scale(1.03);
}

/* Caption Styling */
.scenario-img-col .show-center span {
	display: block;
	padding: 8px 10px;
	background: #fff;
	color: #999;
	font-size: 0.8rem;
	border-top: 1px solid #eee;
	text-align: center;
}

/* Text Column */
.scenario-txt-col {
	flex: 1;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.scenario-item.visible .scenario-txt-col {
	opacity: 1;
	transform: translateY(0);
}

.scenario-txt-col h4 {
	font-size: 1.6rem;
	color: #2c3e50;
	margin: 0 0 0.75rem 0;
	font-weight: 700;
}

.scenario-meta {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 600;
	color: #e67e22;
	margin-bottom: 1rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.scenario-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #555;
	margin-bottom: 1rem;
}

/* Compact Benefits List */
.scenario-benefits {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
}

.scenario-benefits li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 0.4rem;
	color: #444;
	font-size: 0.9rem;
}

.scenario-benefits li::before {
	content: "•";
	color: #e67e22;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.1rem;
	line-height: 1.4rem;
}

/* Button */
.scenario-link {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #2c3e50;
	padding: 10px 24px;
	border-radius: 25px;
	font-size: 0.9rem;
	font-weight: 600;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.scenario-link:hover {
	background-color: #e67e22;
	transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 900px) {
	.scenario-item {
		flex-direction: column !important;
		gap: 1.5rem;
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}

	.scenario-item:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.scenario-item:nth-child(even) .scenario-img-col,
	.scenario-item:nth-child(odd) .scenario-img-col {
		transform: translateY(20px);
	}

	.scenario-txt-col {
		text-align: center;
	}

	.scenario-benefits {
		text-align: left;
		display: inline-block;
	}
}

.why-choose-us .advantage-grid-2 {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:30px;
}
.tech-header span{display:block;font-size:1.2rem;}