/* ===== MODERN DESIGN SYSTEM ===== */
:root {
	--primary: #0b56a4;
	--accent: #00d4ff;
	--dark: #0a0a1a;
	--dark-2: #111827;
	--text: #1a1a2e;
	--text-muted: #64748b;
	--surface: #ffffff;
	--surface-2: #f8fafc;
	--gradient-brand: linear-gradient(135deg, #0b56a4, #00d4ff);
	--gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	--glass: rgba(255, 255, 255, 0.05);
	--glass-border: rgba(255, 255, 255, 0.08);
	--radius-sm: 12px;
	--radius-md: 20px;
	--radius-lg: 28px;
	--radius-pill: 999px;
	--shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.06);
	--shadow-md: 0 12px 40px rgba(0, 0, 0, 0.08);
	--shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.12);
}

/* Prevent horizontal scroll */
html,
body {
	overflow-x: hidden;
	max-width: 100vw;
}

html {
	scroll-behavior: smooth;
}

/* Selection color */
::selection {
	background: rgba(0, 212, 255, 0.25);
	color: #fff;
}

/* ===== NAVIGATION — MODERN WHITE ===== */
#mainNav.navbar {
	background: #ffffff !important;
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06) !important;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	min-height: 72px;
	padding: 0;
}

#mainNav.navbar.nav-scrolled {
	background: #ffffff !important;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
	min-height: 64px;
}

#mainNav.navbar.nav-scrolled .navbar-header {
	height: 64px;
}

#mainNav.navbar.nav-scrolled .navbar-brand img {
	transform: scale(0.9);
}

/* Vertically center navbar items */
#mainNav .navbar-collapse {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	height: auto !important;
}

#mainNav .navbar-nav {
	display: flex;
	align-items: center;
	margin: 0;
	float: none;
	gap: 2px;
}

#mainNav .navbar-header {
	display: flex;
	align-items: center;
	height: 72px;
	transition: height 0.4s ease;
}

#mainNav .navbar-brand {
	height: auto;
	padding: 10px 15px;
	display: flex;
	align-items: center;
}

#mainNav .navbar-brand img {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#mainNav .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#mainNav .navbar-nav>li>a {
	color: #1a1a2e !important;
	font-weight: 600;
	font-size: 13.5px;
	letter-spacing: 0.1px;
	padding: 8px 16px;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	line-height: 1.4;
	white-space: nowrap;
}

/* Animated underline on hover */
#mainNav .navbar-nav>li:not(.nav-cta-li)>a::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: 70%;
	height: 2.5px;
	background: var(--gradient-brand);
	border-radius: 2px;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: center;
}

#mainNav .navbar-nav>li:not(.nav-cta-li)>a:hover::after,
#mainNav .navbar-nav>li:not(.nav-cta-li)>a:focus::after {
	transform: translateX(-50%) scaleX(1);
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus {
	color: var(--primary) !important;
	background: rgba(11, 86, 164, 0.05);
}

/* CTA Button — gradient pill */
#mainNav .nav-cta-li .nav-cta-btn {
	background: var(--gradient-brand) !important;
	color: #fff !important;
	border-radius: var(--radius-pill);
	padding: 10px 24px !important;
	font-weight: 700;
	font-size: 13.5px;
	box-shadow: 0 4px 18px rgba(0, 212, 255, 0.25);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.3px;
}

#mainNav .nav-cta-li .nav-cta-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
	transition: left 0.5s ease;
}

#mainNav .nav-cta-li .nav-cta-btn:hover::before {
	left: 100%;
}

#mainNav .nav-cta-li .nav-cta-btn:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 8px 30px rgba(0, 212, 255, 0.4);
}

/* Nav separator dots */
#mainNav .navbar-nav>li.nav-separator {
	padding: 0 4px;
	color: rgba(0, 0, 0, 0.15);
	font-size: 6px;
	display: flex;
	align-items: center;
	user-select: none;
}

/* ===== HERO SECTION ===== */
.ai-hero * {
	pointer-events: auto;
}

.ai-hero .container,
.ai-hero .container * {
	pointer-events: auto !important;
}

.ai-hero .cta-btn {
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative;
	z-index: 9999 !important;
}

