/* ====================================================================
   SANA Creative — Elementor widgets stylesheet
   Navy + Gold luxury identity · LTR · Inter
   Tailwind size ref: 3xl=30 4xl=36 5xl=48 6xl=60 7xl=72 ; semibold=600 bold=700
   ==================================================================== */

:root {
	/* Brand palette (HSL → hex) */
	--sana-navy-deep:   #0A182E;
	--sana-navy:        #11274A;
	--sana-navy-light:  #224A77;
	--sana-gold:        #C9AB5E;
	--sana-gold-light:  #E6D199;
	--sana-gold-dark:   #AA853C;
	--sana-silver:      #CFD0D3;
	--sana-card:        #12243F;
	--sana-muted:       #1C3254;
	--sana-fg:          #FAFAFA;
	--sana-fg-soft:     rgba(250,250,250,0.72);
	--sana-fg-dim:      rgba(250,250,250,0.55);
	--sana-border:      rgba(201,171,94,0.22);

	/* single-font architecture (DIN Next is commercial; Inter matches the fallback) */
	--sana-font:         "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	--sana-font-display: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

	/* signature notch corner */
	--sana-notch: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));

	--sana-gradient-gold: linear-gradient(135deg, #E6D199 0%, #C9AB5E 40%, #AA853C 100%);
	--sana-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ====================================================================
   1. BOX SIZING
   ==================================================================== */
[class^="sana-"], [class*=" sana-"],
[class^="sana-"] *, [class*=" sana-"] *,
[class^="sana-"] *::before, [class*=" sana-"] *::before,
[class^="sana-"] *::after, [class*=" sana-"] *::after { box-sizing: border-box; }

/* ====================================================================
   2. SECTION-LEVEL CLIP — no viewport blow-out
   ==================================================================== */
.sana-section, .sana-hero, .sana-inner-hero, .sana-cta-banner,
.sana-footer, .sana-header, .sana-contact, .sana-marquee {
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
}

/* ====================================================================
   3. GRID CHILDREN shrink below intrinsic width
   ==================================================================== */
[class^="sana-"][class*="-grid"] > *,
[class^="sana-"][class*="-row"] > *,
.sana-form-row > *,
.sana-contact-grid > *,
.sana-form-field { min-width: 0; max-width: 100%; }

/* 4. MEDIA */
[class^="sana-"] img, [class*=" sana-"] img,
[class^="sana-"] svg, [class*=" sana-"] svg,
[class^="sana-"] iframe, [class*=" sana-"] iframe { max-width: 100%; }
[class^="sana-"] img, [class*=" sana-"] img { height: auto; }

/* 5. FORM INPUTS */
[class^="sana-"] input, [class^="sana-"] textarea, [class^="sana-"] select,
[class^="sana-"] button { max-width: 100%; }
[class^="sana-"] input[type="text"], [class^="sana-"] input[type="email"],
[class^="sana-"] input[type="tel"], [class^="sana-"] textarea,
[class^="sana-"] select { width: 100%; }

/* 6. LONG STRINGS */
[class^="sana-"] p, [class^="sana-"] a, [class^="sana-"] span,
[class^="sana-"] li, [class^="sana-"] [class*="email"],
[class^="sana-"] [class*="phone"] { overflow-wrap: anywhere; word-break: break-word; }

/* 7. FORM ROWS */
.sana-form-row { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 600px) { .sana-form-row { grid-template-columns: 1fr 1fr; } }

/* 8. HONEYPOT */
.sana-honeypot { position: absolute !important; left: -10000px !important;
	width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* 9. FORM-SECTION CONTAINMENT */
.elementor-widget-sana-contact, .sana-contact, .sana-contact form, .sana-form-card {
	max-width: 100%; overflow-x: hidden; overflow-x: clip;
}
.sana-contact-grid { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 1024px) {
	.sana-contact-grid { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
}

/* ====================================================================
   Typography baseline
   ==================================================================== */
/* Lovable's <body> is navy-deep with white text. On WordPress the theme body
   is white, so SANA sections inherited a white background and headings went
   black. Restore the dark canvas + default light text. */
body { background-color: var(--sana-navy-deep); }
[class^="sana-"], [class*=" sana-"] { font-family: var(--sana-font); color: var(--sana-fg); }
[class^="sana-"] h1, [class^="sana-"] h2, [class^="sana-"] h3,
[class^="sana-"] h4, [class^="sana-"] h5, [class^="sana-"] h6 {
	font-family: var(--sana-font-display);
	letter-spacing: -0.01em;
	line-height: 1.08;
	margin: 0;
	color: var(--sana-fg);
}
[class^="sana-"] p, [class^="sana-"] li { line-height: 1.65; margin: 0; }


.sana-eyebrow {
	display: inline-flex; align-items: center; gap: 0.75rem;
	color: var(--sana-gold); text-transform: uppercase;
	letter-spacing: 0.3em; font-size: 0.75rem; font-weight: 500;
}
.sana-eyebrow::before { content: ""; width: 3rem; height: 1px; background: var(--sana-gold); }
.sana-eyebrow.sana-eyebrow-center::after { content: ""; width: 3rem; height: 1px; background: var(--sana-gold); }
.sana-eyebrow.sana-eyebrow-plain::before { display: none; }

.sana-gold-text {
	background: var(--sana-gradient-gold);
	-webkit-background-clip: text; background-clip: text; color: transparent;
	font-style: italic; font-weight: 300;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
	.sana-gold-text { color: var(--sana-gold); }
}

.sana-section-title {
	font-size: 2.25rem; font-weight: 700; color: var(--sana-fg); line-height: 1.05;
}
@media (min-width: 768px) { .sana-section-title { font-size: 3rem; } }
@media (min-width: 1024px) { .sana-section-title { font-size: 3.75rem; } }

/* ====================================================================
   Layout primitives
   ==================================================================== */
.sana-section { position: relative; padding: 7rem 0; background: var(--sana-navy-deep); }
.sana-section-tint { background: #0C1F38; }
.sana-container { width: 100%; max-width: 72rem; margin-inline: auto; padding-inline: 1.5rem; }
@media (min-width: 1024px) { .sana-container { padding-inline: 2.5rem; } }
@media (max-width: 767px) { .sana-section { padding: 4.5rem 0; } }

.sana-notch { clip-path: var(--sana-notch); }
.sana-frame { position: relative; }
.sana-frame-border {
	position: absolute; inset: -1rem; border: 1px solid var(--sana-border);
	clip-path: var(--sana-notch); pointer-events: none;
}
.sana-frame-inner { position: relative; height: 100%; overflow: hidden; clip-path: var(--sana-notch); }
.sana-frame-inner img { width: 100%; height: 100%; object-fit: cover; display: block; }

.sana-glass {
	background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
	border: 1px solid rgba(201,171,94,0.25);
	backdrop-filter: blur(20px) saturate(140%);
	-webkit-backdrop-filter: blur(20px) saturate(140%);
}

/* ====================================================================
   Icon container — universal svg + i
   ==================================================================== */
[class^="sana-"][class*="-icon"], [class*=" sana-"][class*="-icon"] {
	display: inline-flex; align-items: center; justify-content: center;
	flex-shrink: 0; line-height: 1; color: var(--sana-gold);
}
[class^="sana-"][class*="-icon"] svg, [class*=" sana-"][class*="-icon"] svg {
	width: 100%; height: 100%; display: block; color: inherit;
	fill: none; stroke: currentColor;
}
[class^="sana-"][class*="-icon"] i, [class*=" sana-"][class*="-icon"] i {
	color: inherit; line-height: 1;
}

/* ====================================================================
   Button system — gold primary, navy-deep text (matches Lovable)
   ==================================================================== */
.sana-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem;
	font-family: var(--sana-font); font-weight: 500; font-size: 0.875rem;
	letter-spacing: 0.1em; text-transform: uppercase; line-height: 1.2;
	padding: 1rem 2rem; border: 1px solid transparent; cursor: pointer;
	text-decoration: none; transition: var(--sana-transition); white-space: nowrap;
}
.sana-btn svg { width: 1.1em; height: 1.1em; }

a.sana-btn.sana-btn-primary, a.sana-btn.sana-btn-primary:link,
a.sana-btn.sana-btn-primary:visited, button.sana-btn.sana-btn-primary,
.sana-btn.sana-btn-primary[class] {
	background: var(--sana-gold) !important; background-color: var(--sana-gold) !important;
	background-image: none !important; color: var(--sana-navy-deep) !important;
	border-color: var(--sana-gold) !important; text-decoration: none !important;
}
a.sana-btn.sana-btn-primary:hover, a.sana-btn.sana-btn-primary:focus,
button.sana-btn.sana-btn-primary:hover, .sana-btn.sana-btn-primary[class]:hover {
	background: var(--sana-gold-light) !important; background-color: var(--sana-gold-light) !important;
	color: var(--sana-navy-deep) !important;
}
.sana-btn.sana-btn-primary *, .sana-btn.sana-btn-primary i, .sana-btn.sana-btn-primary span {
	color: var(--sana-navy-deep) !important;
}

a.sana-btn.sana-btn-outline, a.sana-btn.sana-btn-outline:link, a.sana-btn.sana-btn-outline:visited {
	background: transparent !important; color: var(--sana-fg) !important;
	border-color: rgba(255,255,255,0.3) !important; text-decoration: none !important;
}
a.sana-btn.sana-btn-outline:hover, a.sana-btn.sana-btn-outline:focus {
	border-color: var(--sana-gold) !important; color: var(--sana-gold) !important;
}
a.sana-btn.sana-btn-outline:hover *, a.sana-btn.sana-btn-outline:hover svg { color: var(--sana-gold) !important; }
.sana-btn-block { width: 100%; }

.sana-textlink {
	display: inline-flex; align-items: center; gap: 0.5rem; color: var(--sana-gold);
	text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.875rem;
	text-decoration: none; border-bottom: 1px solid rgba(201,171,94,0.4); padding-bottom: 0.25rem;
	transition: var(--sana-transition);
}
.sana-textlink:hover { border-bottom-color: var(--sana-gold); }
.sana-textlink svg { width: 0.85em; height: 0.85em; }

/* ====================================================================
   HEADER (Theme Builder)
   ==================================================================== */
.sana-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 9990;
	transition: background 0.5s, border-color 0.5s, backdrop-filter 0.5s;
	background: transparent; border-bottom: 1px solid transparent;
}
.sana-header.is-scrolled, .sana-header.is-open {
	background: rgba(10,24,46,0.95);
	backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
	border-bottom-color: rgba(201,171,94,0.2);
}
.elementor-editor-active .sana-header { position: relative; background: rgba(10,24,46,0.95); }
.sana-header-inner {
	max-width: 72rem; margin-inline: auto; padding: 0 1.5rem; height: 5rem;
	display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
@media (min-width: 1024px) { .sana-header-inner { padding: 0 2.5rem; } }

.sana-logo { display: inline-flex; align-items: center; text-decoration: none; }
.sana-logo-img { height: 4rem; width: auto; object-fit: contain; display: block; }
.sana-logo-wordmark { display: inline-flex; align-items: center; gap: 0.65rem; }
.sana-logo-mark {
	width: 30px; height: 34px; flex-shrink: 0; background: var(--sana-gradient-gold);
	clip-path: polygon(50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0 26%);
}
.sana-logo-text { display: flex; flex-direction: column; line-height: 1; }
.sana-logo-text strong { color: var(--sana-fg); font-size: 1.25rem; font-weight: 700; letter-spacing: 0.12em; }
.sana-logo-text em {
	font-style: normal; font-size: 0.7rem; letter-spacing: 0.45em; font-weight: 400;
	background: var(--sana-gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent;
}

.sana-header-nav { display: flex; align-items: center; gap: 2.5rem; }
.sana-header-nav .sana-nav-item { list-style: none; }
.sana-header-nav a {
	color: rgba(255,255,255,0.8); text-decoration: none; text-transform: uppercase;
	letter-spacing: 0.05em; font-size: 0.875rem; transition: color 0.3s; position: relative;
}
.sana-header-nav a:hover, .sana-header-nav .current-menu-item > a { color: var(--sana-gold); }

.sana-header-nav ul { list-style: none; margin: 0; padding: 0; }
.sana-has-dropdown { position: relative; }
.sana-nav-toggle {
	display: inline-flex; align-items: center; gap: 0.35rem; background: none; border: 0;
	color: rgba(255,255,255,0.8); cursor: pointer; font: inherit; text-transform: uppercase;
	letter-spacing: 0.05em; font-size: 0.875rem;
}
.sana-nav-toggle:hover { color: var(--sana-gold); }
.sana-nav-toggle svg { width: 14px; height: 14px; }
.sana-dropdown {
	position: absolute; top: 100%; left: 0; min-width: 12rem; padding: 0.5rem 0; margin-top: 0.75rem;
	background: rgba(10,24,46,0.98); border: 1px solid var(--sana-border);
	opacity: 0; visibility: hidden; transform: translateY(8px); transition: all 0.25s; z-index: 20;
}
.sana-has-dropdown:hover > .sana-dropdown, .sana-has-dropdown.is-open > .sana-dropdown {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.sana-dropdown li { list-style: none; }
.sana-dropdown a { display: block; padding: 0.5rem 1.25rem; text-transform: none; letter-spacing: 0; }

.sana-header-cta { display: inline-flex; }

.sana-header-burger {
	display: none; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem;
	background: transparent; border: 0; cursor: pointer; color: var(--sana-fg); border-radius: 0.4rem;
}
.sana-header-burger svg { width: 24px; height: 24px; }
.sana-header-burger:hover, .sana-header-burger:focus { background: rgba(255,255,255,0.06); }
.sana-header-burger-close { display: none; }
.sana-header.is-open .sana-header-burger-open { display: none; }
.sana-header.is-open .sana-header-burger-close { display: inline-flex; }

.sana-header-mobile {
	display: none; border-top: 1px solid var(--sana-border); background: rgba(10,24,46,0.98);
}
.sana-header.is-open .sana-header-mobile { display: block; }
.sana-header-mobile-inner { padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.sana-header-mobile a, .sana-header-mobile a:link, .sana-header-mobile a:visited {
	color: rgba(255,255,255,0.9) !important; text-decoration: none !important;
	text-transform: uppercase; letter-spacing: 0.05em; font-size: 1rem;
}
.sana-header-mobile a:hover, .sana-header-mobile a:focus { color: var(--sana-gold) !important; }
.sana-header-mobile .sana-mobile-sub { padding-left: 1rem; display: flex; flex-direction: column; gap: 0.75rem; margin-top: 0.25rem; }
.sana-header-mobile .sana-btn { margin-top: 0.5rem; }

@media (min-width: 1024px) {
	.sana-header-nav { display: flex !important; }
	.sana-header-cta { display: inline-flex !important; }
	.sana-header-burger { display: none !important; }
	.sana-header-mobile { display: none !important; }
}
@media (max-width: 1023px) {
	.sana-header-nav { display: none !important; }
	.sana-header-cta { display: none !important; }
	.sana-header-burger { display: inline-flex; }
}

/* ====================================================================
   HERO
   ==================================================================== */
.sana-hero {
	position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center;
	padding: 8rem 0 4rem; background: var(--sana-navy-deep);
}
.sana-hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.sana-hero-slide {
	position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s ease-in-out;
}
.sana-hero-slide.is-active { opacity: 1; }
.sana-hero-slide img { width: 100%; height: 100%; object-fit: cover; animation: sana-slow-pan 18s ease-in-out infinite; }
.sana-hero-veil-1 { position: absolute; inset: 0; background: rgba(10,24,46,0.85); }
.sana-hero-veil-2 { position: absolute; inset: 0; background: linear-gradient(90deg, var(--sana-navy-deep), rgba(10,24,46,0.85) 40%, rgba(10,24,46,0.4)); }
.sana-hero-veil-3 { position: absolute; inset: 0; background: linear-gradient(0deg, var(--sana-navy-deep), transparent 50%, rgba(10,24,46,0.6)); }
.sana-hero-glow-1 { position: absolute; top: 25%; left: -5rem; width: 24rem; height: 24rem; border-radius: 50%; background: rgba(201,171,94,0.15); filter: blur(120px); }
.sana-hero-glow-2 { position: absolute; bottom: 25%; right: -5rem; width: 31rem; height: 31rem; border-radius: 50%; background: rgba(34,63,109,0.4); filter: blur(140px); }
.sana-hero-grid {
	position: absolute; inset: 0; z-index: 0; opacity: 0.06; pointer-events: none;
	background-image: linear-gradient(#C9AB5E 1px, transparent 1px), linear-gradient(90deg, #C9AB5E 1px, transparent 1px);
	background-size: 60px 60px;
}
.sana-hero-inner {
	position: relative; z-index: 1; width: 100%; max-width: 72rem; margin-inline: auto;
	padding-inline: 1.5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center;
}
@media (min-width: 1024px) {
	.sana-hero-inner { grid-template-columns: 7fr 5fr; padding-inline: 2.5rem; }
}
.sana-hero-title {
	font-size: 3rem; font-weight: 700; line-height: 1.02; color: var(--sana-fg); margin: 2rem 0 0;
}
@media (max-width: 767px) {
	.sana-hero-title { font-size: 2.25rem; margin-top: 2.75rem; }
	.sana-hero .sana-eyebrow { font-size: 0.625rem; letter-spacing: 0.22em; line-height: 1.6; }
	.sana-hero .sana-eyebrow::before { width: 2rem; }
}
@media (min-width: 768px) { .sana-hero-title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .sana-hero-title { font-size: 4.5rem; } }
@media (min-width: 1280px) { .sana-hero-title { font-size: 5rem; } }
.sana-hero-lead { margin-top: 2rem; font-size: 1.125rem; color: var(--sana-fg-soft); max-width: 38rem; line-height: 1.7; }
@media (min-width: 768px) { .sana-hero-lead { font-size: 1.25rem; } }
.sana-hero-actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.sana-hero-stats { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 36rem; }
.sana-hero-stat { border-left: 1px solid rgba(201,171,94,0.4); padding-left: 1rem; }
.sana-hero-stat-n { font-size: 1.875rem; font-weight: 700; }
.sana-hero-stat-l { font-size: 0.75rem; color: var(--sana-fg-dim); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.25rem; }
.sana-hero-figure { display: none; }
@media (min-width: 1024px) { .sana-hero-figure { display: block; } }
.sana-hero-figure-wrap { position: relative; aspect-ratio: 4/5; width: 100%; }
.sana-hero-figure-border { position: absolute; inset: -0.75rem; border: 1px solid rgba(201,171,94,0.4); clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 36px 100%, 0 calc(100% - 36px)); }
.sana-hero-figure-img { position: relative; height: 100%; overflow: hidden; clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 36px, 100% 100%, 36px 100%, 0 calc(100% - 36px)); }
.sana-hero-figure-img img { width: 100%; height: 100%; object-fit: cover; animation: sana-slow-pan 18s ease-in-out infinite; }
.sana-hero-figure-veil { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,24,46,0.6), transparent 60%); }

@keyframes sana-slow-pan {
	0%   { transform: scale(1.08) translate3d(0,0,0); }
	50%  { transform: scale(1.15) translate3d(-1.5%,-1%,0); }
	100% { transform: scale(1.08) translate3d(0,0,0); }
}

/* ====================================================================
   CLIENTS MARQUEE
   ==================================================================== */
.sana-marquee { position: relative; padding: 0 0 5rem; margin-top: -2.5rem; background: var(--sana-navy-deep); }
/* Force LTR for the scroller: in RTL the track anchors right and translateX
   leaves a gap. Logos are images, so LTR here is purely mechanical. */
.sana-marquee, .sana-marquee-rows, .sana-marquee-track, .sana-marquee-group { direction: ltr; }
.sana-marquee-rows { display: flex; flex-direction: column; gap: 0.5rem; position: relative; overflow: hidden; }
.sana-marquee::before, .sana-marquee::after {
	content: ""; position: absolute; top: 0; bottom: 0; width: 8rem; z-index: 2; pointer-events: none;
}
.sana-marquee::before { left: 0; background: linear-gradient(90deg, var(--sana-navy-deep), transparent); }
.sana-marquee::after { right: 0; background: linear-gradient(270deg, var(--sana-navy-deep), transparent); }
.sana-marquee-track { display: flex; width: max-content; }
.sana-marquee-track.is-rtl { animation: sana-marquee 38s linear infinite; }
.sana-marquee-track.is-ltr { animation: sana-marquee-rev 38s linear infinite; }
.sana-marquee-group { display: flex; flex-shrink: 0; }
.sana-marquee-item {
	flex-shrink: 0; width: 11rem; height: 7rem; display: flex; align-items: center; justify-content: center;
	opacity: 0.85; transition: opacity 0.3s; padding: 0 0.4rem;
}
@media (max-width: 767px) {
	.sana-marquee-item { width: 7.5rem; height: 5rem; padding: 0 0.15rem; }
	.sana-marquee-item img { max-height: 3.25rem; max-width: 7rem; }
	.sana-marquee-track.is-rtl { animation-duration: 28s; }
	.sana-marquee-track.is-ltr { animation-duration: 28s; }
}
.sana-marquee-item:hover { opacity: 1; }
.sana-marquee-item img { max-height: 5rem; max-width: 10rem; object-fit: contain; filter: brightness(0) invert(1); }
@keyframes sana-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes sana-marquee-rev { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ====================================================================
   ABOUT TEASER / generic two-col image+text
   ==================================================================== */
.sana-split { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .sana-split { grid-template-columns: 1fr 1fr; } }
.sana-split-figure { position: relative; aspect-ratio: 4/5; }
.sana-split-figure.sana-figure-43 { aspect-ratio: 4/3; }
.sana-split h2 { font-size: 2.25rem; font-weight: 700; color: var(--sana-fg); line-height: 1.1; margin-top: 1.25rem; }
@media (min-width: 1024px) { .sana-split h2 { font-size: 3rem; } }
.sana-split-lead { margin-top: 1.5rem; color: var(--sana-fg-soft); font-size: 1.125rem; line-height: 1.7; }

.sana-value-grid { margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.sana-value {
	display: flex; align-items: center; gap: 0.75rem; padding: 1rem;
	background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
	border: 1px solid rgba(201,171,94,0.25);
}
.sana-value-icon { width: 1.5rem; height: 1.5rem; }
.sana-value span:last-child { color: rgba(255,255,255,0.85); font-size: 0.875rem; }

/* ====================================================================
   SERVICES PREVIEW (image cards)
   ==================================================================== */
.sana-spv-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 3.5rem; }
.sana-spv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(201,171,94,0.15); }
@media (min-width: 1024px) { .sana-spv-grid { grid-template-columns: repeat(4, 1fr); } }
.sana-spv-card {
	position: relative; overflow: hidden; aspect-ratio: 1; display: flex; flex-direction: column;
	justify-content: space-between; padding: 2rem; transition: transform 0.5s;
}
.sana-spv-card:hover { transform: translateY(-4px); }
.sana-spv-card-bg { position: absolute; inset: 0; }
.sana-spv-card-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); transition: transform 1.2s ease-out; }
.sana-spv-card:hover .sana-spv-card-bg img { transform: scale(1.25); }
.sana-spv-card-veil { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,24,46,0.78) 0%, rgba(10,24,46,0.55) 50%, rgba(10,24,46,0.3) 100%); transition: background 0.5s; }
.sana-spv-card:hover .sana-spv-card-veil { background: linear-gradient(135deg, rgba(10,24,46,0.62) 0%, rgba(10,24,46,0.35) 50%, rgba(10,24,46,0.12) 100%); }
.sana-spv-card-body { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.sana-spv-card-icon { width: 2rem; height: 2rem; transition: transform 0.5s; }
@media (min-width: 768px) { .sana-spv-card-icon { width: 2.25rem; height: 2.25rem; } }
@media (min-width: 1024px) { .sana-spv-card-icon { width: 2.75rem; height: 2.75rem; } }
.sana-spv-card-icon svg { width: 100%; height: 100%; }
.sana-spv-card:hover .sana-spv-card-icon { transform: scale(1.1); }
.sana-spv-card-title { color: var(--sana-fg); font-size: 0.875rem; font-weight: 600; line-height: 1.2; }
@media (min-width: 768px) { .sana-spv-card-title { font-size: 1.25rem; } }
@media (min-width: 1024px) { .sana-spv-card-title { font-size: 1.5rem; } }
.sana-spv-card-rule { margin-top: 0.75rem; height: 1px; width: 2rem; background: var(--sana-gold); transition: width 0.7s; }
.sana-spv-card:hover .sana-spv-card-rule { width: 100%; }

/* ====================================================================
   PORTFOLIO COVERFLOW
   ==================================================================== */
.sana-portfolio { position: relative; padding: 7rem 0; overflow: hidden; background: var(--sana-navy-deep); }
.sana-portfolio-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80%; height: 60%; border-radius: 50%; background: rgba(201,171,94,0.08); filter: blur(160px); }
.sana-portfolio-head { max-width: 72rem; margin: 0 auto 3.5rem; padding-inline: 1.5rem; }
.sana-coverflow { position: relative; height: 520px; display: flex; align-items: center; justify-content: center; perspective: 1800px; }
@media (min-width: 768px) { .sana-coverflow { height: 600px; } }
.sana-coverflow-stage { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; }
.sana-cf-card {
	position: absolute; top: 50%; left: 50%; width: min(380px, 78vw); height: min(540px, 70vh);
	transform: translate(-50%,-50%); transition: all 0.8s cubic-bezier(0.22,1,0.36,1);
	background: none; border: 0; padding: 0; cursor: pointer;
}
.sana-cf-card-inner {
	position: relative; width: 100%; height: 100%; overflow: hidden; border: 1px solid rgba(201,171,94,0.2);
	clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}
