@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

:root {
	--landing-topbar-height: 2.25rem;
	--tblr-font-sans-serif: 'Almarai', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

/* Apply Almarai font to buttons and navigation */
.btn,
.nav-link,
.landing-navbar .nav-link,
.dropdown-item,
.landing-topbar-link {
	font-family: 'Almarai', var(--tblr-font-sans-serif) !important;
}

/* Global Button Sizing (Smaller default) */
.btn {
	font-size: 0.85rem !important;
	padding: 0.5rem 0.75rem !important;
}

.btn-lg {
	font-size: 0.95rem !important;
	padding: 0.6rem 1rem !important;
}

/*
 * Darker typography on landing/public pages (light theme).
 * Uses Tabler theme variables (no hard-coded colors).
 */
body.theme-light .landing-page {
	color: rgba(var(--tblr-dark-rgb), 1);
}

body.theme-light .landing-page .text-muted {
	color: rgba(var(--tblr-dark-rgb), .78);
}

body.theme-light .landing-page .landing-subtitle,
body.theme-light .landing-page .landing-section-sub {
	color: rgba(var(--tblr-dark-rgb), .85);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--landing-topbar-height, 2.25rem) + 4.5rem);
}

.landing-page {
	min-height: 100vh;
	overflow-x: clip;
}

/* Top announcement bar (like the reference header screenshot) */
.landing-topbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 110;
	min-height: var(--landing-topbar-height, 2.25rem);
	display: flex;
	align-items: center;
	background: linear-gradient(90deg,
			rgba(var(--tblr-primary-rgb), 1),
			rgba(var(--tblr-secondary-rgb), 1));
	color: rgba(var(--tblr-white-rgb), .92);
}

.landing-topbar>.container-xl {
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing-topbar-link {
	color: inherit;
	text-decoration: none;
	font-size: .85rem;
	white-space: nowrap;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
}

.landing-topbar-badge {
	font-size: .7rem;
	font-weight: 700;
	padding: .2rem .4rem;
	border-radius: 999px;
	background: rgba(var(--tblr-white-rgb), .15);
	border: 1px solid rgba(var(--tblr-white-rgb), .18);
}

.landing-topbar-arrow {
	opacity: .9;
}

.landing-navbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	background: transparent;
	border-bottom: 0;
	padding: .75rem 0;
}

/* Full-width plain navbar variant (like the reference header screenshot) */
.landing-navbar.landing-navbar--files {
	top: var(--landing-topbar-height, 2.25rem);
	background: rgba(var(--tblr-body-bg-rgb), 1);
	border-bottom: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	padding: .65rem 0;
}

