.logo-wrapper {
  display: flex;
  align-items: center; 
  gap: 6px; 
}

.cpu-filter-wrap {
display: flex;
justify-content: center;
gap: 12px;
}

.cpu-filter-btn {
padding: 8px 20px;
border-radius: 999px;
border: 1px solid #ddd;
background: #fff;
cursor: pointer;
font-weight: 500;
transition: all 0.25s ease;
}

.cpu-filter-btn:hover {
border-color: #000;
}

.cpu-filter-btn.active {
background: #000;
color: #fff;
border-color: #000;
}
.pricing-sort:hover {
color: #000;
}

.sort-indicator {
font-size: 12px;
opacity: 0.7;
}

.logo-img {
  height: 40px;
  width: auto;
}

.flag-wrapper {
  margin-left: 0;
  display: flex;
  align-items: center;
}

.flag-icon {
  width: 40px;
  height: 30px;
  clip-path: path("M19 8.419c-2.826-5.695-11.999-4.064-11.999 3.27 0 7.27 9.903 10.938 13.944 15.311 2.096-4.373 12-8.041 12-15.311 0-7.327-9.17-8.972-12-3.27z");
  -webkit-clip-path: path("M19 8.419c-2.826-5.695-11.999-4.064-11.999 3.27 0 7.27 9.903 10.938 13.944 15.311 2.096-4.373 12-8.041 12-15.311 0-7.327-9.17-8.972-12-3.27z");
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

  
/* --- Ultra Modern Hero Layout --- */
.ultra-modern-hero {
	background: #f0f7ff; 
	min-height: 85vh;
	display: flex;
	align-items: center;
	padding: 80px 0;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	position: relative;
	overflow: hidden;
}

/* Typography & Left Side Elements */
.hero-eyebrow {
	font-size: 0.8rem;
	color: #4f46e5;
	letter-spacing: 1px;
}
.status-dot {
	width: 8px; height: 8px; border-radius: 50%;
	background-color: #10b981; margin-right: 10px;
	box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}

.hero-title {
	color: #0f172a;
	letter-spacing: -2px;
	line-height: 1.1;
}
.text-brand-gradient {
	background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-subtitle {
	font-size: 1.15rem;
	color: #64748b;
	line-height: 1.7;
}

/* Integrated Search Bar (No more floating pill look) */
.ultra-search-form {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 8px;
	height: 70px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), inset 0 2px 4px rgba(0,0,0,0.02);
	transition: all 0.3s ease;
}
.ultra-search-form:focus-within {
	background: #ffffff;
	border-color: #4f46e5;
	box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.15);
}
.search-icon { color: #94a3b8; margin: 0 15px; font-size: 1.2rem; }
.ultra-search-form input { font-size: 1.05rem; color: #0f172a; }
.ultra-search-form select { cursor: pointer; border-left: 1px solid #e2e8f0 !important; border-radius: 0; padding-left: 15px;}
.search-btn {
	background: #4f46e5; height: 100%; padding: 0 30px;
	border-radius: 8px; font-weight: 600; font-size: 1.05rem; border: none;
}
.search-btn:hover { background: #3730a3; }

/* TLD & Features */
.tld-item { color: #64748b; font-size: 0.95rem; }
.feature-item { font-size: 0.95rem; color: #64748b; }

/* --- RIGHT SIDE: UI CARD & MESH GRADIENT --- */

/* The soft glowing background blob */
.mesh-gradient-bg {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 120%; height: 120%;
	background: radial-gradient(circle at 50% 50%, rgba(255, 126, 95, 0.15) 0%, rgba(79, 70, 229, 0.1) 40%, transparent 70%);
	filter: blur(40px);
	z-index: 0;
	pointer-events: none;
}

/* The Premium UI Card */
.floating-ui-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px;
	border: 1px solid rgba(226, 232, 240, 0.8);
	box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
	position: relative;
	z-index: 2;
	transform: perspective(1000px) rotateY(-5deg) translateY(-10px); /* Subtle 3D tilt */
	transition: transform 0.4s ease;
}
.floating-ui-card:hover {
	transform: perspective(1000px) rotateY(0deg) translateY(-15px);
}

.icon-square {
	width: 48px; height: 48px; border-radius: 12px;
	background: #e0e7ff; color: #4f46e5;
	display: flex; align-items: center; justify-content: center; font-size: 1.25rem;
}

.feature-list li {
	margin-bottom: 12px; color: #475569; font-weight: 500;
	display: flex; align-items: center; gap: 12px;
}

/* Floating Decorator Element */
.floating-badge {
	position: absolute;
	bottom: -20px; right: -20px;
	background: #ffffff;
	padding: 12px 24px;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	border: 1px solid #f1f5f9;
	display: flex; align-items: center; gap: 10px;
	z-index: 3;
	animation: float 4s ease-in-out infinite;
}
.pulse-ring {
	width: 10px; height: 10px; background: #10b981; border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(16,185,129,0.5); animation: pulse 2s infinite;
}
@keyframes float {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
	100% { transform: translateY(0px); }
}
@keyframes pulse {
	70% { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
	100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}
/* --- NEW BACKGROUND ELEMENTS --- */

/* 1. Subtle Architectural Grid */
.hero-bg-grid {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	/* We change the grid lines to a very faint version of your brand indigo */
	background-image: 
		linear-gradient(to right, rgba(79, 70, 229, 0.05) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(79, 70, 229, 0.05) 1px, transparent 1px);
	background-size: 40px 40px;
	z-index: 0;
	pointer-events: none;
	/* This ensures the blue is solid at the top but blends out at the bottom */
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}

/* 2. Soft Ambient Orbs */
.ambient-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(100px);
	z-index: 0;
	pointer-events: none;
	opacity: 0.6;
}
.orb-left {
	width: 600px; height: 600px;
	background: radial-gradient(circle, rgba(79, 70, 229, 0.1) 0%, transparent 70%);
	top: -200px; left: -200px;
}
.orb-right {
	width: 500px; height: 500px;
	background: radial-gradient(circle, rgba(255, 126, 95, 0.08) 0%, transparent 70%);
	bottom: -100px; right: 10%;
}

/* 3. Card Stack Effect (Adds depth to the right side) */
.card-stack-bg {
	position: absolute;
	top: 15px; 
	right: -15px; /* Pushes it out slightly to the right */
	width: 100%; 
	height: 100%;
	background: #f8fafc; /* Very light gray */
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	z-index: 1; /* Sits BEHIND the main card (z-index: 2) */
	transform: rotate(4deg); /* Tilts it to look like a stack of papers/cards */
	box-shadow: inset 0 0 20px rgba(0,0,0,0.01);
	transition: transform 0.4s ease;
}
/* Makes the back card tilt the other way when hovering the main card */
.floating-ui-card:hover ~ .card-stack-bg, 
.card-stack-bg:hover {
	transform: rotate(6deg) translate(5px, 5px);
}
/* --- New Feature Grid Styles --- */
.hero-feature-grid {
	margin-top: -10px; /* Pulls it slightly closer to the description */
}

.spec-card {
	background: #ffffff;
	border: 1px solid #f1f5f9;
	padding: 16px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 15px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
	transition: all 0.3s ease;
}

.spec-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.05);
	border-color: #e2e8f0;
}

.spec-icon {
	width: 40px;
	height: 40px;
	background: #f8fafc;
	color: #4f46e5;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.spec-text {
	display: flex;
	flex-direction: column;
}

.spec-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: #94a3b8;
}

.spec-value {
	font-size: 0.95rem;
	font-weight: 600;
}

  /* =========================================
   PREMIUM ADVANTAGES GRID (LUXURY SAAS)
   ========================================= */
.ds-feature {
	background-color: #F8FAFC !important;
}

.ds-feature .section-title h2 {
	font-weight: 800;
	color: #0F172A;
	letter-spacing: -0.5px;
}

.ds-feature .section-title p {
	color: #64748B;
	font-size: 1.1rem;
}

.ds-feature-item {
	background: #FFFFFF !important;
	border: 1px solid #E2E8F0 !important;
	border-radius: 16px !important;
	padding: 32px 24px !important;
	padding-top: 20px !important;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

.ds-feature-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 86, 210, 0.08) !important;
	border-color: rgba(0, 86, 210, 0.15) !important;
}

.ds-feature-item .icon-wrapper {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 56px !important;
	height: 56px !important;
	background: rgba(0, 86, 210, 0.06);
	color: #0056D2 !important;
	border-radius: 14px !important;
	margin-bottom: 0 !important;
	transition: all 0.4s ease;
}

/* Fits Iconify Icons */
.ds-feature-item .icon-wrapper iconify-icon {
	font-size: 28px !important;
	width: auto !important;
	height: auto !important;
	transition: all 0.4s ease;
}

.ds-feature-item:hover .icon-wrapper {
	background: #0056D2;
	color: #FFFFFF !important;
	transform: scale(1.05) rotate(-5deg);
}

.ds-feature-item:hover .icon-wrapper iconify-icon {
	color: #FFFFFF !important;
}

.ds-feature-item h5 {
	font-size: 1.15rem;
	font-weight: 800;
	color: #0F172A;
	margin-top: 25px !important;
	margin-bottom: 10px !important;
	line-height: 1.4;
}

.ds-feature-item p {
	font-size: 0.9rem;
	color: #64748B !important;
	line-height: 1.65;
	margin: 0 !important;
}

/* The Signature SaaS Accent Line on Hover */
.ds-feature-item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 4px;
	background: linear-gradient(90deg, #0056D2, #00e5ff);
	transition: width 0.4s ease;
}

.ds-feature-item:hover::after {
	width: 100%;
}

/* =========================================
   ENTERPRISE INFRASTRUCTURE SECTION
   ========================================= */
.ds-enterprise {
	background-color: #ffffff !important;
}

.ds-enterprise h2 {
	font-weight: 800;
	color: #0F172A;
	letter-spacing: -0.5px;
	line-height: 1.3;
}

.ds-enterprise p {
	color: #64748B;
	line-height: 1.7;
	font-size: 1.05rem;
}

.ds-enterprise ul {
	padding-left: 0;
}

.ds-enterprise ul li {
	background: #F8FAFC;
	padding: 14px 20px !important;
	border-radius: 10px !important;
	border: 1px solid #E2E8F0 !important;
	margin-bottom: 12px !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex !important;
	align-items: center !important;
}

.ds-enterprise ul li:hover {
	transform: translateX(10px);
	border-color: #0056D2 !important;
	background: #ffffff !important;
	box-shadow: 0 10px 25px rgba(0, 86, 210, 0.06);
}

.ds-enterprise ul li span {
	color: #334155;
	font-size: 0.95rem;
}

.ds-enterprise ul li strong {
	color: #0056D2;
}

.ds-enterprise-right {
	position: relative;
	padding: 20px;
}

.ds-enterprise-right::before {
	content: '';
	position: absolute;
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
	background: radial-gradient(circle, rgba(0, 86, 210, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
	z-index: 0;
	filter: blur(50px);
}

.ds-enterprise-right img {
	position: relative;
	z-index: 1;
	transition: transform 0.6s ease;
	filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.05));
}

.ds-enterprise:hover .ds-enterprise-right img {
	transform: translateY(-10px) scale(1.03);
}

@media (max-width: 991px) {
	.ds-enterprise {
		text-align: center;
		padding: 60px 0 !important;
	}
	.ds-enterprise ul li {
		justify-content: flex-start;
		text-align: left;
	}
	.ds-enterprise-right {
		margin-top: 40px;
	}
}
/* --- Tech Stack Section Styles --- */
.tech-stack-section {
	background-color: #f0f7ff;
	padding-top: 100px;
}

/* 1. The Background Circuit Pattern */
.bg-circuit-overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	/* Creates a technical blueprint look */
	background-image: 
		radial-gradient(rgba(79, 70, 229, 0.05) 1px, transparent 1px),
		linear-gradient(to right, rgba(79, 70, 229, 0.02) 1px, transparent 1px);
	background-size: 40px 40px, 120px 100%;
	z-index: 1;
}

