:root {
  --navy: #081a2c;
  --blue: #1268c9;
  --cyan: #28b6d7;
  --ink: #17263a;
  --muted: #657489;
  --line: #e2e8ef;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --wrap: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, "Noto Sans Arabic", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.03em; }
h1 { font-size: clamp(40px, 5vw, 70px); }
h2 { font-size: clamp(30px, 3.5vw, 48px); }
h3 { font-size: 22px; }
.content-wrap { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 74px; padding: 0 max(24px, calc((100vw - var(--wrap)) / 2)); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: baseline; gap: 5px; white-space: nowrap; font-weight: 800; }
.brand span { color: var(--blue); font-size: 29px; letter-spacing: -.08em; }
.brand small { color: var(--navy); font-size: 11px; letter-spacing: .2em; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 30px); font-size: 13px; font-weight: 700; }
.main-nav a { color: #3d4b5d; padding: 26px 0 23px; border-bottom: 3px solid transparent; }
.main-nav a:hover { color: var(--blue); border-bottom-color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: flex; gap: 7px; font-size: 11px; }
.lang-link { color: var(--muted); padding: 3px 5px; border-bottom: 1px solid transparent; }
.lang-link.active { color: var(--blue); font-weight: 800; border-bottom-color: var(--blue); }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 0 20px; background: var(--blue); color: #fff; border: 1px solid var(--blue); border-radius: 2px; font-weight: 800; font-size: 13px; transition: background .2s ease, transform .2s ease; }
.btn:hover { background: #0b559f; transform: translateY(-1px); }
.btn.small { min-height: 36px; padding: 0 13px; font-size: 12px; }
.btn.btn-outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.75); }
.btn.btn-outline:hover { background: #fff; color: var(--navy); }
.eyebrow { color: var(--blue); font-size: 11px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.hero-banner { position: relative; min-height: 580px; background: var(--navy); overflow: hidden; }
.hero-banner > img { width: 100%; height: 580px; object-fit: cover; object-position: center 43%; filter: saturate(.9); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,31,.92) 0%, rgba(4,17,31,.7) 38%, rgba(4,17,31,.13) 75%, rgba(4,17,31,.08) 100%); color: #fff; }
.hero-content { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 100px; }
.hero-content .eyebrow { color: #6bd7ec; }
.hero-content h1 { color: #fff; max-width: 690px; margin-bottom: 20px; }
.hero-content p:not(.eyebrow) { max-width: 600px; margin-bottom: 28px; color: #d2dde9; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.proof-strip { background: var(--navy); color: #fff; border-top: 1px solid rgba(255,255,255,.14); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 24px 22px; border-inline-start: 1px solid rgba(255,255,255,.15); }
.proof-grid > div:first-child { border-inline-start: 0; }
.proof-grid strong { display: block; font-size: 25px; line-height: 1.1; color: #fff; }
.proof-grid span { display: block; margin-top: 4px; color: #b7c5d5; font-size: 12px; }
.section { padding-block: 78px; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin-bottom: 36px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.portal-grid, .dynamic-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.portal-card, .dynamic-product-card { position: relative; min-height: 220px; padding: 28px; background: #fff; }
.portal-card > span { display: block; margin-bottom: 45px; color: var(--blue); font-size: 12px; font-weight: 800; }
.portal-card h3, .dynamic-product-content h3 { margin-bottom: 10px; font-size: 21px; }
.portal-card p, .dynamic-product-content > p { color: var(--muted); font-size: 14px; }
.portal-empty { display: inline-block; margin-top: 20px; padding: 4px 7px; color: #657489; background: #f0f4f7; font-size: 11px; font-weight: 700; }
.portal-note { margin-top: 20px; color: var(--muted); font-size: 12px; }
.portal-request { margin-top: 44px; padding: 38px; background: var(--soft); border-left: 3px solid var(--blue); }
.portal-request h2 { font-size: 29px; }
.text-arrow { display: inline-block; margin-top: 28px; color: var(--blue); font-weight: 800; }
.product-feed-status { grid-column: 1 / -1; margin: 0; padding: 32px; background: #fff; color: var(--muted); }
.dynamic-product-card { padding: 0; min-height: 0; display: flex; flex-direction: column; }
.dynamic-product-image { background: #f4f7fa; overflow: hidden; }
.dynamic-product-image img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; }
.product-image-placeholder { display: grid; min-height: 210px; place-items: center; color: var(--muted); font-weight: 800; background: #edf2f6; }
.dynamic-product-content { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.dynamic-product-content .text-link { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 800; }
.business-section { background: var(--navy); color: #fff; }
.light-heading h2 { color: #fff; }
.light-heading .eyebrow { color: #5bd3ea; }
.light-heading p:not(.eyebrow) { color: #b7c5d5; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.22); }
.business-card { min-height: 265px; padding: 30px; border-inline-start: 1px solid rgba(255,255,255,.22); }
.business-card:first-child { border-inline-start: 0; }
.business-card > span { color: #5bd3ea; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.business-card h3 { margin: 30px 0 12px; color: #fff; font-size: 25px; }
.business-card p { color: #c0cddd; font-size: 14px; }
.business-card a { color: #fff; font-weight: 800; font-size: 13px; }
.support-band { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.support-band img { width: 100%; height: 340px; object-fit: cover; }
.support-band p:not(.eyebrow) { color: var(--muted); max-width: 540px; }
.cert-section { padding: 0; }
.cert-section .section-head { margin-bottom: 28px; }
.cert-grid { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--line); }
.cert-item { position: relative; min-height: 190px; padding: 14px; border-inline-start: 1px solid var(--line); background: #fff; text-align: center; }
.cert-item:first-child { border-inline-start: 0; }
.cert-item img { width: 100%; height: 120px; object-fit: contain; }
.cert-badge { position: absolute; top: 10px; left: 10px; padding: 2px 5px; background: var(--navy); color: #fff; font-size: 9px; font-weight: 800; }
.cert-item span { display: block; color: var(--muted); font-size: 10px; line-height: 1.3; }
.final-cta { padding: 74px 0; background: var(--blue); color: #fff; }
.final-cta h2 { color: #fff; }
.final-cta p { max-width: 650px; color: #dfedfc; }
.final-cta .btn { background: #fff; border-color: #fff; color: var(--blue); }
.page-hero, .business-page-hero { padding: 96px max(24px, calc((100vw - var(--wrap)) / 2)); background: var(--navy); color: #fff; }
.page-hero h1, .business-page-hero h1 { color: #fff; max-width: 760px; }
.page-hero p:not(.eyebrow), .business-page-hero p:not(.eyebrow) { max-width: 700px; color: #cad5e1; }
.page-hero .eyebrow, .business-page-hero .eyebrow { color: #5bd3ea; }
.business-detail-grid, .support-grid, .factory-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: var(--soft); }
.business-detail, .support-grid > article, .factory-story article { display: flex; flex-direction: column; min-height: 340px; padding: 28px; background: #fff; border: 1px solid var(--line); }
.business-detail > span, .support-grid > article > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.business-detail h2, .support-grid h2 { margin-top: 26px; font-size: 27px; }
.business-detail p, .support-grid p, .factory-story p, .factory-story li { color: var(--muted); }
.business-detail ul { padding-inline-start: 18px; color: var(--muted); }
.business-detail .btn, .support-grid a { margin-top: auto; align-self: flex-start; }
.support-grid a { color: var(--blue); font-weight: 800; }
.process-light { padding: 78px max(24px, calc((100vw - var(--wrap)) / 2)); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.process-grid article { padding: 22px; border-inline-start: 1px solid var(--line); }
.process-grid article:first-child { border-inline-start: 0; }
.process-grid span { color: var(--blue); font-weight: 800; }
.process-grid p { color: var(--muted); font-size: 13px; }
.support-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; background: var(--soft); }
.support-visual img { width: 100%; height: 360px; object-fit: cover; }
.support-visual p { color: var(--muted); }
.company-profile { padding: 68px max(24px, calc((100vw - var(--wrap)) / 2)); background: var(--soft); }
.company-profile .section-head { width: min(var(--wrap), 100%); margin-inline: auto; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; width: min(var(--wrap), 100%); margin: auto; background: var(--line); border: 1px solid var(--line); }
.fact-card { padding: 20px; background: #fff; }
.fact-card span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.fact-card strong { font-size: 14px; color: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item span { position: absolute; inset-inline: 0; bottom: 0; padding: 10px; background: linear-gradient(transparent, rgba(0,0,0,.75)); color: #fff; font-size: 11px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; width: min(var(--wrap), calc(100% - 48px)); margin: 0 auto; padding-block: 70px; }
.contact-card, .inquiry-form { padding: 28px; border: 1px solid var(--line); background: #fff; }
.contact-card p { color: var(--muted); }
.inquiry-form { display: grid; gap: 16px; }
label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; }
input, select, textarea { width: 100%; padding: 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 2px; font: inherit; }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 42px max(24px, calc((100vw - var(--wrap)) / 2)); background: #07111f; color: #fff; }
.site-footer p, .site-footer a { color: #b8c5d3; }
.footer-contact { display: grid; gap: 5px; text-align: end; font-size: 13px; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 40; padding: 12px 17px; background: #22a96c; color: #fff; border-radius: 2px; font-weight: 800; font-size: 13px; box-shadow: 0 10px 28px rgba(0,0,0,.22); }
[dir="rtl"] .footer-contact { text-align: start; }
[dir="rtl"] .hero-overlay { background: linear-gradient(270deg, rgba(4,17,31,.92) 0%, rgba(4,17,31,.7) 38%, rgba(4,17,31,.13) 75%, rgba(4,17,31,.08) 100%); }
@media (max-width: 1000px) {
  .site-header { grid-template-columns: auto 1fr; padding: 14px 24px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; gap: 22px; }
  .main-nav a { padding: 5px 0 10px; white-space: nowrap; }
  .header-actions { justify-self: end; }
  .portal-grid, .dynamic-products { grid-template-columns: repeat(2, 1fr); }
  .cert-grid { grid-template-columns: repeat(4, 1fr); }
  .business-detail-grid, .support-grid, .factory-story { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .content-wrap { width: min(100% - 32px, var(--wrap)); }
  .site-header { gap: 10px; padding-inline: 16px; }
  .header-actions .btn { display: none; }
  .language-switcher { gap: 3px; }
  .hero-banner, .hero-banner > img { min-height: 520px; height: 520px; }
  .hero-overlay { background: rgba(4,17,31,.72); }
  .hero-content { padding-block: 56px; }
  .hero-content h1 { font-size: 40px; }
  .section { padding-block: 56px; }
  .portal-grid, .dynamic-products, .business-grid, .business-detail-grid, .support-grid, .factory-story, .support-band, .support-visual, .facts-grid { grid-template-columns: 1fr; }
  .business-card { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .business-card:first-child { border-top: 0; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(3) { border-inline-start: 0; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .cert-item:nth-child(odd) { border-inline-start: 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-inline-start: 0; border-top: 1px solid var(--line); }
  .process-grid article:first-child { border-top: 0; }
  .site-footer { display: grid; padding: 36px 20px; }
  .footer-contact { text-align: start; }
  .contact-layout { grid-template-columns: 1fr; width: min(100% - 32px, var(--wrap)); padding-block: 46px; }
}
