/* @import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&family=Noto+Kufi+Arabic:wght@100..900&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&display=swap'); */
@font-face {
  font-family: "Tajawal";
  src: url('/assets/snd_website/fonts/Tajawal-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  /* font-display: swap; */
}
@font-face {
  font-family: "TajawalBlack";
  src: url('/assets/snd_website/fonts/Tajawal-Black.ttf') format('truetype');
  font-style: bold;
  font-weight: 800;
  /* font-display: swap; */
}
/* @font-face {
  font-family: "effra";
  src: url('/assets/snd_website/fonts/Effra_Trial_Rg.ttf') format('truetype');
  font-style: bold;
  font-display: swap;
} */
/* @font-face {
  font-family: "Noto Naskh Arabic";
  src: url('/assets/snd_website/fonts/NotoNaskhArabic-Regular.ttf') format('truetype');
  font-style: bold;
  font-display: swap;
} */
/* @font-face {
    font-family: 'DroidArabicKufi'; 
    src: url('/assets/snd_website/fonts/Droid Arabic Kufi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
/* @font-face{font-family:'Droid';src:url(/assets/snd_website/fonts/DroidKufi-Regular.eot);
	src:url(/assets/snd_website/fonts/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"),
	url(/assets/snd_website/fonts/DroidKufi-Regular.woff2) format("woff2"),
	url(/assets/snd_website/fonts/DroidKufi-Regular.woff) format("woff"),
	url(/assets/snd_website/fonts/DroidKufi-Regular.ttf) format("truetype")} */

/* @font-face{font-family:'Droid';
	src:url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
	src:url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"),
	url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format("woff2"),
	url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format("woff"),
	url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format("truetype")
} */
	/* @font-face {
  font-family: "times new roman";
  src: url('/assets/snd_website/fonts/times new roman.ttf') format('truetype');
  font-style: bold;
  font-display: swap;
} */

/* @import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");  */
/* @import url("/assets/snd_portal_website/font/Tajawal-Regular.ttf");  */
* {
  /* font-family: "times new roman", sans-serif; */
    font-family: "Tajawal", sans-serif;
}
:root {
	--snd-font-family: "Tajawal", sans-serif;
	--snd-font-family-bold: "TajawalBlack", sans-serif;
	--section-padding: 3rem 1.25rem 2rem;
	/* --title-font-size: 3rem; */
	--hero-font-size: clamp(3.5rem, 5.5vw, 2.5rem);
	--title-font-size: 2rem;
	--text-font-size: 1.3rem;
	--small-font-size: 1.2rem;
	--smaller-font-size: 1rem;
	--icon-font-size:0.75rem

}
@media (max-width: 900px) {
	:root {
		--section-padding: 3rem 1rem 1.5rem;
		--hero-font-size: clamp(2rem, 5vw, 1.75rem);
		--title-font-size: 1.5rem;
		--text-font-size: 1.2rem;
		--small-font-size: 1rem;
		--smaller-font-size: 0.9rem;
	}
}
@media (max-width: 767px) {
	/* :root {
		--section-padding: 1.5rem 1rem;
		--title-font-size: clamp(2.5rem, 5.5vw, 1.5rem);
		--text-font-size: 1.25rem;
		--small-font-size: 1rem;
		--smaller-font-size: 0.9rem;
	} */
}
/* :root {
	--snd-font-family: 'Droid', sans-serif;
	--section-padding: 5rem 1.25rem 2rem;
	--title-font-size: 3rem;
	--title-font-size: clamp(2.5rem, 5.5vw, 3.5rem);
	--text-font-size: 2rem;
	--small-font-size: 1.5rem;
	--smaller-font-size: 1.25rem;
	--icon-font-size:1rem

} 
@media (max-width: 900px) {
	:root {
		--section-padding: 2rem 1rem;
		--title-font-size: clamp(2.5rem, 5.5vw, 2.3rem);
		--text-font-size: 1.75rem;
		--small-font-size: 1.5rem;
		--smaller-font-size: 1.25rem;
	}
}
@media (max-width: 767px) {
	:root {
		--section-padding: 1.5rem 1rem;
		--title-font-size: clamp(2.5rem, 5.5vw, 2rem);
		--text-font-size: 1.5rem;
		--small-font-size: 1.25rem;
		--smaller-font-size: 1rem;
	}
} */
:root[data-theme="dark"] {
	--bg: #050505;
	--surface: #0d0d0d;
	--surface-soft: #141414;
	--border: #2a2a2a;
	--text: #ffffff;
	--muted: #9f9f9f;
	--primary: #fff;
	--panel-top: #101010;
	--panel-bottom: #0a0a0a;
	--chip-bg: #111111;
	--card-top: #131313;
	--card-bottom: #0c0c0c;
	--btn-main-bg: #ffffff;
	--btn-main-text: #020202;
	--btn-main-hover: #ebebeb;
	--btn-alt-text: #ffffff;
	--input-bg: #0f0f0f;
	--input-border: #2f2f2f;
	--cursor-border: #ffffff;
	--nav-link: #d4d4d4;
	--nav-link-hover: #ffffff;
	--item-bg: #0f0f0f;
	--item-border: #252525;
	--nav-solid-bg: rgba(10, 10, 10, 0.96);
	--nav-scrolled-bg: rgba(10, 10, 10, 1);
	--mobile-nav-scrolled-bg: rgba(10, 10, 10, 0.8);
	--scrollbar-color-thumb: #ffffff;
	--scrollbar-color-track: #020202;
	--hard-border: #fff;
}

:root[data-theme="light"] {
	--bg: #ffffff;
	--surface: #ffffff;
	--surface-soft: #fafafa;
	--border: #d9d9d9;
	--text: #0c0c0c;
	--muted: #777777;
	--primary: #fff;
	--panel-top: #ffffff;
	--panel-bottom: #f6f6f6;
	--chip-bg: #ffffff;
	--card-top: #ffffff;
	--card-bottom: #f7f7f7;
	--btn-main-bg: #020202;
	--btn-main-text: #ffffff;
	--btn-main-hover: #1a1a1a;
	--btn-alt-text: #151515;
	--input-bg: #ffffff;
	--input-border: #cfcfcf;
	--cursor-border: #111111;
	--nav-link: #4a4a4a;
	--nav-link-hover: #020202;
	--item-bg: #ffffff;
	--item-border: #cfcfcf;
	--nav-solid-bg: rgba(255, 255, 255, 0.96);
	--nav-scrolled-bg: rgba(255, 255, 255, 1);
	--mobile-nav-scrolled-bg: rgba(255, 255, 255, 0.8);
	--scrollbar-color-thumb: #020202;
	--scrollbar-color-track: #ffffff;
	--hard-border: #000;
}

* {
	box-sizing: border-box;
}

/* ──────────────────────────────────────────────────────────────────────────
   UNIVERSAL SECTION HEADERS (SWISS STYLE)
   ────────────────────────────────────────────────────────────────────────── */

.snd-section-head {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	margin-bottom: 2rem;
	position: relative;
	max-width: 1200px;
}

#blogs .snd-section-head {
	align-items: center !important;
}

.snd-section-head.is-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	align-items: center;
}

.snd-section-eyebrow {
	font-size: var(--text-font-size);
	font-weight: 800;
	text-transform: uppercase;
	/* letter-spacing: 0.3em; */
	color: var(--primary);
	display: flex;
	align-items: center;
	gap: 1rem;
}

.snd-section-eyebrow::after {
	content: '';
	height: 1.5px;
	width: 40px;
	background: currentColor;
	opacity: 0.3;
}

.snd-section-head.is-center .snd-section-eyebrow {
	justify-content: center;
}

.snd-section-title {
	font-size: var(--title-font-size);
	font-weight: 600;
	/* line-height: 1; */
	/* letter-spacing: -0.04em; */
	color: #fff;
	/* color: #000; */
	margin: 0;
	text-wrap: balance;
}

.snd-section-subtitle {
	font-size: var(--text-font-size);
	line-height: 1.5;
	color: var(--muted);
	max-width: 45ch;
	margin: 0;
	font-weight: 400;
}

.snd-section-head.is-center .snd-section-subtitle {
	max-width: 60ch;
}

[dir="rtl"] .snd-section-eyebrow::after {
	order: -1;
}

[dir="rtl"] .cta-btn-icon svg{
	transform: rotate(270deg);
}
[dir="rtl"] .cta-link-min svg{
	transform: rotate(180deg);
}

/* Theme-Specific Overrides for Light Mode Sections */
.is-on-light .snd-section-title {
	color: #0b111b !important;
}

.is-on-light .snd-section-subtitle {
	color: #000000 !important;
	/* color: #4b5563 !important; */
}

.is-on-light .snd-section-eyebrow::after {
	opacity: 0.15;
}

.is-on-light .feature-card-content p {
	color: #000000 !important;
}
.is-on-dark .feature-card-content p {
	color: #ffffff !important;
}

html,
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	scrollbar-width: thin;
	scrollbar-color: var(--scrollbar-color-thumb) transparent;
	cursor: none;
	text-align: start;
}

body {
	/* font-family: "Tajawal", "Geist", "Baloo Bhaijaan 2", "Noto Kufi Arabic", sans-serif; */
	font-family: var(--snd-font-family);
	/* cursor: none; */
	height: max-content;
	overflow-x: hidden;
}



.num-en {
	font-family: var(--snd-font-family);
	font-variant-numeric: lining-nums tabular-nums !important;
	font-feature-settings: "lnum" 1 !important;
}

/* === SPLASH SCREEN === */
.splash-screen {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
		visibility 0.6s cubic-bezier(0.16, 1, 0.3, 1),
		background-color 0.4s ease;
	will-change: opacity, visibility;
}

.splash-screen.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.splash-screen.is-hidden .splash-logo {
	transform: scale(1.1);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.splash-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
	width: 100%;
	max-width: 200px;
}

.splash-logo {
	width: 160px;
	overflow: visible;
	/* Removed infinite pulse for a more definitive premium finish */
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform, opacity;
}

.splash-logo-path,
.splash-logo-rect {
	fill: transparent;
	stroke: #fff;
	stroke-width: 5;
	stroke-dasharray: 2500;
	stroke-dashoffset: 2500;
	will-change: stroke-dashoffset, fill, stroke;
}


@keyframes logoDraw {
	0% {
		stroke-dashoffset: 2500;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes logoFill {
	0% {
		fill: transparent;
		stroke: var(--text);
	}

	50% {
		stroke: color-mix(in oklab, var(--text) 50%, transparent);
	}

	100% {
		fill: var(--text);
		stroke: transparent;
	}
}

/* body[data-page="landing"] .section-gap {
	padding: 4.5rem 0;
} */

body[data-page="pricing"] .section-gap {
	padding: 2.2rem 0;
}

body[data-page="blogs"] .section-gap,
body[data-page="blog"] .section-gap {
	padding: 2.8rem 0;
}

.hero-trusted-shell {
	/* min-height: calc(100vh - 64px); */
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

/* === ENHANCED HERO STYLES === */
#hero {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	width: 100%;
	flex: 1;
	min-height: 0;
	padding-top: 2rem;
	/* padding-bottom: 2rem; */
}

/* --- Hero Background Viz --- */
.hero-bg-viz {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	background: transparent;
}

[data-theme="light"] .hero-bg-viz {
	opacity: 0.45;
}

/* Animated grid canvas */
.hero-grid-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.9;
}

[data-theme="light"] .hero-grid-canvas {
	opacity: 0.45;
}

/* === SWISS STYLE HERO VIZ === */

/* Geometric Orbs: Mathematical, High-Contrast */
.swiss-orb {
	position: absolute;
	border-radius: 50%;
	will-change: transform;
	pointer-events: none;
	z-index: 0;
}

.orb-1 {
	top: 15%;
	left: 55%;
	width: 65vh;
	height: 65vh;
	background: radial-gradient(circle at center, rgba(59, 130, 246, 0.15) 0%, transparent 60%);
	border: 1px solid rgba(59, 130, 246, 0.1);
	transform: translate(-50%, -50%);
}

.orb-2 {
	top: 65%;
	left: 30%;
	width: 45vh;
	height: 45vh;
	background: transparent;
	border: 1px solid rgba(139, 92, 246, 0.15);
	transform: translate(-50%, -50%);
	/* A soft geometric accent */
	box-shadow: inset 0 0 60px rgba(139, 92, 246, 0.05);
}

/* Strict Structural Lines */
.swiss-line {
	position: absolute;
	background: var(--border);
	opacity: 0.5;
	z-index: 1;
}

.line-h {
	top: 40%;
	left: 0;
	width: 100%;
	height: 1px;
	transform-origin: left center;
}

.line-v {
	top: 0;
	left: 30%;
	width: 1px;
	height: 100%;
	transform-origin: top center;
}

/* Depth Vignette */
.hero-vignette {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 50% 50%, transparent 40%, var(--bg) 100%);
	z-index: 2;
	pointer-events: none;
}

.hero-layout {
	align-items: center;
	gap: 3rem;
}

.hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	/* height: 56vh; */
	padding: 0 1.5rem;
	/* opacity: 0; */
	text-align: center;
}

.hero-eyebrow {
	/* font-size: 0.75rem; */
	font-size: var(--small-font-size);
	/* letter-spacing: 0.14em; */
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 500;
	margin-bottom: 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

/* Small dash accent on each side of eyebrow */
.hero-eyebrow::before,
.hero-eyebrow::after {
	content: "";
	width: 16px;
	height: 1px;
	background: currentColor;
	display: inline-block;
	flex-shrink: 0;
	opacity: 0.4;
}

.hero-title {
	font-size: var(--hero-font-size);
	line-height: 1.5;
	font-weight: bolder;
	/* letter-spacing: -0.03em; */
	color: var(--text);
	margin: 0 auto;
	/* max-width: 22ch; */
	font-family: var(--snd-font-family-bold);
}

[dir="rtl"] .hero-title {
	/* line-height: 1.25; */
	font-size: var(--hero-font-size);
	max-width: 26ch;
	/* font-weight: 800; */
	display: flex;
}

.hero-subtitle {
	font-size: var(--text-font-size);
	/* line-height: 1.65; */
	display: block;
	color: var(--text);
	margin: 1rem auto 0;
	max-width: 80ch;
	/* line-height: 1.3; */
}

.hero-subtitle img {
	display: inline;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	margin-top: 2rem;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 2.5rem;
}

.hero-actions .hero-btn {
	padding: 0.6rem 1.5rem;
	font-size: var(--small-font-size);
	min-width: 200px;
	/* border-radius: 999px; */
	transition:
		transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1),
		box-shadow 0.22s ease;
}

.hero-actions .btn-main:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	color: #fff;
	text-decoration: none;
}

:root[data-theme="dark"] .hero-actions .btn-main:hover {
	box-shadow: 0 8px 24px rgba(255, 255, 255, 0.12);
}

.hero-actions .btn-alt {
	color: var(--muted);
	font-size: var(--small-font-size);
	padding: 0.6rem 0.25rem;
	background: none;
	border: none;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.hero-actions .btn-alt:hover {
	color: var(--text);
}

/* === HERO VISUAL (RIGHT SIDE) === */
.hero-visual-container {
	/* position: relative; */
	width: 100%;
	height: 560px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	overflow: hidden;
	padding: 0.5rem 1.2rem 0;
	border-bottom: 1px solid var(--border);
}

.hero-visual {
	position: relative;
	width: 100%;
	height: 620px;
	/* max-width: 440px; */
	max-width: 1140px;
	margin: 0 auto;
	aspect-ratio: 1;
}

.hero-visual[data-wait-for-splash] {
	opacity: 0;
	transform: translateY(30px) scale(0.96);
	pointer-events: none;
}

.hero-visual[data-wait-for-splash].is-active {
	pointer-events: auto;
}

.hero-glow-blob {
	position: absolute;
	width: 60%;
	height: 60%;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.45;
	z-index: 1;
}

.bg-blob-1 {
	top: 10%;
	left: 10%;
	background: color-mix(in oklab, var(--text) 80%, blue);
}

.bg-blob-2 {
	bottom: 0%;
	right: 10%;
	background: color-mix(in oklab, var(--muted) 60%, purple);
	animation-delay: -4s;
}

.hero-digital-ui {
	position: absolute;
	inset: 5%;
	top: 2rem;
	z-index: 3;
}

.digital-panel {
	width: 100%;
	height: 620px;
	/* height: 100%; */
	background: var(--surface);
	border: 1px solid color-mix(in oklab, var(--border) 40%, transparent);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 12px;
	box-shadow:
		0 9px 50px -12px rgb(0 0 0 / 44%), inset 0 1px 1px rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: row;
	overflow: hidden;
	animation: float 6s ease-in-out infinite;
}

:root[data-theme="dark"] .digital-panel {
	background: rgba(15, 15, 15, 0.7);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

/* === FRAPPE V16 DESK UI === */
.desk-sidebar-v16 {
	width: 68px;
	background: var(--bg);
	border-right: 1px solid var(--border);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.25rem 0;
	z-index: 10;
	flex-shrink: 0;
}

[dir="rtl"] .sidebar-logo {
	margin-left: 10px;
	/* margin-bottom: 2rem; */
}

.sidebar-logo-img {
	width: 60px;
	height: auto;
	/* opacity: 0.8; */
}

:root[data-theme="dark"] .sidebar-logo-img {
	filter: invert(1) brightness(2);
}

.sidebar-nav {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex: 1;
}

.sidebar-item {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--muted);
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-item:hover {
	background: rgba(255, 255, 255, 0.05);
	color: var(--text);
}

.sidebar-item.active {
	background: var(--surface-soft);
	color: #3b82f6;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.desk-main-v16 {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: var(--surface);
}

.desk-topbar-v16 {
	height: 52px;
	background: var(--surface);
	border-bottom: 1px solid var(--border);
	display: flex;
	align-items: center;
	padding: 0 1.5rem;
	gap: 1.5rem;
}

.topbar-left {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: var(--muted);
}

.breadcrumb-item.active {
	color: var(--text);
	font-weight: 500;
}

.breadcrumb-sep {
	opacity: 0.5;
}

.header-dots {
	display: flex;
	gap: 6px;
	margin-right: 1rem;
}

.header-dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.header-dots span:nth-child(1) {
	background: #ff5f56;
}

.header-dots span:nth-child(2) {
	background: #ffbd2e;
}

.header-dots span:nth-child(3) {
	background: #27c93f;
}

.topbar-center {
	flex: 1;
	display: flex;
	justify-content: center;
}

.search-pill {
	max-width: 320px;
	width: 100%;
	height: 32px;
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 0 0.75rem;
	gap: 0.5rem;
	color: var(--muted);
	font-size: var(--smaller-font-size);
	cursor: pointer;
}

.topbar-right {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.topbar-action-icon {
	position: relative;
	color: var(--muted);
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}

.topbar-action-icon:hover {
	background: var(--surface-soft);
	color: var(--text);
}

.notification-pulse {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 6px;
	height: 6px;
	background: #ef4444;
	border-radius: 50%;
}

.user-avatar-pill {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 2px 8px 2px 2px;
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: 999px;
	font-size: var(--smaller-font-size);
	font-weight: 500;
}

.user-avatar-sm {
	width: 24px;
	height: 24px;
	background: #000;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--smaller-font-size);
	font-weight: 700;
}

.desk-content-v16 {
	flex: 1;
	background: var(--bg);
	padding: 2rem;
	/* overflow-y: auto; */
	overflow-y: hidden;
}

.workspace-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

.workspace-header h1 {
	font-size: var(--text-font-size);
	font-weight: 600;
	margin: 0;
	color: var(--text);
}

.desk-header-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2.5rem;
}

/* RTL Support for header row */
/* [dir="ltr"] .desk-header-row {
	flex-direction: row-reverse;
} */

.desk-welcome-header {
	text-align: left;
}

.desk-welcome-header h2 {
	font-size: var(--small-font-size);
	font-weight: 600;
	color: var(--text);
	margin-bottom: 0.1rem;
	/* letter-spacing: -0.02em; */
}

.desk-welcome-header p {
	font-size: var(--small-font-size);
	color: var(--muted);
	opacity: 0.8;
}

[dir="rtl"] .desk-welcome-header {
	text-align: right;
}

/* ERPNext Module Grid */
.desk-module-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
	max-width: 80%;
	margin: 0 auto;
}

.module-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 0.75rem;
	/* background: var(--surface); */
	/* border: 1px solid var(--border); */
	/* border-radius: 12px; */
	/* cursor: pointer; */
	/* cursor: none; */
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.module-card:hover {
	/* background: var(--surface-soft); */
	/* border-color: rgba(59, 130, 246, 0.5); */
	/* transform: translateY(-2px); */
	/* box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.3); */
}

.module-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	margin-bottom: 0.85rem;
	transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.module-card:hover .module-icon {
	transform: scale(1.15) rotate(2deg);
}

/* Module Specific Colors */
.module-icon.accounts {
	background: rgba(59, 130, 246, 0.12);
	color: #3b82f6;
}

.module-icon.crm {
	background: rgba(249, 115, 22, 0.12);
	color: #f97316;
}

.module-icon.buying {
	background: rgba(16, 185, 129, 0.12);
	color: #10b981;
}

.module-icon.selling {
	background: rgba(236, 72, 153, 0.12);
	color: #ec4899;
}

.module-icon.stock {
	background: rgba(234, 179, 8, 0.12);
	color: #eab308;
}

.module-icon.assets {
	background: rgba(99, 102, 241, 0.12);
	color: #6366f1;
}

.module-icon.hr {
	background: rgba(20, 184, 166, 0.12);
	color: #14b8a6;
}

.module-icon.projects {
	background: rgba(139, 92, 246, 0.12);
	color: #8b5cf6;
}

.module-icon.support {
	background: rgba(244, 63, 94, 0.12);
	color: #f43f5e;
}

.module-icon.manufacturing {
	background: rgba(107, 114, 128, 0.12);
	color: #6b7280;
}

.module-icon.build {
	background: rgba(75, 85, 99, 0.12);
	color: #4b5563;
}

.module-icon.utilities {
	background: rgba(156, 163, 175, 0.12);
	color: #9ca3af;
}

.module-name {
	font-size: var(--smaller-font-size);
	font-weight: 500;
	color: var(--text);
	text-align: center;
}

/* Desk Content Scrollbar */
.desk-content-v16::-webkit-scrollbar {
	width: 4px;
}

.desk-content-v16::-webkit-scrollbar-thumb {
	background: var(--border);
	border-radius: 99px;
}

/* Floating Elements */
.floating-ui-chip {
	position: absolute;
	top: 35%;
	right: -8%;
	background: var(--bg);
	border: 1px solid var(--border);
	padding: 0.65rem 1rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: var(--small-font-size);
	font-weight: 500;
	color: var(--text);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	animation: float 7s ease-in-out infinite;
	animation-delay: -1.5s;
	z-index: 4;
}

[dir="rtl"] .floating-ui-chip {
	right: unset;
	left: -10%;
}

.success-chip svg {
	color: #27c93f;
}

.brand-chip {
	top: 15%;
	left: -5%;
	right: auto;
	animation-delay: -3.5s;
	/* border-color: color-mix(in oklab, var(--primary) 20%, var(--border)); */
}

.chip-logo {
	height: 12px;
	width: auto;
}

:root[data-theme="dark"] .chip-logo {
	filter: invert(1) brightness(1.5);
}

.active-pulse-dot {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 14px;
	height: 14px;
	background: #27c93f;
	/* Accent color */
	border-radius: 50%;
	border: 2px solid var(--bg);
	box-shadow: 0 0 10px rgba(39, 201, 63, 0.4);
}

[dir="rtl"] .active-pulse-dot {
	right: auto;
	left: -6px;
}

/* Util overrides */
.w-8 {
	width: 2rem;
}

.w-10 {
	width: 2.5rem;
}

.w-12 {
	width: 3rem;
}

.w-24 {
	width: 6rem;
}

.w-32 {
	width: 8rem;
}

.w-full {
	width: 100%;
}

.w-2\/3 {
	width: 66.666667%;
}

.p-relative {
	position: relative;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}
}

