*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  color: #100E0E;
  background: #FFFFFF;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.features img,
.why-us-crm img,
.why-us-shipping img,
.benefits-banner img,
.industries img,
.pricing img,
.stores img,
.testimonials img,
.believe img,
.mission img,
.dropshipping img,
.faq img,
.cta img,
.footer img {
  content-visibility: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input {
  border: none;
  outline: none;
  font-family: inherit;
}

.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;
}

.section {
  padding: 140px 80px;
  position: relative;
}
.section--no-pad-top {
  padding-top: 0;
}
.section--no-pad-bottom {
  padding-bottom: 0;
}

.section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
  text-align: center;
}

.section__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
}

.section__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
}

.sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  position: absolute;
}
.sticker--green {
  background: #CAFF8B;
}
.sticker--pink {
  background: #FF9780;
}
.sticker--violet {
  background: #B299FF;
}
.sticker--gold {
  background: #FFDA73;
}
.sticker--primary {
  background: #474DCE;
  color: #FFFFFF;
}

.hero {
  position: relative;
  width: 100%;
  padding: 16px;
  overflow: visible;
  padding-bottom: 420px;
}
.hero__bg {
  background: #0A0B27;
  border-radius: 40px;
  min-height: 815px;
  width: 100%;
  height: auto;
}
.hero__content {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 84px;
  width: 100%;
}

.navbar {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 16px;
  width: 100%;
  transition: all 0.3s ease;
  will-change: transform;
  z-index: 1000;
}
.navbar--light {
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.navbar--light .navbar__logo-text {
  color: #100E0E;
}
.navbar--light .navbar__logo-icon-shape-white {
  background: #F2F7FA;
}
.navbar--light .navbar__link {
  color: #100E0E;
}
.navbar--light .navbar__link--active {
  color: #100E0E;
  font-weight: 600;
}
.navbar--light .navbar__login {
  color: #100E0E;
}
.navbar--light .navbar__hamburger span {
  background: #100E0E;
}
.navbar--light.navbar--fixed {
  background: rgba(10, 11, 39, 0.85);
  border-color: transparent;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.navbar--light.navbar--fixed .navbar__logo-text {
  color: #FFFFFF;
}
.navbar--light.navbar--fixed .navbar__logo-icon-shape-white {
  background: #FFFFFF;
}
.navbar--light.navbar--fixed .navbar__link {
  color: #FFFFFF;
}
.navbar--light.navbar--fixed .navbar__login {
  color: #FFFFFF;
}
.navbar--light.navbar--fixed .navbar__hamburger span {
  background: #FFFFFF;
}
.navbar--fixed {
  position: fixed;
  top: 16px;
  left: 36px;
  right: 36px;
  width: auto;
  background: rgba(10, 11, 39, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: navbar-slide-down 0.3s ease-out;
}
@keyframes navbar-slide-down {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar__logo-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
}
.navbar__logo-icon {
  position: relative;
  width: 32px;
  height: 37px;
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
}
.navbar__logo-icon-shape-white {
  grid-column: 1;
  grid-row: 1;
  width: 22px;
  height: 15px;
  background: #FFFFFF;
  margin-top: 9.5px;
  margin-right: 6px;
}
.navbar__logo-icon-img {
  grid-column: 1;
  grid-row: 1;
  width: 32px;
  height: 37px;
  object-fit: cover;
}
.navbar__logo-icon-shape-purple {
  grid-column: 1;
  grid-row: 1;
  width: 24px;
  height: 10px;
  background: #474DCE;
  margin-top: 23.5px;
  margin-right: 4px;
}
.navbar__links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.navbar__link {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.navbar__link:hover {
  opacity: 0.8;
}
.navbar__link--active {
  font-weight: 600;
}
.navbar__link-marker {
  font-size: 12px;
  line-height: 1;
}
.navbar__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.navbar__login {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  cursor: pointer;
  background: none;
  border: none;
  white-space: nowrap;
}
.navbar__login:hover {
  opacity: 0.8;
}
.navbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
  border-radius: 16px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  border-radius: 10px;
  flex-direction: row-reverse;
}
.navbar__cta:hover {
  opacity: 0.9;
}
.navbar__cta .btn__icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hero-text__badge-and-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.hero-text__review-badge {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-text__review-trust {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.hero-text__review-trust span {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
}
.hero-text__review-trust-icon {
  width: 20px;
  height: 20px;
}
.hero-text__review-stars-group {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.hero-text__review-stars {
  width: 70px;
  height: 14px;
}
.hero-text__review-count {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #E6E6E6;
  white-space: nowrap;
}
.hero-text__copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 100%;
}
.hero-text__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-align: center;
  max-width: 100%;
}
.hero-text__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #E6E6E6;
  text-align: center;
  max-width: 900px;
}
.hero-text__secondary-cta {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: 8px;
}
.hero-text__secondary-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.hero-image {
  position: relative;
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
}
.hero-image__outer {
  grid-column: 1;
  grid-row: 1;
  width: 960px;
  height: 724px;
  border-radius: 32px;
  overflow: hidden;
}
.hero-image__outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.hero-image__inner {
  grid-column: 1;
  grid-row: 1;
  width: 936px;
  height: 700px;
  margin-top: 12px;
  margin-inline-start: 12px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-image__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.hero-decor {
  position: absolute;
  pointer-events: none;
}
.hero-decor--left {
  top: 528px;
  left: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 192px;
}
.hero-decor__text-rotated {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  transform: rotate(-12.79deg);
  max-width: 187px;
}
.hero-decor__arrow-left {
  width: 62px;
  height: 12px;
  transform: rotate(-152.79deg) scaleY(-1);
  position: absolute;
  right: 0px;
  top: 20px;
}
.hero-decor--right {
  top: 520px;
  right: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.hero-decor__avatar-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-decor__avatars {
  display: flex;
  align-items: center;
  direction: ltr;
}
.hero-decor__avatars .hero-decor__avatar {
  width: 28px;
  height: 28px;
  border-radius: 200px;
  border: 1.5px solid #FFFFFF;
  margin-left: -6px;
  object-fit: cover;
  position: relative;
}
.hero-decor__avatars .hero-decor__avatar:first-child {
  margin-left: 0;
}
.hero-decor__avatar-count {
  width: 28px;
  height: 28px;
  border-radius: 200px;
  background: #F2F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #100E0E;
}
.hero-decor__users-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  max-width: 141px;
}

.hero-decor__arrow-right-svg {
  position: absolute;
  width: 62px;
  height: 12px;
  right: 206px;
  top: 553px;
  transform: rotate(-27.21deg);
  pointer-events: none;
}

.trusted {
  display: none;
  padding: 0;
  padding-bottom: 60px;
  margin-top: 200px;
  width: 100%;
}
.trusted__marquee {
  overflow: hidden;
  direction: ltr;
}
.trusted__marquee:hover .trusted__row {
  animation-play-state: paused;
}
.trusted__row {
  display: flex;
  align-items: center;
  opacity: 0.6;
  width: max-content;
  gap: 0;
  will-change: transform;
  direction: ltr;
  flex-wrap: nowrap;
  animation: marquee-ltr 25s linear infinite;
}
.trusted__logo {
  width: 167px;
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  margin-right: 48px;
}
.trusted__logo-icon {
  flex-shrink: 0;
  background-color: #5B6271;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.trusted__logo-icon--rotashow {
  width: 34px;
  height: 34px;
}
.trusted__logo-icon--waves {
  width: 36px;
  height: 36px;
}
.trusted__logo-icon--travelers {
  width: 32px;
  height: 32px;
}
.trusted__logo-icon--goldlines {
  width: 37px;
  height: 37px;
}
.trusted__logo-text {
  flex-shrink: 0;
  filter: grayscale(100%) brightness(0.6);
  opacity: 0.8;
}
.trusted__logo-text--rotashow {
  width: 92px;
  height: 15px;
}
.trusted__logo-text--waves {
  width: 68px;
  height: 13px;
}
.trusted__logo-text--travelers {
  width: 100px;
  height: 18px;
}
.trusted__logo-text--goldlines {
  width: 106px;
  height: 26px;
}
.trusted__logo-text--velocity9 {
  width: 146px;
  height: 38px;
}

.features {
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.features__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.features__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #CAFF8B;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: -26px;
  left: 208px;
}
.features__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 100%;
}
.features__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 100%;
}
.features__cards {
  display: flex;
  gap: 32px;
  align-items: center;
  width: 100%;
}

.feature-card {
  flex: 1 0 0;
  min-width: 0;
  position: relative;
}
.feature-card__gradient {
  width: 100%;
  height: 140px;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: -128px;
  transform: scaleY(-1);
  position: relative;
}
.feature-card__gradient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.feature-card__body {
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 32px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.feature-card--highlighted .feature-card__body {
  border-color: #FFDC73;
}
.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 16px;
  flex-shrink: 0;
}
.feature-card__icon--gold {
  background: #FFDA73;
}
.feature-card__icon--purple {
  background: #9F80FF;
}
.feature-card__icon--pink {
  background: #FF9780;
}
.feature-card__icon img {
  width: 36px;
  height: 36px;
}
.feature-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.feature-card__text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  width: 100%;
}
.feature-card__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
  width: 100%;
}
.feature-card__desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  width: 100%;
}
.feature-card__link {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
.feature-card__link:hover {
  opacity: 0.7;
}
.feature-card__link-arrow {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  flex-shrink: 0;
}
.feature-card__link-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  white-space: nowrap;
}
.feature-card--highlighted .feature-card__link-text {
  color: #100E0E;
}

