:root {
	/* Brand guide — deep navy, space black, charcoal */
	--ek-black: #050810;
	--ek-navy: #0b1220;
	--ek-navy-light: #131c2e;
	--ek-charcoal: #1e2a3a;
	--ek-slate: #5c6b7f;
	--ek-silver: #94a3b8;
	--ek-white: #ffffff;
	--ek-off-white: #f4f6f9;

	/* Logo red + brand guide electric blue, cyan, teal */
	--ek-red: #e31837;
	--ek-red-dark: #b8122c;
	--ek-red-light: #ff4460;
	--ek-blue: #1b5ba8;
	--ek-blue-bright: #0088ff;
	--ek-cyan: #00b4d8;
	--ek-teal: #0d9488;
	--ek-green: #22c55e;

	/* Semantic accents */
	--ek-accent: var(--ek-red);
	--ek-accent-secondary: var(--ek-blue-bright);
	--ek-gradient: linear-gradient(135deg, #e31837 0%, #1b5ba8 52%, #00b4d8 100%);
	--ek-gradient-primary: linear-gradient(135deg, #e31837 0%, #b8122c 100%);
	--ek-gradient-accent: linear-gradient(135deg, #0088ff 0%, #00b4d8 50%, #0d9488 100%);
	--ek-gradient-subtle: linear-gradient(180deg, rgba(227, 24, 55, 0.06) 0%, rgba(27, 91, 168, 0.06) 100%);
	--ek-shadow: 0 4px 24px rgba(5, 8, 16, 0.14);
	--ek-shadow-lg: 0 20px 60px rgba(5, 8, 16, 0.22);
	--ek-shadow-accent: 0 8px 24px rgba(227, 24, 55, 0.28);
	--ek-radius: 12px;
	--ek-radius-lg: 20px;
	--ek-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: var(--ek-charcoal);
	background: var(--ek-white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background: rgba(227, 24, 55, 0.18);
	color: var(--ek-navy);
}

/* Typography */
.section-heading {
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.text-gradient {
	background: var(--ek-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.lead-muted {
	color: var(--ek-slate);
	font-size: 1.125rem;
	line-height: 1.7;
}

/* Navbar */
.ek-navbar {
	padding: 1rem 0;
	transition: all var(--ek-transition);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid transparent;
}

.ek-navbar.scrolled {
	padding: 0.625rem 0;
	border-bottom-color: rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.ek-navbar .navbar-brand img {
	height: 40px;
	width: auto;
	transition: height var(--ek-transition);
}

.ek-navbar.scrolled .navbar-brand img {
	height: 34px;
}

.ek-navbar .nav-link {
	font-weight: 500;
	font-size: 0.9375rem;
	color: var(--ek-charcoal);
	transition: color var(--ek-transition);
}

.ek-navbar .nav-link:hover,
.ek-navbar .nav-link:focus {
	color: var(--ek-red);
}

/* Buttons */
.btn-ek-primary {
	background: var(--ek-gradient-primary);
	border: none;
	color: var(--ek-white);
	font-weight: 600;
	padding: 0.75rem 1.75rem;
	border-radius: 8px;
	transition: all var(--ek-transition);
	box-shadow: 0 4px 14px rgba(227, 24, 55, 0.32);
}

.btn-ek-primary:hover,
.btn-ek-primary:focus {
	color: var(--ek-white);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(227, 24, 55, 0.42);
}

.btn-ek-outline {
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	color: var(--ek-white);
	font-weight: 600;
	padding: 0.75rem 1.75rem;
	border-radius: 8px;
	transition: all var(--ek-transition);
}

.btn-ek-outline:hover,
.btn-ek-outline:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.6);
	color: var(--ek-white);
}

.btn-ek-outline-dark {
	background: transparent;
	border: 1.5px solid var(--ek-slate);
	color: var(--ek-charcoal);
	font-weight: 600;
	padding: 0.75rem 1.75rem;
	border-radius: 8px;
	transition: all var(--ek-transition);
}

.btn-ek-outline-dark:hover {
	border-color: var(--ek-red);
	color: var(--ek-red);
	background: rgba(227, 24, 55, 0.04);
}

/* Hero */
.ek-hero {
	position: relative;
	background: linear-gradient(165deg, var(--ek-black) 0%, var(--ek-navy) 45%, var(--ek-navy-light) 100%);
	color: var(--ek-white);
	padding: 7rem 0 6rem;
	overflow: hidden;
}

.ek-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 55% at 75% 15%, rgba(0, 136, 255, 0.14) 0%, transparent 58%),
		radial-gradient(ellipse 50% 45% at 15% 85%, rgba(227, 24, 55, 0.1) 0%, transparent 52%),
		radial-gradient(ellipse 40% 40% at 50% 60%, rgba(13, 148, 136, 0.08) 0%, transparent 50%);
	pointer-events: none;
}

.ek-hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 70%);
	-webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 70%);
	pointer-events: none;
}

.ek-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 100px;
	padding: 0.375rem 1rem 0.375rem 0.5rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 1.75rem;
}