.sana-cf-card.is-active .sana-cf-card-inner { border-color: rgba(201,171,94,0.7); box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6); }
.sana-cf-card-inner img { width: 100%; height: 100%; object-fit: cover; }
.sana-cf-card-veil { position: absolute; inset: 0; background: rgba(10,24,46,0.55); transition: opacity 0.5s; }
.sana-cf-card.is-active .sana-cf-card-veil { background: linear-gradient(0deg, rgba(10,24,46,0.95), rgba(10,24,46,0.3) 40%, transparent); }
.sana-cf-card-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; text-align: left; }
.sana-cf-card-cat { color: var(--sana-gold); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.6875rem; margin-bottom: 0.5rem; }
.sana-cf-card-title { color: var(--sana-fg); font-size: 1.25rem; font-weight: 600; }
@media (min-width: 768px) { .sana-cf-card-title { font-size: 1.5rem; } }
.sana-cf-nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 30; width: 3rem; height: 3rem;
	border: 1px solid rgba(201,171,94,0.4); color: var(--sana-gold); background: rgba(10,24,46,0.4);
	display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--sana-transition);
}
.sana-cf-nav:hover { background: var(--sana-gold); color: var(--sana-navy-deep); }
.sana-cf-nav svg { width: 1.25rem; height: 1.25rem; }
.sana-cf-prev { left: 1rem; }
.sana-cf-next { right: 1rem; }
@media (min-width: 768px) { .sana-cf-prev { left: 2.5rem; } .sana-cf-next { right: 2.5rem; } }
.sana-cf-dots { margin-top: 2.5rem; display: flex; justify-content: center; gap: 0.5rem; }
.sana-cf-dot { height: 4px; width: 1.25rem; background: rgba(255,255,255,0.25); border: 0; cursor: pointer; transition: all 0.3s; padding: 0; }
.sana-cf-dot.is-active { width: 2.5rem; background: var(--sana-gold); }

