/* Noor Trading LLC-FZ — modern balanced UI (2025 SaaS / agency) */

:root {
	--font-display: "Outfit", system-ui, sans-serif;
	--font-body: "Inter", system-ui, sans-serif;
	--surface: #ffffff;
	--surface-muted: #f1f5f9;
	--bg: #f8fafc;
	--bg-elevated: #ffffff;
	--bg-card: #ffffff;
	--bg-card-hover: #f8fafc;
	--bg-dark: #000000;
	--border: rgba(15, 23, 42, 0.08);
	--text: #0a0a0a;
	--text-muted: #5c6578;
	--text-soft: #8b95a8;
	--muted: var(--text-muted);
	--gold: #eb3f4b;
	--yellow: #eb3f4b;
	--yellow-dim: rgba(235, 63, 75, 0.12);
	--accent: #eb3f4b;
	--accent-mid: #c42f3a;
	--accent-deep: #881218;
	--accent-soft: rgba(235, 63, 75, 0.08);
	--radius: 16px;
	--radius-sm: 10px;
	--radius-lg: 20px;
	--shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
	--shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
	--shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
	--shadow-xl: 0 32px 64px rgba(15, 23, 42, 0.14);
	--section-pad: clamp(3.5rem, 8vw, 6.5rem);
	--container: min(1200px, 92%);
	--topbar-h: 40px;
	--footer-bg: #0a0a0a;
	--footer-bg-gradient: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #141414 100%);
	--footer-text: #e2e8f0;
	--footer-text-muted: rgba(255, 255, 255, 0.62);
	--footer-text-soft: rgba(255, 255, 255, 0.42);
	--footer-heading: #ffffff;
	--footer-border: rgba(235, 63, 75, 0.22);
}

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: var(--font-body);
	background: var(--bg);
	color: var(--text);
	line-height: 1.65;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.container {
	width: var(--container);
	margin-inline: auto;
}

/* Hello Elementor width resets — also apply on premium PHP inner pages */
body:not([class*='elementor-page-']) main#content.site-main.noor-site-main,
body.noor-premium-inner-page main#content.site-main.noor-site-main {
	max-width: none !important;
	width: 100%;
	margin-inline: 0;
	padding-inline: 0;
}

body:not([class*='elementor-page-']) header.site-header.js-site-header:not(.dynamic-header),
body.noor-premium-inner-page header.site-header.js-site-header:not(.dynamic-header) {
	max-width: none !important;
	width: 100%;
	margin-inline: 0;
}

body:not([class*='elementor-page-']) .site-header.js-site-header .header-inner,
body.noor-premium-inner-page .site-header.js-site-header .header-inner {
	max-width: none !important;
}

body:not([class*='elementor-page-']) footer.site-footer.noor-site-footer:not(.dynamic-footer),
body.noor-premium-inner-page footer.site-footer.noor-site-footer:not(.dynamic-footer) {
	max-width: none !important;
	width: 100%;
	margin-inline: 0;
}

body.noor-premium-inner-page .noor-topbar {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

/* —— Top bar —— */
.noor-topbar {
	background: linear-gradient(90deg, #000000 0%, #1a1a1a 50%, #000000 100%);
	color: #e2e8f0;
	font-size: 0.8125rem;
	border-bottom: 1px solid rgba(235, 63, 75, 0.2);
}

.noor-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--topbar-h);
	gap: 1rem;
}

.noor-topbar a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #cbd5e1;
	transition: color 0.2s ease;
}

.noor-topbar a:hover {
	color: #fff;
}

.noor-topbar__whatsapp {
	color: #86efac !important;
	font-weight: 600;
}

.noor-topbar__whatsapp:hover {
	color: #bbf7d0 !important;
}

/* —— Header —— */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 1px 0 rgba(235, 63, 75, 0.12);
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled {
	box-shadow:
		0 1px 0 rgba(235, 63, 75, 0.18),
		0 8px 32px rgba(0, 0, 0, 0.08);
	border-bottom-color: rgba(0, 0, 0, 0.08);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	gap: 1.5rem;
}

.site-branding {
	flex-shrink: 0;
}

.header-cta-wrap {
	flex-shrink: 0;
	margin-left: 0.25rem;
}

.custom-logo {
	max-height: 48px;
	width: auto;
}

.site-title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: -0.02em;
	color: #0a0a0a;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.primary-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(1.25rem, 2.5vw, 2rem);
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9rem;
	font-weight: 500;
}