.why-us-crm {
  padding: 80px 80px 140px;
}
.why-us-crm__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.why-us-crm__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.why-us-crm__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FF9780;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  top: -26px;
  right: 290px;
}
.why-us-crm__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 100%;
}
.why-us-crm__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 100%;
}
.why-us-crm__problems {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.why-us-crm__problem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #FFF5F5;
  border: 1px solid #FFD4D4;
  border-radius: 16px;
  direction: rtl;
}
.why-us-crm__problem-icon {
  color: #FF8080;
  font-weight: 700;
  font-size: 16px;
}
.why-us-crm__problem-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #100E0E;
  white-space: nowrap;
}
.why-us-crm__content {
  display: flex;
  gap: 52px;
  align-items: center;
  width: 100%;
}
.why-us-crm__dashboard {
  width: 560px;
  flex-shrink: 0;
  border: 1px solid #E1E0E7;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  order: 1;
}
.why-us-crm__dashboard-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.why-us-crm__dashboard::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 277px;
  background: linear-gradient(to bottom, rgba(14, 14, 14, 0) 12%, rgba(14, 14, 14, 0.8));
  opacity: 0.6;
  z-index: 3;
  pointer-events: none;
}
.why-us-crm__check-badge {
  position: absolute;
  top: 34px;
  right: 42px;
  z-index: 4;
  background: #FFFFFF;
  padding: 8px;
  border-radius: 100px;
  box-shadow: 0 20px 24px rgba(16, 24, 40, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-us-crm__check-icon {
  background: #FF9F59;
  padding: 8px;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
.why-us-crm__check-icon img {
  width: 16px;
  height: 16px;
}
.why-us-crm__profit-widget {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(calc(-50% - 18px));
  z-index: 2;
  background: #FFFFFF;
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  padding: 24px;
  width: 400px;
  direction: ltr;
  text-align: left;
}
.why-us-crm__volume-widget {
  position: absolute;
  top: 352px;
  left: 50%;
  transform: translateX(calc(-50% + 48px));
  z-index: 2;
  background: #FFFFFF;
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  overflow: hidden;
  width: 380px;
  direction: ltr;
  text-align: left;
}
.why-us-crm__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  position: relative;
}

.why-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  padding: 32px;
  border-radius: 32px;
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  width: 100%;
  position: relative;
  z-index: 1;
}
.why-card--highlighted {
  border: 1.5px solid #8FE91D;
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
}
.why-card__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}
.why-card__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
}
.why-card__desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
}
.why-card__icon {
  order: -1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 16px;
  backdrop-filter: blur(17.5px);
}
.why-card__icon--orange {
  background: #FF9F59;
}
.why-card__icon--blue {
  background: #80AAFF;
}
.why-card__icon--red {
  background: #FF8080;
}
.why-card__icon img {
  width: 32px;
  height: 32px;
}

.why-us-shipping {
  padding: 0 80px 140px;
}
.why-us-shipping__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.why-us-shipping__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.why-us-shipping__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FF9780;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  top: -26px;
  right: 347px;
}
.why-us-shipping__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 648px;
}
.why-us-shipping__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 670px;
}
.why-us-shipping__row {
  display: flex;
  gap: 52px;
  align-items: stretch;
  width: 100%;
}
.why-us-shipping__logo-grid {
  width: 561px;
  flex-shrink: 0;
  border: 1px solid #E1E0E7;
  border-radius: 24px;
  position: relative;
  min-height: 493px;
  order: 1;
}
.why-us-shipping__row--reversed .why-us-shipping__logo-grid {
  order: 0;
}
.why-us-shipping__row--reversed .why-us-shipping__cards {
  order: 1;
}
.why-us-shipping__logo-scatter {
  position: relative;
  width: 100%;
  height: 100%;
}
.why-us-shipping__logo-item {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  box-shadow: 6px 8px 28px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #FFFFFF;
}
.why-us-shipping__logo-item:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 8px 12px 36px rgba(0, 0, 0, 0.26);
}
.why-us-shipping__logo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.why-us-shipping__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  position: relative;
  justify-content: center;
}

.why-card {
  transition: border-color 0.2s, border-width 0.2s;
  overflow: hidden;
}
.why-card .why-card__decor {
  position: absolute;
  top: -1px;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.why-card .why-card__decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleY(-1);
}
.why-card--highlighted .why-card__decor {
  opacity: 1;
}

.why-us-shipping__cards:hover .why-card--highlighted,
.why-us-crm__cards:hover .why-card--highlighted {
  border-color: #E1E0E7;
  border-width: 1px;
}
.why-us-shipping__cards:hover .why-card--highlighted .why-card__decor,
.why-us-crm__cards:hover .why-card--highlighted .why-card__decor {
  opacity: 0;
}
.why-us-shipping__cards:hover .why-card:hover,
.why-us-crm__cards:hover .why-card:hover {
  border-color: #8FE91D;
  border-width: 1.5px;
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
}
.why-us-shipping__cards:hover .why-card:hover .why-card__decor,
.why-us-crm__cards:hover .why-card:hover .why-card__decor {
  opacity: 1;
}
.why-us-shipping__cards:hover .why-card--highlighted:hover,
.why-us-crm__cards:hover .why-card--highlighted:hover {
  border-color: #8FE91D;
  border-width: 1.5px;
}
.why-us-shipping__cards:hover .why-card--highlighted:hover .why-card__decor,
.why-us-crm__cards:hover .why-card--highlighted:hover .why-card__decor {
  opacity: 1;
}

.payment-methods {
  padding: 80px 80px;
}
.payment-methods__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.payment-methods__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.payment-methods__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 100%;
}
.payment-methods__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 100%;
}
.payment-methods__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.payment-methods__group {
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s;
}
.payment-methods__group:hover {
  border-color: #8FE91D;
}
.payment-methods__group-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #100E0E;
  line-height: 1.4;
  text-align: right;
}
.payment-methods__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-methods__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 12px;
  background: #F2F7FA;
  border-radius: 10px;
  direction: rtl;
}
.payment-methods__item-name {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #100E0E;
}
.payment-methods__item-note {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #5B6271;
}
.payment-methods__footer {
  text-align: center;
  padding: 24px;
  background: #F2F7FA;
  border-radius: 16px;
}
.payment-methods__footer-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #100E0E;
  font-weight: 500;
}

@media (max-width: 768px) {
  .payment-methods {
    padding: 40px 16px;
  }
  .payment-methods__heading {
    font-size: 28px;
  }
  .payment-methods__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .payment-methods__grid {
    grid-template-columns: 1fr;
  }
  .payment-methods__heading {
    font-size: 24px;
  }
}
.benefits-banner {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.benefits-banner__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.benefits-banner__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #B299FF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: -24px;
  left: 159px;
}
.benefits-banner__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 875px;
}
.benefits-banner__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 875px;
}
.benefits-banner__banner {
  background: #F2F7FA;
  border-radius: 24px;
  height: 640px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.benefits-banner__dashboard {
  position: absolute;
  top: 60px;
  left: -179px;
  direction: ltr;
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
}
.benefits-banner__dashboard-frame {
  grid-column: 1;
  grid-row: 1;
  width: 690px;
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
}
.benefits-banner__dashboard-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits-banner__dashboard-inner {
  grid-column: 1;
  grid-row: 1;
  width: 673px;
  height: 503px;
  margin-top: 8.5px;
  margin-left: 8.75px;
  border-radius: 16px;
  overflow: hidden;
}
.benefits-banner__dashboard-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits-banner__decor-text {
  position: absolute;
  top: 30px;
  left: 592px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #5B6271;
  text-align: center;
  transform: rotate(-13.05deg);
  white-space: nowrap;
}
.benefits-banner__decor-arrow {
  position: absolute;
  top: 62px;
  left: 520px;
  width: 66px;
  height: 12px;
  transform: rotate(-22.35deg);
}
.benefits-banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 58px;
  width: 648px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  direction: rtl;
  text-align: right;
}
.benefits-banner__content-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}
.benefits-banner__content-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #100E0E;
}
.benefits-banner__content-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  opacity: 0.9;
}
.benefits-banner__features {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.benefits-banner__features-row {
  display: flex;
  gap: 32px;
  width: 100%;
}
.benefits-banner__feature {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.benefits-banner__feature-header {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.benefits-banner__feature-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #100E0E;
  white-space: nowrap;
}
.benefits-banner__feature-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.benefits-banner__feature-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
  opacity: 0.8;
  text-align: right;
}
.benefits-banner__info-card {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 24px;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.benefits-banner__info-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
.benefits-banner__info-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #100E0E;
}
.benefits-banner__info-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #4E5666;
  opacity: 0.9;
}
.benefits-banner__donut {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: conic-gradient(#B299FF 0% 50%, #FF9780 50% 70%, #FFDA73 70% 87%, #EEF0F4 87% 100%);
  position: relative;
  flex-shrink: 0;
}
.benefits-banner__donut::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #FFFFFF;
}
.benefits-banner__donut-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  gap: 2px;
}
.benefits-banner__donut-value {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #100E0E;
  line-height: 1.2;
}
.benefits-banner__donut-label {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #5B6271;
  text-align: center;
  width: 59px;
}

.marketing-tools {
  padding: 80px 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.marketing-tools__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.marketing-tools__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 100%;
}
.marketing-tools__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1280px;
}
.marketing-tools__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 24px;
  transition: all 0.2s;
  direction: rtl;
}
.marketing-tools__item:hover {
  border-color: #8FE91D;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.marketing-tools__icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}
.marketing-tools__label {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #100E0E;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .marketing-tools {
    padding: 40px 16px 20px;
  }
  .marketing-tools__heading {
    font-size: 28px;
  }
  .marketing-tools__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .marketing-tools__item {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .marketing-tools__grid {
    grid-template-columns: 1fr;
  }
  .marketing-tools__heading {
    font-size: 24px;
  }
}
.industries {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
}
.industries__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
  width: 100%;
}
.industries__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #B299FF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: -24px;
  left: 159px;
}
.industries__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 875px;
}
.industries__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 875px;
}
.industries__tabs {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.industries__tabs::-webkit-scrollbar {
  display: none;
}
.industries__tab {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #100E0E;
  line-height: 1.2;
}
.industries__tab-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  transition: filter 0.25s;
}
.industries__tab--active {
  background: #474DCE;
  border-color: rgba(15, 26, 43, 0.1);
  color: #FFFFFF;
  font-weight: 600;
}
.industries__tab--active .industries__tab-icon {
  --fill-0: #474DCE;
  --stroke-0: white;
  filter: none;
}
.industries__tab:hover:not(.industries__tab--active) {
  border-color: #474DCE;
  color: #474DCE;
}
.industries__panels {
  width: 100%;
}
.industries__panel {
  display: none;
  width: 100%;
  animation: panel-fade-in 0.35s ease;
}
.industries__panel--active {
  display: block;
}
.industries__banner {
  background: #F2F7FA;
  min-height: 497px;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.industries__banner-content {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: right;
  direction: rtl;
}
.industries__banner-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #100E0E;
}
.industries__banner-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  opacity: 0.9;
  max-width: 480px;
}
.industries__banner-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.industries__banner-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #100E0E;
}
.industries__banner-feature-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.industries__banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
  border-radius: 16px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  align-self: flex-start;
  margin-top: 8px;
  border-radius: 16px;
  flex-direction: row-reverse;
}
.industries__banner-cta:hover {
  opacity: 0.9;
}
.industries__banner-cta .btn__icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.industries__banner-image {
  width: 500px;
  flex-shrink: 0;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industries__screen {
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  direction: ltr;
}
.industries__screen-frame {
  grid-column: 1;
  grid-row: 1;
  width: 420px;
  height: 316px;
  border-radius: 24px;
  overflow: hidden;
}
.industries__screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industries__screen-inner {
  grid-column: 1;
  grid-row: 1;
  width: 408px;
  height: 305px;
  margin-top: 6px;
  margin-left: 6px;
  border-radius: 16px;
  overflow: hidden;
}
.industries__screen-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industries__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  direction: rtl;
  text-align: right;
}
.industries__content-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.industries__content-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #100E0E;
}
.industries__content-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  opacity: 0.9;
}
.industries__features {
  display: flex;
  gap: 32px;
  width: 100%;
}
.industries__feature-card {
  flex: 1;
  border: 1px solid #E1E0E7;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.industries__feature-header {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.industries__feature-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #100E0E;
  white-space: nowrap;
}
.industries__feature-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.industries__feature-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
  opacity: 0.8;
  text-align: right;
}

