/*************************************
 ** - About Page CSS
 ** - 依赖 style.css 中的 .section-title / .about-content / .title-decoration / .hire-area
 *************************************/

/* ===== What We Do ===== */
.about-whatwedo-area {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.about-whatwedo-area .section-title {
	margin-bottom: 50px;
}

.about-whatwedo-area .section-title p {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.about-whatwedo-area .whatwedo-rows {
	margin-top: -15px;
}

.about-whatwedo-area .whatwedo-rows > [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.whatwedo-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 36px 30px;
	height: 100%;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	/* border-top: 3px solid #e50914; */
}

.whatwedo-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.whatwedo-card .whatwedo-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(229, 9, 20, 0.1);
	color: #e50914;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 20px;
}

.whatwedo-card h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
}

.whatwedo-card p {
	font-size: 15px;
	line-height: 1.8;
	color: #5a5a5a;
	margin: 0 0 20px 0;
}

.whatwedo-card .whatwedo-tag {
	display: inline-flex;
	align-items: center;
	padding: 7px 16px 7px 8px;
	background: linear-gradient(135deg, rgba(229, 9, 20, 0.06) 0%, rgba(229, 9, 20, 0.14) 100%);
	border: 1px solid rgba(229, 9, 20, 0.2);
	border-radius: 50px;
	color: #c20810;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1.4;
	transition: all 0.3s ease;
	max-width: 100%;
}

