:root {
  --primary: #214a7f;
  --primary-dark: #244b7f;
  --primary-deep: #173b68;
  --primary-soft: #dfeeff;
  --orange: #ff8518;
  --text: #16375e;
  --muted: #61728a;
  --line: #e4eaf1;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Cairo", sans-serif; color: var(--text); background: #fff; direction: rtl; text-align: right; }
a:hover { text-decoration: none; }
.site-header { height: 74px; background: #fff; border-bottom: 1px solid #edf0f4; display: flex; align-items: center; }
.site-header .navbar { min-height: 74px; }
.brand { font-size: 24px; font-weight: 800; color: var(--primary) !important; letter-spacing: -.5px; }
.brand-dot { color: var(--orange); }
.btn-orange { background: var(--orange); border-color: var(--orange); color: #fff !important; border-radius: 999px; font-weight: 700; padding: .68rem 1.45rem; box-shadow: 0 8px 18px rgba(255,133,24,.2); }
.btn-orange:hover { background: #ed7610; border-color: #ed7610; transform: translateY(-1px); }
.hero-section { background: radial-gradient(circle at 50% 20%, #eef6ff 0, #dfeeff 45%, #cfE4fc 100%); padding: 42px 0 0; overflow: hidden; }
.eyebrow { display: inline-block; font-size: 12px; padding: 6px 14px; border-radius: 20px; color: var(--primary); background: rgba(255,255,255,.65); margin-bottom: 16px; }
.hero-section h1 { font-size: 38px; line-height: 1.45; font-weight: 800; margin-bottom: 14px; }
.hero-lead { max-width: 760px; margin: 0 auto 22px; color: #586c84; line-height: 1.9; font-size: 16px; }
.hero-btn { min-width: 220px; }
.hero-visual { max-width: 550px; margin: 22px auto 0; }
.hero-visual img { display: block; width: 100%; }
.section-white, .dark-section, .blue-soft-section { padding: 70px 0; }
.section-title { text-align: center; font-size: 28px; line-height: 1.55; font-weight: 800; margin: 0 0 14px; }
.section-title.small-title { font-size: 24px; }
.section-title span { color: var(--orange); }
.section-subtitle { text-align: center; color: var(--muted); max-width: 720px; margin: 0 auto 36px; line-height: 1.9; }
.logo-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }
.logo-chip { width: 96px; height: 62px; border: 1px solid #edf0f4; background: #fff; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #748399; box-shadow: 0 4px 14px rgba(23,59,104,.05); }
.pain-section { padding-top: 40px; }
.pain-card { height: 100%; background: #f5f9ff; border-radius: 16px; padding: 28px 24px; text-align: center; transition: .25s ease; }
.pain-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(23,59,104,.09); }
.pain-card h3, .feature-card h3, .integration-card h3, .story-card h3 { font-size: 18px; font-weight: 800; margin: 16px 0 10px; }
.pain-card p, .feature-card p, .integration-card p, .story-card p { color: var(--muted); line-height: 1.85; font-size: 14px; margin: 0; }
.icon-circle { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin: 0 auto; color: var(--orange); background: #fff; border-radius: 14px; font-size: 21px; }
.dark-section { background: linear-gradient(135deg, #264f86, #173b68); }
.light-title { color: #fff; }
.result-card { height: 100%; text-align: center; color: #fff; background: rgba(64,111,170,.55); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 27px 20px; }
.result-card i { color: #ff9d46; font-size: 24px; }
.result-card ul {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: right;
    margin-top: 40px;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
}

.result-card span {
   font-size: 14px;
    width: 50%;
}


.result-card h3 { font-size: 17px; font-weight: 700; margin: 14px 0; }
.result-card strong { 
  display: block;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 8px;
    margin-top: 20px;
}
.result-card p { font-size: 13px; color: rgba(255,255,255,.72); line-height: 1.75; margin: 0; }
.feature-card { height: 100%; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(23,59,104,.04); }
.feature-card span { float: right; width: 42px; height: 42px; margin-left: 12px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #fff2e5; color: var(--orange); }
.feature-card h3 { margin-top: 0; padding-top: 9px; }
.feature-card p { clear: both; padding-top: 10px; }
.metric-row { margin: 36px 0 24px; }
.metric-card { background: rgba(65,118,185,.58); border-radius: 12px; padding: 24px 12px; color: #fff; height: 100%; }
.metric-card strong { display: block; font-size: 32px; font-weight: 800; }
.metric-card span { display: block; font-size: 13px; color: rgba(255,255,255,.8); margin-top: 4px; }
.blue-soft-section { background: #dfeeff; }
.story-card { height: 100%; background: rgba(255,255,255,.9); border-radius: 14px; padding: 20px; box-shadow: 0 7px 20px rgba(23,59,104,.05); }
.stats-mini > div { background: rgba(255,255,255,.38); margin: 0 6px; border-radius: 10px; padding: 13px 7px; }
.stats-mini strong { display: block; font-size: 24px; color: var(--primary); }
.stats-mini span { display: block; color: #566d88; font-size: 11px; }
.phone-mockup { width: 245px; height: 390px; border: 7px solid #142840; background: #fff; border-radius: 34px 34px 0 0; margin: 0 auto -70px; padding: 22px 14px; text-align: right; box-shadow: 0 10px 30px rgba(23,59,104,.2); }
.phone-notch { width: 86px; height: 13px; background: #142840; border-radius: 0 0 9px 9px; margin: -22px auto 16px; }
.phone-head { text-align: center; font-weight: 800; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.phone-message { background: #f4f7fb; border-radius: 10px; padding: 12px; margin: 18px 0; font-size: 12px; }
.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.phone-grid span { background: #fff2e5; border: 1px solid #ffd7b0; color: #ae5c0f; text-align: center; padding: 18px 4px; border-radius: 10px; font-size: 11px; }
.integrations-section { padding-top: 110px; }
.integration-card { height: 100%; background: #fff; border-radius: 14px; border: 1px solid var(--line); padding: 22px 16px; box-shadow: 0 8px 22px rgba(23,59,104,.07); }
.partners-marquee { border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; padding: 18px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; color: #69798e; font-weight: 700; }
.contact-card { max-width: 560px; background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(23,59,104,.09); padding: 28px; }
.form-control { height: 48px; border: 1px solid #dfe5ec; border-radius: 10px; font-size: 14px; text-align: right; }
textarea.form-control { height: auto; }
.form-control:focus { border-color: #9db8d7; box-shadow: 0 0 0 .2rem rgba(33,74,127,.08); }
.site-footer { background: #214a7f; color: rgba(255,255,255,.8); padding: 28px 0; font-size: 13px; }
@media (max-width: 991.98px) {
  .hero-section h1 { font-size: 32px; }
  .hero-visual { max-width: 610px; }
}
@media (max-width: 767.98px) {
  .site-header { height: 64px; }
  .site-header .navbar { min-height: 64px; }
  .brand { font-size: 20px; }
  .site-header .btn { font-size: 11px; padding: .55rem .9rem; }
  .hero-section { padding-top: 30px; }
  .hero-section h1 { font-size: 26px; }
  .hero-lead { font-size: 14px; }
  .section-white, .dark-section, .blue-soft-section { padding: 50px 0; }
  .section-title, .section-title.small-title { font-size: 23px; }
  .logo-chip { width: 82px; height: 54px; font-size: 12px; }
  .phone-mockup { margin-bottom: -50px; }
  .integrations-section { padding-top: 90px; }
}
@media (max-width: 575.98px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .hero-section h1 { font-size: 23px; line-height: 1.6; }
  .hero-btn { min-width: 190px; font-size: 13px; }
  .hero-visual { width: 125%; margin-right: -12.5%; }
  .section-title, .section-title.small-title { font-size: 20px; }
  .stats-mini > div { margin: 0 3px; }
  .contact-card { padding: 20px; }
}

/* Header */
.header-navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.brand-logo img {
  display: block;
  width: 118px;
  height: auto;
}
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-right: auto;
}
.btn-language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: .55rem 1rem;
  color: #214376 !important;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(33,67,118,.08);
}
.btn-language:hover {
  color: #fff !important;
  background: #214376;
  border-color: #214376;
}
.btn-language i { font-size: 14px; }
.header-trial-btn { white-space: nowrap; }

@media (max-width: 767.98px) {
  .brand-logo img { width: 92px; }
  .header-actions { gap: 6px; }
  .btn-language {
    min-width: 38px;
    min-height: 36px;
    padding: .48rem .68rem;
  }
  .btn-language span { display: none; }
}

@media (max-width: 420px) {
  .brand-logo img { width: 78px; }
  .header-trial-btn {
    font-size: 10px !important;
    padding: .52rem .72rem !important;
  }
}

/* Expanded customer logos and content sections */
.customer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}
.customer-logo {
  width: 174px;
    height: 94px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(23,59,104,.06);
}
.customer-logo img { max-width: 100%; max-height: 90px; object-fit: contain; }
.pain-intro { margin-bottom: 34px; }
.pain-card { text-align: right; padding: 30px 26px; }
.pain-card .icon-circle { margin: 0 auto 18px; }
.pain-card h3 { text-align: center; }
.card-points { margin: 18px 0 0; padding: 0; list-style: none; }
.card-points li { position: relative; padding-right: 20px; margin-bottom: 9px; color: #50657e; font-size: 13px; line-height: 1.7; }
.card-points li::before { content: "✓"; position: absolute; right: 0; top: 0; color: var(--orange); font-weight: 800; }
.results-intro { color: rgba(255,255,255,.72); margin-bottom: 34px; }
.result-card { display: flex; flex-direction: column; align-items: center; min-height: 330px; }
.result-card p { font-size: 14px; line-height: 1.9; }
.result-note { margin-top: auto; padding-top: 15px; font-size: 12px; color: #ffc48f; font-weight: 700; }
.hero-visual { max-width: 550px; }
@media (max-width: 767.98px) {
  .customer-logo { width: 78px; height: 56px; }
  .pain-card { padding: 25px 20px; }
  .result-card { min-height: auto; }
}

/* WhatsApp store showcase */
.whatsapp-store-section {
  position: relative;
  padding: 72px 0 0;
  overflow: hidden;
  background: #dcecff;
}
.whatsapp-store-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 88%, rgba(255,255,255,.42), transparent 38%);
  pointer-events: none;
}
.whatsapp-store-section .container { position: relative; z-index: 1; }
.case-heading { max-width: 790px; margin: 0 auto 30px; }
.whatsapp-store-section .section-title {
  color: #173b68;
  font-size: 30px;
  margin-bottom: 10px;
}
.whatsapp-store-section .section-subtitle {
  max-width: 710px;
  margin-bottom: 0;
  color: #526a87;
  font-size: 14px;
}
.case-features { margin: 0 auto 20px; }
.case-feature-card {
  min-height: 108px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  text-align: right;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(159,185,217,.35);
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(36,75,127,.08);
}
.case-feature-icon {
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 10px;
  color: #f48022;
  background: #fff1e5;
  font-size: 16px;
}
.case-feature-card h3 {
  margin: 0 0 6px;
  color: #214376;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}
.case-feature-card p {
  margin: 0;
  color: #62758d;
  font-size: 12px;
  line-height: 1.8;
}
.case-stats { margin: 8px auto 20px; }
.case-stats > div { padding-left: 6px; padding-right: 6px; }
.case-stat-card {
  height: 100%;
  min-height: 72px;
  padding: 11px 6px;
  border-radius: 11px;
  background: rgba(181,211,246,.72);
  border: 1px solid rgba(132,172,219,.18);
}
.case-stat-card strong {
  display: block;
  color: #214376;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.case-stat-card span {
  display: block;
  margin-top: 3px;
  color: #536d8e;
  font-size: 10px;
  line-height: 1.45;
}
.store-mobile-wrap {
  width: min(600px, 92%);
  margin: 4px auto 0;
  line-height: 0;
}
.store-mobile-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .whatsapp-store-section { padding-top: 52px; }
  .whatsapp-store-section .section-title { font-size: 23px; }
  .case-feature-card { min-height: auto; }
  .store-mobile-wrap { width: min(560px, 112%); margin-right: -6%; }
}
@media (max-width: 575.98px) {
  .case-heading { margin-bottom: 24px; }
  .whatsapp-store-section .section-title { font-size: 20px; line-height: 1.65; }
  .whatsapp-store-section .section-subtitle { font-size: 12px; line-height: 1.9; }
  .case-feature-card { padding: 15px; gap: 11px; }
  .case-feature-icon { flex-basis: 35px; width: 35px; height: 35px; }
  .case-feature-card h3 { font-size: 13px; }
  .case-feature-card p { font-size: 11px; }
  .case-stat-card strong { font-size: 20px; }
  .case-stat-card span { font-size: 9px; }
  .store-mobile-wrap { width: 118%; margin-right: -9%; }
}

/* Integrations section - dual moving logo rows */
.integrations-section {
  position: relative;
  padding: 76px 0 54px;
  overflow: hidden;
  background: #f7faff;
}
.integrations-section .section-title {
  color: #173b68;
  font-size: 30px;
  margin-bottom: 8px;
}
.integrations-subtitle {
  color: #234b79;
  margin-bottom: 62px;
  font-size: 16px;
}
.integrations-cards-row {
  margin-left: -11px;
  margin-right: -11px;
}
.integrations-cards-row > [class*="col-"] {
  padding-left: 11px;
  padding-right: 11px;
}
.integrations-section .integration-card {
  min-height: 182px;
  padding: 31px 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #a9c5e7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(30, 73, 124, .10);
}
.integrations-section .integration-card h3 {
  min-height: 47px;
  margin: 0 0 17px;
  color: #ff7f19;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}
.integrations-section .integration-card p {
  max-width: 185px;
  color: #173b68;
  font-size: 15px;
  line-height: 1.8;
}
.integration-marquees {
  width: 100%;
  margin-top: 52px;
  direction: ltr;
}
.logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
}
.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 90px;
  pointer-events: none;
}
.logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #f7faff 0%, rgba(247,250,255,0) 100%);
}
.logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #f7faff 0%, rgba(247,250,255,0) 100%);
}
.logo-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 18px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.logo-marquee-right .logo-marquee-track {
  animation: integrationMarqueeRight 24s linear infinite;
}
.logo-marquee-left .logo-marquee-track {
  animation: integrationMarqueeLeft 24s linear infinite;
}
.integration-logo-item {
  flex: 0 0 150px;
  width: 150px;
  height: 78px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.integration-logo-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 90px;
  object-fit: contain;
}
/* The list is duplicated once. Moving by half its width plus half the gap
   makes the second copy replace the first at the exact same pixel. */
@keyframes integrationMarqueeRight {
  from { transform: translate3d(calc(-50% - 9px), 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
@keyframes integrationMarqueeLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 9px), 0, 0); }
}
@media (max-width: 991.98px) {
  .integrations-subtitle { margin-bottom: 42px; }
  .integration-marquees { margin-top: 30px; }
}
@media (max-width: 767.98px) {
  .integrations-section { padding: 56px 0 42px; }
  .integrations-section .section-title { font-size: 24px; }
  .integrations-subtitle { font-size: 14px; margin-bottom: 34px; }
  .integrations-section .integration-card { min-height: 165px; }
  .integration-logo-item { flex-basis: 118px; width: 118px; height: 66px; }
  .integration-logo-item img { max-width: 114px; max-height: 54px; }
  .logo-marquee-track { gap: 14px; }
  .logo-marquee-right .logo-marquee-track {
    animation-name: integrationMarqueeRightMobile;
  }
  .logo-marquee-left .logo-marquee-track {
    animation-name: integrationMarqueeLeftMobile;
  }
  .logo-marquee::before, .logo-marquee::after { width: 35px; }
}
@keyframes integrationMarqueeRightMobile {
  from { transform: translate3d(calc(-50% - 7px), 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}
@keyframes integrationMarqueeLeftMobile {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 7px), 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .logo-marquee-track { animation-play-state: paused !important; }
}

/* English / LTR page */
.lang-en { direction: ltr; font-family: "Inter", Arial, sans-serif; text-align: left; }
.lang-en .header-actions { margin-right: 0; margin-left: auto; }
.lang-en .section-kicker { display: block; margin-bottom: 8px; text-align: center; color: var(--orange); font-size: 13px; font-weight: 800; }
.lang-en .pain-card { text-align: left; }
.lang-en .pain-card h3 { text-align: center; }
.lang-en .pain-highlight { margin-top: 18px; padding-top: 16px; border-top: 1px solid #e6edf5; color: #214376; font-size: 13px; line-height: 1.7; text-align: center; }
.lang-en .pain-highlight strong { color: var(--orange); }
.lang-en .feature-card span { float: left; margin-left: 0; margin-right: 12px; }
.lang-en .case-feature-card { text-align: left; }
.lang-en .form-control { text-align: left; }
.lang-en .result-card { min-height: 510px; }

.lang-en .result-label { min-height: 40px; margin: -2px 0 12px; color: #ffc48f; font-size: 12px; font-weight: 700; line-height: 1.45; }
.lang-en .result-points { width: 100%; margin: 17px 0 0; padding-left: 18px; text-align: left; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.65; }
.lang-en .result-points li { margin-bottom: 5px; }
.lang-en .integration-card h3 { min-height: 66px; }
@media (max-width: 767.98px) {
  .lang-en .result-card { min-height: auto; }
  .lang-en .integration-card h3 { min-height: auto; }
}