@keyframes panel-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pricing {
  background: #F6F6FF;
  padding: 140px 80px;
}
.pricing__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.pricing__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.pricing__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #474DCE;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  color: #FFFFFF;
  top: -15px;
  right: 198px;
}
.pricing__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 840px;
}
.pricing__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 518px;
}
.pricing__toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pricing__toggle {
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  padding: 4px;
  background: #FFFFFF;
  border: 1px solid #8FE91D;
  border-radius: 12px;
  overflow: hidden;
}
.pricing__toggle-btn {
  height: 40px;
  padding: 0 24px;
  border-radius: 10px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #100E0E;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing__toggle-btn--active {
  background: #474DCE;
  color: #FFFFFF;
  font-weight: 600;
}
.pricing__discount {
  position: absolute;
  right: calc(50% + 120px);
  top: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing__discount-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #5B6271;
  transform: rotate(-17.96deg);
  white-space: nowrap;
}
.pricing__discount-arrow {
  width: 66px;
  height: 12px;
  transform: rotate(-159.44deg);
  margin-top: 4px;
}
.pricing__cards {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
}

.pricing-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 32px;
  overflow: hidden;
  padding: 8px 8px 28px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.pricing-card--featured {
  border: 1.5px solid #8FE91D;
}
.pricing-card--featured:hover {
  box-shadow: 0 12px 40px rgba(71, 77, 206, 0.15);
}
.pricing-card--compact {
  padding-bottom: 8px;
  opacity: 1;
  transform: none;
}
.pricing-card__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.pricing-card__header {
  border-radius: 24px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  background: #F2F7FA;
}
.pricing-card--featured .pricing-card__header {
  background: #0A0B27;
}
.pricing-card__plan-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: right;
}
.pricing-card__plan-name {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #5B6271;
}
.pricing-card--featured .pricing-card__plan-name {
  color: #FFFFFF;
}
.pricing-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricing-card__price {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.96px;
  color: #100E0E;
  text-align: right;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  direction: rtl;
  gap: 0;
}
.pricing-card--featured .pricing-card__price {
  color: #FFFFFF;
}
.pricing-card__price-currency {
  font-size: 24px;
  font-weight: 500;
  margin-inline-start: 4px;
}
.pricing-card__price-period {
  font-size: 20px;
  font-weight: 500;
  margin-inline-start: 4px;
}
.pricing-card__price-offer {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  direction: rtl;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.pricing-card__price-offer-label {
  font-weight: 400;
  color: #5B6271;
}
.pricing-card--featured .pricing-card__price-offer-label {
  color: #E6E6E6;
}
.pricing-card__price-offer-old {
  font-weight: 500;
  color: #5B6271;
  text-decoration: line-through;
  opacity: 0.7;
}
.pricing-card--featured .pricing-card__price-offer-old {
  color: #E6E6E6;
}
.pricing-card__price-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  text-align: right;
}
.pricing-card--featured .pricing-card__price-desc {
  color: #E6E6E6;
}
.pricing-card__popular-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FFDA73;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 2px 12px;
}
.pricing-card__cta {
  width: 100%;
  height: 52px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  flex-direction: row-reverse;
  border: none;
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  color: #100E0E;
}
.pricing-card__cta:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
.pricing-card--featured .pricing-card__cta {
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
  color: #FFFFFF;
}
.pricing-card__cta-icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.pricing-card__divider {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pricing-card__divider-line {
  flex: 1;
  height: 0;
  border-top: 1px dashed #D0D5DD;
}
.pricing-card__divider-label {
  border: 0.8px solid #8FE91D;
  border-radius: 40px;
  padding: 4px 22px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #100E0E;
  text-align: center;
  white-space: nowrap;
}
.pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
  width: 100%;
}
.pricing-card__feature {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}
.pricing-card__feature-text {
  flex: 1;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #100E0E;
  text-align: right;
}
.pricing-card__feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.pricing-card__price[data-animate] {
  animation: price-pop 0.4s ease;
}

@keyframes price-pop {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
  60% {
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.pricing-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
}
.pricing-card--visible {
  opacity: 1;
  transform: translateY(0);
}
.pricing-card:nth-child(1) {
  transition-delay: 0.1s;
}
.pricing-card:nth-child(2) {
  transition-delay: 0.25s;
}
.pricing-card:nth-child(3) {
  transition-delay: 0.4s;
}

.stores {
  padding: 100px 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow: hidden;
}
.stores__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.stores__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #B299FF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  top: -9px;
  right: 132px;
}
.stores__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 880px;
}
.stores__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 986px;
}
.stores__marquee-wrap {
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-right: calc(-1 * 80px);
  margin-left: calc(-1 * 80px);
}
.stores__marquee {
  overflow: hidden;
  direction: ltr;
}
.stores__marquee:hover .stores__track {
  animation-play-state: paused;
}
.stores__track {
  display: flex;
  width: max-content;
  gap: 0;
  will-change: transform;
  direction: ltr;
  flex-wrap: nowrap;
}
.stores__marquee--rtl .stores__track {
  animation: marquee-rtl 50s linear infinite;
}
.stores__marquee--ltr .stores__track {
  animation: marquee-ltr 50s linear infinite;
}

.store-card {
  flex: 0 0 auto;
  width: 280px;
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 32px;
  padding: 12px 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-right: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.store-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.store-card--highlighted {
  background: #F6F6FF;
  border-color: #FFDA73;
}
.store-card__image {
  width: 100%;
  height: 180px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.store-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.store-card__footer {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 100%;
}
.store-card__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.store-card__link {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 13px;
}
.store-card__link:hover {
  color: #474DCE;
}
.store-card__name {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 15px;
  order: -1;
}

@keyframes marquee-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.testimonials {
  padding: 140px 80px;
}
.testimonials__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.testimonials__header {
  display: flex;
  gap: 60px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.testimonials__heading-wrap {
  flex: 1;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: right;
  position: relative;
}
.testimonials__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  text-align: right;
  max-width: 760px;
}
.testimonials__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #B299FF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(40.4deg);
  position: absolute;
  top: -30px;
  right: 0;
}
.testimonials__nav {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}
.testimonials__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.testimonials__nav-btn--active {
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
}
.testimonials__nav-btn--inactive {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
}
.testimonials__nav-btn--inactive:hover {
  border-color: #474DCE;
}
.testimonials__nav-btn-icon {
  width: 28px;
  height: 28px;
}
.testimonials__nav-btn--active .testimonials__nav-btn-icon {
  transform: rotate(180deg);
}
.testimonials__cards {
  width: 100%;
  overflow: hidden;
}
.testimonials__track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
  width: calc(50% - 15px);
  flex-shrink: 0;
  min-width: 0;
  border-radius: 50px;
  padding: 2px 2px 12px;
  display: flex;
  flex-direction: column;
}
.testimonial-card--solid {
  background: #F2F7FA;
}
.testimonial-card--gradient {
  background: linear-gradient(135deg, #E8E0FF 0%, #FFE0D6 50%, #D6F0FF 100%);
}
.testimonial-card__inner {
  background: #FFFFFF;
  border-radius: 48px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.testimonial-card__quote-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
}
.testimonial-card__quote-icon {
  width: 24px;
  height: 24px;
  transform: rotate(180deg) scaleY(-1);
}
.testimonial-card__quote-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  color: #100E0E;
  text-align: right;
  width: 100%;
}
.testimonial-card__separator {
  width: 100%;
  border: none;
  border-top: 1px dashed #D0D5DD;
}
.testimonial-card__footer {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.testimonial-card__rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  width: 121px;
}
.testimonial-card__stars {
  display: flex;
  gap: 4px;
  align-items: center;
}
.testimonial-card__star {
  width: 20px;
  height: 20px;
}
.testimonial-card__rating-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #100E0E;
  text-align: right;
  width: 100%;
}
.testimonial-card__user {
  display: flex;
  flex-direction: row-reverse;
  flex: 1;
  gap: 16px;
  align-items: center;
}
.testimonial-card__user-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}
.testimonial-card__user-name {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #100E0E;
  opacity: 0.9;
}
.testimonial-card__user-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
}
.testimonial-card__avatar-wrap {
  border: 1px solid #E1E0E7;
  border-radius: 50px;
  padding: 8px;
  flex-shrink: 0;
}
.testimonial-card__avatar {
  width: 45px;
  height: 45px;
  border-radius: 500px;
  object-fit: cover;
  background: #CCCCE9;
}

.believe {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
}
.believe__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
  gap: 16px;
}
.believe__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FFDA73;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: -26px;
  right: 0;
}
.believe__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 1135px;
  letter-spacing: -1.12px;
}
.believe__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 960px;
}
.believe__cards {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
  width: 100%;
}
.believe__card {
  flex: 1;
  border: 1px solid #E1E0E7;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.believe__card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.believe__card-icon {
  width: 56px;
  height: 56px;
}
.believe__card-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #100E0E;
  white-space: nowrap;
}
.believe__card-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
  opacity: 0.8;
  text-align: right;
}