.whatwedo-card .whatwedo-tag::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e50914;
	color: #ffffff;
	font-size: 9px;
	margin-right: 8px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.whatwedo-card:hover .whatwedo-tag {
	background: linear-gradient(135deg, #e50914 0%, #b00710 100%);
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0 6px 16px rgba(229, 9, 20, 0.3);
}

.whatwedo-card:hover .whatwedo-tag::before {
	background: #ffffff;
	color: #e50914;
}

/* ===== Global Presence: National Strategic Layout ===== */
.about-strategy-area {
	background-color: #f8f9fa;
}

.about-strategy-area .section-title {
	margin-bottom: 50px;
}

.about-strategy-area .section-title p {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.strategy-stats-row {
	margin-bottom: 30px;
}

.strategy-stats-row > [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.strategy-stat {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 15px;
	text-align: center;
	height: 100%;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
}

.strategy-stat:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(229, 9, 20, 0.15);
	/* border-bottom-color: #e50914; */
}

.strategy-stat-number {
	display: block;
	font-size: 44px;
	font-weight: 800;
	color: #e50914;
	line-height: 1.1;
	margin-bottom: 8px;
	letter-spacing: -1px;
	font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
}

.strategy-stat-label {
	display: block;
	font-size: 13px;
	color: #5a5a5a;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.strategy-locations-row > [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.location-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 26px;
	height: 100%;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	/* border-top: 3px solid #e50914; */
	transition: all 0.3s ease;
	position: relative;
}

.location-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.location-card .location-icon-wrap {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(229, 9, 20, 0.08), rgba(229, 9, 20, 0.18));
	color: #e50914;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 16px;
	transition: all 0.3s ease;
}

.location-card:hover .location-icon-wrap {
	background: linear-gradient(135deg, #e50914, #b00710);
	color: #ffffff;
	transform: rotate(-6deg) scale(1.05);
}

.location-card .location-tag {
	display: inline-block;
	padding: 4px 12px;
	background: #e50914;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 4px;
	margin-bottom: 14px;
}

.location-card h3 {
	font-size: 19px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 14px;
	line-height: 1.3;
}

.location-card .location-company {
	font-size: 13px;
	color: #5a5a5a;
	line-height: 1.6;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #e6e6e6;
}

.location-card .location-address {
	font-size: 13px;
	color: #777;
	line-height: 1.6;
	margin: 0;
	display: flex;
	align-items: flex-start;
}

.location-card .location-address i {
	color: #e50914;
	margin-right: 8px;
	margin-top: 3px;
	flex-shrink: 0;
}

/* ===== Global Presence: Global Business Scope ===== */
.about-globalscope-area {
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

.about-globalscope-area::before {
	content: "";
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 900px;
	background: radial-gradient(circle, rgba(229, 9, 20, 0.05) 0%, transparent 65%);
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.about-globalscope-area .container {
	position: relative;
	z-index: 1;
}

.about-globalscope-area .section-title {
	margin-bottom: 50px;
}

.about-globalscope-area .section-title p {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.region-cards-row > [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.region-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 36px 30px;
	height: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border: 1px solid #f0f0f0;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.region-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #e50914, #b00710);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.region-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.region-card:hover::before {
	transform: scaleX(1);
}

.region-header {
	display: flex;
	align-items: center;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #f0f0f0;
}

.region-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #e50914, #b00710);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-right: 16px;
	box-shadow: 0 6px 16px rgba(229, 9, 20, 0.3);
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.region-card:hover .region-icon {
	transform: rotate(360deg);
}

.region-header h3 {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	letter-spacing: 0.3px;
}

.region-countries {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.region-countries li {
	padding: 6px 14px;
	background: #f8f9fa;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	font-size: 13px;
	color: #333;
	font-weight: 500;
	transition: all 0.3s ease;
}

.region-countries li i {
	color: #e50914;
	margin-right: 6px;
	font-size: 11px;
}

.region-card:hover .region-countries li {
	background: rgba(229, 9, 20, 0.06);
	border-color: rgba(229, 9, 20, 0.2);
	color: #1a1a1a;
}

.global-stats-row {
	background: #1E2736;
	border-radius: 16px;
	padding: 50px 30px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.global-stats-row::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, transparent, #e50914, transparent);
}

.global-stats-row > [class*="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.global-stat {
	text-align: center;
	color: #ffffff;
	position: relative;
	padding: 10px 0;
}

.global-stat::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 60px;
	background: rgba(255, 255, 255, 0.12);
}

.global-stats-row > [class*="col-"]:last-child .global-stat::after {
	display: none;
}

.global-stat-number {
	display: block;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 10px;
	background: linear-gradient(135deg, #ffffff 0%, #ff5860 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: -1px;
	font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
}

.global-stat-label {
	display: block;
	font-size: 14px;
	color: #b8b8b8;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

@media (max-width: 991px) {
	.global-stat::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.strategy-stat-number,
	.global-stat-number {
		font-size: 36px;
	}

	.global-stats-row {
		padding: 36px 20px;
	}

	.region-icon {
		width: 48px;
		height: 48px;
		font-size: 20px;
	}

	.region-header h3 {
		font-size: 19px;
	}
}

/* ===== Key Technology Strategy ===== */
.about-tech-strategy-area {
	background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
	position: relative;
	overflow: hidden;
}

.about-tech-strategy-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, transparent, #e50914, transparent);
	opacity: 0.4;
}

.about-tech-strategy-area .section-title {
	margin-bottom: 60px;
}

.about-tech-strategy-area .section-title p {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.tech-strategy-row > [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tech-layer-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 40px 32px;
	height: 100%;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	/* border-top: 4px solid #e50914; */
}

.tech-layer-card::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -40px;
	width: 160px;
	height: 160px;
	background: radial-gradient(circle, rgba(229, 9, 20, 0.08) 0%, transparent 65%);
	border-radius: 50%;
	pointer-events: none;
	transition: all 0.4s ease;
}

.tech-layer-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 48px rgba(229, 9, 20, 0.18);
}

.tech-layer-card:hover::before {
	transform: scale(1.5);
	opacity: 0.5;
}

.tech-layer-header {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	position: relative;
	z-index: 1;
}

.tech-layer-num {
	font-size: 52px;
	font-weight: 800;
	line-height: 1;
	margin-right: 18px;
	letter-spacing: -2px;
	font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
	background: linear-gradient(135deg, #e50914 0%, #b00710 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.tech-layer-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(229, 9, 20, 0.1), rgba(229, 9, 20, 0.2));
	color: #e50914;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	transition: all 0.4s ease;
}

.tech-layer-card:hover .tech-layer-icon {
	background: linear-gradient(135deg, #e50914, #b00710);
	color: #ffffff;
	transform: rotate(360deg) scale(1.05);
}

.tech-layer-card h3 {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.tech-layer-tagline {
	font-size: 14px;
	color: #777;
	line-height: 1.6;
	margin: 0 0 24px 0;
	font-weight: 500;
	padding-bottom: 22px;
	border-bottom: 1px dashed #e6e6e6;
}

.tech-layer-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tech-layer-features li {
	padding: 11px 0;
	font-size: 14px;
	color: #5a5a5a;
	display: flex;
	align-items: center;
	line-height: 1.5;
	font-weight: 500;
	border-bottom: 1px solid #f5f5f5;
}

.tech-layer-features li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.tech-layer-features li i {
	color: #e50914;
	margin-right: 12px;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(229, 9, 20, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.tech-layer-num {
		font-size: 42px;
	}

	.tech-layer-card {
		padding: 32px 24px;
	}
}

/* ===== Industries Served: Application Overview ===== */
.about-industries-area {
	background-color: #ffffff;
	padding: 70px 0;
}

.about-industries-area .section-title {
	margin-bottom: 50px;
}

.about-industries-area .section-title p {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.industry-cards-row > [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.industry-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 18px;
	height: 100%;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	/* border-left: 3px solid #e50914; */
	position: relative;
	text-align: center;
}

.industry-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.industry-card .industry-icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(229, 9, 20, 0.08), rgba(229, 9, 20, 0.18));
	color: #e50914;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: 0 auto 16px;
	transition: all 0.3s ease;
}

.industry-card:hover .industry-icon {
	background: linear-gradient(135deg, #e50914, #b00710);
	color: #ffffff;
	transform: rotate(-6deg) scale(1.05);
}

.industry-card h3 {
	font-size: 17px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.3;
}

/* ===== Contact & Entity Information ===== */
.about-contact-area {
	padding: 110px 0 100px;
	background: linear-gradient(180deg, #fafafa 0%, #fdf2f2 100%);
	position: relative;
	overflow: hidden;
}

.about-contact-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, transparent 0%, #e50914 50%, transparent 100%);
	opacity: 0.5;
}

.about-contact-area::after {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(229, 9, 20, 0.06) 0%, transparent 65%);
	border-radius: 50%;
	pointer-events: none;
}

.about-contact-area .section-title {
	margin-bottom: 60px;
}

.about-contact-area .contact-rows {
	margin-top: -15px;
}

.about-contact-area .contact-rows > [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.about-contact-area .section-title h2 {
	color: #1a1a1a;
}

.about-contact-area .section-title p {
	color: #6b7280;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.about-contact-area .title-decoration {
	background-color: #e50914;
	margin-left: auto;
	margin-right: auto;
}

.contact-info-card {
	background: #ffffff;
	border: 1px solid #eaeaea;
	/* border-top: 3px solid #e50914; */
	border-radius: 12px;
	padding: 32px 28px;
	height: 100%;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.contact-info-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(229, 9, 20, 0.15);
	border-color: #e50914;
}

.contact-info-card .contact-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(229, 9, 20, 0.08), rgba(229, 9, 20, 0.2));
	color: #e50914;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 16px;
	transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon {
	background: linear-gradient(135deg, #e50914, #b00710);
	color: #ffffff;
	transform: rotate(360deg);
}

.contact-info-card h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #888;
	margin-bottom: 8px;
	font-weight: 500;
}

.contact-info-card p,
.contact-info-card a {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	word-break: break-word;
}

.contact-info-card a:hover {
	color: #e50914;
	text-decoration: none;
}

/* ===== Maintenance Note ===== */
.about-note-area {
	position: relative;
	padding: 28px 0;
	background: transparent;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	text-align: center;
	overflow: hidden;
}

.about-note-area::before,
.about-note-area::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 120px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(229, 9, 20, 0.4), transparent);
	transform: translateY(-50%);
}

.about-note-area::before { left: 8%; }
.about-note-area::after { right: 8%; }

.about-note-area .note-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 10px 28px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 30px;
	color: #6b7280;
	font-family: "Courier New", monospace;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.about-note-area .note-inner i {
	color: #e50914;
	font-size: 14px;
	animation: note-pulse 1.8s ease-in-out infinite;
}

.about-note-area .note-inner span.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e50914;
	box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.15);
	animation: note-pulse 1.8s ease-in-out infinite;
}

@keyframes note-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}

@media (max-width: 575px) {
	.about-note-area::before,
	.about-note-area::after { display: none; }
	.about-note-area .note-inner {
		font-size: 11px;
		padding: 8px 18px;
		gap: 10px;
	}
}

/* ===== Section title h2 responsive (extends style.css) ===== */
@media (max-width: 767px) {
	.section-title h2 {
		font-size: 26px;
	}
}