.ai-hero {
	background:
		radial-gradient(ellipse 80% 60% at 20% 20%, rgba(0, 212, 255, 0.06), transparent 60%),
		radial-gradient(ellipse 70% 60% at 80% 30%, rgba(123, 92, 255, 0.06), transparent 60%),
		radial-gradient(ellipse 90% 70% at 50% 100%, rgba(11, 86, 164, 0.10), transparent 65%),
		linear-gradient(180deg, #000000 0%, #030308 50%, #000000 100%);
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: clip;
	padding-top: 80px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

/* AI grid + glow layer */
.ai-hero {
	--mx: 50%;
	--my: 50%;
	--gx: 0px;
	--gy: 0px;
}
.ai-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 212, 255, 0.18) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 212, 255, 0.18) 1px, transparent 1px);
	background-size: 60px 60px;
	background-position: var(--gx) var(--gy), var(--gx) var(--gy);
	mask-image: radial-gradient(ellipse 35% 35% at var(--mx) var(--my), #000 0%, rgba(0,0,0,0.25) 60%, transparent 90%);
	-webkit-mask-image: radial-gradient(ellipse 35% 35% at var(--mx) var(--my), #000 0%, rgba(0,0,0,0.25) 60%, transparent 90%);
	transition: background-position 0.3s ease-out;
	pointer-events: none;
	z-index: 1;
}

/* Animated orbs / aurora */
.ai-hero::after {
	content: "";
	position: absolute;
	inset: -10%;
	background:
		radial-gradient(600px 400px at 30% 40%, rgba(0, 212, 255, 0.22), transparent 60%),
		radial-gradient(500px 500px at 70% 60%, rgba(123, 92, 255, 0.22), transparent 60%),
		radial-gradient(700px 500px at 50% 10%, rgba(11, 86, 164, 0.28), transparent 60%);
	filter: blur(60px);
	animation: aiAurora 18s ease-in-out infinite alternate;
	pointer-events: none;
	z-index: 0;
}

@keyframes aiGridPan {
	0%   { background-position: 0 0, 0 0; }
	100% { background-position: 60px 60px, 60px 60px; }
}
@keyframes aiAurora {
	0%   { transform: translate(0, 0) scale(1); }
	50%  { transform: translate(-3%, 2%) scale(1.08); }
	100% { transform: translate(2%, -2%) scale(1.04); }
}

/* Hero text */
.ai-hero h1 {
	font-size: 3.6rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.15;
	text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
	opacity: 0;
	animation: heroFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.ai-hero h1 .hero-gradient-text {
	background: linear-gradient(90deg, #00d4ff, #7c3aed, #00d4ff);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shimmerText 3s linear infinite;
	display: block;
}

@keyframes shimmerText {
	0% { background-position: 0% center; }
	100% { background-position: 200% center; }
}

@keyframes heroFadeUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ai-hero .lead {
	font-size: 1.35rem;
	color: rgba(255, 255, 255, 0.8);
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.8;
	opacity: 0;
	animation: heroFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

.ai-hero .hero-badges {
	margin-top: 28px;
	opacity: 0;
	animation: heroFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}

/* Stat cards */
.stat-card {
	background: var(--surface);
	border-radius: var(--radius-md);
	padding: 36px 28px;
	text-align: center;
	box-shadow: var(--shadow-md);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.stat-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--gradient-brand);
	transition: height 0.4s ease;
}

.stat-card:hover {
	transform: translateY(-12px);
	box-shadow: var(--shadow-lg);
}

.stat-card:hover::before {
	height: 6px;
}

.stat-card .stat-number {
	font-size: 3.2rem;
	font-weight: 900;
	background: var(--gradient-brand);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: -1px;
}

.stat-card h4 {
	margin-top: 12px;
	font-weight: 700;
	color: var(--text);
	font-size: 1.35rem;
}

.stat-card p {
	color: var(--text-muted);
	font-size: 1.15rem;
	line-height: 1.7;
	margin-top: 8px;
	font-weight: 500;
}

/* Service cards */
.service-card {
	background: var(--surface);
	border-radius: var(--radius-md);
	padding: 44px 28px;
	text-align: center;
	box-shadow: var(--shadow-sm);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	height: 100%;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--shadow-lg);
	border-color: rgba(0, 212, 255, 0.2);
}

.service-card .service-icon {
	width: 80px;
	height: 80px;
	border-radius: var(--radius-md);
	background: var(--gradient-brand);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	font-size: 32px;
	color: #fff;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 8px 25px rgba(0, 212, 255, 0.25);
}

.service-card:hover .service-icon {
	transform: scale(1.08) rotate(6deg);
}

.service-card h3 {
	font-size: 1.45rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--text);
}

.service-card p {
	color: var(--text-muted);
	line-height: 1.8;
	font-size: 1.2rem;
	font-weight: 500;
}

/* Benefits section */
.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 26px;
	background: var(--surface);
	border-radius: var(--radius-sm);
	margin-bottom: 16px;
	box-shadow: var(--shadow-sm);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	border: 1px solid transparent;
}

.benefit-item:hover {
	transform: translateX(10px);
	box-shadow: var(--shadow-md);
	border-color: rgba(0, 212, 255, 0.12);
}

.benefit-item .benefit-icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	border-radius: var(--radius-sm);
	background: var(--gradient-brand);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 6px 20px rgba(0, 212, 255, 0.2);
	transition: transform 0.4s ease;
}

.benefit-item:hover .benefit-icon {
	transform: scale(1.08);
}

.benefit-item h4 {
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--text);
	font-size: 1.35rem;
}

.benefit-item p {
	color: var(--text-muted);
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.8;
	font-weight: 500;
}

/* CTA section */
.cta-section {
	background: var(--gradient-dark);
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.cta-section h2 {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: -0.5px;
}

.cta-section p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.25rem;
	line-height: 1.8;
}