.mission {
  padding: 140px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
.mission__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
  gap: 16px;
}
.mission__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #CAFF8B;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  top: -15px;
  right: 342px;
}
.mission__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 1010px;
  letter-spacing: -1.12px;
}
.mission__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 1030px;
}
.mission__content {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: stretch;
}
.mission__photo {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  min-height: 560px;
  order: 1;
}
.mission__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.mission__card {
  width: 628px;
  flex-shrink: 0;
  background: #F2F7FA;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  direction: rtl;
}
.mission__icon-badge {
  background: #9F80FF;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission__icon-badge img {
  width: 40px;
  height: 40px;
}
.mission__text-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end;
  width: 100%;
}
.mission__text-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
  width: 100%;
}
.mission__card-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #100E0E;
  letter-spacing: -0.4px;
}
.mission__card-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
}
.mission__checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.mission__check-item {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 16px;
  border-right: 2.5px solid #8FE91D;
  overflow: hidden;
  width: 100%;
}
.mission__check-text {
  flex: 1;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #100E0E;
  text-align: right;
}
.mission__check-icon {
  width: 24px;
  height: 24px;
  background: #474DCE;
  border-radius: 50px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mission__check-icon img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.dropshipping {
  padding: 0 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow: hidden;
}
.dropshipping__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
  gap: 20px;
  margin-top: 12px;
}
.dropshipping__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #B299FF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  top: 0px;
  right: 290px;
}
.dropshipping__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 880px;
  letter-spacing: -1.12px;
}
.dropshipping__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 986px;
}
.dropshipping__marquee-wrap {
  width: 100vw;
  overflow: hidden;
  margin-right: calc(-1 * 80px);
  margin-left: calc(-1 * 80px);
}
.dropshipping__marquee {
  overflow: hidden;
  direction: ltr;
}
.dropshipping__marquee:hover .dropshipping__track {
  animation-play-state: paused;
}
.dropshipping__track {
  display: flex;
  width: max-content;
  gap: 0;
  will-change: transform;
  direction: ltr;
  flex-wrap: nowrap;
  animation: marquee-ltr 30s linear infinite;
}

.partner-card {
  flex: 0 0 auto;
  width: 340px;
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 32px;
  padding: 12px 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-right: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.partner-card--highlighted {
  background: #F6F6FF;
  border-color: #FFDA73;
}
.partner-card__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
}
.partner-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.partner-card__footer {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}
.partner-card__name {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
}
.partner-card__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
}

.faq {
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
.faq__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.faq__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FF9780;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: -14px;
  right: 0;
}
.faq__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
}
.faq__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 700px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 900px;
}

.faq-item {
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #F2F7FA;
  border: 1px solid transparent;
}
.faq-item--active {
  background: #FFFFFF;
  border: 1px solid #8FE91D;
}
.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  width: 100%;
  cursor: pointer;
  gap: 16px;
}
.faq-item__question-text {
  flex: 1;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #100E0E;
  text-align: right;
}
.faq-item__toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background: #E8E8E8;
  color: #5B6271;
}
.faq-item--active .faq-item__toggle {
  background: #474DCE;
  color: #FFFFFF;
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px;
}
.faq-item--active .faq-item__answer {
  max-height: 300px;
  padding: 0 24px 24px;
}
.faq-item__answer-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  text-align: right;
  line-height: 1.8;
}

.cta {
  margin: 0 16px;
  background: #0A0B27;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  min-height: 684px;
}
.cta__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FFDA73;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  top: 46px;
  right: 80px;
}
.cta__content {
  position: absolute;
  top: 87px;
  right: 80px;
  width: 650px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  direction: rtl;
  text-align: right;
}
.cta__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.12px;
  color: #FFFFFF;
  text-align: right;
  width: 100%;
}
.cta__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  max-width: 513px;
}
.cta__desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #E6E6E6;
  text-align: right;
}
.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
  border-radius: 16px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  height: 52px;
  padding: 10px 24px;
  border-radius: 16px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  flex-direction: row-reverse;
}
.cta__btn:hover {
  opacity: 0.9;
}
.cta__btn .btn__icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.cta__mockup {
  position: absolute;
  top: 172px;
  left: 0;
  width: 772px;
  height: 539px;
}
.cta__mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta__decor {
  position: absolute;
  right: 105px;
  top: 452px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.cta__decor-arrow {
  width: 62px;
  height: 12px;
  transform: rotate(119.77deg) scaleY(-1);
  margin-bottom: 8px;
}
.cta__decor-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  transform: rotate(-18.38deg);
  max-width: 116px;
}

.footer {
  background: #0A0B27;
  padding: 60px 80px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  direction: rtl;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer__contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  text-align: right;
}
.footer__contact-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.footer__contact-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  letter-spacing: -0.4px;
}
.footer__contact-desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #E6E6E6;
}
.footer__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
  border-radius: 16px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  padding: 14px 16px;
  border-radius: 12px;
  flex-direction: row-reverse;
}
.footer__contact-btn:hover {
  opacity: 0.9;
}
.footer__contact-btn .btn__icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.footer__newsletter-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
  white-space: nowrap;
}
.footer__newsletter-form {
  display: flex;
  width: 420px;
  position: relative;
  direction: rtl;
}
.footer__newsletter-input {
  flex: 1;
  background: #FFFFFF;
  border: none;
  border-radius: 16px;
  padding: 13px 20px;
  padding-left: 140px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  text-align: right;
  direction: rtl;
}
.footer__newsletter-input::placeholder {
  color: #5B6271;
}
.footer__newsletter-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
  border-radius: 16px 0 0 16px;
  padding: 0 16px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: row-reverse;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.footer__newsletter-btn:hover {
  opacity: 0.9;
}
.footer__newsletter-btn .btn__icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.footer__divider {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer__brand {
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.footer__logo {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}
.footer__logo-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
}
.footer__logo-icon {
  position: relative;
  width: 32px;
  height: 37px;
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
}
.footer__logo-icon-shape-white {
  grid-column: 1;
  grid-row: 1;
  width: 22px;
  height: 15px;
  background: #FFFFFF;
  margin-top: 9.5px;
  margin-right: 6px;
}
.footer__logo-icon-img {
  grid-column: 1;
  grid-row: 1;
  width: 32px;
  height: 37px;
  object-fit: cover;
}
.footer__logo-icon-shape-purple {
  grid-column: 1;
  grid-row: 1;
  width: 24px;
  height: 10px;
  background: #474DCE;
  margin-top: 23.5px;
  margin-right: 4px;
}
.footer__brand-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.footer__brand-item {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.footer__brand-item-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: right;
}
.footer__brand-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.footer__columns {
  display: flex;
  gap: 40px;
  text-align: right;
}
.footer__column {
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__column--wide {
  width: auto;
  flex: 1;
}
.footer__column-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #E6E6E6;
}
.footer__column-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__column-link {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  transition: opacity 0.2s;
}
.footer__column-link:hover {
  opacity: 0.7;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer__legal {
  display: flex;
  gap: 32px;
  align-items: center;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #E6E6E6;
}
.footer__legal a {
  color: #E6E6E6;
  transition: color 0.2s;
}
.footer__legal a:hover {
  color: #FFFFFF;
}
.footer__credit {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #E6E6E6;
}
.footer__credit a {
  text-decoration: underline;
  color: #E6E6E6;
}
.footer__credit a:hover {
  color: #FFFFFF;
}

.pricing-hero {
  position: relative;
  width: 100%;
  padding: 16px;
}
.pricing-hero__bg {
  background: #0A0B27;
  border-radius: 40px;
  height: 680px;
  width: 100%;
}
.pricing-hero__content {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.pricing-hero__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 52px;
  width: 100%;
  padding: 0 40px;
}
.pricing-hero__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 580px;
  flex: 1;
}
.pricing-hero__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FF8080;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  position: relative;
  align-self: flex-start;
}
.pricing-hero__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-align: right;
  max-width: 560px;
}
.pricing-hero__desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #E6E6E6;
  text-align: right;
  max-width: 480px;
}
.pricing-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
  border-radius: 16px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}
.pricing-hero__cta:hover {
  opacity: 0.9;
}
.pricing-hero__cta .btn__icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.pricing-hero__users {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.pricing-hero__users-avatars {
  display: flex;
  align-items: center;
  direction: ltr;
}
.pricing-hero__users-avatars img {
  width: 28px;
  height: 28px;
  border-radius: 200px;
  border: 1.5px solid #FFFFFF;
  margin-left: -6px;
  object-fit: cover;
}
.pricing-hero__users-avatars img:first-child {
  margin-left: 0;
}
.pricing-hero__users-count {
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 14px;
  background: #F2F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #100E0E;
  white-space: nowrap;
}
.pricing-hero__users-arrow {
  width: 62px;
  height: 12px;
  transform: rotate(-27deg);
}
.pricing-hero__users-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  color: #FFFFFF;
  max-width: 160px;
}
.pricing-hero__card-preview {
  flex-shrink: 0;
  width: 400px;
  height: 421px;
  overflow: hidden;
  border-radius: 32px;
  border: 1.5px solid #8FE91D;
}
.pricing-hero__card-preview .pricing-card {
  opacity: 1;
  transform: none;
}
.pricing-hero__card-preview .pricing-card--featured {
  border: none;
}

.comparison {
  padding: 140px 80px;
}
.comparison__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.comparison__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.comparison__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #474DCE;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  color: #FFFFFF;
  position: relative;
}
.comparison__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
  max-width: 790px;
}

.pricing__features-label ~ .comparison-table {
  margin-top: 0;
}

.pricing:has(.pricing__features-label) .pricing__inner {
  gap: 0;
}

.pricing:has(.pricing__features-label) .pricing__header {
  margin-bottom: 40px;
}

.pricing:has(.pricing__features-label) .pricing__toggle-wrap {
  margin-bottom: 32px;
}

.pricing__features-label {
  display: flex;
  justify-content: flex-start;
  padding: 8px 0 0;
  margin: 0;
}

.pricing:has(.pricing__features-label) .pricing__cards {
  display: grid;
  grid-template-columns: 34% 22% 22% 22%;
  gap: 0;
  align-items: end;
  padding: 0 80px;
}
.pricing:has(.pricing__features-label) .pricing__cards::before {
  content: "";
  display: block;
}

.pricing:has(.pricing__features-label) .pricing-card--compact {
  margin: 0 8px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-table__head {
  position: sticky;
  top: 0;
  z-index: 10;
}
.comparison-table__header-row {
  background: #FFFFFF;
}
.comparison-table__header-cell {
  padding: 20px 24px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #100E0E;
  text-align: center;
  border-bottom: 2px solid #E1E0E7;
  background: #FFFFFF;
}
.comparison-table__header-cell--feature {
  text-align: right;
  width: 34%;
  font-size: 20px;
}
.comparison-table__header-cell--plan {
  width: 22%;
}
.comparison-table__row {
  border-bottom: 1px solid #E1E0E7;
}
.comparison-table__row:nth-child(even) {
  background: #FAFAFA;
}
.comparison-table__row:nth-child(odd) {
  background: #FFFFFF;
}
.comparison-table__cell {
  padding: 18px 24px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
}
.comparison-table__cell--feature {
  text-align: right;
  color: #100E0E;
  font-weight: 500;
}
.comparison-table__cell--value {
  text-align: center;
  color: #5B6271;
}
.comparison-table__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #474DCE;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.comparison-table__cross {
  display: inline-block;
  color: #5B6271;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.comparison-table__text-value {
  display: inline-block;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #100E0E;
}