@keyframes pulseBlob {
	0% {
		transform: scale(1) translate(0, 0);
		opacity: 0.3;
	}

	100% {
		transform: scale(1.1) translate(20px, -20px);
		opacity: 0.6;
	}
}

@keyframes pulseDot {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
	}
}

/* === TRUSTED LOGOS SLIDER === */
#trusted {
	padding: 0;
	padding-bottom: 0.5rem;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: auto;
	z-index: 20;
	position: relative;
}

[dir="rtl"] #trusted {
	margin-right: calc(50% - 50vw);
	margin-left: 0;
}

.logo-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* Add sleek fady edges */
	mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.logo-track {
	display: flex;
	align-items: center;
	gap: 0;
	width: max-content;
}

.logo-track:hover {
	/* GSAP handles pause/resume */
}

.logo-item {
	height: 28px;
	width: auto;
	opacity: 0.5;
	filter: grayscale(1);
	transition:
		opacity 0.3s ease,
		filter 0.3s ease;
}

.logo-item:hover {
	opacity: 1;
	filter: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 70;
	width: 100%;
	/* opacity: 0; */
}

/* .site-logo-link,
.nav-link,
.lang-switch {
	opacity: 0;
} */

.nav-bar {
	position: relative;
	/* border-bottom: 1px solid var(--border); */
	width: 100%;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	padding: 18px 1rem !important;
	background:#fff;
	transition:
		background 0.2s ease,
		backdrop-filter 0.2s ease,
		-webkit-backdrop-filter 0.2s ease;
}

.site-header.scrolled .nav-bar {
	background: var(--nav-scrolled-bg);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.site-header.scrolled.is-on-dark .nav-bar {
	background-color: transparent;
}

.nav-inner {
	padding-bottom: 0;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

/* Centred nav links */
.nav-links-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 2rem;
	white-space: nowrap;
}

[dir="rtl"] .nav-links-center {
	left: auto;
	right: 50%;
	transform: translateX(50%);
}

/* Right-side action cluster */
.nav-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

/* Language switcher dropdown */
.lang-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.lang-dropdown-toggle {
	background: transparent;
	border: none;
	padding: 0.5rem;
	color: var(--nav-link);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	transition: all 0.2s ease;
	opacity: 0;
}

.lang-dropdown-toggle:hover {
	background-color: var(--surface-soft);
	color: var(--nav-link-hover);
}

.lang-dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 0.5rem;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 0.5rem;
	min-width: 140px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.lang-dropdown-menu.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.lang-dropdown-item {
	width: 100%;
	text-align: left;
	padding: 0.6rem 1rem;
	background: transparent;
	border: none;
	border-radius: 6px;
	color: var(--muted);
	font-size: var(--small-font-size);
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
}

:root[data-lang="ar"] .lang-dropdown-item {
	text-align: right;
}

.lang-dropdown-item:hover {
	background: var(--surface-soft);
	color: var(--text);
}

.lang-dropdown-item.is-active {
	background: rgba(255, 255, 255, 0.08);
	color: var(--text);
	font-weight: 600;
}

.icon-world {
	transition: transform 0.3s ease;
}

.lang-dropdown-toggle[aria-expanded="true"] .icon-world {
	transform: rotate(20deg);
}

/* Mobile dropdown adjustments */
.lang-dropdown-mobile {
	width: 100%;
}

.lang-dropdown-mobile .lang-dropdown-menu {
	position: relative;
	top: 0;
	right: 0;
	margin-top: 0;
	width: 100%;
	box-shadow: none;
	background: transparent;
	border: none;
	padding: 0;
	display: none;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.lang-dropdown-mobile .lang-dropdown-menu.is-open {
	display: flex;
}

.lang-dropdown-mobile .lang-dropdown-item {
	padding: 0.75rem 0;
	border-bottom: 1px solid color-mix(in oklab, var(--border) 5%, transparent);
	border-radius: 0;
}

/* Header CTA pill */
.nav-cta {
	font-size: var(--small-font-size);
	padding: 0.45rem 1.1rem;
	/* border-radius: 999px; */
	/* opacity: 0; */
	white-space: nowrap;
	transition: opacity 0.2s ease, transform 0.2s ease;
	line-height: 1;
}

.is-on-dark .nav-cta {
	color: #000;
	background: #fff;
}
.is-on-dark .lang-option,
.is-on-dark .lang-switch-icon {
	color: #fff;
}

.nav-cta:hover {
	transform: translateY(-1px);
	opacity: 0.9;
}

/* Mobile: hide desktop nav-links, show toggle */
@media (max-width: 900px) {
	.nav-links-center {
		display: none;
	}

	.nav-cta {
		display: none;
	}
	.cta-minimal-card{
		padding: 2rem !important;
	}
}

.nav-cta-mobile {
	display: block;
	margin-top: 0.5rem;
	border-radius: 999px;
	text-align: center;
	padding: 0.6rem 1.2rem;
	font-size: var(--small-font-size);
}

.mobile-nav-toggle {
	display: none;
	width: 2.2rem;
	height: 2.2rem;
	/* border: 1px solid var(--border); */
	border-radius: 999px;
	background: transparent;
	color: var(--text);
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	cursor: pointer;
	z-index: 1100;
}

.is-on-dark .mobile-nav-toggle,
.site-header.mobile-nav-open .mobile-nav-toggle {
	color: #fff !important;
}

.mobile-nav-toggle span {
	width: 14px;
	height: 1.5px;
	background: currentColor;
	border-radius: 999px;
	transition:
		transform 0.18s ease,
		opacity 0.18s ease;
}

.mobile-nav-panel {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: #050505;
	padding: 8rem 2rem 4rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
	/* Morph starting point: a zero circle from the top-right button area */
	clip-path: circle(0% at 92% 5%);
	transition: visibility 0.4s ease;
}

.site-header.mobile-nav-open .mobile-nav-panel {
	display: block;
	visibility: visible;
	pointer-events: auto;
}

[dir="rtl"] .mobile-nav-panel {
	clip-path: circle(0% at 8% 5%);
}

.mobile-nav-links {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 600px;
	margin: 0 auto;
}

.nav-link-mobile {
	display: block;
	font-size: var(--text-font-size);
	font-weight: 700;
	color: #fff !important;
	text-decoration: none;
	/* letter-spacing: -0.04em; */
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	opacity: 0;
	transform: translateY(40px);
	transition: color 0.3s ease;
}

.nav-link-mobile:hover {
	color: var(--primary);
}

.lang-dropdown-mobile {
	margin-top: 2rem;
	opacity: 0;
	transform: translateY(40px);
}

.lang-dropdown-mobile .lang-dropdown-toggle {
	font-size: var(--text-font-size);
	color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	padding: 1.5rem 0 !important;
}

.lang-dropdown-mobile .lang-dropdown-item {
	font-size: var(--text-font-size);
	padding: 1rem 0 1rem 1.5rem !important;
	color: rgba(255, 255, 255, 0.75);
}

[dir="rtl"] .lang-dropdown-mobile .lang-dropdown-item {
	padding: 1rem 1.5rem 1rem 1rem !important;
}

/* :root[data-theme="dark"] .mobile-nav-panel {
	background: linear-gradient(180deg, rgba(10, 10, 10, .98), rgba(10, 10, 10, 0.75));
}

:root[data-theme="light"] .mobile-nav-panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
} */

.site-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	line-height: 0;
}

.site-logo-img {
	height: 28px;
	width: auto;
	display: none;
}

:root[data-theme="dark"] .site-logo-dark {
	display: block;
}

:root[data-theme="light"] .site-logo-light {
	display: block;
}

.grid-12 {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
}

.panel {
	background: linear-gradient(180deg, var(--panel-top) 0%, var(--panel-bottom) 100%);
	border: 1px solid var(--border);
	border-radius: 16px;
}

/* .reveal {
	opacity: 0;
	transform: translateY(16px);
	transition:
		opacity 0.45s ease,
		transform 0.45s ease;
} */

.reveal.is-visible {
	opacity: 1;
	transform: none;
}

.cursor-dot {
	position: fixed;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid var(--cursor-border);
	border-radius: 999px;
	pointer-events: none;
	transform: translate(-100px, -100px);
	transition:
		width 0.2s ease,
		height 0.2s ease,
		opacity 0.2s ease;
	opacity: 0.65;
	z-index: 80;
}

.cursor-dot.active {
	width: 30px;
	height: 30px;
	opacity: 1;
}

.logo-viewport {
	overflow: hidden;
	/* border: 1px solid var(--border); */
	/* border-radius: 14px; */
	/* background: var(--surface); */
	mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
	direction: ltr;
}

.logo-track {
	display: flex;
	width: max-content;
	will-change: transform;
}

.logo-group {
	display: flex;
	/* gap: .75rem; */
	gap: 0.2rem;
	padding: 0.9rem 0.35rem;
	flex: 0 0 auto;
}

.logo-chip img {
	/* filter: grayscale(1); */
	filter: grayscale(1) invert(1);
}

[data-theme="dark"] .logo-chip img {
	filter: grayscale(1) invert(1);
}

.logo-chip img {
	height: 3rem;
}

.logo-chip img {
	filter: grayscale(1) invert(1);
	transition: filter 0.8s ease;
	will-change: filter;
}

.logo-chip:hover img {
	filter: grayscale(0%);
}

.logo-chip {
	/* min-width: 150px; */
	height: 74px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	padding: 0.65rem 1.2rem;
	/* border: 1px solid var(--border); */
	border-radius: 10px;
	color: var(--text);
	/* background: var(--chip-bg); */
	/* letter-spacing: 0.02em; */
}

.logo-viewport.static {
	overflow-x: auto;
	mask-image: none;
}

.bento-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.bento-card {
	grid-column: span 4;
	min-height: 50px;
	/* padding: 0.9rem; */
	/* border-radius: 16px; */
	border: 1px solid var(--border);
	position: relative;
	transition:
		border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
		background 0.4s cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	background: var(--surface);
}

.bento-card:hover {
	border-color: color-mix(in oklab, var(--text) 35%, transparent);
	background: var(--surface-soft);
}

.bento-card.active {
	border-color: var(--text);
	background: var(--surface);
	z-index: 5;
}

/* Frame border removed for minimalist look */

.product-card-trigger {
	width: 100%;
	padding: 0;
	border: 0;
	text-align: start;
	background: transparent;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	cursor: none;
}

.product-card-trigger:focus-visible {
	outline: 1px solid #1576c8;
	outline-offset: -2px;
	border-radius: 0.45rem;
}

.products-rail-outer .bento-card.active .product-card-trigger{
	background: #D3E9FC;
	border-radius: 0.45rem !important;
}
.product-card-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	padding: 0.9rem 1.2rem;
}