.primary-nav ul a {
	position: relative;
	display: inline-block;
	padding: 0.35rem 0;
	color: #3d4556;
	transition: color 0.2s ease;
}

.primary-nav ul a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--accent);
	border-radius: 1px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}

.primary-nav ul a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
	color: #0a0a0a;
}

.primary-nav ul a:hover::after,
.primary-nav .current-menu-item > a::after,
.primary-nav .current_page_item > a::after {
	transform: scaleX(1);
}

/* Header CTA — pairs with dark top bar */
.btn-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.62rem 1.35rem;
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
	border: 1px solid #0a0a0a;
	border-radius: var(--radius-sm);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
	white-space: nowrap;
}

.btn-header-cta::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	background: currentColor;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	transition: transform 0.25s ease;
}

.btn-header-cta:hover {
	color: #ffffff;
	background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
	border-color: var(--accent-mid);
	box-shadow: 0 4px 16px rgba(235, 63, 75, 0.35);
	transform: translateY(-1px);
}

.btn-header-cta:hover::after {
	transform: translateX(3px);
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	background: #f4f5f7;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: var(--radius-sm);
	cursor: pointer;
	padding: 10px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.menu-toggle:hover {
	background: #ebecef;
	border-color: rgba(0, 0, 0, 0.12);
}

.menu-toggle span {
	width: 20px;
	height: 2px;
	background: #0a0a0a;
	border-radius: 1px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.btn-sm {
	padding: 0.65rem 1.35rem;
	font-size: 0.875rem;
}

/* —— Hero —— */
.noor-hero {
	position: relative;
	min-height: min(92vh, 920px);
	display: flex;
	align-items: center;
	padding: var(--section-pad) 0;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.noor-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(3, 3, 4, 0.94) 0%, rgba(3, 3, 4, 0.72) 42%, rgba(3, 3, 4, 0.55) 100%),
		radial-gradient(ellipse 80% 50% at 70% 60%, rgba(211, 47, 47, 0.12), transparent);
	pointer-events: none;
}

.noor-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
	pointer-events: none;
	mix-blend-mode: overlay;
}

.noor-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
}

.noor-hero__title {
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	font-weight: 800;
	margin: 0 0 1.25rem;
	max-width: 14ch;
	line-height: 1.05;
}

.noor-hero__lead {
	font-size: clamp(1rem, 1.35vw, 1.2rem);
	color: var(--muted);
	max-width: 36ch;
	margin: 0 0 2rem;
	line-height: 1.7;
}

.noor-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.noor-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--border);
	font-size: 0.8125rem;
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 600;
}

.noor-hero--page {
	min-height: 52vh;
	padding-top: clamp(4rem, 12vw, 6rem);
	padding-bottom: clamp(3rem, 8vw, 5rem);
	align-items: flex-end;
}

.noor-hero__aside {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.noor-glass {
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius);
	padding: 1.35rem 1.5rem;
	box-shadow: var(--shadow-lg);
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.noor-glass:hover {
	transform: translateY(-4px);
	border-color: rgba(245, 184, 0, 0.35);
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.5);
}

.noor-glass strong {
	display: block;
	font-family: var(--font-display);
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--yellow);
	line-height: 1;
	margin-bottom: 0.35rem;
}

.noor-glass span {
	font-size: 0.9rem;
	color: var(--muted);
}

/* —— Sections —— */
.noor-band {
	position: relative;
	padding: var(--section-pad) 0;
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.noor-band--elevated {
	background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 100%);
}

.noor-band--dark {
	background: var(--bg);
}

.noor-band--texture::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.04;
	background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.5) 1px, transparent 0);
	background-size: 28px 28px;
}

.noor-band--light {
	background: linear-gradient(180deg, #e8eaef 0%, #dfe3ea 100%);
	color: #0f172a;
}

.noor-band--light .noor-eyebrow {
	color: var(--accent);
}

.noor-band--light .noor-lead {
	color: #475569;
}

.noor-band--light h2,
.noor-band--light h3 {
	color: #0f172a;
}

.noor-eyebrow {
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--accent);
	margin: 0 0 0.75rem;
}

.noor-heading {
	font-size: clamp(1.85rem, 3.2vw, 2.75rem);
	margin: 0 0 1rem;
	max-width: 20ch;
}

.noor-lead {
	color: var(--muted);
	font-size: 1.05rem;
	max-width: 48ch;
	margin: 0 0 1.5rem;
	line-height: 1.7;
}

.noor-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
}

.noor-split__media {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	box-shadow: var(--shadow-lg);
}

.noor-split__media::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.noor-split__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.noor-split__media:hover img {
	transform: scale(1.05);
}

