/* ==========================================================================
   RTG Digital — main stylesheet
   Navy / emerald / gold. Sora + Manrope (EN), Alexandria + Tajawal (AR).
   Uses logical properties so the same rules serve LTR and RTL.
   ========================================================================== */

:root {
	--navy: #0B1F3A;
	--navy-2: #12294A;
	--navy-3: #071528;
	--line: #22406A;
	--muted: #AFC0D6;
	--gold: #D4A93A;
	--gold-soft: #F6EBCB;
	--brand: #0E7C66;
	--brand-dark: #0A5C4B;
	--accent: #3FC1A5;
	--wa: #25D366;
	--wa-ink: #0B2E1A;
	--bg: #F7F9FB;
	--soft: #EEF3F8;
	--white: #FFFFFF;
	--ink: #0B1F3A;
	--body: #3F4B5C;
	--faint: #5B6B80;
	--border: #D9E3EE;
	--border-2: #E6ECF3;
	--danger: #C4252E;
	--danger-soft: #FFE8E8;
	--ok: #1F9E6A;
	--ok-soft: #E3F6EF;

	--fd: 'Sora', 'Manrope', system-ui, sans-serif;
	--fb: 'Manrope', 'Segoe UI', system-ui, sans-serif;
	--lh-d: 1.1;
	--lh-b: 1.65;
	--ls-d: -0.02em;

	--r-sm: 12px;
	--r-md: 18px;
	--r-lg: 28px;
	--r-xl: 36px;
	--wrap: 1248px;
	--gutter: clamp(20px, 4vw, 40px);
	--sec: clamp(72px, 9vw, 120px);
	--shadow: 0 24px 60px rgba(11, 31, 58, 0.12);
	--shadow-lg: 0 30px 70px rgba(7, 21, 40, 0.35);
}

.lang-ar {
	--fd: 'Alexandria', 'Tajawal', system-ui, sans-serif;
	--fb: 'Tajawal', 'Segoe UI', Tahoma, sans-serif;
	--lh-d: 1.5;
	--lh-b: 1.9;
	--ls-d: 0;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--fb);
	font-size: 17px;
	line-height: var(--lh-b);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.lang-ar body, body.lang-ar { font-size: 18px; }
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
button { font: inherit; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; }

.screen-reader-text, .sr-only {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
	position: absolute; inset-inline-start: 16px; top: -60px; z-index: 200;
	background: var(--gold); color: var(--navy); padding: 12px 18px; border-radius: var(--r-sm); font-weight: 700;
}
.skip-link:focus { top: 12px; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- Type ---------- */
.h1, .h2, .h3, h1, h2, h3, h4 { font-family: var(--fd); color: inherit; margin: 0; letter-spacing: var(--ls-d); line-height: var(--lh-d); }
.h1 { font-size: clamp(38px, 5.2vw, 64px); font-weight: 800; }
.h2 { font-size: clamp(30px, 3.6vw, 48px); font-weight: 800; }
.h3 { font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; }
.lang-ar .h1 { font-size: clamp(32px, 4.2vw, 52px); }
.lang-ar .h2 { font-size: clamp(26px, 3vw, 40px); }
.lead { font-size: clamp(18px, 1.6vw, 20px); color: var(--body); max-width: 62ch; }
.section--dark .lead, .page-hero .lead, .hero .lead { color: var(--muted); }
.gold { color: var(--gold); }
.eyebrow {
	display: flex; align-items: center; gap: 10px; margin: 0 0 16px;
	font-size: 15px; font-weight: 700; color: var(--brand); letter-spacing: 0.01em;
}
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; flex-shrink: 0; }
.section--dark .eyebrow, .page-hero .eyebrow, .hero .eyebrow { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn { white-space: nowrap;
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 54px; padding: 0 26px; border-radius: 14px; border: 0; cursor: pointer;
	font-family: var(--fb); font-size: 16px; font-weight: 700; line-height: 1.2; text-align: center;
	transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }
.btn--lg { min-height: 62px; padding: 0 30px; font-size: 17px; border-radius: 16px; }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: 15px; border-radius: 999px; }
.btn--primary { background: var(--brand); color: var(--white); }
.btn--primary:hover { background: var(--brand-dark); color: var(--white); }
.btn--wa { background: var(--wa); color: var(--wa-ink); }
.btn--wa:hover { background: #1FBE5B; color: var(--wa-ink); }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: #C29A2E; color: var(--navy); }
.btn--dark { background: var(--navy); color: var(--white); }
.btn--dark:hover { background: var(--navy-2); color: var(--white); }
.btn--light { background: var(--white); color: var(--navy); }
.btn--light:hover { background: var(--soft); color: var(--navy); }
.btn--ghost { background: transparent; color: var(--navy); box-shadow: inset 0 0 0 1.5px var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--white); }
.section--dark .btn--ghost, .page-hero .btn--ghost { color: var(--white); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- Decorative lattice ---------- */
.lattice { position: relative; isolation: isolate; overflow: hidden; }
.lattice::before {
	content: ''; position: absolute; z-index: -1; pointer-events: none;
	inset-block-start: -10%; inset-inline-end: -12%; width: 70%; height: 130%;
	background: url(../img/lattice.svg) repeat; background-size: 88px 88px; opacity: .14;
	-webkit-mask-image: radial-gradient(closest-side, #000 20%, transparent 100%);
	mask-image: radial-gradient(closest-side, #000 20%, transparent 100%);
}
.lattice--dim::before { opacity: .08; }
.lattice--start::before { inset-inline-end: auto; inset-inline-start: -15%; }
.lattice--ink::before { filter: invert(1); opacity: .07; }

/* ---------- Announcement + header ---------- */
.announce {
	display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
	padding: 10px var(--gutter); background: var(--gold); color: var(--navy); font-size: 15px; font-weight: 600; text-align: center;
}
.announce:hover { color: var(--navy); }
.announce__tag { padding: 3px 10px; border-radius: 999px; background: var(--navy); color: var(--gold); font-size: 12px; font-weight: 800; }
.announce__link { text-decoration: underline; text-underline-offset: 3px; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 100; background: var(--navy); color: var(--white); transition: box-shadow .2s; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 0; } }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.site-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); flex-shrink: 0; }
.brand:hover { color: var(--white); }
.brand__mark { width: 44px; height: 44px; border-radius: 12px; background: var(--brand); display: grid; place-items: center; color: var(--white); }
.brand__name { font-family: 'Sora', sans-serif; font-size: 23px; font-weight: 800; letter-spacing: -0.02em; direction: ltr; }
.brand__name span { color: var(--accent); }
.custom-logo { max-height: 48px; width: auto; }

