/* AI Solutions page — extends homepage UI */

.services-highlight {
	color: #E86B1B;
	font-weight: 800;
	border-bottom: 3px solid #E86B1B;
	padding-bottom: 5px;
}

.featured-section .feature-block .inner-box {
	border-radius: 14px;
	border: 1px solid rgba(232, 107, 27, 0.1);
	background: #fff;
	transition: all 0.35s ease;
	overflow: hidden;
}

.featured-section .feature-block .inner-box:hover {
	border-color: rgba(232, 107, 27, 0.25);
	box-shadow: 0 14px 36px rgba(232, 107, 27, 0.14);
	transform: translateY(-6px);
}

.featured-section .feature-block .inner-box .icon {
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(232, 107, 27, 0.08);
	border-radius: 14px;
	border: 1px solid rgba(232, 107, 27, 0.14);
}

.statistics-section .stat-box .stat-icon {
	width: 50px;
	height: 50px;
	background: rgba(232, 107, 27, 0.08);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	border: 1px solid rgba(232, 107, 27, 0.15);
}

.statistics-section .stat-box .stat-icon i {
	font-size: 22px;
	color: #E86B1B;
}

/* AI Hero — split layout with animated visual */
.ai-hero-section {
	position: relative;
	padding: 70px 0 80px;
	background: #faf9f6;
	overflow: hidden;
}

.ai-hero-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 85%, rgba(232, 107, 27, 0.08) 0%, transparent 42%),
		radial-gradient(circle at 88% 12%, rgba(240, 148, 74, 0.07) 0%, transparent 38%);
	pointer-events: none;
}

.ai-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 48px;
	align-items: center;
}

.ai-hero-content .hero-tag {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #E86B1B;
	background: rgba(232, 107, 27, 0.1);
	padding: 7px 14px;
	border-radius: 999px;
	margin-bottom: 18px;
}

.ai-hero-content h1 {
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	color: #1a1a2e;
	line-height: 1.2;
	margin: 0 0 20px;
}

.ai-hero-content h1 span {
	color: #E86B1B;
}

.ai-hero-content p {
	font-size: 17px;
	color: #555;
	line-height: 1.75;
	margin: 0 0 30px;
	max-width: 520px;
}

/* Centered hero — text only */
.ai-hero-section.ai-hero-centered {
	text-align: center;
	padding: 80px 0 90px;
}

.ai-hero-section.ai-hero-centered .ai-hero-content {
	max-width: 760px;
	margin: 0 auto;
}

.ai-hero-section.ai-hero-centered .ai-hero-content p {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.ai-hero-section.ai-hero-centered .wow-pill-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* Simple page title — just the page name */
.ai-hero-section.ai-hero-simple {
	padding: 50px 0 55px;
}

.ai-hero-section.ai-hero-simple .ai-hero-content h1 {
	font-size: 42px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0;
}

.ai-hero-section.ai-hero-simple .ai-hero-content h1 span {
	color: #E86B1B;
}

/* Blog article hero */
.blog-article-hero {
	padding: 70px 0 60px;
}

.blog-article-hero .blog-hero-date {
	font-size: 15px;
	color: #666;
	font-weight: 500;
	margin: 0 0 14px;
}

.blog-article-hero h1 {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.blog-article-hero .ai-hero-content p.blog-hero-date {
	margin-bottom: 14px;
}

.sidebar-page-container {
	padding-top: 50px;
}

.ai-hero-visual-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
}

.ai-orb-scene {
	position: relative;
	width: 320px;
	height: 320px;
}

.ai-orb-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid rgba(232, 107, 27, 0.2);
	animation: ai-spin 18s linear infinite;
}

.ai-orb-ring:nth-child(2) {
	inset: 24px;
	border-color: rgba(232, 107, 27, 0.14);
	animation-duration: 14s;
	animation-direction: reverse;
}

.ai-orb-ring:nth-child(3) {
	inset: 48px;
	border: 1px dashed rgba(232, 107, 27, 0.25);
	animation-duration: 22s;
}

