/*
Theme Name: Best Scrap Buyer Dammam KSA
Theme URI: https://example.com/best-scrap-buyer-dammam
Author: Vorsa Media
Description: A bilingual, conversion-focused WordPress theme for a scrap buyer serving Dammam and the Eastern Province of Saudi Arabia.
Version: 2.1.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: best-scrap-buyer
*/

:root {
	--ink: #171a1c;
	--ink-2: #23282b;
	--copper: #b96d3a;
	--copper-dark: #8f4e28;
	--sand: #e4d7c7;
	--cream: #f4f0e9;
	--paper: #fcfaf6;
	--white: #ffffff;
	--muted: #6c706f;
	--line: #ded8ce;
	--green: #176b4d;
	--shadow: 0 24px 65px rgba(23, 26, 28, .12);
	--radius: 3px;
	--container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body[data-lang="ar"] { direction: rtl; font-family: Tahoma, Arial, sans-serif; }
body[data-lang="en"] { direction: ltr; }
body[data-lang="ar"] .lang-en,
body:not([data-lang]) .lang-en { display: none !important; }
body[data-lang="en"] .lang-ar { display: none !important; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--copper); color: #fff; }
.skip-link:focus { top: 12px; }

.eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	color: rgba(255,255,255,.72);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}
body[data-lang="ar"] .eyebrow { letter-spacing: 0; font-size: 13px; }
.eyebrow.dark { color: var(--copper-dark); }
.eyebrow-line { width: 34px; height: 2px; background: var(--copper); flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
body[data-lang="ar"] h1,
body[data-lang="ar"] h2 { font-family: Tahoma, Arial, sans-serif; font-weight: 800; letter-spacing: -.02em; line-height: 1.25; }
h1 { font-size: clamp(50px, 6.1vw, 88px); }
h2 { font-size: clamp(42px, 4.4vw, 66px); }
h1 em, h2 em { color: var(--copper); font-style: italic; }
body[data-lang="ar"] h1 em,
body[data-lang="ar"] h2 em { font-style: normal; }

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 25px;
	border: 1px solid transparent;
	border-radius: var(--radius);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .02em;
	transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
	cursor: pointer;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 45px; padding: 0 18px; font-size: 13px; }