/* CTA Button — global */
.cta-btn {
	display: inline-block;
	padding: 16px 42px;
	background: var(--gradient-brand);
	color: #fff;
	font-weight: 700;
	font-size: 1.15rem;
	border-radius: var(--radius-pill);
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 8px 30px rgba(0, 212, 255, 0.35);
	position: relative;
	overflow: hidden;
	letter-spacing: 0.3px;
}

.cta-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.6s ease;
}

.cta-btn:hover::before {
	left: 100%;
}

.cta-btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 45px rgba(0, 212, 255, 0.5);
	color: #fff;
	text-decoration: none;
}

/* FAQ section */
.faq-card {
	background: var(--surface);
	border-radius: var(--radius-md);
	padding: 30px 32px;
	margin-bottom: 20px;
	box-shadow: var(--shadow-sm);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-left: 4px solid var(--primary);
	cursor: pointer;
}

.faq-card:hover {
	box-shadow: var(--shadow-md);
	transform: translateY(-3px);
}

.faq-card h4 {
	font-weight: 700;
	color: var(--text);
	margin-bottom: 12px;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.faq-card h4::after {
	content: '+';
	font-size: 1.6rem;
	font-weight: 300;
	color: var(--primary);
	min-width: 28px;
	text-align: center;
	transition: transform 0.3s ease;
	line-height: 1;
}

.faq-card.faq-open h4::after {
	content: '\2212';
	transform: rotate(180deg);
}

.faq-card .faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
	opacity: 0;
}

.faq-card.faq-open .faq-answer {
	max-height: 300px;
	opacity: 1;
}

.faq-card p {
	color: var(--text-muted);
	margin: 0;
	line-height: 1.9;
	font-size: 1.2rem;
	font-weight: 500;
}

/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate-in {
	animation: fadeInUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }

/* Comparison table */
.comparison-section {
	background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
}

.comparison-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
}

.comparison-table th {
	padding: 22px 24px;
	font-weight: 700;
	font-size: 1.05rem;
	text-align: center;
}

.comparison-table th:first-child {
	background: #f8fafc;
	color: #666;
	text-align: left;
}

.comparison-table th.traditional {
	background: #fee2e2;
	color: #991b1b;
}

.comparison-table th.ai-powered {
	background: linear-gradient(135deg, #0b56a4, #00d4ff);
	color: #fff;
}

.comparison-table td {
	padding: 18px 24px;
	border-bottom: 1px solid #eef2f7;
	text-align: center;
}

.comparison-table td:first-child {
	text-align: left;
	font-weight: 600;
	color: #1a1a2e;
	background: #fafbfc;
}

.comparison-table tr:last-child td {
	border-bottom: none;
}

.comparison-table .bad {
	color: #dc2626;
	font-weight: 600;
}

.comparison-table .good {
	color: #059669;
	font-weight: 600;
}

.comparison-table .icon-bad {
	color: #dc2626;
	font-size: 20px;
}

.comparison-table .icon-good {
	color: #059669;
	font-size: 20px;
}

/* Dubai badge */
.dubai-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.08);
	padding: 12px 24px;
	border-radius: var(--radius-pill);
	color: #fff;
	font-weight: 600;
	margin-bottom: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	opacity: 0;
	animation: heroFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
	max-width: 90vw;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 20px;
}

.dubai-badge img {
	width: 24px;
	height: 16px;
	border-radius: 2px;
}

/* Section spacing */
.section-padding {
	padding: 90px 0;
}

.section-title {
	font-size: 2.4rem;
	font-weight: 900;
	color: var(--text);
	margin-bottom: 16px;
	letter-spacing: -0.5px;
}

.section-subtitle {
	color: var(--text-muted);
	font-size: 1.3rem;
	line-height: 1.8;
	max-width: 700px;
	margin: 0 auto 52px;
	font-weight: 500;
}

