/* SYM — Super Yotta MEP for Commercial Agencies */
:root {
  --ink: #15171b;
  --char: #1d2026;
  --char-2: #262a31;
  --steel: #3b4049;
  --muted: #5e6570;
  --muted-2: #8a919c;
  --line: #e4e6ea;
  --bg: #ffffff;
  --bg-soft: #f4f5f7;
  --amber: #f39419;
  --amber-deep: #d67a06;
  --amber-soft: #fff3e2;
  --red: #d7141c;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 18px 50px -24px rgba(21, 23, 27, .35);
  --shadow-sm: 0 8px 24px -14px rgba(21, 23, 27, .3);
  --container: 1200px;
  --font: "Rubik", "Cairo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --header-h: 78px;
}
html[lang="ar"] { --font: "Cairo", "Rubik", system-ui, "Segoe UI", Tahoma, sans-serif; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; letter-spacing: -.01em; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { letter-spacing: 0; line-height: 1.35; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }

.container { width: min(var(--container), 100% - 40px); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[dir="rtl"] .icon-flip { transform: scaleX(-1); }

.skip-link { position: absolute; inset-inline-start: 12px; top: -60px; z-index: 100; background: var(--amber); color: var(--ink); padding: 10px 16px; border-radius: 10px; font-weight: 600; }
.skip-link:focus { top: 12px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 600; font-size: 15.5px; cursor: pointer; white-space: nowrap;
  transition: background-color .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.btn .icon { width: 19px; height: 19px; }
.btn-primary { background: var(--amber); color: var(--ink); box-shadow: 0 10px 24px -12px rgba(243, 148, 25, .9); }
.btn-primary:hover { background: #ffa530; transform: translateY(-1px); }
.btn-ghost { border-color: rgba(255, 255, 255, .28); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .06); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--steel); }
.btn-outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--ink); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: background-color .35s, border-color .35s, box-shadow .35s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 6px 24px -18px rgba(0, 0, 0, .35); }
.header-inner { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { height: 44px; width: auto; }
.brand .logo-light { display: none; }
.brand-tag { font-size: 10.5px; line-height: 1.3; color: var(--muted); font-weight: 500; max-width: 130px; border-inline-start: 1px solid var(--line); padding-inline-start: 12px; }
.main-nav { margin-inline-start: auto; }
.main-nav ul { display: flex; gap: 4px; }
.main-nav a { display: block; padding: 8px 14px; border-radius: 999px; font-weight: 500; font-size: 15px; color: var(--steel); transition: color .2s, background-color .2s; }
.main-nav a:hover { color: var(--ink); background: var(--bg-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: inline-flex; align-items: center; gap: 7px; height: 42px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--line); font-weight: 600; font-size: 14.5px; color: var(--steel); }
.lang-switch:hover { border-color: var(--ink); color: var(--ink); }
.lang-switch .icon { width: 18px; height: 18px; }
.header-actions .btn { min-height: 42px; padding: 0 18px; font-size: 14.5px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; cursor: pointer; }

/* Hero — full-bleed real photography with a slow cross-fade */
.has-hero main { margin-top: calc(-1 * var(--header-h)); }
.hero {
  position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #0e0f11;
  min-height: clamp(700px, 94vh, 940px); display: flex;
}
.hero-slides { position: absolute; inset: 0; z-index: -2; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 1.6s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.001); filter: saturate(.82) contrast(1.06); }
.hero-slide.is-active img { animation: hero-drift 11s ease-out both; }
@keyframes hero-drift { from { transform: scale(1.12); } to { transform: scale(1.001); } }
.hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 11, 13, .93) 0%, rgba(10, 11, 13, .82) 30%, rgba(10, 11, 13, .42) 60%, rgba(10, 11, 13, .12) 100%),
    linear-gradient(180deg, rgba(10, 11, 13, .7) 0%, rgba(10, 11, 13, 0) 24%, rgba(10, 11, 13, 0) 62%, rgba(10, 11, 13, .78) 100%);
}
[dir="rtl"] .hero-shade {
  background:
    linear-gradient(270deg, rgba(10, 11, 13, .93) 0%, rgba(10, 11, 13, .82) 30%, rgba(10, 11, 13, .42) 60%, rgba(10, 11, 13, .12) 100%),
    linear-gradient(180deg, rgba(10, 11, 13, .7) 0%, rgba(10, 11, 13, 0) 24%, rgba(10, 11, 13, 0) 62%, rgba(10, 11, 13, .78) 100%);
}
.hero-inner { position: relative; display: flex; flex-direction: column; justify-content: center; padding-top: calc(var(--header-h) + 72px); padding-bottom: 190px; }
.hero-copy { max-width: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--amber); }
html[lang="ar"] .eyebrow { letter-spacing: 0; font-size: 15px; }
.eyebrow::before { content: ""; width: 40px; height: 1.5px; background: currentColor; }
.hero h1 { margin-top: 26px; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 700; line-height: 1.04; letter-spacing: -.025em; }
html[lang="ar"] .hero h1 { line-height: 1.3; letter-spacing: 0; font-size: clamp(2.3rem, 4.4vw, 3.9rem); }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .06em; }
.hero h1 .line > span { display: inline-block; }
.hero h1 em { font-style: normal; color: var(--amber); }
.hero-lead { margin-top: 26px; max-width: 56ch; font-size: 1.1rem; line-height: 1.75; color: rgba(255, 255, 255, .78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero .btn-ghost { background: rgba(255, 255, 255, .04); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.hero-brands { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 48px; color: rgba(255, 255, 255, .6); font-size: 13px; font-weight: 500; }
.hero-brands a { display: flex; align-items: center; height: 50px; padding: 0 16px; border-radius: 10px; background: rgba(255, 255, 255, .96); transition: transform .25s, background-color .25s; }
.hero-brands a:hover { transform: translateY(-2px); background: #fff; }
.hero-brands img { height: 26px; width: auto; }

.hero-tabs {
  position: absolute; bottom: 118px; inset-inline-end: 0; display: flex; gap: 28px;
}
.hero-tab {
  display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: baseline; width: 190px;
  padding: 0; border: 0; background: none; color: rgba(255, 255, 255, .55); text-align: start; cursor: pointer;
  font-size: 13.5px; font-weight: 500; transition: color .3s;
}
.hero-tab:hover, .hero-tab.is-active { color: #fff; }
.hero-tab .num { font-size: 12px; font-weight: 600; color: var(--amber); letter-spacing: .08em; }
.hero-tab .bar { grid-column: 1 / -1; height: 2px; margin-top: 10px; background: rgba(255, 255, 255, .22); overflow: hidden; border-radius: 2px; }
.hero-tab .bar i { display: block; height: 100%; width: 0; background: var(--amber); }
.hero-tab.is-active .bar i { width: 100%; }
.hero.is-playing .hero-tab.is-active .bar i { width: 0; animation: hero-progress var(--slide-ms, 7000ms) linear forwards; }
[dir="rtl"] .hero-tab .bar i { margin-inline-start: auto; }
@keyframes hero-progress { to { width: 100%; } }

/* Load-in choreography (only when JS is available) */
.js .hero h1 .line > span { transform: translateY(108%); }
.js .hero .hero-in { opacity: 0; transform: translateY(16px); }
.js .hero.is-ready h1 .line > span { transform: none; transition: transform 1.1s cubic-bezier(.19, 1, .22, 1) var(--d, 0s); }
.js .hero.is-ready .hero-in { opacity: 1; transform: none; transition: opacity .9s ease var(--d, 0s), transform .9s cubic-bezier(.19, 1, .22, 1) var(--d, 0s); }


/* Transparent header over the cinematic hero */
.has-hero .site-header:not(.is-scrolled):not(.menu-open) {
  background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-color: rgba(255, 255, 255, .12);
}
.has-hero .site-header:not(.is-scrolled):not(.menu-open) .logo-dark { display: none; }
.has-hero .site-header:not(.is-scrolled):not(.menu-open) .logo-light { display: block; }
.has-hero .site-header:not(.is-scrolled):not(.menu-open) .brand-tag { color: rgba(255, 255, 255, .72); border-color: rgba(255, 255, 255, .22); }
.has-hero .site-header:not(.is-scrolled):not(.menu-open) .lang-switch { color: #fff; border-color: rgba(255, 255, 255, .3); }
.has-hero .site-header:not(.is-scrolled):not(.menu-open) .lang-switch:hover { border-color: #fff; }
.has-hero .site-header:not(.is-scrolled):not(.menu-open) .nav-toggle { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .3); }
@media (min-width: 981px) {
  .has-hero .site-header:not(.is-scrolled) .main-nav a { color: rgba(255, 255, 255, .86); }
  .has-hero .site-header:not(.is-scrolled) .main-nav a:hover { color: #fff; background: rgba(255, 255, 255, .1); }
}

/* Stats */
.stats { position: relative; z-index: 2; margin-top: -76px; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line);
}
.stat { padding: 28px 26px; }
.stat + .stat { border-inline-start: 1px solid var(--line); }
.stat strong { display: block; font-size: clamp(1.7rem, 2.6vw, 2.2rem); font-weight: 700; color: var(--ink); line-height: 1.1; }
.stat strong span { color: var(--amber-deep); }
.stat p { margin-top: 8px; font-size: 14.5px; color: var(--muted); line-height: 1.5; }

/* Sections */
.section { padding: 104px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--amber-deep); }
html[lang="ar"] .kicker { letter-spacing: 0; font-size: 14.5px; }
.kicker::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 2px; }
.section h2 { margin-top: 14px; font-size: clamp(1.9rem, 3.3vw, 2.7rem); font-weight: 700; }
.section-head p { margin-top: 16px; color: var(--muted); font-size: 1.08rem; }

/* About */
.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 64px; align-items: start; }
.about-copy p { color: var(--muted); font-size: 1.08rem; }
.about-copy p + p { margin-top: 16px; }
.about-copy h2 { margin-bottom: 22px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.pillar { padding: 24px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: #fff; }
.pillar-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--amber-soft); color: var(--amber-deep); }
.pillar h3 { margin-top: 16px; font-size: 1.08rem; font-weight: 600; }
.pillar p { margin-top: 8px; font-size: 14.5px; color: var(--muted); }
.about-card {
  position: sticky; top: calc(var(--header-h) + 24px);
  border-radius: var(--radius); padding: 34px 30px; color: #fff; overflow: hidden;
  background: radial-gradient(circle at 100% 0%, rgba(243, 148, 25, .25), transparent 55%), linear-gradient(160deg, #1d2026, #121418);
}
.about-card img { width: 190px; margin-inline: auto; }
.about-card dl { margin: 28px 0 0; display: grid; gap: 16px; }
.about-card dt { font-size: 12.5px; color: #9aa1ac; text-transform: uppercase; letter-spacing: .1em; }
html[lang="ar"] .about-card dt { letter-spacing: 0; font-size: 13.5px; }
.about-card dd { margin: 3px 0 0; font-weight: 500; }
.about-card .divider { height: 1px; background: rgba(255, 255, 255, .12); }

/* Brands */
.brands-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.brand-card { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; border-top: 5px solid var(--red); box-shadow: var(--shadow-sm); }
.brand-card.point { background: #fff; }
.brand-card.delta { background: linear-gradient(170deg, #1f2227, #131417); color: #fff; }
.brand-media { aspect-ratio: 1383 / 520; display: grid; place-items: center; overflow: hidden; }
.brand-card.point .brand-media { background: #f7f8f9; }
.brand-card.point .brand-media img { width: 100%; height: 100%; object-fit: contain; }
.brand-card.delta .brand-media { background: radial-gradient(circle at 50% 70%, rgba(215, 20, 28, .35), transparent 60%); }
.brand-card.delta .brand-media img { width: 94%; height: auto; }
.brand-body { display: flex; flex-direction: column; flex: 1; padding: 30px 32px 34px; }
.brand-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.brand-logo { height: 38px; width: auto; }
.brand-card.delta .brand-logo-wrap { background: #fff; border-radius: 10px; padding: 6px 10px; }
.brand-tag-pill { font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: #fdecec; color: var(--red); }
.brand-card.delta .brand-tag-pill { background: rgba(215, 20, 28, .18); color: #ff8a8f; }
.brand-body h3 { margin-top: 22px; font-size: 1.55rem; font-weight: 700; }
.brand-body > p { margin-top: 10px; color: var(--muted); }
.brand-card.delta .brand-body > p { color: #b9bfc8; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chips li { font-size: 13.5px; padding: 6px 12px; border-radius: 999px; background: var(--bg-soft); color: var(--steel); }
.brand-card.delta .chips li { background: rgba(255, 255, 255, .07); color: #dde1e6; }
.brand-facts { margin-top: 18px; font-size: 13.5px; color: #9aa1ac; }
.brand-body .btn { margin-top: auto; align-self: flex-start; }
.brand-cta { padding-top: 28px; margin-top: auto; }

/* Solutions */
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution {
  position: relative; padding: 30px 28px 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.solution:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.solution-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--char); color: var(--amber); }
.solution-icon .icon { width: 26px; height: 26px; }
.solution h3 { margin-top: 22px; font-size: 1.18rem; font-weight: 600; }
.solution p { margin-top: 10px; font-size: 15px; color: var(--muted); }
.solution .tag { position: absolute; top: 30px; inset-inline-end: 26px; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; }
.tag-point { background: #fdecec; color: var(--red); }
.tag-delta { background: #1d2026; color: #fff; }
.tag-both { background: var(--amber-soft); color: var(--amber-deep); }

/* Showcase */
.showcase-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.showcase-head .section-head { margin-bottom: 0; }
.scroller-controls { display: flex; gap: 10px; }
.scroller-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; cursor: pointer; transition: border-color .2s, background-color .2s; }
.scroller-controls button:hover { border-color: var(--ink); }
.scroller {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 1fr); gap: 20px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scrollbar-width: thin;
}
.product { scroll-snap-align: start; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); overflow: hidden; }
.product-media { aspect-ratio: 4 / 3; display: grid; place-items: center; background: #fff; padding: 18px; }
.product-media.dark { background: radial-gradient(circle at 50% 65%, #3a3f47, #1a1c20 70%); }
.product-media img { max-height: 100%; width: auto; object-fit: contain; }
.product-body { padding: 16px 20px 20px; border-top: 1px solid var(--line); }
.product-body h3 { font-size: 1rem; font-weight: 600; }
.product-body span { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 13px; color: var(--muted); }
.product-body span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }

/* Process */
.section-dark { background: linear-gradient(170deg, #16181c, #202329); color: #fff; }
.section-dark .section-head p { color: #aab0ba; }
.section-dark .kicker { color: var(--amber); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 28px 24px; border-radius: var(--radius); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .09); }
.step-num { display: flex; align-items: center; justify-content: space-between; }
.step-num b { font-size: 2.1rem; font-weight: 700; color: transparent; -webkit-text-stroke: 1px rgba(243, 148, 25, .85); line-height: 1; }
.step-num .icon { color: var(--amber); width: 26px; height: 26px; }
.step h3 { margin-top: 22px; font-size: 1.1rem; font-weight: 600; }
.step p { margin-top: 10px; font-size: 14.5px; color: #aab0ba; }

/* Sectors */
.sectors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sector { display: flex; align-items: center; gap: 14px; padding: 20px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); font-weight: 500; }
.sector .icon-wrap { display: grid; place-items: center; width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--bg-soft); color: var(--steel); transition: background-color .2s, color .2s; }
.sector:hover .icon-wrap { background: var(--amber); color: var(--ink); }

/* CTA band */
.cta-band { padding: 0 0 104px; }
.cta-inner {
  position: relative; overflow: hidden; border-radius: 26px; color: #fff;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); align-items: stretch;
  background: linear-gradient(120deg, #1d2025 0%, #131518 100%);
}
.cta-copy { padding: 60px 56px; align-self: center; }
.cta-inner h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; }
.cta-inner p { margin-top: 12px; color: #c3c8d0; max-width: 52ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cta-media { margin: 0; position: relative; min-height: 280px; }
.cta-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #171a1e 0%, rgba(23, 26, 30, 0) 45%); }
[dir="rtl"] .cta-media::before { background: linear-gradient(270deg, #171a1e 0%, rgba(23, 26, 30, 0) 45%); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.contact-list { display: grid; gap: 14px; margin-top: 32px; }
.contact-item { display: flex; gap: 16px; padding: 18px 20px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: #fff; }
.contact-item .icon-wrap { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--amber-soft); color: var(--amber-deep); }
.contact-item h3 { font-size: 13px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
html[lang="ar"] .contact-item h3 { letter-spacing: 0; font-size: 14px; }
.contact-item p, .contact-item a { font-weight: 500; }
.contact-item a:hover { color: var(--amber-deep); }
.contact-item .lines { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 4px; }

.form-card { position: relative; padding: 36px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card h3 { font-size: 1.35rem; font-weight: 700; }
.form-card > p { margin-top: 6px; color: var(--muted); font-size: 15px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 600; color: var(--steel); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--line); background: #fbfbfc;
  transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber); background: #fff; box-shadow: 0 0 0 4px rgba(243, 148, 25, .15); }
.field input[type="tel"], .field input[type="email"] { direction: ltr; }
html[lang="ar"] .field input[type="tel"], html[lang="ar"] .field input[type="email"] { text-align: right; }
.hp { position: absolute; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.form-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-top: 22px; }
.form-foot small { color: var(--muted-2); font-size: 13px; }
.form-status { margin-top: 16px; padding: 12px 16px; border-radius: 12px; font-size: 14.5px; font-weight: 500; }
.form-status[hidden] { display: none; }
.form-status.ok { background: #e9f7ef; color: #146c3a; }
.form-status.err { background: #fdecec; color: #a4121a; }
.btn[disabled] { opacity: .65; cursor: progress; }

.map { margin-top: 48px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); height: 380px; background: var(--bg-soft); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Footer */
.site-footer { background: #111316; color: #aeb4bd; padding: 72px 0 0; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand img { width: 220px; }
.footer-brand p { margin-top: 18px; max-width: 36ch; }
.site-footer h3 { color: #fff; font-size: 15px; font-weight: 600; margin-bottom: 16px; }
.site-footer li + li { margin-top: 10px; }
.site-footer a:hover { color: var(--amber); }
.footer-bottom { margin-top: 56px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .08); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: #8a919c; }
.footer-bottom a { color: #fff; font-weight: 700; }

/* WhatsApp */
.wa-float {
  position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 40;
  display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; box-shadow: 0 14px 30px -10px rgba(37, 211, 102, .7);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 30px; height: 30px; fill: currentColor; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .js .hero h1 .line > span, .js .hero .hero-in { opacity: 1; transform: none; transition: none; }
  .hero-slide.is-active img { animation: none; }
  *, *::before, *::after { transition-duration: 0s !important; }
}

/* Responsive */
@media (max-width: 1120px) {
  .main-nav a { padding: 8px 10px; font-size: 14.5px; }
  .brand-tag { display: none; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0; margin: 0;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px -24px rgba(0, 0, 0, .35);
    padding: 12px 20px 20px; display: none;
  }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; gap: 2px; }
  .main-nav a { padding: 14px 12px; font-size: 16px; border-radius: 12px; }
  .header-actions { margin-inline-start: auto; }
  .header-actions .btn { display: none; }
  .hero { min-height: 0; }
  .hero-shade, [dir="rtl"] .hero-shade {
    background: linear-gradient(180deg, rgba(10, 11, 13, .78) 0%, rgba(10, 11, 13, .7) 45%, rgba(10, 11, 13, .9) 100%);
  }
  .hero-inner { padding-top: calc(var(--header-h) + 56px); padding-bottom: 120px; }
  .hero-tabs { position: static; margin-top: 44px; gap: 16px; }
  .hero-tab { width: auto; flex: 1; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .stats { margin-top: -48px; }
  .about-card { position: static; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-inline-start: 0; }
  .stat:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .brands-grid { grid-template-columns: 1fr; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-copy { padding: 44px 36px; }
  .cta-media { min-height: 220px; order: -1; }
  .cta-media::before, [dir="rtl"] .cta-media::before { background: linear-gradient(0deg, #1b1e23 0%, rgba(27, 30, 35, 0) 55%); }
}
@media (max-width: 640px) {
  :root { --header-h: 68px; }
  .container { width: calc(100% - 32px); }
  .brand img { height: 36px; }
  .lang-switch { padding: 0 12px; }
  .section { padding: 76px 0; }
  .hero h1 { font-size: 2.15rem; }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-inner { padding-top: calc(var(--header-h) + 40px); padding-bottom: 104px; }
  .hero-tab .label { display: none; }
  .hero-brands a { height: 46px; padding: 0 12px; }
  .hero-brands img { height: 22px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 20px 18px; }
  .pillars, .solutions-grid, .steps { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: 1fr; }
  .brand-body { padding: 24px 22px 28px; }
  .showcase-head { flex-direction: column; align-items: flex-start; }
  .scroller { grid-auto-columns: 78%; }
  .form-card { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-inner { border-radius: 20px; }
  .cta-copy { padding: 32px 22px 36px; }
  .cta-actions .btn { flex: 1 1 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .map { height: 300px; }
}