.ek-hero-badge .pulse {
	width: 8px;
	height: 8px;
	background: var(--ek-red);
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(227, 24, 55, 0.6);
	animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.5; transform: scale(1.2); }
}

.ek-hero h1 {
	font-size: clamp(2.5rem, 5vw, 3.75rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin-bottom: 1.5rem;
}

.ek-hero-form-card {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--ek-radius-lg);
	padding: 1.75rem;
	box-shadow: var(--ek-shadow-lg);
	max-width: 420px;
	margin-left: auto;
	text-align: left;
}

.ek-hero-form-header {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e2e8f0;
}

.ek-hero-form-header h2 {
	color: var(--ek-navy);
	letter-spacing: -0.02em;
}

.ek-hero-form .form-control {
	background: var(--ek-off-white);
}

.ek-hero-form .form-control:focus {
	border-color: var(--ek-red);
	box-shadow: 0 0 0 3px rgba(227, 24, 55, 0.12);
}

.ek-hero-form-note {
	line-height: 1.5;
}

/* Gravity Forms — hero assessment */
.ek-hero-form-card .gform_wrapper.ek-gf-assessment {
	margin: 0;
}

.ek-hero-form-card .gform_wrapper.ek-gf-assessment form {
	margin: 0;
}

.ek-hero-form-card .gform_wrapper .gform_body {
	margin-bottom: 0;
}

.ek-hero-form-card .gform_wrapper .gform_fields {
	grid-row-gap: 0.875rem;
}

.ek-hero-form-card .gform_wrapper .gfield {
	margin-bottom: 0;
}

.ek-hero-form-card .gform_wrapper .ek-gf-label,
.ek-hero-form-card .gform_wrapper .gfield_label {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--ek-charcoal);
	margin-bottom: 0.375rem;
}

.ek-hero-form-card .gform_wrapper input[type="text"],
.ek-hero-form-card .gform_wrapper input[type="email"],
.ek-hero-form-card .gform_wrapper input[type="tel"],
.ek-hero-form-card .gform_wrapper input[type="url"],
.ek-hero-form-card .gform_wrapper textarea,
.ek-hero-form-card .gform_wrapper select {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	padding: 0.625rem 0.875rem;
	font-size: 0.9375rem;
	background: #f8fafc;
	box-shadow: none;
}

.ek-hero-form-card .gform_wrapper input:focus,
.ek-hero-form-card .gform_wrapper textarea:focus,
.ek-hero-form-card .gform_wrapper select:focus {
	border-color: var(--ek-red);
	box-shadow: 0 0 0 3px rgba(227, 24, 55, 0.12);
	outline: none;
}

.ek-hero-form-card .gform_wrapper .gfield_consent_label {
	font-size: 0.8125rem;
	color: var(--ek-slate);
	line-height: 1.5;
}

.ek-hero-form-card .gform_wrapper .gfield_consent_description {
	display: none;
}

.ek-hero-form-card .gform_wrapper .gform_footer {
	margin: 0.75rem 0 0;
	padding: 0;
}

.ek-hero-form-card .gform_wrapper .gform_validation_errors {
	border-radius: 8px;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}

