:root {
  --navy: #0b1f33;
  --navy-2: #112d49;
  --ink: #182230;
  --paper: #f4f3ef;
  --white: #ffffff;
  --orange: #f05a37;
  --mint: #16b982;
  --line: rgba(11, 31, 51, .14);
  --muted: #637080;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: 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; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 99; background: var(--white); color: var(--navy); padding: 12px 16px; font-weight: 700; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.skip-link:focus { top: 14px; }
[dir="rtl"] body { font-family: "Noto Sans Arabic", Arial, sans-serif; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] .product-no { font-family: "Noto Sans Arabic", Arial, sans-serif; text-transform: none; letter-spacing: 0; }

.site-header {
  min-height: 86px;
  padding: 14px clamp(22px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(170px, 240px) 1fr auto;
  align-items: center;
  gap: 28px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { display: block; width: 215px; }
.brand img { height: 54px; width: 215px; object-fit: cover; object-position: center; }
nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); font-size: 14px; font-weight: 600; }
nav a { transition: color .2s; }
nav a:hover { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-control select { min-height: 44px; border: 1px solid var(--line); background: var(--white); color: var(--navy); padding: 9px 32px 9px 12px; font-size: 14px; font-weight: 700; cursor: pointer; }
.language-control select:focus-visible, .button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(240,90,55,.38); outline-offset: 3px; }

.button {
  border: 0;
  background: var(--orange);
  color: white;
  min-height: 54px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
  box-shadow: 0 10px 24px rgba(240, 90, 55, .18);
}
.button:hover { transform: translateY(-2px); background: #dc4728; box-shadow: 0 14px 28px rgba(240, 90, 55, .24); }
.button-small { min-height: 44px; padding: 11px 18px; font-size: 14px; }

.hero {
  min-height: calc(100svh - 86px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  background: var(--navy);
  color: white;
  overflow: hidden;
}
.hero-copy { padding: clamp(64px, 8vw, 126px) clamp(28px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); text-transform: uppercase; line-height: .98; }
h1 { font-size: clamp(68px, 7.1vw, 124px); letter-spacing: -.035em; }
h1 span { color: var(--orange); }
.hero-lede { max-width: 620px; margin: 30px 0 0; color: #c7d2df; font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.text-link { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding: 8px 0; }
.text-link span { color: var(--orange); margin-left: 6px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 62px; color: #98aabc; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.trust-strip span { display: flex; align-items: center; gap: 8px; }
.trust-strip span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }

.hero-visual { min-height: 720px; position: relative; display: grid; align-items: stretch; }
.hero-image-wrap { position: relative; height: 100%; background: #d5d7d4; overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,31,51,.42), transparent 24%), linear-gradient(0deg, rgba(11,31,51,.25), transparent 40%); pointer-events: none; }
.hero-image-wrap > img { height: 100%; object-fit: cover; object-position: 52% center; }
.availability { position: absolute; top: 26px; right: 26px; z-index: 2; background: rgba(255,255,255,.93); color: var(--ink); padding: 10px 14px; font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.availability i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(22,185,130,.14); }
.hero-card { position: absolute; z-index: 3; left: 0; bottom: 0; width: min(570px, 82%); padding: 24px 30px; background: var(--orange); display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; }
.card-index { font-family: var(--display); font-size: 42px; line-height: .9; opacity: .55; }
.hero-card strong { font-family: var(--display); font-size: 25px; letter-spacing: .02em; text-transform: uppercase; }
.hero-card p { margin: 4px 0 0; font-size: 13px; opacity: .88; }

.proof-band { background: white; padding: 22px clamp(22px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 30px; }
.proof-band > p { margin: 0; font-family: var(--display); font-weight: 700; font-size: 19px; text-transform: uppercase; }
.proof-band > div { display: flex; gap: clamp(18px, 4vw, 54px); color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.proof-band b { color: var(--orange); margin-right: 8px; }

.section { padding: clamp(76px, 10vw, 150px) clamp(22px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); align-items: end; gap: 44px; margin-bottom: 58px; }
.section-heading.compact { margin-bottom: 46px; }
h2 { font-size: clamp(52px, 5.6vw, 92px); letter-spacing: -.025em; color: var(--navy); }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; }

.product-card { background: white; box-shadow: 0 18px 60px rgba(11,31,51,.07); }
.feature-lead { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); margin-bottom: 28px; }
.product-image { overflow: hidden; background: white; }
.product-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-copy { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; align-items: flex-start; }
.product-no { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.product-copy h3 { margin-top: 16px; color: var(--navy); font-size: clamp(36px, 4vw, 60px); }
.product-copy p { color: var(--muted); }
.product-copy ul { margin: 12px 0 26px; padding: 0; list-style: none; display: grid; gap: 9px; }
.product-copy li { padding-left: 20px; position: relative; font-size: 14px; }
.product-copy li::before { content: ""; width: 7px; height: 7px; background: var(--orange); position: absolute; left: 0; top: .55em; }
.product-cta { margin-top: auto; padding: 10px 0; border: 0; border-bottom: 2px solid var(--navy); background: transparent; color: var(--navy); font-weight: 800; cursor: pointer; text-align: left; }
.product-cta span { color: var(--orange); margin-left: 10px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.product-grid .product-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 430px; }
.product-grid .product-copy h3 { font-size: clamp(32px, 3.4vw, 50px); }

.categories { background: white; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-grid article { border: 1px solid var(--line); overflow: hidden; background: var(--paper); }
.category-grid img { aspect-ratio: 4/3; object-fit: cover; }
.category-grid article > div { min-height: 68px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; font-family: var(--display); font-size: 21px; font-weight: 700; text-transform: uppercase; }
.category-grid button { border: 0; color: var(--orange); background: transparent; font-size: 24px; cursor: pointer; }

.confidence-section { padding: clamp(70px, 8vw, 118px) clamp(22px, 6vw, 96px); background: #e8edf1; display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 7vw, 110px); align-items: start; }
.confidence-section h2 { font-size: clamp(40px, 4.2vw, 68px); }
.confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.confidence-grid article { min-height: 220px; padding: 26px; background: var(--white); border-top: 4px solid var(--orange); box-shadow: 0 14px 44px rgba(11,31,51,.07); }
.confidence-grid strong { display: block; color: var(--navy); font-family: var(--display); font-size: 25px; line-height: 1; text-transform: uppercase; }
.confidence-grid p { color: var(--muted); margin: 18px 0 0; font-size: 14px; }

.compliance { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .7fr); gap: clamp(48px, 8vw, 118px); align-items: center; background: var(--white); }
.compliance h2 { max-width: 760px; }
.compliance-lede { max-width: 700px; color: var(--muted); font-size: 17px; margin: 28px 0 34px; }
.compliance-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.quality-panel { position: relative; overflow: hidden; padding: clamp(30px, 4vw, 52px); background: linear-gradient(145deg, var(--navy) 0%, #123958 100%); color: white; box-shadow: 0 24px 70px rgba(11,31,51,.16); }
.quality-panel::after { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; top: -110px; border: 52px solid rgba(232,84,52,.13); border-radius: 50%; }
.quality-panel-head { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: start; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.16); }
.ce-mark { color: var(--orange); font-family: var(--display); font-size: clamp(54px, 6vw, 82px); font-weight: 800; line-height: .8; letter-spacing: -.08em; }
.quality-panel-head p { margin: 0; color: #d5e0e8; font-size: 15px; line-height: 1.7; }
.quality-points { position: relative; z-index: 1; display: grid; gap: 0; }
.quality-points article { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.quality-points strong { display: block; color: white; font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.quality-points p { margin: 8px 0 0; color: #aebfcd; font-size: 13px; }
.quality-panel > small { position: relative; z-index: 1; display: block; margin-top: 22px; color: #91a8ba; font-size: 11px; line-height: 1.6; }

.distributor-section { padding: clamp(76px, 10vw, 150px) clamp(22px, 6vw, 96px); background: linear-gradient(135deg, var(--navy) 0%, #0d2942 68%, #123958 100%); color: white; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 125px); align-items: start; }
.distributor-intro { position: sticky; top: 130px; }
.distributor-section h2 { color: white; }
.distributor-section h2 span { color: var(--orange); }
.distributor-intro > p:not(.eyebrow) { max-width: 620px; color: #b5c4d2; font-size: 17px; margin: 28px 0 32px; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.partner-grid article { min-height: 280px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.partner-grid article > span { color: var(--orange); font-family: var(--display); font-size: 26px; }
.partner-grid h3 { margin-top: 70px; font-size: 29px; }
.partner-grid p { color: #aebcca; margin: 12px 0 0; font-size: 14px; }

.why { background: var(--navy); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); }
.why h2 { color: white; position: sticky; top: 130px; }
.why-list { border-top: 1px solid rgba(255,255,255,.16); }
.why-list article { padding: 34px 0; display: grid; grid-template-columns: 72px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.why-list article > span { color: var(--orange); font-family: var(--display); font-size: 28px; }
.why-list h3 { font-size: 29px; }
.why-list p { color: #aebcca; margin: 10px 0 0; max-width: 620px; }

.process ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process li { min-height: 290px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.process li > span { color: var(--orange); font-family: var(--display); font-size: 25px; }
.process h3 { margin-top: auto; color: var(--navy); font-size: 28px; }
.process li p { color: var(--muted); margin: 12px 0 0; }

.faq { background: var(--white); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 25px 56px 25px 0; color: var(--navy); font-family: var(--display); font-size: clamp(24px, 2.4vw, 36px); font-weight: 700; text-transform: uppercase; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 21px; color: var(--orange); font: 500 36px/1 var(--body); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -8px 0 0; padding: 0 80px 28px 0; color: var(--muted); max-width: 920px; }

.contact-section { padding: clamp(72px, 9vw, 130px) clamp(22px, 7vw, 110px); background: var(--orange); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.contact-section .eyebrow { color: var(--navy); }
.contact-section h2 { color: white; font-size: clamp(52px, 5.5vw, 88px); }
.contact-intro > p:last-child { max-width: 520px; }
form { background: white; color: var(--ink); padding: clamp(24px, 4vw, 44px); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; box-shadow: 0 26px 70px rgba(83,28,14,.2); }
label { display: grid; gap: 8px; }
label span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
input, textarea, form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #aab2ba; border-radius: 0; outline: none; background: transparent; color: var(--ink); }
input:focus, textarea:focus, form select:focus { border-color: var(--orange); }
.full { grid-column: 1 / -1; }
.form-note { grid-column: 1 / -1; margin: -8px 0 0; color: var(--muted); font-size: 11px; }

footer { background: #071625; color: white; padding: 44px clamp(22px, 6vw, 96px); display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 40px; }
.footer-brand { width: 190px; padding: 8px; background: white; }
.footer-brand img { height: 58px; width: 190px; object-fit: cover; object-position: center; }
footer strong { font-family: var(--display); text-transform: uppercase; font-size: 21px; }
footer p { margin: 5px 0 0; color: #8ea1b4; font-size: 12px; }
footer > a:last-child { color: var(--orange); font-weight: 800; }

.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 30; min-width: 146px; padding: 13px 18px; background: #21c164; color: white; display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; box-shadow: 0 14px 34px rgba(7,77,38,.28); }
.floating-whatsapp svg { width: 22px; fill: currentColor; }

[dir="rtl"] .product-copy li { padding-left: 0; padding-right: 20px; }
[dir="rtl"] .product-copy li::before { left: auto; right: 0; }
[dir="rtl"] .faq-list summary { padding: 25px 0 25px 56px; }
[dir="rtl"] .faq-list summary::after { right: auto; left: 10px; }
[dir="rtl"] .faq-list details p { padding-right: 0; padding-left: 80px; }
[dir="rtl"] .language-control select { padding: 9px 12px 9px 32px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; }
  .proof-band { align-items: flex-start; }
  .proof-band > div { flex-wrap: wrap; justify-content: flex-end; }
  .product-grid .product-card { grid-template-columns: 1fr; }
  .product-grid .product-image { min-height: 360px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .why { grid-template-columns: 1fr; }
  .why h2 { position: static; }
  .contact-section { grid-template-columns: 1fr; }
  .confidence-section { grid-template-columns: 1fr; }
  .compliance { grid-template-columns: 1fr; }
  .quality-panel { max-width: 680px; margin: 0 auto; }
  .distributor-section { grid-template-columns: 1fr; }
  .distributor-intro { position: static; }
}

@media (max-width: 720px) {
  .site-header { min-height: 70px; padding: 10px 18px; }
  .brand { width: 150px; }
  .brand img { height: 42px; width: 150px; }
  .site-header .button { display: none; }
  .header-actions { gap: 0; }
  .language-control select { min-height: 40px; max-width: 132px; padding-top: 7px; padding-bottom: 7px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 70px 22px 56px; }
  h1 { font-size: 61px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .trust-strip { margin-top: 44px; display: grid; }
  .hero-visual { min-height: 500px; }
  .hero-image-wrap > img { object-position: center; }
  .hero-card { width: 92%; padding: 20px; }
  .proof-band { display: none; }
  .section { padding: 76px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
  h2 { font-size: 50px; }
  .feature-lead, .product-grid { grid-template-columns: 1fr; }
  .feature-lead .product-image { aspect-ratio: 4/3; }
  .product-grid { gap: 18px; }
  .product-grid .product-image { min-height: 0; aspect-ratio: 1/1; }
  .product-copy { padding: 28px 22px; }
  .category-grid { grid-template-columns: 1fr; }
  .confidence-section { padding: 70px 20px; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid article { min-height: 0; }
  .compliance { padding: 76px 20px; }
  .quality-panel { width: 100%; }
  .quality-panel-head { grid-template-columns: 1fr; }
  .distributor-section { padding: 76px 20px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-grid article { min-height: 230px; }
  .partner-grid h3 { margin-top: 46px; }
  .why { padding-bottom: 62px; }
  .why-list article { grid-template-columns: 50px 1fr; }
  .process ol { grid-template-columns: 1fr 1fr; }
  .process li { min-height: 240px; }
  .contact-section { padding: 76px 20px; }
  form { grid-template-columns: 1fr; padding: 26px 20px; }
  form label { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; gap: 22px; padding-bottom: 110px; }
  .floating-whatsapp { right: 16px; bottom: 16px; min-width: 0; border-radius: 999px; }
  .floating-whatsapp span { display: none; }
}

@media (max-width: 420px) {
  .brand { width: 125px; }
  .brand img { width: 125px; }
  .language-control select { max-width: 112px; font-size: 13px; }
  h1 { font-size: 52px; }
  .process ol { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