/* 2. Left Side Feature List */
.t-feat-item {
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
}
.t-feat-icon {
	width: 45px; height: 45px;
	background: #ffffff;
	color: #4f46e5;
	border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	flex-shrink: 0;
}
.t-feat-item h6 { font-weight: 700; margin-bottom: 5px; color: #0f172a; }
.t-feat-item p { font-size: 0.85rem; color: #64748b; margin-bottom: 0; line-height: 1.5; }

/* 3. The 3D Stack Cards */
.stack-perspective-wrapper {
	perspective: 1500px; /* Essential for 3D effect */
}

.stack-card {
	background: #ffffff;
	padding: 30px 20px;
	border-radius: 24px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
	transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
	/* Initial Tilt */
	transform: rotateY(-15deg) rotateX(10deg);
	position: relative;
	overflow: hidden;
	height: 100%;
}

.stack-card:hover {
	transform: rotateY(0deg) rotateX(0deg) scale(1.1) translateY(-10px);
	z-index: 10;
	box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
	border-color: #4f46e5;
}

.stack-icon {
	width: 60px; height: 60px;
	margin: 0 auto 20px;
	border-radius: 18px;
	display: flex; align-items: center; justify-content: center;
	font-size: 2rem;
	transition: 0.3s;
}

/* Modern Gradient Icons */
.stack-icon.blue { background: #e0f2fe; color: #0ea5e9; }
.stack-icon.indigo { background: #eef2ff; color: #4f46e5; }
.stack-icon.purple { background: #f3e8ff; color: #a855f7; }
.stack-icon.orange { background: #fff7ed; color: #f97316; }
.stack-icon.green { background: #dcfce7; color: #10b981; }
.stack-icon.cyan { background: #ecfeff; color: #06b6d4; }

.stack-card h6 { font-weight: 800; color: #0f172a; font-size: 0.95rem; margin-bottom: 0; }

/* 4. Hover Spec Label */
.stack-hover-info {
	position: absolute;
	bottom: -30px;
	left: 0; width: 100%;
	background: #4f46e5;
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 0;
	transition: 0.3s;
	opacity: 0;
}

.stack-card:hover .stack-hover-info {
	bottom: 0;
	opacity: 1;
}
/* --- Ultra-Premium Deploy Button --- */
.btn-cyan-glow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	/* Branding: Premium Indigo to Blue Gradient */
	background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
	color: #ffffff !important;
	
	/* Typography */
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	text-decoration: none !important;
	
	/* Sizing & Shape */
	padding: 18px 45px;
	border-radius: 14px; /* Matches the "Engineered" card style */
	border: 1px solid rgba(255, 255, 255, 0.1);
	
	/* 360 Degree Glow Effect */
	box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.4), 
				0 0 15px 0 rgba(59, 130, 246, 0.2);
	
	/* Smooth Transitions */
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

/* The Hover State: Lift and Expand Glow */
.btn-cyan-glow:hover {
	transform: translateY(-4px) scale(1.02);
	background: linear-gradient(135deg, #4338ca 0%, #2563eb 100%);
	
	/* Intensified 360 Glow */
	box-shadow: 0 20px 40px -10px rgba(79, 70, 229, 0.5), 
				0 0 30px 5px rgba(59, 130, 246, 0.3);
	
	color: #ffffff !important;
}

/* Micro-Interaction: Move the arrow icon */
.btn-cyan-glow i {
	transition: transform 0.3s ease;
}

.btn-cyan-glow:hover i {
	transform: translateX(8px);
}

/* Active State: Click "Press" effect */
.btn-cyan-glow:active {
	transform: translateY(0) scale(0.98);
	box-shadow: 0 5px 15px -5px rgba(79, 70, 229, 0.4);
}

/* Optional: Subtle Shine Reflection Animation */
.btn-cyan-glow::after {
	content: '';
	position: absolute;
	top: 0; left: -100%;
	width: 100%; height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: 0.5s;
}

.btn-cyan-glow:hover::after {
	left: 100%;
	transition: 0.6s;
}

/* =========================================
   LUXURY EDITORIAL BLOG SECTION
   ========================================= */

.luxury-blog-section {
	background-color: #F8FAFC; /* Clean, light base */
}

.luxury-eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0056D2;
	background: rgba(0, 86, 210, 0.08);
	padding: 6px 16px;
	border-radius: 50px;
}

/* --- The Luxury Card --- */
.luxury-blog-card {
	background: #FFFFFF;
	border-radius: 24px;
	padding: 10px; /* This creates the modern "Inset" look */
	border: 1px solid rgba(15, 23, 42, 0.04);
	box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.03);
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); /* Ultra-smooth Apple-like easing */
	position: relative;
}

.luxury-blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px -15px rgba(0, 86, 210, 0.12);
	border-color: rgba(0, 86, 210, 0.1);
}

/* --- Inset Image Wrapper --- */
.luxury-img-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3; /* Taller, more editorial aspect ratio */
	border-radius: 16px;
	overflow: hidden;
	background: #f1f5f9; /* Loading state color */
}

.luxury-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-blog-card:hover .luxury-img-wrapper img {
	transform: scale(1.06);
}

/* Inner Shadow for Image Text Contrast */
.luxury-img-wrapper::after {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 40%);
	pointer-events: none;
}

/* High-End Floating Category Tag */
.luxury-category {
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	color: #0F172A;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 14px;
	border-radius: 8px; /* Sharper, more technical border radius */
	z-index: 2;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* --- Content Area --- */
.luxury-card-body {
	padding: 24px 14px 14px 14px;
}

/* Meta Info (Date & Read Time) */
.luxury-meta {
	font-size: 0.75rem;
	font-weight: 700;
	color: #94A3B8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.luxury-meta .read-time {
	color: #0056D2; /* Highlights the read time in your primary blue */
	background: rgba(0, 86, 210, 0.05);
	padding: 4px 10px;
	border-radius: 6px;
}

/* Editorial Title */
.luxury-title {
	font-size: 1.15rem;
	font-weight: 800;
	color: #0F172A;
	line-height: 1.5;
	margin-bottom: 0;
	transition: color 0.3s ease;
	
	/* Perfect Truncation */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.luxury-blog-card:hover .luxury-title {
	color: #0056D2;
}

/* --- The Action Link --- */
.luxury-read-link {
	display: inline-flex;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 700;
	color: #0F172A;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.luxury-read-link i {
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	color: #0056D2;
}

.luxury-blog-card:hover .luxury-read-link {
	color: #0056D2;
}

.luxury-blog-card:hover .luxury-read-link i {
	transform: translateX(8px);
}

/* Luxury Animated Bottom Bar */
.luxury-blog-card::before {
	content: '';
	position: absolute;
	bottom: 0; left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 4px;
	background: linear-gradient(90deg, #0056D2, #00e5ff);
	transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	border-radius: 0 0 24px 24px;
	z-index: 5;
}

.luxury-blog-card:hover::before {
	width: 100%;
}
 /* Bento Box Custom CSS */
.bento-section {
	background-color: #f8fafc; /* Very light cool gray */
	font-family: 'Inter', sans-serif;
}
.bento-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	padding: 40px;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}
.bento-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
	border-color: #cbd5e1;
}
.bento-card-dark {
	background: #0f172a;
	color: #ffffff;
	border: none;
}
.bento-card-dark:hover {
	box-shadow: 0 20px 40px rgba(0, 82, 255, 0.15);
}
.bento-icon-wrapper {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.bg-blue-soft { background: #eff6ff; color: #0052ff; }
.bg-orange-soft { background: #fff7ed; color: #ff7f50; }
.bg-dark-soft { background: #1e293b; color: #38bdf8; }

.bento-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
	letter-spacing: -0.5px;
}
.bento-text {
	color: #64748b;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}
.bento-dark-text {
	color: #94a3b8;
}



/* SECTION */
.ds-matrix-pricing-light {
    background-color: #F8FAFC;
}

/* TEXT */
.text-dark-navy {
    color: #0F172A;
}

.text-muted-dark {
    color: #64748B;
    font-size: 1rem;
}

/* FILTER BAR */
.matrix-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    align-items: flex-end;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 130px;
}

/* LABEL */
.filter-group label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #94A3B8;
    margin-bottom: 6px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.filter-group label i {
    color: #0056D2;
    font-size: 0.8rem;
}

/* SELECT */
.filter-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 10px 36px 10px 14px;

    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    width: 100%;

    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230056D2' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;

    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.filter-group select:hover {
    border-color: #CBD5E1;
    background-color: #FDFDFD;
    transform: translateY(-1px);
}

.filter-group select:focus {
    outline: none;
    border-color: #0056D2;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(0,86,210,0.08), 0 4px 12px rgba(0,0,0,0.05);
    transform: translateY(-1px);
}

/* CURRENCY SWITCH */
.currency-switch-enhanced {
    display: flex;
    background: #F1F5F9;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
}

.currency-switch-enhanced button {
    border: none;
    background: transparent;
    padding: 6px 8px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    color: #64748B;
    transition: all 0.2s ease;
    flex: 1;
    white-space: nowrap;
}

.currency-switch-enhanced button.active {
    background: #0056D2;
    color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0,86,210,0.3);
}

.currency-switch-enhanced button:hover:not(.active) {
    background: rgba(0,86,210,0.05);
    color: #0056D2;
}

/* TABLE WRAPPER */
.premium-table-wrapper {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    overflow: hidden;
}

/* TABLE */
.premium-server-table {
    border-collapse: collapse;
    table-layout: auto;
}

.premium-server-table th {
    background: #F8FAFC;
    color: #64748B;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px 10px;
    border-bottom: 2px solid #E2E8F0;
}

.premium-server-table td {
    padding: 14px 10px;
    vertical-align: middle;
}

/* ROW */
.server-row-pro {
    border-bottom: 1px solid #E2E8F0;
    transition: all 0.2s ease-in-out;
}

.server-row-pro:hover {
    background: #F8FAFC;
    box-shadow: inset 4px 0 0 #0056D2;
}

/* DELIVERY TAG */
.delivery-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

/* CPU */
.cpu-title {
    color: #0F172A;
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 2px 0;
}

.cpu-spec {
    color: #64748B;
    font-size: 0.8rem;
    display: block;
}

/* SPECS */
.spec-big {
    color: #0F172A;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.spec-small {
    color: #64748B;
    font-size: 0.8rem;
    display: block;
}

/* FLAG */
.flag-icons {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 2px;
}

/* PRICE */
.price-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.current-price-pro {
    color: #0F172A;
    font-size: 1.2rem;
    font-weight: 800;
}

.mo-text {
    font-size: 0.8rem;
    color: #64748B;
}

/* BUTTON */
.btn-add-cart {
    background: #0056D2;
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #0056D2;
    white-space: nowrap;
}

.btn-add-cart:hover {
    background: #0043A8;
    transform: translateY(-1px);
}


.hidden-row {
  display: none !important;
}
/* Advanced Feature List Typography & UI (SCALED) */
.premium-feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.premium-feature-item {
	display: flex;
	align-items: center;
	padding: 8px 0; /* Scaled down from 12px */
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	transition: transform 0.2s ease;
}
.premium-feature-item:last-child {
	border-bottom: none;
}
.premium-feature-item:hover {
	transform: translateX(3px); /* Scaled down */
}

/* Icon Wrappers (SCALED) */
.feat-icon-box {
	width: 24px; /* Scaled down from 34px */
	height: 24px; /* Scaled down from 34px */
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px; /* Scaled down from 14px */
	flex-shrink: 0;
	font-size: 13px; /* Scaled down from 18px */
}
.bg-soft-gray { background: #f1f5f9; color: #6366f1; }
.bg-soft-blue { background: #eff6ff; color: #0052ff; }
.bg-soft-orange { background: #fff7ed; color: #ff7f50; }
.bg-soft-red { background: #fef2f2; color: #ef4444; }

/* Typography (SCALED) */
.feat-text {
font-family: 'Inter', sans-serif;
font-size: 14px; 
font-weight: 500;
color: #0f172a;
line-height: 1.3;
}
.feat-text strong {
font-weight: 800;
color: #0f172a; 
}

/* Highlight colors for specific cards */
.starter-card .feat-text strong { color: #6366f1; } /* Change this hex code */
.popular-card .feat-text strong { color: #0052ff; }
.business-card .feat-text strong { color: #ff7f50; }

/* =========================================
   ULTRA-LUXURY LIGHT PRICING ENGINE
   ========================================= */

/* --- Category Tabs (SCALED) --- */
.ds-category-tabs {
	background: #E2E8F0;
	padding: 4px; /* Scaled down */
	border-radius: 50px;
	display: inline-flex;
	border: none;
}
.ds-category-tabs .nav-link {
	border-radius: 50px; color: #64748B; font-weight: 700; font-size: 0.75rem; /* Scaled down */
	padding: 8px 16px; /* Scaled down */ transition: all 0.3s ease; border: none; position: relative;
}
.ds-category-tabs .nav-link:hover { color: #0F172A; }
.ds-category-tabs .nav-link.active {
	background: #FFFFFF; color: #0056D2; box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.tab-badge {
	background: rgba(0, 86, 210, 0.1); color: #0056D2;
	font-size: 0.5rem; /* Scaled down */ font-weight: 800; text-transform: uppercase;
	padding: 2px 6px; /* Scaled down */ border-radius: 50px; margin-left: 4px; vertical-align: middle;
}
.tab-badge.pro { background: #ffedd5; color: #f97316; }

/* --- Billing Toggle Switch (SCALED) --- */
.ds-billing-toggle {
	background: #ffffff; padding: 8px 18px; /* Scaled down */ border-radius: 50px;
	border: 1px solid #E2E8F0; box-shadow: 0 3px 10px rgba(0,0,0,0.02);
}
.billing-label { font-size: 0.75rem; /* Scaled down */ color: #64748B; transition: 0.3s; }
.billing-label.active { color: #0F172A; }

.ds-switch { position: relative; width: 36px; /* Scaled down */ height: 20px; /* Scaled down */ }
.ds-switch input { opacity: 0; width: 0; height: 0; }
.switch-slider {
	position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;
	background-color: #cbd5e1; transition: .4s; border-radius: 34px;
}
.switch-slider:before {
	position: absolute; content: ""; height: 16px; /* Scaled down */ width: 16px; /* Scaled down */
	left: 2px; bottom: 2px; background-color: white;
	transition: .4s; border-radius: 50%; box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ds-switch input:checked + .switch-slider { background-color: #0056D2; }
.ds-switch input:checked + .switch-slider:before { transform: translateX(16px); /* Scaled down */ }

/* --- Pricing Cards Base (SCALED) --- */
.ds-pricing-card {
	background: #FFFFFF;
	border-radius: 18px; /* Scaled down */
	padding: 30px 24px; /* Scaled down massively */
	position: relative;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 1;
}

/* Outer Standard Cards */
.ds-pricing-card.light-card {
	border: 1px solid #E2E8F0;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}
.ds-pricing-card.light-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 30px rgba(0, 86, 210, 0.06);
	border-color: rgba(0, 86, 210, 0.2);
}

/* Center Popular Card (The Elegant Highlight) */
.ds-pricing-card.popular-card {
	border: 1px solid rgba(0, 86, 210, 0.3); 
	box-shadow: 0 0 0 3px rgba(0, 86, 210, 0.04), 0 15px 35px rgba(0, 86, 210, 0.1); 
	transform: scale(1.03); /* Kept scale ratio */
	z-index: 5;
}
.ds-pricing-card.popular-card:hover {
	transform: scale(1.03) translateY(-6px);
	box-shadow: 0 0 0 3px rgba(0, 86, 210, 0.06), 0 20px 45px rgba(0, 86, 210, 0.15);
}

/* 3D Overlapping Center Ribbon (SCALED) */
.popular-ribbon-center {
	position: absolute; 
	top: -12px; /* Scaled down */
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #0056D2, #00e5ff); 
	color: #ffffff; 
	font-size: 0.6rem; /* Scaled down */
	font-weight: 800;
	text-transform: uppercase; 
	padding: 6px 16px; /* Scaled down */
	border-radius: 50px; 
	box-shadow: 0 6px 15px rgba(0, 86, 210, 0.3);
	letter-spacing: 0.5px;
	white-space: nowrap;
}

/* Card Header & Price (SCALED) */
.card-header-luxury { padding-bottom: 16px; border-bottom: 1px solid #E2E8F0; margin-bottom: 16px; }
.plan-name { font-size: 1.15rem; /* Scaled down from 1.45rem */ font-weight: 800; color: #0F172A; margin-bottom: 4px; letter-spacing: -0.3px;}
.plan-desc { font-size: 0.75rem; /* Scaled down */ color: #64748B; margin-bottom: 0; }

.plan-price-wrapper { margin-bottom: 18px; display: flex; align-items: flex-start; }
.currency { font-size: 1rem; /* Scaled down */ font-weight: 700; color: #64748B; margin-top: 6px; margin-right: 3px; }
.price { font-size: 2.6rem; /* Scaled down from 3.5rem */ font-weight: 900; color: #0F172A; line-height: 1; letter-spacing: -1.5px; }
.period { font-size: 0.75rem; /* Scaled down */ color: #94A3B8; font-weight: 600; margin-top: auto; margin-bottom: 6px; margin-left: 3px; }

/* --- Buttons (SCALED) --- */
.ds-btn-outline {
	display: flex; align-items: center; justify-content: center;
	padding: 10px 14px; /* Scaled down */ border: 1px solid #CBD5E1; border-radius: 10px;
	font-weight: 700; font-size: 0.8rem; /* Scaled down */ color: #0F172A; text-decoration: none;
	transition: all 0.3s ease; background: #FFFFFF;
}
.ds-btn-outline:hover { 
	background: rgba(0, 86, 210, 0.04); 
	border-color: #0056D2; color: #0056D2; 
}

.btn-solid-primary {
	display: flex; align-items: center; justify-content: center;
	padding: 10px 14px; /* Scaled down */
	font-size: 0.8rem; /* Scaled down */
	background: linear-gradient(135deg, #0056D2, #00b4d8);
	color: #ffffff !important;
	border-radius: 10px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 6px 15px rgba(0, 86, 210, 0.2);
	transition: all 0.3s ease;
	border: none;
}
.btn-solid-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 86, 210, 0.3);
	filter: brightness(1.05);
}

/* Feature Lists (SCALED) */
.ds-pricing-features { list-style: none; padding: 0; margin: 0; }
.ds-pricing-features li {
	display: flex; align-items: center; gap: 10px; /* Scaled down */
	margin-bottom: 12px; /* Scaled down */ font-size: 0.75rem; /* Scaled down */ color: #334155;
}
.ds-pricing-features li iconify-icon { 
	font-size: 1.1rem; /* Scaled down */
	color: #0056D2; 
	flex-shrink: 0;
	margin-top: 1px;
}

/* --- Sleek Trust Ribbon (SCALED) --- */
.ds-trust-ribbon {
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 16px; /* Scaled down */
	padding: 18px 24px; /* Scaled down */
	box-shadow: 0 6px 20px -8px rgba(0,0,0,0.05);
}
.trust-icon-wrap {
	width: 38px; height: 38px; /* Scaled down */
	background: rgba(16, 185, 129, 0.1);
	color: #10b981;
	border-radius: 10px;
	display: flex; align-items: center; justify-content: center;
	font-size: 1.1rem; /* Scaled down */
}
.trust-list-inline { list-style: none; padding: 0; display: flex; gap: 14px; justify-content: flex-end; }
.trust-list-inline li { font-weight: 700; font-size: 0.75rem; /* Scaled down */ color: #64748B; display: flex; align-items: center; gap: 6px; }
.trust-list-inline li iconify-icon { color: #10b981; font-size: 1rem; /* Scaled down */ }

/* Responsive Adjustments */
@media (max-width: 991px) {
	.ds-pricing-card.popular-card { transform: scale(1); margin-top: 16px; } 
	.ds-pricing-card.popular-card:hover { transform: translateY(-6px); }
	.trust-list-inline { justify-content: center; margin-top: 16px; }
}

/* --- Expandable Feature Toggle (SCALED) --- */
.see-all-features-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem; /* Scaled down */
	font-weight: 700;
	color: #0056D2;
	text-decoration: none;
	padding: 6px 12px; /* Scaled down */
	border-radius: 50px;
	background: rgba(0, 86, 210, 0.06);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.see-all-features-link:hover {
	background: rgba(0, 86, 210, 0.12);
	color: #0043A8;
}

/* Arrow rotation animation */
.see-all-features-link iconify-icon {
	font-size: 0.9rem; /* Scaled down */
	transition: transform 0.4s ease;
}

/* When Bootstrap applies aria-expanded="true", flip the arrow */
.see-all-features-link[aria-expanded="true"] iconify-icon {
	transform: rotate(180deg);
}

/* Smooth fade-in for the revealing list */
.collapse.show {
	animation: featureFadeIn 0.3s ease-out;
}

@keyframes featureFadeIn {
	0% { opacity: 0; transform: translateY(-4px); }
	100% { opacity: 1; transform: translateY(0); }
}