.nav { display: flex; }
.nav ul { list-style: none; margin: 0; padding: 6px; display: flex; gap: 2px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.nav a { display: flex; align-items: center; min-height: 40px; padding: 0 15px; border-radius: 999px; color: #DCE6F2; font-size: 15px; font-weight: 600; white-space: nowrap; }
.nav a:hover, .nav .current-menu-item > a, .nav .current_page_item > a { background: rgba(255,255,255,.1); color: var(--white); }
.nav .sub-menu { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.24); color: var(--white); font-size: 15px; font-weight: 600; }
.lang-switch:hover { color: var(--white); background: rgba(255,255,255,.08); }
.lang-switch[lang="ar"] { font-family: 'Tajawal', sans-serif; }
.lang-switch[lang="en"] { font-family: 'Sora', sans-serif; }
.icon-btn { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; border: 0; cursor: pointer; }
.icon-btn--wa { background: var(--wa); color: var(--wa-ink); }
.icon-btn--wa:hover { color: var(--wa-ink); }
.menu-toggle { display: none; background: rgba(255,255,255,.08); color: var(--white); }

/* ---------- Home hero ---------- */
.hero { background: var(--navy); color: var(--white); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 560px; gap: 48px; align-items: center; padding-block: clamp(40px, 6vw, 72px) 56px; }
.hero__copy { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.hero__badge { align-self: flex-start; display: flex; align-items: center; gap: 10px; padding: 7px 16px 7px 7px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); font-size: 14px; font-weight: 600; color: #DCE6F2; }
.lang-ar .hero__badge { padding: 7px 7px 7px 16px; }
.hero__badge b { padding: 4px 12px; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 800; }
.hero__slides { display: grid; min-height: 330px; }
.lang-ar .hero__slides { min-height: 400px; }
.hero__slide { grid-area: 1 / 1; display: flex; flex-direction: column; gap: 22px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease, visibility .5s; }
.hero__slide.is-active { opacity: 1; visibility: visible; transform: none; }
.hero__slide .h1 em { font-style: normal; color: var(--gold); }
.hero__controls { display: flex; align-items: center; gap: 12px; }
.hero__arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--white); display: grid; place-items: center; cursor: pointer; }
.hero__arrow:hover { background: rgba(255,255,255,.08); }
.lang-ar .hero__arrow svg { transform: scaleX(-1); }
.hero__dots { display: flex; align-items: center; }
.hero__dot { height: 44px; padding: 0 4px; border: 0; background: transparent; cursor: pointer; display: flex; align-items: center; }
.hero__dot span { display: block; width: 10px; height: 6px; border-radius: 999px; background: rgba(255,255,255,.3); transition: width .3s, background-color .3s; }
.hero__dot.is-active span { width: 32px; background: var(--gold); }
.hero__count { font-size: 14px; font-weight: 600; color: var(--muted); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; color: var(--muted); list-style: none; padding: 0; }
.hero__trust li { display: flex; align-items: center; gap: 8px; }
.hero__trust svg { color: var(--gold); }