.noor-split__content .btn {
	margin-top: 0.5rem;
}

/* —— Equipment cards —— */
.noor-grid {
	display: grid;
	gap: 1.5rem;
}

.noor-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.noor-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.noor-card {
	position: relative;
	background: var(--bg-card);
	border-radius: var(--radius);
	border: 1px solid var(--border);
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease, border-color 0.3s ease;
}

.noor-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-lg);
	border-color: rgba(245, 184, 0, 0.25);
}

.noor-card__media {
	aspect-ratio: 16 / 11;
	overflow: hidden;
}

.noor-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.noor-card:hover .noor-card__media img {
	transform: scale(1.08);
}

.noor-card__body {
	padding: 1.5rem 1.5rem 1.75rem;
}

.noor-card__icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: var(--yellow-dim);
	border: 1px solid rgba(245, 184, 0, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

.noor-card__icon:empty {
	display: block;
	width: 44px;
	height: 3px;
	padding: 0;
	border: none;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--yellow), var(--accent));
}

.noor-card__title {
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
}

.noor-card__text {
	font-size: 0.95rem;
	color: var(--muted);
	margin: 0 0 1rem;
	line-height: 1.6;
}

/* —— Why us —— */
.noor-features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

.noor-feature {
	text-align: left;
	padding: 1.75rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	transition: background 0.3s ease, border-color 0.3s ease;
}

.noor-feature:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(245, 184, 0, 0.2);
}

.noor-feature__ring {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 2px solid var(--yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	background: rgba(245, 184, 0, 0.08);
}

.noor-feature h3 {
	font-size: 1.1rem;
	margin: 0 0 0.5rem;
}

.noor-feature p {
	margin: 0;
	font-size: 0.92rem;
	color: var(--muted);
	line-height: 1.6;
}

/* —— Service showcase —— */
.noor-service {
	position: relative;
	min-height: 340px;
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 1px solid var(--border);
	background-size: cover;
	background-position: center;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.noor-service::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(3, 3, 4, 0.5) 45%, rgba(3, 3, 4, 0.92) 100%);
	transition: opacity 0.4s ease;
}

.noor-service:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lg);
}

.noor-service:hover::before {
	opacity: 0.95;
}

.noor-service__inner {
	position: relative;
	z-index: 2;
	padding: 1.75rem;
}

.noor-service__inner h3 {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
}

.noor-service__inner p {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	color: rgba(248, 250, 252, 0.85);
	line-height: 1.55;
}

/* —— CTA banner —— */
.noor-cta-banner {
	position: relative;
	padding: clamp(4rem, 10vw, 6.5rem) 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.noor-cta-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 3, 4, 0.88) 0%, rgba(3, 3, 4, 0.75) 100%);
}

.noor-cta-banner .container {
	position: relative;
	z-index: 2;
	max-width: 720px;
}

.noor-cta-banner h2 {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	margin: 0 0 1rem;
}

.noor-cta-banner p {
	color: var(--muted);
	margin: 0 0 1.75rem;
	font-size: 1.05rem;
}

.noor-cta-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

/* —— Contact strip —— */
.noor-strip {
	background: linear-gradient(90deg, var(--bg-card) 0%, var(--bg-elevated) 50%, var(--bg-card) 100%);
	border-block: 1px solid var(--border);
	padding: 2rem 0;
}

.noor-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	align-items: center;
}

.noor-strip__item {
	font-size: 0.95rem;
}

.noor-strip__item strong {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--yellow);
	margin-bottom: 0.35rem;
	font-family: var(--font-display);
}

/* —— Buttons —— */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0.9rem 1.75rem;
	font-weight: 600;
	font-size: 0.9375rem;
	font-family: var(--font-body);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, border-color 0.25s ease, color 0.25s ease;
	border: 1px solid transparent;
	cursor: pointer;
}

.btn-accent {
	background: linear-gradient(165deg, var(--accent) 0%, var(--accent-mid) 50%, var(--accent-deep) 100%);
	color: #fff;
	box-shadow: 0 4px 20px rgba(136, 18, 24, 0.4);
}

.btn-accent:hover {
	filter: brightness(1.08);
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(136, 18, 24, 0.45);
}

.btn-lg {
	padding: 1rem 2rem;
	font-size: 1rem;
}

.btn-outline {
	border-color: rgba(15, 23, 42, 0.18);
	color: var(--text);
	background: var(--surface);
}

.btn-outline:hover {
	border-color: var(--accent);
	color: var(--accent);
	background: var(--accent-soft);
}