/* ====================================================================
   CLIENTS GRID
   ==================================================================== */
.sana-clients-grid-section { border-top: 1px solid rgba(201,171,94,0.15); border-bottom: 1px solid rgba(201,171,94,0.15); }
.sana-clients-head { text-align: center; margin-bottom: 3.5rem; }
.sana-clients-head h2 { font-size: 2.25rem; font-weight: 700; color: var(--sana-fg); }
@media (min-width: 768px) { .sana-clients-head h2 { font-size: 3rem; } }
.sana-clients-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(201,171,94,0.15); }
@media (min-width: 640px) { .sana-clients-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .sana-clients-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .sana-clients-grid { grid-template-columns: repeat(6, 1fr); } }
.sana-client-cell { background: var(--sana-navy-deep); aspect-ratio: 3/2; display: flex; align-items: center; justify-content: center; padding: 0.5rem; }
@media (min-width: 768px) { .sana-client-cell { padding: 1.5rem; } }
.sana-client-cell img { max-height: 2.5rem; max-width: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.8; transition: opacity 0.3s; }
@media (min-width: 768px) { .sana-client-cell img { max-height: 4rem; } }
.sana-client-cell:hover img { opacity: 1; }

/* ====================================================================
   CTA BANNER
   ==================================================================== */
.sana-cta-banner { position: relative; padding: 7rem 0; background: var(--sana-navy-deep); }
.sana-cta-inner { max-width: 72rem; margin-inline: auto; padding-inline: 1.5rem; }
.sana-cta-card {
	position: relative; padding: 3rem 1.5rem; text-align: center; overflow: hidden;
	clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 48px 100%, 0 calc(100% - 48px));
	background: linear-gradient(135deg, #0F1D33 0%, #081221 100%);
	border: 1px solid rgba(201,171,94,0.3);
}
@media (min-width: 1024px) { .sana-cta-card { padding: 5rem; } }
.sana-cta-glow { position: absolute; top: -8rem; right: -8rem; width: 24rem; height: 24rem; border-radius: 50%; background: rgba(201,171,94,0.1); filter: blur(100px); }
.sana-cta-body { position: relative; }
.sana-cta-card h2 { font-size: 2.25rem; font-weight: 700; color: var(--sana-fg); line-height: 1.1; margin-top: 1.5rem; }
@media (min-width: 768px) { .sana-cta-card h2 { font-size: 3rem; } }
@media (min-width: 1024px) { .sana-cta-card h2 { font-size: 3.75rem; } }
.sana-cta-card p { margin-top: 1.5rem; color: var(--sana-fg-soft); max-width: 36rem; margin-inline: auto; }
.sana-cta-actions { margin-top: 2.5rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* ====================================================================
   PAGE HERO (inner)
   ==================================================================== */
.sana-inner-hero {
	position: relative; padding: 10rem 0 5rem; overflow: hidden;
	background: radial-gradient(ellipse at top, #223F6D 0%, #0A182E 70%);
	border-bottom: 1px solid rgba(201,171,94,0.15);
}
.sana-inner-hero-glow { position: absolute; top: 50%; left: -10rem; width: 31rem; height: 31rem; border-radius: 50%; background: rgba(201,171,94,0.1); filter: blur(120px); }
.sana-inner-hero-grid { position: absolute; inset: 0; opacity: 0.06; background-image: linear-gradient(#C9AB5E 1px, transparent 1px), linear-gradient(90deg, #C9AB5E 1px, transparent 1px); background-size: 60px 60px; }
.sana-inner-hero-inner { position: relative; max-width: 72rem; margin-inline: auto; padding-inline: 1.5rem; }
@media (min-width: 1024px) { .sana-inner-hero-inner { padding-inline: 2.5rem; } }
.sana-breadcrumbs { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: var(--sana-fg-dim); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1.5rem; flex-wrap: wrap; }
.sana-breadcrumbs a { color: var(--sana-fg-dim); text-decoration: none; }
.sana-breadcrumbs a:hover { color: var(--sana-gold); }
.sana-breadcrumbs .sana-crumb-current { color: var(--sana-gold); }
.sana-breadcrumbs svg { width: 12px; height: 12px; }
.sana-inner-hero h1 { font-size: 3rem; font-weight: 700; color: var(--sana-fg); max-width: 56rem; line-height: 1.05; margin-top: 1.5rem; }
@media (max-width: 767px) { .sana-inner-hero h1 { font-size: 2.25rem; } }
@media (min-width: 768px) { .sana-inner-hero h1 { font-size: 3.75rem; } }
@media (min-width: 1024px) { .sana-inner-hero h1 { font-size: 4.5rem; } }
.sana-inner-hero p { margin-top: 1.5rem; color: var(--sana-fg-soft); font-size: 1.125rem; max-width: 42rem; line-height: 1.7; }

/* ====================================================================
   REGIONAL HUBS / chips grids
   ==================================================================== */
.sana-section-head { margin-bottom: 3rem; }
.sana-section-head.is-center { text-align: center; max-width: 42rem; margin-inline: auto; margin-bottom: 3rem; }
.sana-section-head h2 { font-size: 2.25rem; font-weight: 700; color: var(--sana-fg); line-height: 1.05; margin-top: 1.25rem; }
@media (min-width: 768px) { .sana-section-head h2 { font-size: 3rem; } }
@media (min-width: 1024px) { .sana-section-head h2 { font-size: 3.75rem; } }
/* capped variants (match Lovable per-section sizes) */
.sana-section-head.is-md h2 { font-size: 2.25rem; }
@media (min-width: 768px) { .sana-section-head.is-md h2 { font-size: 3rem; } }
@media (min-width: 1024px) { .sana-section-head.is-md h2 { font-size: 3rem; } }
.sana-section-head.is-sm h2 { font-size: 1.875rem; }
@media (min-width: 768px) { .sana-section-head.is-sm h2 { font-size: 3rem; } }
@media (min-width: 1024px) { .sana-section-head.is-sm h2 { font-size: 3rem; } }
.sana-section-head p { margin-top: 1.25rem; color: var(--sana-fg-soft); font-size: 1.125rem; line-height: 1.7; }

.sana-hubs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(201,171,94,0.2); margin-top: 3rem; }
@media (min-width: 768px) { .sana-hubs-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .sana-hubs-grid { grid-template-columns: repeat(5, 1fr); } }
.sana-hub { background: var(--sana-navy-deep); padding: 2rem; text-align: center; transition: background 0.3s; }
.sana-hub:hover { background: var(--sana-navy); }
.sana-hub-icon { width: 1.75rem; height: 1.75rem; margin: 0 auto 1rem; transition: transform 0.3s; }
.sana-hub:hover .sana-hub-icon { transform: scale(1.1); }
.sana-hub-city { font-size: 1.5rem; font-weight: 600; color: var(--sana-fg); }
.sana-hub-country { font-size: 0.75rem; color: var(--sana-fg-dim); margin-top: 0.25rem; text-transform: uppercase; letter-spacing: 0.08em; }

.sana-chips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(201,171,94,0.2); }
@media (min-width: 768px) { .sana-chips-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .sana-chips-grid { grid-template-columns: repeat(8, 1fr); } }
.sana-chip { background: var(--sana-navy-deep); padding: 1.5rem; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.75rem; transition: background 0.3s; }
.sana-chip:hover { background: var(--sana-navy); }
.sana-chip-icon { width: 1.75rem; height: 1.75rem; }
.sana-chip span:last-child { color: var(--sana-fg); font-size: 0.875rem; }

/* ====================================================================
   OUR PROMISE cards
   ==================================================================== */
.sana-promise-grid { margin-top: 2rem; display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .sana-promise-grid { grid-template-columns: 1fr 1fr; } }
.sana-promise-card { padding: 1.25rem; }
.sana-promise-icon { width: 1.25rem; height: 1.25rem; margin-bottom: 0.75rem; }
.sana-promise-card h3 { color: var(--sana-fg); font-weight: 600; font-size: 1rem; }
.sana-promise-card p { color: var(--sana-fg-dim); font-size: 0.875rem; margin-top: 0.25rem; }

/* ====================================================================
   ACHIEVEMENTS steps
   ==================================================================== */
.sana-ach-steps { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .sana-ach-steps { gap: 2rem; } }
.sana-ach-row { display: flex; }
.sana-ach-row.pos-0 { justify-content: flex-start; }
.sana-ach-row.pos-1 { justify-content: center; }
.sana-ach-row.pos-2 { justify-content: flex-end; }
/* higher specificity than the generic [-row] > * { max-width:100% } containment rule */
.sana-ach-row > .sana-ach-card { width: 100%; max-width: 38rem; }
.sana-ach-card { display: flex; align-items: center; animation: sana-float-step 6s ease-in-out infinite; }
.sana-ach-card .sana-ach-body {
	flex: 1; background: rgba(17,39,74,0.7); backdrop-filter: blur(4px); border: 1px solid rgba(201,171,94,0.25);
	padding: 1.25rem 1.5rem;
}
@media (min-width: 768px) { .sana-ach-card .sana-ach-body { padding: 1.75rem 2rem; } }
.sana-ach-step-label { color: var(--sana-gold); text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.625rem; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .sana-ach-step-label { font-size: 0.75rem; } }
.sana-ach-body p { color: rgba(255,255,255,0.85); font-size: 0.875rem; line-height: 1.7; }
@media (min-width: 768px) { .sana-ach-body p { font-size: 1rem; } }
/* solid gold right-pointing arrow, taller than the card (overflows top + bottom), number near the tip */
.sana-ach-tip {
	position: relative; margin-left: -1px; flex-shrink: 0;
	width: 4.5rem; height: 5.5rem; display: flex; align-items: center; justify-content: flex-end;
	padding-right: 1rem; color: var(--sana-navy-deep); font-weight: 700; font-size: 1.125rem;
	clip-path: polygon(0 0, 100% 50%, 0 100%); background: linear-gradient(135deg, #E6D199 0%, #C9AB5E 55%, #BE9B4F 100%);
}
@media (min-width: 768px) { .sana-ach-tip { width: 12rem; height: 10rem; padding-right: 3rem; font-size: 2rem; } }
@keyframes sana-float-step { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ====================================================================
   SERVICES DETAIL (zigzag)
   ==================================================================== */
.sana-sd-list { display: flex; flex-direction: column; gap: 6rem; }
.sana-sd-row { display: grid; grid-template-columns: minmax(0,1fr); gap: 3rem; align-items: center; }
@media (min-width: 1024px) {
	.sana-sd-row { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
	.sana-sd-row.is-alt > .sana-sd-figure { order: 2; }
}
.sana-sd-figure { position: relative; aspect-ratio: 4/3; }
.sana-sd-text h2 { font-size: 1.875rem; font-weight: 700; color: var(--sana-fg); line-height: 1.1; margin-top: 1rem; }
@media (min-width: 768px) { .sana-sd-text h2 { font-size: 2.25rem; } }
@media (min-width: 1024px) { .sana-sd-text h2 { font-size: 3rem; } }
.sana-sd-list-items { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.sana-sd-item { display: flex; gap: 0.75rem; color: rgba(255,255,255,0.8); }
.sana-sd-item-icon { width: 1rem; height: 1rem; margin-top: 0.35rem; flex-shrink: 0; }

/* ====================================================================
   EXPERTISE cards
   ==================================================================== */
.sana-expertise-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .sana-expertise-grid { grid-template-columns: repeat(3, 1fr); } }
.sana-expertise-card { padding: 1.5rem; }
.sana-expertise-img { aspect-ratio: 4/3; overflow: hidden; margin-bottom: 1.25rem; clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px)); }
.sana-expertise-img img { width: 100%; height: 100%; object-fit: cover; }
.sana-expertise-card h3 { color: var(--sana-fg); font-size: 1.25rem; font-weight: 600; }
.sana-expertise-card p { color: var(--sana-fg-soft); font-size: 0.875rem; margin-top: 0.75rem; line-height: 1.7; }

/* ====================================================================
   INDUSTRIES (text + image)
   ==================================================================== */
.sana-industries-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .sana-industries-grid { grid-template-columns: 1fr 1fr; } }
.sana-industries-grid h2 { font-size: 2.25rem; font-weight: 700; color: var(--sana-fg); line-height: 1.1; }
@media (min-width: 1024px) { .sana-industries-grid h2 { font-size: 3rem; } }

/* ====================================================================
   CONTACT
   ==================================================================== */
.sana-contact { scroll-margin-top: 6rem; border-top: 1px solid rgba(201,171,94,0.15); }
.sana-contact-grid { display: grid; gap: 3rem; }
.sana-contact-info h2 { font-size: 2.25rem; font-weight: 700; color: var(--sana-fg); line-height: 1.1; }
@media (min-width: 768px) { .sana-contact-info h2 { font-size: 3rem; } }
.sana-contact-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.25rem; list-style: none; padding: 0; }
.sana-contact-row { display: flex; align-items: flex-start; gap: 1rem; text-decoration: none; }
.sana-contact-row-icon { width: 3.5rem; height: 3.5rem; border: 1px solid rgba(201,171,94,0.4); display: inline-flex; align-items: center; justify-content: center; color: var(--sana-gold); flex-shrink: 0; transition: var(--sana-transition); }
@media (max-width: 767px) { .sana-contact-row-icon { width: 2.75rem; height: 2.75rem; } .sana-contact-row-icon svg { width: 1.15rem; height: 1.15rem; } }
.sana-contact-row-icon svg { width: 1.5rem; height: 1.5rem; }
a.sana-contact-row:hover .sana-contact-row-icon { background: var(--sana-gold); color: var(--sana-navy-deep); }
.sana-contact-row-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--sana-fg-dim); }
.sana-contact-row-value { color: var(--sana-fg); font-size: 1.125rem; }