@media (max-width: 768px) {
  .pricing-hero {
    padding: 10px;
  }
  .pricing-hero__bg {
    display: none;
  }
  .pricing-hero__content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: #0A0B27;
    border-radius: 24px;
    padding: 20px 16px 32px;
  }
  .pricing-hero__body {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 32px;
  }
  .pricing-hero__text {
    max-width: 100%;
    align-items: center;
    width: 100%;
  }
  .pricing-hero__heading {
    font-size: 32px;
    letter-spacing: -1px;
    text-align: center;
    max-width: 100%;
  }
  .pricing-hero__desc {
    font-size: 16px;
    text-align: center;
    max-width: 100%;
  }
  .pricing-hero__sticker {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 8px;
    align-self: center;
  }
  .pricing-hero__card-preview {
    display: none;
  }
  .pricing-hero__users {
    display: none;
  }
  .pricing:has(.pricing__features-label) .pricing__cards {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 16px;
  }
  .pricing:has(.pricing__features-label) .pricing-card--compact {
    margin: 0;
    width: 100%;
  }
  .pricing:has(.pricing__features-label) .pricing-card--featured.pricing-card--compact {
    order: -1;
  }
  .pricing__features-label {
    justify-content: center;
    padding: 24px 0 8px;
  }
  .comparison-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .comparison-table__body {
    display: table;
    width: max-content;
    min-width: 650px;
  }
  .comparison-table__row {
    display: table-row;
  }
  .comparison-table__cell {
    display: table-cell;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .pricing-hero__heading {
    font-size: 26px;
  }
  .pricing-hero__desc {
    font-size: 15px;
  }
  .comparison-table__body {
    min-width: 580px;
  }
  .comparison-table__cell {
    padding: 12px 10px;
    font-size: 13px;
  }
}
.comparison-table--no-free col:nth-child(2) {
  display: none;
}
.comparison-table--no-free td:nth-child(2),
.comparison-table--no-free th:nth-child(2) {
  display: none;
}

.contact-hero {
  position: relative;
  width: 100%;
  padding: 16px;
}
.contact-hero__bg {
  background: #0A0B27;
  border-radius: 40px;
  height: 516px;
  width: 100%;
}
.contact-hero__content {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.contact-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 0 40px;
}
.contact-hero__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  max-width: 800px;
}
.contact-hero__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FF8080;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  position: absolute;
  top: -12px;
  left: 0;
}
.contact-hero__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-align: center;
  max-width: 760px;
}
.contact-hero__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #E6E6E6;
  text-align: center;
  max-width: 640px;
}
.contact-hero__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.contact-hero__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-hero__info-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.contact-hero__info-text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  direction: ltr;
}
.contact-hero__info-divider {
  color: #4E5666;
  font-size: 18px;
}

.contact-form-section {
  padding: 140px 80px;
  display: flex;
  justify-content: center;
}

.contact-form {
  width: 100%;
  max-width: 1216px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  direction: rtl;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  direction: rtl;
}
.contact-form__row--bottom {
  align-items: flex-end;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.contact-form__label {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #100E0E;
  text-align: right;
}
.contact-form__required {
  color: #FF8080;
}
.contact-form__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #E1E0E7;
  padding: 12px 0;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #100E0E;
  background: transparent;
  text-align: right;
  outline: none;
  transition: border-color 0.2s;
}
.contact-form__input::placeholder {
  color: #5B6271;
  opacity: 0.5;
}
.contact-form__input:focus {
  border-bottom-color: #474DCE;
}
.contact-form__phone-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.contact-form__input--phone {
  padding-left: 80px;
  direction: ltr;
  text-align: right;
}
.contact-form__phone-code {
  position: absolute;
  left: 0;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #100E0E;
  cursor: pointer;
  direction: ltr;
}
.contact-form__icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-form__input--icon {
  padding-left: 32px;
  direction: ltr;
  text-align: left;
}
.contact-form__field-icon {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.contact-form__select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-form__select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #E1E0E7;
  padding: 12px 0;
  padding-left: 28px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #100E0E;
  background: transparent;
  text-align: right;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.contact-form__select:focus {
  border-bottom-color: #474DCE;
}
.contact-form__select-icon {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.contact-form__textarea {
  width: 100%;
  height: 100px;
  border: none;
  border-bottom: 1px solid #E1E0E7;
  padding: 12px 0;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #100E0E;
  background: transparent;
  text-align: right;
  outline: none;
  resize: none;
  transition: border-color 0.2s;
}
.contact-form__textarea::placeholder {
  color: #5B6271;
  opacity: 0.5;
}
.contact-form__textarea:focus {
  border-bottom-color: #474DCE;
}
.contact-form__submit {
  width: 100%;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0A0B27;
  border: none;
  border-radius: 16px;
  padding: 18px 32px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s;
}
.contact-form__submit:hover {
  opacity: 0.9;
}
.contact-form__submit .btn__icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 10px;
  }
  .contact-hero__bg {
    display: none;
  }
  .contact-hero__content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: #0A0B27;
    border-radius: 40px;
    padding: 20px 16px 32px;
  }
  .contact-hero__body {
    padding: 0;
    gap: 32px;
  }
  .contact-hero__heading {
    font-size: 32px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .contact-hero__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .contact-hero__sticker {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 8px;
    align-self: center;
  }
  .contact-hero__header {
    max-width: 100%;
  }
  .contact-hero__info {
    flex-direction: column;
    gap: 12px;
  }
  .contact-hero__info-divider {
    display: none;
  }
  .contact-form-section {
    padding: 60px 20px;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-form__submit {
    width: 100%;
  }
  .contact-hero__content {
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .contact-hero__heading {
    font-size: 26px;
  }
  .contact-hero__subtitle {
    font-size: 15px;
  }
  .contact-form-section {
    padding: 40px 16px;
  }
  .contact-form__submit {
    padding: 16px 24px;
  }
}
.content-hero {
  position: relative;
  width: 100%;
  padding: 16px;
}
.content-hero__bg {
  background: #0A0B27;
  border-radius: 40px;
  height: 420px;
  width: 100%;
}
.content-hero__content {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.content-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0 40px;
}
.content-hero__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  max-width: 800px;
}
.content-hero__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FF9780;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(15deg);
  position: absolute;
  position: absolute;
  top: -12px;
  left: 0;
}
.content-hero__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-align: center;
  max-width: 760px;
}
.content-hero__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #E6E6E6;
  text-align: center;
  max-width: 640px;
}

.faq-page .faq {
  padding: 80px 80px 40px;
}
.faq-page .faq__list {
  max-width: 900px;
}
.faq-page .faq__category {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
  text-align: right;
  width: 100%;
  max-width: 900px;
  margin-top: 24px;
}

.affiliate-benefits {
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
.affiliate-benefits__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.affiliate-benefits__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #CAFF8B;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: -14px;
  right: 0;
}
.affiliate-benefits__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
}
.affiliate-benefits__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 700px;
}
.affiliate-benefits__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1280px;
}

.affiliate-steps {
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  background: #F2F7FA;
}
.affiliate-steps__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.affiliate-steps__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #B299FF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: -14px;
  right: 0;
}
.affiliate-steps__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
}
.affiliate-steps__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 700px;
}
.affiliate-steps__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1280px;
}

.step-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  border-radius: 32px;
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  text-align: right;
  position: relative;
}
.step-card__number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #474DCE;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
}
.step-card__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
}
.step-card__desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
}

.affiliate-commission {
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
.affiliate-commission__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  width: 100%;
}
.affiliate-commission__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 16px;
  background: #FFDA73;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #100E0E;
  white-space: nowrap;
  transform: rotate(-15deg);
  position: absolute;
  top: -14px;
  right: 0;
}
.affiliate-commission__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-align: center;
  color: #100E0E;
}
.affiliate-commission__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  text-align: center;
  max-width: 700px;
}
.affiliate-commission__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 800px;
}

.commission-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 32px;
  border-radius: 32px;
  background: #FFFFFF;
  border: 1.5px solid #E1E0E7;
  text-align: center;
  align-items: center;
  transition: border-color 0.3s ease;
}
.commission-card:hover {
  border-color: #8FE91D;
}
.commission-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 16px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #100E0E;
}
.commission-card__badge--green {
  background: #CAFF8B;
}
.commission-card__badge--orange {
  background: #FF9F59;
}
.commission-card__amount {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #474DCE;
  letter-spacing: -1px;
  direction: ltr;
}
.commission-card__currency {
  font-size: 24px;
  font-weight: 600;
}
.commission-card__label {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #100E0E;
}
.commission-card__desc {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
  max-width: 280px;
}

@media (max-width: 768px) {
  .content-hero {
    padding: 10px;
  }
  .content-hero__bg {
    display: none;
  }
  .content-hero__content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: #0A0B27;
    border-radius: 24px;
    padding: 20px 16px 32px;
  }
  .content-hero__body {
    padding: 0;
    gap: 16px;
  }
  .content-hero__heading {
    font-size: 32px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .content-hero__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .content-hero__sticker {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 8px;
    align-self: center;
  }
  .content-hero__header {
    max-width: 100%;
  }
  .faq-page .faq {
    padding: 60px 20px 40px;
  }
  .affiliate-benefits {
    padding: 60px 20px;
  }
  .affiliate-benefits__cards {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .affiliate-steps {
    padding: 60px 20px;
  }
  .affiliate-steps__cards {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .affiliate-commission {
    padding: 60px 20px;
  }
  .affiliate-commission__cards {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .content-hero__heading {
    font-size: 26px;
  }
  .content-hero__subtitle {
    font-size: 15px;
  }
  .commission-card__amount {
    font-size: 36px;
  }
}
.blog-hero {
  position: relative;
  overflow: hidden;
}
.blog-hero__bg {
  position: absolute;
  inset: 0;
  background: #0A0B27;
  border-radius: 0 0 40px 40px;
  z-index: 0;
}
.blog-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 100px;
}
.blog-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 80px;
  text-align: center;
}
.blog-hero__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #FFFFFF;
}
.blog-hero__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #E6E6E6;
  max-width: 600px;
}

.blog-categories {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}
.blog-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.blog-categories__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 100px;
  border: 1px solid #E1E0E7;
  background: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.blog-categories__pill:hover {
  border-color: #474DCE;
  color: #474DCE;
}
.blog-categories__pill--active {
  background: #474DCE;
  border-color: #474DCE;
  color: #FFFFFF;
}
.blog-categories__pill--active:hover {
  opacity: 0.9;
  color: #FFFFFF;
}

