:root {
  --ink: #151515;
  --ink-2: #222;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #787873;
  --line: rgba(20, 20, 20, .13);
  --accent: #183e78;
  --accent-2: #2f69ad;
  --blue: #183e78;
  --blue-light: #dce8f7;
  --warm: #e54820;
  --radius: 2px;
  --shadow: 0 20px 60px rgba(18, 18, 18, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Cairo", "IBM Plex Sans Arabic", Arial, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 130px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.skip-link { position: fixed; inset-inline-start: 20px; top: -100px; z-index: 1000; padding: 12px 20px; background: var(--accent); color: #fff; }
.skip-link:focus { top: 20px; }

.topbar { position: relative; z-index: 30; color: #d9d9d4; background: linear-gradient(90deg, #0b0b0b 0%, #10284d 100%); font-size: 12px; }
.topbar-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar p, .topbar-links { display: flex; align-items: center; gap: 10px; margin: 0; }
.topbar-links span { width: 1px; height: 12px; background: #555; }
.topbar a:hover { color: var(--accent-2); }
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--warm); box-shadow: 0 0 0 5px rgba(229,72,32,.12); }

.site-header { position: absolute; z-index: 25; top: 38px; inset-inline: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); transition: .35s ease; }
.site-header.sticky { position: fixed; top: 0; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 12px 40px rgba(0,0,0,.1); backdrop-filter: blur(16px); }
.header-inner { height: 94px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-mark { width: 56px; height: 48px; display: grid; place-items: center; overflow: hidden; background: #fff; border: 1px solid rgba(24,62,120,.16); border-radius: 4px; box-shadow: 0 8px 24px rgba(24,62,120,.12); }
.brand-mark img { width: 54px; height: 46px; object-fit: contain; mix-blend-mode: multiply; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { font-size: 19px; font-weight: 800; letter-spacing: -.2px; }
.site-header.sticky .brand-copy strong { color: var(--blue); }
.brand-copy small { font-size: 9px; letter-spacing: 1.5px; opacity: .65; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 25px; flex: 1; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 36px 0; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline-start: 0; bottom: 27px; width: 0; height: 2px; background: var(--accent); transition: .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle, .menu-toggle { color: inherit; background: transparent; border: 0; cursor: pointer; }
.lang-toggle { width: 40px; height: 40px; font-size: 12px; font-weight: 700; }
.quote-link { height: 44px; padding: 0 17px; color: #fff; background: var(--accent); border: 1px solid var(--accent); cursor: pointer; font-size: 12px; font-weight: 700; }
.quote-link:hover { background: var(--accent-2); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 9px; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: .3s; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 850px; color: #fff; background: #111; overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; background-image: var(--hero); background-size: cover; background-position: center; transition: opacity .7s ease, visibility .7s ease; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-slide .hero-content > * { opacity: 0; transform: translateY(14px); transition: none; }
.hero-slide.active .hero-content > * { opacity: 1; transform: none; transition: opacity .32s ease .28s, transform .32s ease .28s; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 20%, rgba(0,0,0,.08)); }
[dir="rtl"] .hero-slide::after { background: linear-gradient(270deg, transparent 20%, rgba(0,0,0,.08)); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(6,6,6,.82) 26%, rgba(6,6,6,.22) 62%, rgba(6,6,6,.1) 100%); }
[dir="rtl"] .hero-overlay { background: linear-gradient(270deg, rgba(5,5,5,.96) 0%, rgba(6,6,6,.82) 26%, rgba(6,6,6,.2) 62%, rgba(6,6,6,.08) 100%); }
.solar-overlay { background: linear-gradient(90deg, rgba(7,13,25,.9), rgba(10,15,20,.6) 42%, rgba(0,0,0,.05) 72%); }
[dir="rtl"] .solar-overlay { background: linear-gradient(270deg, rgba(7,13,25,.9), rgba(10,15,20,.6) 42%, rgba(0,0,0,.05) 72%); }
.warm-overlay { background: linear-gradient(90deg, rgba(21,13,8,.88), rgba(20,12,6,.55) 43%, rgba(0,0,0,.02) 74%); }
[dir="rtl"] .warm-overlay { background: linear-gradient(270deg, rgba(21,13,8,.88), rgba(20,12,6,.55) 43%, rgba(0,0,0,.02) 74%); }
.hero-content { position: relative; z-index: 4; height: 100%; min-height: 850px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 100px; }
.hero-content > * { max-width: 760px; }
.hero-content.copy-left { direction: ltr; align-items: flex-start; }
.hero-content.copy-right { direction: ltr; align-items: flex-end; }
[dir="rtl"] .hero-content.copy-left,
[dir="rtl"] .hero-content.copy-right { direction: rtl; align-items: flex-start; }
[dir="rtl"] .hero-content.copy-left > *, [dir="rtl"] .hero-content.copy-right > * { direction: rtl; text-align: right; }
[dir="ltr"] .hero-content.copy-left > *, [dir="ltr"] .hero-content.copy-right > * { direction: ltr; text-align: left; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.eyebrow.light { color: #8eb7ef; }
.hero h1, .hero h2 { margin: 22px 0 18px; max-width: 760px; font-size: clamp(48px, 4.4vw, 76px); line-height: 1.14; letter-spacing: -2px; font-weight: 700; text-wrap: balance; }
.hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.85; text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; font-size: 13px; font-weight: 700; transition: .25s; }
.btn-primary { color: #fff; background: var(--accent); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-2); border-color: var(--accent-2); transform: translateY(-2px); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.1); }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn.wide { width: 100%; justify-content: space-between; }
.hero-controls { position: absolute; z-index: 7; inset-inline: 0; bottom: 102px; display: flex; align-items: center; justify-content: space-between; }
.slide-dots { display: flex; gap: 8px; }
.slide-dots button { width: 36px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.3); cursor: pointer; transition: .3s; }
.slide-dots button.active { width: 70px; background: var(--accent); }
.slide-arrows { display: flex; direction: ltr; }
.slide-arrows button { width: 50px; height: 46px; color: #fff; background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.22); cursor: pointer; font-size: 20px; }
.slide-arrows button:hover { background: var(--accent); }
.hero-trust { position: absolute; z-index: 8; bottom: 0; inset-inline: 0; height: 74px; border-top: 1px solid rgba(255,255,255,.14); background: rgba(9,9,9,.84); backdrop-filter: blur(12px); }
.trust-inner { height: 100%; display: flex; align-items: center; justify-content: center; gap: 22px; color: rgba(255,255,255,.65); font-size: 12px; }
.trust-inner strong { color: #fff; font-size: 22px; }
.trust-inner i { width: 1px; height: 18px; background: rgba(255,255,255,.25); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .intro-copy h2, .timeline-head h2, .contact-copy h2 { margin: 14px 0 0; font-size: clamp(40px, 4.2vw, 64px); line-height: 1.2; letter-spacing: -2px; }
h2 em { color: var(--accent); font-style: normal; font-weight: 500; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 15px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.intro-copy .lead { margin: 26px 0; color: #575753; font-size: 17px; }
.values-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 26px 0 30px; border-block: 1px solid var(--line); }
.values-row div { position: relative; padding-inline-start: 42px; }
.values-row span { position: absolute; inset-inline-start: 0; top: 2px; color: var(--accent); font-size: 10px; font-weight: 800; }
.values-row strong { font-size: 16px; }
.values-row p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 27px; font-size: 13px; font-weight: 800; }
.text-link b { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--ink); }
.intro-visual { position: relative; padding: 30px 44px 45px 0; min-height: 590px; }
[dir="ltr"] .intro-visual { padding: 30px 0 45px 44px; }
.visual-panel { height: 520px; overflow: hidden; box-shadow: var(--shadow); }
.visual-panel img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.year-card { position: absolute; z-index: 3; top: 0; inset-inline-start: -28px; width: 168px; padding: 19px 20px; color: #fff; background: var(--accent); box-shadow: 0 12px 28px rgba(24,62,120,.25); }
.year-card small { display: block; font-size: 10px; }
.year-card strong { display: block; font-size: 42px; line-height: 1.25; }
.quote-card { position: absolute; z-index: 3; bottom: 0; inset-inline-end: 0; width: 315px; padding: 22px 26px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.quote-card span { color: var(--accent); font-size: 35px; line-height: .6; }
.quote-card p { margin: 2px 0 0; font-size: 13px; }

.numbers { padding: 62px 0; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.number-item { text-align: center; border-inline-start: 1px solid rgba(255,255,255,.12); }
.number-item:first-child { border-inline-start: 0; }
.number-item strong { font-size: 52px; line-height: 1; }
.number-item > span { color: var(--accent); font-size: 30px; }
.number-item p { margin: 9px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }

.filter-row { display: flex; gap: 8px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; padding: 11px 18px; color: #555; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; font-weight: 600; }
.filter:hover, .filter.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { background: #fff; border: 1px solid rgba(0,0,0,.06); transition: .35s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card.hidden { display: none; }
.product-image { position: relative; height: 300px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-image::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.7); pointer-events: none; }
.product-image::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; filter: blur(4px); opacity: .45; }
.product-image img { position: relative; z-index: 2; width: 78%; height: 75%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 22px 18px rgba(0,0,0,.16)); transition: transform .45s; }
.product-image.banner-photo img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; filter: none; }
.product-image.banner-photo::after { display: none; }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-image > span { position: absolute; z-index: 3; inset-inline-start: 31px; bottom: 28px; padding: 3px 9px; color: #fff; background: rgba(0,0,0,.6); font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; }
.solar-bg { background: linear-gradient(145deg, #e8f0f4, #cbdbe4); }
.solar-bg::after { background: #87b2cd; }
.power-bg { background: linear-gradient(145deg, #e4e8e6, #c1cac7); }
.power-bg::after { background: #65a6a4; }
.workshop-bg { background: linear-gradient(145deg, #eee7e2, #d9ccc2); }
.workshop-bg::after { background: #d57a56; }
.wash-bg { background: linear-gradient(145deg, #e4edef, #cbdcdf); }
.wash-bg::after { background: #5cadbb; }
.transport-bg { background: linear-gradient(145deg, #eeeae2, #d8d0c1); }
.transport-bg::after { background: #d77656; }
.product-info { padding: 25px 27px 28px; }
.product-info small { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }
.product-info h3 { margin: 5px 0 7px; font-size: 20px; }
.product-info p { min-height: 49px; margin: 0 0 17px; color: var(--muted); font-size: 12px; }
.product-info button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 11px 0 0; color: var(--ink); border: 0; border-top: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.product-info button:hover { color: var(--accent); }
.category-strip { display: grid; grid-template-columns: 160px 1fr; gap: 20px; align-items: start; margin-top: 50px; padding-top: 32px; border-top: 1px solid var(--line); }
.category-strip > span { color: var(--accent); font-size: 11px; font-weight: 800; }
.category-strip ul { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.category-strip li { color: #666; font-size: 12px; }
.category-strip li::before { content: "•"; color: var(--accent); margin-inline-end: 8px; }

.wholesale-window { padding: 110px 0; color: #fff; background: linear-gradient(135deg, #0c1f3d 0%, #153c76 62%, #10294f 100%); overflow: hidden; }
.wholesale-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.wholesale-visual { position: relative; min-height: 540px; }
.wholesale-visual img { position: absolute; width: 73%; height: 390px; object-fit: cover; border: 7px solid rgba(255,255,255,.95); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.wholesale-visual img:first-child { inset-inline-start: 0; top: 0; z-index: 2; }
.wholesale-visual img:nth-child(2) { inset-inline-end: 0; bottom: 0; z-index: 1; }
.wholesale-visual > span { position: absolute; z-index: 3; inset-inline-start: 24px; bottom: 28px; padding: 11px 16px; color: var(--blue); background: #fff; font-size: 10px; font-weight: 800; }
.wholesale-copy .eyebrow { color: #91bdf6; }
.wholesale-copy h2 { margin: 16px 0 20px; font-size: clamp(40px, 4vw, 62px); line-height: 1.2; letter-spacing: -2px; }
.wholesale-copy h2 em { color: #91bdf6; }
.wholesale-copy > p { max-width: 600px; color: rgba(255,255,255,.72); font-size: 15px; }
.wholesale-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 32px; }
.wholesale-benefits span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); font-size: 11px; }
.wholesale-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.wholesale-actions .text-link { margin-top: 0; color: #fff; }
.wholesale-actions .text-link b { background: rgba(255,255,255,.13); }
.product-wholesale { padding-block: 95px; }

.feature-banner { position: relative; min-height: 670px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.feature-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,16,.94), rgba(8,11,16,.82) 38%, rgba(8,11,16,.1) 68%); }
[dir="rtl"] .feature-shade { background: linear-gradient(270deg, rgba(8,11,16,.94), rgba(8,11,16,.82) 38%, rgba(8,11,16,.1) 68%); }
.feature-content { position: relative; z-index: 2; }
.feature-content h2 { margin: 16px 0 18px; font-size: clamp(44px, 4.5vw, 68px); line-height: 1.2; }
.feature-content p { max-width: 560px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; }
.feature-content .btn { margin-top: 28px; }

.group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.group-card { position: relative; min-height: 310px; padding: 36px 31px; background: #fff; border-top: 3px solid var(--ink); box-shadow: 0 12px 40px rgba(0,0,0,.05); }
.group-card > span { color: var(--accent); font-size: 11px; font-weight: 800; }
.group-card h3 { margin: 54px 0 10px; font-size: 21px; }
.group-card p { color: var(--muted); font-size: 13px; }
.group-card strong { position: absolute; bottom: 28px; inset-inline-start: 31px; color: var(--accent); font-size: 11px; }
.companies { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 25px; border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.company-chip { min-height: 88px; display: flex; align-items: center; padding: 18px; color: #565650; background: rgba(255,255,255,.4); border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 600; }
.company-chip::before { content: "◆"; margin-inline-end: 11px; color: var(--accent); font-size: 8px; }

.light-heading h2 { color: #fff; }
.light-heading p { color: rgba(255,255,255,.55); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.11); border-inline-start: 1px solid rgba(255,255,255,.11); }
.service-card { position: relative; min-height: 280px; padding: 31px; border-inline-end: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); transition: .35s; }
.service-card:hover { background: var(--accent); transform: translateY(-4px); }
.service-card > span { color: rgba(255,255,255,.33); font-size: 10px; }
.service-icon { position: absolute; top: 27px; inset-inline-end: 28px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--accent); border: 1px solid rgba(255,255,255,.16); font-size: 18px; }
.service-card:hover .service-icon { color: #fff; }
.service-card h3 { margin: 68px 0 9px; font-size: 20px; }
.service-card p { max-width: 290px; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.service-card:hover p { color: rgba(255,255,255,.82); }

.timeline { overflow: hidden; }
.timeline-head { max-width: 620px; margin-bottom: 65px; }
.timeline-track { display: flex; min-width: 1240px; }
.timeline-track article { position: relative; width: 210px; padding-inline-end: 25px; }
.timeline-track strong { color: var(--accent); font-size: 27px; }
.timeline-track article > span { position: relative; display: block; height: 1px; margin: 21px 0 24px; background: var(--line); }
.timeline-track article > span::before { content: ""; position: absolute; top: -5px; inset-inline-start: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(24,62,120,.14); }
.timeline-track h3 { margin: 0 0 9px; font-size: 15px; }
.timeline-track p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.projects { background: #ebeae5; }
.project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.project-feature { min-height: 495px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; color: #fff; background: linear-gradient(145deg, rgba(14,14,14,.65), rgba(14,14,14,.92)), url("assets/images/banners/transport-solutions.webp") center/cover; }
.project-no { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(255,255,255,.3); font-size: 11px; }
.project-feature > span { color: #ff8b65; font-size: 10px; font-weight: 800; }
.project-feature h3 { margin: 7px 0; font-size: 31px; }
.project-feature p { max-width: 500px; margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.project-list { background: #fff; }
.project-list article { min-height: 99px; display: grid; grid-template-columns: 50px 1fr; gap: 20px; align-items: center; padding: 16px 24px; border-bottom: 1px solid var(--line); transition: .25s; }
.project-list article:last-child { border-bottom: 0; }
.project-list article:hover { padding-inline-start: 31px; background: #f7f5f0; }
.project-list > article > span { color: var(--accent); font-size: 10px; }
.project-list h3 { margin: 0; font-size: 15px; }
.project-list p { margin: 1px 0 0; color: var(--muted); font-size: 11px; }

.why { padding-bottom: 0; }
.why-card { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 430px; color: #fff; background: var(--ink); }
.why-intro { padding: 60px 50px; background: linear-gradient(160deg, var(--accent), #0d274e); }
.why-intro .eyebrow { color: #fff; }
.why-intro h2 { margin: 45px 0 0; font-size: 46px; line-height: 1.25; }
.why-points { display: grid; grid-template-columns: 1fr 1fr; }
.why-points > div { padding: 43px 38px; border-inline-end: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.why-points strong { color: var(--accent); font-size: 10px; }
.why-points h3 { margin: 25px 0 5px; font-size: 18px; }
.why-points p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; }

.contact { padding-top: 120px; background: #fff; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.contact-copy > p { max-width: 440px; margin: 25px 0; color: var(--muted); font-size: 14px; }
.contact-details { margin-top: 40px; border-top: 1px solid var(--line); }
.contact-details a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-details small { color: var(--muted); font-size: 10px; }
.contact-details strong { font-size: 15px; }
.contact-form { padding: 42px; background: var(--paper); }
.whatsapp-direct-card { display: flex; flex-direction: column; justify-content: center; min-height: 430px; }
.whatsapp-direct-card h3 { margin: 18px 0 14px; color: var(--ink); font-size: clamp(34px, 3.4vw, 52px); line-height: 1.2; }
.whatsapp-direct-card p { max-width: 520px; margin: 0 0 30px; color: var(--muted); }
.whatsapp-direct-card .btn { margin-top: 4px; }
.whatsapp-direct-card > small { margin-top: 14px; color: var(--muted); text-align: center; font-size: 10px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label, .quote-modal label { display: block; margin-bottom: 17px; color: #444; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea, .quote-modal input, .quote-modal textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid transparent; outline: none; transition: .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .quote-modal input:focus, .quote-modal textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(24,62,120,.12); }
.contact-form textarea, .quote-modal textarea { resize: vertical; }
.form-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.map-section { position: relative; height: 520px; background: #ddd; }
.map-section iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.9); }
.map-card { position: absolute; top: 50%; inset-inline-start: max(32px, calc((100vw - 1280px) / 2)); width: min(410px, calc(100% - 36px)); padding: 37px; color: #fff; background: rgba(18,18,18,.95); transform: translateY(-50%); box-shadow: var(--shadow); }
.map-card small { color: var(--accent-2); font-size: 9px; font-weight: 800; letter-spacing: 1.3px; }
.map-card h2 { margin: 10px 0 12px; font-size: 31px; line-height: 1.3; }
.map-card p { margin: 0 0 23px; color: rgba(255,255,255,.6); font-size: 12px; }

.footer { color: #fff; background: #0d0d0d; }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; padding: 80px 0 60px; }
.brand.inverse .brand-copy strong { color: #fff; }
.footer-brand > p { max-width: 330px; margin: 22px 0; color: rgba(255,255,255,.5); font-size: 12px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); font-weight: 800; }
.socials a:hover { background: var(--accent); border-color: var(--accent); }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h3 { margin: 0 0 12px; font-size: 13px; }
.footer-col a, .footer-col span { color: rgba(255,255,255,.48); font-size: 11px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 68px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 30; inset-inline-end: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 10px 16px; color: #fff; background: #19a463; border-radius: 99px; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 11px; }
.whatsapp-float > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); }

.quote-modal { width: min(530px, calc(100% - 28px)); max-height: 92vh; padding: 42px; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.quote-modal::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.modal-close { position: absolute; top: 16px; inset-inline-end: 18px; width: 35px; height: 35px; border: 0; background: #dddcd6; cursor: pointer; font-size: 24px; }
.modal-head h2 { margin: 10px 0 4px; font-size: 30px; }
.modal-head p { margin: 0 0 25px; color: var(--muted); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; font-size: 11px; }
  .quote-link { display: none; }
  .intro-grid { gap: 55px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { gap: 35px; }
  .hero-content > * { max-width: 680px; }
  .hero h1, .hero h2 { max-width: 680px; font-size: clamp(48px, 6vw, 66px); }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 720px); }
  .section { padding: 88px 0; }
  .topbar p { display: none; }
  .topbar-inner { justify-content: center; }
  .site-header { top: 38px; }
  .header-inner { height: 76px; }
  .brand { min-width: 0; flex: 1; }
  .brand-mark { width: 48px; height: 42px; }
  .brand-mark img { width: 46px; height: 40px; }
  .brand-copy strong { font-size: 15px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: absolute; top: 76px; inset-inline: 0; display: flex; flex-direction: column; padding: 14px 24px 22px; color: var(--ink); background: #fff; box-shadow: 0 16px 30px rgba(0,0,0,.12); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: .25s; }
  .mobile-nav.open { transform: none; opacity: 1; visibility: visible; }
  .mobile-nav a { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .hero, .hero-content { min-height: 760px; }
  .hero-slide { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(7,7,7,.72), rgba(7,7,7,.92)) !important; }
  .hero-content { justify-content: flex-end; padding-bottom: 175px; padding-top: 120px; }
  .hero h1, .hero h2 { max-width: 620px; font-size: 50px; letter-spacing: -1.5px; }
  .hero p { font-size: 14px; }
  .hero-controls { bottom: 90px; }
  .hero-trust { height: 64px; }
  .trust-inner { gap: 10px; font-size: 9px; }
  .trust-inner strong { font-size: 16px; }
  .section-heading, .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { margin-bottom: 38px; }
  .intro-visual { max-width: 650px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .number-item:nth-child(3) { border-inline-start: 0; }
  .group-grid { grid-template-columns: 1fr; }
  .companies { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .why-card { grid-template-columns: 1fr; }
  .why-intro { min-height: 280px; }
  .wholesale-grid { grid-template-columns: 1fr; gap: 55px; }
  .wholesale-visual { min-height: 500px; max-width: 700px; width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .map-card { inset-inline-start: 18px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .topbar { font-size: 10px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 13px; }
  .lang-toggle { width: 34px; }
  .hero h1, .hero h2 { font-size: 38px; line-height: 1.2; letter-spacing: -1px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .slide-arrows { display: none; }
  .hero-controls { bottom: 84px; }
  .trust-inner i, .trust-inner span:nth-of-type(3) { display: none; }
  .intro-copy h2, .section-heading h2, .timeline-head h2, .contact-copy h2 { font-size: 38px; }
  .values-row { grid-template-columns: 1fr; }
  .intro-visual { min-height: 470px; padding: 25px 18px 40px 0; }
  [dir="ltr"] .intro-visual { padding: 25px 0 40px 18px; }
  .visual-panel { height: 410px; }
  .year-card { inset-inline-start: -5px; width: 130px; }
  .year-card strong { font-size: 32px; }
  .quote-card { width: 260px; padding: 18px; }
  .number-item strong { font-size: 38px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 280px; }
  .wholesale-window { padding: 75px 0; }
  .wholesale-visual { min-height: 380px; }
  .wholesale-visual img { width: 82%; height: 275px; border-width: 4px; }
  .wholesale-copy h2 { font-size: 39px; }
  .wholesale-benefits { display: grid; grid-template-columns: 1fr; }
  .wholesale-actions { align-items: stretch; flex-direction: column; }
  .wholesale-actions .btn { width: 100%; }
  .category-strip { grid-template-columns: 1fr; }
  .feature-banner { min-height: 620px; }
  .feature-banner > img { object-position: 38% center; }
  .feature-shade { background: rgba(8,11,16,.72) !important; }
  .feature-content h2 { font-size: 42px; }
  .companies, .services-grid { grid-template-columns: 1fr; }
  .services-grid { border-inline-start: 0; }
  .service-card { min-height: 245px; border-inline-start: 1px solid rgba(255,255,255,.11); }
  .timeline-track { overflow-x: auto; padding-bottom: 16px; }
  .project-feature { min-height: 440px; padding: 28px; }
  .why-intro { padding: 45px 28px; }
  .why-points { grid-template-columns: 1fr; }
  .contact-grid { gap: 38px; }
  .contact-form { padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; padding-top: 65px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 2px; text-align: center; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding: 10px; }
  .quote-modal { padding: 38px 20px 24px; }
  .map-section { height: 610px; }
  .map-card { top: auto; bottom: 16px; width: calc(100% - 32px); padding: 27px; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