.bento-card h3 {
	margin: 0;
	font-size: var(--small-font-size);
	font-weight: 550;
	line-height: 1.2;
	/* letter-spacing: -0.012em; */
	color: var(--text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-icon-placeholder {
	width: 32px;
	height: 32px;
	border-radius: 9px;
	/* background: var(--surface-soft); */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* .bento-card:hover .product-card-header {
	transform: translateX(2px);
} */

.bento-card.active .product-icon-placeholder {
	/* background: var(--text); */
	/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.product-app-icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-icon-label {
	font-size: var(--smaller-font-size);
	font-weight: 500;
	/* letter-spacing: 0.02em; */
	color: var(--muted);
}

.product-icon-placeholder.has-color .product-icon-label {
	color: #ffffff;
}

.product-expand-icon {
	width: 24px;
	height: 24px;
	margin-top: auto;
	align-self: flex-end;
	border-radius: 999px;
	border: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--muted);
	font-size: var(--small-font-size);
	transition: color 0.2s ease;
}

.bento-card.active .product-expand-icon {
	color: var(--text);
}

/* .bento-card.active .product-icon-label {
	color: var(--text);
} */

.bento-card.active h3 {
	/* color: var(--text); */
	/* color: #ffffff; */
	/* color: #539ddb; */
}

.bento-card.active p {
	color: var(--muted);
}

.bento-card.active .card-index {
	color: var(--muted);
}

/* ── Product rail: horizontal-scrollable card strip ── */
.products-section-head {
	margin-bottom: 2rem;
}

.products-rail-outer {
	position: sticky;
	top: 70px;
	/* z-index: 200; */
	z-index: 50;
	width: 100%;
	margin-bottom: 1.5rem;
	padding: 0 !important;

	background: #ffffff;
	/* border: 1.5px solid #e3e3e3; */
	border-top: 1.5px solid #e3e3e3;
	border-bottom: 1.5px solid #e3e3e3;
	/* border-top: 1.5px solid #cfcfcf;
	border-bottom: 1.5px solid #cfcfcf; */
	display: flex;
	justify-content: flex-start;
}

.products-rail-outer.is-animating-reorder {
	overflow: visible !important;
}

.products-rail-outer .bento-grid {
	display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    
    /* 1. Force Horizontal Scroll */
    overflow-x: auto !important;
    
    /* 2. Explicitly Kill Vertical Scroll */
    overflow-y: hidden !important; 
    
    /* 3. Improve touch behavior for mobile */
    -webkit-overflow-scrolling: touch;
    
    /* 4. Ensure no height jumping */
    align-items: center;
    
    scrollbar-width: none;
    padding: 5px 0 !important;
    background: transparent;
    border: 0;
    width: 100%;
}

.products-rail-outer .bento-grid::-webkit-scrollbar {
	display: none;
}

.bento-grid.is-animating-reorder {
	overflow: visible !important;
}

/* Technical Grid Items */
.products-rail-outer .bento-card {
    grid-column: unset !important;
    flex: 0 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition:
        opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        color 0.4s ease;
    position: relative;
    color: #000;
	opacity: 1;
	transform: translateY(0);
}

.products-rail-outer .bento-card:not(:first-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

[dir="en"] .products-rail-outer .bento-card:not(:first-child),
:lang(en) .products-rail-outer .bento-card:not(:first-child) {
    border-right: 0 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.products-rail-outer .bento-card:hover {
	/* opacity: 0.85; */
	background: rgba(0, 0, 0, 0.02) !important;
}

/* .products-rail-outer .bento-card.active {
	opacity: 1;
	background: #000000 !important;
	color: #ffffff !important;
	border-right-color: #000000 !important;
}

.products-rail-outer .bento-card h3 {
	font-weight: 800;
	font-size: 0.82rem;
	text-transform: uppercase;
	margin: 0;
} */

/* .products-rail-outer .bento-card.active {
    border: 1px solid #2265a0;
	border-right: 1px solid #2265a0 !important;
} */

/* .products-rail-outer .bento-card.active h3 {
    font-size: var(--small-font-size);
    transition: font-size 0.3s ease;
} */
/* .products-rail-outer .bento-card.active img {
	filter: invert(1);
} */

.products-rail-outer .bento-card h3 {
    font-weight: 800;
    font-size: var(--small-font-size);
    text-transform: uppercase;
    margin: 0;
    transition: font-size 0.3s ease;
}

/* Edge fade-outs */
/* .products-rail-fade-right,
.products-rail-fade-left {
	position: absolute;
	top: 0;
	bottom: 0.5rem;
	width: 80px;
	pointer-events: none;
	z-index: 2;
} */

.products-rail-fade-right {
	right: 0;
	background: linear-gradient(to right, transparent, var(--bg));
	opacity: 0.85;
}

.products-rail-fade-left {
	left: 0;
	background: linear-gradient(to left, transparent, var(--bg));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.products-rail-outer.is-scrolled .products-rail-fade-left {
	opacity: 1;
}

/* ── Detail panel: positioned below the rail ── */
.products-master-panel {
	/* position: sticky; */
	/* top: 88px; */
	/* padding: 0.2rem; */
	border-radius: 14px;
	min-height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
	min-width: 0;
}

/* Modern Magazine Entry Animations */

@keyframes mag-fade-in-up {
	0% {
		opacity: 0;
		transform: translateY(20px);
		filter: blur(8px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

@keyframes mag-image-reveal {
	0% {
		opacity: 0;
		transform: scale(0.95) translateY(12px);
		filter: blur(12px);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
		filter: blur(0);
	}
}

.products-master-panel.is-switching [data-products-title],
.products-master-panel.is-switching [data-products-body],
.products-master-panel.is-switching .product-detail-copy,
.products-master-panel.is-switching .product-gallery-viewport,
.products-master-panel.is-switching .products-modules-tabs-wrap {
	opacity: 0;
	animation-fill-mode: forwards;
}

.products-master-panel.is-switching [data-products-title] {
	animation: mag-fade-in-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s forwards;
}

.products-master-panel.is-switching [data-products-body] {
	animation: mag-fade-in-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.05s forwards;
}

.products-master-panel.is-switching .products-modules-tabs-wrap {
	animation: mag-fade-in-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.products-master-panel.is-switching .product-detail-copy {
	animation: mag-fade-in-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

.products-master-panel.is-switching .product-gallery-viewport {
	animation: mag-image-reveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.products-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.35rem;
}

.products-panel-head h3,
.product-content-column h3,
.product-title {
	font-size: var(--text-font-size) !important;
	margin-bottom: 0.4rem;
}

.products-panel-app-nav {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.products-panel-layout {
	display: flex;
	gap: 6rem;
	align-items: flex-start;
	position: relative;
	flex: 1;
	overflow: inherit;
	min-width: 0;
	min-height: 60vh;
}

.products-panel-layout>* {
	min-width: 0;
}

/* ── Swiss Style Module Accordion ── */
.section-tabs-wrap {
	/* margin-top: 3rem; */
	width: 100%;
	margin-top: 0;
    padding: 4px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 0;
    width: 100%;
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-start, 0%), black var(--mask-end, 100%), transparent 100%);
    transition: mask-image 0.3s ease;
}
.section-tabs{
	display: flex;
    gap: 0;
    position: relative;
    z-index: 1;
    width: max-content;
    min-width: 100%;
}
.section-tab.is-active {
    color: var(--text);
}

.section-tab {
    padding: 0.48rem 1rem;
    font-size: var(--smaller-font-size);
    /* font-weight: 600; */
    letter-spacing: 0.08em;
    /* text-transform: uppercase; */
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s ease;
    position: relative;
    z-index: 2;
    text-align: center;
}

.module-accordion {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--border);
	counter-reset: accordion-counter;
}

.module-accordion-item {
	border-bottom: 1px dashed var(--border);
	background: transparent;
	border-radius: 0;
	transition: background-color 0.3s ease;
}

.module-accordion-item.is-active {
	background: rgba(255, 255, 255, 0.02);
}

.module-accordion-header {
	width: 100%;
	padding: 0.8rem 0;
	display: flex;
	align-items: center;
	/* gap: 1.5rem; */
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: right;
	font-weight: 600;
	color: var(--text);
	font-size: var(--text-font-size);
	/* letter-spacing: -0.01em; */
	transition: color 0.3s ease, padding 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

:root[data-lang="en"] .module-accordion-header {
	text-align: left;
}

:root[data-lang="ar"] .module-accordion-header {
	text-align: right;
}

.module-index-icon {
	width: 2.3rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	color: var(--text);
	opacity: 0.8;
}

.module-index-icon svg {
	width: 14px;
	height: 14px;
}

.module-accordion-header span {
	flex: 1;
	text-align: start;
}

.faq-list .accordion-icon,
.module-accordion-header .accordion-icon {
	width: 20px;
	height: 20px;
	color: var(--muted);
	position: relative;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.faq-list .accordion-icon svg,
.module-accordion-header .accordion-icon svg {
	width: 100%;
	height: 100%;
}

.module-accordion-item.is-active .module-accordion-header {
	/* color: var(--text); */
	/* padding-bottom: 1rem; */
}

details[open] .accordion-icon,
.module-accordion-item.is-active .module-accordion-header .accordion-icon {
	transform: rotate(180deg);
	color: var(--text);
}

.module-accordion-content {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.module-accordion-inner {
	/* padding: 0 0 1rem 2rem; */
	padding-top: 0;
	padding-bottom: 1rem;
	padding-inline-start: 0;
	padding-inline-end: 2rem;
	/* Aligned after the numeric index */
	color: var(--text);
	line-height: 1.5;
	font-size: var(--small-font-size);
	/* max-width: 600px; */

}

:root[dir="rtl"] .module-accordion-inner {
	/* padding: 0 4rem 2rem 0; */
	margin: 0 38px 0 0;
}

:root[dir="ltr"] .module-accordion-inner {
	margin: 0 0 0 38px;
}

.product-content-column {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	min-width: 0;
	width: 460px;
	flex-shrink: 0;
	min-width: 46%;
	position: relative;
	z-index: 2;
}


.product-detail-group+.product-detail-group {
	margin-top: 1.4rem;
	padding-top: 0.9rem;
	border-top: 1px solid var(--surface-soft);
}

/* Product Learn More / Details Action Link */
.product-link-swiss {
	display: inline-flex;
	align-items: center;
	gap: 1.2rem;
	font-size: var(--small-font-size);
	font-weight: 500;
	text-transform: uppercase;
	color: var(--primary);
	text-decoration: none !important;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
}

.product-link-swiss:hover {
	gap: 1.2rem;
	/* padding-left: 0.5rem; */
	opacity: 0.85;
}

[dir="rtl"] .product-link-swiss:hover {
	padding-left: 0;
	/* padding-right: 0.5rem; */
}

.module-learn-more-wrap {
	border-top: 1px solid var(--surface-soft);
}

.product-learn-more-standalone {
	margin-top: 1rem;
	/* padding-top: 2rem; */
	border-top: 1.5px solid var(--surface-soft);
}

.product-detail-label {
	margin: 0 0 0.45rem;
	font-size: var(--small-font-size);
	margin-bottom: 0.3rem !important;
	/* letter-spacing: 0.06em; */
	text-transform: uppercase;
	color: var(--muted);
}

.product-detail-copy ul {
	list-style-type: disc;
	margin: 0.5rem 0.8rem;
	padding-inline-start: 1.2rem;
}

.product-detail-copy ol {
	list-style-type: decimal;
	margin: 0.5rem 0.8rem;
	padding-inline-start: 1.2rem;
}

.product-detail-copy li {
	margin-bottom: 0.45rem;
	color: var(--text);
	line-height: 1.5;
}

.product-detail-copy p {
	margin: 0 0 0.75rem;
	line-height: 1.6;
	font-size: var(--small-font-size);
}

.product-detail-copy p:last-child {
	margin-bottom: 0;
}

.product-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.product-tag {
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 0.22rem 0.52rem;
	font-size: var(--smaller-font-size);
	color: var(--text);
	background: var(--surface);
	background: color-mix(in oklab, var(--surface) 96%, var(--text));
}

.product-media-column {
	position: sticky;
	top: 160px;
	flex: 1;
	height: auto;
	min-width: 0;
	/* min-height: 480px; */
	z-index: 1;
}

.calc-summary-block-details {
	/* Handled by parent calc-group scroll now */
	display: grid;
	gap: 0.34rem;
}


.product-gallery {
	height: 100%;
	width: 100%;
}

.product-gallery-viewport {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	height: 100%;
}

[dir="rtl"] .product-gallery-viewport {
	border-radius: 0 10px 10px 0;
}

.product-gallery-single {
	margin: 0;
	height: 100%;
	width: 100%;
	position: relative;
	/* border: 1px solid var(--border); */
	border-radius: 12px;
	overflow: hidden;
	display: flex;
}

.product-gallery-single.is-loading::before {
	content: "";
	position: absolute;
	inset: 0;
	background: color-mix(in oklab, var(--surface) 50%, transparent);
	backdrop-filter: blur(1px);
	z-index: 10;
}

.product-gallery-single.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 22%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	border: 2px solid var(--border);
	border-top-color: var(--text);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	z-index: 11;
}

[dir="rtl"] .product-gallery-single.is-loading::after {
	right: 22%;
}

.product-gallery-single img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top left;
	border-radius: 12px;
}

[dir="rtl"] .product-gallery-single img {
	object-position: top right;
}

.product-gallery-caption {
	position: absolute;
	inset-inline: 0.7rem;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: var(--smaller-font-size);
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
	padding: 0.55rem 1.2rem;
	border-radius: 13px;
	width: 100%;
}

[dir="rtl"] .product-gallery-caption {
	left: unset;
	right: 0;
}

.gallery-nav {
	width: 24px;
	height: 24px;
	/* border-radius: 5px; */
	border: 1px solid var(--border);
	background: transparent;
	color: var(--text);
	cursor: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-nav svg {
	stroke-width: 1.5;
	width: 18px;
	height: 18px;
}

.products-panel-app-nav [data-products-prev] svg {
	transform: rotate(0deg);
}

.products-panel-app-nav [data-products-next] svg {
	transform: rotate(180deg);
}

[dir="rtl"] .products-panel-app-nav [data-products-prev] svg {
	transform: rotate(180deg);
}

[dir="rtl"] .products-panel-app-nav [data-products-next] svg {
	transform: rotate(0deg);
}

.gallery-nav:disabled {
	opacity: 0.45;
	cursor: default;
	pointer-events: none;
}

.service-card {
	/* border: 1px solid var(--border); */
	/* border-radius: 12px; */
	/* border-bottom: 1px solid var(--border); */
	padding: 0.9rem 0;
	/* background: var(--surface); */
	transition:
		border-color 0.2s ease,
		background 0.2s ease;
}

/* .service-card:hover {
	border-color: var(--muted);
} */

.service-card h3 {
	margin: 0 0 0.4rem 0;
	font-size: var(--text-font-size);
	font-weight: 500;
	/* letter-spacing: 0em; */
}

.service-card p {
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
	font-size: var(--small-font-size);
}

.service-card-head {
	display: grid;
	grid-template-columns: 1.9rem 1fr;
	align-items: start;
	column-gap: 1rem;
}

.service-copy {
	min-width: 0;
}

.service-icon {
	width: 1.9rem;
	height: 1.9rem;
	padding-top: 0.08rem;
	/* border: 1px solid var(--border); */
	/* border-radius: 8px; */
	display: inline-flex;
	/* align-items: center; */
	justify-content: center;
	color: var(--text);
	/* background: var(--surface-soft); */
	flex-shrink: 0;
	margin-top: 0.2rem;
}

.service-icon svg {
	width: 1.6rem;
	height: 1.6rem;
}

.services-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem;
}

/* Removed legacy .services-inline-cta styles in favor of Tailwind utility classes inside HTML */
@media (min-width: 900px) {
	.services-list {
		grid-template-columns: 1fr 1fr;
		gap: 0.65rem;
		column-gap: 2rem;
	}
}

.testimonial {
	padding: 1.5rem 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	transition: opacity 0.3s ease;
	position: relative;
	border-inline-end: 1px solid color-mix(in oklab, var(--border) 50%, transparent);
	border-bottom: 1px solid color-mix(in oklab, var(--border) 50%, transparent);
	opacity: 1;
}

[dir="rtl"] .testimonial {
	text-align: right;
}

.testimonials-marquee:nth-of-type(2) {
	border-bottom: 1px solid color-mix(in oklab, var(--border) 50%, transparent);
	border-top: 1px solid color-mix(in oklab, var(--border) 50%, transparent);
}

.testimonial::after {
	content: "";
	position: absolute;
	inset: -1px;
	pointer-events: none;
	background:
		linear-gradient(to right, var(--text) 2px, transparent 2px) 0 0,
		linear-gradient(to bottom, var(--text) 2px, transparent 2px) 0 0,
		linear-gradient(to left, var(--text) 2px, transparent 2px) 100% 0,
		linear-gradient(to bottom, var(--text) 2px, transparent 2px) 100% 0,
		linear-gradient(to right, var(--text) 2px, transparent 2px) 0 100%,
		linear-gradient(to top, var(--text) 2px, transparent 2px) 0 100%,
		linear-gradient(to left, var(--text) 2px, transparent 2px) 100% 100%,
		linear-gradient(to top, var(--text) 2px, transparent 2px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 0px 0px;
	opacity: 0;
	z-index: 10;
	transition:
		opacity 0.3s ease,
		background-size 0.3s ease;
}

.testimonials-marquee:first-of-type .testimonial {
	border-top: 1px solid color-mix(in oklab, var(--border) 50%, transparent);
}

.testimonial:hover {
	opacity: 1;
}

.testimonial:hover::after {
	opacity: 0.55;
	background-size: 8px 8px;
}

.testimonial blockquote {
	margin: 0;
	color: var(--text);
	line-height: 1.4;
	font-size: var(--small-font-size);
	position: relative;
	flex: 1;
	font-weight: 300;
}

[dir="rtl"] .testimonial blockquote {
	line-height: 1.6;
	/* font-weight: 400; */
}

.testimonial figcaption {
	margin: auto 0 0;
	color: var(--muted);
	font-size: var(--smaller-font-size);
	/* letter-spacing: 0.05em; */
	text-transform: uppercase;
}

.testimonials-wrap {
	width: 100%;
}

.testimonials-stack {
	display: grid;
	gap: 0;
}

.testimonials-marquee {
	overflow: hidden;
	position: relative;
	mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
	direction: ltr;
}

.testimonials-track {
	display: flex;
	width: max-content;
	will-change: transform;
}

/* Update these two selectors */
.testimonials-stack:hover .testimonial {
	filter: blur(1px);
	opacity: 0.6;
	transition: filter 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

.testimonials-stack .testimonial:hover {
	filter: blur(0);
	opacity: 1;
	/* transform: scale(1.05); */
	z-index: 20;
}

.testimonial {
	will-change: filter, transform;
	transition: filter 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

.testimonials-group {
	flex: 0 0 auto;
	display: flex;
}

.testimonials-marquee .testimonial {
	min-width: 310px;
	max-width: 360px;
}

.blogs-grid {
	display: grid;
	gap: 1rem 2rem !important;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	grid-template-areas:
		"lead side-1"
		"lead side-2"
		"lead side-3";
}

/* .blog-card {
	border-bottom: 1px solid var(--border);
	transition:
		border-color 0.16s ease,
		background 0.16s ease;
} */

.blog-card:hover {
	border-color: color-mix(in oklab, var(--border) 35%, var(--text));
}

.blog-card-link {
	display: grid;
	gap: 0.5rem;
	padding: 0.45rem 0 0.7rem;
	color: inherit;
	text-decoration: none;
}

.blog-card .card {
	border-radius: 0;
}

.blog-card .mt-1 {
	margin-bottom: 0.5rem;
}

#page-list .col-md-8 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100% !important;
	flex: 1;
	padding: 0 2rem;
}

.blog-card .blog-card-footer {
	display: none;
}

.blog-card div.text-muted {
	color: var(--muted);
	font-size: var(--smaller-font-size);
}

.blog-media {
	margin: 0;
	/* border-radius: 10px; */
	overflow: hidden;
	border: 1px solid color-mix(in oklab, var(--border) 75%, transparent);
	aspect-ratio: 16 / 9;
	background: color-mix(in oklab, var(--surface-soft) 90%, var(--text));
}

.blog-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.blog-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
}

.blog-chip {
	border: 0;
	border-radius: 0;
	padding: 0;
	/* font-size: 0.66rem; */
	/* letter-spacing: 0.04em; */
	text-transform: uppercase;
	color: var(--muted);
	background: transparent;
}

.blog-card h3 {
	margin: 0;
    font-size: var(--small-font-size);
    line-height: 1.3;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.blog-card p {
	margin: 0;
    color: #000;
    font-size: var(--smaller-font-size);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-link-swiss .blog-read-more {
	font-size: var(--smaller-font-size);
	/* font-weight: 500; */
	/* color: color-mix(in oklab, var(--text) 88%, var(--muted)); */
}

.blog-card:nth-child(1) {
	grid-area: lead;
}

.blog-card:nth-child(2) {
	grid-area: side-1;
}

.blog-card:nth-child(3) {
	grid-area: side-2;
}

.blog-card:nth-child(4) {
	grid-area: side-3;
}

.blog-card:nth-child(1) .blog-card-link {
	gap: 0.62rem;
	padding-top: 0.2rem;
}

.blog-card:nth-child(1) .blog-media {
	aspect-ratio: 16 / 8.6;
}

.blog-card:nth-child(1) h3 {
	font-size: var(--text-font-size);
	line-height: 1.3;
	-webkit-line-clamp: 3;
}

.blog-card:nth-child(1) p {
	font-size: var(--small-font-size);
	-webkit-line-clamp: 4;
}

.blogs-page-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.35rem;
	align-items: start;
}

.blogs-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(220px, 1fr);
	gap: 1rem 1.2rem;
	padding-bottom: 0.4rem;
	/* border-bottom: 1px solid color-mix(in oklab, var(--border) 85%, transparent); */
}

.blogs-filter-field {
	display: grid;
	gap: 0.42rem;
}

.blogs-filter-label {
	font-size: var(--smaller-font-size);
	/* letter-spacing: 0.07em; */
	text-transform: uppercase;
	color: var(--muted);
}

.blogs-search-wrap {
	position: relative;
	display: block;
}

.blogs-search-icon {
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--muted);
	pointer-events: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.blogs-search-icon svg {
	width: 1rem;
	height: 1rem;
}

.blogs-toolbar .input {
	min-height: 48px;
	border: 0;
	border-bottom: 1px solid color-mix(in oklab, var(--input-border) 78%, var(--text));
	border-radius: 0;
	background: transparent;
	padding: 0.62rem 0 0.48rem 1.7rem;
	font-size: var(--small-font-size);
}

[dir="rtl"] .blogs-toolbar .input {
	padding: 0.62rem 1.7rem 0.48rem 0;
}

.blogs-toolbar .input::placeholder {
	color: color-mix(in oklab, var(--muted) 88%, var(--text));
}

.blogs-toolbar .input:focus-visible {
	outline: none;
	box-shadow: none;
	border-bottom-color: var(--text);
}

.blogs-multiselect {
	position: relative;
}

.blogs-multi-trigger {
	width: 100%;
	min-height: 48px;
	padding: 0.62rem 1.25rem 0.48rem 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid color-mix(in oklab, var(--input-border) 78%, var(--text));
	background: transparent;
	color: var(--text);
	font: inherit;
	font-size: var(--small-font-size);
	line-height: 1.3;
	text-align: start;
	cursor: pointer;
	position: relative;
}

.blogs-multi-trigger:focus-visible {
	outline: none;
	box-shadow: none;
	border-bottom-color: var(--text);
}

.blogs-multi-trigger::after {
	content: "";
	position: absolute;
	right: 0.2rem;
	top: 50%;
	width: 0.42rem;
	height: 0.42rem;
	border-right: 1.5px solid var(--muted);
	border-bottom: 1.5px solid var(--muted);
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.16s ease;
	pointer-events: none;
}

.blogs-multiselect.is-open .blogs-multi-trigger::after {
	transform: translateY(-35%) rotate(-135deg);
}

[dir="rtl"] .blogs-multi-trigger {
	padding: 0.62rem 0 0.48rem 1.25rem;
}

[dir="rtl"] .blogs-multi-trigger::after {
	right: auto;
	left: 0.2rem;
	border-right: 0;
	border-left: 1.5px solid var(--muted);
	transform: translateY(-65%) rotate(-45deg);
}

[dir="rtl"] .blogs-multiselect.is-open .blogs-multi-trigger::after {
	transform: translateY(-35%) rotate(135deg);
}

/* === STATS SECTION (MAGAZINE STYLE) === */
#stats .text-3xl {
	font-family: var(--snd-font-family);
	line-height: 1;
	/* letter-spacing: -0.04em; */
	color: #fff;
}

#stats .text-xs {
	font-family: var(--snd-font-family);
	/* letter-spacing: 0.15em; */
	opacity: 0.8;
}

:root[data-theme="light"] #stats .text-neutral-100 {
	color: var(--text-heading);
}

:root[data-theme="light"] .text-neutral-100 {
	color: var(--text-heading);
}

.blogs-multi-menu {
	position: absolute;
	top: calc(100% + 0.35rem);
	inset-inline: 0;
	z-index: 20;
	display: none;
	max-height: 260px;
	overflow: auto;
	border: 1px solid var(--border);
	border-radius: 8px;
	background: var(--surface);
	padding: 0.3rem;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.blogs-multiselect.is-open .blogs-multi-menu {
	display: grid;
	gap: 0.2rem;
}

.blogs-multi-option {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.45rem 0.5rem;
	border-radius: 7px;
	cursor: pointer;
	color: var(--text);
	font-size: var(--smaller-font-size);
}

.blogs-multi-option:hover {
	background: color-mix(in oklab, var(--surface-soft) 92%, var(--text));
}

.blogs-multi-option input {
	-webkit-appearance: none;
	appearance: none;
	width: 1rem;
	height: 1rem;
	margin: 0;
	border: 1px solid var(--input-border);
	border-radius: 3px;
	background: var(--input-bg);
	display: inline-grid;
	place-content: center;
	transition:
		border-color 0.16s ease,
		background 0.16s ease,
		box-shadow 0.16s ease;
}

.blogs-multi-option input::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	transform: scale(0);
	transition: transform 0.14s ease-in-out;
	clip-path: polygon(14% 44%, 0 59%, 44% 100%, 100% 24%, 84% 10%, 43% 71%);
	background: #020202;
}

.blogs-multi-option input:checked {
	border-color: var(--text);
	background: var(--text);
}

.blogs-multi-option input:checked::before {
	transform: scale(1);
}

.blogs-multi-option input:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px color-mix(in oklab, var(--text) 20%, transparent);
}

.blogs-multi-option:has(input:checked) {
	background: color-mix(in oklab, var(--surface-soft) 88%, var(--text));
}

.blogs-page-item {
	border-bottom: 1px solid var(--border);
	min-height: 384px;
	transition: opacity 0.18s ease;
}

.blogs-page-grid:hover .blogs-page-item {
	opacity: 0.8;
}

.blogs-page-grid:hover .blogs-page-item:hover {
	opacity: 1;
}

.blogs-page-item.is-featured {
	grid-row: auto;
}

.blogs-page-link {
	display: grid;
	gap: 0.65rem;
	color: inherit;
	text-decoration: none;
	padding: 0.35rem 0 0.9rem;
}

.blogs-page-link h3 {
	margin: 0;
	font-size: var(--small-font-size);
	line-height: 1.35;
}

.blogs-page-link p {
	margin: 0;
	color: var(--muted);
	font-size: var(--smaller-font-size);
	line-height: 1.45;
}

.blogs-page-media {
	margin: 0;
	border: 1px solid color-mix(in oklab, var(--border) 75%, transparent);
	/* border-radius: 10px; */
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.blogs-page-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.blogs-page-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	color: var(--muted);
	font-size: var(--smaller-font-size);
}

.blogs-page-item.is-featured .blogs-page-link h3 {
	font-size: var(--small-font-size);
	line-height: 1.35;
}

.blogs-page-item.is-featured .blogs-page-link p {
	font-size: var(--smaller-font-size);
}

.status-board {
	/* border-top: 1px solid var(--border); */
	border-radius: 0;
	background: transparent;
	padding: 0.75rem 0 0;
	max-width: 100%;
	min-width: 0;
}

.status-inline {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	flex-wrap: wrap;
	border-bottom: 1px dashed var(--border);
	padding-bottom: 0.55rem;
}

.status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.38rem;
	padding: 0.1rem 0.52rem;
	border-radius: 999px;
	border: 1px solid color-mix(in oklab, #4ad66d 35%, var(--border));
	background: transparent;
	color: #4ad66d;
	font-size: var(--smaller-font-size);
	font-weight: 500;
	line-height: 1;
}

.status-board-summary {
	margin: 0;
	font-size: var(--smaller-font-size);
	color: var(--text);
	font-weight: 500;
}

.status-board-uptime {
	font-size: var(--smaller-font-size);
	color: var(--muted);
}

.status-details {
	margin-top: 0.6rem;
	min-width: 0;
}

.status-chart-scroll {
	width: 100%;
	min-width: 0;
}

.status-chart {
	display: grid;
	grid-template-columns: repeat(90, minmax(0, 1fr));
	gap: 2px;
	align-items: end;
	min-height: 30px;
	width: 100%;
	min-width: 0;
}

.status-day {
	height: 20px;
	border-radius: 999px;
	position: relative;
	cursor: help;
	/* border: 1px solid color-mix(in oklab, var(--border) 65%, transparent); */
	/* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .14); */
	transform-origin: bottom center;
	transition:
		transform 0.14s ease,
		filter 0.14s ease,
		opacity 0.14s ease;
}

.status-day::before,
.status-day::after {
	position: absolute;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(4px);
	transition:
		opacity 0.16s ease,
		transform 0.16s ease,
		visibility 0.16s ease;
	pointer-events: none;
	z-index: 12;
}

.status-day::after {
	content: attr(data-tooltip);
	bottom: calc(100% + 8px);
	/* max-width: 220px; */
	width: max-content;
	max-width: min(220px, calc(100vw - 2rem));
	padding: 0.38rem 0.52rem;
	border-radius: 7px;
	border: 1px solid var(--border);
	background: var(--surface);
	color: var(--text);
	font-size: var(--smaller-font-size);
	line-height: 1.35;
	white-space: normal;
	overflow-wrap: anywhere;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.status-day::before {
	content: "";
	bottom: calc(100% + 3px);
	width: 8px;
	height: 8px;
	background: var(--surface);
	border-inline-start: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	transform: translateX(-50%) rotate(-45deg) translateY(4px);
}

.status-day:hover::after,
.status-day:focus-visible::after {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.status-day:hover::before,
.status-day:focus-visible::before {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) rotate(-45deg) translateY(0);
}

.status-day:hover,
.status-day:focus-visible {
	transform: scaleY(1.12);
	filter: brightness(1.06);
}

.status-day:focus-visible {
	outline: none;
	/* box-shadow:
    inset 0 -1px 0 rgba(0, 0, 0, .14),
    0 0 0 2px color-mix(in oklab, var(--text) 22%, transparent); */
}

.status-day-operational {
	/* background: linear-gradient(180deg, #56e679 0%, #38c95c 100%); */
	background: #05df72;
}

.status-day-degraded {
	/* background: linear-gradient(180deg, #f9b867 0%, #ea9630 100%); */
	background: #ea9630;
	/* box-shadow:
    inset 0 -1px 0 rgba(0, 0, 0, .14),
    0 0 8px color-mix(in oklab, #f2a546 30%, transparent); */
}

.status-chart-legend {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.9rem;
}

.status-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
}

.status-legend-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	flex-shrink: 0;
}

.status-legend-dot-operational {
	background: #4ad66d;
}

.status-legend-dot-degraded {
	background: #f2a546;
}

@keyframes status-pill-pulse {
	0% {
		box-shadow:
			0 0 0 0 color-mix(in oklab, #4ad66d 0%, transparent),
			0 0 0px color-mix(in oklab, #4ad66d 24%, transparent),
			inset 0 0 0px color-mix(in oklab, #4ad66d 16%, transparent);
		text-shadow: 0 0 0px color-mix(in oklab, #4ad66d 0%, transparent);
	}

	70% {
		box-shadow:
			0 0 0 7px color-mix(in oklab, #4ad66d 0%, transparent),
			0 0 8px color-mix(in oklab, #4ad66d 26%, transparent),
			inset 0 0 4px color-mix(in oklab, #4ad66d 18%, transparent);
		text-shadow: 0 0 6px color-mix(in oklab, #4ad66d 32%, transparent);
	}

	100% {
		box-shadow:
			0 0 0 0 color-mix(in oklab, #4ad66d 0%, transparent),
			0 0 0px color-mix(in oklab, #4ad66d 0%, transparent),
			inset 0 0 0px color-mix(in oklab, #4ad66d 0%, transparent);
		text-shadow: 0 0 0px color-mix(in oklab, #4ad66d 0%, transparent);
	}
}

.blog-single-article {
	/* max-width: 860px; */
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	gap: 1.1rem;
}

.blog-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
	margin-bottom: 1rem;
}

.blog-breadcrumb a {
	color: var(--muted);
	text-decoration: none;
}

.blog-breadcrumb a:hover {
	color: var(--text);
}

.blog-breadcrumb .is-current {
	color: var(--text);
	max-width: min(62ch, 100%);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blogs-page-breadcrumb {
	margin-bottom: 1rem;
}

.blog-single-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	color: var(--muted);
	font-size: var(--smaller-font-size);
	flex-wrap: wrap;
	margin-top: 0;
}

.blog-single-meta time {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.blog-single-meta time::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: var(--muted);
	opacity: 0.8;
}

.blog-single-meta-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.8rem;
	flex-wrap: wrap;
}

.blog-single-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.blog-single-head {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 0.7rem;
}

.blog-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	min-height: 2.2rem;
	padding: 0.45rem 0.82rem;
	border: 1px solid color-mix(in oklab, var(--border) 72%, var(--text));
	/* background: color-mix(in oklab, var(--surface-soft) 90%, var(--text)); */
	color: var(--text);
	border-radius: 999px;
	font: inherit;
	font-size: var(--smaller-font-size);
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	transition:
		color 0.16s ease,
		border-color 0.16s ease,
		background 0.16s ease,
		transform 0.16s ease;
}

.blog-share-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.blog-share-btn-icon svg {
	width: 0.95rem;
	height: 0.95rem;
}

.blog-share-btn:hover {
	border-color: color-mix(in oklab, var(--border) 45%, var(--text));
	background: color-mix(in oklab, var(--surface-soft) 82%, var(--text));
	transform: translateY(-1px);
}

.blog-share-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px color-mix(in oklab, var(--text) 18%, transparent);
}

.blog-single-title {
	margin: 0;
	font-size: var(--title-font-size);
	line-height: 1.18;
	flex: 1;
}

.blog-single-excerpt {
	margin: 0;
	color: var(--muted);
	font-size: var(--small-font-size);
	line-height: 1.65;
	max-width: 70ch;
}

.blog-single-media {
	margin: 1rem 0 1rem;
	/* border-radius: 12px; */
	overflow: hidden;
	border: 1px solid color-mix(in oklab, var(--border) 74%, transparent);
}

.blog-single-media img {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 8.8;
	object-fit: cover;
}

.blog-single-content {
	display: grid;
	/* gap: .95rem; */
}

.blog-single-content p {
	margin: 0;
	color: var(--text);
	line-height: 1.85;
	font-size: var(--small-font-size);
}

.blog-related-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	grid-template-areas:
		"lead side-1"
		"lead side-2";
	gap: 1.1rem 1.4rem;
}

.blog-related-item {
	border-bottom: 1px solid var(--border);
}

.blog-related-item:nth-child(1) {
	grid-area: lead;
}

.blog-related-item:nth-child(2) {
	grid-area: side-1;
}

.blog-related-item:nth-child(3) {
	grid-area: side-2;
}

.blog-related-item:nth-child(1) .blog-related-link {
	gap: 0.65rem;
	padding: 0.2rem 0 0.75rem;
}

.blog-related-item:nth-child(1) .blog-related-link h3 {
	font-size: var(--small-font-size);
	line-height: 1.35;
}

.blog-related-link {
	display: grid;
	gap: 0.45rem;
	color: inherit;
	text-decoration: none;
	padding: 0.2rem 0 0.65rem;
}

.blog-related-link h3 {
	margin: 0;
	font-size: var(--small-font-size);
	line-height: 1.4;
}

.blog-related-excerpt {
	margin: 0;
	color: var(--muted);
	font-size: var(--smaller-font-size);
	line-height: 1.45;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.blog-related-item:nth-child(1) .blog-related-excerpt {
	-webkit-line-clamp: 3;
}

.blog-related-read-more {
	font-size: var(--smaller-font-size);
	font-weight: 500;
	color: color-mix(in oklab, var(--text) 88%, var(--muted));
}

.blog-single-empty {
	max-width: 680px;
	margin: 0 auto;
	display: grid;
	gap: 0.7rem;
	text-align: center;
}

.blog-single-empty h1 {
	margin: 0;
	font-size: var(--text-font-size);
}

.blog-single-empty p {
	margin: 0;
	color: var(--muted);
}

.blogs-empty {
	grid-column: 1 / -1;
	border: 1px dashed var(--border);
	border-radius: 10px;
	padding: 1rem;
	color: var(--muted);
	text-align: center;
	margin: 0;
}

.quick-estimator {
	padding: 1.15rem;
	border: 1px solid var(--border);
	border-radius: 16px;
	background:
		radial-gradient(1200px 300px at 0% -20%,
			color-mix(in oklab, var(--surface-soft) 72%, transparent),
			transparent 45%),
		var(--surface);
}

.quick-head {
	display: grid;
	gap: 0.15rem;
}

.quick-controls {
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 0.8rem;
	background: color-mix(in oklab, var(--surface) 96%, var(--text));
}

.quick-apps-value {
	color: var(--text);
	font-weight: 700;
	margin-inline-start: 0.25rem;
}

.quick-results {
	margin-top: 0.15rem;
}

.quick-metric {
	border-radius: 12px;
	border: 1px solid var(--border);
	background: color-mix(in oklab, var(--surface) 95%, var(--text));
}

.quick-metric-label {
	/* letter-spacing: 0.03em; */
	text-transform: uppercase;
}

.hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 0.24rem 0.65rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
	margin-bottom: 0.75rem;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.proof-chip {
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 0.25rem 0.6rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
	background: var(--surface);
}

#contact .contact-wrap {
	position: relative;
	z-index: 2;
}

.contact-section-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: 4rem;
	align-items: start;
}

.contact-details {
	display: grid;
	gap: 1.5rem;
	/* padding: 2rem; */
	/* background: color-mix(in oklab, var(--surface) 10%, transparent); */
	/* backdrop-filter: blur(12px); */
	/* -webkit-backdrop-filter: blur(12px); */
	/* border: 1px solid var(--surface-soft); */
	border-radius: 5px;
	position: relative;
	/* top: 18px; */
}

.contact-details-title {
	margin: 0 0 0.5rem;
	font-size: var(--small-font-size);
	/* letter-spacing: 0.1em; */
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 600;
}

.contact-detail-item {
	display: grid;
	gap: 0.5rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid color-mix(in oklab, var(--border) 50%, transparent);
}

.contact-detail-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.contact-detail-label {
	font-size: var(--smaller-font-size);
	/* letter-spacing: 0.08em; */
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 500;
}

.contact-detail-value {
	margin: 0;
	font-size: var(--smaller-font-size);
	color: #fff;
	line-height: 1.6;
}

.contact-detail-link {
	font-size: var(--small-font-size);
	color: #fff;
	text-decoration: none;
	width: fit-content;
	transition:
		color 0.2s ease,
		transform 0.2s ease;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.contact-detail-link-ltr {
	direction: ltr;
	unicode-bidi: plaintext;
}

.contact-detail-link:hover {
	color: var(--muted);
	/* transform: translateX(4px); */
}

[dir="rtl"] .contact-detail-link:hover {
	transform: translateX(-4px);
}

.impact-list {
	display: grid;
	gap: 0.55rem;
}

.impact-row {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.45rem 0;
	border-bottom: 1px dashed var(--border);
}

.impact-row:last-child {
	border-bottom: 0;
}

.impact-label {
	color: var(--muted);
	font-size: var(--smaller-font-size);
}

.impact-value {
	font-size: var(--smaller-font-size);
	text-align: end;
}

.section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	margin-bottom: 2rem !important;
	position: relative;
	padding: 1.4rem 0;
	border: none;
	/* background: linear-gradient(145deg, color-mix(in oklab, var(--surface-soft) 25%, transparent) 0%, transparent 100%); */
}

.section-head::before {
	content: "";
	position: absolute;
	inset-block: 0;
	inset-inline: calc(-50vw + 50%);
	/* Extends horizontally to full screen edge */
	pointer-events: none;
	/* border-top: 1px solid color-mix(in oklab, var(--border) 80%, transparent); */
	border-bottom: 1px solid color-mix(in oklab, var(--border) 40%, transparent);
	z-index: 10;
	transition: border-color 0.3s ease;
}

.section-head::after {
	display: none;
	content: "";
	position: absolute;
	inset-inline: 0;
	inset-block: -30vh;
	/* Extends vertically far beyond section padding */
	pointer-events: none;
	border-inline-start: 1px solid color-mix(in oklab, var(--border) 40%, transparent);
	border-inline-end: 1px solid color-mix(in oklab, var(--border) 40%, transparent);
	z-index: 10;
	transition: border-color 0.3s ease;
}

/* .section-head:hover::before,
.section-head:hover::after {
  border-color: color-mix(in oklab, var(--border) 90%, var(--text));
} */
.section-head h2 {
	font-size: var(--title-font-size) !important;
	font-weight: 500 !important;
	/* letter-spacing: -0.015em; */
	color: var(--text);
	margin: 0;
	line-height: 1.15;
}

.section-head p,
.section-head a.text-sm {
	margin: 0;
	max-width: 36rem;
	font-size: var(--small-font-size) !important;
	color: color-mix(in oklab, var(--text) 30%, var(--muted)) !important;
	line-height: 1.5;
	margin-bottom: 0;
}

.section-head a.text-sm:hover {
	color: var(--text) !important;
}

.pricing-head {
	align-items: flex-end !important;
	gap: 1rem;
}

.pricing-head-copy {
	display: grid;
	gap: 0.42rem;
}

.pricing-head-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 0.16rem 0.56rem;
	font-size:  var(--smaller-font-size);
	/* letter-spacing: 0.04em; */
	text-transform: uppercase;
	color: var(--muted);
	background: color-mix(in oklab, var(--surface) 96%, var(--text));
}

.pricing-head-hint {
	max-width: 46ch;
}

.pricing-head-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 0.2rem;
}

.pricing-head-proof-chip {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 0.14rem 0.5rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
	background: color-mix(in oklab, var(--surface) 96%, var(--text));
}

.form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.input-group {
	position: relative;
	display: flex;
	flex-direction: column;
}

.input,
.select,
textarea {
	width: 100%;
	padding: 0.75rem 0;
	border: 0;
	border-bottom: 1.5px solid color-mix(in oklab, var(--border) 80%, transparent);
	background: #ffffff12;
	color: #ffffff;
	font: inherit;
	font-size: var(--small-font-size);
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.input::placeholder,
textarea::placeholder {
	color: color-mix(in oklab, var(--muted) 60%, transparent);
	transition: opacity 0.2s ease;
}

.input:focus,
textarea:focus {
	outline: none;
	border-bottom-color: var(--text);
}

.input:focus::placeholder,
textarea:focus::placeholder {
	opacity: 0.4;
}

textarea {
	min-height: 140px;
	resize: vertical;
	line-height: 1.6;
}

.contact-form-actions {
	margin-top: 2rem;
}

/* Contact Background Glow */
.contact-section {
	position: relative;
	background: #000;
	padding: var(--section-padding);
	/* overflow: hidden; */
}

.contact-glow {
	display: none;
	position: absolute;
	top: 20%;
	right: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle,
			color-mix(in oklab, var(--text) 10%, transparent) 0%,
			transparent 70%);
	filter: blur(60px);
	pointer-events: none;
	z-index: 1;
	opacity: 0.5;
}

[dir="rtl"] .contact-glow {
	right: auto;
	left: -10%;
}

/* WhatsApp Floating Button */
.whatsapp-floating-btn {
	position: fixed;
	bottom: 30px;
	left: 30px; 
	width: 56px;
	height: 56px;
	background: #25d366;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
	z-index: 60;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-decoration: none;
}

[dir="ltr"] .whatsapp-floating-btn {
	left: auto;
	right: 30px;
}

.whatsapp-floating-btn:hover {
	/* transform: scale(1.1) translateY(-5px); */
	/* box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5); */
	/* color: #fff; */
}

.whatsapp-floating-btn svg {
	width: 28px;
	height: 28px;
	stroke: currentColor;
	/* fill: currentColor; */
	stroke-width: 1.8;
}

.wa-tooltip {
	position: absolute;
	left: calc(100% + 15px);
	background: #111;
	color: #fff;
	padding: 8px 15px;
	border-radius: 8px;
	font-size: 14px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

[dir="ltr"] .wa-tooltip {
	left: auto;
	right: calc(100% + 15px);
}

.whatsapp-floating-btn:hover .wa-tooltip {
	opacity: 1;
	transform: translateX(-10px);
}

[dir="ltr"] .whatsapp-floating-btn:hover .wa-tooltip {
	transform: translateX(10px);
}

@media (max-width: 768px) {
	.whatsapp-floating-btn {
		bottom: 20px;
		left: 20px;
		width: 50px;
		height: 50px;
	}
	[dir="ltr"] .whatsapp-floating-btn {
		left: auto;
		right: 20px;
	}
	.wa-tooltip {
		display: none; /* Hide tooltip on mobile for cleaner look */
	}
}

#nav-cta-container{
	display: flex;
	align-items: center;
	justify-content: center;
	height: max-content;
}
.btn-main,
.btn-alt,
.btn-outline {
	/* border-radius: 4px; */
	padding: 0.65rem 1rem;
	font-weight: 500;
	border: 1px solid var(--hard-border);
	transition: all 0.2s ease;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* line-height: 1; */
	vertical-align: middle;
	cursor: none;
	position: relative;
	overflow: hidden;
	transition-duration: 3ms;
	border-radius: 0.45rem;
}

.btn-main {
	background: var(--btn-main-bg);
	color: var(--btn-main-text);
	padding: 0.6rem 1.5rem;
    font-size: var(--smaller-font-size);
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s ease;
	font-weight: bold;
}

/* .btn-main:hover {
	background: var(--btn-main-hover);
} */

.btn-outline {
	background: transparent;
	color: var(--text);
	border: 1.5px solid var(--text);
	transition-duration: 3ms;
}

.btn-outline:hover {
	background: var(--text);
	color: var(--bg);
}

.btn-alt {
	background: transparent;
	color: var(--btn-alt-text);
}

.btn-alt:hover {
	border-color: var(--text);
}

.btn-main.is-loading {
	color: transparent !important;
	pointer-events: none;
}

.btn-main.is-loading::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid var(--btn-main-text);
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

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

.form-status-msg {
	padding: 0.75rem 1rem;
	border-radius: 8px;
	font-size: var(--small-font-size);
	margin-top: 1rem;
	display: none;
	animation: fadeIn 0.3s ease;
}

.form-status-msg.is-visible {
	display: block;
}

.form-status-msg.success {
	background: color-mix(in oklab, #10b981 10%, transparent);
	color: #059669;
	border: 1px solid color-mix(in oklab, #10b981 20%, transparent);
}

.form-status-msg.error {
	background: color-mix(in oklab, #ef4444 10%, transparent);
	color: #dc2626;
	border: 1px solid color-mix(in oklab, #ef4444 20%, transparent);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.theme-segmented-control {
	display: inline-flex;
	align-items: center;
	gap: 0.1rem;
	padding: 0.25rem;
	border-radius: 6px;
	/* background: var(--surface-soft); */
	border: 1px solid var(--border);
}

.theme-switch-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.1rem;
	background: transparent;
	border: 1px solid transparent;
	padding: 0.15rem 0.2rem 0.15rem 0.2rem;
	border-radius: 4px;
	color: var(--muted);
	font-size: var(--smaller-font-size);
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	line-height: 1;
}

[dir="rtl"] .theme-switch-btn {
	padding: 0.15rem 0.2rem 0.15rem 0.4rem;
}

.theme-switch-btn:hover {
	color: var(--text);
}

.theme-switch-btn.is-active {
	background: var(--text);
	color: var(--bg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

[dir="ltr"] .theme-switch-btn.is-active {
	padding-right: 0.4rem;
}

[dir="rtl"] .theme-switch-btn.is-active {
	padding-left: 0.4rem;
}

.theme-switch-btn.is-active .theme-switch-label {
	display: inline-block;
}

.theme-switch-icon {
	width: 1.05rem;
	height: 1.05rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.theme-switch-icon svg {
	width: 14px;
	height: 14px;
	stroke-width: 1.8;
}

.theme-switch-label {
	display: none;
	font-weight: 500;
	/* letter-spacing: 0.03em; */
	text-transform: uppercase;
}

.nav-link {
	color: var(--text);
	transition: color 0.2s ease;
	font-weight: 500;
	font-size: var(--smaller-font-size);
	text-decoration: none;
	position: relative;
}

.nav-link::after {
	content: "";
	position: absolute;
	bottom: -2px;
	inset-inline-start: 0;
	width: 0;
	height: 1px;
	background: var(--text);
	transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-link:hover {
	color: var(--text);
}

.nav-link:hover::after {
	width: 100%;
}

.lang-switch {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	cursor: pointer;
	padding: 0;
	border: 0;
	background: transparent;
	transition: all 0.3s ease;
}

.lang-switch-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: var(--text);
	opacity: 0.8;
}

.lang-switch-icon svg {
	width: 20px;
	height: 20px;
	stroke-width: 1.8px;
	transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lang-option {
	transition: transform 0.3s ease, color 0.3s ease;
	display: inline-block;
}
.lang-switch:hover .lang-option {
	transform: translateY(-1px);
	opacity: 0.8;
}
.lang-switch:hover .lang-switch-icon svg {
	transform: rotate(180deg);
}
/* Active click squeeze effect */
.lang-switch:active {
	transform: scale(0.95);
}

.lang-option {
	border: 1px solid transparent;
	border-radius: 999px;
	/* padding: 0.3rem 0.55rem; */
	font: inherit;
	font-size: var(--small-font-size);
	font-weight: 500;
	line-height: 1;
	color: var(--muted);
	background: transparent;
	cursor: none;
	transition:
		color 0.2s ease,
		border-color 0.2s ease,
		background 0.2s ease;
}

/* .lang-option:hover {
  color: var(--text);
  border-color: var(--border);
} */
.lang-next {
	color: var(--text);
	font-size: var(--smaller-font-size);
}

.text-muted {
	color: #b1b1b1;
}

/* .lang-next:hover {
  background: var(--surface-soft);
} */

.site-footer {
	margin-top: 2rem;
	padding-top: 1rem;
	color: var(--muted);
}

/* .site-footer {
	margin-top: 2rem;
	padding-top: 1rem;
	color: var(--muted);
} */

.site-footer {
	position: relative;
}

.site-footer_social_icons {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.site-footer_social_icons a {
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	/* border: 1px solid color-mix(in oklab, var(--border) 82%, transparent); */
	color: var(--muted);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition:
		color 0.16s ease,
		border-color 0.16s ease,
		transform 0.16s ease;
}

.site-footer_social_icons a:hover {
	color: var(--text);
	border-color: color-mix(in oklab, var(--border) 55%, var(--text));
	/* transform: translateY(-1px); */
}

.site-footer_social_icons a svg {
	width: 1.2rem;
	height: 1.2rem;
}

.site-footer_nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.45rem 1.3rem;
}

.site-footer_nav a {
	color: var(--muted);
	text-decoration: none;
	font-size: var(--smaller-font-size);
	transition: color 0.16s ease;
}

.site-footer_nav a:hover {
	color: var(--text);
}

.site-footer_logo .site-logo-img {
	height: 30px;
}

.site-footer_theme_side {
	position: absolute;
	inset-inline-end: 0;
	top: 60%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.site-footer_theme_title {
	font-size: var(--smaller-font-size);
	color: var(--muted);
}

.site-footer_theme_toggle {
	border-color: var(--border);
}

.calc-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
	gap: 3rem;
	align-items: start;
}

.calc-group {
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.calc-grid .space-y-3>.calc-group+.calc-group {
	/* border-top: 1px solid var(--border); */
	padding-top: 2rem;
}

.calc-group h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem;
	margin: 0 0 0.3rem;
	font-size: var(--small-font-size);
	font-weight: 500;
	/* letter-spacing: 0.015em; */
	color: var(--text);
}

.calc-group-desc {
	margin: 0 0 1.1rem;
	font-size: var(--smaller-font-size);
	line-height: 1.5;
	color: var(--muted);
}

.calc-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--muted);
	font-size: var(--smaller-font-size);
	font-weight: 500;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	transition: color 0.2s ease;
}

.calc-count[data-active="true"] {
	color: var(--text);
}

.calc-billing-row {
	display: flex;
	justify-content: center;
	margin: 0;
}

.calc-billing-toggle {
	position: relative;
	width: 100%;
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.28rem;
	padding: 0.24rem;
	border: 1px solid var(--border);
	border-radius: 8px;
	/* background: var(--surface-soft); */
	z-index: 1;
}

.calc-billing-bg {
	position: absolute;
	top: 0.24rem;
	bottom: 0.24rem;
	inset-inline-start: 0.24rem;
	width: calc(50% - 0.38rem);
	border-radius: 5px;
	background: var(--surface-soft);
	border: 1px solid var(--border);
	pointer-events: none;
	transition:
		transform 0.3s ease,
		background 0.3s ease,
		border-color 0.3s ease;
	z-index: -1;
}

.calc-billing-toggle:has(button[data-billing-period="annual"].is-active) .calc-billing-bg {
	transform: translateX(calc(100% + 0.28rem));
	background: color-mix(in oklab, var(--surface) 90%, #2bbf65);
	border-color: color-mix(in oklab, var(--border) 36%, #2bbf65);
}

[dir="rtl"] .calc-billing-toggle:has(button[data-billing-period="annual"].is-active) .calc-billing-bg {
	transform: translateX(calc(-100% - 0.28rem));
}

.calc-billing-btn {
	border: 1px solid transparent;
	border-radius: 5px;
	background: transparent !important;
	color: var(--muted);
	font: inherit;
	font-size: var(--smaller-font-size);
	font-weight: 500;
	line-height: 1;
	padding: 0.45rem 0.7rem;
	cursor: pointer;
	transition:
		color 0.2s ease,
		transform 0.1s ease;
}

.calc-billing-btn:active {
	transform: scale(0.96);
}

.calc-billing-btn.is-active {
	color: var(--text);
	font-weight: 500;
}

.calc-billing-label {
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
}

.calc-billing-save {
	display: inline-flex;
	align-items: center;
	padding: 0.12rem 0.34rem;
	border-radius: 999px;
	font-size: var(--smaller-font-size);
	font-weight: 700;
	line-height: 1;
	color: #0a3d22;
	background: color-mix(in oklab, #05df72 70%, #e8fff0);
	padding-top: 3px;
}

.calc-billing-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px color-mix(in oklab, var(--text) 20%, transparent);
}

.calc-items {
	display: grid;
	gap: 0.5rem;
	overflow-x: hidden;
	padding-top: 2px;
	overflow: hidden;
}

.apps-calc-group .calc-items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0.8rem;
}

.plans-calc-group .calc-items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 0.8rem;
	overflow: hidden;
}

.calc-plan-features {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.calc-plan-features li {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: var(--smaller-font-size);
	color: color-mix(in oklab, var(--text) 70%, transparent);
}

.calc-plan-features svg {
	/* color: #05df72; */
	flex-shrink: 0;
}

.calc-item {
	display: flex;
	align-items: start;
	gap: 0.85rem;
	padding: 0.95rem;
	border: 1px solid var(--item-border);
	/* border-radius: 12px; */
	background: var(--bg);
	cursor: pointer;
	transition: all 0.2s ease;
	min-width: 0;
	position: relative;
}

.calc-item:hover {
	/* border-color: color-mix(in oklab, var(--text) 25%, transparent);
  background: var(--surface-soft); */
}

/* .calc-item:has(input) {
	align-items: center;
} */

.calc-item:has(input:checked) {
	border-color: color-mix(in oklab, var(--text) 15%, transparent);
	background: linear-gradient(145deg,
			color-mix(in oklab, var(--surface-soft) 30%, transparent) 0%,
			transparent 100%);
}

.calc-item::before {
	content: "";
	position: absolute;
	inset: -1px;
	pointer-events: none;
	border-radius: inherit;
	background:
		linear-gradient(to right, var(--text) 2px, transparent 2px) 0 0,
		linear-gradient(to bottom, var(--text) 2px, transparent 2px) 0 0,
		linear-gradient(to left, var(--text) 2px, transparent 2px) 100% 0,
		linear-gradient(to bottom, var(--text) 2px, transparent 2px) 100% 0,
		linear-gradient(to right, var(--text) 2px, transparent 2px) 0 100%,
		linear-gradient(to top, var(--text) 2px, transparent 2px) 0 100%,
		linear-gradient(to left, var(--text) 2px, transparent 2px) 100% 100%,
		linear-gradient(to top, var(--text) 2px, transparent 2px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 0px 0px;
	opacity: 0;
	z-index: 10;
	transition:
		opacity 0.3s ease,
		background-size 0.3s ease;
}

.calc-item:not(:has(input:checked)):hover::before {
	opacity: 0.55;
	background-size: 8px 8px;
}

.calc-item:has(input:checked)::before {
	opacity: 1;
	background-size: 14px 14px;
}


.calc-item input,
.calc-license-item input {
	-webkit-appearance: none;
	appearance: none;
	width: 1.1rem;
	height: 1.1rem;
	margin: 0.15rem 0 0;
	flex-shrink: 0;
	border: 1px solid var(--item-border);
	background: var(--surface);
	display: inline-grid;
	place-content: center;
	transition:
		border-color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.calc-license-item input[type="number"],
.calc-item input[type="number"] {
	border: none;
	width: 2.6rem;
	background: transparent;
	outline: none;
}

.calc-item:hover input:not(:checked),
.calc-license-item:hover input:not(:checked) {
	border-color: color-mix(in oklab, var(--border) 60%, var(--text));
}

.calc-item input[type="checkbox"],
.calc-license-item input[type="checkbox"] {
	border-radius: 4px;
	margin-top: 2px;
}

.calc-item input[type="radio"] {
	border-radius: 999px;
}

.calc-app-item input[type="radio"] {
	position: absolute;
	bottom: 0.95rem;
	right: 0.95rem;
}

[dir="rtl"] .calc-app-item input[type="radio"] {
	right: auto;
	left: 0.95rem;
}

.calc-item input[type="checkbox"]:checked,
.calc-license-item input[type="checkbox"]:checked {
	border-color: var(--text);
	background: var(--text);
	position: relative;
}

.calc-item input[type="checkbox"]:checked::after,
.calc-license-item input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--surface);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 75%;
	mask-size: 75%;
}

.calc-item input[type="radio"]:checked {
	border-color: var(--text);
	background: var(--text);
	box-shadow: inset 0 0 0 3px var(--surface);
}

.calc-item input:focus-visible,
.calc-license-item input:focus-visible {
	outline: none;
	/* box-shadow: 0 0 0 3px color-mix(in oklab, var(--text) 22%, transparent); */
}

.calc-item-copy,
.calc-app-copy,
.calc-license-copy {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
	flex: 1;
}

.calc-item-label,
.calc-app-title,
.calc-license-title {
	font-size: var(--smaller-font-size);
	color: var(--text);
	font-weight: 500;
	line-height: 1.6;
}

.calc-item-label {
	margin-bottom: 0.15rem;
}

.calc-item-desc,
.calc-app-desc,
.calc-license-desc {
	font-size: var(--smaller-font-size);
	line-height: 1.4;
	color: var(--muted);
}

.calc-item-price {
	margin-inline-start: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.4rem;
	padding: 0.15rem 0.25rem;
	font-size: var(--smaller-font-size);
	font-weight: 500;
	color: var(--text);
	white-space: nowrap;
	line-height: 1;
	/* letter-spacing: 0.015em; */
	font-variant-numeric: tabular-nums;
	transition: color 0.2s ease;
}

.calc-item:not(:has(input:checked)) .calc-item-price {
	color: var(--muted);
}

.calc-license-grid {
	display: grid;
	gap: 0.5rem;
	overflow: hidden;
}

.calc-license-item {
	display: grid;
	gap: 0.6rem;
	border: 1px solid var(--item-border);
	/* border-radius: 12px; */
	background: var(--bg);
	padding: 1rem 1.1rem;
	transition: all 0.2s ease;
	position: relative;
}

.calc-license-item:hover {
	/* border-color: color-mix(in oklab, var(--text) 25%, transparent); */
	/* background: var(--surface-soft); */
}

.calc-license-item:focus-within {
	border-color: color-mix(in oklab, var(--text) 15%, transparent);
	background: linear-gradient(145deg,
			color-mix(in oklab, var(--surface-soft) 30%, transparent) 0%,
			transparent 100%);
}

.calc-license-item::before {
	content: "";
	position: absolute;
	inset: -1px;
	pointer-events: none;
	border-radius: inherit;
	background:
		linear-gradient(to right, var(--text) 2px, transparent 2px) 0 0,
		linear-gradient(to bottom, var(--text) 2px, transparent 2px) 0 0,
		linear-gradient(to left, var(--text) 2px, transparent 2px) 100% 0,
		linear-gradient(to bottom, var(--text) 2px, transparent 2px) 100% 0,
		linear-gradient(to right, var(--text) 2px, transparent 2px) 0 100%,
		linear-gradient(to top, var(--text) 2px, transparent 2px) 0 100%,
		linear-gradient(to left, var(--text) 2px, transparent 2px) 100% 100%,
		linear-gradient(to top, var(--text) 2px, transparent 2px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 0px 0px;
	opacity: 0;
	z-index: 10;
	transition:
		opacity 0.3s ease,
		background-size 0.3s ease;
}

.calc-license-item:not(:focus-within):hover::before {
	opacity: 0.55;
	background-size: 8px 8px;
}

.calc-license-item:focus-within::before {
	opacity: 1;
	background-size: 14px 14px;
}

.calc-license-head,
.calc-app-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem;
}

.calc-license-head .calc-item-price,
.calc-app-title-row .calc-item-price {
	margin-inline-start: 0;
	flex-shrink: 0;
}

.calc-license-input {
	width: 100%;
	max-width: 180px;
}

.calc-license-number-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	/* background: var(--surface-soft); */
	background: transparent;
	border: 1px solid var(--border);
	/* border-radius: 99px; */
	padding: 4px;
	width: fit-content;
	/* margin-top: 1rem; */
}

.calc-number-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: transparent;
	color: var(--text);
	border: none;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
}

.calc-number-btn:hover {
	background: color-mix(in oklab, var(--text) 10%, transparent);
}

.calc-number-btn:active {
	transform: scale(0.95);
}

.calc-license-number {
	width: 48px;
	text-align: center;
	background: transparent;
	border: none;
	color: var(--text);
	font-weight: 500;
	font-size: var(--small-font-size);
	-moz-appearance: textfield;
}

.calc-license-number::-webkit-outer-spin-button,
.calc-license-number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.calc-license-number:focus {
	outline: none;
}

.calc-license-slider::-webkit-slider-thumb {

	transform: translateX(-50%);
	min-width: 1.8rem;
	text-align: center;
	font-size: var(--smaller-font-size);
	font-weight: 500;
	color: var(--text);
	line-height: 1;
	pointer-events: none;
}

[dir="rtl"] .calc-license-slider-value {
	left: auto;
	right: calc(var(--slider-inset) + 9px + (100% - (var(--slider-inset) * 2)) * var(--slider-ratio));
	transform: translateX(50%);
}

.calc-license-toggle {
	min-width: 0;
}

.calc-license-grid .calc-item {
	min-width: 0;
}

.calc-app-item {
	align-items: flex-start;
}

.apps-calc-group .calc-app-item input[type="checkbox"] {
	display: none;
}

.apps-calc-group .calc-app-item {
	transition:
		filter 0.2s ease,
		opacity 0.2s ease,
		border-color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.apps-calc-group .calc-app-item:not(:has(input:checked)) {
	filter: grayscale(1);
	opacity: 0.65;
}

.apps-calc-group .calc-app-item:has(input:checked) {
	filter: none;
	opacity: 1;
}

.calc-app-icon {
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 8px;
	border: 1px solid var(--border);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--surface-soft);
	flex-shrink: 0;
	transition:
		border-color 0.2s ease,
		background 0.2s ease,
		transform 0.2s ease;
	margin-top: 2px;
}

.calc-item:hover .calc-app-icon {
	/* border-color: color-mix(in oklab, var(--border) 60%, var(--text)); */
	/* transform: scale(1.05); */
}

.calc-item:has(input:checked) .calc-app-icon {
	/* background: var(--surface); */
}

.calc-app-icon-label {
	font-size: var(--smaller-font-size);
	font-weight: 700;
	/* letter-spacing: 0.03em; */
	color: #fff;
}

.calc-app-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.summary-sticky {
	position: sticky;
	top: 6rem;
	/* max-height: calc(100vh - 90px); */
	/* min-height: calc(100vh - 90px); */
	display: flex;
	flex-direction: column;
}

.calc-summary-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	position: relative;
}

.calc-summary-panel::before {
	display: none;
	content: "";
	position: absolute;
	inset: -1px;
	pointer-events: none;
	border-radius: inherit;
	background:
		linear-gradient(to right, var(--text) 2px, transparent 2px) 0 0,
		linear-gradient(to bottom, var(--text) 2px, transparent 2px) 0 0,
		linear-gradient(to left, var(--text) 2px, transparent 2px) 100% 0,
		linear-gradient(to bottom, var(--text) 2px, transparent 2px) 100% 0,
		linear-gradient(to right, var(--text) 2px, transparent 2px) 0 100%,
		linear-gradient(to top, var(--text) 2px, transparent 2px) 0 100%,
		linear-gradient(to left, var(--text) 2px, transparent 2px) 100% 100%,
		linear-gradient(to top, var(--text) 2px, transparent 2px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	opacity: 1;
	z-index: 10;
}

:root[data-theme="dark"] .calc-summary-panel {
	/* background: color-mix(in oklab, var(--surface) 70%, transparent);
  box-shadow: 0 4px 32px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.1); */
}

.range-number {
	font-size: var(--text-font-size);
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	flex-direction: row;
	gap: 0.4rem;
	align-items: end;
}

.calc-price-old {
	color: var(--muted);
	text-decoration: line-through;
	/* margin-inline-end: 0.45rem;
	margin-inline-start: 0.45rem; */
	font-weight: 400;
	font-size: var(--small-font-size);
}

/* [dir="rtl"] .calc-price-old {
	margin-inline-end: 0;
	margin-inline-start: 0.45rem;
} */

.calc-price-new {
	color: var(--text);
	font-weight: 700;
}

.calc-group {
	flex: 1;
	overflow-y: auto;
	min-height: 0;
	scrollbar-width: thin;
	scrollbar-color: var(--border) var(--bg);
	/* scrollbar-width: none; */
	/* Hide scrollbar for a cleaner look, or use thin */

}

[dir="ltr"] .summary-sticky .calc-group {
	padding-right: 10px;
}

[dir="rtl"] .summary-sticky .calc-group {
	/* padding-right: 0; */
	padding-left: 10px;

}

.calc-group::-webkit-scrollbar {
	display: none;
}

.calc-summary-stack {
	display: grid;
	gap: 0.8rem;
}

.calc-summary-metric {
	display: grid;
	gap: 0.18rem;
}

.calc-summary-block {
	/* border-top: 1px dashed var(--border); */
	padding-top: 0.62rem;
}

.calc-summary-block-title {
	margin: 0 0 0.42rem;
	font-size: var(--smaller-font-size);
	text-transform: uppercase;
	/* letter-spacing: 0.04em; */
	color: var(--muted);
}

.calc-summary-rows {
	display: grid;
	gap: 0.34rem;
}

.calc-summary-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.8rem;
	font-size: var(--smaller-font-size);
}

.calc-summary-row span {
	color: var(--muted);
}

.calc-summary-row strong {
	color: var(--text);
	font-size: var(--smaller-font-size);
}

/* .calc-summary-totals-box { */
/* border-top: 1px solid var(--border-soft); */
/* border-top: 1px dashed var(--border); */
/* } */

.calc-summary-row.is-included span {
	text-decoration: line-through;
	opacity: 0.5;
}

.calc-summary-row.is-included strong {
	color: #4ad66d;
}

.calc-summary-included {
	display: grid;
	gap: 0.28rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
}

.calc-summary-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.calc-summary-chip {
	/* border: 1px solid var(--border); */
	border-radius: 5px;
	/* padding: .18rem .4rem .18rem .2rem; */
	font-size: var(--smaller-font-size);
	color: var(--text);
	/* background: color-mix(in oklab, var(--surface) 96%, var(--text)); */
}

.calc-summary-chip-app {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.calc-summary-chip-icon {
	width: 2rem;
	height: 2rem;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--smaller-font-size);
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}

.calc-summary-note {
	margin: 0;
	font-size: var(--smaller-font-size);
	line-height: 1.45;
	color: var(--muted);
	margin-bottom: 14px;
}

.calc-mobile-summary-bar {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 60;
	pointer-events: none;
	transform: translateY(120%);
	transition:
		transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 0.4s ease;
}

.calc-mobile-summary-bar.is-visible {
	transform: translateY(0);
}

.calc-mobile-summary-inner {
	pointer-events: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
	background: color-mix(in oklab, var(--bg) 85%, transparent);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-top: 1px solid color-mix(in oklab, var(--border) 30%, transparent);
	box-shadow:
		0 -10px 40px rgba(0, 0, 0, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	transform-origin: bottom center;
	will-change: transform, opacity, background, border-color;
	position: relative;
}

:root[data-theme="light"] .calc-mobile-summary-inner {
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
	border-top-color: rgba(0, 0, 0, 0.05);
}

.calc-mobile-summary-inner::after {
	content: "";
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	width: 1px;
	background: linear-gradient(to bottom, transparent, var(--border), transparent);
	opacity: 0.5;
}

.calc-mobile-summary-bar.is-morphing .calc-mobile-summary-inner {
	transform: translateY(-40px) scale(0.9);
	filter: blur(12px);
	opacity: 0;
	background: transparent;
	border-top-color: transparent;
	pointer-events: none;
}


/* Static summary landing state on mobile */
@media (max-width: 900px) {
	.calc-summary-metric {
		transition:
			transform 1s cubic-bezier(0.16, 1, 0.3, 1),
			opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
			filter 1s cubic-bezier(0.16, 1, 0.3, 1);
		transform: translateY(40px) scale(1.1);
		opacity: 0;
		filter: blur(8px);
		will-change: transform, opacity, filter;
	}
	.calc-summary-metric {
		transition:
			transform 1s cubic-bezier(0.16, 1, 0.3, 1),
			opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
			filter 1s cubic-bezier(0.16, 1, 0.3, 1);
		transform: translateY(40px) scale(1.1);
		opacity: 0;
		filter: blur(8px);
		will-change: transform, opacity, filter;
	}

	.hero-digital-ui {
		width: 100%;
		left: 0;
		right: 0;
	}

	.floating-ui-chip {
		right: -1%;
		top: 47%;
	}

	[dir="rtl"] .floating-ui-chip {
		left: -1%;
		top: 47%;
	}

	.is-summary-entering .calc-summary-metric {
		transform: translateY(0) scale(1);
		opacity: 1 !important;
		filter: blur(0);
		animation: metricRevealGlow 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	}

	/* Stagger the two metrics for a fluid feel */
	.is-summary-entering .calc-summary-metric:nth-child(2) {
		transition-delay: 0.1s;
		animation-delay: 0.1s;
	}
}

@keyframes metricRevealGlow {
	0% {
		text-shadow: 0 0 0px transparent;
	}

	20% {
		text-shadow: 0 0 15px color-mix(in oklab, var(--text) 20%, transparent);
	}

	100% {
		text-shadow: 0 0 0px transparent;
	}
}

.calc-mobile-summary-col {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.calc-mobile-summary-label {
	margin: 0;
	font-size: var(--smaller-font-size);
	font-weight: 500;
	text-transform: uppercase;
	/* letter-spacing: 0.05em; */
	color: var(--muted);
	line-height: 1.4;
}

.calc-mobile-summary-value {
	margin: 0;
	font-size: var(--small-font-size);
	font-weight: 600;
	color: var(--text);
	line-height: 1.1;
	font-variant-numeric: tabular-nums;
	display: flex;
	flex-direction: column;
}

.calc-mobile-summary-value .calc-price-old {
	font-size: var(--small-font-size);
	opacity: 0.8;
	font-weight: 500;
	text-decoration: line-through;
	margin-top: 0.2rem;
}

:root[data-theme="light"] .text-neutral-400 {
	color: #616161 !important;
}
:root[data-theme="light"] .text-neutral-400:hover {
	color: #1a7be3 !important;
}

:root[data-theme="light"] .text-neutral-300 {
	color: #4d4d4d !important;
}

:root[data-theme="light"] .text-neutral-200 {
	color: #383838 !important;
}

@media (max-width: 900px) {
	.nav-links-center {
		display: none !important;
	}

	.nav-actions .lang-dropdown:not(.lang-dropdown-mobile) {
		display: none !important;
	}

	.lang-dropdown-mobile {
		flex-direction: column;
	}

	.mobile-nav-toggle {
		display: inline-flex;
	}

	.mobile-nav-panel {
		display: block;
	}

	.site-header.mobile-nav-open .mobile-nav-panel {
		display: block;
		visibility: visible;
		pointer-events: auto;
		height: 100vh;
		/* The actual morphing is handled by GSAP, CSS only ensures layout */
	}

	.site-header.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
		transform: translateY(5.5px) rotate(45deg);
	}

	.site-header.mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
		opacity: 0;
	}

	.site-header.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
		transform: translateY(-5.5px) rotate(-45deg);
	}

	.hero-layout {
		gap: 1rem;
	}

	/* .hero-content { align-items: center; text-align: center; } */
	.hero-title {
		font-size: var(--hero-font-size);
		text-align: start;
	}

	.hero-content {
		padding-top: 0 !important;
	}
	.btn-main {
		padding: 0.3rem 1rem;
	}

	[dir="rtl"] .hero-title {
		font-size: var(--hero-font-size);
		/* line-height: 2.8rem; */
		/* font-weight: 700; */
		text-align: start;
		max-width: 100%;
		width: 100%;
	}

	.hero-subtitle {
		font-size: var(--text-font-size);
		text-align: start;
	}

	.hero-proof {
		justify-content: center;
	}

	.hero-actions {
		justify-content: center;
		width: 100%;
	}

	.hero-visual-container {
		height: 260px;
		margin-top: 10px;
	}

	.bento-card {
		grid-column: span 6;
	}

	/* Products rail: mobile tweaks */
	.products-rail-outer .bento-card {
		flex: 0 0 80vw;
		max-width: 280px;
	}

	.products-master-panel {
		position: static;
		top: auto;
		padding: 0;
		min-height: 0;
	}

	.logo-chip {
		padding: 0.65rem 1.4rem;
	}

	.products-panel-layout {
		display: grid;
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 2rem;
	}

	.product-content-column {
		width: 100%;
		padding-right: 0;
	}

	.product-media-column {
		position: static;
		width: auto;
		height: auto;
		margin-top: 0;
	}

	.product-gallery {
		width: 100%;
		margin-inline-end: 0;
		height: auto;
	}

	.product-gallery-viewport {
		border-radius: 10px;
		height: auto;
	}

	.product-gallery-single {
		width: 100%;
		aspect-ratio: 16 / 10;
		position: relative;
		overflow: hidden;
	}

	.product-gallery-single img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.calc-grid {
		grid-template-columns: 1fr;
	}

	.summary-sticky {
		position: static;
		display: block;
		max-height: none;
	}

	.calc-summary-panel {
		height: auto;
	}

	.calc-group {
		overflow-y: visible;
		flex: none;
	}

	#pricing.has-mobile-sticky-summary {
		padding-bottom: 4.8rem;
	}

	#pricing .calc-billing-row {
		position: sticky;
		top: 70px;
		z-index: 12;
		padding-block: 0.35rem;
		background: var(--bg);
		backdrop-filter: blur(10px);
	}

	.calc-item-price {
		font-size: var(--smaller-font-size);
		padding: 0.12rem 0.4rem;
	}

	.calc-summary-panel {
		min-height: auto;
	}

	.section-head {
		align-items: flex-start !important;
		justify-content: flex-start !important;
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1.2rem !important;
		/* padding: 0; */
	}

	.services-inline-cta {
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.services-inline-cta-item:first-child {
		border-inline-end: 0;
		padding-inline-end: 0;
		border-bottom: 1px solid var(--border);
		padding-bottom: 0.65rem;
	}

	.services-inline-cta-item:last-child {
		padding-inline-start: 0;
		padding-top: 0;
	}

	.contact-section-layout {
		grid-template-columns: 1fr;
		gap: 1.4rem;
	}

	.hero-actions .hero-btn {
		width: 100%;
		min-width: 100%;
		font-size: var(--text-font-size);
		font-weight: bold;
	}

	.site-footer_theme_side {
		position: static;
		transform: none;
		margin-top: 0.2rem;
	}

	#contact .contact-wrap {
		padding-inline-end: 0;
		border-bottom: 1px solid var(--border);
		padding-bottom: 1rem;
	}

	[dir="rtl"] #contact .contact-wrap {
		padding-inline-start: 0;
	}

	.blogs-grid {
		grid-template-columns: 1fr;
		grid-template-areas: none;
	}

	.blogs-page-grid {
		grid-template-columns: 1fr;
	}

	.blogs-toolbar {
		grid-template-columns: 1fr;
	}

	.blogs-page-item.is-featured {
		grid-row: auto;
	}

	.status-inline {
		display: grid;
		grid-template-columns: 1fr auto;
		column-gap: 0.5rem;
		row-gap: 0.45rem;
		align-items: center;
		padding-bottom: 0.55rem;
	}

	.status-board-summary {
		width: auto;
		order: 0;
		grid-column: 1 / -1;
		font-size: var(--small-font-size);
		line-height: 1.45;
		font-weight: 500;
	}

	.status-board-uptime {
		font-size: var(--small-font-size);
		/* color: var(--text); */
		/* border: 1px solid var(--border); */
		border-radius: 999px;
		/* padding: .14rem .48rem; */
		/* background: color-mix(in oklab, var(--surface) 96%, var(--text)); */
	}

	.status-pill {
		justify-self: end;
		min-height: 1.34rem;
		font-size: var(--small-font-size);
		padding: 0.5rem 0.7rem;
	}

	body[data-page="landing"] .section-gap {
		padding: 1rem !important;
		/* padding: 2.5rem 1.25rem !important; */
	}

	.status-board {
		padding: 0.65rem 0 0;
	}

	.status-chart-scroll {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		touch-action: pan-x;
		scroll-snap-type: x mandatory;
		padding-bottom: 0.2rem;
		margin-inline: -1rem;
		padding-inline: 1rem;
		scrollbar-width: none;
		margin: 0 auto;
	}

	.status-chart-scroll::-webkit-scrollbar {
		display: none;
	}

	.status-chart {
		min-width: max(500px, 145vw);
		gap: 2px;
		scroll-snap-align: start;
	}

	.status-day {
		height: 16px;
	}

	.status-chart-legend {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}

	.status-legend-item {
		width: 100%;
		justify-content: flex-start;
		text-align: start;
		padding: 0.2rem 0;
		font-size: var(--text-font-size);
	}

	.blog-single-title-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.65rem;
	}

	.blog-share-btn {
		min-height: 2rem;
		padding: 0.4rem 0.74rem;
		font-size: var(--smaller-font-size);
	}

	.blog-related-grid {
		grid-template-columns: 1fr;
		grid-template-areas: none;
	}

	.blog-related-link {
		gap: 0.45rem;
	}

	.blog-related-item:nth-child(1),
	.blog-related-item:nth-child(2),
	.blog-related-item:nth-child(3) {
		grid-area: auto;
	}

	.blog-related-item:nth-child(1) .blog-related-link {
		padding: 0.2rem 0 0.65rem;
	}

	.blog-related-item:nth-child(1) .blog-related-link h3 {
		font-size: 0.9rem;
		line-height: 1.4;
	}

	.blog-card:nth-child(1),
	.blog-card:nth-child(2),
	.blog-card:nth-child(3),
	.blog-card:nth-child(4) {
		grid-area: auto;
	}
}

@media (max-width: 700px) {
	.md\:rtl\:border-l:where([dir="rtl"], [dir="rtl"] *):nth-child(odd) {
		border-left-width: 1px;
	}

	.md\:rtl\:border-r-0:where([dir="rtl"], [dir="rtl"] *):nth-child(odd) {
		border-right-width: 0px;
	}

	.lg\:py-12 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.grid-12 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.bento-card {
		grid-column: span 6;
	}

	.form-row {
		grid-template-columns: 1fr;
	}

	.testimonial {
		padding: 1.2rem 1.5rem;
		gap: 0.6rem;
	}

	.testimonials-marquee .testimonial {
		min-width: 250px;
		max-width: 300px;
	}

	.testimonial blockquote {
		font-size: 0.75rem;
	}

	.testimonial figcaption {
		margin: auto 0 0;
		color: var(--muted);
		font-size: var(--smaller-font-size);
		/* letter-spacing: 0.05em; */
		text-transform: uppercase;
	}


	.blog-breadcrumb {
		font-size: var(--smaller-font-size);
		align-items: flex-start;
	}

	.blog-breadcrumb .is-current {
		max-width: 100%;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.status-chart {
		min-width: max(420px, 165vw);
	}

	.status-day::after {
		font-size: var(--smaller-font-size);
		max-width: min(180px, calc(100vw - 1.5rem));
	}

	.status-chart-legend {
		gap: 0.28rem;
	}

	.blogs-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {

	html,
	body {
		scroll-behavior: auto;
	}

	.reveal {
		transition: none;
	}

	.product-expand-icon {
		transition: none;
	}

	.status-pill {
		animation: none;
	}

	.testimonials-marquee {
		overflow-x: auto;
		mask-image: none;
	}

	.testimonials-track {
		width: auto;
		transform: none !important;
	}
}

.hidden {
	display: none !important;
}

/* Make Services Inline CTA full screen bleed */
.services-inline-cta {
	position: relative;
	width: 100vw;
	margin-inline-start: calc(50% - 50vw);
	padding-inline-start: calc(50vw - 50%);
	padding-inline-end: calc(50vw - 50%);
	box-sizing: border-box;
}

.blogs-page-item .blogs-page-link .default-cover,
.blog-media .default-cover,
.blog-card .card-img-top .default-cover {
	height: 100%;
	width: 100%;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--surface-soft);
	font-size: var(--text-font-size);
	font-weight: 500;
	color: var(--muted);
}

.blogs-page-item .card-img-top {
	width: 100%;
	overflow: hidden;
	height: 12rem;
}

.site-footer-info {
	align-items: center;
	display: flex;
	padding: 20px 20px;
	width: 100%;
	background: var(--surface-soft);
	direction: ltr;
	justify-content: space-between;
}

.footer-text {
	overflow-wrap: break-word;
	color: var(--muted);
	font-size: var(--smaller-font-size);
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.footer-quote {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 13px;
	height: fit-content;
}

.footer-quote-text {
	color: #999;
	font-size: var(--small-font-size);
	font-weight: 420;
	/* letter-spacing: 0.26px; */
	line-height: 150%;
	min-width: 30px;
	position: static;
	text-align: center;
	width: fit-content;
}

* {
	font-family: var(--snd-font-family);
}

footer {
	max-width: 1200px;
	width: stretch;
	margin: 0 auto;
	padding: 0 1rem 4rem;
}

/* === MODAL === */
/* .modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(4px);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
} */
 /* Update the overlay to allow scrolling */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: flex-start; /* Change from center to flex-start */
    justify-content: center;
    overflow-y: auto;        /* Allow the overlay to scroll */
    padding: 2rem 1rem;      /* Add spacing at the top and bottom */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Update the content to handle its own sizing */
.modal-content {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    width: 100%;             /* Use 100% of the max-width */
    max-width: 550px;
    padding: 2.5rem;
    position: relative;
    margin: auto;            /* This keeps it centered if it's short, but respects padding if it's tall */
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Fix the animation - you had 150px which was pushing it too far down */
.modal-overlay.is-visible .modal-content {
    transform: translateY(0);
}

/* Ensure the textarea doesn't grow infinitely */
.modal-form textarea.input {
    min-height: 100px;
    resize: vertical;
    max-height: 200px;
}

.modal-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

/* .modal-content {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 12px;
	width: 90%;
	max-width: 500px;
	padding: 2.5rem;
	position: relative;
	transform: translateY(20px);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
} */

/* .modal-overlay.is-visible .modal-content {
	transform: translateY(150px);
} */

.modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	color: var(--muted);
	cursor: pointer;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
}

.modal-close:hover {
	color: var(--text);
}

[dir="rtl"] .modal-close {
	left: 1rem;
	right: unset;
}

.modal-title {
	font-size: var(--text-font-size);
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.modal-desc {
	color: var(--muted);
	font-size: var(--small-font-size);
	margin-bottom: 2rem;
}

.modal-form .form-group {
	margin-bottom: 1.25rem;
}

.modal-form label {
	display: block;
	font-size: var(--smaller-font-size);
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: var(--muted);
}

.modal-form .input {
	width: 100%;
	background: var(--input-bg);
	border: 1px solid var(--input-border);
	border-radius: 8px;
	padding: 0.75rem 1rem;
	color: var(--text);
	font-size: var(--small-font-size);
	transition: border-color 0.2s;
}

.modal-form .input:focus {
	outline: none;
	border-color: var(--btn-main-bg);
}

.modal-actions {
	margin-top: 2rem;
	display: flex;
	gap: 1rem;
}

.modal-btn {
	flex: 1;
	padding: 0.85rem;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-btn-primary {
	background: var(--btn-main-bg);
	color: var(--btn-main-text);
	border: none;
}

.modal-btn-primary:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.modal-btn-secondary {
	background: none;
	border: 1px solid var(--border);
	color: var(--text);
}

.modal-btn-secondary:hover {
	background: var(--surface-soft);
}

.modal-status {
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	font-size: var(--small-font-size);
	display: none;
	animation: modalFadeIn 0.3s ease;
}

.modal-status.is-visible {
	display: block;
}

.modal-status.success {
	background: rgba(34, 197, 94, 0.1);
	color: #22c55e;
	border: 1px solid rgba(34, 197, 94, 0.2);
}

.modal-status.error {
	background: rgba(239, 68, 68, 0.1);
	color: #ef4444;
	border: 1px solid rgba(239, 68, 68, 0.2);
}

.modal-success-state {
	text-align: center;
	padding: 2rem 0;
	display: none;
	animation: modalSlideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-success-state.is-visible {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.success-icon {
	width: 64px;
	height: 64px;
	background: #22c55e;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	box-shadow: 0 10px 20px rgba(34, 197, 94, 0.3);
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes modalSlideUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

html[lang="ar"] {
	direction: rtl;
}

html[lang="en"] {
	direction: ltr;
}

.blog-header {
	text-align: start;
}

.blog-header h1,
.blog-header p,
.blog-header div {
	padding-inline-start: 2rem;
	margin-inline-start: 1rem;
}

.blog-header h1,
.blog-header p,
.blog-header div:not(:first-child) {
	border-inline-start: 6px solid #000;
}

.blog-single-head {
	border-inline-start: 6px solid var(--btn-main-bg);
	padding-inline-start: 2rem;
	margin-inline-start: 25px;
}

.blog-container h1.blog-title {
	font-size: var(--title-font-size);
	color: var(--text);
	line-height: 3.5rem;
	/* margin-bottom: 15px; */
	line-height: 1.2;
	font-weight: 800;
}

#comment-form .new-comment {
	background-color: var(--bg);
	border: 1px solid var(--border);
}

#comment-form .form-control {
	color: var(--text);
	background-color: var(--surface-soft);
}

.blog-container .media {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.blog-container .avatar-large {
	width: 50px;
	height: 50px;
}

@media (min-width: 1536px) {
	.container {
		max-width: 1280px !important;
	}
}

/* Ensure the gallery container allows absolute positioning */
[data-products-gallery] .product-gallery-viewport {
	position: relative;
	overflow: hidden;
	/* Match your desired aspect ratio */
	aspect-ratio: 1 / 1;
}

[data-products-gallery] .product-gallery-single {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	max-width: 550px;
	max-height: 550px;
	/* Hide by default */
	opacity: 0;
	visibility: hidden;

	/* CRITICAL: Hardware acceleration and fast transition */
	transform: translateZ(0);
	transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
	will-change: opacity;
	z-index: 1;
}

/* Show the active layer */
[data-products-gallery] .product-gallery-single.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
	max-width: 550px;
}

/* Ensure images cover the area */
[data-products-gallery] .product-gallery-single img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	scale: 0.9;
	/* or contain, depending on preference */
	display: block;
}

/* #blog-list{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: start;
    gap: 1.35rem;
	margin: 0;
} */
#blog-list:hover .blogs-page-item {
	opacity: 0.8;
}

#blog-list:hover .blogs-page-item:hover {
	opacity: 1;
}

.card-img,
.card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#page-list .custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: var(--small-font-size);
	font-weight: 400;
	line-height: 1.5;
	color: #525252;
	vertical-align: middle;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	/* -webkit-appearance: auto; */
	/* -moz-appearance: none; */
	appearance: auto;
}

#page-list .custom-select:focus {
	outline: 0;
	border: 0;
	border-bottom: 1px solid #000;
	box-shadow: none;
}

#page-list .custom-select option {
	color: var(--muted);
	padding: 1px;
	line-height: 15px;
	font-size: var(--small-font-size);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: var(--text);
}


.calc-summary-row.group-header span {
	color: var(--text) !important;
}

/* Enhanced minimal calculator summary styles */
.calc-summary-block {
	padding-top: 0.5rem;
}

.calc-summary-rows {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.calc-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: var(--smaller-font-size);
	padding: 0.08rem 0;
}

.calc-summary-row span {
	color: var(--muted);
}

.calc-summary-row strong {
	color: var(--text);
	font-size: var(--smaller-font-size);
	font-weight: 600;
}

.calc-summary-totals-box {
	margin-top: 0.75rem;
	padding-top: 0.65rem;
	border-top: 1px dashed var(--border);
}

/* Minimal section dividers */
.calc-summary-section-divider {
	font-size: var(--smaller-font-size) !important;
	/* letter-spacing: 0.08em; */
	text-transform: uppercase;
	opacity: 1;
	padding-bottom: 0.35rem !important;
	/* margin-bottom: 0.5rem !important; */
	border-bottom: 1px solid var(--border-soft) !important;
}

.calc-summary-section-divider span {
	color: var(--text);
}

.calc-summary-group {
	/* margin-bottom: 0.35rem; */
}

.calc-summary-group .group-header {
	opacity: 0.8;
	font-size: var(--smaller-font-size);
	display: none;
}

.calc-summary-items {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding-left: 0.5rem;
	margin: 0.1rem 0 0.1rem 0;
	border-left: 2px solid var(--border-soft);
}

.calc-summary-row.item-row {
	font-size: var(--smaller-font-size);
}

.summary-heading {
	padding-bottom: 16px;
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: var(--bg);
	border-bottom: 1px dashed var(--border);
}

/* Quantity display in summary */
.calc-summary-row.item-row .item-qty {
	font-weight: 600;
	opacity: 1;
	margin-left: 0.25rem;
}

[dir="rtl"] .calc-summary-row.item-row .item-qty {
	margin-right: 0.25rem;
}

.stats-trusted {
	background: #000;
}

#products {
	padding: var(--section-padding);
}

/* #stats, */
/* #products, */
/* #contact, */
/* #blogs, */
/* #faq, */
/* #contact,  */
/* { */
	
	/* max-width: 1200px;
	margin-left: auto;
	margin-right: auto; */
	/* padding: var(--section-padding); */
/* } */

#blogs,
#pricing,
#faq{
	/* margin-top: 5rem; */
	/* padding: 1rem; */
	padding: var(--section-padding) !important;
}

#stats span {
	text-align: center;
}

/* === DESK MODULE GRID RESPONSIVENESS === */
@media (max-width: 1200px) {
	.hero-layout {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 0 !important;
	}

	.hero-content {
		height: auto !important;
		padding-top: 4rem;
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
		margin-bottom: 1rem !important;
		align-items: center !important;
	}

	.hero-visual-container {
		width: 100% !important;
		height: 520px !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		overflow: hidden !important;
	}

	.hero-digital-ui .digital-panel {
		transform: scale(0.8) !important;
		transform-origin: center center !important;
		width: 1000px !important;
		flex-shrink: 0 !important;
		margin: 0 calc(-500px + 50%) !important;
	}
}

@media (max-width: 767px) {
	.hero-title {
		font-size: var(--hero-font-size) !important;
		text-align: start;
	}

	.hero-visual-container {
		height: 420px !important;
	}

	/* Morph the virtual panel into a mobile orientation */
	.hero-digital-ui .digital-panel {
		width: 440px !important;
		height: 700px !important;
		transform: scale(0.75) !important;
		margin: 0 calc(-220px + 50%) !important;
		border-radius: 20px !important;
	}

	.desk-module-grid {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 1.25rem !important;
		max-width: 100% !important;
	}

	.desk-shortcuts {
		display: none !important;
		/* Hide to save vertical virtual space */
	}

	.desk-welcome-header h2 {
		font-size: var(--title-font-size) !important;
	}

	.breadcrumb-item,
	.breadcrumb-sep,
	.kbd-hint {
		display: none !important;
	}

	.search-pill {
		width: 40px !important;
		padding: 0 !important;
		justify-content: center !important;
	}

	.search-pill span {
		display: none !important;
	}

	.module-card {
		padding: 1.5rem 1rem !important;
		background: rgba(255, 255, 255, 0.02);
		/* border: 1px solid var(--border); */
		/* border-radius: 12px; */
	}

	.module-name {
		font-size: var(--smaller-font-size) !important;
	}

	.pie-variant {
    	/* width: 130px !important; */
	}
	[dir="rtl"] .hero-floating-ui.left {
		right: -15px !important;
	}
	.chart-title {
		font-size: var(--smaller-font-size);
	}
	.chart-value {
		font-size: var(--small-font-size) !important;
	}
	[dir="rtl"] .hero-floating-ui.right {
		left: -30px !important;
	}
	.floating-chart-card {
		padding: 0.75rem;
		/* width: 100px !important; */
	}
	.hero-floating-ui.right{
		top: 40%;
	}
	.hero-floating-ui.left{
		top: 60%;	
	}
}

@media (max-width: 480px) {
	.hero-visual-container {
		height: 380px !important;
	}

	.hero-digital-ui .digital-panel {
		transform: scale(0.68) !important;
	}

	.hero-title {
		font-size: var(--hero-font-size) !important;
	}
}

/* Additional Desk Elements */
.kbd-hint {
	font-size: var(--smaller-font-size);
	background: var(--surface-soft);
	border: 1px solid var(--border);
	padding: 2px 6px;
	border-radius: 4px;
	color: var(--muted);
	margin-left: auto;
	line-height: 1;
}

.desk-shortcuts {
	display: flex;
	gap: 0.75rem;
}

.shortcut-pill {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.7rem 0.5rem;
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: 10px;
	font-size: var(--icon-font-size);
	font-weight: 500;
	color: var(--text);
	/* cursor: pointer; */
	cursor: none;
	transition: all 0.2s ease;
	width: 88px;
	gap: 0.5rem;
	text-align: center;
}

.shortcut-pill:hover {
	background: var(--surface-soft);
	/* border-color: rgba(59, 130, 246, 0.3); */
	/* transform: translateY(-2px); */
}

.shortcut-pill svg {
	width: 22px;
	height: 22px;
	color: var(--muted);
}

.desk-statusbar {
	height: 32px;
	background: var(--surface);
	border-top: 1px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
	flex-shrink: 0;
}

.statusbar-left {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.status-indicator-dot {
	width: 6px;
	height: 6px;
	background: #27c93f;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(39, 201, 63, 0.4);
}

/* Hero digital-panel interior: GSAP handles all entrance animations.
   Elements start hidden; JS reveals them in sequence after the splash. */
.desk-shortcuts>*,
.desk-module-grid>*,
.desk-welcome-header,
.hero-floating-ui {
	opacity: 0;
}

.hero-floating-ui {
	position: absolute;
	z-index: 50;
	pointer-events: none;
}

.hero-floating-ui.right {
	top: 32%;
	right: -60px;
}

[dir="rtl"] .hero-floating-ui.right {
	right: auto;
	left: -90px;
}

.hero-floating-ui.left {
	top: 52%;
	left: -110px;
	z-index: 60;
}

[dir="rtl"] .hero-floating-ui.left {
	left: auto;
	right: -70px;
}

.floating-chart-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 1rem;
	width: 180px;
	pointer-events: auto;
	box-shadow:
		0 20px 40px -8px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

.chart-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.chart-title {
	font-size: var(--smaller-font-size);
	color: var(--muted);
	font-weight: 500;
	margin-bottom: 0.15rem;
}

.chart-value {
	font-size: var(--text-font-size);
	font-weight: 700;
	color: var(--text);
	/* letter-spacing: -0.01em; */
}

.chart-trend {
	font-size: var(--smaller-font-size);
	font-weight: 700;
	color: #10b981;
	background: rgba(16, 185, 129, 0.12);
	padding: 2px 6px;
	border-radius: 6px;
}

.mini-bar-chart {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	height: 32px;
}

.mini-bar {
	flex: 1;
	background: #3b82f6;
	/* opacity: 0.4; */
	border-radius: 2px;
	transition: all 0.3s ease;
}

.floating-chart-card:hover .mini-bar {
	opacity: 1;
}

.mini-bar:nth-child(even) {
	background: #6366f1;
}

/* Base reveal for floating ui */
.hero-floating-ui.reveal {
	opacity: 0;
	transform: translateX(30px);
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-floating-ui.reveal.is-visible {
	opacity: 1;
	transform: translateX(0);
}

/* Responsiveness for floating UI */
@media (max-width: 900px) {
	.hero-floating-ui {
		bottom: -20px;
		right: 0;
		transform: scale(0.85);
	}

	[dir="rtl"] .hero-floating-ui {
		left: 0;
	}
}

/* Pie Variant Styles */
.pie-variant {
	width: 180px;
	padding: 0.85rem;
	animation: heroFloat 7s ease-in-out infinite reverse;
}

.mini-pie-container {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.mini-pie-chart {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: conic-gradient(#3b82f6 0% 72%, rgba(255, 255, 255, 0.08) 72% 100%);
	box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.1);
}

.pie-legend {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.legend-item {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	font-size: var(--smaller-font-size);
	color: var(--muted);
	white-space: nowrap;
}

.dot-p {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3b82f6;
}

.dot-s {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(59, 130, 246, 0.1);
}

.chart-trend.warning {
	color: #f59e0b;
	background: rgba(245, 158, 11, 0.1);
}

/* ======================================================
   Features Section — Minimalist List Style
   ====================================================== */
.features-section {
	/* min-height: 100vh; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--section-padding);
	/* padding: 10vh 1.25rem; */
	position: relative;
	z-index: 5;
	background: transparent;
	transition: background-color 0.4s ease;
}

.features-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

/* Header */
.features-header {
	margin-bottom: 4.5rem;
}

.features-eyebrow {
	font-size: var(--smaller-font-size);
	/* letter-spacing: 0.14em; */
	text-transform: uppercase;
	color: var(--muted);
	margin: 0 0 1rem 0;
	font-weight: 500;
}

.features-title {
	font-size: var(--title-font-size);
	font-weight: 500;
	line-height: 1.18;
	color: var(--text);
	margin: 0;
	/* letter-spacing: -0.02em; */
}

/* Grid */
.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.feature-card {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	/* padding: 2rem; */
	/* border: 1px solid var(--border);
	border-radius: 12px; */
	/* transition:
		background 0.3s ease,
		transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.3s ease,
		box-shadow 0.3s ease; */
	/* background: var(--surface); */
	height: 100%;
}

/* .feature-card:hover {
	background: var(--surface-soft);
	transform: translateY(-4px);
	border-color: color-mix(in oklab, var(--text) 25%, transparent);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
} */

.feature-title-row {
	display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
    flex-direction: column;
}

/* Icon */
.feature-card-icon {
	color: var(--muted);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.25s ease, transform 0.25s ease;
	flex-shrink: 0;
}

/* .feature-card:hover .feature-card-icon {
	color: var(--text);
	transform: scale(1.1);
} */

/* Content */
.feature-card-content {
	display: flex;
	/* flex-direction: column; */
	gap: 0.75rem;
	flex: 1;
	align-items: flex-start;
}

.feature-card-content h3 {
	font-size: var(--text-font-size);
	line-height: 1.15rem;
	/* font-weight: 600; */
	color: var(--text);
	margin: 0;
	/* letter-spacing: -0.01em; */
}

.feature-card-content p {
	font-size: var(--small-font-size);
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	line-height: 1.6;
}

/* .feature-card:hover h3,
.feature-card:hover .feature-card-icon {
	color: var(--text);
	transform: scale(1.1);
} */

/* Active-state morph (JS adds .is-active when black bg reveals) */
/* .features-section.is-active .feature-card {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.02);
} */

/* .features-section.is-active .feature-card:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.25);
} */
/* 
.features-section.is-active .feature-card h3 {
	color: #ffffff;
	font-weight: bolder;
}

.features-section.is-active .feature-card-icon {
	color: rgba(255, 255, 255, 0.45);
} */

/* Base Styles with Transition */
.features-section.is-active .feature-card h3 {
	color: #ffffff;
	/* Adds a smooth 0.3-second transition for the color property */
	transition: color 0.3s ease;
}

.features-section.is-active .feature-card-icon {
	color: rgba(255, 255, 255, 0.45);
	/* Adds a smooth 0.3-second transition for the color property */
	transition: color 0.3s ease;
}
.features-section.is-active .feature-card-icon svg{
	stroke-width: 2;
}

/* Hover States */
.features-section.is-active .feature-card:hover h3 {
	font-weight: bolder;
}

.features-section.is-active .feature-card:hover .feature-card-icon {
	color: #ffffff;
}

.features-section.is-active .feature-card:hover h3,
.features-section.is-active .feature-card:hover p,
.features-section.is-active .feature-card:hover .feature-card-icon {
	color: #ffffff;
}

.features-section.is-active .features-title {
	color: #ffffff;
}

.features-section.is-active .features-eyebrow {
	color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
	.features-section {
		min-height: auto;
		/* padding: 3rem 1.25rem; */
		padding: var(--section-padding);
	}

	.features-header {
		margin-bottom: 1rem;
	}

	.features-grid {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.feature-card {
		padding: 0;
	}

	.feature-row-tag {
		display: none;
	}

	.features-title {
		font-size: var(--title-font-size);
	}
}

/* Header Morph for Dark Sections */
.site-header.is-on-dark {
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.site-header.is-on-dark .nav-link {
	color: rgba(255, 255, 255, 0.8) !important;
}

.site-header.is-on-dark .nav-link:hover {
	color: #ffffff !important;
}

.site-header.is-on-dark .lang-dropdown-toggle {
	color: rgba(255, 255, 255, 0.8) !important;
}

.site-header.is-on-dark .lang-dropdown-toggle:hover {
	color: #ffffff !important;
	background-color: rgba(255, 255, 255, 0.1);
}

/* Header Morph Enhancements */
.site-header {
	transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.5s ease,
		backdrop-filter 0.5s ease;
}

.site-header.is-on-dark {
	background-color: rgba(0, 0, 0, 0.5) !important;
	backdrop-filter: blur(24px) saturate(1.8) !important;
	-webkit-backdrop-filter: blur(24px) saturate(1.8) !important;
}

.site-header.is-on-dark .site-logo-dark {
	display: block !important;
}

.site-header.is-on-dark .site-logo-light {
	display: none !important;
	filter: brightness(1.2);
}

.site-header.is-on-dark .nav-link {
	color: rgba(255, 255, 255, 0.8) !important;
}

.site-header.is-on-dark .nav-link:hover {
	color: #ffffff !important;
}

/* Architecture: Light-on-White Header State */
.site-header.is-on-light .nav-link {
	/* color: #ffffff !important; */
}

.site-header.is-on-light .nav-link:hover {
	/* color: var(--primary) !important; */
}

.site-header.is-on-light .lang-dropdown-toggle {
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
}

/* ======================================================
   Standalone CTA Block — Swiss Dark Standout (with Stats)
   ====================================================== */
/* ======================================================
   CTA Section - Refined Swiss Minimalist
   ====================================================== */
.text-primary {
	color: var(--primary) !important;
}

.cta-section-standout {
	position: relative;
	/* margin: 4rem 0 0; */
	padding: var(--section-padding);
	background: #000000;
}

.cta-standout-structural {
	/* border: 1px solid rgba(255, 255, 255, 0.05); */
	/* padding: 7rem 5rem; */
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.cta-standout-container,
.calc-grid,
.section-container,
.contact-section-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;	
}

/* 01: ARCHITECTURE & METRICS */
.cta-layout-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 1rem;
	align-items: flex-start;
}

.cta-meta-architectural {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: 2.5rem;
}

.cta-numeric {
	font-size: var(--small-font-size);
	font-weight: 700;
	color: var(--primary);
	opacity: 0.8;
}

.cta-tagline {
	font-size: var(--small-font-size);
	font-weight: 700;
	text-transform: uppercase;
	/* letter-spacing: 0.15em; */
	color: rgba(255, 255, 255, 0.6);
}

.cta-main-title {
	font-size: var(--title-font-size);
	font-weight: 800;
	line-height: 1.2;
	/* letter-spacing: -0.05em; */
	color: #ffffff;
	margin: 0 0 2rem 0;
	max-width: 13ch;
}

.cta-main-desc {
	font-size: var(--text-font-size);
	line-height: 1.6;
	color: #ffffff;
	max-width: 480px;
	margin: 0;
}

.cta-metrics-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-metric-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 3rem 2.5rem;
	border: 0.5px solid rgba(255, 255, 255, 0.08);
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
	overflow: hidden;
}

.cta-metric-card:hover {
	background: rgba(255, 255, 255, 0.02);
}

.cta-metric-value {
	font-size: var(--title-font-size);
	font-weight: 300;
	line-height: 0.9;
	color: #ffffff;
	/* letter-spacing: -0.04em; */
}

.cta-metric-label {
	font-size: var(--small-font-size);
	font-weight: 600;
	text-transform: uppercase;
	/* letter-spacing: 0.15em; */
	color: #c7c7c7;
}


/* 02: TRUST NETWORK */
.cta-trust-network {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.cta-network-header {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.cta-network-label {
	font-size: var(--text-font-size);
	font-weight: 700;
	text-transform: uppercase;
	/* letter-spacing: 0.05em; */
	color: rgba(255, 255, 255, 1);
	white-space: nowrap;
}

.cta-network-divider {
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.cta-client-marquee-container {
	opacity: 0.5;
	/* filter: grayscale(1) brightness(3); */
	transition: opacity 0.5s ease;
}

.cta-client-marquee-container:hover {
	opacity: 1;
}

.cta-testimonial-marquee-swiss {
	margin: 0 -5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.marquee-minimal-swiss .testimonial-minimal-cell {
	width: 420px;
	padding: 3rem 2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	transition: background 0.4s ease;
}

[dir="rtl"] .marquee-minimal-swiss .testimonial-minimal-cell {
	direction: rtl;
	text-align: right;
}

.marquee-minimal-swiss .testimonial-minimal-cell:hover {
	background: rgba(255, 255, 255, 0.02);
}

.testimonial-quote-minimal {
	font-size: var(--small-font-size);
	line-height: 1.4;
	color: rgba(255, 255, 255, 1);
	margin: 0;
	font-weight: 400;
	font-style: normal;
}

.testimonial-meta-minimal {
	font-size: var(--smaller-font-size);
	font-weight: 700;
	text-transform: uppercase;
	/* letter-spacing: 0.05em; */
}

.testimonial-meta-minimal .author-name {
	color: #ffffff;
}

.testimonial-meta-minimal .author-role {
	color: #b5b5b5;
	display: block;
}

/* 03: CONVERSION PROTOCOL */
.cta-action-protocol {
	display: flex;
	justify-content: center;
	/* padding: 2rem 0; */
}

.cta-action-inner {
	width: 100%;
	display: flex;
	justify-content: center;
}

.cta-action-trigger-wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.cta-btn-minimal {
	display: flex;
    align-items: center;
    gap: 2rem;
    background: #ffffff;
    color: #000000;
    padding: 1rem 3rem;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    border-radius: 0.45rem;
    /* margin-top: 1rem; */
}

.cta-btn-minimal::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--primary);
	transition: left 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 0;
}

.cta-btn-minimal:hover::before {
	left: 0;
}

.cta-btn-text,
.cta-btn-icon {
	position: relative;
	z-index: 1;
}

.cta-btn-text {
	font-size: var(--small-font-size);
	font-weight: 800;
	text-transform: uppercase;
	/* letter-spacing: 0.05em; */
}

.cta-btn-minimal:hover .cta-btn-text,
.cta-btn-minimal:hover .cta-btn-icon {
	/* color: #ffffff; */
}

.cta-btn-icon {
	display: flex;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-btn-minimal:hover .cta-btn-icon {
	transform: translate(4px, -4px);
}

.cta-action-hint {
	font-size: var(--smaller-font-size);
	font-weight: 500;
	text-transform: uppercase;
	/* letter-spacing: 0.1em; */
	color: rgba(255, 255, 255, 1);
	margin: 0;
}


/* DECOR */
.cta-bg-line-accent {
	position: absolute;
	top: 0;
	right: 1.25rem;
	width: 1px;
	height: 15rem;
	background: linear-gradient(to bottom, var(--primary), transparent);
	opacity: 0.4;
}

[dir="rtl"] .cta-bg-line-accent {
	right: auto;
	left: 1.25rem;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
	/* .cta-standout-structural {
		padding: 6rem 3rem;
	} */

	.cta-layout-grid {
		grid-template-columns: 1fr;
		gap: 0rem;
	}

	.cta-metrics-grid {
		grid-template-columns: 1fr;
		border-bottom: none;
	}

	.cta-metric-card {
		padding: 2.5rem 2rem;
		border-right: none;
		border-left: none;
	}
}

@media (max-width: 768px) {
	/* .cta-section-standout {
		margin: 8rem auto;
	} */

	.cta-standout-structural {
		/* padding: 4rem 1.5rem; */
		gap: 4rem;
	}

	.cta-main-title {
		font-size: var(--title-font-size);
	}

	.cta-metric-card {
		padding: 2rem 1.5rem;
	}

	.cta-testimonial-marquee-swiss {
		margin: 0 -1.5rem;
	}

	.marquee-minimal-swiss .testimonial-minimal-cell {
		width: 300px;
		padding: 2.5rem 1.5rem;
	}

	.cta-btn-minimal {
		width: 100%;
		justify-content: space-between;
		padding: 1.5rem 1.8rem;
	}
}


/* Morph Reveal */
.features-bg-overlay {
	position: absolute;
	inset: 0;
	background: #000000;
	z-index: -1;
	pointer-events: none;
	clip-path: circle(0% at 50% 50%);
	/* will-change: clip-path; */
}

/* ======================================================
   Services Section — Swiss Minimalist (2-column Divider)
   ====================================================== */
.services-section {
	/* min-height: 100vh; */
	padding: var(--section-padding);
	position: relative;
	z-index: 5;
	background: transparent;
	overflow: hidden;
}

.services-bg-overlay {
	position: absolute;
	inset: 0;
	background: #ffffff;
	/* Light Mode Hero Background */
	z-index: -1;
	pointer-events: none;
	clip-path: circle(0% at 50% 50%);
}

.services-container,
.products-container,
.faq-container,
.blogs-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 0 1.25rem; */
}

.services-header-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 4rem;
	align-items: flex-end;
}

.services-main-title {
	font-size: var(--title-font-size);
	font-weight: 800;
	line-height: 0.95;
	/* letter-spacing: -0.05em; */
	color: var(--text);
	margin-bottom: 0;
	/* text-transform: uppercase; */
}

.services-hint-col {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

.services-vertical-divider {
	width: 2px;
	height: 3rem;
	background: var(--primary);
	flex-shrink: 0;
	margin-top: 0.5rem;
}

.services-main-hint {
	font-size: var(--title-font-size);
	color: var(--muted);
	max-width: 40ch;
	line-height: 1.5;
	font-weight: 400;
}

@media (max-width: 991px) {
	.services-header-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		align-items: flex-start;
	}

	.services-vertical-divider {
		display: none;
	}
}

.services-list-minimal {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1200px;
	/* Slightly wider for grid comfort */
	margin: 0 auto;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.service-item-minimal {
	padding: 1.5rem;
	/* padding: 2.5rem 1.5rem; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	background: transparent;
}

.service-content-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
}

.service-icon-minimal {
	margin-bottom: 0.5rem;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	flex-shrink: 0;
}

.service-icon-minimal svg {
	width: 42px;
	height: 42px;
	stroke-width: 1.2px;
}

/* Vibrant icon coloring */
.service-item-minimal:nth-child(4n+1) .service-icon-minimal {
	color: #3b82f6;
}

.service-item-minimal:nth-child(4n+2) .service-icon-minimal {
	color: #8b5cf6;
}

.service-item-minimal:nth-child(4n+3) .service-icon-minimal {
	color: #10b981;
}

.service-item-minimal:nth-child(4n+4) .service-icon-minimal {
	color: #f97316;
}

.service-h-title {
	font-size: var(--text-font-size);
	font-weight: 500;
	color: var(--text);
	/* letter-spacing: -0.02em; */
	margin: 0;
}

.service-h-desc {
	font-size: var(--small-font-size);
	color: var(--muted);
	line-height: 1.7;
	max-width: 40ch;
	margin: 0;
}

/* Interaction */
.service-item-minimal:hover .service-icon-minimal {
	transform: scale(1.15) rotate(5deg);
}

.service-h-title {
	font-weight: 600;
}

.service-item-minimal:hover .service-h-title {
	color: var(--text);

}
/* Wrapper provides the dark background for the full width */
.services-footer-cta-wrapper {
    background: #0b111b;
    width: 100%;
    overflow: hidden; /* Prevents horizontal scroll from large box-shadows */
    border-top: 1px solid rgba(255,255,255,0.1);
}

.cta-minimal-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    /* Remove borders that cause gaps */
}

.cta-minimal-card {
    display: flex;
    flex-direction: column;
    padding: 6rem 4rem;
    background: #0b111b;
    position: relative;
    /* transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); */
	transition: all 0.4s cubic-bezier(0.47, 0, 0.75, 0.72);
    z-index: 1;
}

.cta-minimal-card:hover {
    background: #ffffff;
    z-index: 2;
}


.cta-minimal-group .cta-minimal-card:first-child:hover {
    /* box-shadow: -100vw 0 0 #ffffff; */
}

.cta-minimal-group .cta-minimal-card:last-child:hover {
    /* box-shadow: 100vw 0 0 #ffffff; */
}

.cta-minimal-card:hover .cta-title-min,
.cta-minimal-card:hover .cta-desc-min,
.cta-minimal-card:hover .cta-link-min,
.cta-minimal-card:hover .cta-link-min span,
.cta-minimal-card:hover svg {
    color: #0b111b !important;
    stroke: #0b111b;
}
.cta-minimal-card:hover .cta-link-min {
	border-top: 2px solid #0b111b;
}

.cta-title-min {
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-desc-min {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
}

.cta-link-min {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.cta-minimal-group .cta-minimal-card:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    transition: opacity 0.3s;
}

.cta-minimal-card:hover::after {
    opacity: 0;
}

.cta-desc-min {
	font-size: var(--small-font-size);
	color: #ffffff;
	margin-bottom: 3.5rem;
	line-height: 1.5;
	flex-grow: 1;
	max-width: 30ch;
	font-weight: 400;
}

.cta-link-min {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	font-size: var(--small-font-size);
	font-weight: 900;
	text-transform: uppercase;
	/* letter-spacing: 0.2em; */
	color: #ffffff;
	text-decoration: none;
	width: fit-content;
	padding: 1rem 0;
	border-top: 2px solid #ffffff;
	/* Minimalist top-border action */
	transition: all 0.3s ease;
}

.cta-link-min:hover {
	gap: 1.5rem;
	padding-left: 1rem;
}

/* Dark Mode Morph Sync */
/* Pure High-Contrast Light Mode UI Overrides */
.services-section.is-active .services-main-title,
.services-section.is-active .service-h-title {
	color: #0b111b !important;
}

.services-section.is-active .services-main-hint,
.services-section.is-active .service-h-desc {
	color: #000 !important;
}

.services-section.is-active .service-item-minimal {
	border-color: rgba(0, 0, 0, 0.08) !important;
}

.services-section.is-active .services-list-minimal {
	border-color: rgba(0, 0, 0, 0.08);
	/* Optional section entry border */
}



.services-section.is-active .cta-minimal-card {
	/* background: rgba(0, 0, 0, 0.02) !important; */
	/* border: 1px solid rgba(0, 0, 0, 0.05) !important; */
}

.services-section.is-active .service-item-minimal:hover {
	background: rgba(0, 0, 0, 0.02);
}


@media (max-width: 850px) {

	.services-list-minimal,
	.cta-minimal-group {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.services-section {
		padding: 2.5rem 1.25rem;
	}
}

.services-section.is-active .service-item-minimal:hover {
	background: rgba(0, 0, 0, 0.02);
}

#testimonials {
	margin: 2rem 0;
}

.product-link-swiss {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 0.5rem;
	margin-top: 0.3rem;
	color: #1a7be3;
}

[dir="rtl"] .product-link-swiss svg {
	transform: rotate(180deg);
	stroke-width: 1.8px;
}

#products-summary {
	font-size: var(--title-font-size);
	font-weight: 600;
	line-height: 1.4;
}


[data-cursor] {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    border-color: white; 
}

.hero-highlights{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center;
    gap: 1rem;
	margin-top: 1rem;
}

.hero-highlight-item{
	display: flex;
    align-items: center;
    gap: 0.5rem;
}

.highlight-text{
	color: var(--muted);
	font-size: var(--small-font-size);
}
.faq-list summary span{
	font-weight: bold;
}

details[open] .faq-answer {
    animation: fadeIn 0.4s ease-out;
	margin-top: 0 !important;
}

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

details {
    transition: all 0.3s ease-in-out;
}
.lang-switch {
	transition: all 0.3s ease;
}
.lang-option {
	transition: transform 0.2s ease, color 0.2s ease;
	display: inline-block;
}
.lang-switch:hover .lang-option {
	transform: translateY(-1px);
	opacity: 0.8;
}
.lang-switch-icon svg {
	transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lang-switch:hover .lang-switch-icon svg {
	transform: rotate(180deg);
}
/* Active click squeeze effect */
.lang-switch:active {
	transform: scale(0.95);
}

.hero-highlight-item{
	display: flex;
    align-items: center;
    gap: 0.5rem;
}

.highlight-text{
	color: var(--muted);
	font-size: var(--small-font-size);
}
.faq-list summary span{
	font-weight: bold;
}

details[open] .faq-answer {
    animation: fadeIn 0.4s ease-out;
	margin-top: 0 !important;
}
/* Mobile Panel Specific Styling */

.lang-dropdown-mobile {
    margin-top: 1rem; /* Space from the last nav link */
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

/* Ensure the text is readable in the mobile panel */
.mobile-nav-panel .lang-option {
    font-size: var(--small-font-size);
    color: white; 
}

.mobile-nav-panel .lang-switch-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

/* Fix for background hover in mobile (preventing sticky hover states) */
@media (max-width: 900px) {
    .lang-switch:hover {
        background-color: rgba(255, 255, 255, 0.1); /* Subtle white instead of black */
    }
}
/* 1. Hide the mobile image by default (Desktop) */
.module-mobile-image {
    display: none;
}

/* 2. Mobile logic */
@media (max-width: 900px) {
    /* Hide the main gallery column on the right */
    /* .product-media-column {
        display: none;
    } */

    /* Show the image inside the accordion */
    .module-mobile-image {
        display: block;
        margin: 1.5rem 0;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
    }

    .module-mobile-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
    
    /* Optional: Ensure the accordion content has enough room */
    .module-accordion-inner {
        padding-bottom: 1rem;
    }
	.blog-single-head {
		padding-inline-start: 1rem;
		margin-inline-start: 0;
	}
	.sanad-content{
		padding-bottom: 0;
	}
	.page_content .mt-10, .page_content  .my-10 {
		margin-top: 0 !important;
	}
}
.faq-list .py-6 {
	padding: 1rem 0 !important;
	padding-inline-end: 1rem !important;
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
}
.faq-list .pr-8, .faq-list .px-8 {
	padding: 1rem 0 !important;
	padding-inline-end: 1rem !important;
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
}

.faq-container .text-lg {
    font-size: var(--text-font-size);
}
.faq-container .text-base {
    font-size: var(--small-font-size);
}