.noor-band--light .btn-outline {
	border-color: rgba(15, 23, 42, 0.25);
	color: #0f172a;
	background: transparent;
}

.noor-band--light .btn-outline:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.btn-ghost {
	background: transparent;
	color: var(--yellow);
	border: none;
	padding-left: 0;
	padding-right: 0;
	font-weight: 700;
}

.btn-ghost:hover {
	color: #fff;
}

.card-link {
	color: var(--yellow);
	font-weight: 700;
	font-size: 0.9rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	transition: gap 0.25s ease, color 0.25s ease;
}

.card-link::after {
	content: "→";
	transition: transform 0.25s ease;
}

.card-link:hover {
	color: #fff;
	gap: 0.55rem;
}

.card-link:hover::after {
	transform: translateX(4px);
}

/* —— Section header row —— */
.noor-section-head {
	margin-bottom: clamp(2rem, 4vw, 3rem);
	max-width: 640px;
}

.noor-section-head--wide {
	max-width: 800px;
}

/* —— Footer CTA (pre-footer) —— */
.footer-cta {
	padding: var(--section-pad) 0;
	background: linear-gradient(180deg, var(--bg) 0%, var(--footer-bg) 100%);
	border-top: 1px solid var(--border);
	color: var(--footer-text);
}

.footer-cta .cta-inline {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(235, 63, 75, 0.1) 100%);
	border: 1px solid var(--footer-border);
	border-radius: var(--radius);
	padding: clamp(1.75rem, 4vw, 2.75rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
}

.footer-cta .cta-inline h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	color: var(--footer-heading);
}

/* —— Legacy / inner pages —— */
.section--bleed {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.hero-page {
	padding: var(--section-pad) 0 2rem;
}

.hero-page--tight {
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.page-hero-title {
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 0 1rem;
}

.breadcrumbs {
	font-size: 0.875rem;
	padding: 12px 0;
	color: var(--muted);
	border-bottom: 1px solid var(--border);
}

.breadcrumbs .container {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.filter-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.filter-tabs span {
	padding: 0.5rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--border);
	color: var(--muted);
	font-size: 0.875rem;
}

.filter-tabs span.is-active {
	background: var(--yellow-dim);
	color: var(--yellow);
	border-color: rgba(245, 184, 0, 0.45);
}

.contact-form label {
	display: block;
	margin-bottom: 1rem;
	font-size: 0.9rem;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	margin-top: 0.4rem;
	border-radius: var(--radius-sm);
	border: 1px solid var(--border);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	padding: 0.85rem 1rem;
	font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: rgba(245, 184, 0, 0.5);
}

.noor-glass-panel {
	background: rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius);
	padding: 2rem;
	box-shadow: var(--shadow);
}

.map-embed {
	width: 100%;
	min-height: 400px;
	border: 0;
	border-radius: var(--radius);
}

.map-embed--fullbleed {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	border-radius: 0;
	min-height: 420px;
}

.card.noor-glass-panel {
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-color: rgba(255, 255, 255, 0.12);
}

.feature-list {
	padding-left: 1.2rem;
	color: var(--muted);
}

.site-footer.noor-site-footer {
	background: var(--footer-bg-gradient);
	color: var(--footer-text);
	padding-top: 0;
	border-top: 1px solid var(--footer-border);
}

.noor-footer__top {
	padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem;
	background: transparent;
	border-top: 3px solid transparent;
	border-image: linear-gradient(90deg, var(--accent-deep), var(--accent), rgba(235, 63, 75, 0.12)) 1;
}

.noor-site-footer h3,
.noor-site-footer h4 {
	color: var(--footer-heading);
	font-size: 1.1rem;
	margin: 0 0 1rem;
}

.noor-site-footer p,
.noor-site-footer li,
.noor-site-footer a {
	color: var(--footer-text-muted);
}

.noor-site-footer a:hover {
	color: var(--accent);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr;
	gap: 2.5rem;
}

.footer-contact-list {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.footer-contact-list strong {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--accent);
	margin-bottom: 0.2rem;
}

.footer-contact-list a {
	color: var(--footer-text);
	font-weight: 500;
}

.footer-contact-list a:hover {
	color: var(--accent);
}

.footer-contact-list span {
	color: var(--footer-text-muted);
}

.footer-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-grid ul li {
	margin-bottom: 0.5rem;
}

.footer-bottom {
	padding: 1.25rem 0 1.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--footer-text-soft);
	font-size: 0.875rem;
}