.ek-hero-form-card .gform_wrapper .gfield_validation_message {
	font-size: 0.8125rem;
}

.ek-hero-form-card .gform_wrapper .gform_confirmation_message {
	font-size: 0.9375rem;
	color: var(--ek-green);
	font-weight: 600;
	text-align: center;
	padding: 0.5rem 0;
}

/* Trust bar */
.ek-trust-bar {
	background: var(--ek-black);
	border-top: 1px solid rgba(227, 24, 55, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding: 2rem 0;
}

.ek-trust-metric {
	text-align: center;
}

.ek-trust-metric .value {
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--ek-white);
	letter-spacing: -0.02em;
}

.ek-trust-metric .label {
	font-size: 0.8125rem;
	color: var(--ek-silver);
	margin-top: 0.25rem;
}

/* Sections */
.ek-section {
	padding: 6rem 0;
}

.ek-section-dark {
	background: linear-gradient(180deg, var(--ek-navy) 0%, var(--ek-black) 100%);
	color: var(--ek-white);
}

.ek-section-light {
	background: var(--ek-off-white);
}

.ek-section-badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ek-red);
	background: rgba(227, 24, 55, 0.08);
	padding: 0.375rem 0.875rem;
	border-radius: 100px;
	margin-bottom: 1rem;
}

.ek-section-dark .ek-section-badge {
	color: var(--ek-cyan);
	background: rgba(0, 180, 216, 0.14);
}

/* Cards */
.ek-card {
	background: var(--ek-white);
	border: 1px solid #e2e8f0;
	border-radius: var(--ek-radius-lg);
	padding: 2rem;
	height: 100%;
	transition: all var(--ek-transition);
}

.ek-card:hover {
	border-color: rgba(227, 24, 55, 0.28);
	box-shadow: var(--ek-shadow);
	transform: translateY(-4px);
}

.ek-section-dark .ek-card {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
}

.ek-section-dark .ek-card:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(0, 200, 255, 0.3);
}

.ek-card-icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ek-gradient-subtle);
	border: 1px solid rgba(27, 91, 168, 0.14);
	border-radius: 14px;
	margin-bottom: 1.25rem;
}

.ek-card-icon i {
	font-size: 1.375rem;
	color: var(--ek-blue);
}

.ek-section-dark .ek-card-icon {
	background: rgba(0, 136, 255, 0.1);
	border-color: rgba(0, 180, 216, 0.22);
}

.ek-section-dark .ek-card-icon i {
	color: var(--ek-cyan);
}

.ek-card h3 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	letter-spacing: -0.02em;
}

.ek-card p {
	font-size: 0.9375rem;
	color: var(--ek-slate);
	line-height: 1.65;
	margin: 0;
}

.ek-section-dark .ek-card p {
	color: var(--ek-silver);
}

/* Problem cards */
.ek-problem-card {
	border-left: 3px solid var(--ek-red);
	padding-left: 1.5rem;
}

.ek-problem-card h3 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

/* Process steps */
.ek-step {
	text-align: center;
	position: relative;
}

.ek-step-number {
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--ek-gradient);
	color: white;
	font-size: 1.5rem;
	font-weight: 800;
	border-radius: 50%;
	margin-bottom: 1.25rem;
	box-shadow: var(--ek-shadow-accent);
}

.ek-step h3 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.ek-step p {
	font-size: 0.9375rem;
	color: var(--ek-slate);
	margin: 0;
}

/* Solutions grid */
.ek-solution-pill {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	background: var(--ek-white);
	border: 1px solid #e2e8f0;
	border-radius: var(--ek-radius);
	padding: 1rem 1.25rem;
	transition: all var(--ek-transition);
}

.ek-solution-pill:hover {
	border-color: var(--ek-red);
	box-shadow: var(--ek-shadow);
}

.ek-solution-pill i {
	font-size: 1.25rem;
	color: var(--ek-blue);
}

.ek-solution-pill span {
	font-weight: 600;
	font-size: 0.9375rem;
}

