/* Typography Adjustments for Cairo Font */

/* Hero Section */
.hero-title {
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: -1.5px;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
}

.hero-badge {
  font-size: 13px;
}

/* Section Titles */
.section-title {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

/* Feature Cards */
.feature-title {
  font-size: 20px;
  line-height: 1.4;
}

.feature-description {
  font-size: 15px;
  line-height: 1.7;
}

/* Pricing Cards */
.plan-name {
  font-size: 20px;
  line-height: 1.3;
}

.price-amount {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -1px;
}

.price-period {
  font-size: 15px;
}

.plan-features li {
  font-size: 15px;
  line-height: 1.6;
}

/* Testimonials */
.testimonial-content p {
  font-size: 16px;
  line-height: 1.7;
}

.author-info h4 {
  font-size: 15px;
}

.author-info span {
  font-size: 13px;
}

/* Steps/How It Works */
.step-title {
  font-size: 20px;
  line-height: 1.4;
}

.step-description {
  font-size: 15px;
  line-height: 1.7;
}

/* FAQ */
.faq-item h4 {
  font-size: 16px;
  line-height: 1.5;
}

.faq-item p {
  font-size: 14px;
  line-height: 1.7;
}

/* CTA Section */
.cta-title {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.cta-subtitle {
  font-size: 18px;
  line-height: 1.6;
}

/* Footer */
.footer-column h4 {
  font-size: 16px;
  line-height: 1.4;
}

.footer-column a,
.footer-column li {
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom p {
  font-size: 13px;
}

/* Navbar */
.navbar-menu a {
  font-size: 15px;
}

.cta-button {
  font-size: 15px;
}

/* Logo Text */
.logo-text-ar {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.logo-text-en {
  font-size: 12px;
  letter-spacing: 1px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 48px;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .cta-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
    letter-spacing: -1px;
  }
  
  .hero-subtitle {
    font-size: 16px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .feature-title,
  .plan-name,
  .step-title {
    font-size: 18px;
  }
  
  .price-amount {
    font-size: 38px;
  }
  
  .cta-title {
    font-size: 30px;
  }
  
  .cta-subtitle {
    font-size: 16px;
  }
  
  .logo-text-ar {
    font-size: 18px;
  }
  
  .logo-text-en {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 30px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .feature-title,
  .plan-name,
  .step-title {
    font-size: 16px;
  }
  
  .feature-description,
  .plan-features li,
  .step-description {
    font-size: 14px;
  }
  
  .price-amount {
    font-size: 34px;
  }
  
  .cta-title {
    font-size: 26px;
  }
}

/* Navbar Scrolled State */
.navbar.scrolled .logo-text-ar {
  font-size: 18px;
}

.navbar.scrolled .logo-text-en {
  font-size: 10px;
}