.sana-form-card { padding: 2rem; }
@media (min-width: 1024px) { .sana-form-card { padding: 2.5rem; } }
.sana-form-field { display: flex; flex-direction: column; }
.sana-form-field label { font-size: 0.75rem; color: var(--sana-gold); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.sana-form-field input, .sana-form-field textarea {
	width: 100%; background: var(--sana-navy-deep); border: 1px solid rgba(201,171,94,0.2);
	padding: 0.85rem 1rem; color: var(--sana-fg); font-family: inherit; font-size: 0.95rem; transition: border-color 0.3s;
}
.sana-form-field input::placeholder, .sana-form-field textarea::placeholder { color: rgba(255,255,255,0.4); }
.sana-form-field input:focus, .sana-form-field textarea:focus { outline: none; border-color: var(--sana-gold); }
.sana-form form { display: grid; gap: 1.25rem; }
.sana-form-alert { padding: 1rem 1.25rem; display: flex; align-items: center; gap: 0.75rem; font-weight: 500; font-size: 0.9rem; margin-bottom: 0.5rem; }
.sana-form-alert[hidden] { display: none !important; }
.sana-form-alert-icon { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.sana-form-alert-success { background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.4); color: #86efac; }
.sana-form-alert-error { background: rgba(239,68,68,0.12); border: 1px solid rgba(239,68,68,0.4); color: #fca5a5; }

/* ====================================================================
   FOOTER (Theme Builder)
   ==================================================================== */
.sana-footer { position: relative; background: var(--sana-navy-deep); border-top: 1px solid rgba(201,171,94,0.2); margin-top: 0; }
.sana-footer-rule { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--sana-gold), transparent); }
.sana-footer-inner { max-width: 72rem; margin-inline: auto; padding: 4rem 1.5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .sana-footer-inner { grid-template-columns: 2fr 1fr 1fr; padding-inline: 2.5rem; } }
.sana-footer-brand .sana-logo { margin-bottom: 1.25rem; }
.sana-footer-brand .sana-logo-img { height: 5rem; }
.sana-footer-brand p { color: var(--sana-fg-soft); font-size: 0.875rem; line-height: 1.7; max-width: 28rem; }
.sana-footer-socials { display: flex; gap: 0.75rem; margin-top: 1.5rem; }
.sana-footer-social { width: 2.5rem; height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(201,171,94,0.3); color: var(--sana-gold); transition: var(--sana-transition); }
.sana-footer-social svg { width: 1.25rem; height: 1.25rem; }
.sana-footer-social:hover { background: var(--sana-gold); color: var(--sana-navy-deep); }
.sana-footer-col h4 { color: var(--sana-gold); text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.2em; margin-bottom: 1.25rem; }
.sana-footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.sana-footer-col a { color: var(--sana-fg-soft); font-size: 0.875rem; text-decoration: none; }
.sana-footer-col a:hover { color: var(--sana-gold); }
.sana-footer-contact-row { display: flex; align-items: flex-start; gap: 0.75rem; color: var(--sana-fg-soft); font-size: 0.875rem; }
.sana-footer-contact-icon { width: 1.1rem; height: 1.1rem; margin-top: 0.15rem; flex-shrink: 0; }
.sana-footer-bar { border-top: 1px solid rgba(255,255,255,0.06); }
.sana-footer-bar-inner { max-width: 72rem; margin-inline: auto; padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.75rem; color: var(--sana-fg-dim); }
@media (min-width: 768px) { .sana-footer-bar-inner { flex-direction: row; justify-content: space-between; padding-inline: 2.5rem; } }
.sana-agency-link { color: var(--sana-gold); text-decoration: none; }

/* ====================================================================
   REVEAL — editor preview + reduced motion
   ==================================================================== */
.sana-reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease-out, transform 0.9s cubic-bezier(0.22,1,0.36,1); will-change: opacity, transform; }
.sana-reveal.is-revealed { opacity: 1; transform: none; }
.sana-reveal-scale { opacity: 0; transform: scale(0.92); transition: opacity 0.7s ease-out, transform 0.9s cubic-bezier(0.22,1,0.36,1); }
.sana-reveal-scale.is-revealed { opacity: 1; transform: none; }
.elementor-editor-active .sana-reveal, .elementor-editor-active .sana-reveal-scale,
body.elementor-editor-preview .sana-reveal, body.elementor-editor-preview .sana-reveal-scale {
	opacity: 1 !important; transform: none !important; transition: none !important;
}
@media (prefers-reduced-motion: reduce) {
	.sana-reveal, .sana-reveal-scale { opacity: 1 !important; transform: none !important; transition: none !important; }
	.sana-hero-slide img, .sana-hero-figure-img img, .sana-ach-card, .sana-marquee-track { animation: none !important; }
}

