/* ===== Global Reset & Tokens ===== */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Readex Pro', sans-serif;
  background: #FFFFFF;
  color: #231F20;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; }

/* ===== CTA Buttons ===== */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 8px;
  font-family: 'Readex Pro', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
  border: none;
  gap: 8px;
}
.cta-button:hover { opacity: 0.9; }
.cta-button:active { transform: scale(0.98); }
.cta-green { background: #3B5C4F; color: #F9F1DE; }
.cta-cream { background: #F9F1DE; color: #886652; }

/* =========================================================
   SECTION 1: Header + Hero + Partners
   ========================================================= */
.header {
  position: absolute;
  left: 0; right: 0; top: 0;
  width: 100%;
  height: 145px;
  background: #FFFFFF;
  z-index: 10;
}
.header-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.header-logo {
  position: absolute;
  width: 138px;
  height: 65px;
  top: 40px;
  right: 135px;
  object-fit: contain;
}

.section-hero {
  padding-top: 145px;
  background: #F9F1DE;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.hero-content {
  max-width: 1068px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 80px 24px 64px;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 10px;
}
.hero-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #886652;
  max-width: 1003px;
}
.hero-subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #886652;
  max-width: 969px;
}
.partners {
  width: 100%;
  padding: 0 24px 0;
  display: block;
}
.partners-image {
  display: block;
  width: 100%;
  max-width: 1332px;
  height: auto;
  margin: 0 auto;
}

/* =========================================================
   SECTION 2: سنساعدك بالتالي (Frame 96.png)
   ========================================================= */
.section-help {
  background: #3B5C4F;
  display: flex;
  justify-content: center;
  padding: 120px 0;
}
.section-help-image {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}