.blog-featured {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog-featured__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 32px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.blog-featured__card:hover {
  box-shadow: 0 12px 40px rgba(10, 11, 39, 0.08);
}
.blog-featured__image {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #474DCE, #0A0B27);
  overflow: hidden;
  order: 1;
}
.blog-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 48px 40px;
  order: 2;
}
.blog-featured__category {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  border-radius: 100px;
  background: #F6F6FF;
  color: #474DCE;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  width: fit-content;
}
.blog-featured__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  color: #100E0E;
  letter-spacing: -0.4px;
}
.blog-featured__excerpt {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #5B6271;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-featured__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-featured__date {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
}
.blog-featured__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #474DCE;
  text-decoration: none;
  transition: gap 0.2s;
}
.blog-featured__link:hover {
  gap: 10px;
}
.blog-featured__link .btn__icon {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}

.blog-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
}
.blog-grid__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
  margin-bottom: 32px;
}
.blog-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 24px;
  padding: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(10, 11, 39, 0.08);
}
.blog-card__image {
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #474DCE, #0A0B27);
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card__body {
  padding: 20px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.blog-card__category {
  display: inline-flex;
  align-items: center;
  padding: 2px 12px;
  border-radius: 100px;
  background: #F6F6FF;
  color: #474DCE;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  width: fit-content;
}
.blog-card__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #100E0E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__excerpt {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.blog-card__date {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
}
.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #474DCE;
  text-decoration: none;
  transition: gap 0.2s;
}
.blog-card__link:hover {
  gap: 8px;
}
.blog-card__link .btn__icon {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.blog-pagination {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  padding-bottom: 80px;
}
.blog-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.blog-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid #E1E0E7;
  background: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #100E0E;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.blog-pagination__btn:hover {
  border-color: #474DCE;
  color: #474DCE;
}
.blog-pagination__btn--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.blog-pagination__btn--disabled:hover {
  border-color: #E1E0E7;
  color: #100E0E;
}
.blog-pagination__btn .btn__icon {
  width: 16px;
  height: 16px;
}
.blog-pagination__btn--prev .btn__icon {
  transform: rotate(0deg);
}
.blog-pagination__btn--next .btn__icon {
  transform: rotate(180deg);
}
.blog-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #5B6271;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.blog-pagination__page:hover {
  border-color: #E1E0E7;
}
.blog-pagination__page--active {
  background: #474DCE;
  color: #FFFFFF;
  border-color: #474DCE;
}
.blog-pagination__page--active:hover {
  border-color: #474DCE;
}

.article-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
}
.article-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
}
.article-hero__breadcrumb a {
  color: #474DCE;
  text-decoration: none;
}
.article-hero__breadcrumb a:hover {
  text-decoration: underline;
}
.article-hero__breadcrumb-separator {
  color: #E1E0E7;
}
.article-hero__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: #100E0E;
  margin-bottom: 20px;
  max-width: 800px;
}
.article-hero__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
}
.article-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.article-hero__meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E1E0E7;
}
.article-hero__cover {
  width: 100%;
  aspect-ratio: 21/9;
  border-radius: 24px;
  background: linear-gradient(135deg, #474DCE, #0A0B27);
  overflow: hidden;
}
.article-hero__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 60px;
  padding-bottom: 80px;
  align-items: start;
}

.article-content {
  max-width: 780px;
}
.article-content p {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #5B6271;
  margin-bottom: 24px;
}
.article-content h2 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: #100E0E;
  margin-top: 48px;
  margin-bottom: 20px;
}
.article-content h3 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #100E0E;
  margin-top: 32px;
  margin-bottom: 16px;
}
.article-content ul, .article-content ol {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #5B6271;
  margin-bottom: 24px;
  padding-right: 24px;
}
.article-content ul li, .article-content ol li {
  margin-bottom: 8px;
}
.article-content ul {
  list-style: disc;
}
.article-content ol {
  list-style: decimal;
}
.article-content blockquote {
  border-right: 4px solid #474DCE;
  border-left: none;
  background: #F6F6FF;
  padding: 24px 28px;
  border-radius: 0 16px 16px 0;
  margin: 32px 0;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  color: #100E0E;
}
.article-content blockquote p {
  color: #100E0E;
  margin-bottom: 0;
}
.article-content pre {
  background: #F2F7FA;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 24px 0;
  overflow-x: auto;
  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #100E0E;
  direction: ltr;
  text-align: left;
}
.article-content code {
  font-family: "Courier New", monospace;
  background: #F2F7FA;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}
.article-content strong {
  font-weight: 600;
  color: #100E0E;
}
.article-content a {
  color: #474DCE;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-content a:hover {
  opacity: 0.8;
}

.callout-box {
  background: #F2F7FA;
  border-right: 4px solid #8FE91D;
  border-left: none;
  border-radius: 0 16px 16px 0;
  padding: 24px 28px;
  margin: 32px 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.callout-box__icon {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}
.callout-box__content {
  flex: 1;
}
.callout-box__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #100E0E;
  margin-bottom: 8px;
}
.callout-box__text {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #5B6271;
}

.article-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-toc {
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 16px;
  padding: 24px;
}
.article-toc__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #100E0E;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E1E0E7;
}
.article-toc__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-toc__link {
  display: block;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #5B6271;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
  border-right: 2px solid transparent;
  transition: all 0.2s;
}
.article-toc__link:hover, .article-toc__link--active {
  color: #474DCE;
  background: #F6F6FF;
  border-right-color: #474DCE;
}

.article-category {
  display: inline-block;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #474DCE;
  background: #F6F6FF;
  padding: 8px 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.article-category:hover {
  opacity: 0.8;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tag {
  display: inline-block;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #5B6271;
  background: #F2F7FA;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #E1E0E7;
  text-decoration: none;
  transition: all 0.2s;
}
.article-tag:hover {
  color: #474DCE;
  border-color: #474DCE;
}

.article-share {
  background: #FFFFFF;
  border: 1px solid #E1E0E7;
  border-radius: 16px;
  padding: 24px;
}
.article-share__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #100E0E;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E1E0E7;
}
.article-share__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-share__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #E1E0E7;
  background: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #100E0E;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.article-share__btn:hover {
  border-color: #474DCE;
  color: #474DCE;
}
.article-share__btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.article-author {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  padding-bottom: 80px;
}
.article-author__card {
  display: flex;
  gap: 24px;
  align-items: center;
  background: #F2F7FA;
  border: 1px solid #E1E0E7;
  border-radius: 24px;
  padding: 32px;
}
.article-author__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #B299FF, #474DCE);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 28px;
  flex-shrink: 0;
}
.article-author__info {
  flex: 1;
}
.article-author__label {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #5B6271;
  margin-bottom: 4px;
}
.article-author__name {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #100E0E;
  margin-bottom: 8px;
}
.article-author__bio {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #5B6271;
  margin-bottom: 12px;
}
.article-author__socials {
  display: flex;
  gap: 8px;
}
.article-author__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #E1E0E7;
  background: #FFFFFF;
  color: #5B6271;
  text-decoration: none;
  transition: all 0.2s;
}
.article-author__social-link:hover {
  border-color: #474DCE;
  color: #474DCE;
}
.article-author__social-link svg {
  width: 16px;
  height: 16px;
}