/* Logo sizing - Base (Desktop) */
.navbar-brand img,
.brand-logo--theme {
	height: 32px !important;
	width: auto !important;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

/* ========================================
   FOOTER STYLES
   ======================================== */

.landing-footer {
	padding: 3.5rem 0 2rem;
	background: rgba(var(--tblr-body-bg-rgb), 1);
	border-top: 1px solid rgba(var(--tblr-body-color-rgb), .08);
}

.theme-dark .landing-navbar.landing-navbar--files,
.theme-dark-auto .landing-navbar.landing-navbar--files {
	background: rgba(var(--tblr-body-bg-rgb), 1);
	border-bottom-color: rgba(var(--tblr-body-color-rgb), .14);
}

@media (max-width: 1199.98px) {

	/* On mobile/tablet (including iPad Pro), let the topbar be static so it doesn't cause sticky conflict */
	.landing-topbar {
		position: relative;
		min-height: auto;
		padding: .5rem 0;
		font-size: 0.8rem;
	}

	.landing-navbar.landing-navbar--files {
		top: 0;
	}

	/* Ensure topbar content doesn't overflow */
	.landing-topbar>.container-xl {
		padding-left: 1rem;
		padding-right: 1rem;
		display: flex;
		justify-content: center;
	}

	.landing-topbar-link {
		font-size: 0.8rem;
		gap: 0.35rem;
	}

	.landing-topbar-badge {
		font-size: 0.65rem;
		padding: 0.15rem 0.35rem;
	}
}

.theme-dark .landing-navbar,
.theme-dark-auto .landing-navbar {
	background: transparent;
	border-bottom-color: transparent;
}

.landing-navbar>.container-xl {
	max-width: 1180px;
	margin: 0 auto;
	background: rgba(var(--tblr-body-bg-rgb), .85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	border-radius: 999px;
	padding: .35rem 1.25rem;
}

/* Nav link hover effect for all screen sizes */
.landing-navbar .nav-link:hover,
.landing-navbar .nav-link:focus {
	background: rgba(32, 107, 196, 0.1); /* Blue background on hover */
	color: #206bc4 !important; /* Blue text color on hover */
}

.landing-navbar .dropdown-item:hover,
.landing-navbar .dropdown-item:focus {
	background: rgba(32, 107, 196, 0.1); /* Blue background on hover */
	color: #206bc4 !important; /* Blue text color on hover */
}

.landing-navbar.landing-navbar--files>.container-xl {
	background: transparent;
	backdrop-filter: none;
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Make long labels safer on smaller screens */
.landing-title,
.landing-subtitle,
.landing-section-title,
.landing-section-sub,
.landing-feature-title,
.landing-feature-text,
.landing-quote-text,
.landing-faq-body,
.landing-faq-item summary {
	overflow-wrap: anywhere;
}

/* Language segmented control */
.landing-lang-pill {
	display: inline-flex;
	align-items: center;
	padding: 2px;
	border-radius: 999px;
	background: rgba(var(--tblr-body-color-rgb), .06);
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
}

.landing-lang-pill-btn {
	display: inline-flex;
	align-items: center;
	gap: .15rem;
	padding: .25rem .5rem;
	border-radius: 999px;
	text-decoration: none;
	color: rgba(var(--tblr-body-color-rgb), .85);
	font-weight: 600;
	font-size: .75rem;
}

.landing-lang-pill-btn img {
	height: 14px !important;
	width: auto !important;
	object-fit: contain;
	vertical-align: middle;
	margin-top: -1px;
}

.landing-lang-pill-btn.is-active {
	background: rgba(var(--tblr-body-bg-rgb), 1);
	color: rgba(var(--tblr-body-color-rgb), 1);
}

/* Theme toggle icon in landing navbar */
.landing-theme-icon {
	font-size: 1.05rem;
	line-height: 1;
}

.landing-theme-icon--to-light {
	display: none;
}

.theme-dark .landing-theme-icon--to-dark,
.theme-dark-auto .landing-theme-icon--to-dark {
	display: none;
}

.theme-dark .landing-theme-icon--to-light,
.theme-dark-auto .landing-theme-icon--to-light {
	display: inline-block;
}

/* Keep landing media wrappers clean (cards should retain their normal styling, especially in light mode) */
.landing-page .landing-media {
	background: transparent;
	box-shadow: none;
}

.landing-page .landing-media:hover {
	background: transparent;
}

.theme-dark .landing-navbar>.container-xl,
.theme-dark-auto .landing-navbar>.container-xl {
	background: rgba(var(--tblr-body-bg-rgb), .75);
	border-color: rgba(var(--tblr-body-color-rgb), .16);
}

.landing-hero {
	padding: 5rem 0 3rem;
	background:
		radial-gradient(1200px 600px at 50% -10%, rgba(var(--tblr-primary-rgb), .12) 0, rgba(var(--tblr-primary-rgb), 0) 60%),
		radial-gradient(900px 500px at 15% 20%, rgba(var(--tblr-info-rgb), .10) 0, transparent 55%),
		radial-gradient(900px 500px at 85% 20%, rgba(var(--tblr-success-rgb), .08) 0, transparent 55%);
}

.theme-dark .landing-hero,
.theme-dark-auto .landing-hero {
	background:
		radial-gradient(1200px 600px at 50% -10%, rgba(var(--tblr-primary-rgb), .20) 0, rgba(var(--tblr-primary-rgb), 0) 60%),
		radial-gradient(900px 500px at 15% 20%, rgba(var(--tblr-info-rgb), .14) 0, transparent 55%),
		radial-gradient(900px 500px at 85% 20%, rgba(var(--tblr-success-rgb), .10) 0, transparent 55%);
}

.landing-hero-inner {
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
}

.landing-hero-badges {
	display: flex;
	gap: .5rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.landing-title {
	font-weight: 800;
	letter-spacing: -.02em;
	font-size: clamp(1.9rem, 3.5vw, 3.2rem);
	margin: 0 0 1rem;
}

.landing-subtitle {
	color: rgba(var(--tblr-body-color-rgb), .72);
	font-size: 1.1rem;
	margin: 0 auto 1.5rem;
	max-width: 760px;
	line-height: 1.9;
}

.landing-cta {
	display: flex;
	gap: .75rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

/* WordPress Page specific styles */
.wordpress-pricing-lead {
	max-width: 700px;
}

.pricing-card-body--highlight {
	border-top-color: rgba(var(--tblr-primary-rgb), 0.1) !important;
}

/* Premium page */
.premium-page {
	padding-bottom: 0;
}

.premium-hero {
	padding: 5rem 0 3rem;
	background:
		radial-gradient(1200px 600px at 50% -10%, rgba(var(--tblr-primary-rgb), .12) 0, rgba(var(--tblr-primary-rgb), 0) 60%),
		radial-gradient(900px 500px at 15% 20%, rgba(var(--tblr-info-rgb), .10) 0, transparent 55%),
		radial-gradient(900px 500px at 85% 20%, rgba(var(--tblr-success-rgb), .08) 0, transparent 55%);
}

.theme-dark .premium-hero,
.theme-dark-auto .premium-hero {
	background:
		radial-gradient(1200px 600px at 50% -10%, rgba(var(--tblr-primary-rgb), .20) 0, rgba(var(--tblr-primary-rgb), 0) 60%),
		radial-gradient(900px 500px at 15% 20%, rgba(var(--tblr-info-rgb), .14) 0, transparent 55%),
		radial-gradient(900px 500px at 85% 20%, rgba(var(--tblr-success-rgb), .10) 0, transparent 55%);
}

.premium-title {
	font-weight: 800;
	letter-spacing: -.02em;
	font-size: clamp(1.9rem, 3.5vw, 3.2rem);
}

.premium-subtitle {
	font-size: 1.1rem;
	line-height: 1.9;
}

.premium-badges {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}

.premium-hero-card {
	border-color: rgba(var(--tblr-body-color-rgb), .12);
	background:
		radial-gradient(700px 300px at 20% 0%, rgba(var(--tblr-primary-rgb), .10) 0, transparent 60%),
		radial-gradient(700px 300px at 80% 0%, rgba(var(--tblr-success-rgb), .08) 0, transparent 60%),
		rgba(var(--tblr-body-bg-rgb), 1);
}

.premium-metric {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
}

.premium-metric-icon {
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: .75rem;
	background: rgba(var(--tblr-body-color-rgb), .06);
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	color: rgba(var(--tblr-primary-rgb), 1);
	font-size: 1.1rem;
}

.premium-metric-title {
	font-weight: 700;
}

.premium-price {
	display: flex;
	align-items: baseline;
	gap: .5rem;
}

.premium-price-amount {
	font-size: 2rem;
	font-weight: 800;
}

.premium-plan-list li {
	margin-bottom: .5rem;
}

.premium-plan-featured {
	border-color: rgba(var(--tblr-primary-rgb), .35);
	box-shadow: 0 0 0 1px rgba(var(--tblr-primary-rgb), .15);
}

/* Scroll reveal animation */
.premium-reveal {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .6s ease, transform .6s ease;
	will-change: opacity, transform;
}

.premium-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Ensure visibility on small screens even if JS fails or threshold is high */
@media (max-width: 767.98px) {
	.premium-reveal {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.premium-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.landing-hero-media {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	z-index: 20;
	/* Ensure it stays above the divider */
	perspective: 3000px;
	perspective-origin: center top;
}

.hero-image-perspective-wrapper {
	transform-style: preserve-3d;
	display: block;
}

@media (max-width: 991.98px) {
	.landing-hero {
		padding: 4.25rem 0 2.5rem;
	}

	.landing-subtitle {
		font-size: 1.05rem;
	}

	.landing-quote-text {
		font-size: 1.15rem;
		line-height: 2.0;
	}

	.landing-split {
		padding: 2.25rem 0 3.25rem;
	}

	.landing-glance-snap-col {
		padding: 1.75rem 1.25rem;
	}



	/* Ensure Logo Alignment is correct based on direction */
	html[dir="rtl"] .landing-navbar .navbar-brand {
		order: 0;
		/* Logo first (Right in RTL) */
		margin-left: auto;
		margin-right: 0;
	}

	html[dir="rtl"] .landing-navbar .navbar-toggler {
		order: 1;
		/* Toggler second (Left in RTL) */
		margin-right: auto;
		margin-left: 0;
	}

	html[dir="ltr"] .landing-navbar .navbar-brand {
		order: 0;
		/* Logo first (Left in LTR) */
		margin-right: auto;
		margin-left: 0;
	}

	html[dir="ltr"] .landing-navbar .navbar-toggler {
		order: 1;
		/* Toggler second (Right in LTR) */
		margin-left: auto;
		margin-right: 0;
	}
}

@media (max-width: 767.98px) {
	.landing-quote {
		padding: 3rem 0;
	}

	.landing-quote-mark {
		font-size: 3.25rem;
	}

	.landing-quote-text {
		font-size: 1.05rem;
	}

	.landing-glance {
		padding: 3.25rem 0;
	}

	.landing-glance-snap {
		padding: 3.75rem 0;
	}
}

.landing-hero-img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.25);
	background: transparent;
	transform: rotateX(12deg);
	transform-origin: center top;
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.8s ease;
}

.landing-hero-img:hover {
	transform: rotateX(0deg) translateY(-20px) scale(1.01);
	box-shadow: 0 70px 140px -30px rgba(0, 0, 0, 0.3);
}

.landing-floating {
	position: absolute;
	top: 18px;
}

.landing-float-left {
	left: 22px;
}

.landing-float-right {
	right: 22px;
}

.landing-float-card {
	display: flex;
	align-items: center;
	gap: .65rem;
	padding: .6rem .75rem;
	border-radius: 12px;
	background: rgba(var(--tblr-body-bg-rgb), .92);
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	box-shadow: 0 10px 24px rgba(var(--tblr-body-color-rgb), .14);
}

.theme-dark .landing-float-card,
.theme-dark-auto .landing-float-card {
	box-shadow: 0 10px 24px rgba(var(--tblr-body-color-rgb), .28);
}

.landing-float-icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	font-size: 1rem;
}

.landing-float-title {
	font-weight: 700;
	line-height: 1.1;
}

.landing-float-sub {
	font-size: .85rem;
	color: rgba(var(--tblr-body-color-rgb), .65);
}

.landing-steps {
	padding: 3.75rem 0;
}

.landing-step-card {
	height: 100%;
	padding: 1.25rem 1.25rem 1.1rem;
	border-radius: 16px;
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	background: rgba(var(--tblr-body-bg-rgb), .8);
	box-shadow: 0 18px 50px rgba(var(--tblr-body-color-rgb), .08);
}

.theme-dark .landing-step-card,
.theme-dark-auto .landing-step-card {
	box-shadow: 0 18px 50px rgba(var(--tblr-body-color-rgb), .18);
}

.landing-step-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	margin-bottom: .9rem;
	font-size: 1.1rem;
}

.landing-step-title {
	font-size: 1.1rem;
	margin: 0 0 .4rem;
	font-weight: 800;
}

.landing-step-text {
	margin: 0;
	color: rgba(var(--tblr-body-color-rgb), .72);
	line-height: 1.85;
}

/* Orbit icon cluster */
.landing-orbit {
	position: relative;
	width: 240px;
	height: 240px;
	margin: 2.25rem auto 0;
}

/* Elementor-style Divider / Container */
.e-con {
	--container-max-width: 1140px;
	--padding-top: 100px;
	--padding-bottom: 100px;
	--padding-left: 0px;
	--padding-right: 0px;
	display: flex;
	position: relative;
	width: 100%;
}

.e-con-boxed {
	justify-content: center;
}

.e-con-inner {
	width: 100%;
	max-width: var(--container-max-width);
	display: flex;
}

/* Specific Divider Section 4acf4f26 */
[data-id="4acf4f26"] {
	background-color: #0c1441;
	/* Dark Navy to match your theme */
	min-height: 380px;
	margin-top: -180px;
	/* Overlap with hero */
	padding: 180px 0 0;
	z-index: 5;
	overflow: hidden;
}

[data-id="4acf4f26"]::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #0c1441;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	transform: scaleX(1.1);
}

.landing-orbit-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	border-radius: 999px;
	background: rgba(var(--tblr-primary-rgb), .12);
	border: 1px solid rgba(var(--tblr-primary-rgb), .25);
	display: grid;
	place-items: center;
	color: rgba(var(--tblr-primary-rgb), 1);
	box-shadow: 0 18px 40px rgba(var(--tblr-body-color-rgb), .10);
}

.landing-orbit-item {
	position: absolute;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background: rgba(var(--tblr-body-bg-rgb), .92);
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	display: grid;
	place-items: center;
	color: rgba(var(--tblr-body-color-rgb), .75);
}

.landing-orbit-item:nth-child(2) {
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.landing-orbit-item:nth-child(3) {
	top: 62px;
	left: 16px;
}

.landing-orbit-item:nth-child(4) {
	top: 62px;
	right: 16px;
}

.landing-orbit-item:nth-child(5) {
	bottom: 62px;
	left: 16px;
}

.landing-orbit-item:nth-child(6) {
	bottom: 62px;
	right: 16px;
}

.landing-orbit-item:nth-child(7) {
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.landing-dark {
	padding: 4.5rem 0;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(1000px 600px at 50% 0%, rgba(var(--tblr-primary-rgb), .22) 0, rgba(var(--tblr-primary-rgb), 0) 55%),
		radial-gradient(900px 600px at 15% 80%, rgba(var(--tblr-info-rgb), .16) 0, transparent 55%),
		radial-gradient(900px 600px at 85% 80%, rgba(var(--tblr-success-rgb), .12) 0, transparent 55%),
		rgba(var(--tblr-dark-rgb), 1);
}

/* Light theme: make "dark" sections match light mode */
.theme-light .landing-dark {
	background:
		radial-gradient(1000px 600px at 50% 0%, rgba(var(--tblr-primary-rgb), .12) 0, rgba(var(--tblr-primary-rgb), 0) 55%),
		radial-gradient(900px 600px at 15% 80%, rgba(var(--tblr-info-rgb), .10) 0, transparent 55%),
		radial-gradient(900px 600px at 85% 80%, rgba(var(--tblr-success-rgb), .08) 0, transparent 55%),
		rgba(var(--tblr-body-bg-rgb), 1);
}

.theme-light .landing-dark::before {
	opacity: .22;
}

.landing-dark::before {
	content: "";
	position: absolute;
	inset: -40% -10% auto -10%;
	height: 520px;
	background: radial-gradient(closest-side, rgba(var(--tblr-white-rgb), .10), rgba(var(--tblr-white-rgb), 0));
	filter: blur(2px);
	opacity: .6;
	pointer-events: none;
}

.landing-dark>.container-xl {
	position: relative;
}

.landing-section-head {
	margin-bottom: 2rem;
}

.landing-section-title {
	font-weight: 800;
	margin: 0 0 .5rem;
}

.landing-section-sub {
	margin: 0 auto;
	max-width: 820px;
	line-height: 1.9;
}

.landing-feature {
	padding: 1.25rem 1.25rem 1.1rem;
	border-radius: 14px;
	background: rgba(var(--tblr-white-rgb), .03);
	border: 1px solid rgba(var(--tblr-white-rgb), .06);
	height: 100%;
}

.theme-light .landing-dark .landing-feature {
	background: rgba(var(--tblr-body-bg-rgb), .85);
	border-color: rgba(var(--tblr-body-color-rgb), .10);
}

.landing-feature-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	margin-bottom: .9rem;
}

.landing-feature-title {
	color: inherit;
	font-size: 1.15rem;
	margin: 0 0 .4rem;
	font-weight: 800;
}

.landing-feature-text {
	color: inherit;
	margin: 0;
	line-height: 1.85;
}

/* Ensure readable text inside dark section */
.landing-dark .landing-feature-title {
	color: rgba(var(--tblr-white-rgb), .95);
}

.landing-dark .landing-feature-text {
	color: rgba(var(--tblr-white-rgb), .65);
}

.theme-light .landing-dark .landing-feature-title {
	color: rgba(var(--tblr-dark-rgb), 1);
}

.theme-light .landing-dark .landing-feature-text {
	color: rgba(var(--tblr-dark-rgb), .78);
}

.theme-light .landing-dark .text-white {
	color: rgba(var(--tblr-dark-rgb), 1);
}

.theme-light .landing-dark .text-white-50 {
	color: rgba(var(--tblr-dark-rgb), .78);
}

.landing-quote {
	padding: 3.5rem 0;
}

.landing-quote-box {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.landing-quote-mark {
	font-size: 4rem;
	line-height: 1;
	color: rgba(var(--tblr-primary-rgb), .25);
	margin-bottom: .5rem;
}

.landing-quote-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.1;
	margin: 0 auto .6rem;
	max-width: 900px;
}

.landing-quote-meta {
	color: rgba(var(--tblr-body-color-rgb), .55);
}

.landing-split {
	padding: 2.75rem 0 3.75rem;
}

.landing-media {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	background: rgba(var(--tblr-body-bg-rgb), .8);
	box-shadow: 0 18px 50px rgba(var(--tblr-body-color-rgb), .10);
}

.theme-dark .landing-media,
.theme-dark-auto .landing-media {
	box-shadow: 0 18px 50px rgba(var(--tblr-body-color-rgb), .22);
}

.landing-media-img {
	width: 100%;
	height: auto;
	display: block;
}

.landing-split-copy {
	max-width: 560px;
}

.landing-kicker {
	display: inline-block;
	padding: .25rem .6rem;
	border-radius: 999px;
	background: rgba(var(--tblr-primary-rgb), .10);
	color: rgba(var(--tblr-primary-rgb), 1);
	font-weight: 700;
	margin-bottom: .75rem;
}

.landing-split-title {
	font-weight: 800;
	margin-bottom: .5rem;
}

.landing-glance {
	padding: 3.75rem 0;
	background:
		radial-gradient(900px 500px at 50% 0%, rgba(var(--tblr-primary-rgb), .18) 0, rgba(var(--tblr-primary-rgb), 0) 60%),
		rgba(var(--tblr-dark-rgb), 1);
}

.theme-light .landing-glance {
	background:
		radial-gradient(900px 500px at 50% 0%, rgba(var(--tblr-primary-rgb), .12) 0, rgba(var(--tblr-primary-rgb), 0) 60%),
		rgba(var(--tblr-body-bg-rgb), 1);
}

.landing-glance-snap {
	padding: 4.5rem 0;
	background:
		linear-gradient(180deg, rgba(var(--tblr-body-bg-rgb), .0), rgba(var(--tblr-body-bg-rgb), .0)),
		radial-gradient(900px 500px at 50% 0%, rgba(var(--tblr-primary-rgb), .18) 0, rgba(var(--tblr-primary-rgb), 0) 60%),
		rgba(var(--tblr-dark-rgb), 1);
}

.theme-light .landing-glance-snap {
	background:
		linear-gradient(180deg, rgba(var(--tblr-body-bg-rgb), .0), rgba(var(--tblr-body-bg-rgb), .0)),
		radial-gradient(900px 500px at 50% 0%, rgba(var(--tblr-primary-rgb), .12) 0, rgba(var(--tblr-primary-rgb), 0) 60%),
		rgba(var(--tblr-body-bg-rgb), 1);
}

.landing-glance-snap-grid {
	margin-top: 1.5rem;
}

.landing-glance-snap-col {
	padding: 2rem 1.5rem;
}

.landing-glance-snap-col--divider {
	border-inline-start: 1px solid rgba(var(--tblr-white-rgb), .10);
}

.theme-light .landing-glance-snap-col--divider {
	border-inline-start-color: rgba(var(--tblr-body-color-rgb), .10);
}

.landing-glance-snap-title {
	color: rgba(var(--tblr-white-rgb), .95);
	font-weight: 800;
	margin: 0 0 1.25rem;
}

.theme-light .landing-glance-snap-title {
	color: rgba(var(--tblr-dark-rgb), 1);
}

@media (max-width: 767.98px) {
	.landing-glance-snap-col--divider {
		border-inline-start: 0;
		border-top: 1px solid rgba(var(--tblr-white-rgb), .10);
	}

	.theme-light .landing-glance-snap-col--divider {
		border-top-color: rgba(var(--tblr-body-color-rgb), .10);
	}
}

.landing-glance-col {
	padding: 1.25rem 1.25rem 1.1rem;
	border-radius: 16px;
	border: 1px solid rgba(var(--tblr-white-rgb), .08);
	background: rgba(var(--tblr-white-rgb), .03);
	height: 100%;
}

.theme-light .landing-glance-col {
	border-color: rgba(var(--tblr-body-color-rgb), .10);
	background: rgba(var(--tblr-body-bg-rgb), .85);
}

.landing-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: .55rem;
}

.landing-list li {
	display: flex;
	gap: .6rem;
	align-items: flex-start;
	color: rgba(var(--tblr-body-color-rgb), .75);
}

.landing-list i {
	margin-top: .2rem;
	color: rgba(var(--tblr-success-rgb), 1);
}

.landing-list--on-dark li {
	color: rgba(var(--tblr-white-rgb), .72);
}

.theme-light .landing-list--on-dark li {
	color: rgba(var(--tblr-dark-rgb), .78);
}

.theme-light .landing-glance .text-white,
.theme-light .landing-glance-snap .text-white {
	color: rgba(var(--tblr-dark-rgb), 1);
}

.theme-light .landing-glance .text-white-50,
.theme-light .landing-glance-snap .text-white-50 {
	color: rgba(var(--tblr-dark-rgb), .78);
}

.landing-list--on-dark i {
	color: rgba(var(--tblr-success-rgb), 1);
}

.landing-faq {
	padding: 3.5rem 0;
}

.landing-faq-grid {
	max-width: 920px;
	margin: 0 auto;
	display: grid;
	gap: .75rem;
}

.landing-faq-item {
	border-radius: 14px;
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	background: rgba(var(--tblr-body-bg-rgb), .8);
	padding: .2rem 1rem;
}

.landing-faq-item summary {
	cursor: pointer;
	font-weight: 800;
	padding: .9rem 0;
	list-style: none;
	position: relative;
	padding-inline-end: 2rem;
}

.landing-faq-item summary::after {
	content: "+";
	position: absolute;
	inset-inline-end: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	color: rgba(var(--tblr-body-color-rgb), .75);
	background: rgba(var(--tblr-body-color-rgb), .06);
}

.landing-faq-item[open] summary::after {
	content: "–";
}

.landing-faq-item summary::-webkit-details-marker {
	display: none;
}

.landing-faq-body {
	padding: 0 0 1rem;
	color: rgba(var(--tblr-body-color-rgb), .72);
	line-height: 1.9;
}

/* Screenshot-like CTA section */
.landing-cta-snap {
	padding: 2.75rem 0 4.25rem;
}

.landing-cta-snap-card {
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 18px;
	padding: clamp(2.25rem, 4vw, 3.5rem) 1.25rem;
	min-height: 320px;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: .85rem;
	background:
		radial-gradient(1000px 520px at 50% 115%, rgba(var(--tblr-primary-rgb), .18) 0, rgba(var(--tblr-primary-rgb), 0) 62%),
		linear-gradient(180deg, rgba(var(--tblr-dark-rgb), 1), rgba(var(--tblr-dark-rgb), 1));
	box-shadow: 0 20px 60px rgba(var(--tblr-body-color-rgb), .18);
}

.theme-light .landing-cta-snap-card {
	background:
		radial-gradient(1000px 520px at 50% 115%, rgba(var(--tblr-primary-rgb), .12) 0, rgba(var(--tblr-primary-rgb), 0) 62%),
		linear-gradient(180deg, rgba(var(--tblr-body-bg-rgb), 1), rgba(var(--tblr-body-bg-rgb), 1));
	box-shadow: 0 20px 60px rgba(var(--tblr-body-color-rgb), .10);
}

.landing-cta-snap-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(90deg,
			rgba(var(--tblr-white-rgb), .08) 0,
			rgba(var(--tblr-white-rgb), .08) 1px,
			rgba(var(--tblr-white-rgb), 0) 1px,
			rgba(var(--tblr-white-rgb), 0) 56px);
	opacity: .55;
	pointer-events: none;
}