/* ===== SCROLL ANIMATIONS ===== */
.reveal-up {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-up.revealed {
	opacity: 1;
	transform: translateY(0);
}

/* Scroll-triggered animation base */
[data-scroll] {
	opacity: 0;
	will-change: transform, opacity;
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-scroll].is-visible {
	opacity: 1;
	transform: none !important;
}

/* Direction variants */
[data-scroll="fade-up"] { transform: translateY(60px); }
[data-scroll="fade-down"] { transform: translateY(-60px); }
[data-scroll="fade-left"] { transform: translateX(60px); }
[data-scroll="fade-right"] { transform: translateX(-60px); }
[data-scroll="zoom-in"] { transform: scale(0.85); }
[data-scroll="zoom-out"] { transform: scale(1.15); }
[data-scroll="flip-up"] { transform: perspective(800px) rotateX(12deg) translateY(40px); }
[data-scroll="fade-up-right"] { transform: translate(-40px, 60px); }
[data-scroll="fade-up-left"] { transform: translate(40px, 60px); }

/* Stagger delay classes */
[data-scroll-delay="100"] { transition-delay: 0.1s; }
[data-scroll-delay="200"] { transition-delay: 0.2s; }
[data-scroll-delay="300"] { transition-delay: 0.3s; }
[data-scroll-delay="400"] { transition-delay: 0.4s; }
[data-scroll-delay="500"] { transition-delay: 0.5s; }
[data-scroll-delay="600"] { transition-delay: 0.6s; }

/* Duration variants */
[data-scroll-duration="fast"] { transition-duration: 0.5s; }
[data-scroll-duration="slow"] { transition-duration: 1.2s; }

/* Section heading reveal */
.scroll-reveal-heading {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-reveal-heading.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Floating parallax on scroll */
.scroll-parallax {
	transition: transform 0.1s linear;
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
	[data-scroll],
	.scroll-reveal-heading {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

/* ===== ENHANCED CTA SECTION ===== */
.cta-contact-grid {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 32px;
}

.cta-contact-card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	padding: 18px 28px;
	text-decoration: none;
	color: #fff;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	min-width: 220px;
}

.cta-contact-card:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 212, 255, 0.3);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.cta-contact-card .cta-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.cta-contact-card .cta-label {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}

.cta-contact-card .cta-value {
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
}

/* Hero typing cursor */
.typing-cursor {
	display: inline-block;
	width: 3px;
	height: 1em;
	background: #00d4ff;
	margin-left: 4px;
	vertical-align: text-bottom;
	opacity: 1;
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
	background: var(--surface-2);
	position: relative;
	overflow: hidden;
}

.testimonial-card {
	background: #ffffff;
	border-radius: var(--radius-md);
	padding: 40px 32px 32px;
	box-shadow: var(--shadow-sm);
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	margin-bottom: 30px;
	height: 100%;
}

.testimonial-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-md);
	border-color: rgba(0, 212, 255, 0.12);
}

.testimonial-card::before {
	content: '\201C';
	position: absolute;
	top: 16px;
	left: 28px;
	font-size: 64px;
	line-height: 1;
	background: var(--gradient-brand);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	opacity: 0.25;
	font-family: Georgia, serif;
	pointer-events: none;
}

.testimonial-avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid transparent;
	background-image: var(--gradient-brand);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 0 4px 16px rgba(0, 212, 255, 0.15);
	margin-bottom: 16px;
}

.testimonial-stars {
	color: #f59e0b;
	font-size: 16px;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.testimonial-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--text);
	margin-bottom: 14px;
	line-height: 1.4;
}

.testimonial-text {
	color: var(--text-muted);
	font-size: 1.08rem;
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: 500;
}

.testimonial-author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-author-info strong {
	display: block;
	color: var(--text);
	font-size: 1.05rem;
	font-weight: 700;
}

.testimonial-author-info span {
	color: var(--text-muted);
	font-size: 0.95rem;
	font-weight: 500;
}

.testimonial-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(0, 212, 255, 0.08);
	color: var(--primary);
	font-size: 0.88rem;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: var(--radius-pill);
	margin-bottom: 16px;
	letter-spacing: 0.3px;
}

/* ===== BACK TO TOP BUTTON ===== */
.back-to-top {
	position: fixed;
	bottom: 32px;
	right: 32px;
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background: var(--gradient-brand);
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 35px rgba(0, 212, 255, 0.5);
}

/* ===== TOUCH FEEDBACK ===== */
@media (hover: none) and (pointer: coarse) {
	.stat-card:active,
	.service-card:active,
	.faq-card:active,
	.benefit-item:active {
		transform: scale(0.97);
		transition: transform 0.15s ease;
	}

	.cta-btn:active {
		transform: scale(0.95);
		transition: transform 0.1s ease;
	}

	/* Disable hover effects on touch */
	.stat-card:hover,
	.service-card:hover,
	.benefit-item:hover {
		transform: none;
	}
}