.article-related {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  padding-bottom: 80px;
}
.article-related__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
  margin-bottom: 32px;
}
.article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .blog-hero__heading {
    font-size: 48px;
  }
  .blog-hero__subtitle {
    font-size: 16px;
  }
  .blog-hero__body {
    padding-top: 48px;
  }
  .blog-featured__card {
    grid-template-columns: 1fr;
  }
  .blog-featured__image {
    aspect-ratio: 16/9;
    order: 0;
  }
  .blog-featured__content {
    padding: 28px 24px;
    order: 0;
  }
  .blog-featured__title {
    font-size: 24px;
  }
  .blog-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-hero {
    padding-top: 100px;
  }
  .article-hero__title {
    font-size: 32px;
  }
  .article-hero__cover {
    aspect-ratio: 16/9;
  }
  .article-body {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
    order: -1;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .article-toc,
  .article-share {
    flex: 1;
    min-width: 200px;
  }
  .article-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-author__card {
    flex-direction: column;
    text-align: center;
  }
  .article-author__socials {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .blog-hero__heading {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .blog-hero__body {
    padding-top: 40px;
  }
  .blog-hero__content {
    padding-bottom: 60px;
  }
  .blog-categories {
    padding-top: 32px;
  }
  .blog-categories__list {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .blog-categories__list::-webkit-scrollbar {
    display: none;
  }
  .blog-categories__pill {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .blog-featured__title {
    font-size: 22px;
  }
  .blog-featured__content {
    padding: 20px 16px;
  }
  .blog-featured__excerpt {
    font-size: 15px;
  }
  .blog-grid {
    padding-bottom: 48px;
  }
  .blog-grid__list {
    grid-template-columns: 1fr;
  }
  .blog-pagination {
    padding-bottom: 48px;
  }
  .blog-pagination__btn {
    padding: 8px 14px;
    font-size: 13px;
  }
  .blog-pagination__page {
    width: 36px;
    height: 36px;
  }
  .article-hero {
    padding-top: 80px;
  }
  .article-hero__title {
    font-size: 26px;
  }
  .article-hero__meta {
    flex-wrap: wrap;
    gap: 12px;
  }
  .article-hero__cover {
    aspect-ratio: 16/9;
    border-radius: 16px;
  }
  .article-body {
    gap: 32px;
  }
  .article-sidebar {
    flex-direction: column;
  }
  .article-toc,
  .article-share {
    min-width: 100%;
  }
  .article-content h2 {
    font-size: 24px;
    margin-top: 36px;
  }
  .article-content h3 {
    font-size: 20px;
  }
  .article-content p, .article-content ul, .article-content ol {
    font-size: 16px;
  }
  .article-related__grid {
    grid-template-columns: 1fr;
  }
  .article-author__card {
    padding: 24px 20px;
  }
}
.blog-card__title a,
.blog-featured__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-card__title a:hover,
.blog-featured__title a:hover {
  color: #6C5CE7;
}

.legal-hero {
  position: relative;
  width: 100%;
  padding: 16px;
}
.legal-hero__bg {
  background: #0A0B27;
  border-radius: 40px;
  height: 380px;
  width: 100%;
}
.legal-hero__content {
  position: absolute;
  top: 36px;
  left: 36px;
  right: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.legal-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 0 40px;
}
.legal-hero__heading {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-align: center;
  max-width: 760px;
}
.legal-hero__subtitle {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #E6E6E6;
  text-align: center;
  max-width: 640px;
}

.legal-layout {
  display: flex;
  gap: 60px;
  padding: 80px 80px;
  max-width: 1280px;
  margin: 0 auto;
}

.legal-sidebar {
  width: 280px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.legal-sidebar__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #100E0E;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E1E0E7;
}
.legal-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.legal-sidebar__link {
  display: block;
  padding: 8px 16px;
  border-radius: 10px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: #5B6271;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.legal-sidebar__link:hover {
  background: #F6F6FF;
  color: #474DCE;
}
.legal-sidebar__link--active {
  background: #F6F6FF;
  color: #474DCE;
  font-weight: 600;
}

.legal-content {
  flex: 1;
  min-width: 0;
}
.legal-content h2 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #100E0E;
  margin-top: 48px;
  margin-bottom: 16px;
  padding-top: 24px;
  border-top: 1px solid #E1E0E7;
}
.legal-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.legal-content h3 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #100E0E;
  margin-top: 32px;
  margin-bottom: 12px;
}
.legal-content p {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #5B6271;
  margin-bottom: 24px;
}
.legal-content ul, .legal-content ol {
  padding-right: 24px;
  padding-left: 0;
  margin-bottom: 24px;
}
.legal-content li {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #5B6271;
  margin-bottom: 8px;
}
.legal-content strong {
  font-weight: 600;
  color: #100E0E;
}
.legal-content__updated {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #5B6271;
  padding: 12px 20px;
  background: #F2F7FA;
  border-radius: 16px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .legal-hero {
    padding: 10px;
  }
  .legal-hero__bg {
    display: none;
  }
  .legal-hero__content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: #0A0B27;
    border-radius: 24px;
    padding: 20px 16px 32px;
  }
  .legal-hero__body {
    padding: 0;
  }
  .legal-hero__heading {
    font-size: 32px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .legal-hero__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .legal-layout {
    flex-direction: column;
    padding: 40px 20px;
    gap: 0;
  }
  .legal-sidebar {
    display: none;
  }
  .legal-content h2 {
    font-size: 22px;
    margin-top: 36px;
  }
  .legal-content p, .legal-content li {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .legal-hero__heading {
    font-size: 26px;
  }
  .legal-hero__subtitle {
    font-size: 15px;
  }
  .legal-content h2 {
    font-size: 20px;
    margin-top: 28px;
  }
  .legal-content p, .legal-content li {
    font-size: 15px;
  }
}
body.menu-open {
  overflow: hidden;
}

.section-cta-repeat {
  display: flex;
  justify-content: center;
  padding: 40px 80px;
}
.section-cta-repeat__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #474DCE;
  border: 1px solid rgba(15, 26, 43, 0.1);
  border-radius: 16px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  padding: 14px 32px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  flex-direction: row-reverse;
}
.section-cta-repeat__btn:hover {
  opacity: 0.9;
}
.section-cta-repeat__btn .btn__icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

.mobile-cta {
  display: none;
}
@media (max-width: 768px) {
  .mobile-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 12px 20px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid #E1E0E7;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  }
  .mobile-cta__btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #474DCE;
    border: 1px solid rgba(15, 26, 43, 0.1);
    border-radius: 16px;
    padding: 10px 16px;
    color: #FFFFFF;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
    padding: 14px 24px;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    border-radius: 16px;
    min-height: 52px;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .mobile-cta__btn:hover {
    opacity: 0.9;
  }
  .mobile-cta__btn .btn__icon {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
  }
}

.navbar__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .navbar__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 1001;
  }
  .navbar__hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .navbar__hamburger--active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .navbar__hamburger--active span:nth-child(2) {
    opacity: 0;
  }
  .navbar__hamburger--active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.navbar__mobile-menu {
  display: none;
}
@media (max-width: 768px) {
  .navbar__mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #0A0B27;
    z-index: 1000;
    transition: right 0.35s ease;
    overflow-y: auto;
  }
  .navbar__mobile-menu--active {
    right: 0;
  }
  .navbar__mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 80px 32px 40px;
    gap: 24px;
  }
  .navbar__mobile-menu .mobile-menu__link {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 0;
  }
  .navbar__mobile-menu .mobile-menu__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #474DCE;
    border: 1px solid rgba(15, 26, 43, 0.1);
    border-radius: 16px;
    padding: 10px 16px;
    color: #FFFFFF;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
    padding: 14px 32px;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-top: 16px;
    width: 100%;
    max-width: 280px;
    justify-content: center;
    min-height: 52px;
    flex-direction: row-reverse;
  }
  .navbar__mobile-menu .mobile-menu__cta:hover {
    opacity: 0.9;
  }
  .navbar__mobile-menu .mobile-menu__cta .btn__icon {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
  }
  .navbar__mobile-menu .mobile-menu__login {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #E6E6E6;
    background: none;
    border: 1px solid #4E5666;
    border-radius: 16px;
    padding: 12px 32px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    min-height: 48px;
  }
}

.features {
  margin-bottom: 20px;
}

.benefits-banner {
  margin-top: 40px;
}

.industries {
  margin-top: 40px;
  margin-bottom: 50px;
}

.testimonials {
  margin-bottom: 20px;
}

.believe {
  margin-bottom: 20px;
}

.faq {
  margin-bottom: 40px;
}

.section-cta-repeat {
  padding-top: 0;
  padding-bottom: 20px;
}