.theme-light .landing-cta-snap-card::before {
	background:
		repeating-linear-gradient(90deg,
			rgba(var(--tblr-body-color-rgb), .08) 0,
			rgba(var(--tblr-body-color-rgb), .08) 1px,
			rgba(var(--tblr-body-color-rgb), 0) 1px,
			rgba(var(--tblr-body-color-rgb), 0) 56px);
	opacity: .35;
}

.landing-cta-snap-card::after {
	content: "";
	position: absolute;
	inset: -40% -20% auto -20%;
	height: 420px;
	background: radial-gradient(closest-side, rgba(var(--tblr-white-rgb), .10), rgba(var(--tblr-white-rgb), 0));
	filter: blur(1px);
	opacity: .6;
	pointer-events: none;
}

.landing-cta-snap-title {
	position: relative;
	color: rgba(var(--tblr-white-rgb), 1);
	font-weight: 800;
	letter-spacing: -.02em;
	font-size: clamp(1.8rem, 3.4vw, 3rem);
	margin: 0;
}

.theme-light .landing-cta-snap-title {
	color: rgba(var(--tblr-body-color-rgb), .95);
}

.landing-cta-snap-subtitle {
	position: relative;
	max-width: 780px;
	margin: 0;
	color: rgba(var(--tblr-white-rgb), .72);
	font-size: 1.05rem;
	line-height: 1.85;
}