/* ===== SHORT VIEWPORT FIX ===== */
@media (max-height: 700px) {
	.ai-hero {
		min-height: auto;
		padding-top: 80px;
		padding-bottom: 30px;
	}

	.ai-hero h1 {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.ai-hero .lead {
		font-size: 1rem;
		margin-bottom: 12px;
	}

	.dubai-badge {
		padding: 8px 16px;
		font-size: 0.8rem;
		margin-bottom: 14px;
	}

	.hero-badges .badge-pill {
		font-size: 12px;
		padding: 6px 14px;
	}
}

@media (max-height: 550px) {
	.ai-hero {
		padding-top: 70px;
		padding-bottom: 20px;
	}

	.ai-hero h1 {
		font-size: 1.6rem;
	}

	.ai-hero .lead {
		font-size: 0.9rem;
	}

	.hero-badges {
		display: none;
	}
}

/* ===== MOBILE RESPONSIVE — TABLET ===== */
@media (max-width: 991px) {
	.ai-hero h1 {
		font-size: 2.4rem;
	}

	.ai-hero .lead {
		font-size: 1.1rem;
	}

	.section-title {
		font-size: 1.9rem;
	}

	.section-padding {
		padding: 56px 0;
	}

	.stat-card {
		margin-bottom: 20px;
	}

	.service-card {
		margin-bottom: 24px;
	}

	.benefit-item {
		padding: 20px;
	}

	.cta-section h2 {
		font-size: 2.2rem;
	}

	/* AI Integration — stack on tablet */
	.ai-integration-grid {
		grid-template-columns: 1fr 1fr !important;
	}
}

/* ===== MOBILE RESPONSIVE — PHONE ===== */
@media (max-width: 767px) {

	/* ---- NAVBAR MOBILE ---- */
	#mainNav.navbar {
		min-height: 62px;
		background: #ffffff !important;
	}

	#mainNav .container {
		display: block;
	}

	#mainNav .navbar-collapse {
		display: none !important;
		max-height: 0;
		overflow: hidden;
	}

	#mainNav .navbar-collapse.in {
		display: block !important;
		max-height: 500px;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255, 255, 255, 0.98);
		border-top: 1px solid rgba(0, 0, 0, 0.04);
		box-shadow: 0 16px 48px rgba(0, 0, 0, 0.10);
		margin-left: 0;
		margin-right: 0;
		padding: 8px 15px 4px;
		width: 100%;
	}

	#mainNav .navbar-nav {
		display: block;
		float: none;
		margin: 0;
		padding: 4px 8px;
	}

	#mainNav .navbar-nav>li {
		display: block;
	}

	/* Hide separator dots on mobile */
	#mainNav .navbar-nav>li.nav-separator {
		display: none !important;
	}

	#mainNav .navbar-nav>li>a {
		padding: 14px 20px !important;
		font-size: 15px !important;
		font-weight: 600;
		color: #1a1a2e !important;
		border-radius: 12px !important;
		margin: 2px 4px;
		transition: all 0.25s ease;
	}

	#mainNav .navbar-nav>li>a:hover,
	#mainNav .navbar-nav>li>a:active {
		background: rgba(11, 86, 164, 0.06) !important;
		color: var(--primary) !important;
	}

	/* Remove underline pseudo on mobile */
	#mainNav .navbar-nav>li:not(.nav-cta-li)>a::after {
		display: none !important;
	}

	#mainNav .navbar-nav>li:last-child>a {
		border-bottom: none;
	}

	#mainNav .nav-cta-li {
		padding: 6px 8px 10px;
	}

	#mainNav .nav-cta-li .nav-cta-btn {
		margin: 0 !important;
		text-align: center;
		display: block !important;
		border-radius: 14px !important;
		padding: 15px 20px !important;
		font-size: 15px !important;
		letter-spacing: 0.3px;
	}

	#mainNav .navbar-header {
		display: flex;
		align-items: center;
		height: auto;
		min-height: 62px;
	}

	/* Modern hamburger button */
	#mainNav .navbar-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 4px;
		border: none;
		border-radius: 12px;
		width: 42px;
		height: 42px;
		padding: 0;
		background: rgba(11, 86, 164, 0.06);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	#mainNav .navbar-toggle:hover,
	#mainNav .navbar-toggle:focus {
		background: rgba(11, 86, 164, 0.12);
		outline: none;
		box-shadow: 0 0 0 3px rgba(11, 86, 164, 0.1);
	}

	#mainNav .navbar-toggle .fa-bars {
		color: var(--primary);
		font-size: 18px;
		line-height: 1;
	}

	/* ---- HERO SECTION MOBILE ---- */
	.ai-hero {
		min-height: auto;
		padding: 90px 0 50px;
	}

	.ai-hero h1 {
		font-size: 2rem;
		line-height: 1.25;
		letter-spacing: -0.5px;
		margin-bottom: 8px;
	}

	.ai-hero h1 .hero-gradient-text {
		font-size: inherit;
		display: block;
		margin-top: 4px;
	}

	.ai-hero .lead {
		font-size: 0.95rem;
		line-height: 1.7;
		padding: 0 8px;
	}

	.hero-badges {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
		margin-top: 20px !important;
	}

	.hero-badges .badge-pill {
		font-size: 12px;
		padding: 8px 14px;
		border-radius: 50px;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
		color: rgba(255, 255, 255, 0.9);
	}

	.hero-badges .badge-pill.badge-accent {
		background: rgba(0, 212, 255, 0.12);
		border-color: rgba(0, 212, 255, 0.25);
		color: #00d4ff;
	}

	.dubai-badge {
		font-size: 11px;
		padding: 8px 16px;
		max-width: 95vw;
		margin-bottom: 18px;
		word-break: break-word;
	}

	/* Hero CTA button mobile */
	.ai-hero .cta-btn {
		padding: 16px 32px !important;
		font-size: 1.05rem !important;
		width: auto;
		max-width: 90vw;
		display: inline-block;
		margin-bottom: 15px;
	}

	/* ---- SECTION TYPOGRAPHY MOBILE ---- */
	.section-title {
		font-size: 1.6rem;
		line-height: 1.3;
		padding: 0 4px;
	}

	.section-subtitle {
		font-size: 0.95rem;
		margin-bottom: 32px;
		padding: 0 4px;
	}

	.section-padding {
		padding: 48px 0;
	}

	/* ---- STAT CARDS MOBILE ---- */
	.stat-card {
		padding: 24px 16px;
		border-radius: 16px;
		margin-bottom: 16px;
	}

	.stat-card .stat-number {
		font-size: 2.4rem;
	}

	.stat-card h4 {
		font-size: 1.1rem;
		margin-top: 8px;
	}

	.stat-card p {
		font-size: 0.95rem;
		line-height: 1.5;
	}

	/* ---- COMPARISON TABLE — CARD LAYOUT ---- */
	.comparison-table {
		display: block;
		width: 100%;
	}

	.comparison-table thead {
		display: none;
	}

	.comparison-table tbody {
		display: block;
		width: 100%;
	}

	.comparison-table tr {
		display: block;
		background: #fff;
		border-radius: 16px;
		padding: 20px;
		margin-bottom: 14px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
		border: 1px solid rgba(0, 0, 0, 0.06);
		transition: transform 0.3s ease;
	}

	.comparison-table tr:active {
		transform: scale(0.98);
	}

	.comparison-table td {
		display: block;
		width: 100%;
		padding: 8px 0;
		text-align: left;
		border: none;
		background: transparent !important;
		font-size: 0.95rem;
	}

	.comparison-table td:first-child {
		font-weight: 700;
		color: #0b56a4;
		font-size: 1rem;
		padding-bottom: 10px;
		margin-bottom: 6px;
		border-bottom: 2px solid rgba(11, 86, 164, 0.1);
	}

	.comparison-table td:first-child .fa {
		display: none;
	}

	.comparison-table td.bad {
		color: #d32f2f;
		padding-left: 0;
	}

	.comparison-table td.bad::before {
		content: "Traditional: ";
		font-weight: 600;
		color: #888;
	}

	.comparison-table td.good {
		color: #2e7d32;
		padding-left: 0;
	}

	.comparison-table td.good::before {
		content: "AI-Assisted: ";
		font-weight: 600;
		color: #888;
	}

	/* ---- SERVICE CARDS MOBILE ---- */
	.service-card {
		padding: 28px 22px;
		border-radius: 16px;
		margin-bottom: 16px;
	}

	.service-card .service-icon {
		width: 64px;
		height: 64px;
		font-size: 26px;
		border-radius: 16px;
		margin-bottom: 18px;
	}

	.service-card h3 {
		font-size: 1.15rem;
		margin-bottom: 10px;
	}

	.service-card p {
		font-size: 0.95rem;
		line-height: 1.7;
	}

	/* ---- BENEFITS SECTION MOBILE ---- */
	.benefit-item {
		flex-direction: row;
		text-align: left;
		gap: 16px;
		padding: 20px;
		border-radius: 14px;
		margin-bottom: 12px;
	}

	.benefit-item .benefit-icon {
		width: 48px;
		height: 48px;
		min-width: 48px;
		border-radius: 12px;
		font-size: 20px;
	}

	.benefit-item h4 {
		font-size: 1.1rem;
		margin-bottom: 4px;
	}

	.benefit-item p {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	/* ---- INDUSTRIES BOX MOBILE ---- */
	.col-md-6>div[style*="border-radius: 24px"] {
		padding: 28px 20px !important;
		margin-top: 28px;
		border-radius: 18px !important;
	}

	.col-md-6>div[style*="border-radius: 24px"] h3 {
		font-size: 1.2rem !important;
	}

	.col-md-6>div[style*="border-radius: 24px"] ul li {
		font-size: 1rem !important;
		padding: 10px 0 !important;
	}

	/* ---- HOW WE WORK SECTION MOBILE ---- */
	[aria-label="How we work with AI"] {
		padding: 56px 0 60px !important;
	}

	[aria-label="How we work with AI"] h2 {
		font-size: 1.65rem !important;
		line-height: 1.3 !important;
	}

	[aria-label="How we work with AI"]>.container>.row:first-child p {
		font-size: 1rem !important;
		line-height: 1.75 !important;
	}

	[aria-label="How we work with AI"] span[style*="text-transform: uppercase"] {
		font-size: 0.78rem !important;
		padding: 6px 16px !important;
	}

	/* Feature blocks in "How We Work" */
	[aria-label="How we work with AI"] .col-md-6>div[style*="border-radius: 20px"] {
		padding: 28px 22px !important;
		border-radius: 16px !important;
		margin-bottom: 16px;
	}

	[aria-label="How we work with AI"] .col-md-6 h3 {
		font-size: 1.25rem !important;
	}

	[aria-label="How we work with AI"] .col-md-6 p {
		font-size: 1rem !important;
		line-height: 1.7 !important;
	}

	[aria-label="How we work with AI"] .col-md-6 li {
		font-size: 0.95rem !important;
		padding: 7px 0 !important;
	}

	/* Bottom highlight strip mobile */
	[aria-label="How we work with AI"] div[style*="display: flex"][style*="align-items: center"][style*="justify-content: space-between"] {
		flex-direction: column !important;
		text-align: center;
		padding: 28px 22px !important;
		gap: 20px !important;
		border-radius: 14px !important;
	}

	[aria-label="How we work with AI"] div[style*="display: flex"][style*="align-items: center"][style*="justify-content: space-between"] h4 {
		font-size: 1.2rem !important;
	}

	[aria-label="How we work with AI"] div[style*="display: flex"][style*="align-items: center"][style*="justify-content: space-between"] p {
		font-size: 0.95rem !important;
	}

	/* ---- AI INTEGRATION SECTION MOBILE ---- */
	[style*="gridMove"]+.container .col-md-7 h2,
	.section-padding .col-md-7 h2[style*="font-size: 2.8rem"] {
		font-size: 1.7rem !important;
		line-height: 1.3 !important;
	}

	.section-padding .col-md-7 p[style*="font-size: 1.45rem"] {
		font-size: 1.05rem !important;
		line-height: 1.7 !important;
	}

	/* AI Integration grid cards */
	div[style*="grid-template-columns: 1fr 1fr"][style*="gap: 16px"] {
		grid-template-columns: 1fr 1fr !important;
		gap: 10px !important;
		margin-top: 10px !important;
	}

	div[style*="grid-template-columns: 1fr 1fr"]>div {
		padding: 18px 14px !important;
		border-radius: 14px !important;
	}

	div[style*="grid-template-columns: 1fr 1fr"] h5 {
		font-size: 0.95rem !important;
	}

	div[style*="grid-template-columns: 1fr 1fr"] p {
		font-size: 0.8rem !important;
	}

	/* Feature pills mobile */
	div[style*="display: flex"][style*="flex-wrap: wrap"][style*="gap: 10px"] span {
		font-size: 0.85rem !important;
		padding: 6px 12px !important;
	}

	/* AI Integration CTA buttons */
	div[style*="display: flex"][style*="gap: 16px"][style*="flex-wrap: wrap"] a {
		width: 100%;
		text-align: center;
		padding: 14px 24px !important;
		font-size: 1rem !important;
		border-radius: 14px !important;
	}

	/* ---- TRANSFER AMC SECTION MOBILE ---- */
	.section-padding h2[style*="font-size: 2.8rem"] {
		font-size: 1.7rem !important;
		line-height: 1.3 !important;
	}

	.section-padding p[style*="font-size: 1.7rem"] {
		font-size: 1.15rem !important;
		line-height: 1.6 !important;
	}

	.section-padding p[style*="font-size: 1.3rem"] {
		font-size: 1rem !important;
	}

	/* Pain point cards mobile */
	.section-padding .col-md-4 div[style*="backdrop-filter"] {
		padding: 22px 18px !important;
		border-radius: 14px !important;
	}

	.section-padding .col-md-4 div[style*="backdrop-filter"] h4 {
		font-size: 1.2rem !important;
	}

	.section-padding .col-md-4 div[style*="backdrop-filter"] p {
		font-size: 1rem !important;
		line-height: 1.7 !important;
	}

	/* AMC CTA box mobile */
	.section-padding div[style*="background: linear-gradient(135deg, #00d4ff, #0b56a4)"] {
		padding: 32px 22px !important;
		border-radius: 16px !important;
	}

	.section-padding div[style*="background: linear-gradient(135deg, #00d4ff, #0b56a4)"] h3 {
		font-size: 1.45rem !important;
		line-height: 1.3 !important;
	}

	.section-padding div[style*="background: linear-gradient(135deg, #00d4ff, #0b56a4)"] p {
		font-size: 1.05rem !important;
	}

	.section-padding div[style*="background: linear-gradient(135deg, #00d4ff, #0b56a4)"] .cta-btn {
		width: 100%;
		display: block;
		font-size: 1.1rem !important;
		padding: 16px 24px !important;
		border-radius: 14px !important;
		box-sizing: border-box;
	}

	.section-padding div[style*="background: linear-gradient(135deg, #00d4ff, #0b56a4)"] div[style*="display: flex"] {
		flex-direction: column !important;
		gap: 12px !important;
	}

	/* ---- FAQ CARDS MOBILE ---- */
	.faq-card {
		padding: 22px 20px;
		border-radius: 14px;
		margin-bottom: 14px;
	}

	.faq-card h4 {
		font-size: 1.05rem;
		line-height: 1.4;
	}

	.faq-card p {
		font-size: 0.95rem;
		line-height: 1.7;
	}

	/* ---- CTA SECTION MOBILE ---- */
	.cta-section {
		padding: 64px 0;
	}

	.cta-section h2 {
		font-size: 1.7rem;
		line-height: 1.3;
		padding: 0 8px;
	}

	.cta-section p {
		font-size: 0.95rem;
		padding: 0 8px;
	}

	.cta-btn {
		padding: 15px 32px;
		font-size: 1rem;
		border-radius: 14px;
	}

	/* ---- TRUST SIGNALS MOBILE ---- */
	.col-md-3>div[style*="padding:32px"] {
		padding: 24px 16px !important;
	}

	.col-md-3>div[style*="padding:32px"] div[style*="width:72px"] {
		width: 56px !important;
		height: 56px !important;
		border-radius: 14px !important;
	}

	.col-md-3>div[style*="padding:32px"] div[style*="width:72px"] .fa {
		font-size: 22px !important;
	}

	.col-md-3>div[style*="padding:32px"] h4 {
		font-size: 1.05rem !important;
		margin-top: 6px !important;
	}

	.col-md-3>div[style*="padding:32px"] p {
		font-size: 0.9rem !important;
	}

	/* ---- FOOTER MOBILE ---- */
	footer .col-md-4 {
		text-align: center !important;
	}

	footer .col-md-4 p[style*="max-width:300px"] {
		max-width: 100% !important;
		margin: 0 auto !important;
	}

	footer .text-right {
		text-align: center !important;
	}

	/* CTA contact grid mobile */
	.cta-contact-grid {
		flex-direction: column;
		align-items: center;
	}
	.cta-contact-card {
		width: 100%;
		max-width: 320px;
	}

	/* Back to top mobile */
	.back-to-top {
		bottom: 84px;
		right: 16px;
		width: 44px;
		height: 44px;
		font-size: 18px;
		border-radius: 12px;
	}

	/* Testimonials mobile */
	.testimonial-card {
		padding: 32px 24px 24px;
	}

	.testimonials-section .section-subtitle {
		font-size: 0.9rem;
		padding: 0 8px;
	}
}

