html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 5rem;
}

html.dark {
  background: linear-gradient(to bottom, #1a5f7a 0%, #0f4a5f 50%, #0a2e3f 100%) !important;
  background-attachment: fixed !important;
}

html.dark body {
  background: transparent !important;
}

body {
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  body {
    animation: none;
    transition: none;
  }

  body.simsim-page-leaving {
    opacity: 1;
  }
}

@keyframes simsim-page-enter {
  from {
    opacity: 0.98;
  }

  to {
    opacity: 1;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

[data-hero-copy][dir="rtl"] .hero-arabic-title {
  font-size: clamp(1.45rem, 4.4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

[data-hero-copy][dir="rtl"] [data-hero-i18n="description"] {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

[data-hero-copy][dir="rtl"] .hero-cta-text {
  font-size: 0.875rem;
}

@media (max-width: 639px) {
  [data-hero-copy][dir="rtl"] .hero-cta-text {
    font-size: 0.78rem;
  }
}

button:not(:disabled),
a[href] {
  cursor: pointer;
}

.static-language-switcher {
  display: none;
  gap: 0.5rem;
  align-items: center;
}

.static-header-controls,
.static-language-group,
.static-language-switcher,
.static-language-row {
  direction: ltr;
  unicode-bidi: isolate;
}

header .static-header-controls {
  min-width: 0;
}

@media (max-width: 767px) {
  header .static-language-group {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .static-language-switcher {
    display: flex;
  }
}

.static-language-row {
  display: flex;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(209, 213, 219, 1);
}

.dark .static-language-row {
  border-color: rgba(255, 255, 255, 0.1);
}

.static-language-button {
  border: 1px solid rgb(209, 213, 219);
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
  color: rgb(55, 65, 81);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  transition: all 300ms ease;
}

.static-language-row .static-language-button {
  flex: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.static-language-button:hover {
  color: rgb(17, 24, 39);
  border-color: rgb(156, 163, 175);
}

.static-language-button:focus {
  outline: none;
}

.static-language-button:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.45);
  outline-offset: 2px;
}

.dark .static-language-button {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
}

.dark .static-language-button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.static-language-button.is-active {
  color: #fff !important;
  border-color: transparent !important;
  background-image: linear-gradient(to right, #3b82f6, #22c55e);
}

.pricing-billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  gap: 0.25rem;
  padding: 0.3rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.dark .pricing-billing-toggle {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.pricing-billing-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  color: #4b5563;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.dark .pricing-billing-option {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-billing-option.is-active {
  color: #fff;
  background-image: linear-gradient(to right, #3b82f6, #22c55e);
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.24);
}

.pricing-save-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.35rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.pricing-billing-option:not(.is-active) .pricing-save-badge {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.dark .pricing-billing-option:not(.is-active) .pricing-save-badge {
  background: rgba(74, 233, 152, 0.14);
  color: #86efac;
}

.pricing-pro-price-row,
.pricing-pro-note {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pricing-old-price {
  color: #6b7280;
  text-decoration: line-through;
  text-decoration-thickness: 0.12em;
}

.dark .pricing-old-price {
  color: rgba(255, 255, 255, 0.48);
}

html[dir="rtl"] .pricing-billing-toggle,
html[dir="rtl"] .pricing-pro-price-row,
html[dir="rtl"] .pricing-pro-note {
  direction: rtl;
}

@media (max-width: 480px) {
  .pricing-billing-toggle {
    width: 100%;
    justify-content: stretch;
  }

  .pricing-billing-option {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.55rem 0.65rem;
    font-size: 0.88rem;
  }

  .pricing-save-badge {
    font-size: 0.66rem;
    padding: 0 0.35rem;
  }
}

.popular-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

html[dir="rtl"] .popular-plan-card {
  padding-top: 4.25rem;
}

html[dir="rtl"] .popular-plan-badge {
  left: 1.25rem;
  right: auto;
}

.store-badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(12rem, 24vw, 14.5rem);
  height: clamp(3.55rem, 7vw, 4.35rem);
  flex: 0 0 auto;
  transition: transform 180ms ease, opacity 180ms ease;
}

.store-badge:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.store-badge-img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

html[lang="en"] .store-badge-img[data-badge-lang="en"],
html[lang="ar"] .store-badge-img[data-badge-lang="ar"],
html[lang="es"] .store-badge-img[data-badge-lang="es"] {
  display: block;
}

html[dir="rtl"] .store-badge {
  direction: rtl;
}

@media (max-width: 480px) {
  .store-badge-row {
    gap: 0.5rem;
  }

  .store-badge {
    width: min(100%, 11.75rem);
    height: 3.5rem;
  }
}

html.dark header,
html.dark body header.fixed {
  isolation: isolate;
  background: rgba(11, 55, 70, 0.94) !important;
  background-image: linear-gradient(180deg, rgba(26, 95, 122, 0.42) 0%, rgba(10, 46, 63, 0.72) 100%) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 28px rgba(2, 6, 23, 0.22);
}

html.dark header::before,
html.dark body header.fixed::before {
  display: none;
}

header nav a,
[data-mobile-menu] a {
  position: relative;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

header nav a[data-nav-active="true"],
header nav a[aria-current="page"] {
  color: rgb(17, 24, 39) !important;
}

.dark header nav a[data-nav-active="true"],
.dark header nav a[aria-current="page"] {
  color: #fff !important;
}

header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 0.18rem;
  border-radius: 999px;
  background: linear-gradient(to right, #3b82f6, #22c55e);
  box-shadow: 0 0.35rem 1rem rgba(34, 197, 94, 0.18);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

header nav a:hover::after,
header nav a[data-nav-active="true"]::after,
header nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

header nav a:hover::after {
  opacity: 0.45;
}

header nav a[data-nav-active="true"]::after,
header nav a[aria-current="page"]::after {
  opacity: 1;
}

[data-mobile-menu] a[data-nav-active="true"],
[data-mobile-menu] a[aria-current="page"] {
  color: #fff !important;
  border-radius: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background: linear-gradient(to right, #3b82f6, #22c55e);
}

html[dir="rtl"] [data-mobile-menu] a[data-nav-active="true"],
html[dir="rtl"] [data-mobile-menu] a[aria-current="page"] {
  text-align: right !important;
}

html.dark [data-mobile-menu] {
  background: rgba(11, 55, 70, 0.96) !important;
  background-image: linear-gradient(180deg, rgba(26, 95, 122, 0.48) 0%, rgba(10, 46, 63, 0.78) 100%) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.22);
}

html[dir="rtl"] [data-mobile-menu] {
  direction: rtl;
}

html[dir="rtl"] [data-mobile-menu] a {
  direction: rtl;
  text-align: right !important;
}

html[dir="rtl"] [data-mobile-menu] .static-language-row {
  direction: ltr;
  text-align: center;
}

html[dir="rtl"] .about-content,
html[dir="rtl"] .about-content h1,
html[dir="rtl"] .about-content h2,
html[dir="rtl"] .about-content h3,
html[dir="rtl"] .about-content h4,
html[dir="rtl"] .about-content h5,
html[dir="rtl"] .about-content h6 {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

.about-section-kicker {
  display: inline-block;
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.45;
}

html[dir="rtl"] .about-section-kicker {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0 !important;
  line-height: 1.65;
  text-transform: none !important;
}

@media (max-width: 767px) {
  .dark header:has([data-mobile-menu]:not(.hidden)) {
    background: rgba(11, 55, 70, 0.96) !important;
    background-image: linear-gradient(180deg, rgba(26, 95, 122, 0.48) 0%, rgba(10, 46, 63, 0.78) 100%) !important;
    backdrop-filter: blur(18px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  }
}

.home-wrapper,
.about-wrapper {
  transition: all 300ms ease;
}

:is(.dark) .home-wrapper,
:is(.dark) .about-wrapper {
  background-image: linear-gradient(to bottom, #1a5f7a 0%, #0f4a5f 50%, #0a2e3f 100%) !important;
  background-attachment: fixed;
  overflow-x: hidden;
  color-scheme: dark;
}

.dark body,
.dark main,
.dark .home-wrapper,
.dark .about-wrapper {
  background-color: transparent !important;
}

.dark section,
.dark footer {
  background-color: transparent !important;
  position: relative;
  overflow-x: clip;
}

.dark .dark\:hidden {
  display: none !important;
}

.dark .dark\:block {
  display: block !important;
}

.dark .dark\:inline {
  display: inline !important;
}

.dark .dark\:flex {
  display: flex !important;
}

.dark .dark\:bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.05) !important;
  background-image: none !important;
}

.dark .dark\:bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
  background-image: none !important;
}

.dark .dark\:bg-slate-700\/40 {
  background-color: rgba(51, 65, 85, 0.4) !important;
  background-image: none !important;
}

.dark .dark\:bg-transparent {
  background-color: transparent !important;
  background-image: none !important;
}

.dark .dark\:bg-none {
  background-image: none !important;
}

.dark .dark\:border-white\/10,
.dark .dark\:border-white\/20,
.dark .dark\:border-slate-600,
.dark .border,
.dark .border-t,
.dark .border-b,
.dark .border-gray-200,
.dark .border-gray-300,
.dark .border-slate-200,
.dark .border-slate-300,
.dark .border-blue-200,
.dark .border-green-200 {
  border-color: rgba(255, 255, 255, 0.055) !important;
}

.dark .dark\:text-white,
.dark .text-gray-900,
.dark .text-slate-900 {
  color: #fff !important;
}

.dark .text-gray-700,
.dark .text-gray-600,
.dark .text-slate-600,
.dark .dark\:text-white\/70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.dark .dark\:text-white\/60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.dark .dark\:text-white\/50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.dark .dark\:text-blue-400 {
  color: #60a5fa !important;
}

.dark .text-green-500 {
  color: #22c55e !important;
}

.dark .text-blue-500 {
  color: #3b82f6 !important;
}

.dark .text-slate-400 {
  color: #94a3b8 !important;
}

.dark .bg-gradient-to-br.from-blue-50,
.dark .bg-gradient-to-br.from-green-50,
.dark .bg-gradient-to-br.from-slate-50 {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.dark .bg-blue-50,
.dark .bg-green-50,
.dark .bg-slate-50 {
  background-image: none !important;
}

.dark .opacity-60 {
  opacity: 0.45 !important;
}

.dark .hover\:bg-gray-50:hover,
.dark .hover\:bg-gray-100:hover,
.dark .hover\:bg-gray-200:hover,
.dark .hover\:bg-slate-100:hover,
.dark .dark\:hover\:bg-white\/5:hover,
.dark .dark\:hover\:bg-white\/10:hover,
.dark .hover\:dark\:bg-white\/10:hover {
  background-color: rgba(255, 255, 255, 0.09) !important;
  background-image: none !important;
}

.dark .hover\:bg-white\/20:hover,
.dark .hover\:bg-white\/50:hover,
.dark .dark\:hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.18) !important;
  background-image: none !important;
}

.dark .hover\:text-gray-900:hover,
.dark .hover\:text-slate-900:hover,
.dark .dark\:hover\:text-white:hover {
  color: #fff !important;
}

.dark .hover\:border-gray-300:hover,
.dark .hover\:border-gray-400:hover,
.dark .dark\:hover\:border-white\/40:hover {
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.dark .hover\:shadow-md:hover,
.dark .hover\:shadow-lg:hover,
.dark .dark\:hover\:shadow-blue-500\/10:hover {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18) !important;
}

:root {
  --premium-card-shadow: 0 14px 34px rgba(15, 23, 42, 0.075), 0 2px 8px rgba(15, 23, 42, 0.04);
  --premium-card-hover-shadow: 0 22px 48px rgba(15, 23, 42, 0.12), 0 8px 18px rgba(15, 23, 42, 0.055);
  --premium-card-hover-border: rgba(148, 163, 184, 0.38);
}

.dark {
  --premium-card-shadow: 0 14px 34px rgba(2, 6, 23, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  --premium-card-hover-shadow: 0 22px 48px rgba(2, 6, 23, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  --premium-card-hover-border: rgba(255, 255, 255, 0.13);
}

:is(
  main article.rounded-2xl,
  main article:not([data-slide]) > div.rounded-2xl.border,
  [data-carousel] .glass-lg
) {
  box-shadow: var(--premium-card-shadow) !important;
  transform: none !important;
  transition: none !important;
}

@media (hover: hover) and (pointer: fine) {
  :is(
    main article.rounded-2xl,
    main article:not([data-slide]) > div.rounded-2xl.border,
    [data-carousel] .glass-lg
  ):hover {
    border-color: var(--premium-card-hover-border) !important;
    box-shadow: var(--premium-card-hover-shadow) !important;
    transform: none !important;
  }

  :is(
    main article.rounded-2xl,
    main article:not([data-slide]) > div.rounded-2xl.border,
    [data-carousel] .glass-lg
  ):hover .group-hover\:scale-110 {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(
    main article.rounded-2xl,
    main article:not([data-slide]) > div.rounded-2xl.border,
    [data-carousel] .glass-lg
  ) {
    transition-duration: 1ms !important;
  }

  :is(
    main article.rounded-2xl,
    main article:not([data-slide]) > div.rounded-2xl.border,
    [data-carousel] .glass-lg
  ):hover {
    transform: none;
  }
}

img,
svg {
  max-width: 100%;
}

.dark img {
  filter: none !important;
  mix-blend-mode: normal !important;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1280px;
  }
}

.glass {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
}

.glass-sm {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
}

.glass-lg {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
}

.feature-gradient-cyan {
  background: linear-gradient(to right, #0891b2, #0369a1);
}

.feature-gradient-blue {
  background: linear-gradient(to right, #0369a1, #0284c7);
}

.feature-gradient-green {
  background: linear-gradient(to right, #15803d, #16a34a);
}

.feature-gradient-lime {
  background: linear-gradient(to right, #4b5f0f, #65a30d);
}

.feature-gradient-aqua {
  background: linear-gradient(to right, #0d9488, #14b8a6);
}

.feature-gradient-yellow {
  background: linear-gradient(to right, #b45309, #f59e0b);
}

.feature-gradient-pink {
  background: linear-gradient(to right, #be185d, #ec4899);
}

.feature-gradient-emerald {
  background: linear-gradient(to right, #047857, #10b981);
}

.feature-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.75rem;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.feature-icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  stroke-width: 1.8;
}

.feature-icon-scan {
  background: linear-gradient(135deg, #3173d3 0%, #4ae998 100%);
}

.feature-icon-alerts {
  background: linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%);
}

.feature-icon-inventory {
  background: linear-gradient(135deg, #10b981 0%, #84cc16 100%);
}

.feature-icon-priorities {
  background: linear-gradient(135deg, #0891b2 0%, #65a30d 100%);
}

.feature-icon-search {
  background: linear-gradient(135deg, #06b6d4 0%, #3173d3 100%);
}

.feature-icon-locations {
  background: linear-gradient(135deg, #22c55e 0%, #eab308 100%);
}

.feature-icon-staff {
  background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
}

.feature-icon-import {
  background: linear-gradient(135deg, #059669 0%, #0891b2 100%);
}

@media (min-width: 640px) {
  .feature-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .feature-icon-svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.feature-gradient-cyan,
.feature-gradient-blue,
.feature-gradient-green,
.feature-gradient-lime,
.feature-gradient-aqua,
.feature-gradient-yellow,
.feature-gradient-pink,
.feature-gradient-emerald {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 300ms ease;
}

.feature-gradient-cyan:hover,
.feature-gradient-blue:hover,
.feature-gradient-green:hover,
.feature-gradient-lime:hover,
.feature-gradient-aqua:hover,
.feature-gradient-yellow:hover,
.feature-gradient-pink:hover,
.feature-gradient-emerald:hover {
  filter: brightness(1.1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out both;
}

.animate-fade-in {
  animation: fadeIn 0.6s ease-out both;
}

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

.static-slide {
  display: none !important;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.static-slide.is-active {
  display: block !important;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

[data-carousel] {
  isolation: isolate;
}

[data-carousel] .glass-lg {
  isolation: isolate;
  background-color: rgba(15, 74, 95, 0.35);
}

[data-slide-dot]:not(.bg-gradient-to-r) {
  background-color: rgba(71, 85, 105, 0.35) !important;
}

[data-slide-dot]:not(.bg-gradient-to-r):hover {
  background-color: rgba(71, 85, 105, 0.55) !important;
}

.dark [data-slide-dot]:not(.bg-gradient-to-r) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.dark [data-slide-dot]:not(.bg-gradient-to-r):hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

[data-carousel] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
}

.hero-phone-image {
  display: block;
  width: 100%;
  max-width: 24rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.screenshot-phone-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.support-panel {
  display: none !important;
  visibility: hidden;
}

.support-panel.is-active {
  display: block !important;
  visibility: visible;
}

[data-support] {
  isolation: isolate;
}

[data-support],
[data-support] *,
[data-support] .shadow-sm,
[data-support] .shadow-md,
[data-support] .shadow-lg,
[data-support] aside > div,
[data-support] .grid > section > div,
[data-support] .support-panel div.rounded-lg,
[data-support] .support-panel a.rounded-lg {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

[data-support] *:hover,
[data-support] .hover\:shadow-md:hover,
[data-support] .hover\:shadow-lg:hover,
[data-support] aside > div:hover,
[data-support] .grid > section > div:hover,
[data-support] .support-panel div.rounded-lg:hover,
[data-support] .support-panel a.rounded-lg:hover {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

[data-support] aside > div {
  background: #fff !important;
  border-color: rgb(226, 232, 240) !important;
}

[data-support] aside > div:hover {
  background: #fff !important;
  border-color: rgb(226, 232, 240) !important;
}

.dark [data-support] aside > div {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.dark [data-support] aside > div:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-support] [data-support-tab] {
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

.dark [data-support] [data-support-tab]:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-support] [data-support-tab]:hover {
  border-color: rgb(226, 232, 240) !important;
  box-shadow: none !important;
}

[data-support] [data-support-tab].bg-gradient-to-r {
  border-color: transparent !important;
}

html[dir="rtl"] [data-support] [data-support-tab] {
  flex-direction: row-reverse;
  text-align: right !important;
}

[data-support] > .grid {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .support-page main {
    padding-bottom: 8rem !important;
  }

  [data-support] aside {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
  }

  [data-support] aside > div,
  [data-support] aside > div:hover,
  .dark [data-support] aside > div,
  .dark [data-support] aside > div:hover {
    position: static !important;
    top: auto !important;
    width: 100%;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border-color: rgb(226, 232, 240) !important;
  }

  .dark [data-support] aside > div,
  .dark [data-support] aside > div:hover {
    background: rgba(15, 74, 95, 0.98) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
  }

  [data-support] aside h3 {
    display: none;
  }

  [data-support] aside nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    min-height: 5.75rem;
  }

  [data-support] [data-support-tab] {
    min-height: 5.75rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0.75rem 0.35rem !important;
    background: transparent !important;
    color: rgb(71, 85, 105) !important;
    text-align: center !important;
  }

  html[dir="rtl"] [data-support] [data-support-tab] {
    flex-direction: column;
    text-align: center !important;
  }

  .dark [data-support] [data-support-tab] {
    color: rgba(255, 255, 255, 0.72) !important;
  }

  [data-support] [data-support-tab]:hover,
  .dark [data-support] [data-support-tab]:hover {
    background: rgba(49, 115, 211, 0.08) !important;
    border-color: transparent !important;
    color: rgb(15, 23, 42) !important;
  }

  .dark [data-support] [data-support-tab]:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
  }

  [data-support] [data-support-tab].bg-gradient-to-r {
    background-image: linear-gradient(to right, #3b82f6, #22c55e) !important;
    color: #fff !important;
  }

  [data-support] [data-support-tab] i {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
  }

  [data-support] [data-support-tab] span {
    display: block;
    max-width: 100%;
    font-size: clamp(0.68rem, 2.7vw, 0.86rem);
    line-height: 1.15;
    font-weight: 600;
    white-space: normal;
  }
}

.footer-language-select {
  position: relative;
  max-width: 22rem;
  direction: ltr;
  unicode-bidi: isolate;
}

.footer-language-toggle {
  width: 100%;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.96);
  color: rgb(17, 24, 39);
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.footer-language-toggle:hover {
  border-color: rgb(156, 163, 175);
  background: #fff;
}

.footer-language-toggle:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.45);
  outline-offset: 2px;
}

.dark .footer-language-toggle {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.dark .footer-language-toggle:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

.footer-language-chevron {
  transition: transform 180ms ease;
}

.footer-language-select.is-open .footer-language-chevron {
  transform: rotate(180deg);
}

.footer-language-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 60;
  display: grid;
  gap: 0.25rem;
  padding: 0.375rem;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.footer-language-menu.hidden {
  display: none;
}

.dark .footer-language-menu {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(7, 26, 34, 0.96);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.28);
}

.footer-language-option {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  color: rgb(55, 65, 81);
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.footer-language-option:hover {
  background: rgb(243, 244, 246);
  color: rgb(17, 24, 39);
}

.dark .footer-language-option {
  color: rgba(255, 255, 255, 0.72);
}

.dark .footer-language-option:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.footer-language-option.is-active {
  border-color: transparent;
  background: linear-gradient(to right, #3b82f6, #22c55e);
  color: #fff !important;
}