.theme-light .landing-cta-snap-subtitle {
	color: rgba(var(--tblr-body-color-rgb), .72);
}

.landing-cta-snap-note {
	position: relative;
	margin: .1rem 0 .35rem;
	color: rgba(var(--tblr-white-rgb), .80);
	font-weight: 600;
}

.theme-light .landing-cta-snap-note {
	color: rgba(var(--tblr-body-color-rgb), .75);
}

.landing-cta-snap-btn {
	position: relative;
	margin-top: .25rem;
	padding-inline: 1.5rem;
	border-radius: 12px;
}

.landing-cta-band {
	padding: 2.5rem 0 4rem;
}

.landing-cta-card {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem;
	border-radius: 16px;
	border: 1px solid rgba(var(--tblr-body-bg-rgb), .10);
}

.landing-footer {
	position: relative;
	padding: 3rem 0 1.25rem;
	border-top: 1px solid rgba(var(--tblr-body-color-rgb), .08);
	overflow: hidden;
}

.landing-footer>.container-xl {
	position: relative;
}

.landing-footer .row,
.landing-footer-bottom {
	position: relative;
	z-index: 1;
}

.landing-footer-brandmark {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 0;
	margin: 0;
	overflow: visible;
	pointer-events: none;
}

.landing-footer-brandmark-text {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translate(-50%, 40%);
	pointer-events: none;
	white-space: nowrap;
	text-align: center;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	font-size: clamp(4rem, 12vw, 11.5rem);
	width: 100%;
	display: block;
	color: transparent;
}

.landing-footer-brandmark-text::before,
.landing-footer-brandmark-text::after {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	text-align: center;
}