/* ===== MOBILE-ONLY STICKY CTA BAR ===== */
.mobile-sticky-cta {
	display: none;
}

@media (max-width: 767px) {
	.mobile-sticky-cta {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99999;
		background: rgba(10, 10, 26, 0.95);
		border-top: 1px solid rgba(0, 212, 255, 0.2);
		padding: 10px 16px;
		gap: 10px;
		align-items: center;
		justify-content: center;
		box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.3);
	}

	.mobile-sticky-cta a {
		flex: 1;
		text-align: center;
		padding: 12px 8px;
		border-radius: 12px;
		font-weight: 700;
		font-size: 0.85rem;
		text-decoration: none;
		transition: all 0.2s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}

	.mobile-sticky-cta .cta-email {
		background: linear-gradient(135deg, #0b56a4, #00d4ff);
		color: #fff;
		box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
	}

	.mobile-sticky-cta .cta-whatsapp {
		background: #25d366;
		color: #fff;
		box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
	}

	.mobile-sticky-cta .cta-call {
		background: rgba(255, 255, 255, 0.1);
		color: #fff;
		border: 1px solid rgba(255, 255, 255, 0.15);
	}

	/* Add bottom padding so sticky bar doesn't cover content */
	body {
		padding-bottom: 72px;
	}
}