/* Why eKosmos */
.ek-why-item {
	display: flex;
	gap: 1.25rem;
	padding: 1.5rem 0;
	border-bottom: 1px solid #e2e8f0;
}

.ek-why-item:last-child {
	border-bottom: none;
}

.ek-why-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(227, 24, 55, 0.08);
	border-radius: 12px;
}

.ek-why-icon i {
	font-size: 1.25rem;
	color: var(--ek-red);
}

.ek-why-item h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
}

.ek-why-item p {
	font-size: 0.9375rem;
	color: var(--ek-slate);
	margin: 0;
	line-height: 1.6;
}

/* Final CTA */
.ek-cta {
	background: var(--ek-black);
	position: relative;
	overflow: hidden;
	padding: 5rem 0;
}

.ek-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 80% at 50% 100%, rgba(227, 24, 55, 0.16) 0%, transparent 58%),
		radial-gradient(ellipse 50% 60% at 80% 20%, rgba(0, 136, 255, 0.12) 0%, transparent 55%);
	pointer-events: none;
}

/* Footer */
.ek-footer {
	background: var(--ek-black);
	color: var(--ek-silver);
	padding: 4rem 0 2rem;
	border-top: 1px solid rgba(227, 24, 55, 0.12);
}

.ek-footer a {
	color: var(--ek-silver);
	text-decoration: none;
	transition: color var(--ek-transition);
}

.ek-footer a:hover {
	color: var(--ek-red-light);
}

.ek-footer h6 {
	color: var(--ek-white);
	font-weight: 600;
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

.ek-footer .footer-links li {
	margin-bottom: 0.5rem;
}

.ek-footer .footer-links a {
	font-size: 0.875rem;
}

.ek-footer-brand p {
	font-size: 0.875rem;
	line-height: 1.6;
	max-width: 280px;
}

.ek-footer-logo {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 10px;
	padding: 0.5rem 0.875rem;
	display: inline-block;
}

.ek-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 1.5rem;
	margin-top: 3rem;
	font-size: 0.8125rem;
}

/* Animations */
.fade-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.fade-up {
		opacity: 1;
		transform: none;
		transition: none;
	}

	html {
		scroll-behavior: auto;
	}

	.ek-hero-badge .pulse {
		animation: none;
	}
}

/* Responsive */
@media (max-width: 991.98px) {
	.ek-hero {
		padding: 5rem 0 4rem;
		text-align: center;
	}

	.ek-hero-form-card {
		margin: 2rem auto 0;
		max-width: 100%;
	}

	.ek-section {
		padding: 4rem 0;
	}
}

@media (max-width: 575.98px) {
	.ek-hero h1 {
		font-size: 2.25rem;
	}

	.btn-ek-primary,
	.btn-ek-outline,
	.btn-ek-outline-dark {
		width: 100%;
	}
}

/* Inner pages */
.ek-page-hero {
	position: relative;
	background: linear-gradient(165deg, var(--ek-black) 0%, var(--ek-navy) 50%, var(--ek-navy-light) 100%);
	color: var(--ek-white);
	padding: 5.5rem 0 4.5rem;
	overflow: hidden;
}

.ek-page-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 50% at 80% 10%, rgba(0, 136, 255, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 45% 40% at 10% 90%, rgba(227, 24, 55, 0.09) 0%, transparent 50%);
	pointer-events: none;
}

.ek-page-hero .container {
	position: relative;
	z-index: 1;
}

.ek-page-hero h1 {
	font-weight: 800;
	letter-spacing: -0.03em;
}

.ek-page-intro {
	padding: 3.5rem 0;
}

.ek-offer-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--ek-radius-lg);
	padding: 3rem 2rem;
}

.ek-resource-tag {
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ek-red);
	background: rgba(227, 24, 55, 0.08);
	padding: 0.25rem 0.625rem;
	border-radius: 100px;
}

.ek-resource-link {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--ek-blue);
	text-decoration: none;
	margin-top: 0.75rem;
	transition: gap var(--ek-transition), color var(--ek-transition);
}

.ek-resource-link:hover {
	color: var(--ek-red);
	gap: 0.625rem;
}

