.elementor-906 .elementor-element.elementor-element-874e6f4{margin-top:-50px;margin-bottom:-50px;}.elementor-906 .elementor-element.elementor-element-ee9eb4e{width:100%;max-width:100%;}.elementor-906 .elementor-element.elementor-element-ee9eb4e.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-ee9eb4e */:root {
  --green: #14a44d;
  --green-dark: #0e7f39;
  --text: #101828;
  --muted: #475467;
  --line: #e4e7ec;
  --bg: #ffffff;
  --card: #ffffff;
}

* { box-sizing: border-box; }

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Cairo", sans-serif;
  color: var(--text);
  background: #ffffff;
}

.u4d-landing {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  direction: rtl;
}

.u4d-landing[dir="ltr"] {
  direction: ltr;
}

.u4d-landing[dir="ltr"] .hero-copy,
.u4d-landing[dir="ltr"] .section,
.u4d-landing[dir="ltr"] .footer-wrap,
.u4d-landing[dir="ltr"] .why-box,
.u4d-landing[dir="ltr"] .price-card,
.u4d-landing[dir="ltr"] .card,
.u4d-landing[dir="ltr"] .faq-list {
  text-align: left;
}
.u4d-landing[dir="ltr"] .hero {
  direction: rtl;
}
.u4d-landing[dir="ltr"] .hero-copy {
  direction: ltr;
}

.u4d-landing[dir="ltr"] .mini-points li::before,
.u4d-landing[dir="ltr"] .price-card li::before {
  margin-right: 8px;
  margin-left: 0;
}

.container { width: min(1160px, 92%); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #edf0f2;
}

.nav-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  position: relative;
}

