
:root{
  --bg:#07111f;--bg2:#0b172a;--card:#0f2238;--glass:rgba(255,255,255,.08);--line:rgba(255,255,255,.14);
  --text:#eef7ff;--muted:#b8c8d9;--brand:#10d6a1;--brand2:#46a6ff;--accent:#d7ff72;--danger:#ff6b7a;
  --shadow:0 24px 70px rgba(0,0,0,.35);--radius:24px;--max:1220px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,#113d4e 0,#07111f 38%,#060b14 100%);color:var(--text);font-family:Inter,Arial,Tahoma,sans-serif;line-height:1.65;overflow-x:hidden}
body[dir=rtl]{font-family:Tajawal,Arial,Tahoma,sans-serif}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.topbar{position:fixed;inset:0 0 auto;z-index:50;background:rgba(7,17,31,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:18px}.brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none}.logo{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--brand),var(--brand2));display:grid;place-items:center;box-shadow:0 15px 35px rgba(16,214,161,.25);font-weight:900;color:#06111d}.brand strong{display:block;letter-spacing:.4px}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:-4px}.navlinks{display:flex;align-items:center;gap:18px}.navlinks a{color:var(--muted);text-decoration:none;font-weight:700;font-size:14px}.navlinks a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:10px}.lang{display:flex;background:var(--glass);border:1px solid var(--line);border-radius:999px;padding:4px}.lang button,.menu-btn{background:transparent;border:0;color:var(--muted);cursor:pointer;font-weight:800}.lang button{padding:7px 10px;border-radius:999px}.lang button.active{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#06111d}.menu-btn{display:none;font-size:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid var(--line);color:var(--text);background:rgba(255,255,255,.07);transition:.25s}.btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.12)}.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#05111c;border:0}.btn.light{background:#fff;color:#07111f}.hero{position:relative;padding:150px 0 80px;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(4px);opacity:.55;animation:float 8s ease-in-out infinite}.orb.one{width:260px;height:260px;background:rgba(16,214,161,.25);top:105px;right:4%}.orb.two{width:180px;height:180px;background:rgba(70,166,255,.22);bottom:40px;left:7%;animation-delay:1.8s}@keyframes float{50%{transform:translateY(-22px) scale(1.04)}}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.07);padding:8px 13px;border-radius:999px;color:#d9f8ff;font-weight:800;font-size:13px}.pulse{width:9px;height:9px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 8px rgba(16,214,161,.16)}h1{font-size:clamp(38px,5.2vw,74px);line-height:1.05;margin:22px 0 18px;letter-spacing:-2px}body[dir=rtl] h1{letter-spacing:0}.lead{font-size:clamp(17px,2vw,22px);color:var(--muted);max-width:760px}.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.stat{padding:17px;border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:18px}.stat b{font-size:25px}.stat span{display:block;color:var(--muted);font-size:13px}.mockup{position:relative;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.06));border-radius:32px;padding:16px;box-shadow:var(--shadow)}.window{background:#0a1322;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.14)}.winbar{height:42px;background:rgba(255,255,255,.08);display:flex;align-items:center;gap:7px;padding:0 15px}.dot{width:10px;height:10px;border-radius:50%;background:#ff6473}.dot:nth-child(2){background:#ffd166}.dot:nth-child(3){background:#0ee6a9}.dash{display:grid;grid-template-columns:170px 1fr;min-height:430px}.side{background:#081120;padding:18px;border-inline-end:1px solid var(--line)}.side div{height:28px;border-radius:10px;background:rgba(255,255,255,.08);margin:10px 0}.side div:first-child{background:linear-gradient(135deg,var(--brand),var(--brand2));height:42px}.main{padding:20px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mini{background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:16px;padding:14px;min-height:82px}.mini b{font-size:22px}.chart{margin-top:14px;height:165px;border-radius:18px;background:linear-gradient(135deg,rgba(16,214,161,.2),rgba(70,166,255,.17));position:relative;overflow:hidden}.chart:before{content:"";position:absolute;inset:35px 20px;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.5));clip-path:polygon(0 80%,18% 54%,35% 65%,53% 32%,72% 44%,100% 18%,100% 100%,0 100%)}.table-lines{display:grid;gap:9px;margin-top:14px}.table-lines span{height:16px;border-radius:999px;background:rgba(255,255,255,.08)}.section{padding:86px 0}.section.alt{background:rgba(255,255,255,.035)}.section-head{max-width:820px;margin-bottom:34px}.section-head.center{text-align:center;margin-inline:auto}.section h2{font-size:clamp(30px,3vw,48px);line-height:1.15;margin:12px 0}.muted{color:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border-radius:var(--radius);padding:24px;box-shadow:0 10px 32px rgba(0,0,0,.14);transition:.25s}.card:hover{transform:translateY(-6px);border-color:rgba(16,214,161,.5)}.icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:rgba(16,214,161,.13);font-size:25px;margin-bottom:14px}.card h3{margin:6px 0 8px;font-size:21px}.card p{color:var(--muted);margin:0}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}.feature-list{display:grid;gap:12px;margin-top:20px}.feature{display:flex;gap:12px;padding:15px;background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:18px}.check{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#07111f;display:grid;place-items:center;flex:none;font-weight:900}.phone-mock{max-width:310px;margin:auto;border:12px solid #18243a;border-radius:42px;background:#081120;padding:18px;box-shadow:var(--shadow)}.phone-screen{min-height:540px;border-radius:30px;background:linear-gradient(160deg,#0b1b2d,#0f3344);padding:20px;overflow:hidden}.phone-pill{width:80px;height:6px;background:rgba(255,255,255,.25);border-radius:999px;margin:auto auto 25px}.app-card{padding:16px;border-radius:20px;background:rgba(255,255,255,.1);border:1px solid var(--line);margin-bottom:12px}.meter{height:9px;border-radius:999px;background:rgba(255,255,255,.13);overflow:hidden;margin-top:10px}.meter span{display:block;height:100%;background:linear-gradient(90deg,var(--brand),var(--brand2));width:72%}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.tab-btn{border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--text);padding:11px 15px;border-radius:999px;font-weight:900;cursor:pointer}.tab-btn.active{background:#fff;color:#07111f}.tab-content{display:none}.tab-content.active{display:block}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{position:relative}.price-card.featured{border-color:rgba(16,214,161,.7);transform:scale(1.02)}.price{font-size:42px;font-weight:900;margin:12px 0}.price small{font-size:14px;color:var(--muted)}.list{padding:0;margin:18px 0;list-style:none}.list li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.08);color:var(--muted)}.legal-links{display:flex;gap:12px;flex-wrap:wrap}.faq{display:grid;gap:12px}.faq-item{border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:18px;overflow:hidden}.faq-q{width:100%;background:transparent;color:var(--text);border:0;padding:18px 20px;text-align:start;font-weight:900;font-size:16px;cursor:pointer}.faq-a{max-height:0;overflow:hidden;color:var(--muted);transition:max-height .3s ease;padding:0 20px}.faq-item.open .faq-a{max-height:180px;padding-bottom:18px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}.form{display:grid;gap:12px}.form input,.form textarea,.form select{width:100%;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:16px;color:#fff;padding:14px 16px;font:inherit}.form textarea{min-height:130px}.footer{padding:45px 0;background:#050b13;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.footer a{color:var(--muted);text-decoration:none;display:block;margin:7px 0}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;text-decoration:none;font-size:28px;box-shadow:0 16px 40px rgba(37,211,102,.35)}body[dir=rtl] .whatsapp{right:auto;left:22px}.reveal{opacity:0;transform:translateY(24px);transition:.7s}.reveal.show{opacity:1;transform:none}.legal-hero{padding:135px 0 48px;background:linear-gradient(135deg,rgba(16,214,161,.12),rgba(70,166,255,.1))}.legal-doc{padding:48px 0 90px}.legal-box{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:24px;padding:30px}.legal-box h2{font-size:28px;margin-top:30px}.legal-box h3{margin-top:22px}.legal-box p,.legal-box li{color:var(--muted)}.language-notice{background:rgba(215,255,114,.12);border:1px solid rgba(215,255,114,.3);padding:14px;border-radius:18px;color:#f1ffd1;margin:18px 0}.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(16,214,161,.14);border:1px solid rgba(16,214,161,.34);font-weight:900;color:#d8fff3;font-size:13px}.marquee{display:flex;gap:14px;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.marquee-track{display:flex;gap:14px;animation:scroll 26s linear infinite}.chip{white-space:nowrap;padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid var(--line);font-weight:800;color:var(--muted)}@keyframes scroll{to{transform:translateX(-50%)}}[dir=rtl] .marquee-track{animation-direction:reverse}@media(max-width:980px){.menu-btn{display:block}.navlinks{position:fixed;top:76px;left:18px;right:18px;display:none;flex-direction:column;background:#0a1423;border:1px solid var(--line);border-radius:22px;padding:18px}.navlinks.open{display:flex}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.pricing,.grid-3{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.dash{grid-template-columns:1fr}.side{display:none}.cards{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.hero{padding-top:125px}}@media(max-width:560px){.container{width:min(100% - 24px,var(--max))}.grid-4{grid-template-columns:1fr}.hero-cta .btn{width:100%}.nav-actions .btn{display:none}h1{font-size:38px}.section{padding:62px 0}.mockup{padding:9px;border-radius:24px}.phone-screen{min-height:460px}.legal-box{padding:20px}}