.landing-footer-brandmark-text::before {
	background: linear-gradient(180deg,
			rgba(var(--tblr-body-color-rgb), .12),
			rgba(var(--tblr-body-color-rgb), .02) 80%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.landing-footer-brandmark-text::after {
	color: rgba(var(--tblr-body-color-rgb), .06);
	text-shadow: 0 1px 0 rgba(var(--tblr-white-rgb), .65);
}

.theme-dark .landing-footer-brandmark-text::after,
.theme-dark-auto .landing-footer-brandmark-text::after {
	text-shadow: 0 1px 0 rgba(var(--tblr-dark-rgb), .35);
}

.landing-footer-brandmark-glow {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translate(-50%, 62%);
	width: 14rem;
	height: 14rem;
	border-radius: 999px;
	border: 20px solid rgba(var(--tblr-primary-rgb), .45);
	filter: blur(70px);
	opacity: .45;
}

.landing-footer a {
	text-decoration: none;
}

.landing-footer-bottom {
	margin-top: 1.5rem;
	padding-top: .75rem;
	border-top: 1px solid rgba(var(--tblr-body-color-rgb), .08);
	font-size: .95rem;
}

/* ========================================
   RESPONSIVE HEADER STYLES - TABLET & MOBILE
   ======================================== */
@media (max-width: 1199.98px) {

	/* Navbar container adjustments for tablet */
	.landing-navbar>.container-fluid {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	/* Collapsed menu container styling */
	.landing-navbar .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(var(--tblr-body-bg-rgb), 0.98);
		backdrop-filter: blur(12px);
		border-radius: 0 0 16px 16px;
		border: 1px solid rgba(var(--tblr-body-color-rgb), 0.10);
		border-top: 0;
		box-shadow: 0 12px 32px rgba(var(--tblr-body-color-rgb), 0.12);
		padding: 1rem;
		margin-top: 0.5rem;
		z-index: 1000;
	}

	.theme-dark .landing-navbar .navbar-collapse,
	.theme-dark-auto .landing-navbar .navbar-collapse {
		background: rgba(var(--tblr-body-bg-rgb), 0.98);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
	}

	/* Nav items stacked vertically */
	.landing-navbar .navbar-nav {
		flex-direction: column;
		align-items: stretch;
		gap: 0.25rem;
	}

	.landing-navbar .navbar-nav.mx-auto {
		margin: 0 !important;
		padding-bottom: 1rem;
		border-bottom: 1px solid rgba(var(--tblr-body-color-rgb), 0.08);
	}

	/* Nav link styling for mobile */
	.landing-navbar .nav-link {
		padding: 0.75rem 1rem;
		border-radius: 10px;
		transition: background 0.2s ease;
	}

	.landing-navbar .nav-link:hover,
	.landing-navbar .nav-link:focus {
		background: rgba(32, 107, 196, 0.1); /* Blue background on hover */
		color: #206bc4 !important; /* Blue text color on hover */
	}

	.landing-navbar .nav-link.active {
		background: rgba(var(--tblr-primary-rgb), 0.10);
		color: rgba(var(--tblr-primary-rgb), 1);
	}

	/* Dropdown menu styling for mobile */
	.landing-navbar .dropdown-menu {
		position: static !important;
		transform: none !important;
		box-shadow: none;
		background: transparent;
		border: 0;
		padding-left: 1.5rem;
		margin: 0;
	}

	.landing-navbar .dropdown-item {
		padding: 0.6rem 1rem;
		border-radius: 8px;
	}

	.landing-navbar .dropdown-item:hover,
	.landing-navbar .dropdown-item:focus {
		background: rgba(32, 107, 196, 0.1); /* Blue background on hover */
		color: #206bc4 !important; /* Blue text color on hover */
	}

	/* Right side navbar items */
	.landing-navbar .navbar-nav.ms-auto {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
		padding-top: 1rem;
	}

	/* Language pill adjustments for tablet/mobile */
	.landing-navbar .landing-lang-pill {
		align-self: flex-start;
		margin-bottom: 0.5rem;
	}

	/* Hide vertical separator on mobile */
	.landing-navbar .vr {
		display: none !important;
	}

	/* GitHub link in menu */
	.landing-navbar .nav-link.d-flex {
		justify-content: flex-start;
	}

	/* Signup button full width on mobile */
	.landing-navbar .btn.btn-dark {
		width: 100%;
		text-align: center;
		margin-top: 0.5rem;
	}

	/* Navbar toggler styling - Custom Hamburger */
	.landing-navbar .navbar-toggler {
		width: 40px;
		height: 40px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(var(--tblr-body-color-rgb), 0.15);
		border-radius: 8px;
		background: transparent;
		color: rgba(var(--tblr-body-color-rgb), 0.7);
	}

	.landing-navbar .navbar-toggler-icon {
		background-image: none !important;
		position: relative;
		width: 18px;
		height: 1.5px;
		background-color: currentColor;
		display: block;
	}

	.landing-navbar .navbar-toggler-icon::before,
	.landing-navbar .navbar-toggler-icon::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1.5px;
		background-color: currentColor;
		left: 0;
	}

	.landing-navbar .navbar-toggler-icon::before {
		top: -5px;
	}

	.landing-navbar .navbar-toggler-icon::after {
		bottom: -5px;
	}

	/* Ensure mobile menu scrolls if too tall */
	.landing-navbar .navbar-collapse {
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	/* Proper spacing for action buttons on mobile */
	.landing-navbar .navbar-nav.ms-auto .btn {
		margin: 0;
		white-space: nowrap;
	}
}

/* ========================================
   RESPONSIVE HEADER STYLES - TABLET (iPad Pro etc.)
   ======================================== */
@media (min-width: 768px) and (max-width: 1199.98px) {

	/* Optimize navbar spacing for tablets */
	.landing-navbar {
		padding: 0.65rem 0;
	}

	.landing-navbar>.container-fluid,
	.landing-navbar>.container-xl {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	/* Adjust logo size for tablets */
	.navbar-brand img,
	.brand-logo--theme {
		height: 28px !important;
		max-height: 28px !important;
		width: auto !important;
	}

	/* Better spacing for nav items on tablet */
	.landing-navbar .nav-link {
		padding: 0.7rem 0.9rem;
		font-size: 0.95rem;
	}

	/* Ensure language switcher is properly sized */
	.landing-lang-pill {
		flex-shrink: 0;
	}

	.landing-lang-pill-btn {
		padding: 0.3rem 0.55rem;
		font-size: 0.72rem;
	}
}

/* ========================================
   RESPONSIVE HEADER STYLES - MOBILE
   ======================================== */
@media (max-width: 767.98px) {

	/* More compact mobile menu */
	.landing-navbar .navbar-collapse {
		padding: 0.75rem;
		border-radius: 0 0 12px 12px;
	}

	.landing-navbar .nav-link {
		padding: 0.65rem 0.85rem;
		font-size: 0.95rem;
	}

	/* Language pills more compact */
	.landing-lang-pill-btn {
		padding: 0.2rem 0.4rem;
		font-size: 0.7rem;
	}

	/* Reduce logo size on mobile */
	.navbar-brand img,
	.brand-logo--theme {
		height: 24px !important;
		max-height: 24px !important;
		width: auto !important;
	}

	/* Ensure navbar brand doesn't overflow */
	.navbar-brand {
		flex-shrink: 0;
		max-width: 60%;
		margin-right: auto;
	}
}

@media (max-width: 576px) {
	.landing-hero {
		padding-top: 3.5rem;
	}

	.landing-float-left,
	.landing-float-right {
		display: none;
	}

	.landing-orbit {
		transform: scale(.92);
	}

	.landing-navbar {
		padding: .5rem 0;
	}

	.landing-navbar>.container-xl {
		border-radius: 999px;
		padding: .25rem .75rem;
	}

	.landing-navbar.landing-navbar--files {
		padding: .5rem 0;
	}

	.landing-navbar.landing-navbar--files>.container-xl {
		border-radius: 0;
		padding: 0 .75rem;
	}

	/* Prevent topbar text overflow on small screens without changing sticky offsets */
	.landing-topbar>.container-xl {
		padding: 0 .75rem;
	}

	.landing-topbar-link {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.landing-topbar-arrow {
		display: none;
	}

	/* Mobile navbar enhanced */
	.landing-navbar>.container-fluid {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.landing-navbar .navbar-collapse {
		margin-left: -0.75rem;
		margin-right: -0.75rem;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}

	/* Mobile nav items */
	.landing-navbar .nav-link {
		padding: 0.6rem 0.75rem;
		font-size: 0.9rem;
	}

	/* Compact language pill on small screens */
	.landing-lang-pill {
		padding: 1px;
	}

	.landing-lang-pill-btn {
		padding: 0.15rem 0.35rem;
		font-size: 0.65rem;
		gap: 0.1rem;
	}

	.landing-lang-pill-btn .me-1 {
		margin-right: 0.15rem !important;
	}

	.landing-glance-snap-col {
		padding: 1.5rem 1rem;
	}

	.landing-split {
		padding: 2rem 0 3rem;
	}

	.landing-cta-snap {
		padding: 2.5rem 0 3.75rem;
	}

	.landing-footer-brandmark {
		height: 0;
	}

	/* Improve button touch targets on mobile */
	.landing-navbar .btn {
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* Improve nav link touch targets */
	.landing-navbar .nav-link {
		min-height: 44px;
		display: flex;
		align-items: center;
	}

	/* Better dropdown toggle */
	.landing-navbar .dropdown-toggle::after {
		margin-left: auto;
		margin-right: 0.5rem;
	}
}

/* ========================================
   RESPONSIVE HEADER STYLES - LARGE DESKTOP
   ======================================== */
@media (min-width: 1400px) {

	/* Optimize for larger screens */
	.landing-navbar {
		padding: 0.85rem 0;
	}

	.landing-navbar>.container-xl {
		max-width: 1280px;
		padding: 0.4rem 1.5rem;
	}

	.navbar-brand img,
	.brand-logo--theme {
		height: 34px !important;
		max-height: 34px !important;
		width: auto !important;
	}

	.landing-nav .nav-link {
		font-size: 1rem;
		padding: 0.5rem 1rem;
	}

	.landing-lang-pill-btn {
		padding: 0.28rem 0.6rem;
		font-size: 0.78rem;
	}
}

.landing-footer-brandmark-glow {
	width: 11rem;
	height: 11rem;
	border-width: 16px;
	filter: blur(48px);
}

/* Premium tweaks */
.premium-hero {
	padding: 3.75rem 0 2.25rem;
}

.premium-price-amount {
	font-size: 1.75rem;
}

/* Pricing Cards */
.pricing-card {
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	background: #ffffff !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	color: #333333 !important;
}

.pricing-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.pricing-card.startup {
	border: 1px solid rgba(var(--tblr-primary-rgb), 0.2);
	background: -webkit-linear-gradient(135deg, #e0faff 0%, #f4efff 100%);
	background: linear-gradient(135deg, #e0faff 0%, #f4efff 100%);
	box-shadow: 0 10px 30px rgba(var(--tblr-primary-rgb), 0.1);
}

.pricing-card-header {
	padding: 1.5rem;
	position: relative;
}

.pricing-card-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #333;
}

.pricing-card-price {
	font-size: 2.25rem;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1;
}

.pricing-card-duration {
	font-size: 0.9rem;
	color: #666;
	font-weight: 500;
}

.pricing-card-note {
	font-size: 0.85rem;
	color: #888;
	margin-top: 0.75rem;
	line-height: 1.5;
}

.pricing-card-body {
	padding: 1.5rem;
	flex-grow: 1;
}

.pricing-card-feature-title {
	font-size: 0.85rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 1rem;
}

.pricing-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pricing-list li {
	font-size: 0.85rem;
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	padding-inline-start: 1.5rem;
	position: relative;
	color: #555;
}

.pricing-list li i {
	position: absolute;
	inset-inline-start: 0;
	color: #4f46e5;
	font-size: 0.8rem;
}

.pricing-card-footer {
	padding: 1.5rem;
}

.pricing-btn {
	border-radius: 10px;
	padding: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.85rem;
}

.btn-navy {
	background-color: #0c1441;
	color: #fff;
	border: none;
}

.btn-navy:hover,
.btn-navy:focus {
	background-color: #162263;
	color: #fff;
}

.badge-hot {
	background: #4f46e5;
	color: #fff;
	padding: 0.25rem 0.6rem;
	border-radius: 99px;
	font-size: 0.7rem;
	font-weight: 800;
	position: absolute;
	inset-inline-end: 1.5rem;
	top: 1.5rem;
}

/* Blog List Styles */
.blog-list-grid {
	--blog-cover-height: 190px;
}

@media (min-width: 992px) {
	.blog-list-grid {
		--blog-cover-height: 210px;
	}
}

.blog-list-card {
	overflow: hidden;
	height: 100%;
	border-color: rgba(var(--tblr-body-color-rgb), .10);
}

.blog-list-cover {
	height: var(--blog-cover-height);
	background: rgba(var(--tblr-body-color-rgb), .04);
}

.blog-list-cover img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}

.blog-list-title {
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.blog-list-excerpt {
	line-height: 1.65;
	color: rgba(var(--tblr-body-color-rgb), .78);
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: calc(1.65em * 3);
}

/* Blog Post Styles */
.blog-post-card {
	overflow: hidden;
}

.blog-post-cover {
	max-height: 360px;
	overflow: hidden;
	background: rgba(var(--tblr-body-color-rgb), .04);
}

.blog-post-cover img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.blog-post-prose {
	font-size: 1.05rem;
	line-height: 1.9;
	color: rgba(var(--tblr-body-color-rgb), .92);
}

.blog-post-prose p {
	margin-bottom: 1rem;
}

.blog-post-prose h2,
.blog-post-prose h3,
.blog-post-prose h4 {
	margin-top: 1.6rem;
	margin-bottom: .75rem;
	line-height: 1.25;
}

.blog-post-prose ul,
.blog-post-prose ol {
	padding-inline-start: 1.25rem;
	margin-bottom: 1rem;
}

.blog-post-prose img {
	max-width: 100%;
	height: auto;
	border-radius: .5rem;
}

/* Design Page Styles */
.design-page {
	color: #1d273b !important;
}

.design-hero {
	position: relative;
	background: radial-gradient(circle at top right, #3b5bdb 0%, #1d293f 100%);
	overflow: hidden;
}

.design-hero-bg {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(at 10% 10%, rgba(32, 107, 196, 0.4) 0px, transparent 50%),
		radial-gradient(at 90% 90%, rgba(130, 80, 220, 0.4) 0px, transparent 50%);
	z-index: 0;
}

.glass-card {
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	position: absolute;
}

.card-1 {
	top: 15%;
	inset-inline-end: 8%;
	width: 260px;
	z-index: 2;
}

.card-2 {
	top: 45%;
	inset-inline-end: 2%;
	width: 280px;
	z-index: 1;
}

.card-3 {
	bottom: 15%;
	inset-inline-end: 18%;
	width: 220px;
	z-index: 3;
}

.float-animation {
	animation: float 6s ease-in-out infinite;
}

.float-animation-delayed {
	animation: float 6s ease-in-out 3s infinite;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

.process-card {
	text-align: center;
	padding: 2rem;
	border-radius: 1rem;
	background: var(--tblr-card-bg, #fff);
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
	z-index: 1;
}

.process-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.feature-card-adaptive {
	transition: all 0.3s ease;
}

.feature-card-adaptive:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.icon-box {
	width: 64px;
	height: 64px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #206bc4;
}

.tech-badge {
	padding: 0.75rem 1.5rem;
	border-radius: 50px;
	background: var(--tblr-card-bg, #fff);
	border: 1px solid var(--tblr-border-color, #e2e8f0);
	font-weight: 500;
	color: inherit;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-pill {
	border-radius: 50px;
}

.btn-white {
	background: #fff;
	color: #000;
	border: none;
}

.btn-outline-white {
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.btn-outline-white:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.btn-black {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	transition: all 0.3s ease;
}

.btn-black:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.bg-white\/5 {
	background-color: rgba(255, 255, 255, 0.05);
}

.bg-white\/10 {
	background-color: rgba(255, 255, 255, 0.1);
}

.text-white\/60 {
	color: rgba(255, 255, 255, 0.6);
}

.text-white\/80 {
	color: rgba(255, 255, 255, 0.8);
}

.border-white\/10 {
	border-color: rgba(255, 255, 255, 0.1) !important;
}

.grayscale-hover {
	filter: grayscale(100%);
	transition: 0.3s;
}

.grayscale-hover:hover {
	filter: grayscale(0%);
	opacity: 1 !important;
}

/* Form Input Styling */
.form-control,
.form-select {
	color: #000 !important;
}

.form-control::placeholder {
	color: #000 !important;
	opacity: 0.7;
}

/* Responsive Adjustments for Design Page */
@media (max-width: 991.98px) {
	.design-hero h1 {
		font-size: 2.5rem;
	}

	.design-hero .lead {
		font-size: 1.25rem;
	}

	.design-hero-visual {
		display: none;
	}

	/* Hide 3D elements on mobile/tablet to save space */

	.py-7 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.min-vh-100 {
		min-height: auto !important;
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	/* Stack buttons on mobile */
	.design-hero .d-flex.gap-3 {
		flex-direction: column;
		width: 100%;
	}

	.design-hero .btn {
		width: 100%;
		display: block;
	}
}

/* Instructions Page */
[dir="rtl"] .instructions-page {
	direction: rtl;
	text-align: right;
}

[dir="rtl"] .instructions-page p,
[dir="rtl"] .instructions-page li,
[dir="rtl"] .instructions-page summary,
[dir="rtl"] .instructions-page .text-muted {
	text-align: right;
}

[dir="rtl"] .instructions-nav .nav-link {
	text-align: right;
}

.instructions-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(900px 500px at 15% 15%, rgba(var(--tblr-primary-rgb), .14) 0, transparent 55%),
		radial-gradient(900px 500px at 85% 10%, rgba(var(--tblr-info-rgb), .12) 0, transparent 55%),
		radial-gradient(900px 500px at 50% 110%, rgba(var(--tblr-success-rgb), .10) 0, transparent 55%);
}

.theme-dark .instructions-hero,
.theme-dark-auto .instructions-hero {
	background:
		radial-gradient(900px 500px at 15% 15%, rgba(var(--tblr-primary-rgb), .22) 0, transparent 55%),
		radial-gradient(900px 500px at 85% 10%, rgba(var(--tblr-info-rgb), .18) 0, transparent 55%),
		radial-gradient(900px 500px at 50% 110%, rgba(var(--tblr-success-rgb), .14) 0, transparent 55%);
}

.instructions-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: .35rem .65rem;
	border-radius: 999px;
	border: 1px solid rgba(var(--tblr-body-color-rgb), .12);
	background: rgba(var(--tblr-body-bg-rgb), .85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-weight: 700;
	font-size: .85rem;
}

.instructions-shell {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 1.25rem;
}

[dir="rtl"] .instructions-shell {
	grid-template-columns: 320px 1fr;
}

[dir="rtl"] .instructions-shell>aside {
	grid-column: 1;
}

[dir="rtl"] .instructions-shell>div {
	grid-column: 2;
}

@media (max-width: 991.98px) {
	.instructions-shell {
		grid-template-columns: 1fr;
	}

	[dir="rtl"] .instructions-shell {
		grid-template-columns: 1fr;
	}

	[dir="rtl"] .instructions-shell>aside,
	[dir="rtl"] .instructions-shell>div {
		grid-column: auto;
	}
}

.instructions-sidebar {
	position: sticky;
	top: calc(var(--landing-topbar-height, 2.25rem) + 4.75rem);
}

@media (max-width: 991.98px) {
	.instructions-sidebar {
		position: static;
	}
}

.instructions-nav .nav-link {
	padding: .4rem .6rem;
	border-radius: .5rem;
	color: rgba(var(--tblr-body-color-rgb), .86);
	border: 1px solid transparent;
}

.instructions-nav .nav-link:hover {
	background: rgba(32, 107, 196, 0.1); /* Blue background on hover */
	border-color: rgba(32, 107, 196, 0.2); /* Blue border on hover */
	color: #206bc4 !important; /* Blue text color on hover */
}

.instructions-card {
	display: block;
	text-decoration: none;
	color: inherit;
}

.instructions-card .card-body {
	min-height: 128px;
}

.instructions-card .instructions-card-kicker {
	font-size: .72rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(var(--tblr-body-color-rgb), .65);
	margin-bottom: .35rem;
}

[dir="rtl"] .instructions-card .instructions-card-kicker {
	letter-spacing: 0;
	text-transform: none;
}

[dir="rtl"] .instructions-shell .landing-list li {
	flex-direction: row-reverse;
}

.instructions-shell ol.list-group-numbered>li {
	gap: .75rem;
}

ol.list-group-numbered>li>a.btn {
	margin-inline-start: auto;
}

[dir="rtl"] ol.list-group-numbered>li::before {
	margin-inline-start: 0;
	margin-inline-end: .5rem;
}

.instructions-section-title {
	scroll-margin-top: calc(var(--landing-topbar-height, 2.25rem) + 6rem);
}

/* Generic styles */
.alert p {
	margin: 0;
}

.blog-post-prose pre {
	padding: 1rem;
	border-radius: .5rem;
	background: rgba(var(--tblr-body-color-rgb), .04);
	border: 1px solid rgba(var(--tblr-body-color-rgb), .10);
	overflow: auto;
}

.blog-post-prose blockquote {
	margin: 1.25rem 0;
	padding: .75rem 1rem;
	border-inline-start: 3px solid rgba(var(--tblr-primary-rgb), .55);
	background: rgba(var(--tblr-primary-rgb), .06);
	border-radius: .5rem;
}

/* WordPress Page */
@media (max-width: 991.98px) {
	.wordpress-hero-actions {
		flex-direction: column;
		width: 100%;
	}

	.wordpress-hero-actions .btn {
		width: 100%;
	}
}

.wordpress-hero-icon {
	font-size: 15rem;
	opacity: 0.1;
}

.wordpress-stat-icon-wrapper {
	width: 64px;
	height: 64px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.wordpress-stat-icon-wrapper i {
	font-size: 32px !important;
	color: var(--tblr-primary) !important;
	opacity: 1 !important;
}

.wordpress-pricing-lead {
	max-width: 700px;
}

.pricing-card-body--highlight {
	border-top-color: rgba(var(--tblr-primary-rgb), 0.1) !important;
}

/* ========================================
   BLOG PAGE STYLES
   ======================================== */
.blog-hero {
	padding: 4rem 0;
	background: linear-gradient(135deg, #1d273b 0%, #2c3e50 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

@keyframes float {
	0% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-10px) rotate(1deg);
	}

	100% {
		transform: translateY(0px) rotate(0deg);
	}
}

.blog-hero {
	padding: 6rem 0;
	background: #1d273b;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	text-align: center;
}

.blog-hero::before,
.blog-hero::after {
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10h80v80H10z' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3Cpath d='M30 30h40v40H30z' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='0.5'/%3E%3C/svg%3E");
	z-index: 1;
}

.blog-hero::before {
	top: -100px;
	left: -100px;
	transform: rotate(45deg);
}

.blog-hero::after {
	bottom: -100px;
	right: -100px;
	transform: rotate(45deg);
}

.blog-hero-title {
	font-size: 3.2rem;
	font-weight: 800;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2;
}

.blog-hero-subtitle {
	font-size: 1.1rem;
	opacity: 0.75;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Category Filter Bar */
.blog-filter-section {
	background: #ffffff;
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	position: sticky;
	top: 5.4rem;
	/* Sticks below the navbar (2.25rem topbar + ~3.15rem navbar) */
	z-index: 90;
	/* Lower than navbar (100) to keep dropdowns visible */
}

@media (max-width: 1199.98px) {
	.blog-filter-section {
		top: 3.5rem;
		/* Navbar height on mobile when topbar is relative */
	}
}

.blog-filter-nav {
	display: flex;
	justify-content: center;
	gap: 2rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 991.98px) {
	.blog-filter-section {
		padding: 0.85rem 0;
	}

	.blog-filter-nav {
		justify-content: flex-start;
		padding: 0 1.25rem;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		gap: 1.5rem;
	}

	.blog-filter-nav::-webkit-scrollbar {
		display: none;
	}

	.blog-filter-link {
		font-size: 0.85rem;
	}
}

.blog-filter-link {
	text-decoration: none !important;
	color: #6c757d;
	font-size: 0.9rem;
	font-weight: 600;
	transition: all 0.25s;
}

.blog-filter-link:hover {
	color: #4263eb;
}

.blog-filter-link.active {
	color: #1d273b;
	position: relative;
}

.blog-filter-link.active::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1d273b;
}

/* Blog Card Refined */
.spider-blog-card {
	border: 0;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	height: 100%;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	animation: fadeUp 0.6s ease forwards;
	opacity: 0;
}

.spider-blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.spider-blog-image {
	height: 210px;
	position: relative;
	overflow: hidden;
	background: #f1f3f5;
}

.spider-blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spider-image-watermark {
	position: absolute;
	bottom: 12px;
	left: 12px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
	z-index: 2;
}

.spider-blog-card .card-body {
	padding: 1.75rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.spider-category-text {
	color: #4263eb;
	font-size: 0.75rem;
	font-weight: 800;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
}

.spider-blog-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	color: #1d273b;
	margin-bottom: 1.5rem;
	height: 3.75rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color 0.3s ease;
}

.spider-blog-card:hover .spider-blog-title {
	color: #4263eb;
}

.spider-author-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.85rem;
	margin-top: auto;
	margin-bottom: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #f1f3f5;
}

[dir="ltr"] .spider-author-box {
	justify-content: flex-start;
}

.spider-author-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.3;
}

[dir="ltr"] .spider-author-info {
	align-items: flex-start;
}

.spider-author-name {
	font-size: 0.85rem;
	font-weight: 700;
	color: #343a40;
}

.spider-date {
	font-size: 0.75rem;
	color: #adb5bd;
	font-weight: 500;
}

.spider-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.spider-read-more {
	font-size: 0.9rem;
	font-weight: 800;
	color: #4263eb;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	transition: gap 0.2s;
}

[dir="rtl"] .spider-read-more {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.spider-read-more:hover {
	gap: 0.6rem;
}

/* Pagination */
.blog-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	margin-top: 5rem;
}

.blog-page-item {
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	text-decoration: none !important;
	color: #6c757d;
	font-size: 0.95rem;
	font-weight: 600;
	transition: all 0.2s;
}

.blog-page-item:hover {
	background: #f8f9fa;
	color: #1d273b;
}

.blog-page-item.active {
	background: #1d273b;
	color: #fff;
}

.blog-page-arrow {
	color: #adb5bd;
	font-size: 1.25rem;
	text-decoration: none !important;
}


/* Redesigned Blog Comment Form */
.comment-form-container {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 3rem;
}

.comment-form-title {
	font-size: 1.5rem;
	font-weight: 800;
	color: #1d273b;
	margin: 0;
}

.comment-form-title-bar {
	display: inline-block;
	width: 4px;
	height: 1.25rem;
	background: #dee2e6;
	border-radius: 2px;
}

.comment-form-subtitle {
	font-size: 0.9rem;
	line-height: 1.6;
}

.comment-form .form-label {
	font-weight: 700;
	font-size: 0.85rem;
	color: #495057;
	margin-bottom: 0.5rem;
}

.comment-form .form-control {
	border: 1px solid #dee2e6;
	padding: 1.25rem 1.5rem;
	font-size: 1.15rem;
	background-color: #f8f9fa;
	transition: all 0.2s ease;
}

.comment-form .form-control:focus {
	background-color: #fff;
	border-color: #4263eb;
	box-shadow: 0 0 0 0.25rem rgba(66, 99, 235, 0.05);
}

.custom-form-check .form-check-input {
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.2rem;
	border-color: #dee2e6;
}

.custom-form-check .form-check-label {
	font-size: 0.875rem;
	padding-inline-start: 0.5rem;
}

.btn-comment-submit {
	background: #fff;
	border: 1px solid #4263eb;
	color: #4263eb;
	font-weight: 700;
	padding: 0.75rem 2rem;
	border-radius: 6px;
	transition: all 0.2s ease;
}

.btn-comment-submit:hover {
	background: #4263eb;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(66, 99, 235, 0.15);
}

.theme-dark .comment-form .form-control {
	background-color: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

.theme-dark .comment-form-title {
	color: #fff;
}

.theme-dark .comment-form .form-label {
	color: rgba(255, 255, 255, 0.7);
}

/* ========================================
   COLOR OVERRIDES - Blue Headings & Dark Text
   ======================================== */

/* Blue Headings */
.landing-title,
.landing-section-title,
.landing-feature-title,
.landing-split-title,
.landing-cta-snap-title,
.landing-glance-snap-title,
.landing-quote-text,
.landing-faq-item summary,
.spider-blog-title,
.blog-hero-title,
.premium-title,
.design-hero h1,
.instructions-hero h1,
.wordpress-hero h1,
.pricing-card-title,
.pricing-card-price,
.premium-metric-title,
.landing-step-title,
.landing-float-title,
.landing-kicker {
	color: #206bc4 !important; /* Blue color */
}

/* Dark Text for subtitles and body text */
.landing-subtitle,
.landing-section-sub,
.landing-feature-text,
.landing-step-text,
.landing-float-sub,
.landing-quote-meta,
.landing-faq-body,
.landing-cta-snap-subtitle,
.landing-cta-snap-note,
.landing-list li,
.pricing-card-note,
.pricing-list li,
.premium-subtitle,
.blog-hero-subtitle,
.spider-category-text,
.spider-author-name,
.spider-date,
.spider-read-more,
.blog-filter-link,
.blog-page-item,
.comment-form-subtitle,
.comment-form .form-label,
.instructions-card .instructions-card-kicker,
.wordpress-pricing-lead,
.pricing-card-feature-title,
.pricing-card-duration,
.landing-footer a,
.landing-footer-bottom {
	color: #1d273b !important; /* Dark color */
}

/* Ensure text-muted is also dark */
.text-muted {
	color: #6c757d !important;
}

/* Dark text for cards and containers */
.card-body,
.pricing-card-body,
.landing-glance-col,
.landing-feature,
.landing-step-card,
.landing-float-card,
.spider-blog-card .card-body,
.blog-list-excerpt,
.blog-post-prose,
.instructions-card .card-body,
.premium-hero-card,
.design-page {
	color: #1d273b !important;
}

/* Blue links */
a:not(.btn):not(.nav-link):not(.dropdown-item):not(.landing-topbar-link):not(.landing-lang-pill-btn):not(.blog-filter-link):not(.blog-page-item):not(.spider-read-more) {
	color: #206bc4 !important;
}

a:hover:not(.btn):not(.nav-link):not(.dropdown-item):not(.landing-topbar-link):not(.landing-lang-pill-btn):not(.blog-filter-link):not(.blog-page-item):not(.spider-read-more) {
	color: #1a5aa0 !important;
}

/* Dark text for form elements */
.form-control,
.form-select,
.form-control::placeholder {
	color: #1d273b !important;
}

/* Dark text for buttons (except primary buttons) */
.btn:not(.btn-primary):not(.btn-navy):not(.btn-dark):not(.btn-black) {
	color: #1d273b !important;
}

/* Ensure dark mode compatibility */
.theme-dark .landing-title,
.theme-dark .landing-section-title,
.theme-dark .landing-feature-title,
.theme-dark .landing-split-title,
.theme-dark .landing-cta-snap-title,
.theme-dark .landing-glance-snap-title,
.theme-dark .landing-quote-text,
.theme-dark .landing-faq-item summary,
.theme-dark .spider-blog-title,
.theme-dark .blog-hero-title,
.theme-dark .premium-title,
.theme-dark .design-hero h1,
.theme-dark .instructions-hero h1,
.theme-dark .wordpress-hero h1,
.theme-dark .pricing-card-title,
.theme-dark .pricing-card-price,
.theme-dark .premium-metric-title,
.theme-dark .landing-step-title,
.theme-dark .landing-float-title,
.theme-dark .landing-kicker {
	color: #4dabf7 !important; /* Lighter blue for dark mode */
}

.theme-dark .landing-subtitle,
.theme-dark .landing-section-sub,
.theme-dark .landing-feature-text,
.theme-dark .landing-step-text,
.theme-dark .landing-float-sub,
.theme-dark .landing-quote-meta,
.theme-dark .landing-faq-body,
.theme-dark .landing-cta-snap-subtitle,
.theme-dark .landing-cta-snap-note,
.theme-dark .landing-list li,
.theme-dark .pricing-card-note,
.theme-dark .pricing-list li,
.theme-dark .premium-subtitle,
.theme-dark .blog-hero-subtitle,
.theme-dark .spider-category-text,
.theme-dark .spider-author-name,
.theme-dark .spider-date,
.theme-dark .spider-read-more,
.theme-dark .blog-filter-link,
.theme-dark .blog-page-item,
.theme-dark .comment-form-subtitle,
.theme-dark .comment-form .form-label,
.theme-dark .instructions-card .instructions-card-kicker,
.theme-dark .wordpress-pricing-lead,
.theme-dark .pricing-card-feature-title,
.theme-dark .pricing-card-duration,
.theme-dark .landing-footer a,
.theme-dark .landing-footer-bottom {
	color: #e9ecef !important; /* Light color for dark mode */
}

.theme-dark .text-muted {
	color: #adb5bd !important;
}

.theme-dark .card-body,
.theme-dark .pricing-card-body,
.theme-dark .landing-glance-col,
.theme-dark .landing-feature,
.theme-dark .landing-step-card,
.theme-dark .landing-float-card,
.theme-dark .spider-blog-card .card-body,
.theme-dark .blog-list-excerpt,
.theme-dark .blog-post-prose,
.theme-dark .instructions-card .card-body,
.theme-dark .premium-hero-card,
.theme-dark .design-page {
	color: #e9ecef !important;
}
