:root {
  --teal-900: #075d60;
  --teal-700: #087f82;
  --teal-600: #079b9b;
  --teal-500: #12aaa5;
  --teal-100: #dff6f3;
  --teal-50: #f0fbf9;
  --mint: #8ddba9;
  --ink: #152e31;
  --ink-soft: #53686a;
  --line: #dfe9e8;
  --surface: #ffffff;
  --surface-soft: #f5f9f8;
  --whatsapp: #20b968;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow-sm: 0 10px 30px rgba(18, 65, 66, .08);
  --shadow-lg: 0 24px 70px rgba(9, 91, 91, .16);
  --container: 1180px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Tahoma, Arial, "Noto Sans Arabic", sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #f6b933; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding-block: 104px; }
.skip-link { position: fixed; z-index: 1000; inset-block-start: 10px; inset-inline-start: 10px; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; inset-inline: 0; height: var(--header-height); border-bottom: 1px solid transparent; transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(255,255,255,.96); border-color: var(--line); box-shadow: 0 6px 30px rgba(11,65,65,.07); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; direction: ltr; flex: 0 0 auto; }
.brand-logo { width: auto; height: 74px; object-fit: contain; transition: height .25s ease; }
.site-header.is-scrolled .brand-logo { height: 62px; }
.main-nav { margin-inline: auto; display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; padding-block: 8px; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: 2px; height: 2px; background: var(--teal-600); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.language-switcher { min-height: 38px; padding: 4px 6px; display: inline-flex; align-items: center; gap: 3px; direction: ltr; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 999px; flex: 0 0 auto; }
.language-switcher button { width: 34px; height: 28px; padding: 0; color: var(--ink-soft); background: transparent; border: 0; border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 900; }
.language-switcher button.is-active { color: #fff; background: var(--teal-600); }
.language-switcher > span { width: 1px; height: 13px; background: var(--line); }
.button { min-height: 48px; padding: 11px 22px; border: 0; border-radius: var(--radius-sm); display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-whatsapp { min-height: 43px; padding: 9px 17px; color: #fff; background: var(--whatsapp); font-size: 13px; }
.button-whatsapp svg { width: 19px; fill: currentColor; }
.button-primary { color: #fff; background: var(--teal-600); box-shadow: 0 13px 26px rgba(7,155,155,.22); }
.button-primary:hover { background: var(--teal-700); }
.button-secondary { background: #fff; border: 1px solid var(--line); }
.button-secondary:hover { border-color: var(--teal-600); color: var(--teal-700); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span { display: block; height: 2px; margin-block: 4px; background: var(--ink); border-radius: 2px; }

.hero { position: relative; min-height: 700px; padding-top: calc(var(--header-height) + 54px); padding-bottom: 68px; overflow: hidden; background: radial-gradient(circle at 25% 48%, rgba(116,219,199,.26), transparent 36%), linear-gradient(135deg, #fbfefd 0%, #eaf8f5 100%); }
.hero::before { content: ""; position: absolute; width: 510px; height: 510px; top: -290px; right: -170px; border: 1px solid rgba(7,155,155,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(7,155,155,.025), 0 0 0 140px rgba(7,155,155,.02); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 34px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--teal-700); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow b { font: inherit; }
.eyebrow span { width: 24px; height: 2px; background: var(--teal-500); }
.hero h1 { max-width: 610px; margin: 20px 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.14; letter-spacing: -.04em; }
.hero h1 b { font: inherit; font-weight: 800; }
.hero h1 span { color: var(--teal-600); }
.hero-copy > p { max-width: 550px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 33px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.hero-proof span { display: flex; align-items: center; gap: 6px; }
.hero-proof i { width: 20px; height: 20px; display: inline-grid; place-items: center; color: var(--teal-700); background: #fff; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.hero-visual { position: relative; min-height: 570px; direction: ltr; }
.hero-glow { position: absolute; inset: 2% -5% -2%; border-radius: 50%; background: radial-gradient(circle, rgba(69,199,185,.34), rgba(255,255,255,0) 67%); filter: blur(2px); }
.phone-stage { position: absolute; inset: 0; }
.phone-stage::after { content: ""; position: absolute; z-index: 0; left: 10%; right: 8%; bottom: 35px; height: 80px; background: rgba(8,96,96,.15); border-radius: 50%; filter: blur(28px); }
.phone-shot { position: absolute; z-index: 2; margin: 0; overflow: hidden; background: #fff; border: 8px solid rgba(255,255,255,.8); border-radius: 26px; box-shadow: var(--shadow-lg); }
.phone-shot img { width: 100%; height: 100%; object-fit: contain; }
.phone-shot-back { width: 43%; height: 80%; left: 2%; top: 8%; transform: rotate(-8deg); opacity: .95; }
.phone-shot-back img { object-position: 52% center; }
.phone-shot-front { width: 47%; height: 89%; left: 36%; top: 0; transform: rotate(7deg); }
.phone-shot-front img { object-position: center; }
.stage-label { position: absolute; z-index: 4; right: 0; bottom: 46px; padding: 14px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.stage-label span, .stage-label strong { display: block; }
.stage-label span { color: var(--ink-soft); font-size: 11px; }
.stage-label strong { color: var(--teal-700); font-size: 14px; }
.hero-chip { position: absolute; z-index: 6; right: 2%; top: 12%; width: 112px; height: 112px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--ink); border: 6px solid rgba(255,255,255,.88); border-radius: 50%; box-shadow: var(--shadow-sm); direction: rtl; transform: rotate(7deg); }
.hero-chip strong { font-size: 29px; line-height: 1; }
.hero-chip span { max-width: 48px; font-size: 10px; line-height: 1.35; }

.trust-strip { position: relative; z-index: 10; margin-top: -32px; }
.trust-grid { padding: 22px 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.trust-grid article { min-width: 0; padding: 8px 14px; display: flex; align-items: center; gap: 13px; border-inline-start: 1px solid var(--line); }
.trust-grid article:first-child { border-inline-start: 0; }
.trust-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: var(--teal-700); background: var(--teal-50); border-radius: 12px; font-weight: 900; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { color: var(--ink-soft); font-size: 11px; }

.products { padding-top: 88px; padding-bottom: 84px; background: linear-gradient(#fff, #fbfdfc); }
.section-heading { margin-bottom: 31px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .why h2, .contact h2 { margin: 7px 0 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.25; letter-spacing: -.035em; }
.section-heading p { max-width: 480px; margin: 0; color: var(--ink-soft); }
.category-tabs { display: flex; gap: 9px; margin-bottom: 26px; }
.category-tabs button { min-width: 130px; min-height: 45px; padding: 8px 17px; color: var(--ink-soft); background: var(--surface-soft); border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 800; }
.category-tabs button b { font: inherit; }
.category-tabs button span { min-width: 22px; padding: 1px 7px; display: inline-block; margin-inline-start: 5px; color: #fff; background: var(--teal-600); border-radius: 99px; font-size: 11px; }
.category-tabs button small { margin-inline-start: 4px; font-size: 9px; }
.category-tabs button.is-active { color: var(--teal-700); background: var(--teal-50); border-color: #bce8e3; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 22px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(205,221,219,.82); border-radius: 24px; box-shadow: 0 7px 24px rgba(18,65,66,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-6px); border-color: #b6dcda; box-shadow: var(--shadow-lg); }
.product-image-wrap { position: relative; aspect-ratio: 1 / 1.02; padding: 15px; overflow: hidden; background: linear-gradient(145deg, #f3f8f7, #e7f3f1); }
.product-image { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 12px; transition: transform .35s ease; }
.product-card:hover .product-image { transform: scale(1.025); }
.product-image-shade { position: absolute; inset: auto 0 0; height: 24%; background: linear-gradient(transparent, rgba(17,55,56,.12)); pointer-events: none; }
.product-badge { position: absolute; z-index: 3; top: 14px; inset-inline-start: 14px; padding: 5px 10px; color: var(--teal-900); background: rgba(255,255,255,.92); border: 1px solid rgba(7,155,155,.2); border-radius: 99px; box-shadow: 0 5px 15px rgba(9,72,72,.08); font-size: 10px; font-weight: 900; }
.product-body { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.product-meta { min-height: 20px; display: flex; justify-content: space-between; gap: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.product-color { color: var(--teal-700); }
.product-name { margin: 7px 0 1px; font-size: 25px; line-height: 1.35; text-align: start; }
.product-variant { margin: 0; color: var(--ink-soft); font-size: 13px; font-weight: 700; text-align: start; }
.product-specs { margin: 17px 0 20px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.product-specs li { padding: 6px 10px; color: #375759; background: var(--surface-soft); border-radius: 9px; font-size: 10px; font-weight: 700; }
.product-footer { margin-top: auto; padding-top: 16px; display: grid; gap: 13px; border-top: 1px solid var(--line); }
.product-price { min-width: 0; }
.product-price small, .product-price strong { display: block; }
.product-price small { color: var(--ink-soft); font-size: 9px; }
.product-price strong { font-size: 13px; }
.product-order { width: 100%; min-height: 48px; padding: 11px 16px; color: #fff; background: var(--teal-600); box-shadow: 0 10px 22px rgba(7,155,155,.16); font-size: 12px; }
.product-order:hover { background: var(--teal-700); }
.coming-soon { padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; text-align: start; background: var(--teal-50); border: 1px dashed #9fd8d3; border-radius: var(--radius-md); }
.coming-soon span { color: var(--teal-700); font-weight: 800; }
.coming-soon h3 { margin: 2px 0; font-size: 22px; }
.coming-soon p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.text-link { color: var(--teal-700); font-weight: 800; }

.why { padding-top: 32px; padding-bottom: 72px; }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; }
.why-card { position: relative; min-height: 405px; padding: 42px; overflow: hidden; color: #fff; background: var(--teal-700); border-radius: var(--radius-lg); }
.section-kicker.light { color: #b9f4de; }
.why-card p { max-width: 450px; color: rgba(255,255,255,.8); }
.button-light { margin-top: 15px; color: var(--teal-900); background: #fff; }
.why-decoration { position: absolute; width: 340px; height: 340px; left: -120px; bottom: -160px; border: 60px solid rgba(141,219,169,.19); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05); }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-list article { padding: 23px; display: flex; flex-direction: column; justify-content: space-between; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius-md); }
.benefit-list article > span { color: var(--teal-600); font-size: 12px; font-weight: 900; }
.benefit-list h3 { margin: 15px 0 5px; font-size: 17px; }
.benefit-list p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.contact { padding-top: 62px; }
.contact-card { position: relative; padding: 58px 62px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; overflow: hidden; color: #fff; background: var(--ink); border-radius: var(--radius-lg); }
.contact-card::before { content: ""; position: absolute; width: 350px; height: 350px; top: -240px; right: 23%; border: 60px solid rgba(7,155,155,.12); border-radius: 50%; }
.contact-copy, .contact-links { position: relative; z-index: 1; }
.contact-copy p { max-width: 550px; color: rgba(255,255,255,.7); }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-links > * { min-width: 0; padding: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; transition: background .2s ease; }
.contact-links a:hover { background: rgba(255,255,255,.11); }
.contact-links span, .contact-links strong { display: block; overflow-wrap: anywhere; }
.contact-links span { color: #9cb0b1; font-size: 9px; }
.contact-links strong { color: #fff; font-size: 11px; }

.site-footer { padding-block: 26px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand-footer .brand-logo { height: 72px; }
.footer-inner nav { display: flex; gap: 22px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.footer-inner p { margin: 0; color: var(--ink-soft); font-size: 10px; direction: ltr; }
.floating-whatsapp { position: fixed; z-index: 80; left: max(18px, calc((100vw - var(--container)) / 2)); bottom: 20px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--whatsapp); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(16,120,68,.3); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 25px; fill: currentColor; }
[dir="ltr"] .direction-arrow { transform: scaleX(-1); }
[dir="ltr"] .hero::before { right: auto; left: -170px; }
[dir="ltr"] .hero-chip { direction: ltr; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-visual { min-height: 500px; }
  .hero h1 { font-size: 47px; }
  .main-nav { gap: 20px; }
  .header-inner { gap: 15px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(3) { border-inline-start: 0; }
  .contact-card { padding: 45px; gap: 35px; }
}

@media (max-width: 820px) {
  :root { --header-height: 70px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { gap: 10px; }
  .brand-logo { height: 62px; }
  .site-header.is-scrolled .brand-logo { height: 57px; }
  .menu-toggle { display: block; }
  .header-cta { margin-inline-start: auto; }
  .main-nav { position: absolute; top: calc(100% + 8px); inset-inline: 15px; padding: 13px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 14px; border-radius: 9px; }
  .main-nav a:hover { background: var(--surface-soft); }
  .main-nav a::after { display: none; }
  .site-header { background: rgba(255,255,255,.92); border-color: rgba(223,233,232,.7); backdrop-filter: blur(12px); }
  .hero { min-height: 0; padding-top: 112px; padding-bottom: 55px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero h1, .hero-copy > p { margin-inline: auto; }
  .hero-visual { min-height: 430px; max-width: 570px; width: 100%; margin-inline: auto; }
  .section { padding-block: 72px; }
  .section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .why { padding-top: 18px; padding-bottom: 60px; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-inner { gap: 7px; }
  .brand-logo { height: 58px; }
  .site-header.is-scrolled .brand-logo { height: 54px; }
  .language-switcher { min-height: 36px; padding-inline: 4px; }
  .language-switcher button { width: 29px; }
  .header-cta { width: 42px; min-height: 42px; padding: 10px; }
  .header-cta span { display: none; }
  .header-cta svg { display: block; width: 21px; }
  .hero { padding-top: 98px; padding-bottom: 42px; }
  .hero h1 { margin-block: 15px; font-size: clamp(36px, 10.8vw, 46px); }
  .hero-copy > p { font-size: 14px; line-height: 1.8; }
  .hero-actions { margin-top: 24px; }
  .hero-actions .button { flex: 1 1 150px; }
  .hero-proof { gap: 8px 12px; margin-top: 23px; font-size: 10px; }
  .hero-visual { min-height: 335px; }
  .phone-shot { border-width: 5px; border-radius: 19px; }
  .phone-shot-back { left: 2%; width: 44%; height: 76%; }
  .phone-shot-front { left: 36%; width: 49%; height: 85%; }
  .hero-chip { width: 80px; height: 80px; right: 0; border-width: 4px; }
  .hero-chip strong { font-size: 23px; }
  .stage-label { right: 0; bottom: 26px; padding: 9px 11px; }
  .stage-label strong { font-size: 11px; }
  .trust-strip { margin-top: -14px; }
  .trust-grid { padding: 14px; gap: 3px; }
  .trust-grid article { padding: 11px 7px; gap: 8px; }
  .trust-icon { width: 33px; height: 33px; flex-basis: 33px; }
  .trust-grid strong { font-size: 11px; }
  .trust-grid small { display: none; }
  .section { padding-block: 58px; }
  .products { padding-top: 62px; padding-bottom: 55px; }
  .section-heading h2, .why h2, .contact h2 { font-size: 32px; }
  .section-heading p { font-size: 13px; }
  .category-tabs { overflow-x: auto; padding-bottom: 3px; }
  .category-tabs button { min-width: max-content; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-wrap { aspect-ratio: 1 / 1.02; }
  .product-image { object-position: center; }
  .coming-soon { padding: 21px; align-items: flex-start; flex-direction: column; gap: 13px; }
  .coming-soon h3 { font-size: 19px; }
  .why { padding-top: 10px; padding-bottom: 48px; }
  .why-card { min-height: 360px; padding: 32px 26px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit-list article { padding: 20px; }
  .benefit-list h3 { margin-top: 13px; }
  .contact { padding-top: 48px; }
  .contact-card { padding: 35px 24px; gap: 26px; }
  .contact-links { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .brand-footer .brand-logo { height: 82px; }
  .floating-whatsapp { left: 12px; bottom: 12px; }
}

@media (max-width: 380px) {
  .brand-logo { height: 53px; }
  .language-switcher button { width: 27px; }
  .menu-toggle { width: 41px; height: 41px; }
  .header-cta { width: 40px; min-height: 40px; }
  .hero h1 { font-size: 36px; }
  .hero-visual { min-height: 315px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .product-body { padding: 17px; }
  .product-order { width: 100%; }
}

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