/* ====================================================================
   ARABIC FONT — Cairo (WPML). Typography only: this block ONLY switches
   the font and tunes Arabic metrics/sizes. It does NOT touch any layout,
   direction, or section structure. Applies automatically on Arabic pages
   (WordPress/WPML add lang="ar" + the body.rtl class). English keeps Inter.
   ==================================================================== */
html[lang^="ar"] body,
html[lang^="ar"],
body.rtl {
	--sana-font: "Cairo", "Inter", system-ui, sans-serif;
	--sana-font-display: "Cairo", "Inter", system-ui, sans-serif;
}

/* Arabic is cursive: Latin negative tracking + the wide eyebrow tracking
   break the letter joins. Reset them and give Arabic the leading it needs. */
html[lang^="ar"] [class^="sana-"] h1, html[lang^="ar"] [class^="sana-"] h2,
html[lang^="ar"] [class^="sana-"] h3, html[lang^="ar"] [class^="sana-"] h4,
html[lang^="ar"] [class^="sana-"] h5, html[lang^="ar"] [class^="sana-"] h6,
body.rtl [class^="sana-"] h1, body.rtl [class^="sana-"] h2, body.rtl [class^="sana-"] h3,
body.rtl [class^="sana-"] h4, body.rtl [class^="sana-"] h5, body.rtl [class^="sana-"] h6 {
	letter-spacing: 0;
	line-height: 1.4;
}
html[lang^="ar"] .sana-eyebrow, html[lang^="ar"] .sana-eyebrow span,
body.rtl .sana-eyebrow, body.rtl .sana-eyebrow span { letter-spacing: 0; }