.ek-diff-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ek-diff-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
	padding: 0.875rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.9375rem;
}

.ek-diff-list li:last-child {
	border-bottom: none;
}

.ek-diff-list i {
	color: var(--ek-red-light);
	flex-shrink: 0;
	margin-top: 0.125rem;
}

.ek-contact-form-card {
	background: var(--ek-white);
	border: 1px solid #e2e8f0;
	border-radius: var(--ek-radius-lg);
	padding: 2rem;
	box-shadow: var(--ek-shadow);
}

.ek-form-tabs {
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ek-form-tabs .nav-link {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--ek-slate);
	border-radius: 8px;
	padding: 0.5rem 0.875rem;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
}

.ek-form-tabs .nav-link.active {
	background: var(--ek-gradient-primary);
	border-color: transparent;
	color: var(--ek-white);
}

.ek-form .form-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--ek-charcoal);
}

.ek-form .form-control {
	border-radius: 8px;
	border-color: #e2e8f0;
	padding: 0.625rem 0.875rem;
	font-size: 0.9375rem;
}

.ek-form .form-control:focus {
	border-color: var(--ek-red);
	box-shadow: 0 0 0 3px rgba(227, 24, 55, 0.12);
}

.ek-contact-info-item {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.ek-contact-info-item i {
	font-size: 1.25rem;
	color: var(--ek-red);
	flex-shrink: 0;
	margin-top: 0.125rem;
}

.ek-contact-info-item a {
	color: var(--ek-blue);
	text-decoration: none;
}

.ek-contact-info-item a:hover {
	color: var(--ek-red);
}

.ek-contact-info-item span,
.ek-contact-info-item a {
	font-size: 0.875rem;
	color: var(--ek-slate);
}

.ek-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}

.ek-card-link:hover {
	color: inherit;
}

/* Testimonials */
.ek-stat-card {
	background: var(--ek-white);
	border: 1px solid #e2e8f0;
	border-radius: var(--ek-radius-lg);
	padding: 1.5rem 1.25rem;
}

.ek-stat-value {
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--ek-red);
	letter-spacing: -0.03em;
}

.ek-stat-label {
	font-size: 0.8125rem;
	color: var(--ek-slate);
	margin-top: 0.25rem;
}

.ek-testimonial-card {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.ek-testimonial-stars {
	color: var(--ek-red);
	font-size: 0.875rem;
	letter-spacing: 0.1em;
}

.ek-testimonial-quote {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--ek-charcoal);
	margin: 0;
	flex-grow: 1;
}

.ek-testimonial-author {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	margin: 0;
}

.ek-testimonial-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--ek-gradient-subtle);
	border: 1px solid rgba(27, 91, 168, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--ek-blue);
	flex-shrink: 0;
}

.ek-testimonial-name {
	font-style: normal;
	font-weight: 700;
	font-size: 0.9375rem;
	color: var(--ek-charcoal);
	display: block;
}

.ek-testimonial-meta {
	font-size: 0.8125rem;
	color: var(--ek-slate);
}

/* Case studies */
.ek-case-study-card h3 {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

.ek-case-study-industry {
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ek-red);
	background: rgba(227, 24, 55, 0.08);
	padding: 0.25rem 0.625rem;
	border-radius: 100px;
}

.ek-case-study-icon {
	color: var(--ek-blue);
	font-size: 1.125rem;
	opacity: 0.5;
}

.ek-case-study-block {
	margin-bottom: 1rem;
}

.ek-case-study-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ek-blue);
	margin-bottom: 0.375rem;
}

.ek-case-study-block p {
	font-size: 0.9375rem;
	color: var(--ek-slate);
	line-height: 1.65;
	margin: 0;
}

.ek-case-study-metrics {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ek-case-study-metrics li {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--ek-charcoal);
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 100px;
	padding: 0.375rem 0.75rem;
}

.ek-case-study-services {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ek-case-study-tag {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--ek-blue);
	background: rgba(27, 91, 168, 0.08);
	padding: 0.25rem 0.625rem;
	border-radius: 6px;
}