/* WSCICT logo, theme switcher and cookie consent additions */
html[data-theme="dark"]{color-scheme:dark;--bg:#07111f;--bg2:#0b172a;--card:#0f2238;--glass:rgba(255,255,255,.08);--line:rgba(255,255,255,.14);--text:#eef7ff;--muted:#b8c8d9;--shadow:0 24px 70px rgba(0,0,0,.35)}
html[data-theme="light"]{color-scheme:light;--bg:#f5f9ff;--bg2:#eaf2ff;--card:#ffffff;--glass:rgba(5,17,28,.055);--line:rgba(7,17,31,.13);--text:#07111f;--muted:#526273;--shadow:0 24px 70px rgba(22,45,78,.13)}
html[data-theme="light"] body{background:radial-gradient(circle at top left,#e4fff6 0,#f5f9ff 36%,#eef5ff 100%);color:var(--text)}
html[data-theme="light"] .topbar{background:rgba(255,255,255,.82)}
html[data-theme="light"] .navlinks a:hover{color:#07111f}
html[data-theme="light"] .eyebrow{color:#14465c;background:rgba(255,255,255,.75)}
html[data-theme="light"] .window,html[data-theme="light"] .phone-mock{background:#fff;border-color:rgba(7,17,31,.12)}
html[data-theme="light"] .winbar{background:rgba(7,17,31,.06)}
html[data-theme="light"] .side{background:#f0f6ff}
html[data-theme="light"] .phone-screen{background:linear-gradient(160deg,#ffffff,#e9f7ff)}
html[data-theme="light"] .mini,html[data-theme="light"] .app-card,html[data-theme="light"] .stat,html[data-theme="light"] .feature,html[data-theme="light"] .faq-item,html[data-theme="light"] .legal-box{background:rgba(255,255,255,.78)}
html[data-theme="light"] .footer{background:#eef5ff}
html[data-theme="light"] .form input,html[data-theme="light"] .form textarea,html[data-theme="light"] .form select{background:rgba(255,255,255,.9);color:#07111f}
.logo{background:#fff;padding:3px;overflow:hidden}
.logo img{width:100%;height:100%;object-fit:contain;border-radius:13px;display:block}.theme-toggle{width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:var(--glass);color:var(--text);cursor:pointer;font-size:18px;font-weight:900;display:grid;place-items:center;transition:.25s}.theme-toggle:hover{transform:translateY(-2px);background:rgba(255,255,255,.14)}
.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:90;max-width:980px;margin:auto;background:rgba(8,18,31,.92);backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px;color:#eef7ff}.cookie-banner[hidden]{display:none}.cookie-content{display:flex;gap:20px;align-items:center;justify-content:space-between}.cookie-content p{margin:4px 0 0;color:#c8d8e8}.cookie-actions{display:flex;gap:10px;flex:none}.cookie-actions .btn{white-space:nowrap;padding:11px 16px}html[data-theme="light"] .cookie-banner{background:rgba(255,255,255,.94);color:#07111f}html[data-theme="light"] .cookie-content p{color:#526273}
@media(max-width:760px){.cookie-content{display:grid}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-actions .btn{width:100%;padding-inline:10px}.theme-toggle{width:38px;height:38px}.brand strong{font-size:13px}.brand small{font-size:11px}}


/* RTL robustness for Arabic pages */
html[dir="rtl"] body{direction:rtl;text-align:right;font-family:Tajawal,Arial,Tahoma,sans-serif;}
html[dir="rtl"] .navlinks,html[dir="rtl"] .nav-actions,html[dir="rtl"] .hero-cta,html[dir="rtl"] .legal-links,html[dir="rtl"] .cookie-actions{direction:rtl;}
html[dir="rtl"] .footer,html[dir="rtl"] .legal-box,html[dir="rtl"] .legal-sidebar,html[dir="rtl"] .card,html[dir="rtl"] .feature,html[dir="rtl"] .contact-grid{text-align:right;}
html[dir="rtl"] .whatsapp{right:auto;left:22px;}

/* RTL and Arabic layout refinements - 2026-05-28 */
html[lang="ar"],
html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  font-family: Cairo, Tajawal, Arial, Tahoma, sans-serif;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .nav,
html[dir="rtl"] .navlinks,
html[dir="rtl"] .nav-actions,
html[dir="rtl"] .hero-grid,
html[dir="rtl"] .split,
html[dir="rtl"] .contact-grid,
html[dir="rtl"] .legal-layout,
html[dir="rtl"] .footer-grid,
html[dir="rtl"] .hero-cta,
html[dir="rtl"] .legal-links,
html[dir="rtl"] .feature,
html[dir="rtl"] .cookie-actions {
  direction: rtl;
}

html[dir="rtl"] .nav {
  flex-direction: row;
}

html[dir="rtl"] .brand {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .brand span:last-child {
  text-align: right;
}

html[dir="rtl"] .navlinks {
  justify-content: center;
}

html[dir="rtl"] .hero-grid,
html[dir="rtl"] .split,
html[dir="rtl"] .contact-grid {
  text-align: right;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  letter-spacing: 0;
}

html[dir="rtl"] h1 {
  line-height: 1.16;
  font-weight: 900;
}

html[dir="rtl"] .lead,
html[dir="rtl"] .muted,
html[dir="rtl"] .card p,
html[dir="rtl"] .legal-box p,
html[dir="rtl"] .legal-box li,
html[dir="rtl"] .faq-a {
  line-height: 1.95;
}

html[dir="rtl"] .feature {
  text-align: right;
}

html[dir="rtl"] .check {
  margin-left: 0;
  margin-right: 0;
}

html[dir="rtl"] .legal-sidebar,
html[dir="rtl"] .legal-box,
html[dir="rtl"] .card,
html[dir="rtl"] .footer,
html[dir="rtl"] .form,
html[dir="rtl"] .faq-q,
html[dir="rtl"] .faq-a {
  text-align: right;
}

html[dir="rtl"] .form input,
html[dir="rtl"] .form textarea,
html[dir="rtl"] .form select {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .window,
html[dir="rtl"] .dash,
html[dir="rtl"] .main,
html[dir="rtl"] .cards,
html[dir="rtl"] .mini,
html[dir="rtl"] .table-lines {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .orb.one {
  right: auto;
  left: 4%;
}

html[dir="rtl"] .orb.two {
  left: auto;
  right: 7%;
}

/* About section visual consistency */
#about .split {
  align-items: center;
}

#about .visual-stack {
  width: 100%;
  max-width: 620px;
  justify-self: center;
  align-items: stretch;
}

#about .visual-stack img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 1041px) {
  #about .visual-stack img:first-child {
    min-height: 260px;
  }
  #about .visual-stack img:not(:first-child) {
    min-height: 210px;
  }
}

@media (max-width: 1040px) {
  html[dir="rtl"] .navlinks {
    text-align: right;
    align-items: stretch;
  }
  html[dir="rtl"] .navlinks a {
    text-align: right;
  }
  #about .split {
    gap: 28px;
  }
  #about .visual-stack {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  html[dir="rtl"] .nav {
    gap: 10px;
  }
  html[dir="rtl"] .brand {
    min-width: 0;
  }
  html[dir="rtl"] .brand strong {
    font-size: 12px;
    line-height: 1.2;
  }
  html[dir="rtl"] .brand small {
    font-size: 10px;
  }
  html[dir="rtl"] h1 {
    font-size: 34px;
    line-height: 1.22;
  }
  html[dir="rtl"] .lead {
    font-size: 16px;
  }
  html[dir="rtl"] .hero-cta,
  html[dir="rtl"] .legal-links {
    justify-content: stretch;
  }
  #about .visual-stack {
    grid-template-columns: 1fr;
  }
  #about .visual-stack img:first-child {
    grid-column: auto;
  }
}


/* Final language switcher and RTL polish */
.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:5px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(12px);
}
.lang-switch a{
  min-width:38px;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  letter-spacing:.4px;
  transition:.22s ease;
}
.lang-switch a:hover{color:var(--text);background:rgba(255,255,255,.09);transform:translateY(-1px)}
.lang-switch a.active{color:#06111d;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 8px 20px rgba(16,214,161,.22)}
html[dir="rtl"] .lang-switch{direction:ltr}
html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select{font-family:Cairo,Tajawal,Arial,Tahoma,sans-serif}
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] .nav,html[dir="rtl"] .navlinks,html[dir="rtl"] .nav-actions,html[dir="rtl"] .hero-grid,html[dir="rtl"] .split,html[dir="rtl"] .contact-grid,html[dir="rtl"] .legal-layout,html[dir="rtl"] .footer-grid,html[dir="rtl"] .hero-cta,html[dir="rtl"] .legal-links,html[dir="rtl"] .feature,html[dir="rtl"] .cookie-actions{direction:rtl}
html[dir="rtl"] .brand{direction:rtl;text-align:right}
html[dir="rtl"] .brand span:last-child{text-align:right}
html[dir="rtl"] .navlinks{justify-content:flex-start}
html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3{text-align:right;letter-spacing:0}
html[dir="rtl"] .lead,html[dir="rtl"] .muted,html[dir="rtl"] .card p,html[dir="rtl"] .legal-box p,html[dir="rtl"] .legal-box li,html[dir="rtl"] .faq-a{text-align:right;line-height:1.95}
html[dir="rtl"] .feature{flex-direction:row;text-align:right}
html[dir="rtl"] .legal-sidebar,html[dir="rtl"] .legal-box,html[dir="rtl"] .card,html[dir="rtl"] .footer,html[dir="rtl"] .form,html[dir="rtl"] .faq-q,html[dir="rtl"] .faq-a{text-align:right}
html[dir="rtl"] .form input,html[dir="rtl"] .form textarea,html[dir="rtl"] .form select{direction:rtl;text-align:right}
html[dir="rtl"] .window,html[dir="rtl"] .dash,html[dir="rtl"] .main,html[dir="rtl"] .cards,html[dir="rtl"] .mini,html[dir="rtl"] .table-lines{direction:ltr;text-align:left}
@media(max-width:680px){.lang-switch{padding:4px;gap:2px}.lang-switch a{min-width:32px;height:30px;padding:0 8px;font-size:12px}html[dir="rtl"] .hero-grid,html[dir="rtl"] .split,html[dir="rtl"] .contact-grid{direction:rtl}}