.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; text-align: center; justify-content: center; }
.menu-toggle {
  display: none;
  border: 1px solid #d8e3ec;
  background: #fff;
  color: #0f2137;
  font: inherit;
  font-size: 30px;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.mark {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  border: 1px solid #e6edf3;
  animation: logoSpinPulse 6s ease-in-out infinite;
}
.brand small { display: block; color: var(--muted); font-size: 12px; }

nav { display: flex; gap: 24px; }
nav a { text-decoration: none; color: #1d2939; font-weight: 700; }
.nav-controls {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lang-switch {
  display: flex;
  gap: 8px;
}
.lang-btn {
  border: 1px solid #dce4ea;
  background: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}
.lang-btn.active {
  background: #e9f8ef;
  color: #0f8a3f;
  border-color: #8ac9a4;
}

.auth-buttons { display: flex; gap: 10px; }
button, .btn-primary, .btn-secondary {
  border: 0; border-radius: 12px; cursor: pointer; font: inherit;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
}
.ghost { border: 1px solid var(--line); background: #fff; padding: 10px 18px; }
.solid, .btn-primary { background: linear-gradient(160deg, #18b756, var(--green-dark)); color: #fff; padding: 10px 18px; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 28px;
  padding: 50px 0 28px;
  direction: ltr;
}
.hero-copy { direction: rtl; text-align: right; }

.tag {
  display: inline-block; padding: 8px 14px; border-radius: 999px;
  background: #e8f8ee; color: #137a3b; border: 1px solid #ccefd9; font-weight: 800;
}
.hero h1 { font-size: clamp(29px, 4vw, 56px); margin: 16px 0; line-height: 1.25; }
.hero h1 span { color: var(--green-dark); }
.hero p { color: var(--muted); font-size: 20px; margin: 0 0 10px; }

.mini-points {
  list-style: none; padding: 0; margin: 0 0 18px;
  display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 10px;
}
.mini-points li { font-weight: 700; color: #344054; }
.mini-points li::before { content: "✓"; color: var(--green); margin-left: 8px; }

.cta-row { display: flex; gap: 12px; }
.btn-primary, .btn-secondary { padding: 13px 24px; }
.btn-secondary { border: 1px solid var(--line); background: #fff; color: #1d2939; }
.hero-social-proof {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #667085;
  font-weight: 600;
  font-size: 14px;
  flex-wrap: wrap;
}
.proof-icons { display: inline-flex; }
.proof-icons span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: -6px;
  border: 2px solid #fff;
  background: linear-gradient(150deg, #f9d976, #f39f86);
}
.proof-icons span:nth-child(2){background: linear-gradient(150deg,#a1c4fd,#c2e9fb);}
.proof-icons span:nth-child(3){background: linear-gradient(150deg,#84fab0,#8fd3f4);}
.proof-icons span:nth-child(4){background: linear-gradient(150deg,#fccb90,#d57eeb);}
.stars { color: #f6b60b; letter-spacing: 2px; }

.hero-mockup {
  border: 1px solid #e3e8ed; border-radius: 22px; overflow: hidden;
  background: #fff; box-shadow: 0 22px 46px rgba(16, 24, 40, 0.08);
}
.hero-real-shot {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .22s ease;
}
.mockup-head { display: flex; align-items: center; gap: 7px; padding: 14px; border-bottom: 1px solid #eef2f5; }
.dot { width: 10px; height: 10px; border-radius: 99px; }
.red { background: #f04438; } .yellow { background: #fdb022; } .green { background: #17b26a; }
.mockup-body { display: grid; grid-template-columns: 1.4fr 220px; }
.hero-mockup .mockup-body { display: none; }
.sheet-grid {
  min-height: 325px;
  background-image: linear-gradient(#e7edf2 1px, transparent 1px), linear-gradient(90deg, #e7edf2 1px, transparent 1px);
  background-size: 34px 34px;
  background-color: #fbfcfd;
}
.tool-panel { border-right: 1px solid #eef2f5; background: #f8fafc; padding: 14px; }
.tool-panel h4 { margin: 0 0 12px; }
.tool-panel ul { list-style: none; margin: 0; padding: 0; }
.tool-panel li {
  margin-bottom: 8px; padding: 10px; border-radius: 10px; font-weight: 700;
  border: 1px solid #e4e7ec; background: #fff;
  font-size: 13px;
}

.section { padding: 28px 0 8px; }
.section h2 { text-align: center; font-size: 39px; margin: 10px 0 22px; }


.cards { display: grid; gap: 14px; }
.cards.five { grid-template-columns: repeat(5, 1fr); }
.card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.97)),
    url("hero-sheet-reference.png") center/cover no-repeat;
  border: 1px solid var(--line); border-radius: 16px;
  padding: 18px; text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255,255,255,0.42) 45%, transparent 75%);
  transform: translateX(-120%);
  transition: transform .65s ease;
  pointer-events: none;
}
.card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #9bd7b3;
  box-shadow: 0 16px 34px rgba(20, 54, 36, 0.16);
}
.card:hover::after {
  transform: translateX(120%);
}
.card p { color: var(--muted); margin: 6px 0 0; }
.tool-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
}
.tool-btn {
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 10px;
  font-weight: 800;
  font-size: 13px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  flex: 0 0 auto;
  text-align: center;
  white-space: nowrap;
}
.tool-btn-outline {
  color: #0f8a3f;
  border: 1px solid #9ad5b2;
  background: #f4fbf7;
}
.tool-btn-outline:hover { background: #e9f8ef; }
.tool-btn-solid {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(150deg, #19b954, #0e7f39);
  box-shadow: 0 6px 18px rgba(21, 163, 74, 0.22);
}
.tool-btn-solid:hover { transform: translateY(-1px); }
.tool-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15, 126, 56, 0.22);
}

.pricing-wrap { display: grid; grid-template-columns: 1fr 280px; gap: 18px; align-items: start; }
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }

.price-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.price { font-size: 42px; font-weight: 800; margin: 10px 0; }
.price small { font-size: 17px; color: var(--muted); }
.price-card ul { list-style: none; margin: 12px 0 18px; padding: 0; }
.price-card li { margin: 8px 0; }
.price-card li::before { content: "✓"; color: var(--green); margin-left: 8px; }
.plan-pay-btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(150deg, #19b954, var(--green-dark));
  color: #fff;
  font-weight: 800;
}

.price-card.featured {
  border: 2px solid #12a150;
  box-shadow: 0 14px 30px rgba(21, 163, 74, 0.14);
}
.label {
  position: absolute; top: -12px; right: 20px;
  background: #15a34a; color: #fff; border-radius: 999px; padding: 3px 10px; font-size: 13px;
}

.why-box {
  background: #f0f7f2; border: 1px solid #d7ecdd; border-radius: 18px; padding: 18px;
}
.why-box h3 { margin: 0 0 12px; color: #0f8a3f; }
.why-box ul { list-style: none; margin: 0; padding: 0; }
.why-box li { margin: 10px 0; color: #1d2939; }

.trust h2 { margin-bottom: 16px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stats article {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  text-align: center; padding: 16px;
}
.stats strong { display: block; font-size: 30px; color: #0f8a3f; }
.stats span { color: var(--muted); font-weight: 600; }

.faq-list { display: grid; gap: 10px; margin-bottom: 38px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }
summary { cursor: pointer; font-weight: 700; }

footer { border-top: 1px solid #e8edf2; background: #f7faf8; }
.footer-wrap {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 20px;
  align-items: start; padding: 24px 0 14px;
}
.footer-wrap h4 { margin: 0 0 8px; }
.footer-wrap p { margin: 6px 0; color: #344054; }
.footer-wrap a { color: #0f8a3f; text-decoration: none; font-weight: 700; }
.footer-logo { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.footer-brand strong { font-size: 34px; line-height: 1; display: block; }
.footer-brand p { margin: 2px 0 0; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin: 7px 0; color: #344054; }
.footer-social { display: flex; gap: 10px; margin-top: 12px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #dce4ea; color: #1d2939; text-decoration: none; font-weight: 700;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}
.footer-social a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(15, 41, 60, 0.16);
}
.copyright { text-align: center; margin: 0; padding: 12px 0 20px; color: #667085; }

.hero,
.section,
footer {
  animation: sectionRise .7s ease both;
}
.section:nth-of-type(2) { animation-delay: .08s; }
.section:nth-of-type(3) { animation-delay: .14s; }
.section:nth-of-type(4) { animation-delay: .2s; }

nav a,
.lang-btn,
.plan-pay-btn,
.stats article,
details {
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
nav a:hover,
.lang-btn:hover {
  transform: translateY(-2px);
}
.plan-pay-btn:hover,
.stats article:hover,
details:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.12);
}

@keyframes sectionRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes logoSpinPulse {
  0%, 100% { transform: rotate(0deg) scale(1); opacity: 1; }
  25% { transform: rotate(6deg) scale(1.04); opacity: 0.95; }
  50% { transform: rotate(0deg) scale(1); opacity: 1; }
  75% { transform: rotate(-6deg) scale(1.04); opacity: 0.95; }
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .hero { direction: rtl; }
  .cards.five { grid-template-columns: repeat(2, 1fr); }
  .pricing-wrap { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container {
    width: 100%;
    margin: 0;
    padding-inline: 0;
  }
  .menu-toggle {
    display: none !important;
  }
  .nav-controls {
    display: none !important;
  }
  .brand .mark,
  .brand strong {
    display: none !important;
  }
  .brand {
    max-width: 100% !important;
    margin: 0 auto !important;
    justify-content: center !important;
  }
  .brand > div {
    text-align: center !important;
  }
  .brand small {
    display: block !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1d2939 !important;
  }
  .nav-wrap {
    padding: 8px 0;
    align-items: stretch;
  }
  .menu-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 3;
  }
  .brand {
    width: fit-content;
    max-width: calc(100% - 72px);
    margin: 0 auto;
    justify-content: center;
    min-height: 48px;
  }
  .brand > div { text-align: center; }
  .brand strong { display: block; line-height: 1.1; }
  .brand small { display: block; margin-top: 2px; }
  .mark {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .nav-controls {
    display: none;
    width: 100%;
    margin-top: 8px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #dbe6ef;
    background: #fff;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .site-header.menu-open .nav-controls { display: flex; }
  nav {
    width: 100%;
    flex-direction: column;
    gap: 6px;
  }
  nav a { text-align: right; }
  .lang-switch {
    width: 100%;
    justify-content: flex-start;
  }
  .lang-btn {
    flex: 1;
  }
  .mockup-head { display: none; }
  .mockup-body { grid-template-columns: 1fr; }
  .tool-panel { border-right: 0; border-top: 1px solid #eef2f5; }
  .cards.five { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-wrap { grid-template-columns: 1fr; }
  .section h2 { font-size: 29px; }
}

/* Remove top spacing */
.u4d-landing main, .u4d main { margin-top: 0 !important; padding-top: 0 !important; }
.u4d-landing main > section:first-child, .u4d main > section:first-child { margin-top: 0 !important; padding-top: 0 !important; }

/* Remove bottom spacing */
.u4d-landing main, .u4d main { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.u4d-landing main > section:last-child, .u4d main > section:last-child { margin-bottom: 0 !important; padding-bottom: 0 !important; }
footer, .foot { margin-bottom: 0 !important; padding-bottom: 0 !important; }/* End custom CSS */