.button-copper { background: var(--copper); color: #fff; border-color: var(--copper); }
.button-copper:hover { background: var(--copper-dark); border-color: var(--copper-dark); }
.button-whatsapp { background: var(--green); color: #fff; border-color: var(--green); }
.button-whatsapp:hover { background: #11533b; border-color: #11533b; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.wa-icon { display: grid; place-items: center; width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 50%; font-size: 8px; }

/* Header */
.site-header { position: absolute; inset: 0 0 auto; z-index: 100; color: #fff; }
.utility-bar { border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(12,14,15,.55); }
.utility-inner { height: 39px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; letter-spacing: .08em; }
.utility-inner p { display: flex; align-items: center; gap: 9px; margin: 0; color: rgba(255,255,255,.72); }
.utility-inner a { font-weight: 800; color: #fff; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #53bd84; box-shadow: 0 0 0 4px rgba(83,189,132,.15); }
.nav-shell { border-bottom: 1px solid rgba(255,255,255,.16); transition: .25s ease; }
.site-header.is-sticky .nav-shell { position: fixed; top: 0; inset-inline: 0; color: var(--ink); background: rgba(252,250,246,.96); border-color: var(--line); box-shadow: 0 12px 30px rgba(23,26,28,.08); backdrop-filter: blur(14px); }
.nav-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 218px; }
.brand-mark { width: 45px; height: 45px; color: currentColor; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 17px; letter-spacing: .08em; }
.brand-copy small { margin-top: 7px; color: var(--copper); font-size: 9px; font-weight: 900; letter-spacing: .26em; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-inline-start: auto; }
.desktop-nav a { position: relative; padding: 10px 0; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 650; }
.site-header.is-sticky .desktop-nav a { color: #4c5050; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; width: 0; inset-inline-start: 0; bottom: 2px; background: var(--copper); transition: width .2s ease; }
.desktop-nav a:hover { color: #fff; }
.site-header.is-sticky .desktop-nav a:hover { color: var(--ink); }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-toggle { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: inherit; background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; }
.site-header.is-sticky .language-toggle { border-color: var(--line); }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .2s ease; }
.mobile-menu { position: fixed; top: 74px; inset-inline: 14px; z-index: 99; padding: 20px; color: var(--ink); background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); }
.mobile-menu a:not(.button) { display: block; padding: 13px 5px; border-bottom: 1px solid #eee8df; font-weight: 700; }
.mobile-menu .button { width: 100%; margin-top: 16px; }

/* Hero */
.hero { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/images/hero-scrap-pickup.webp") center center / cover no-repeat; transform: scale(1.005); }
.hero-shade { background: linear-gradient(90deg, rgba(10,12,13,.93) 0%, rgba(10,12,13,.75) 42%, rgba(10,12,13,.2) 69%, rgba(10,12,13,.06) 100%), linear-gradient(0deg, rgba(10,12,13,.3), transparent 35%); }
body[data-lang="ar"] .hero-shade { background: linear-gradient(270deg, rgba(10,12,13,.93) 0%, rgba(10,12,13,.75) 42%, rgba(10,12,13,.2) 69%, rgba(10,12,13,.06) 100%), linear-gradient(0deg, rgba(10,12,13,.3), transparent 35%); }
.hero-content { position: relative; z-index: 2; padding-top: 126px; }
.hero-copy { width: min(690px, 61vw); }
.hero-lead { max-width: 610px; margin-bottom: 31px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { display: flex; align-items: stretch; gap: 0; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.16); width: min(620px, 100%); }
.hero-proof div { flex: 1; min-width: 0; padding: 20px 0 0; }
.hero-proof div + div { padding-inline-start: 26px; margin-inline-start: 26px; border-inline-start: 1px solid rgba(255,255,255,.16); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: #fff; font-size: 14px; }
.hero-proof span { margin-top: 3px; color: rgba(255,255,255,.52); font-size: 11px; }
.hero-scroll { position: absolute; z-index: 3; inset-inline-end: 32px; bottom: 40px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: bottom right; }
.hero-scroll i { display: block; width: 46px; height: 1px; background: rgba(255,255,255,.4); }

.trust-ribbon { background: var(--ink); color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 17px; padding: 25px 22px; border-inline-start: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-inline-end: 1px solid rgba(255,255,255,.1); }
.trust-icon { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(185,109,58,.7); border-radius: 50%; color: var(--copper); font: 700 10px/1 Georgia, serif; }
.trust-grid p { margin: 0; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 10px; }

/* Services */
.services-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.28fr .72fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.split-heading h2 { margin: 0; }
.split-heading > p { margin: 0 0 9px; color: var(--muted); line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 278px; gap: 14px; }
.service-card { position: relative; overflow: hidden; background: #2a2d2e; }
.service-card-wide { grid-column: span 2; }
.service-card-tall { grid-row: span 2; }
.service-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.04); transition: transform .55s ease, filter .4s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,12,13,.91) 0%, rgba(10,12,13,.12) 65%, rgba(10,12,13,.03)); }
.service-card:hover img { transform: scale(1.045); filter: saturate(.95) contrast(1.02); }
.service-overlay { position: absolute; z-index: 2; inset: auto 22px 19px; color: #fff; }
.service-overlay > span { display: block; margin-bottom: 7px; color: var(--copper); font: 700 10px/1 Georgia, serif; letter-spacing: .12em; }
.service-overlay h3 { margin: 0; font-size: 18px; line-height: 1.25; }
.service-overlay p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.5; }
.services-note { display: flex; align-items: center; gap: 18px; margin-top: 24px; padding: 20px 24px; border: 1px solid var(--line); background: #fff; }
.note-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-size: 22px; flex: 0 0 auto; }
.services-note p { margin: 0; }
.services-note p strong, .services-note p span { display: block; }
.services-note p strong { font-size: 13px; }
.services-note p span { color: var(--muted); font-size: 11px; }
.services-note > a { margin-inline-start: auto; color: var(--copper-dark); font-size: 12px; font-weight: 800; white-space: nowrap; }

/* Process */
.process-section { overflow: hidden; color: #fff; background: var(--ink); }
.process-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 92px; align-items: center; }
.process-visual { position: relative; min-height: 630px; }
.process-main-image { width: 83%; height: 535px; object-fit: cover; filter: saturate(.78); }
.process-small-image { position: absolute; width: 50%; height: 245px; object-fit: cover; inset-inline-end: 0; bottom: 0; border: 10px solid var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.process-badge { position: absolute; inset-inline-start: -24px; bottom: 52px; z-index: 2; width: 145px; min-height: 118px; padding: 21px; background: var(--copper); }
.process-badge strong, .process-badge span { display: block; }
.process-badge strong { font: 500 32px/1 Georgia, serif; }
.process-badge span { margin-top: 9px; font-size: 10px; line-height: 1.45; }
.process-content h2 { margin-bottom: 27px; }
.process-intro { color: rgba(255,255,255,.62); line-height: 1.9; }
.steps { margin: 38px 0 33px; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 0 0 24px; position: relative; }
.steps li:not(:last-child)::after { content: ""; position: absolute; top: 38px; bottom: 2px; inset-inline-start: 21px; width: 1px; background: rgba(255,255,255,.15); }
.steps li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(185,109,58,.8); border-radius: 50%; color: var(--copper); font: 700 13px/1 Georgia, serif; background: var(--ink); }
.steps h3 { margin: 1px 0 4px; font-size: 16px; }
.steps p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 5px; border-bottom: 1px solid rgba(185,109,58,.6); color: var(--copper); font-size: 13px; font-weight: 800; }

/* Areas */
.areas-section { background: #efe9df; }
.areas-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.areas-copy > p:not(.eyebrow):not(.coverage-note) { max-width: 650px; color: var(--muted); line-height: 1.9; }
.city-tags { display: grid; grid-template-columns: repeat(2, 1fr); margin: 32px 0 0; padding: 0; border-top: 1px solid #d4cabb; border-inline-start: 1px solid #d4cabb; list-style: none; }
.city-tags li { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border-inline-end: 1px solid #d4cabb; border-bottom: 1px solid #d4cabb; background: rgba(255,255,255,.28); }
.city-tags b { color: var(--copper); font: 700 9px/1 Georgia, serif; }
.city-tags i { font-style: normal; font-size: 13px; font-weight: 700; }
.coverage-note { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0 0; color: #7b746c; font-size: 11px; }
.coverage-note > span:first-child { color: var(--copper); font-size: 18px; }
.area-map { position: relative; aspect-ratio: .87; min-height: 520px; background: #222628; overflow: hidden; box-shadow: var(--shadow); }
.area-map::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 34px 34px; }
.map-shape { position: absolute; width: 70%; height: 82%; inset: 10% 15%; opacity: .88; background: #393f41; clip-path: polygon(57% 0, 73% 8%, 83% 21%, 81% 36%, 98% 50%, 86% 65%, 74% 67%, 70% 84%, 55% 100%, 39% 86%, 19% 90%, 9% 76%, 13% 61%, 0 45%, 16% 31%, 24% 14%, 42% 15%); border: 1px solid rgba(255,255,255,.2); }
.map-shape::after { content: ""; position: absolute; width: 35%; height: 75%; inset-inline-end: 6%; top: 11%; border-inline-start: 2px solid rgba(185,109,58,.55); transform: rotate(-9deg); }
.map-point { position: absolute; z-index: 2; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .11em; }
.map-point i { display: block; width: 9px; height: 9px; border: 2px solid var(--copper); border-radius: 50%; box-shadow: 0 0 0 6px rgba(185,109,58,.16); }
.point-1 { inset-inline-end: 24%; top: 48%; }
.point-2 { inset-inline-end: 22%; top: 58%; }
.point-3 { inset-inline-end: 27%; top: 29%; }
.point-4 { inset-inline-end: 37%; top: 75%; }
.map-label { position: absolute; z-index: 2; inset: auto 28px 26px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); color: #fff; }
.map-label strong, .map-label small { display: block; }
.map-label strong { font-size: 16px; }
.map-label small { color: rgba(255,255,255,.46); font-size: 10px; }

/* Quote */
.quote-section { color: #fff; background: var(--ink); }
.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy > p:not(.eyebrow) { color: rgba(255,255,255,.57); line-height: 1.9; }
.quote-assurances { margin: 33px 0; padding: 0; list-style: none; }
.quote-assurances li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; padding: 10px 0; color: rgba(255,255,255,.66); font-size: 12px; }
.quote-assurances li > span:first-child { display: grid; place-items: center; width: 22px; height: 22px; color: var(--copper); border: 1px solid rgba(185,109,58,.55); border-radius: 50%; }
.direct-contact { display: flex; align-items: center; gap: 13px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.phone-ring { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.direct-contact small, .direct-contact a { display: block; }
.direct-contact small { color: rgba(255,255,255,.48); font-size: 10px; }
.direct-contact a { font-size: 18px; font-weight: 800; }
.quote-card { padding: 37px; color: var(--ink); background: #f7f2eb; box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.form-heading { display: flex; align-items: center; gap: 15px; padding-bottom: 23px; margin-bottom: 25px; border-bottom: 1px solid #dcd3c7; }
.form-heading > span { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: var(--copper); font: 700 11px/1 Georgia, serif; }
.form-heading h3 { margin: 0; font-size: 18px; }
.form-heading p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }
.form-notice { display: grid; gap: 4px; margin-bottom: 22px; padding: 15px 18px; font-size: 12px; border-inline-start: 4px solid; }
.form-notice.success { color: #19543e; background: #e4f1eb; border-color: #2b805f; }
.form-notice.error { color: #7d342c; background: #f7e8e5; border-color: #b45549; }
.form-grid { display: grid; gap: 16px; }
.two-cols { grid-template-columns: repeat(2, 1fr); }
.quote-form > label, .form-grid label { display: grid; gap: 7px; margin-bottom: 16px; color: #4d4e4d; font-size: 11px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d6ccbf; border-radius: 0; outline: 0; color: var(--ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(185,109,58,.12); }
.upload-field > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-ui { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 92px; padding: 14px; border: 1px dashed #c9baa8; background: rgba(255,255,255,.55); cursor: pointer; }
.upload-ui > b { color: var(--copper); font-size: 24px; font-weight: 400; }
.upload-ui strong, .upload-ui small { display: block; }
.upload-ui strong { font-size: 11px; }
.upload-ui small { color: var(--muted); font-size: 9px; font-weight: 500; }
.upload-field em { color: var(--green); font-size: 10px; font-style: normal; }
.submit-button { width: 100%; }
.submit-button b { margin-inline-start: auto; }
.form-privacy { display: flex; gap: 8px; justify-content: center; margin: 11px 0 0; color: #8a857e; font-size: 9px; text-align: center; }

/* FAQ and final CTA */
.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-heading { position: sticky; top: 125px; align-self: start; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; gap: 20px; padding: 24px 4px; font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { margin-inline-start: auto; color: var(--copper); font-size: 20px; font-style: normal; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { padding: 0 50px 23px 4px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
body[data-lang="ar"] .faq-list details > p { padding: 0 4px 23px 50px; }
.final-cta { padding: 85px 0; color: #fff; background: var(--copper-dark); }
.final-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.final-cta h2 { margin: 0; }
.final-cta h2 em { color: #fff; }
.final-cta-inner > div:last-child p { color: rgba(255,255,255,.66); line-height: 1.8; }

/* Inner pages */
.page-hero { position: relative; min-height: 660px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #171a1c; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 80%, rgba(185,109,58,.16), transparent 33%), linear-gradient(115deg, rgba(12,14,15,.98) 0%, rgba(12,14,15,.9) 55%, rgba(12,14,15,.5) 100%); }
body[data-lang="ar"] .page-hero::after { background: radial-gradient(circle at 82% 80%, rgba(185,109,58,.16), transparent 33%), linear-gradient(245deg, rgba(12,14,15,.98) 0%, rgba(12,14,15,.9) 55%, rgba(12,14,15,.5) 100%); }
.page-hero.has-photo::after { background: linear-gradient(90deg, rgba(10,12,13,.96) 0%, rgba(10,12,13,.86) 46%, rgba(10,12,13,.3) 74%, rgba(10,12,13,.12) 100%); }
body[data-lang="ar"] .page-hero.has-photo::after { background: linear-gradient(270deg, rgba(10,12,13,.96) 0%, rgba(10,12,13,.86) 46%, rgba(10,12,13,.3) 74%, rgba(10,12,13,.12) 100%); }
.page-hero-photo, .page-hero-grid { position: absolute; inset: 0; }
.page-hero-photo { background-position: center; background-size: cover; filter: saturate(.82) contrast(1.03); }
.page-hero-grid { opacity: .09; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 56px 56px; transform: perspective(500px) rotateX(58deg) scale(1.8); transform-origin: bottom; }
.page-hero.has-photo .page-hero-grid { display: none; }
.page-hero-inner { position: relative; z-index: 2; padding-top: 210px; padding-bottom: 88px; }
.page-hero-copy { width: min(760px, 66vw); }
.page-hero h1 { font-size: clamp(48px, 5.7vw, 80px); }
.page-hero-lead { max-width: 660px; margin-bottom: 30px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.85; }
.subnav { position: relative; z-index: 4; color: #fff; background: var(--copper-dark); }
.subnav-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.subnav a { display: flex; justify-content: center; align-items: center; min-height: 66px; padding: 10px 18px; border-inline-start: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 800; text-align: center; }
.subnav a:last-child { border-inline-end: 1px solid rgba(255,255,255,.14); }
.subnav a:hover { background: rgba(255,255,255,.1); }
.inner-section { background: var(--paper); }
.inner-heading { max-width: 760px; margin-bottom: 50px; }
.category-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.category-list > a { min-height: 260px; padding: 28px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s ease, transform .2s ease; }
.category-list > a:hover { position: relative; z-index: 1; color: #fff; background: var(--ink-2); transform: translateY(-3px); }
.category-list b, .detail-checks b, .value-grid b, .area-card-grid b { color: var(--copper); font: 700 11px/1 Georgia, serif; letter-spacing: .1em; }
.category-list h3 { margin: 58px 0 11px; font-size: 18px; line-height: 1.35; }
.category-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.category-list > a:hover p { color: rgba(255,255,255,.56); }
.detail-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; align-items: start; }
.detail-copy { position: sticky; top: 125px; }
.detail-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.detail-checks { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.detail-checks > div { min-height: 255px; padding: 30px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.detail-checks h3 { margin: 56px 0 10px; font-size: 17px; }
.detail-checks p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.process-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-page-grid article { min-height: 490px; overflow: hidden; background: #fff; }
.process-card-image { display: block; width: 100%; height: 215px; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.process-card-body { padding: 0 38px 38px; }
.process-card-body > span { display: grid; place-items: center; width: 52px; height: 52px; margin-top: -26px; position: relative; z-index: 1; color: #fff; border: 6px solid #fff; border-radius: 50%; background: var(--copper); font: 700 12px/1 Georgia, serif; box-sizing: content-box; }
.process-page-grid h2 { margin: 30px 0 18px; font-size: clamp(28px, 3vw, 40px); }
.process-page-grid p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.service-area-photo { position: relative; min-height: 350px; margin-bottom: 28px; overflow: hidden; background: var(--ink-2); }
.service-area-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,24,24,.84) 0%, rgba(21,24,24,.2) 63%, rgba(21,24,24,.06) 100%); }
[dir="rtl"] .service-area-photo::after { background: linear-gradient(270deg, rgba(21,24,24,.84) 0%, rgba(21,24,24,.2) 63%, rgba(21,24,24,.06) 100%); }
.service-area-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-area-photo-copy { position: absolute; z-index: 1; inset-inline-start: 38px; bottom: 34px; display: flex; align-items: center; gap: 20px; color: #fff; }
.service-area-photo-copy > span { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--copper); font: 700 17px/1 Georgia, serif; }
.service-area-photo-copy strong, .service-area-photo-copy small { display: block; }
.service-area-photo-copy strong { font-size: 22px; }
.service-area-photo-copy small { margin-top: 7px; color: rgba(255,255,255,.7); font-size: 12px; }
.area-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d7cfc3; border-inline-start: 1px solid #d7cfc3; }
.area-card-grid > div { min-height: 195px; padding: 25px; border-inline-end: 1px solid #d7cfc3; border-bottom: 1px solid #d7cfc3; background: #fff; }
.area-card-grid h3 { margin: 36px 0 8px; font-size: 18px; }
.area-card-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.location-note { display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: center; gap: 25px; margin-top: 28px; padding: 24px 28px; color: #fff; background: var(--ink-2); }
.location-note p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; }
.reviews-section { background: #eee8df; }
.reviews-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.reviews-heading h2 { margin-bottom: 0; }
.reviews-heading > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); line-height: 1.8; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 285px; padding: 34px; border-top: 3px solid var(--copper); background: #fff; box-shadow: 0 12px 40px rgba(28,31,30,.07); }
.review-stars { color: var(--copper); letter-spacing: .18em; font-size: 14px; }
.review-card blockquote { margin: 45px 0 34px; color: var(--ink-2); font: 400 20px/1.55 Georgia, serif; }
.review-card p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.value-grid > div { min-height: 180px; padding: 28px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.value-grid h3 { margin: 52px 0 0; font-size: 17px; }
.page-quote-section { padding-top: 100px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-panel { min-height: 330px; padding: 42px; color: #fff; background: var(--ink-2); }
.contact-panel > span { color: var(--copper); font: 700 11px/1 Georgia, serif; }
.contact-panel h2 { margin: 75px 0 20px; font-size: 38px; }
.contact-panel a { color: #fff; font-size: clamp(22px, 3vw, 36px); font-weight: 800; }
.contact-panel p { margin: 12px 0 0; color: rgba(255,255,255,.52); font-size: 12px; }
.whatsapp-panel { background: var(--green); }
.whatsapp-panel > span { color: rgba(255,255,255,.62); }

/* Footer */
.site-footer { padding: 70px 0 20px; color: rgba(255,255,255,.7); background: #111315; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr; gap: 70px; padding-bottom: 55px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 430px; margin-top: 20px; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.9; }
.site-footer h3 { margin: 7px 0 19px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; color: rgba(255,255,255,.47); font-size: 12px; }
.site-footer a:hover { color: var(--copper); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.32); font-size: 10px; }
.footer-bottom p { margin: 0; }
.mobile-action-bar { display: none; }

/* Motion */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
	.desktop-nav { gap: 18px; }
	.desktop-nav a { font-size: 12px; }
	.process-layout, .areas-layout { gap: 55px; }
	.quote-layout { gap: 55px; }
	.process-visual { min-height: 570px; }
	.process-main-image { height: 470px; }
}

@media (max-width: 900px) {
	:root { --container: min(100% - 32px, 760px); }
	.section { padding: 88px 0; }
	.desktop-nav, .desktop-quote { display: none; }
	.menu-toggle { display: block; }
	.utility-inner { height: 35px; }
	.nav-inner { height: 74px; }
	.hero { min-height: 740px; }
	.hero-content { padding-top: 130px; }
	.hero-copy { width: min(670px, 88vw); }
	.hero-shade, body[data-lang="ar"] .hero-shade { background: linear-gradient(90deg, rgba(10,12,13,.9), rgba(10,12,13,.55) 72%, rgba(10,12,13,.3)), linear-gradient(0deg, rgba(10,12,13,.45), transparent 45%); }
	body[data-lang="ar"] .hero-shade { background: linear-gradient(270deg, rgba(10,12,13,.9), rgba(10,12,13,.55) 72%, rgba(10,12,13,.3)), linear-gradient(0deg, rgba(10,12,13,.45), transparent 45%); }
	.hero-scroll { display: none; }
	.trust-grid { grid-template-columns: repeat(2, 1fr); }
	.trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.1); }
	.split-heading, .process-layout, .areas-layout, .quote-layout, .faq-layout, .final-cta-inner { grid-template-columns: 1fr; }
	.split-heading, .process-layout, .areas-layout, .quote-layout, .faq-layout { gap: 50px; }
	.split-heading { align-items: start; }
	.service-grid { grid-template-columns: repeat(2, 1fr); }
	.service-card-wide { grid-column: span 2; }
	.service-card-tall { grid-row: auto; }
	.process-visual { width: min(640px, 100%); }
	.quote-copy, .faq-heading { position: static; }
	.area-map { min-height: 580px; }
	.final-cta-inner { gap: 30px; }
	.footer-grid { grid-template-columns: 1.2fr .8fr; }
	.footer-grid > div:last-child { grid-column: 1 / -1; }
	.page-hero-copy { width: min(680px, 88vw); }
	.category-list, .area-card-grid { grid-template-columns: repeat(2, 1fr); }
	.detail-layout { grid-template-columns: 1fr; gap: 50px; }
	.detail-copy { position: static; }
	.process-page-grid { grid-template-columns: 1fr; }
	.process-page-grid article { min-height: 0; }
	.process-page-grid h2 { margin-top: 30px; }
	.reviews-heading { grid-template-columns: 1fr; gap: 24px; }
	.reviews-grid { grid-template-columns: 1fr; }
	.review-card { min-height: 0; }
}

@media (max-width: 620px) {
	:root { --container: calc(100% - 28px); }
	body { padding-bottom: 65px; font-size: 15px; }
	.section { padding: 72px 0; }
	h1 { font-size: clamp(43px, 13vw, 58px); }
	h2 { font-size: clamp(37px, 11vw, 48px); }
	.utility-inner { font-size: 9px; }
	.utility-inner p { max-width: 68%; }
	.nav-inner { height: 68px; }
	.brand { min-width: 0; }
	.brand-mark { width: 39px; height: 39px; }
	.brand-copy strong { font-size: 14px; }
	.brand-copy small { font-size: 7px; }
	.language-toggle { width: 38px; height: 38px; }
	.hero { min-height: 760px; align-items: flex-end; padding-bottom: 46px; }
	.hero-media { background-position: 62% center; }
	.hero-shade, body[data-lang="ar"] .hero-shade { background: linear-gradient(0deg, rgba(10,12,13,.97) 4%, rgba(10,12,13,.76) 54%, rgba(10,12,13,.24) 100%); }
	.hero-content { padding-top: 150px; }
	.hero-copy { width: 100%; }
	.hero-lead { font-size: 15px; line-height: 1.75; }
	.hero-actions { display: grid; grid-template-columns: 1fr; }
	.hero-actions .button { width: 100%; }
	.hero-proof { margin-top: 30px; }
	.hero-proof div { padding-top: 15px; }
	.hero-proof div + div { padding-inline-start: 11px; margin-inline-start: 11px; }
	.hero-proof strong { font-size: 11px; }
	.hero-proof span { font-size: 8px; }
	.trust-grid { grid-template-columns: 1fr 1fr; }
	.trust-grid > div { gap: 10px; padding: 17px 10px; }
	.trust-icon { width: 32px; height: 32px; }
	.trust-grid strong { font-size: 11px; }
	.trust-grid small { font-size: 8px; }
	.split-heading { margin-bottom: 35px; gap: 20px; }
	.service-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; gap: 8px; }
	.service-card-wide { grid-column: span 2; }
	.service-card:last-child { grid-column: span 2; }
	.service-overlay { inset: auto 14px 13px; }
	.service-overlay h3 { font-size: 14px; }
	.service-overlay p { font-size: 9px; }
	.services-note { align-items: flex-start; flex-wrap: wrap; padding: 18px; }
	.services-note > a { width: 100%; margin: 0; padding-inline-start: 58px; }
	.process-layout { gap: 35px; }
	.process-visual { min-height: 435px; }
	.process-main-image { width: 92%; height: 355px; }
	.process-small-image { width: 55%; height: 170px; border-width: 7px; }
	.process-badge { inset-inline-start: -7px; bottom: 24px; width: 115px; min-height: 95px; padding: 16px; }
	.process-badge strong { font-size: 25px; }
	.process-badge span { font-size: 8px; }
	.city-tags { grid-template-columns: 1fr 1fr; }
	.city-tags li { padding: 12px 10px; gap: 8px; }
	.area-map { min-height: 420px; }
	.quote-card { padding: 23px 18px; margin-inline: -2px; }
	.two-cols { grid-template-columns: 1fr; gap: 0; }
	.form-heading { margin-bottom: 20px; }
	.faq-list summary { font-size: 13px; padding: 20px 2px; }
	.faq-list details > p, body[data-lang="ar"] .faq-list details > p { padding: 0 2px 20px; }
	.final-cta { padding: 67px 0; }
	.footer-grid { grid-template-columns: 1fr; gap: 35px; }
	.footer-grid > div:last-child { grid-column: auto; }
	.footer-bottom { display: grid; }
	.mobile-action-bar { position: fixed; inset: auto 0 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; height: 65px; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
	.mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 800; }
	.mobile-call { background: var(--ink-2); }
	.mobile-whatsapp { background: var(--green); }
	.page-hero { min-height: 690px; }
	.page-hero-inner { padding-top: 180px; padding-bottom: 62px; }
	.page-hero-copy { width: 100%; }
	.page-hero h1 { font-size: clamp(39px, 11vw, 52px); }
	.page-hero-lead { font-size: 14px; }
	.page-hero.has-photo::after, body[data-lang="ar"] .page-hero.has-photo::after { background: linear-gradient(0deg, rgba(10,12,13,.97) 5%, rgba(10,12,13,.76) 62%, rgba(10,12,13,.25) 100%); }
	.page-hero-photo { background-position: center; }
	.subnav { overflow-x: auto; }
	.subnav-inner { width: 610px; grid-template-columns: repeat(4, 1fr); }
	.subnav a { min-height: 58px; font-size: 10px; }
	.category-list, .area-card-grid { grid-template-columns: 1fr 1fr; }
	.category-list > a { min-height: 215px; padding: 19px; }
	.category-list h3 { margin-top: 38px; font-size: 15px; }
	.detail-checks { grid-template-columns: 1fr; }
	.detail-checks > div { min-height: 190px; padding: 23px; }
	.detail-checks h3 { margin-top: 32px; }
	.process-card-image { height: 190px; }
	.process-card-body { padding: 0 22px 27px; }
	.process-card-body > span { width: 46px; height: 46px; margin-top: -23px; border-width: 5px; }
	.process-page-grid h2 { margin-top: 25px; }
	.service-area-photo { min-height: 285px; }
	.service-area-photo-copy { inset-inline: 20px; bottom: 22px; align-items: flex-start; }
	.service-area-photo-copy > span { width: 54px; height: 54px; flex: 0 0 auto; font-size: 14px; }
	.service-area-photo-copy strong { font-size: 16px; line-height: 1.35; }
	.service-area-photo-copy small { font-size: 10px; }
	.area-card-grid > div { min-height: 165px; padding: 18px; }
	.reviews-heading { margin-bottom: 32px; }
	.review-card { padding: 27px 24px; }
	.review-card blockquote { margin: 32px 0 28px; font-size: 18px; }
	.location-note { grid-template-columns: 1fr; }
	.location-note .button { width: 100%; }
	.value-grid { grid-template-columns: 1fr; }
	.value-grid > div { min-height: 145px; }
	.value-grid h3 { margin-top: 32px; }
	.contact-layout { grid-template-columns: 1fr; }
	.contact-panel { min-height: 285px; padding: 30px; }
	.contact-panel h2 { margin-top: 55px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.reveal { opacity: 1; transform: none; }
}