.footer-bottom p {
	margin: 0;
	color: inherit;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.noor-site-footer .social-links a {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: var(--footer-text);
	font-size: 0.875rem;
	font-weight: 500;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.noor-site-footer .social-links a:hover {
	color: var(--footer-heading);
	border-color: rgba(235, 63, 75, 0.45);
	background: rgba(235, 63, 75, 0.12);
}

.whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 220;
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50%;
	background: linear-gradient(145deg, #25d366 0%, #1fae55 52%, #178a42 100%);
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 18px 40px rgba(22, 150, 70, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.whatsapp-float::before {
	content: "";
	position: absolute;
	inset: -7px;
	border-radius: 50%;
	border: 1px solid rgba(37, 211, 102, 0.42);
	animation: noor-whatsapp-pulse 2.4s ease-out infinite;
	pointer-events: none;
}

.whatsapp-float svg {
	width: 26px;
	height: 26px;
	display: block;
}

.whatsapp-float span {
	display: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
	transform: translateY(-4px) scale(1.03);
	filter: saturate(1.08);
	box-shadow: 0 22px 46px rgba(22, 150, 70, 0.45), 0 0 0 4px rgba(37, 211, 102, 0.14);
	outline: none;
}

@keyframes noor-whatsapp-pulse {
	0% { opacity: 0.85; transform: scale(1); }
	100% { opacity: 0; transform: scale(1.35); }
}

/* —— Scroll reveal —— */
.reveal {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* —— Responsive —— */
@media (max-width: 1100px) {
	.noor-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.noor-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.noor-hero__inner {
		grid-template-columns: 1fr;
	}

	.noor-hero__aside {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.noor-glass {
		flex: 1 1 140px;
	}

	.noor-split {
		grid-template-columns: 1fr;
	}

	.noor-grid--3 {
		grid-template-columns: 1fr;
	}

	.noor-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

/* —— Legacy inner-page blocks (About, Equipment, Services, Contact templates) —— */
.section {
	padding: var(--section-pad) 0;
}

.section.alt {
	background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 100%);
}

.lead {
	font-size: 1.125rem;
	color: var(--muted);
	line-height: 1.7;
	max-width: 55ch;
}

.narrow {
	max-width: 720px;
	margin-inline: auto;
}

.card-grid {
	display: grid;
	gap: 1.5rem;
}

.card-grid.two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
	background: var(--bg-card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 1.75rem;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.3s ease;
}

.card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lg);
	border-color: rgba(245, 184, 0, 0.2);
}

.card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: var(--radius-sm);
	margin-bottom: 1rem;
}

.card h2 {
	font-size: 1.35rem;
	margin-top: 0;
}

.card h3 {
	margin-top: 0;
}

.cta-inline {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: clamp(1.5rem, 3vw, 2.25rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.section-heading .eyebrow {
	color: var(--yellow);
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	margin: 0 0 0.5rem;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.contact-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	background: var(--bg-card);
	padding: 1.5rem;
	border-radius: var(--radius);
	border: 1px solid var(--border);
}

@media (max-width: 768px) {
	.menu-toggle {
		display: flex;
	}

	.site-header {
		position: sticky;
	}

	.header-inner {
		position: relative;
		flex-wrap: wrap;
	}

	.primary-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 1.25rem 5% 1.5rem;
		background: #ffffff;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 1.25rem;
	}

	.primary-nav.is-open {
		display: flex;
	}

	.primary-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0.25rem;
	}

	.primary-nav ul a {
		padding: 0.65rem 0;
		font-size: 1rem;
	}

	.primary-nav ul a::after {
		display: none;
	}

	.header-cta-wrap {
		margin-left: 0;
		padding-top: 0.5rem;
		border-top: 1px solid rgba(0, 0, 0, 0.06);
	}

	.btn-header-cta {
		width: 100%;
		padding: 0.85rem 1.5rem;
		font-size: 0.875rem;
	}

	.noor-hero {
		min-height: auto;
		padding-top: 5rem;
	}

	.noor-hero__aside {
		flex-direction: column;
	}

	.noor-glass {
		flex: none;
	}

	.noor-grid--4,
	.noor-features {
		grid-template-columns: 1fr;
	}

	.noor-strip__grid {
		grid-template-columns: 1fr;
	}

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

	.footer-cta .cta-inline {
		flex-direction: column;
		align-items: flex-start;
	}

	.card-grid.two,
	.card-grid.three,
	.card-grid.four {
		grid-template-columns: 1fr;
	}

	.contact-bar {
		grid-template-columns: 1fr;
	}
}