.ai-orb-core {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: linear-gradient(135deg, #E86B1B 0%, #F0944A 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 60px rgba(232, 107, 27, 0.45), 0 0 120px rgba(232, 107, 27, 0.2);
	animation: ai-pulse 3s ease-in-out infinite;
}

.ai-orb-core span {
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
}

.ai-orb-node {
	position: absolute;
	width: 12px;
	height: 12px;
	background: #E86B1B;
	border-radius: 50%;
	box-shadow: 0 0 12px rgba(232, 107, 27, 0.6);
	animation: ai-node-float 4s ease-in-out infinite;
}

.ai-orb-node:nth-child(5) { top: 8%; left: 50%; animation-delay: 0s; }
.ai-orb-node:nth-child(6) { top: 50%; right: 4%; animation-delay: 0.8s; }
.ai-orb-node:nth-child(7) { bottom: 10%; left: 30%; animation-delay: 1.6s; }
.ai-orb-node:nth-child(8) { top: 28%; left: 8%; animation-delay: 2.4s; }
.ai-orb-node:nth-child(9) { bottom: 28%; right: 12%; animation-delay: 3.2s; }

.ai-neural-svg {
	position: absolute;
	inset: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	opacity: 0.35;
	animation: ai-fade-pulse 4s ease-in-out infinite;
}

.ai-float-chip {
	position: absolute;
	background: #fff;
	border: 1px solid rgba(232, 107, 27, 0.2);
	border-radius: 10px;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 600;
	color: #E86B1B;
	box-shadow: 0 8px 20px rgba(232, 107, 27, 0.12);
	animation: ai-chip-float 5s ease-in-out infinite;
}

.ai-float-chip.chip-1 { top: 0; right: -10px; animation-delay: 0s; }
.ai-float-chip.chip-2 { bottom: 20px; left: -20px; animation-delay: 1.5s; }
.ai-float-chip.chip-3 { top: 40%; right: -30px; animation-delay: 3s; }

@keyframes ai-spin {
	to { transform: rotate(360deg); }
}

@keyframes ai-pulse {
	0%, 100% { transform: translate(-50%, -50%) scale(1); }
	50% { transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes ai-node-float {
	0%, 100% { transform: translateY(0); opacity: 1; }
	50% { transform: translateY(-8px); opacity: 0.7; }
}

@keyframes ai-fade-pulse {
	0%, 100% { opacity: 0.25; }
	50% { opacity: 0.45; }
}

@keyframes ai-chip-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {
	.ai-hero-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.ai-hero-visual-wrap {
		order: -1;
		min-height: 300px;
	}

	.ai-orb-scene {
		width: 260px;
		height: 260px;
	}

	.ai-hero-content p {
		max-width: 100%;
	}
}

.ai-offer-section {
	padding: 90px 0 70px;
	background: #fff;
}

.ai-offer-card {
	background: #fff;
	border: 1px solid rgba(232, 107, 27, 0.12);
	border-radius: 18px;
	padding: 32px 34px;
	margin-bottom: 28px;
	box-shadow: 0 8px 24px rgba(232, 107, 27, 0.06);
	transition: all 0.35s ease;
	position: relative;
	overflow: hidden;
}

.ai-offer-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #E86B1B, #F0944A);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.ai-offer-card:hover {
	border-color: rgba(232, 107, 27, 0.25);
	box-shadow: 0 14px 36px rgba(232, 107, 27, 0.12);
	transform: translateY(-4px);
}

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

.ai-offer-card h3 {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 12px;
}

.ai-offer-card > p {
	font-size: 15px;
	color: #666;
	line-height: 1.75;
	margin: 0 0 20px;
}

.ai-offer-card h5 {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 14px;
}

.ai-module-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ai-module-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	color: #555;
	margin-bottom: 11px;
}

.ai-module-list li i {
	width: 32px;
	height: 32px;
	min-width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(232, 107, 27, 0.08);
	border: 1px solid rgba(232, 107, 27, 0.14);
	border-radius: 10px;
	color: #E86B1B;
	font-size: 14px;
}

.ai-offer-visual {
	min-height: 200px;
	border-radius: 14px;
	background: linear-gradient(135deg, #faf8f6 0%, #fdeee4 100%);
	border: 1px solid rgba(232, 107, 27, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 56px;
	font-weight: 800;
	color: rgba(232, 107, 27, 0.2);
}

/* Business Impact cards */
.ai-impact-section {
	padding: 80px 0;
	background-color: #faf8f6;
	background-image: url(../images/background/pattern-1.png),
		linear-gradient(165deg, rgba(232, 107, 27, 0.07) 0%, transparent 45%, rgba(240, 148, 74, 0.05) 100%);
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
}

.ai-impact-section .sec-title {
	margin-bottom: 44px;
}

.ai-impact-section .sec-title .title {
	color: #E86B1B;
}

.ai-impact-section .sec-title h2 {
	color: #1a1a2e;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
}

.ai-impact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.ai-impact-card {
	background: #fff;
	border: 1px solid rgba(232, 107, 27, 0.12);
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
	box-shadow: 0 8px 24px rgba(232, 107, 27, 0.08);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ai-impact-card:hover {
	transform: translateY(-6px);
	border-color: rgba(232, 107, 27, 0.25);
	box-shadow: 0 14px 32px rgba(232, 107, 27, 0.14);
}

.ai-impact-num {
	width: 52px;
	height: 52px;
	border: 2px solid #E86B1B;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: #E86B1B;
	margin-bottom: 18px;
	flex-shrink: 0;
}

.ai-impact-card p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.ai-impact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.ai-impact-grid {
		grid-template-columns: 1fr;
	}

	.ai-impact-section {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.ai-offer-card {
		padding: 26px 22px;
	}
}

/* Page hero showcases — replace generic orb visuals */
.page-hero-showcase {
	position: relative;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
}

/* About page */
.about-showcase-frame {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 16px;
	border: 1px solid rgba(232, 107, 27, 0.12);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.about-showcase-img {
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(135deg, #faf8f6 0%, #fdeee4 100%);
}

.about-showcase-img img {
	width: 100%;
	height: auto;
	display: block;
}

.about-showcase-badge {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(232, 107, 27, 0.15);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	animation: hero-badge-float 4s ease-in-out infinite;
}

.about-showcase-badge i {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: linear-gradient(135deg, #E86B1B 0%, #F0944A 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	flex-shrink: 0;
}

.about-showcase-badge strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a2e;
	line-height: 1.2;
}

.about-showcase-badge span {
	font-size: 11px;
	color: #777;
}

.about-showcase-badge.badge-top {
	top: -14px;
	right: -10px;
}

.about-showcase-badge.badge-bottom {
	bottom: -14px;
	left: -10px;
	animation-delay: 2s;
}

.about-showcase-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 22px;
}

.about-stat-item {
	background: #fff;
	border-radius: 12px;
	padding: 14px 10px;
	text-align: center;
	border: 1px solid rgba(232, 107, 27, 0.1);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.about-stat-item strong {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: #E86B1B;
	line-height: 1;
	margin-bottom: 4px;
}

.about-stat-item span {
	font-size: 11px;
	color: #666;
	font-weight: 500;
}

/* Services grid showcase */
.services-showcase-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.svc-showcase-card {
	background: #fff;
	border-radius: 14px;
	padding: 20px 16px;
	text-align: center;
	border: 1px solid rgba(232, 107, 27, 0.12);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.svc-showcase-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(232, 107, 27, 0.14);
}

.svc-showcase-card i {
	width: 48px;
	height: 48px;
	margin: 0 auto 10px;
	border-radius: 12px;
	background: rgba(232, 107, 27, 0.1);
	color: #E86B1B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.svc-showcase-card span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

/* Products showcase */
.products-showcase-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product-showcase-item {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #fff;
	border-radius: 14px;
	padding: 16px 18px;
	border: 1px solid rgba(232, 107, 27, 0.12);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.product-showcase-item .psi-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, #E86B1B 0%, #F0944A 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.product-showcase-item strong {
	display: block;
	font-size: 14px;
	color: #1a1a2e;
}

.product-showcase-item span {
	font-size: 12px;
	color: #777;
}

/* Blog showcase */
.blog-showcase-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.blog-showcase-card {
	background: #fff;
	border-radius: 14px;
	padding: 16px 18px;
	border: 1px solid rgba(232, 107, 27, 0.1);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.blog-showcase-card .bsc-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	color: #E86B1B;
	background: rgba(232, 107, 27, 0.1);
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 8px;
}

.blog-showcase-card h4 {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 6px;
	line-height: 1.4;
}

.blog-showcase-card p {
	font-size: 12px;
	color: #777;
	margin: 0;
	line-height: 1.5;
}

/* Contact showcase */
.contact-showcase-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-showcase-card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #fff;
	border-radius: 14px;
	padding: 18px 20px;
	border: 1px solid rgba(232, 107, 27, 0.12);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.contact-showcase-card i {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(232, 107, 27, 0.1);
	color: #E86B1B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.contact-showcase-card strong {
	display: block;
	font-size: 13px;
	color: #1a1a2e;
}

.contact-showcase-card span {
	font-size: 12px;
	color: #666;
}

/* Default stats panel (homepage-style) */
.hero-panel-showcase {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hero-panel-showcase .trust-badge {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-panel-showcase .trust-badge:last-of-type {
	border-bottom: none;
	margin-bottom: 8px;
}

.hero-panel-showcase .trust-badge i {
	width: 36px;
	height: 36px;
	background: linear-gradient(135deg, #E86B1B 0%, #F0944A 100%);
	color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

.hero-panel-showcase .stat-card {
	background: #fff;
	padding: 18px 22px;
	border-radius: 14px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	gap: 18px;
}

.hero-panel-showcase .stat-number {
	font-size: 42px;
	font-weight: 800;
	color: #E86B1B;
	line-height: 1;
	min-width: 80px;
}

.hero-panel-showcase .stat-label {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.hero-panel-showcase .stat-label strong {
	display: block;
	color: #333;
	font-size: 15px;
	margin-bottom: 2px;
}

@keyframes hero-badge-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

@media (max-width: 991px) {
	.page-hero-showcase {
		max-width: 100%;
	}

	.about-showcase-badge.badge-top {
		right: 0;
	}

	.about-showcase-badge.badge-bottom {
		left: 0;
	}
}