@media (max-width: 1400px) {
  .benefits-banner__banner {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    min-height: 520px;
  }
  .benefits-banner__dashboard {
    position: relative;
    top: auto;
    left: auto;
    width: 45%;
    flex-shrink: 0;
    align-self: stretch;
    overflow: hidden;
    direction: ltr;
  }
  .benefits-banner__dashboard-frame {
    position: absolute;
    top: 40px;
    left: -80px;
    width: 520px;
    height: auto;
  }
  .benefits-banner__dashboard-inner {
    position: absolute;
    top: 48px;
    left: -72px;
    width: 506px;
    height: auto;
  }
  .benefits-banner__content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    width: 55%;
    padding: 40px 32px;
  }
  .benefits-banner__decor-text,
  .benefits-banner__decor-arrow {
    display: none;
  }
  .footer__links {
    gap: 40px;
  }
  .footer__brand {
    width: auto;
    max-width: 260px;
    flex-shrink: 0;
  }
  .footer__brand-item-text {
    font-size: 16px;
  }
  .footer__columns {
    flex: 1;
    gap: 16px;
  }
  .footer__column {
    width: auto;
    flex: 1;
    min-width: 0;
  }
}
@media (max-width: 1280px) {
  .cta__content {
    width: 50%;
    right: 60px;
  }
  .cta__mockup {
    width: 50%;
  }
  .why-us-crm__dashboard {
    width: 45%;
    min-width: 0;
  }
  .why-us-crm__profit-widget {
    width: 90%;
    max-width: 380px;
  }
  .why-us-crm__volume-widget {
    width: 85%;
    max-width: 360px;
  }
}
@media (max-width: 1024px) {
  .benefits-banner__banner {
    flex-direction: column;
    height: auto;
  }
  .benefits-banner__dashboard {
    width: 100%;
    min-height: 300px;
    max-height: 350px;
  }
  .benefits-banner__dashboard-frame {
    left: -100px;
    width: 600px;
  }
  .benefits-banner__dashboard-inner {
    left: -92px;
    width: 586px;
  }
  .benefits-banner__content {
    width: 100%;
    padding: 32px 24px;
  }
  .why-us-crm__content {
    flex-direction: column;
    gap: 32px;
  }
  .why-us-crm__dashboard {
    width: 100%;
    order: 0;
    max-height: 450px;
    overflow: hidden;
  }
  .why-us-crm__cards {
    width: 100%;
  }
  .why-us-shipping__row,
  .why-us-shipping__row--reversed {
    flex-direction: column !important;
    gap: 24px;
  }
  .why-us-shipping__cards {
    width: 100%;
    order: 0 !important;
  }
  .why-us-shipping__logo-grid {
    width: 100%;
    order: -1 !important;
  }
  .cta {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
  }
  .cta__sticker {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 16px;
  }
  .cta__content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .cta__heading {
    text-align: center;
  }
  .cta__text-wrap {
    align-items: center;
    max-width: 100%;
  }
  .cta__desc {
    text-align: center;
  }
  .cta__mockup {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    height: auto;
    margin-top: 32px;
  }
  .cta__mockup img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .cta__decor {
    display: none;
  }
  .mission__content {
    flex-direction: column;
    gap: 24px;
  }
  .mission__photo {
    width: 100%;
    order: -1;
    min-height: 350px;
  }
  .mission__card {
    width: 100%;
  }
  .industries__banner {
    flex-direction: column-reverse;
    min-height: auto;
  }
  .industries__banner-content {
    flex: none;
    width: 100%;
    padding: 32px 24px;
  }
  .industries__banner-image {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    box-sizing: border-box;
  }
  .industries__banner-features {
    gap: 12px;
  }
  .industries__screen {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .industries__screen-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 500/377;
  }
  .industries__screen-inner {
    width: calc(100% - 12px);
    height: auto;
    aspect-ratio: 488/364;
  }
  .footer__top {
    flex-direction: column;
    gap: 32px;
  }
  .footer__contact, .footer__newsletter {
    width: 100%;
  }
  .footer__newsletter-form {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .trusted {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .why-us-shipping, .benefits-banner, .industries, .pricing,
  .stores, .mission, .dropshipping {
    margin-bottom: 40px;
  }
  .navbar__links {
    display: none !important;
  }
  .navbar__login {
    display: none !important;
  }
  .navbar__cta {
    display: none !important;
  }
  .navbar {
    padding: 10px;
  }
  .navbar--fixed {
    padding: 8px 16px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
  .hero {
    padding: 10px;
  }
  .hero__bg {
    display: none;
  }
  .hero__content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: #0A0B27;
    border-radius: 24px;
    padding: 20px 16px 32px;
  }
  .hero__top {
    gap: 32px;
  }
  .hero-text__heading {
    font-size: 32px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .hero-text__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .hero-text__review-badge {
    transform: scale(0.85);
  }
  .hero-text__copy {
    gap: 16px;
  }
  .hero-text__badge-and-content {
    gap: 20px;
  }
  .hero-image {
    display: block;
    width: 100%;
    margin-top: 24px;
    position: relative;
  }
  .hero-image__outer {
    width: 100%;
    height: auto;
    aspect-ratio: 960/724;
    border-radius: 20px;
  }
  .hero-image__outer img {
    border-radius: 20px;
  }
  .hero-image__inner {
    width: calc(100% - 16px);
    height: auto;
    aspect-ratio: 936/700;
    margin-top: 8px;
    margin-inline-start: 8px;
    position: absolute;
    top: 0;
    border-radius: 16px;
  }
  .hero-image__inner img {
    border-radius: 16px;
  }
  .hero-decor, .hero-decor--left, .hero-decor--right, .hero-decor__arrow-right-svg {
    display: none !important;
  }
  .trusted {
    margin-top: 40px;
    padding: 0 16px 40px;
  }
  .trusted__row {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 24px;
    flex-wrap: nowrap;
  }
  .trusted__row::-webkit-scrollbar {
    display: none;
  }
  .trusted__logo {
    flex-shrink: 0;
  }
  .features {
    padding: 40px 16px;
  }
  .features__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .features__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .features__sticker {
    left: auto;
    right: 0;
  }
  .features__cards {
    flex-direction: column;
    gap: 16px;
  }
  .feature-card {
    width: 100%;
  }
  .why-us-crm {
    padding: 40px 16px;
  }
  .why-us-crm__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .why-us-crm__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .why-us-crm__content {
    flex-direction: column;
    gap: 24px;
  }
  .why-us-crm__dashboard {
    width: 100%;
    order: 0;
    min-height: 350px;
    max-height: 400px;
  }
  .why-us-crm__profit-widget {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin: 16px;
  }
  .why-us-crm__volume-widget {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: calc(100% - 32px);
    margin: 0 16px 16px;
  }
  .why-us-crm__cards {
    width: 100%;
  }
  .why-card {
    width: 100%;
  }
  .why-us-shipping {
    padding: 40px 16px;
  }
  .why-us-shipping__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .why-us-shipping__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .why-us-shipping__row,
  .why-us-shipping__row--reversed {
    flex-direction: column !important;
    gap: 24px;
  }
  .why-us-shipping__cards {
    width: 100%;
    order: 0 !important;
  }
  .why-us-shipping__logo-grid {
    width: 100%;
    order: -1 !important;
    min-height: 280px;
    overflow: hidden;
  }
  .why-us-shipping__logo-scatter {
    transform: scale(0.6);
    transform-origin: center center;
  }
  .benefits-banner {
    padding: 40px 16px;
  }
  .benefits-banner__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .benefits-banner__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .benefits-banner__banner {
    height: auto;
    min-height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .benefits-banner__dashboard {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 250px;
    overflow: hidden;
    direction: ltr;
  }
  .benefits-banner__dashboard-frame {
    width: 100%;
    height: auto;
  }
  .benefits-banner__dashboard-frame img {
    width: 100%;
    height: auto;
  }
  .benefits-banner__dashboard-inner {
    width: calc(100% - 16px);
    height: auto;
  }
  .benefits-banner__dashboard-inner img {
    width: 100%;
    height: auto;
  }
  .benefits-banner__content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 24px 16px;
  }
  .benefits-banner__decor-text, .benefits-banner__decor-arrow {
    display: none;
  }
  .benefits-banner__features-row {
    flex-direction: column;
    gap: 16px;
  }
  .benefits-banner__info-card {
    flex-direction: column;
  }
  .benefits-banner__donut {
    width: 100px;
    height: 100px;
  }
  .benefits-banner__donut::after {
    top: 18px;
    left: 18px;
    width: 64px;
    height: 64px;
  }
  .benefits-banner__donut-value {
    font-size: 18px;
  }
  .benefits-banner__donut-label {
    font-size: 10px;
    width: 45px;
  }
  .industries {
    padding: 40px 16px;
  }
  .industries__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .industries__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .industries__tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .industries__tabs::-webkit-scrollbar {
    display: none;
  }
  .industries__tab {
    flex-shrink: 0;
    padding: 10px 14px;
    font-size: 14px;
    min-height: 44px;
  }
  .industries__banner {
    flex-direction: column-reverse;
    min-height: auto;
  }
  .industries__banner-content {
    flex: none;
    width: 100%;
    padding: 24px 16px;
  }
  .industries__banner-image {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .industries__banner-title {
    font-size: 24px;
  }
  .industries__banner-desc {
    max-width: 100%;
    font-size: 15px;
  }
  .industries__banner-features {
    flex-direction: column;
    gap: 10px;
  }
  .industries__banner-feature {
    font-size: 14px;
    gap: 8px;
  }
  .industries__banner-feature-icon {
    width: 24px;
    height: 24px;
  }
  .industries__banner-cta {
    width: 100%;
    justify-content: center;
  }
  .industries__screen {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .industries__screen-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 500/377;
    grid-column: 1;
    grid-row: 1;
  }
  .industries__screen-inner {
    width: calc(100% - 12px);
    height: auto;
    aspect-ratio: 488/364;
    grid-column: 1;
    grid-row: 1;
  }
  .industries__features {
    flex-direction: column;
    gap: 12px;
  }
  .industries__content-title {
    font-size: 24px;
  }
  .pricing {
    padding: 40px 16px;
  }
  .pricing__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .pricing__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .pricing__cards {
    flex-direction: column;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-card--featured {
    order: -1;
  }
  .pricing__discount {
    display: none;
  }
  .stores {
    padding: 40px 16px;
  }
  .stores__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .stores__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .store-card {
    width: 260px;
    min-width: 260px;
  }
  .testimonials {
    padding: 40px 16px;
  }
  .testimonials__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .testimonials__header {
    flex-direction: column;
    gap: 20px;
  }
  .testimonials__heading-wrap {
    justify-content: center;
  }
  .testimonial-card {
    width: 100%;
    min-width: 100%;
    flex-shrink: 0;
  }
  .testimonial-card__inner {
    padding: 24px;
    border-radius: 32px;
  }
  .testimonial-card {
    border-radius: 36px;
  }
  .testimonial-card__quote-text {
    font-size: 18px;
  }
  .believe {
    padding: 40px 16px;
  }
  .believe__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .believe__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .believe__cards {
    flex-direction: column;
    gap: 16px;
  }
  .mission {
    padding: 40px 16px;
  }
  .mission__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .mission__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .mission__content {
    flex-direction: column;
    gap: 24px;
  }
  .mission__photo {
    width: 100%;
    order: -1;
    min-height: 250px;
  }
  .mission__card {
    width: 100%;
  }
  .mission__card-title {
    font-size: 22px;
  }
  .dropshipping {
    padding: 40px 16px;
  }
  .dropshipping__heading {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 100%;
  }
  .dropshipping__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .partner-card {
    width: 220px;
    min-width: 220px;
  }
  .faq {
    padding: 40px 16px;
  }
  .faq__heading {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .faq__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .faq__list {
    max-width: 100%;
  }
  .faq-item__question {
    padding: 16px;
    min-height: 52px;
  }
  .faq-item__question-text {
    font-size: 16px;
  }
  .cta {
    min-height: auto;
    margin: 0 10px;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta__sticker {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 16px;
  }
  .cta__content {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .cta__heading {
    font-size: 28px;
    text-align: center;
  }
  .cta__text-wrap {
    align-items: center;
    max-width: 100%;
  }
  .cta__desc {
    text-align: center;
  }
  .cta__mockup {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 32px;
  }
  .cta__mockup img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .cta__decor {
    display: none;
  }
  .footer {
    padding: 40px 16px 80px;
  }
  .footer__top {
    flex-direction: column;
    gap: 32px;
  }
  .footer__contact, .footer__newsletter {
    width: 100%;
  }
  .footer__contact-title {
    font-size: 28px;
  }
  .footer__newsletter-form {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .footer__newsletter-input {
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer__newsletter-btn {
    position: static;
    width: 100%;
    border-radius: 16px;
    padding: 13px 16px;
    justify-content: center;
  }
  .footer__links {
    flex-direction: column;
    gap: 32px;
  }
  .footer__brand {
    width: 100%;
    max-width: 100%;
  }
  .footer__brand-contact {
    gap: 16px;
  }
  .footer__columns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
  }
  .footer__column {
    width: calc(50% - 12px);
    min-width: 0;
  }
  .footer__column--wide {
    width: 100%;
    flex: none;
  }
  .footer__column-title {
    font-size: 18px;
  }
  .footer__column-link {
    font-size: 15px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .footer__legal {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .section-cta-repeat {
    padding: 24px 16px;
  }
  .section-cta-repeat__btn {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }
  .features__sticker, .why-us-crm__sticker, .why-us-shipping__sticker,
  .benefits-banner__sticker, .industries__sticker, .pricing__sticker,
  .stores__sticker, .believe__sticker, .mission__sticker,
  .dropshipping__sticker, .faq__sticker, .testimonials__sticker {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 8px;
    align-self: center;
  }
}
@media (max-width: 480px) {
  .hero-text__heading {
    font-size: 26px;
  }
  .hero-text__subtitle {
    font-size: 15px;
  }
  .hero__bg {
    min-height: 380px;
  }
  .hero-text__review-badge {
    transform: scale(0.75);
  }
  .features__heading, .why-us-crm__heading, .why-us-shipping__heading,
  .benefits-banner__heading, .industries__heading, .pricing__heading,
  .stores__heading, .testimonials__heading, .believe__heading,
  .mission__heading, .dropshipping__heading, .faq__heading, .cta__heading {
    font-size: 24px;
  }
  .store-card {
    width: 220px;
    min-width: 220px;
  }
  .partner-card {
    width: 180px;
    min-width: 180px;
  }
  .footer__columns {
    flex-direction: column;
    gap: 24px;
  }
  .footer__column {
    width: 100%;
  }
  .footer__column--wide {
    width: 100%;
  }
  .footer__newsletter-input {
    padding-left: 20px;
  }
  .industries__tab {
    padding: 8px 12px;
    font-size: 13px;
  }
  .industries__banner-content {
    padding: 20px 14px;
  }
  .industries__banner-title {
    font-size: 22px;
  }
  .industries__banner-desc {
    font-size: 14px;
  }
  .industries__banner-image {
    padding: 12px;
  }
  .why-us-shipping__logo-scatter {
    transform: scale(0.45);
  }
  .why-us-shipping__logo-grid {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .navbar__cta, .navbar__hamburger, .industries__tab, .pricing__toggle-btn,
  .testimonials__nav-btn, .faq-item__question, .footer__newsletter-btn,
  .pricing-card__cta, .industries__banner-cta, .cta__btn, .footer__contact-btn,
  .mobile-cta__btn, .mobile-menu__cta, .section-cta-repeat__btn {
    min-height: 44px;
  }
  .faq-item__toggle {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonials__nav-btn {
    min-width: 44px;
  }
}

/*# sourceMappingURL=main.css.map */