/* ===== SMALL PHONES ===== */
@media (max-width: 480px) {
	.ai-hero {
		padding: 80px 0 40px;
	}

	.ai-hero h1 {
		font-size: 1.65rem;
		line-height: 1.25;
	}

	.ai-hero .lead {
		font-size: 0.88rem;
		line-height: 1.65;
	}

	.dubai-badge {
		font-size: 10.5px;
		padding: 7px 14px;
	}

	.hero-badges .badge-pill {
		font-size: 11px;
		padding: 6px 12px;
	}

	.ai-hero .cta-btn {
		padding: 14px 28px !important;
		font-size: 0.95rem !important;
	}

	.section-title {
		font-size: 1.4rem;
	}

	.section-padding {
		padding: 40px 0;
	}

	/* Stat cards small phone */
	.stat-card {
		padding: 18px 12px;
	}

	.stat-card .stat-number {
		font-size: 2rem;
	}

	.stat-card h4 {
		font-size: 0.95rem;
	}

	.stat-card p {
		font-size: 0.85rem;
	}

	/* Comparison cards */
	.comparison-table tr {
		padding: 16px;
		margin-bottom: 10px;
	}

	.comparison-table td:first-child {
		font-size: 0.9rem;
	}

	.comparison-table td.bad,
	.comparison-table td.good {
		font-size: 0.85rem;
	}

	/* Transfer AMC heading */
	.section-padding h2[style*="font-size: 2.8rem"] {
		font-size: 1.45rem !important;
	}

	.section-padding p[style*="font-size: 1.7rem"] {
		font-size: 1.05rem !important;
	}

	/* CTA section */
	.cta-section h2 {
		font-size: 1.45rem;
	}

	/* Benefits */
	.benefit-item {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.benefit-item .benefit-icon {
		margin: 0 auto;
	}

	/* AI Integration grid — keep 2-col but smaller */
	div[style*="grid-template-columns: 1fr 1fr"][style*="gap: 16px"] {
		gap: 8px !important;
	}

	div[style*="grid-template-columns: 1fr 1fr"]>div {
		padding: 14px 10px !important;
	}

	div[style*="grid-template-columns: 1fr 1fr"] div[style*="width: 48px"] {
		width: 40px !important;
		height: 40px !important;
		border-radius: 10px !important;
	}

	div[style*="grid-template-columns: 1fr 1fr"] div[style*="width: 48px"] .fa {
		font-size: 16px !important;
	}
}

/* ===== VERY SMALL PHONES ===== */
@media (max-width: 375px) {
	.ai-hero h1 {
		font-size: 1.4rem;
	}

	.ai-hero .lead {
		font-size: 0.82rem;
	}

	.hero-badges .badge-pill {
		font-size: 10px;
		padding: 5px 10px;
	}

	.section-title {
		font-size: 1.25rem;
	}

	.stat-card .stat-number {
		font-size: 1.8rem;
	}
}