/* No synthetic italic for the gold highlight in Arabic. */
html[lang^="ar"] .sana-gold-text, body.rtl .sana-gold-text { font-style: normal; }

/* Descriptions / body copy: Arabic reads better with extra leading. */
html[lang^="ar"] [class^="sana-"] p, html[lang^="ar"] [class^="sana-"] li,
body.rtl [class^="sana-"] p, body.rtl [class^="sana-"] li { line-height: 1.95; }

/* Form fields + buttons follow the Arabic font too. */
html[lang^="ar"] .sana-form input, html[lang^="ar"] .sana-form textarea, html[lang^="ar"] .sana-btn,
body.rtl .sana-form input, body.rtl .sana-form textarea, body.rtl .sana-btn { font-family: var(--sana-font); }

/* Desktop: Cairo is visually heavier — relax the big display headings a touch. */
html[lang^="ar"] .sana-hero-title, body.rtl .sana-hero-title,
html[lang^="ar"] .sana-inner-hero h1, body.rtl .sana-inner-hero h1,
html[lang^="ar"] .sana-section-title, body.rtl .sana-section-title { line-height: 1.3; }

/* Mobile: keep Arabic word sizes comfortable on small screens. */
@media (max-width: 767px) {
	html[lang^="ar"] .sana-hero-title, body.rtl .sana-hero-title { font-size: 2rem; line-height: 1.35; }
	html[lang^="ar"] .sana-inner-hero h1, body.rtl .sana-inner-hero h1 { font-size: 2rem; line-height: 1.35; }
	html[lang^="ar"] .sana-section-title, body.rtl .sana-section-title,
	html[lang^="ar"] .sana-section-head h2, body.rtl .sana-section-head h2,
	html[lang^="ar"] .sana-industries-grid h2, body.rtl .sana-industries-grid h2 { font-size: 1.875rem; line-height: 1.4; }
	html[lang^="ar"] .sana-hero-lead, body.rtl .sana-hero-lead { font-size: 1rem; line-height: 1.9; }
}
