main-info { flex: 1 1 auto; min-width: 0px; padding: 10px 11px 70px; background: rgb(234, 241, 249); }

promo-banner { display: block; width: 300px; max-width: 100%; margin: 24px auto 0; }
promo-banner a { display: block; position: relative; width: 100%; height: 300px; border-radius: 50%; overflow: hidden; box-shadow: rgba(10, 51, 96, 0.15) 0px 2px 8px; text-decoration: none; }
promo-banner svg.bg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
promo-banner ban-slides { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
promo-banner ban-slides { padding: 30px; }
promo-banner ban-text { position: absolute; inset: 30px; display: flex; align-items: center; justify-content: center; opacity: 0; color: rgb(10, 51, 96); font-family: system-ui, "Segoe UI", Arial, sans-serif; font-size: 30px; font-weight: 800; letter-spacing: 0.3px; text-align: center; line-height: 1.2; animation: banner-cycle calc(var(--n) * var(--each) * 1s) infinite; animation-delay: calc(var(--i) * var(--each) * 1s); }
@keyframes banner-cycle {
  0%   { opacity: 0; transform: translateY(8px); }
  3%   { opacity: 1; transform: translateY(0); }
  22%  { opacity: 1; transform: translateY(0); }
  25%  { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 0; }
}

home-page { display: flex; flex-direction: column; max-width: 820px; margin: 30px auto 0px; padding: 30px 36px; background: rgb(255, 255, 255); color: rgb(13, 24, 40); border-radius: 10px; box-shadow: rgba(10, 51, 96, 0.08) 0px 2px 12px; }
home-page welcome-title { display: block; font-size: 32px; font-weight: 700; color: rgb(10, 51, 96); text-shadow: rgba(10, 51, 96, 0.25) 1px 2px 3px; margin-bottom: 14px; direction: ltr; }
home-page welcome-title dot { color: rgb(196, 106, 0); }
home-page intro-text { display: block; font-size: 18px; line-height: 26px; margin-bottom: 32px; }
home-page features-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; position: relative; margin-top: 40px; }
home-page features-list::before, home-page how-to-use::before { content: attr(title); position: absolute; top: -28px; font-style: italic; text-transform: capitalize; text-decoration-line: underline; text-decoration-thickness: 3px; font-weight: bold; font-size: 20px; text-shadow: rgb(136, 136, 136) 1px 1px 1px; color: rgb(10, 51, 96); }
html[dir="rtl"] home-page features-list::before, html[dir="rtl"] home-page how-to-use::before { right: 0px; }
home-page feat-item { display: block; padding: 14px 18px; background: rgb(234, 241, 249); border-radius: 8px; font-size: 15px; line-height: 22px; }
home-page feat-head { display: block; font-weight: 700; font-size: 16px; color: rgb(10, 51, 96); margin-bottom: 6px; }
home-page how-to-use { display: block; position: relative; margin-top: 56px; padding: 16px 20px; background: rgb(247, 232, 213); border-radius: 8px; font-size: 16px; line-height: 24px; }
home-page how-to-use em { font-style: italic; font-weight: 600; color: rgb(10, 51, 96); }
home-page how-to-use strong { font-weight: 700; color: rgb(10, 51, 96); }
@media screen and (max-width: 700px) {
  home-page { padding: 20px 18px; }
  home-page welcome-title { font-size: 26px; }
  home-page features-list { grid-template-columns: 1fr; }
}
info-nav { position: fixed; bottom: 0px; left: 280px; right: 240px; z-index: 50; display: flex; justify-content: space-evenly; align-items: center; gap: 16px; padding: 10px 24px; background: rgb(234, 241, 249); }
html[dir="rtl"] info-nav { left: 240px; right: 280px; }
info-nav a { display: inline-flex; align-items: center; justify-content: center; min-width: 120px; padding: 6px 16px; border-radius: 999px; background: rgb(255, 255, 255); color: rgb(10, 51, 96); font-size: 15px; font-weight: 600; letter-spacing: 0.3px; border: 1.5px solid rgb(10, 51, 96); cursor: pointer; transition: background 0.15s, color 0.15s; }
info-nav a:hover { background: rgb(10, 51, 96); color: rgb(255, 255, 255); }
info-nav a.disabled { opacity: 0.4; pointer-events: none; cursor: default; border-style: dashed; }
@media screen and (max-width: 900px) {
  info-nav { right: 0px; }
  html[dir="rtl"] info-nav { left: 0px; right: 280px; }
}
@media screen and (max-width: 600px) {
  info-nav { left: 0px; right: 0px; }
  html[dir="rtl"] info-nav { left: 0px; right: 0px; }
}
@media screen and (max-width: 900px) {
  * { scrollbar-width: none; }
  en-tag, he-tag { max-width: 100%; padding: 10px 5px; }
}
@media screen and (max-width: 420px) {
  * { scrollbar-width: none; }
  en-tag, he-tag { max-width: 100%; padding: 0px 3px; }
}