/* The Kosmic Update */
.ek-kosmic-featured {
	padding-top: 4rem;
}

.ek-kosmic-featured-card {
	background: var(--ek-white);
	border: 1px solid #e2e8f0;
	border-radius: var(--ek-radius-lg);
	overflow: hidden;
	box-shadow: var(--ek-shadow);
}

.ek-kosmic-featured-visual {
	background: linear-gradient(135deg, var(--ek-navy) 0%, #0f2847 50%, var(--ek-black) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 2rem;
}

.ek-kosmic-orbit {
	position: relative;
	width: 120px;
	height: 120px;
}

.ek-kosmic-orbit-ring {
	position: absolute;
	inset: 0;
	border: 2px solid rgba(0, 180, 216, 0.35);
	border-radius: 50%;
	animation: ek-orbit-spin 12s linear infinite;
}

.ek-kosmic-orbit-core {
	position: absolute;
	inset: 28%;
	background: rgba(227, 24, 55, 0.15);
	border: 1px solid rgba(227, 24, 55, 0.35);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ek-cyan);
	font-size: 1.5rem;
}

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

.ek-kosmic-featured-body {
	padding: 2rem 2rem 2rem 1.5rem;
}

.ek-kosmic-featured-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ek-red);
	margin-bottom: 0.5rem;
}

.ek-kosmic-featured-title {
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin-bottom: 0.75rem;
}

.ek-kosmic-featured-title a {
	color: inherit;
	text-decoration: none;
}

.ek-kosmic-featured-title a:hover {
	color: var(--ek-red);
}

.ek-kosmic-category {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ek-blue);
	background: rgba(27, 91, 168, 0.08);
	padding: 0.25rem 0.625rem;
	border-radius: 100px;
	margin-bottom: 0.75rem;
}

.ek-kosmic-filter {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--ek-slate);
	background: var(--ek-white);
	border: 1px solid #e2e8f0;
	border-radius: 100px;
	padding: 0.5rem 1rem;
	cursor: default;
}

.ek-kosmic-filter.active {
	color: var(--ek-white);
	background: var(--ek-gradient-primary);
	border-color: transparent;
}

.ek-kosmic-card h3 {
	font-size: 1.0625rem;
	margin: 0.5rem 0 0.75rem;
}

.ek-kosmic-card-link {
	color: inherit;
	text-decoration: none;
}

.ek-kosmic-card-link:hover {
	color: var(--ek-red);
}

.ek-kosmic-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 0.8125rem;
	color: var(--ek-slate);
	margin-top: 1rem;
}

.ek-kosmic-meta i {
	margin-right: 0.25rem;
	color: var(--ek-blue);
}

/* Partners */
.ek-partner-divider {
	height: 1px;
	background: linear-gradient(90deg, #e2e8f0 0%, transparent 100%);
}

.ek-partner-card {
	text-align: center;
}

.ek-partner-logo {
	width: 56px;
	height: 56px;
	margin: 0 auto 1rem;
	border-radius: 14px;
	background: var(--ek-gradient-subtle);
	border: 1px solid rgba(27, 91, 168, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	font-weight: 800;
	color: var(--ek-blue);
	letter-spacing: 0.04em;
}

.ek-partner-card h3 {
	font-size: 1.0625rem;
}

/* Single post */
.ek-post-hero {
	padding: 5rem 0 3rem;
	background: linear-gradient(180deg, var(--ek-navy) 0%, var(--ek-black) 100%);
	color: var(--ek-white);
}

.ek-post-content {
	padding: 4rem 0 6rem;
}

.ek-post-content .entry-content {
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--ek-charcoal);
}

.ek-post-content .entry-content h2,
.ek-post-content .entry-content h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

.ek-post-back {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	margin-bottom: 1.5rem;
}

.ek-post-back:hover {
	color: var(--ek-cyan);
}

@media (max-width: 991.98px) {
	.ek-page-hero {
		padding: 4.5rem 0 3.5rem;
	}

	.ek-form-tabs .nav-link {
		font-size: 0.75rem;
		padding: 0.4rem 0.625rem;
	}
}