/* Blob icons */
.blob-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blob-cream { background: #F9F1DE; }
.blob-brown { background: #886652; }

/* =========================================================
   SECTION 3: الأرقام تتحدث عنا (Frame 36.png)
   ========================================================= */
.section-stats {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.section-stats-image {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
}

/* =========================================================
   SECTION 4: سنتعاون معاً لتحقيق (Group 66.png)
   ========================================================= */
.section-collab {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.section-collab-image {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
}

/* =========================================================
   SECTION 5: Package + Commitments + Pricing
   ========================================================= */
.section-commit {
  background: #F9F1DE;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.section-commit-inner {
  max-width: 1170px;
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* -- Top row: features + pricing side by side -- */
.commit-row-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}
.commit-features {
  flex: 1 1 50%;
  min-width: 0;
}
.commit-features-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* -- Pricing blob card -- */
.commit-pricing {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.commit-pricing-blob {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commit-blob-bg {
  width: 100%;
  height: auto;
  display: block;
}
.commit-pricing-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  direction: rtl;
}
.commit-card-img {
  display: block;
  width: 100%;
  max-width: 380px;
  height: auto;
  object-fit: contain;
}
.commit-card-img-under {
  display: block;
  width: 100%;
  max-width: 380px;
  height: auto;
  object-fit: contain;
}

/* Card button: same look as footer CTA */
.commit-booking-btn {
  margin-top: 8px;
  direction: rtl;
  gap: 10px;
}
.commit-booking-btn .cta-button-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

/* -- Bottom row: commitment panels -- */
.commit-row-bottom {
  display: flex;
  justify-content: center;
}
.commit-panels-img {
  display: block;
  width: 100%;
  max-width: 1120px;
  height: auto;
  object-fit: contain;
}

/* =========================================================
   SECTION 6: كيف نعمل (Frame 129 + Frame 123 — like reference)
   ========================================================= */
.section-process {
  background: #3B5C4F;
  display: flex;
  justify-content: center;
  padding: 80px 0 120px;
}
.section-process-inner {
  max-width: 1170px;
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
/* Frame 129: icon + "كيف نعمل" — 255×258, centered */
.section-process-header-img {
  display: block;
  width: 255px;
  height: 258px;
  object-fit: contain;
  margin: 0 auto;
}
.section-process-content-img {
  display: block;
  width: 100%;
  max-width: 879px;
  height: auto;
  align-self: flex-end;
  object-fit: contain;
}
/* If PNGs have black BG: blend so only cream shows on green */
.section-process-header-img,
.section-process-content-img {
  mix-blend-mode: lighten;
}

/* =========================================================
   SECTION 7: آراء عملاءنا (Group 70 (1).png)
   ========================================================= */
.section-testimonials {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.section-testimonials-image {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
}

/* =========================================================
   SECTION 8: CTA (match reference: icon left, text + button right)
   ========================================================= */
.section-cta {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 80px 0;
  direction: rtl;
}
.section-cta-inner {
  max-width: 1170px;
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  direction: rtl;
}
.cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 813px;
  direction: rtl;
  text-align: right;
}
.cta-heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.35;
  text-align: right;
  color: #4A2B1D;
  width: 100%;
}
.cta-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: right;
  color: #4A2B1D;
  margin: 0;
  width: 100%;
}
.section-cta .cta-button.cta-cream {
  background: #FBF0E2;
  color: #4A2B1D;
  border-radius: 12px;
  padding: 14px 32px;
  margin-top: 8px;
  direction: rtl;
  align-self: flex-start;
}
.section-cta .cta-button-with-icon {
  gap: 10px;
}
.section-cta .cta-button-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.cta-icon-large {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-icon-large .cta-icon-img,
.cta-icon-large img {
  width: 220px;
  height: auto;
  max-height: 280px;
  object-fit: contain;
}

/* =========================================================
   SECTION 9: الأسئلة الشائعة (Frame 71.png)
   ========================================================= */
.section-faq {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.section-faq-image {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
}

/* =========================================================
   SECTION 10: Footer
   ========================================================= */
/* Footer: Group 72 — 1440×457, dark green, logo + tagline right, CTA left */
.section-footer {
  background: #3B5C4F;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 457px;
  padding: 80px 0;
  box-sizing: border-box;
}
.section-footer-inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}
.footer-logo-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.footer-logo {
  width: 277px;
  height: 133px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-tagline {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-align: right;
  color: #FFFFFF;
}
.footer-cta {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer-cta .cta-button-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1200px) {
  .header-logo { right: 40px; }
  .partners { padding: 0 24px; }
  .section-footer-inner { padding: 0 40px; }
  .section-cta-inner { flex-direction: column-reverse; align-items: center; }
  .cta-icon-large .cta-icon-img,
  .cta-icon-large img { width: 200px; max-height: 200px; }
}

@media (max-width: 900px) {
  .commit-row-top { flex-direction: column; align-items: center; }
  .commit-features { flex: none; width: 100%; }
  .commit-pricing { flex: none; width: 100%; }
  .commit-pricing-blob { max-width: 400px; }
  .commit-card-img,
  .commit-card-img-under { max-width: 300px; }
  .header-logo {
    right: 50%;
    transform: translateX(50%);
  }
  .hero-title { font-size: 36px; line-height: 1.3; }
  .hero-subtitle { font-size: 22px; }
  .cta-heading,
  .footer-tagline { font-size: 26px; line-height: 34px; }
  .cta-subtitle { font-size: 20px; line-height: 28px; }
  .cta-button { font-size: 20px; padding: 14px 28px; }
  .section-footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 24px;
  }
  .footer-logo-area { align-items: center; }
  .footer-cta { align-self: center; }
}

@media (max-width: 768px) {
  .hero-title { font-size: 28px; }
  .hero-subtitle { font-size: 18px; }
  .partners { padding: 0 16px; }
  .partners-image { max-width: 100%; }
  .cta-heading,
  .footer-tagline { font-size: 22px; line-height: 30px; }
  .cta-button { font-size: 18px; padding: 12px 24px; }
  .cta-icon-large { display: none; }
  .footer-logo { width: 200px; height: auto; }
}