.mock { position: relative; height: 540px; }
.mock__browser { position: absolute; top: 16px; inset-inline-start: 0; width: 430px; background: var(--white); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-lg); color: var(--ink); }
.mock__chrome { height: 36px; background: var(--soft); display: flex; align-items: center; gap: 6px; padding: 0 14px; }
.mock__chrome i { width: 10px; height: 10px; border-radius: 50%; background: #FF6B6B; }
.mock__chrome i:nth-child(2) { background: #FFC24B; }
.mock__chrome i:nth-child(3) { background: #3DD68C; }
.mock__url { flex: 1; margin-inline-start: 10px; height: 20px; border-radius: 6px; background: var(--white); font-size: 11px; color: var(--faint); display: flex; align-items: center; padding: 0 10px; direction: ltr; }
.mock__banner { height: 170px; background: var(--brand); position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 20px; color: var(--white); }
.mock__banner::before { content: ''; position: absolute; inset: 0; background: url(../img/lattice.svg); background-size: 66px; opacity: .22; }
.mock__banner strong { position: relative; display: block; font-family: var(--fd); font-size: 22px; line-height: 1.3; }
.mock__banner small { position: relative; font-size: 13px; opacity: .9; }
.mock__form { padding: 16px 20px; display: flex; gap: 10px; align-items: center; }
.mock__field { flex: 1; height: 38px; border-radius: 8px; border: 1px solid var(--border); font-size: 12px; color: var(--faint); display: flex; align-items: center; padding: 0 10px; }
.mock__book { height: 38px; padding: 0 16px; border-radius: 8px; background: var(--navy); color: var(--white); font-size: 13px; font-weight: 700; display: flex; align-items: center; }
.mock__maps { position: absolute; bottom: 8px; inset-inline-end: 0; width: 320px; background: var(--white); color: var(--ink); border-radius: var(--r-md); padding: 18px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 12px; }
.mock__maps-h { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--body); }
.mock__maps-h svg { color: #E5484D; }
.mock__row { display: flex; align-items: center; gap: 12px; padding: 0 10px; }
.mock__row--top { padding: 10px; border-radius: 12px; background: var(--soft); }
.mock__rank { width: 30px; height: 30px; border-radius: 8px; background: var(--brand); color: var(--white); font-weight: 800; font-size: 14px; display: grid; place-items: center; flex-shrink: 0; }
.mock__stars { font-size: 12px; color: #B7860B; letter-spacing: 1px; }
.mock__sk { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.mock__sk i { display: block; height: 8px; border-radius: 4px; background: #E1E7EF; width: 70%; }
.mock__sk i + i { width: 40%; background: #ECF0F5; }
.mock__sq { width: 30px; height: 30px; border-radius: 8px; background: #ECF0F5; }
.mock__lead { position: absolute; top: 250px; inset-inline-end: 10px; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 16px; background: var(--white); color: var(--ink); box-shadow: var(--shadow-lg); }
.mock__lead-ic { width: 38px; height: 38px; border-radius: 50%; background: var(--wa); color: var(--white); display: grid; place-items: center; }
.mock__lead strong { display: block; font-size: 14px; }
.mock__lead small { font-size: 12px; color: var(--faint); }
.mock__langs { position: absolute; bottom: 70px; inset-inline-start: 20px; display: flex; gap: 6px; padding: 10px; border-radius: 14px; background: var(--navy-2); border: 1px solid var(--line); }
.mock__langs span { padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.08); color: var(--white); font-size: 13px; font-weight: 600; }

.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-block: 32px 48px; border-top: 1px solid var(--line); }
.stat b { display: block; font-family: var(--fd); font-size: clamp(30px, 3vw, 42px); font-weight: 800; line-height: 1.2; color: var(--white); }
.stat span { font-size: 15px; color: var(--muted); }
.platforms { background: var(--navy-2); border-top: 1px solid var(--line); }
.platforms .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; }
.platforms p { margin: 0; font-size: 14px; color: var(--muted); flex-shrink: 0; }
.platforms ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 36px; direction: ltr; font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: #8497B0; }

/* ---------- Page hero ---------- */
.page-hero { background: var(--navy); color: var(--white); }
.page-hero .wrap { padding-block: clamp(48px, 7vw, 88px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; }
.page-hero__copy { display: flex; flex-direction: column; gap: 18px; max-width: 820px; }
.page-hero .h1 { font-size: clamp(34px, 4.4vw, 56px); }
.lang-ar .page-hero .h1 { font-size: clamp(30px, 3.6vw, 46px); }
.page-hero__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 15px; color: var(--muted); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--muted); }
.crumbs a { color: #DCE6F2; }
.crumbs a:hover { color: var(--white); text-decoration: underline; }

/* ---------- Sections ---------- */
.section { padding-block: var(--sec); }
.section--soft { background: var(--soft); }
.section--dark { background: var(--navy); color: var(--white); }
.section--tight { padding-block: calc(var(--sec) * .6); }
.section + .section--flush { padding-top: 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px 48px; margin-bottom: clamp(32px, 4vw, 56px); flex-wrap: wrap; }
.section-head__main { max-width: 780px; }
.section-head__lead { margin: 0; max-width: 440px; font-size: 17px; color: var(--body); }
.section--dark .section-head__lead { color: var(--muted); }
.center { text-align: center; }
.center .section-head { justify-content: center; }

.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 14px; }
.card h3 { font-family: var(--fb); font-size: 19px; font-weight: 800; line-height: 1.4; letter-spacing: 0; }
.card p { margin: 0; color: var(--body); font-size: 16px; }
.ic { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; flex-shrink: 0; background: #E3EEF6; color: var(--brand); }
.ic--danger { background: var(--danger-soft); color: var(--danger); }
.ic--gold { background: var(--gold-soft); color: #8A5A00; }
.ic--dark { background: rgba(255,255,255,.08); color: var(--gold); }

/* Pain */
.pain { gap: 16px; }
.pain .card { border-color: #F0DCDD; }
.pain__num { font-family: var(--fd); font-size: 18px; font-weight: 800; color: #E9C9CB; }
.pain__top { display: flex; justify-content: space-between; align-items: center; }
.pain__t { font-size: 17px; font-weight: 700; line-height: 1.5; flex-grow: 1; color: var(--ink); }
.pain__fix { display: flex; gap: 8px; align-items: flex-start; padding-top: 14px; border-top: 1px dashed #E8D8E0; font-size: 14px; color: #146B45; font-weight: 700; line-height: 1.6; }
.pain__fix svg { color: var(--ok); flex-shrink: 0; margin-top: 3px; }

/* New license block */
.nl { background: var(--gold); border-radius: var(--r-xl); padding: clamp(28px, 5vw, 72px); display: flex; flex-direction: column; gap: 40px; }
.nl.lattice::before { filter: invert(1); opacity: .08; }
.nl__top { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 48px; align-items: start; }
.nl__copy { display: flex; flex-direction: column; gap: 20px; }
.nl__tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: var(--navy); color: var(--gold); font-size: 14px; font-weight: 800; }
.nl .h2 { color: var(--navy); }
.nl__lead { font-size: 19px; color: #3A2E10; margin: 0; max-width: 62ch; }
.checks { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; color: var(--navy); font-size: 16px; }
.checks li::before { content: ''; flex-shrink: 0; width: 22px; height: 22px; margin-top: 3px; border-radius: 50%; background: var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A93A' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / 13px no-repeat; }
.checks--light li { color: var(--ink); }
.checks--light li::before { background-color: var(--brand); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E"); }
.price-card { background: var(--navy); color: var(--white); border-radius: var(--r-lg); padding: 34px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 30px 60px rgba(11,31,58,.3); }
.price-card__name { font-weight: 800; color: var(--gold); }
.price-card__old { color: var(--muted); }
.price-card__old s { opacity: .9; }
.price-card__price { font-family: var(--fd); font-size: clamp(40px, 4vw, 56px); font-weight: 800; line-height: 1.2; }
.price-card__note { font-size: 15px; color: var(--muted); margin: 0; }
.price-card__scarce { display: flex; gap: 10px; align-items: center; padding: 14px 16px; border-radius: 14px; background: rgba(212,169,58,.12); border: 1px solid rgba(212,169,58,.4); font-size: 14px; color: #FFE7A8; line-height: 1.55; }
.price-card__scarce svg { color: var(--gold); flex-shrink: 0; }
.timeline { background: rgba(255,255,255,.55); border-radius: var(--r-lg); padding: 30px; }
.timeline h3 { font-family: var(--fb); font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 20px; letter-spacing: 0; }
.timeline ol { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; position: relative; }
.timeline ol::before { content: ''; position: absolute; top: 23px; inset-inline: 40px; height: 3px; background: rgba(11,31,58,.15); }
.timeline li { position: relative; display: flex; flex-direction: column; gap: 8px; }
.timeline__day { align-self: flex-start; min-width: 48px; height: 48px; padding: 0 14px; border-radius: 999px; background: var(--navy); color: var(--white); font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.timeline li:last-child .timeline__day { background: var(--brand); }
.timeline strong { color: var(--navy); font-size: 17px; }
.timeline p { margin: 0; font-size: 14px; color: #3A2E10; line-height: 1.6; }

/* Services */
.svc-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.svc-group { background: var(--white); border-radius: 32px; padding: 32px; border: 1px solid var(--border); display: flex; flex-direction: column; gap: 22px; }
.svc-group__head { display: flex; align-items: center; gap: 16px; }
.svc-group__num { padding: 8px 14px; border-radius: 999px; font-family: var(--fd); font-size: 15px; font-weight: 800; }
.svc-group__head h3 { font-size: 24px; font-weight: 800; line-height: 1.35; font-family: var(--fd); }
.svc-group__head p { margin: 0; font-size: 15px; color: var(--body); }
.svc-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.svc-item { display: flex; gap: 16px; align-items: flex-start; padding: 16px; border-radius: 18px; background: var(--bg); color: var(--ink); transition: background-color .15s; }
.svc-item:hover { background: var(--soft); color: var(--ink); }
.svc-item h4 { font-family: var(--fb); font-size: 17px; font-weight: 800; letter-spacing: 0; line-height: 1.4; margin-bottom: 4px; }
.svc-item p { margin: 0; font-size: 15px; color: var(--body); line-height: 1.6; }
.svc-item .ic { width: 48px; height: 48px; border-radius: 14px; }
.g0 .svc-group__num, .g0 .ic { background: #E3EEF6; color: var(--brand); }
.g1 .svc-group__num, .g1 .ic { background: #E6F0FA; color: #1E5A99; }
.g2 .svc-group__num, .g2 .ic { background: var(--gold-soft); color: #8A5A00; }
.g3 .svc-group__num, .g3 .ic { background: var(--ok-soft); color: #146B45; }

/* Calculator */
.calc { background: var(--navy); color: var(--white); border-radius: var(--r-xl); padding: clamp(28px, 5vw, 64px); display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 48px; }
.calc__copy { display: flex; flex-direction: column; gap: 22px; }
.calc__q { margin: 0 0 10px; font-weight: 700; color: #DCE6F2; font-size: 15px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { min-height: 48px; padding: 0 20px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--white); font-weight: 700; font-size: 15px; cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.calc__out { display: flex; flex-direction: column; gap: 14px; }
.calc__box { border-radius: 22px; padding: 26px; }
.calc__box span { display: block; font-size: 15px; font-weight: 600; }
.calc__box output { display: block; font-family: var(--fd); font-size: clamp(34px, 3.4vw, 46px); font-weight: 800; line-height: 1.3; }
.calc__box--lost { background: #2A0E1A; border: 1px solid #6B2135; }
.calc__box--lost span { color: #FFB3BD; }
.calc__box--lost output { color: #FF7A8A; }
.calc__box--save { background: #0E2A20; border: 1px solid #1F6B4B; }
.calc__box--save span { color: #A8F0CF; }
.calc__box--save output { color: #5EE0B0; }
.calc__box small { display: block; font-size: 13px; color: #9CCDB8; line-height: 1.6; margin-top: 6px; }

/* Packages */
.pkgs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.pkg { position: relative; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px 26px; display: flex; flex-direction: column; gap: 16px; }
.pkg--hot { background: var(--brand); color: var(--white); border-color: transparent; box-shadow: 0 30px 60px rgba(14,124,102,.3); }
.pkg__flag { position: absolute; top: -13px; inset-inline-start: 22px; padding: 6px 14px; border-radius: 999px; background: var(--navy); color: var(--gold); font-size: 12px; font-weight: 800; }
.pkg--hot .pkg__flag { background: var(--gold); color: var(--navy); }
.pkg--hot .ic { background: rgba(255,255,255,.16); color: var(--white); }
.pkg h3 { font-family: var(--fd); font-size: 22px; font-weight: 800; line-height: 1.35; }
.pkg__for { margin: 4px 0 0; font-size: 14px; color: var(--body); line-height: 1.55; }
.pkg--hot .pkg__for { color: #DCE9F5; }
.pkg__price { padding: 14px 0; border-block: 1px solid var(--border-2); }
.pkg--hot .pkg__price { border-color: rgba(255,255,255,.2); }
.pkg__price small { display: block; font-size: 14px; color: var(--body); }
.pkg--hot .pkg__price small { color: #DCE9F5; }
.pkg__price b { display: block; font-family: var(--fd); font-size: 32px; font-weight: 800; line-height: 1.3; }
.pkg__price em { font-style: normal; font-size: 14px; font-weight: 700; color: #146B45; }
.pkg--hot .pkg__price em { color: var(--gold); }
.pkg ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.pkg li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; }
.pkg li svg { color: var(--ok); flex-shrink: 0; margin-top: 2px; }
.pkg--hot li svg { color: var(--gold); }
.pkg .btn { width: 100%; }
.pkg--hot .btn--dark { background: var(--white); color: var(--brand); }
.alacarte { margin-top: 24px; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 32px; }
.alacarte__head { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: baseline; margin-bottom: 8px; }
.alacarte__head h3 { font-family: var(--fd); font-size: 21px; font-weight: 800; }
.alacarte__head p { margin: 0; font-size: 14px; color: var(--body); }
.alacarte dl { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 40px; }
.alacarte dl div { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-top: 1px solid var(--border-2); font-size: 15px; }
.alacarte dt { color: var(--body); }
.alacarte dd { margin: 0; font-weight: 800; white-space: nowrap; }

/* Industries */
.ind { background: var(--navy-2); border: 1px solid var(--line); border-radius: 24px; padding: 30px; display: flex; flex-direction: column; gap: 12px; color: var(--white); }
.ind .ic { width: 56px; height: 56px; color: var(--white); }
.ind h3 { font-family: var(--fb); font-size: 20px; font-weight: 800; line-height: 1.4; letter-spacing: 0; }
.ind__hook { margin: 0; font-weight: 800; color: var(--gold); }
.ind p { margin: 0; font-size: 15px; color: var(--muted); }
.ic--c0 { background: var(--brand); } .ic--c1 { background: #2F6FE0; } .ic--c2 { background: #B7790B; }
.ic--c3 { background: #1F9E6A; } .ic--c4 { background: #5A6B85; } .ic--c5 { background: #C4452F; }

/* Why + compare */
.why { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 56px; align-items: start; }
.feature-list { list-style: none; padding: 0; margin-top: 28px; display: flex; flex-direction: column; gap: 22px; }
.feature-list li { display: flex; gap: 16px; }
.feature-list h3 { font-family: var(--fb); font-size: 18px; font-weight: 800; letter-spacing: 0; line-height: 1.4; margin-bottom: 4px; }
.feature-list p { margin: 0; font-size: 15px; color: var(--body); }
.feature-list .ic { width: 48px; height: 48px; border-radius: 14px; }
.cmp { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); font-size: 16px; }
.cmp th { background: var(--navy); color: var(--white); text-align: start; padding: 20px 22px; font-size: 15px; }
.cmp th.is-us { background: var(--brand); }
.cmp td { padding: 20px 22px; border-top: 1px solid var(--border-2); vertical-align: top; }
.cmp td:first-child { font-weight: 700; }
.cmp td.is-us { background: #EEF6F3; font-weight: 700; }
.cmp__cell { display: flex; gap: 10px; align-items: flex-start; }
.cmp__cell svg { flex-shrink: 0; margin-top: 3px; }
.cmp .no { color: var(--danger); }
.cmp .yes { color: var(--ok); }
.table-scroll { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-lg); }
.matrix { min-width: 720px; }
.matrix td:not(:first-child), .matrix th:not(:first-child) { text-align: center; }
.matrix .dash { color: #B9C4D1; }

/* Seasons + process */
.seasons { background: var(--gold-soft); border-radius: var(--r-xl); padding: clamp(28px, 4vw, 56px); }
.seasons .eyebrow { color: #8A5A00; }
.season { background: var(--white); border-radius: 22px; padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.season__when { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #8A5A00; }
.season h3 { font-family: var(--fd); font-size: 20px; font-weight: 800; line-height: 1.35; }
.season p { margin: 0; font-size: 14px; color: var(--body); flex-grow: 1; line-height: 1.6; }
.season__pitch { align-self: flex-start; padding: 6px 12px; border-radius: 999px; background: var(--soft); color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.steps { list-style: none; padding: 0; counter-reset: step; }
.step { background: var(--white); border: 1px solid var(--border); border-radius: 24px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.step__n { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: var(--white); font-family: var(--fd); font-size: 19px; font-weight: 800; display: grid; place-items: center; }
.step:first-child .step__n { background: var(--brand); }
.step h3 { font-family: var(--fb); font-size: 19px; font-weight: 800; letter-spacing: 0; }
.step p { margin: 0; font-size: 15px; color: var(--body); }

/* FAQ */
.faq-wrap { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 56px; align-items: start; }
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--border); border-radius: 20px; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; font-weight: 800; font-size: 17px; line-height: 1.5; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { flex-shrink: 0; transition: transform .2s; color: var(--brand); }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details > div { padding: 0 24px 22px; color: var(--body); font-size: 16px; }
.faq details > div p:last-child { margin: 0; }

/* CTA band */
.cta-band { background: var(--brand); color: var(--white); border-radius: var(--r-xl); padding: clamp(32px, 5vw, 64px); display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-band.lattice::before { opacity: .12; }
.cta-band .h2 { max-width: 20ch; }
.cta-band p { margin: 12px 0 0; color: #DCE9F5; max-width: 56ch; }

/* Contact / forms */
.contact { display: grid; grid-template-columns: minmax(0, 440px) minmax(0, 1fr); gap: 56px; align-items: start; }
.contact__list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.contact__item { display: flex; gap: 14px; align-items: center; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--white); }
.contact__item:hover { color: var(--white); background: rgba(255,255,255,.1); }
.contact__item .ic { width: 42px; height: 42px; border-radius: 12px; }
.contact__item small { display: block; font-size: 13px; color: var(--muted); }
.contact__item b { font-size: 17px; }
.contact__item--light { background: var(--white); border-color: var(--border); color: var(--ink); }
.contact__item--light:hover { background: var(--soft); color: var(--ink); }
.contact__item--light small { color: var(--faint); }
.contact__item--light .ic { background: #E3EEF6; color: var(--brand); }
.referral { margin-top: 18px; display: flex; gap: 14px; align-items: center; padding: 20px; border-radius: 20px; background: var(--gold); color: var(--navy); }
.referral b { display: block; }
.form { background: var(--white); color: var(--ink); border-radius: 32px; padding: clamp(24px, 4vw, 44px); display: flex; flex-direction: column; gap: 18px; box-shadow: var(--shadow-lg); }
.section--soft .form, .form--flat { box-shadow: var(--shadow); border: 1px solid var(--border); }
.form__title { font-family: var(--fd); font-size: 26px; font-weight: 800; line-height: 1.35; }
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 15px; font-weight: 700; }
.field input, .field select, .field textarea {
	width: 100%; min-height: 52px; padding: 0 16px; border: 1.5px solid #CBD6E3; border-radius: 14px;
	background: #FBFCFE; color: var(--ink); font: inherit; font-weight: 500; font-size: 16px;
}
.field textarea { min-height: 110px; padding: 14px 16px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(14,124,102,.15); }
.field [dir="ltr"] { text-align: start; }
.lang-ar .field [dir="ltr"] { text-align: right; }
.check { display: flex; gap: 10px; align-items: center; font-weight: 700; font-size: 15px; }
.check input { width: 20px; height: 20px; accent-color: var(--brand); }
.hp { position: absolute; inset-inline-start: -9999px; }
.form__note { margin: 0; font-size: 14px; color: var(--faint); text-align: center; }
.form__status { margin: 0; font-size: 15px; font-weight: 700; min-height: 1.5em; text-align: center; }
.form__status.is-ok { color: var(--ok); }
.form__status.is-err { color: var(--danger); }
.map { border: 0; width: 100%; height: 100%; min-height: 360px; border-radius: var(--r-lg); background: var(--soft); }

/* About */
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.prose-lg p { font-size: 19px; color: var(--body); }
.mv { display: grid; gap: 16px; }
.mv .card { background: var(--navy); color: var(--white); border: 0; }
.mv .card p { color: var(--muted); }

/* ---------- Blog ---------- */
.posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { background: var(--white); border: 1px solid var(--border); border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; }
.post-card__media { aspect-ratio: 16 / 10; background: var(--navy); position: relative; overflow: hidden; display: block; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__ph { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 22px; color: var(--white); font-family: var(--fd); font-size: 20px; font-weight: 800; line-height: 1.35; }
.post-card__ph::before { content: ''; position: absolute; inset: 0; background: url(../img/lattice.svg); background-size: 70px; opacity: .14; }
.post-card__ph span { position: relative; }
.post-card:nth-child(3n+2) .post-card__media { background: var(--brand); }
.post-card:nth-child(3n+3) .post-card__media { background: #8A5A00; }
.post-card__body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.post-card__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 13px; color: var(--faint); font-weight: 600; }
.post-card__cat { color: var(--brand); font-weight: 800; }
.post-card h2, .post-card h3 { font-family: var(--fd); font-size: 20px; font-weight: 800; line-height: 1.4; letter-spacing: 0; }
.post-card h2 a, .post-card h3 a { color: var(--ink); }
.post-card h2 a:hover, .post-card h3 a:hover { color: var(--brand); }
.post-card p { margin: 0; font-size: 15px; color: var(--body); flex-grow: 1; }
.post-card__more { font-weight: 800; font-size: 15px; display: inline-flex; align-items: center; gap: 6px; }
.lang-ar .post-card__more svg, .lang-ar .flip { transform: scaleX(-1); }
.post-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; }
.post-card--featured .post-card__media { aspect-ratio: auto; min-height: 320px; }
.post-card--featured h2 { font-size: clamp(24px, 2.4vw, 32px); }
.blog-tools { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.cat-pills { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.cat-pills a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--border); color: var(--ink); font-size: 14px; font-weight: 700; }
.cat-pills a:hover, .cat-pills .is-current a { background: var(--navy); color: var(--white); border-color: var(--navy); }
.search-form { display: flex; gap: 8px; }
.search-form input { min-height: 44px; padding: 0 16px; border: 1.5px solid #CBD6E3; border-radius: 999px; font: inherit; font-size: 15px; min-width: 240px; background: var(--white); }
.search-form button { min-height: 44px; padding: 0 18px; border-radius: 999px; border: 0; background: var(--navy); color: var(--white); font-weight: 700; cursor: pointer; }

.article { display: grid; grid-template-columns: minmax(0, 720px) 320px; gap: 64px; justify-content: space-between; align-items: start; }
.article__aside { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 16px; }
.aside-cta { background: var(--navy); color: var(--white); border-radius: 24px; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.aside-cta h2 { font-size: 22px; font-weight: 800; }
.aside-cta p { margin: 0; color: var(--muted); font-size: 15px; }
.aside-cta .btn { width: 100%; }
.prose { font-size: 18px; color: #25344A; }
.lang-ar .prose { font-size: 19px; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-family: var(--fd); font-size: clamp(24px, 2.4vw, 30px); font-weight: 800; margin-top: 1.8em; line-height: 1.3; color: var(--ink); }
.prose h3 { font-family: var(--fd); font-size: 21px; font-weight: 800; margin-top: 1.5em; color: var(--ink); }
.prose p { margin-bottom: 0; }
.prose ul, .prose ol { padding-inline-start: 1.3em; }
.prose li + li { margin-top: .5em; }
.prose li::marker { color: var(--brand); }
.prose a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.prose blockquote { margin: 1.6em 0; padding: 20px 24px; border-radius: 18px; background: var(--soft); font-size: 1.05em; }
.prose img { border-radius: 18px; }
.prose strong { color: var(--ink); }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { padding: 10px 12px; border-bottom: 1px solid var(--border); text-align: start; }
.prose .wp-block-button__link { background: var(--brand); color: var(--white); border-radius: 14px; text-decoration: none; }
.alignwide { max-width: 1100px; }
.alignfull { width: 100vw; margin-inline: calc(50% - 50vw); }
.wp-caption-text, figcaption { font-size: 14px; color: var(--faint); }
.post-footer { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 8px; }
.tag { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: var(--soft); font-size: 13px; font-weight: 700; color: var(--body); }
.pagination { margin-top: 48px; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.pagination .page-numbers { min-width: 44px; height: 44px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--white); border: 1px solid var(--border); color: var(--ink); font-weight: 700; }
.pagination .current { background: var(--navy); color: var(--white); border-color: var(--navy); }
.empty { text-align: center; max-width: 620px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; gap: 16px; padding-block: 24px; }
.empty .ic { width: 72px; height: 72px; border-radius: 22px; }

/* Comments */
.comments { margin-top: 56px; }
.comment-list { list-style: none; padding: 0; }
.comment-list .comment { padding: 20px 0; border-top: 1px solid var(--border); }
.comment-list .children { list-style: none; padding-inline-start: 24px; }
.comment-form input:not([type="submit"]):not([type="checkbox"]), .comment-form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid #CBD6E3; border-radius: 12px; font: inherit; }
.comment-form .submit { min-height: 50px; padding: 0 24px; border-radius: 14px; border: 0; background: var(--brand); color: var(--white); font-weight: 700; cursor: pointer; }

/* Work */
.work-card { background: var(--white); border: 1px solid var(--border); border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; }
.work-card__media { aspect-ratio: 16/10; background: var(--navy); }
.work-card__media img { width: 100%; height: 100%; object-fit: cover; }
.work-card__body { padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.work-card__result { font-weight: 800; color: var(--brand); }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 40px; }
.fact { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 18px 20px; }
.fact small { display: block; font-size: 13px; color: var(--faint); font-weight: 700; }
.fact b { font-size: 17px; }

/* Service single */
.svc-single { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 56px; align-items: start; }
.svc-card { position: sticky; top: 120px; background: var(--white); border: 1px solid var(--border); border-radius: 28px; padding: 30px; display: flex; flex-direction: column; gap: 18px; box-shadow: var(--shadow); }
.svc-card h2 { font-family: var(--fb); font-size: 18px; font-weight: 800; letter-spacing: 0; }
.svc-card__price { padding: 16px 18px; border-radius: 16px; background: var(--soft); }
.svc-card__price small { display: block; font-size: 13px; font-weight: 700; color: var(--faint); }
.svc-card__price b { font-size: 18px; line-height: 1.5; }
.svc-card .btn { width: 100%; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-3); color: var(--muted); padding-block: 72px 32px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-grid h2 { font-family: var(--fb); font-size: 15px; font-weight: 800; color: var(--white); margin-bottom: 16px; letter-spacing: 0; }
.footer-grid ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: #DCE6F2; font-size: 15px; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-about p { margin: 14px 0 20px; font-size: 15px; }
.socials { display: flex; gap: 8px; list-style: none; padding: 0; flex-wrap: wrap; flex-direction: row !important; }
.socials a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--white); }
.footer-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-block: 48px 32px; }
.fcard { display: flex; gap: 14px; align-items: flex-start; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--white); }
.fcard:hover { color: var(--white); background: rgba(255,255,255,.07); }
.fcard .ic { width: 44px; height: 44px; border-radius: 12px; }
.fcard small { display: block; font-size: 13px; font-weight: 800; color: var(--gold); margin-bottom: 4px; }
.fcard b { font-size: 16px; line-height: 1.6; font-weight: 600; }
.fcard b.big { font-size: 20px; font-weight: 800; letter-spacing: .02em; direction: ltr; display: inline-block; }
.fcard--wa { background: var(--wa); border-color: var(--wa); color: var(--wa-ink); align-items: center; }
.fcard--wa:hover { background: #1FBE5B; color: var(--wa-ink); }
.fcard--wa .ic { background: rgba(255,255,255,.35); color: var(--wa-ink); }
.fcard--wa b { font-weight: 800; font-size: 17px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; font-size: 14px; }
.footer-bottom span + span::before { content: ''; }

.wa-float { position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 90; display: flex; align-items: center; gap: 10px; min-height: 58px; padding-inline: 12px 22px; border-radius: 999px; background: var(--wa); color: var(--wa-ink); font-weight: 800; font-size: 16px; box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.wa-float:hover { color: var(--wa-ink); transform: translateY(-2px); }
.wa-float__ic { width: 38px; height: 38px; border-radius: 50%; background: var(--white); color: #1FA855; display: grid; place-items: center; }

/* Widgets */
.widget { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 22px; }
.widget__title { font-size: 16px; font-weight: 800; margin-bottom: 12px; }
.widget ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
	.hero__grid { grid-template-columns: 1fr; }
	.mock { display: none; }
	.nav { display: none; }
	.menu-toggle { display: grid; }
	.pkgs { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
	.grid--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.calc, .nl__top, .why, .faq-wrap, .contact, .about-grid, .svc-single, .article { grid-template-columns: 1fr; }
	.article__aside, .svc-card { position: static; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.timeline ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.timeline ol::before { display: none; }
	.header-actions .btn--sm { display: none; }
}
@media (max-width: 900px) {
	.grid--3, .grid--4, .posts, .svc-groups { grid-template-columns: 1fr 1fr; }
	.stats { grid-template-columns: 1fr 1fr; }
	.post-card--featured { grid-template-columns: 1fr; }
	.alacarte dl { grid-template-columns: 1fr 1fr; }
	.footer-cards { grid-template-columns: 1fr; }
	.facts { grid-template-columns: 1fr; }
	.page-hero .wrap { grid-template-columns: 1fr; }
	.platforms .wrap { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
	body { font-size: 16px; }
	.grid--2, .grid--3, .grid--4, .grid--5, .posts, .svc-groups, .pkgs, .form__row, .checks, .alacarte dl, .footer-grid, .timeline ol { grid-template-columns: 1fr; }
	.hero__slides { min-height: 420px; }
	.lang-ar .hero__slides { min-height: 470px; }
	.btn-row .btn { width: 100%; }
	.lang-switch span { display: none; }
	.brand__name { font-size: 20px; }
	.wa-float span:not(.wa-float__ic) { display: none; }
	.wa-float { padding: 10px; }
	.announce { font-size: 13px; }
	.section-head { flex-direction: column; align-items: flex-start; }
}

/* Mobile drawer */
.drawer { position: fixed; inset: 0; z-index: 150; background: var(--navy); color: var(--white); padding: 24px var(--gutter); display: flex; flex-direction: column; gap: 24px; overflow-y: auto; transform: translateY(-100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
.drawer.is-open { transform: none; visibility: visible; }
.drawer__top { display: flex; justify-content: space-between; align-items: center; }
.drawer ul { list-style: none; padding: 0; display: flex; flex-direction: column; }
.drawer li a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--white); font-family: var(--fd); font-size: 22px; font-weight: 700; }
.drawer .btn { width: 100%; }
body.no-scroll { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
@media print {
	.site-header, .site-footer, .wa-float, .announce, .article__aside { display: none !important; }
}

/* Slider arrow direction (LTR / RTL) */
.hero__arrow .flip-prev { transform: scaleX(-1); }
.lang-ar .hero__arrow svg { transform: scaleX(-1); }
.lang-ar .hero__arrow .flip-prev { transform: none; }
.section--calc { padding-top: 0; }
.ind-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; padding: 36px; }
.ind-row .ic { color: #fff; }
.contact--audit { grid-template-columns: minmax(0, 1fr) minmax(0, 560px); }
@media (max-width: 1180px) { .contact--audit { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .ind-row { grid-template-columns: 1fr; gap: 20px; padding: 28px; } }

/* Header fit on laptop widths */
.site-header__bar { gap: 16px; }
.nav { min-width: 0; }
.nav a { padding: 0 12px; font-size: 14.5px; }
@media (max-width: 1400px) {
	.header-actions .btn--sm { display: none; }
	.header-actions .lang-switch span { display: none; }
	.header-actions .lang-switch { padding: 0; width: 44px; justify-content: center; }
}
@media (max-width: 1280px) {
	.nav { display: none; }
	.site-header .menu-toggle { display: grid; }
	.header-actions .btn--sm { display: inline-flex; }
}
@media (max-width: 640px) { .header-actions .btn--sm { display: none; } }
@media (max-width: 640px) { .btn { white-space: normal; } }

/* Testimonials */
.quote { margin: 0; background: var(--white); border: 1px solid var(--border); border-radius: 24px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.quote__stars { color: #D99A0B; font-size: 18px; letter-spacing: 2px; }
.quote blockquote { margin: 0; flex-grow: 1; font-size: 17px; color: var(--ink); line-height: 1.7; }
.quote blockquote p { margin: 0 0 .6em; }
.quote figcaption { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border-2); }
.quote figcaption b { display: block; font-size: 16px; }
.quote figcaption small { display: block; font-size: 14px; color: var(--faint); }
.quote__img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.quote__img--ph { display: grid; place-items: center; background: var(--brand); color: var(--white); font-weight: 800; font-size: 19px; }
.quote__src { margin-inline-start: auto; padding: 4px 10px; border-radius: 999px; background: var(--soft); font-size: 12px; font-weight: 800; color: var(--body); }
.quote__src--wa { background: #DDF7E6; color: #146B45; }

/* Cookie consent */
.consent { position: fixed; z-index: 120; bottom: 20px; inset-inline-start: 20px; max-width: 440px; background: var(--navy); color: #DCE6F2; border: 1px solid var(--line); border-radius: 20px; padding: 20px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 14px; font-size: 15px; }
.consent[hidden] { display: none; }
.consent p { margin: 0; }
.consent a { color: var(--gold); text-decoration: underline; }
.consent__btns { display: flex; gap: 10px; justify-content: flex-end; }
.consent .btn--ghost { color: var(--white); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.35); }
.linklike { background: none; border: 0; padding: 0; color: inherit; text-decoration: underline; cursor: pointer; font-size: inherit; }
@media (max-width: 640px) { .consent { inset-inline: 12px; bottom: 88px; max-width: none; } }
.check--consent { align-items: flex-start; font-weight: 500; font-size: 14px; line-height: 1.6; color: var(--body); } .check--consent input { margin-top: 3px; flex-shrink: 0; } .check--consent a { text-decoration: underline; }

/* Community pages (Bengali / Urdu) */
.community--bn { --fd: 'Hind Siliguri', 'Manrope', sans-serif; --fb: 'Hind Siliguri', 'Manrope', sans-serif; --lh-d: 1.35; --lh-b: 1.8; --ls-d: 0; }
.community--ur { --fd: 'Noto Nastaliq Urdu', 'Tajawal', serif; --fb: 'Noto Nastaliq Urdu', 'Tajawal', serif; --lh-d: 2; --lh-b: 2.2; --ls-d: 0; }
.community { font-family: var(--fb); line-height: var(--lh-b); }
.community .h1 { font-size: clamp(30px, 4vw, 50px); }
.community--ur .h1 { font-size: clamp(26px, 3.2vw, 40px); }
.community--ur .h2 { font-size: clamp(24px, 2.6vw, 34px); }
.community .eyebrow { font-weight: 600; }
.community .btn, .community .field, .community .field input { font-family: var(--fb); }
.community--ur .btn { line-height: 2; }

/* Free guides */
.guides { gap: 24px; }
.guide { background: var(--white); border: 1px solid var(--border); border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; }
.guide__cover { background: var(--navy); color: var(--white); padding: 30px; display: flex; flex-direction: column; gap: 10px; }
.guide__cover h2 { font-size: 24px; }
.guide__cover p { margin: 0; color: var(--muted); }
.guide__cover small { color: var(--gold); font-weight: 700; }
.guide__tag { font-size: 13px; font-weight: 800; color: var(--gold); }
.guide__form { padding: 26px 30px 30px; display: flex; flex-direction: column; gap: 14px; }
.guide__form .btn { width: 100%; }
.guide__done .btn { width: 100%; }
.aside-guide { background: var(--gold-soft); border-radius: 24px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.aside-guide h2 { font-size: 18px; font-weight: 800; }
.aside-guide p { margin: 0; font-size: 15px; color: var(--body); }
