html {
  direction: rtl;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Cairo', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  direction: rtl;
  text-align: right;
  unicode-bidi: isolate;
  background: #ffffff;
  color: #1a1a1a;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

/* Base */

.container {
  width: 92%;
  max-width: 1250px;
  margin: 0 auto;
}

:root {
  --primary: #FF7A00;
  --primary-dark: #D85A00;
  --primary-light: #FFA033;
  --soft-bg: #FFF3E6;
  --border-soft: rgba(255,122,0,0.35);
  --section-bg: #f8fbff;
}
/* تحويل أي رابط أو نص أزرق في الفوتر إلى برتقالي */
.site-footer a {
  color: #bbb;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a.active {
  color: var(--brand-orange);
}


/* Layout */

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* ===============================
   FOOTER BASE
================================ */

.site-footer {
  background: #111;
  color: #ddd;
  padding: 60px 20px;
  direction: rtl;
  text-align: right;
  font-family: inherit; /* يرث الخط من body */
}

/* ===============================
   FOOTER CONTAINER
================================ */

.footer-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* ===============================
   FOOTER CONTENT
================================ */

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-copy {
  font-size: 14px;
  color: #aaa;
}

.footer-box h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

/* ===============================
   FOOTER LINKS
================================ */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ff7a00;
}

/* ===============================
   DISCLAIMER
================================ */

.footer-disclaimer {
  max-width: 900px;          /* عرض مريح للقراءة */
  margin: 50px auto 0;       /* توسيط كامل */
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
  color: #888;
  line-height: 1.8;
  text-align: center;        /* النص في الوسط */
}

/* ===============================
   LANGUAGE SWITCH (OPTIONAL)
================================ */

.footer-lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviews-pro-footer {
  margin-top: 50px;
}

/* ===============================
   RESPONSIVE – TABLET
================================ */

@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================
   RESPONSIVE – MOBILE
================================ */

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: right;
  }

  .footer-lang-switch {
    display: none;
  }

  .site-footer {
    padding: 50px 16px;
  }
}




.hp-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 70px;
  flex-direction: row-reverse;
}

/* Components */

.btn {
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 10px;
}

.btn.primary {
  background: linear-gradient(135deg, #FF7A00, #FF5E00);
  color: #fff;
}

.btn.secondary {
  background: var(--soft-bg);
  color: var(--primary);
}

.btn-primary {
  background: linear-gradient(90deg, #F56A00, #FF8A00);
  color: #FFFFFF;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #D85A00, #F57700);
}

.btn-secondary {
  background: #0056ff;
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: bold;
}

.btn-secondary:hover {
  background: #0040c7;
}

.btn-orange {
  background: linear-gradient(to right, #ff9900, #ff5e00);
  padding: 16px 32px;
  color: white;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 700;
}

.btn-blue {
  background: transparent;
  border: 2px solid #fff;
  padding: 16px 32px;
  color: white;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 700;
}

.nav-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}


.lang-img-btn {
  background: transparent;
  border: 2px solid transparent;
  padding: 3px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}

.lang-img-btn img {
  width: 22px;
  height: 15px;
  display: block;
  border-radius: 3px;
}

.lang-img-btn:hover {
  border-color: #ff7a00;
}

.lang-img-btn.active {
  border-color: #ff7a00;
  box-shadow: 0 0 0 1px rgba(255,122,0,0.35);
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 380px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
  font-family: Arial, sans-serif;
  z-index: 99999;
  border-left: 6px solid #FF7A00;
  display: none;
}

.cookie-banner h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.cookie-banner p {
  font-size: 14px;
  color: #555;
}

.cookie-btns {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btns button {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
}

.accept-cookies {
  background: #FF7A00;
  color: #fff;
}

.reject-cookies {
  background: #ddd;
  color: #333;
}

.later-cookies {
  background: #0056ff;
  color: #fff;
}

.cookie-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #555;
}

.ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

/* Sections */

.navbar {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 14px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.nav-logo img {
  height: 50px;
}

.nav-menu {
  display: flex;
  gap: 22px;
}

.nav-menu li {
  list-style: none;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: .3s;
}

.nav-menu a:hover {
  color: #ff7b00;
}

.nav-menu a.active {
  color: #ff7b00;
  font-weight: 700;
  position: relative;
}

.nav-menu a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff7b00;
  border-radius: 4px;
}

.nav-buttons .small {
  padding: 10px 18px;
  font-size: 14px;
}

.nav-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 20px;
}

.mobile-menu.open {
  display: flex;
}

.mobile-btn {
  margin-top: 10px;
  padding: 12px;
  background: #ff7b00;
  color: #fff;
  border-radius: 6px;
}

.video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  max-width: 850px;
  padding: 15px;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.why-choose-pro {
  padding: 80px 0;
  text-align: center;
}

.why-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
}

.why-title span {
  color: #D85A00;
}

.why-grid-pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.why-card-pro {
  background: #fff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
  border: 1px solid rgba(0,0,0,0.05);
}

.why-card-pro .icon {
  margin-bottom: 15px;
}

.why-card-pro h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card-pro p {
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.6;
}

.device-section {
  padding: 100px 0;
  background: linear-gradient(to right, #ff7a00, #2d1500);
}

.device-wrapper {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse; /* ✅ الصورة لليسار */
  justify-content: center;
  align-items: center;
  gap: 60px;
}

@media (max-width: 900px) {
  .device-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .device-info {
    text-align: center;
  }

  .device-feature {
    margin-left: auto;
    margin-right: auto;
  }
}



.device-image img {
  width: 950px;
  max-width: 100%;
  display: block;
  margin: auto;
  filter: drop-shadow(0px 8px 16px rgba(0,0,0,0.25));
}

.device-info {
  flex: 1;
  color: #fff;
}

.device-info h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 15px;
}

.device-info p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.device-feature {
  background: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 18px;
  width: fit-content;
  margin-bottom: 15px;
  color: #000;
}

.features-section {
  background: #f8fafd;
  padding: 100px 0;
}

.features-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}

.features-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.features-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.feature-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;   /* توسيط النص */
  direction: rtl;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  outline: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;   /* توسيط الأيقونة */
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffd9a0, #ffa033);
  margin-bottom: 18px;
  direction: ltr;
  align-self: center;
}

.feature-card h3,
.feature-card p {
  width: 100%;
  text-align: right;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;

}

.feature-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
    text-align: center;

}

.feature-card {
  align-items: flex-start;
}

.devices-section {
  padding: 90px 20px;
  background: #f4f7fa;
}

.devices-container {
  max-width: 1150px;
  margin: auto;
  text-align: center;
}

.devices-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 45px;
  color: #0f1624;
}

.devices-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  margin-top: 20px;
}


.device-card {
  display: flex;
  flex-direction: column;
  align-items: center;      /* توسيط أفقي */
  justify-content: center;  /* توسيط عمودي */
  text-align: center;
}

/* الأيقونة */
.device-card .device-icon {
  display: block;
  margin: 0 auto 12px;      /* وسط + مسافة تحت */
}



.device-card {
  background: #ffffff;
  padding: 28px 18px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0,0,0,0.05);
}

.device-icon {
  font-size: 38px;
  margin-bottom: 12px;
  color: #ff7a00;
  width: 50px;
  height: 50px;
}

.device-card p {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.devices-note {
  margin-top: 30px;
  font-size: 16px;
  color: #555;
}

.pricing-v2 {
  text-align: center;
  padding: 60px 0;
  background: #ffffff;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-title {
  font-size: 32px;
  font-weight: 800;
  color: #111;
}

.pricing-offer {
  color: #D85A00;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}

.pricing-subtitle {
  color: #555;
  margin-bottom: 40px;
}

.pricing-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  justify-items: center;
  margin-top: 40px;
}

.price-card {
  background: #ffffff;
  border: 2px solid rgba(255,140,0,0.25);
  border-radius: 22px;
  padding: 30px 25px;
  width: 100%;
  max-width: 280px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease-out;
}

.price-card ul {
  list-style: none;
  padding-left: 0;
}

.price-card li::before {
  content: "✔ ";
  color: #ff7a00;
  font-weight: bold;
}

.price-amount {
  font-size: 42px;
  font-weight: 900;
  color: #d06a00;
}

.price-btn {
  background: linear-gradient(135deg, #ff7a00, #d66a00);
  color: white;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: auto;
  font-weight: bold;
  display: block;
  transition: .3s;
  width: 60%;
  margin: 15px auto 0;
}

.monthly {
  font-weight: bold;
  font-size: 16px;
  color: #003366;
  background: #dce9ff;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 6px;
  margin-top: 5px;
}

.saved {
  font-weight: 700;
  font-size: 15px;
  color: #ff0000;
  margin-top: 5px;
}

.price-card.featured {
  border: 3px solid #ff7a00;
  box-shadow: 0 0 0 4px rgba(255,140,0,0.2);
  transform: scale(1.05);
}

.featured-btn {
  background: linear-gradient(135deg, #ff9a00, #ff7a00);
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff7a00;
  color: white;
  padding: 5px 14px;
  font-weight: bold;
  font-size: 12px;
  transform: rotate(18deg);
  border-radius: 4px;
}

.price-card.show {
  opacity: 1;
  transform: translateY(0);
}

.price-card:nth-child(1) {
  transition-delay: 0.1s;
}

.price-card:nth-child(2) {
  transition-delay: 0.2s;
}

.price-card:nth-child(3) {
  transition-delay: 0.3s;
}

.price-card:nth-child(4) {
  transition-delay: 0.4s;
}

.pricing-boxes .seo-text {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.5px;
  color: #555;
  line-height: 1.38;
  margin-top: 12px;
  opacity: 0.90;
  text-align: center;
}

.connection-switch-advanced {
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #54595F;
  padding: 8px;
  border-radius: 40px;
  width: max-content;
  margin: 35px auto;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  align-items: center;
}

.conn-btn {
  padding: 12px 20px;
  border-radius: 30px;
  background: #7b7b7b;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
  white-space: nowrap;
}

.conn-btn.active {
  background: #FF7A00;
  color: #fff;
  transform: scale(1.05);
}

.payment-section {
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%);
  padding: 70px 20px;
  text-align: center;
}

.payment-title {
  font-size: 28px;
  font-weight: 800;
  color: #111;
}

.payment-subtitle {
  color: #555;
  margin-bottom: 40px;
}

.payment-methods {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.method-box {
  text-align: center;
}

.method-box img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.method-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.trial-section {
  background: linear-gradient(135deg, #1f4eff, #4424ff);
  padding: 70px 30px;
  border-radius: 25px;
  max-width: 1200px;
  margin: 70px auto;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.18);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.trial-section::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,255,255,0.28), transparent);
  border-radius: 50%;
  transform: translateX(-50%);
  filter: blur(45px);
}

.trial-inner {
  max-width: 820px;
  margin: auto;
  padding: 0 10px;
}

.trial-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 22px;
  line-height: 1.25;
}

.trial-text {
  font-size: 18px;
  line-height: 1.65;
  opacity: 0.95;
  margin-bottom: 38px;
}

.trial-btn {
  background: #ffaa33;
  color: #111;
  padding: 18px 42px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.22);
}

.moneyback-section {
  background: linear-gradient(135deg, #ff7a00, #ff5e00);
  padding: 90px 30px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  direction: rtl;
}

.moneyback-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255,255,255,0.25), transparent);
  transform: translateX(-50%);
  filter: blur(60px);
  opacity: 0.7;
}

.moneyback-inner {
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.shield-icon {
  width: 95px;
  height: 95px;
  background: rgba(255,255,255,0.18);
  border: 3px solid rgba(255,255,255,0.45);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: bold;
  animation: popIn 0.8s ease;
}

.moneyback-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 22px;
  line-height: 1.3;
}

.moneyback-title span.ltr {
  font-weight: 900;
  letter-spacing: 0.5px;
}

.moneyback-text {
  font-size: 19px;
  line-height: 1.75;
  opacity: 0.95;
  margin-bottom: 28px;
}

.moneyback-note {
  font-size: 17px;
  margin-top: 12px;
  font-weight: 500;
  opacity: 0.9;
}

.googleplay-wrapper {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.googleplay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.googleplay-btn img {
  height: 48px;
  width: auto;
  display: block;
}

.reviews-pro-section {
  padding: 80px 0;
  background: #fff;
}

.reviews-pro-container {
  max-width: 1150px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}

.reviews-pro-title {
  font-size: 38px;
  font-weight: 800;
  color: #111;
}

.reviews-pro-title span {
  color: #D85A00;
}

.reviews-pro-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 900px;
  margin: 20px auto 50px;
  line-height: 1.6;
}

.reviews-pro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.review-card {
  display: flex;
  flex-direction: column;
  align-items: center;   /* توسيط أفقي */
  text-align: center;   /* توسيط النص */
}

/* الأيقونة */
.review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

/* العنوان */
.review-name {
  text-align: center;
  margin-bottom: 10px;
}

/* النص */
.review-text {
  text-align: center;
}


.review-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px 20px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  text-align: left;
  transition: .3s ease;
}

.review-avatar {
  width: 50px;
  height: 50px;
  background: #C04E00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.review-name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-text {
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}




.reviews-pro-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #0056FF;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: .3s ease;
}

.trustpilot-section {
  padding: 70px 15px;
  background: #f8fafb;
}

.trustpilot-header {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.trustpilot-subtitle {
  font-weight: 600;
  margin-bottom: 5px;
    direction: rtl;
  text-align: center;

}

.trustpilot-title {
  font-size: 32px;
  font-weight: 800;
  direction: rtl;
  text-align: center;
}


.trustpilot-title {
  font-size: 32px;
  font-weight: 800;
}

.trustpilot-title span {
  color: #C04E00;
}

.trustpilot-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.trustpilot-logo {
  width: 90px;
}

.stars {
  color: #00b67a;
  font-size: 18px;
}

.trustpilot-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.trust-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: .3s;
}

.trust-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.avatar {
  width: 42px;
  height: 42px;
  background: #128054;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.trust-text {
  margin: 10px 0 15px;
}

.read-more {
  color: #128054;
  font-weight: 600;
}

.nindo-exp {
  background: #0F1624;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  direction: rtl;
}

.nindo-exp .nindo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.nindo-exp .nindo-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.25;
}

.nindo-exp .nindo-title span {
  color: #ff7a00;
}

.nindo-exp .nindo-subtitle {
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto 45px;
  opacity: 0.85;
  line-height: 1.6;
}

.nindo-exp .nindo-grid {
  justify-items: center;   /* توسيط الكروت داخل الـ grid */

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1150px;
  margin: auto;
}

.nindo-exp .nindo-box {
  background: #1c2536;
  border-radius: 14px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;     /* توسيط الأيقونة */
  text-align: center;      /* توسيط النص */
}

.nindo-exp .nindo-icon {
  font-size: 32px;
  color: #ff7a00;
  margin-bottom: 18px;
  background: rgba(255,122,0,0.12);
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nindo-exp .nindo-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.nindo-exp .nindo-box p {
  font-size: 16px;
  opacity: 0.92;
  line-height: 1.55;
  width: 100%;
  text-align: center;
}

.faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  direction: rtl;          /* RTL */
}

.faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: .3s;
}

.faq-question {
  width: 100%;
  text-align: right;       /* النص من اليمين */
  padding: 18px 18px 18px 50px; /* مسافة للسهم */
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  position: relative;
  direction: rtl;
}

.faq-question::after {
  content: "▾";
  font-size: 22px;
  position: absolute;
  left: 20px;              /* السهم في اليسار */
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.faq-item.active .faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fafafa;
  padding: 0 18px;
  transition: max-height .4s ease;
  text-align: right;       /* الجواب من اليمين */
  direction: rtl;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 18px;
}

.contact-section {
  background: #f5f5f5;
  padding: 80px 20px;
}

.contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-header h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.contact-header p {
  font-size: 1.15rem;
  color: #555;
  max-width: 680px;
  margin: 0 auto;
}

.contact-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-card {
  background: white;
  border-radius: 16px;
  padding: 32px;
  flex: 1;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card h3 {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 28px;
  color: #222;
}

.contact-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.ci-icon {
  font-size: 1.9rem;
  color: #ff7a00;
  min-width: 38px;
  text-align: center;
}

.contact-item div {
  flex: 1;
}

.contact-item strong {
  font-size: 1.05rem;
  color: #222;
}

.contact-item a {
  color: #ff7a00;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-hours {
  margin-top: 12px;
  font-size: 1rem;
  color: #444;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  font-size: 1.02rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1rem;
  background: #fafafa;
  transition: all 0.25s;
  font-family: 'Cairo', sans-serif;
}

.contact-form textarea {
  min-height: 138px;
  resize: vertical;
}

.whatsapp-btn {
  width: 100%;
  padding: 16px;
  background: #ff7a00;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.12rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-section,
.contact-card,
form,
.contact-item div {
  direction: rtl;
  text-align: right;
}

.contact-item a[href^="mailto:"],
.contact-item a[href^="https://wa.me/"] {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}


.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-top: 20px;
}

.step-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px 18px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  border-top: 4px solid #FF7A00;
  transition: transform .3s ease, box-shadow .3s ease;
}

.step-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.step-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.step-card strong {
  font-size: 16px;
  color: #111;
}

.legal-hero-pro {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
  padding: 100px 20px 80px;
  text-align: center;
  border-bottom: 1px solid #e3e6ea;
}

.legal-icon {
  font-size: 60px;
  margin-bottom: 18px;
  color: #D85A00;
  animation: fadeIn 0.9s ease;
}

.legal-title-pro {
  font-size: 46px;
  font-weight: 800;
  color: #0f1624;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.legal-subtitle-pro {
  max-width: 850px;
  margin: auto;
  font-size: 18px;
  color: #555;
  line-height: 1.75;
  opacity: 0.9;
}

.hp-circle-section {
  padding: 90px 20px;
  background: var(--section-bg);
}

.hp-circle {
  position: relative;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  animation: rotateCircle 26s linear infinite;
  flex-shrink: 0;
}

.hp-circle::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,122,0,0.25), transparent 70%);
  animation: glowPulse 3.5s ease-in-out infinite;
  pointer-events: none;
}

.hp-circle-center {
  position: absolute;
  inset: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF7A00, #FF5E00);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: counterRotate 26s linear infinite;
  box-shadow: 0 25px 60px rgba(255,122,0,0.4);
}

.hp-center-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 30px;
  animation: centerPulse 2.8s ease-in-out infinite;
}

.hp-center-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 20px;
  transition: opacity .3s ease, transform .3s ease;
}

.hp-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  animation: counterRotate 26s linear infinite;
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
}

.i1 { top: -28px; left: 50%; transform: translateX(-50%); }
.i2 { top: 22%; right: -28px; }
.i3 { bottom: 22%; right: -28px; }
.i4 { bottom: -28px; left: 50%; transform: translateX(-50%); }
.i5 { bottom: 22%; left: -28px; }
.i6 { top: 22%; left: -28px; }

.hp-content {
  max-width: 480px;
  text-align: right;
}

.hp-content h2 {
  font-size: 34px;
  color: var(--primary);
  margin-bottom: 12px;
}

.hp-content p {
  color: #555;
  line-height: 1.9;
}

.hp-buttons {
  margin-top: 26px;
}

/* Global Animations */

section, div[data-aos] {
  overflow: visible;
}

[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
}

[data-aos="fade-left"] {
  opacity: 0;
  transform: translateX(-40px);
  transition-property: opacity, transform;
}

[data-aos="fade-right"] {
  opacity: 0;
  transform: translateX(40px);
  transition-property: opacity, transform;
}

[data-aos="zoom-in"] {
  opacity: 0;
  transform: scale(0.88);
  transition-property: opacity, transform;
}

.aos-animate {
  opacity: 1;
  transform: none;
}

@keyframes popIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes rotateCircle {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes counterRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes glowPulse {
  0% { opacity: .35; }
  50% { opacity: .75; }
  100% { opacity: .35; }
}

@keyframes centerPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* Responsive */

@media (hover: hover) {

  .nav-menu a:hover {
    color: #ff7b00;
  }

  .btn-primary:hover {
    background: linear-gradient(90deg, #D85A00, #F57700);
  }

  .btn-secondary:hover {
    background: #0040c7;
  }

  .why-card-pro:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    border-color: #ff7a00;
  }

  .device-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.14);
  }

  .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
  }

  .device-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
    border-color: #ff7a00;
  }

  .price-btn:hover {
    opacity: .85;
  }

  .trial-btn:hover {
    background: #ff8800;
    transform: translateY(-4px);
  }

  .googleplay-btn img:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  }

  .googleplay-btn:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  }

  .review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  }

  .reviews-pro-btn:hover {
    background: #e56a00;
    transform: translateY(-3px);
  }

  .read-more:hover {
    text-decoration: underline;
  }

  .trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  }

  .nindo-exp .nindo-box:hover {
    transform: translateY(-8px);
    border-color: #ff7a00;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  }

  .contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
  }

  .contact-item a:hover {
    color: #e26800;
    text-decoration: underline;
  }

  .whatsapp-btn:hover {
    background: #e26800;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,122,0,0.25);
  }


  .price-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 14px 35px rgba(0,0,0,0.15);
  }

  .step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
  }

  .lang-img-btn:hover {
    border-color: #ff7a00;
  }

  .hp-icon:hover {
    transform: scale(1.18);
    box-shadow: 0 18px 40px rgba(255,122,0,0.4);
    z-index: 5;
  }

  .hp-circle:hover,
  .hp-circle:hover .hp-icon,
  .hp-circle:hover .hp-circle-center {
    animation-play-state: paused;
  }

  .mobile-menu a:hover {
    color: #ff7b00;
  }

}

@media (max-width: 1100px) {
  .devices-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .pricing-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .reviews-pro-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-container {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .nav-menu,
  .nav-buttons {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .why-grid-pro {
    grid-template-columns: repeat(2, 1fr);
  }

  .device-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .device-image img {
    width: 100%;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trial-title {
    font-size: 34px;
  }

  .trial-text {
    font-size: 17px;
  }

  .moneyback-title {
    font-size: 34px;
  }

  .moneyback-text {
    font-size: 18px;
  }

  .nindo-exp .nindo-title {
    font-size: 32px;
  }

  .nindo-exp .nindo-grid {
    grid-template-columns: repeat(2, 1fr);
  }



  .hp-container {
    flex-direction: column;
    text-align: center;
  }

  .hp-content {
    text-align: center;
  }

  .nav-logo img {
    height: 40px;
  }

  .mobile-menu a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .mobile-btn {
    background: #ff7b00;
    padding: 14px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    margin-top: 14px;
    font-size: 18px;
  }

  .mobile-menu {
    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-top: 1px solid #ddd;
  }

  .hero {
    margin-top: 20px;
  }

  .hero-text h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 16px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
  }
}

@media (max-width: 780px) {
  .devices-title {
    font-size: 32px;
  }

  .devices-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .legal-icon {
    font-size: 48px;
  }

  .legal-title-pro {
    font-size: 32px;
  }

  .legal-subtitle-pro {
    font-size: 15px;
  }


  .trustpilot-header {
    text-align: center;
  }

  .trustpilot-rating {
    justify-content: center;
  }

  .connection-switch-advanced {
    flex-direction: column;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    padding: 12px;
  }

  .conn-btn {
    width: 100%;
    text-align: center;
    padding: 13px;
    font-size: 15px;
    border-radius: 10px;
  }

}

@media (max-width: 650px) {
  .pricing-boxes {
    grid-template-columns: 1fr;
  }

  .trial-section {
    padding: 50px 20px;
    margin: 40px 10px;
  }

  .trial-title {
    font-size: 28px;
  }

  .trial-text {
    font-size: 16px;
  }

  .trial-btn {
    width: 100%;
    padding: 16px 0;
    font-size: 17px;
  }

  .moneyback-section {
    padding: 60px 20px;
  }

  .shield-icon {
    width: 75px;
    height: 75px;
    font-size: 32px;
  }

  .moneyback-title {
    font-size: 28px;
  }

  .moneyback-text {
    font-size: 16px;
  }

  .moneyback-note {
    font-size: 15px;
  }

  .googleplay-btn img {
    height: 48px;
    max-width: 160px;
  }

  .googleplay-btn {
    padding: 10px 18px;
    border-radius: 14px;
  }

  .googleplay-btn img {
    height: 42px;
  }
}

@media (max-width: 600px) {
  .why-grid-pro {
    grid-template-columns: 1fr;
  }

  .reviews-pro-grid {
    grid-template-columns: 1fr;
  }

  .reviews-pro-title {
    font-size: 28px;
  }

  .nindo-exp {
    padding: 60px 15px;
  }

  .nindo-exp .nindo-title {
    font-size: 28px;
  }

  .nindo-exp .nindo-subtitle {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .nindo-exp .nindo-grid {
    grid-template-columns: 1fr;
  }

  .nindo-exp .nindo-box {
    padding: 25px;
  }

  .nindo-exp .nindo-box p {
    font-size: 15px;
  }



}

@media (max-width: 576px) {
  .contact-header h2 {
    font-size: 2.1rem;
  }

  .contact-header p {
    font-size: 1.05rem;
  }

  .contact-card {
    padding: 24px;
  }
}

@media (max-width: 540px) {
  .devices-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .device-card {
    padding: 25px 14px;
  }

  .device-icon {
    font-size: 32px;
  }

  .device-card p {
    font-size: 14px;
  }
}

/* =========================
   MOBILE OVERFLOW FIX – HAROUGA PRO (CLEAN)
========================= */

/* Global safety */
html, body {
  width: 100%;
  overflow-x: hidden;
}

/* HP Circle mobile fix */
@media (max-width: 768px) {

  .hp-container {
    display: flex;              /* تأكيد flex */
    flex-direction: column;
    align-items: center;
  }

  .hp-circle {
    width: 300px;
    height: 300px;
    max-width: 100%;
  }

  .hp-circle-center {
    inset: 55px;                /* متوازن مع حجم الدائرة */
  }

  .hp-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .hp-content {
    text-align: center;
    max-width: 100%;
    margin-top: 30px;
  }
}

/* Header safe padding */
@media (max-width: 768px) {
  .nav-container {
    padding-inline: 12px;       /* أنظف من padding */
  }
}
/* =====================================
   HOVER EFFECT FOR TOUCH DEVICES
===================================== */

.is-hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
  border-color: #ff7a00;
}

/* =====================================
   FIX HP CIRCLE FREEZE ON MOBILE
===================================== */

@media (hover: none) {
  .hp-circle:hover,
  .hp-circle:hover .hp-icon,
  .hp-circle:hover .hp-circle-center {
    animation-play-state: running !important;
  }
}

/* ==============================
   BLOG SECTION – HOMEPAGE
================================ */

.hp-blog {
  padding: 80px 0;
  background: #f8fbff;
}

.hp-blog-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.hp-blog-head h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hp-blog-head p {
  font-size: 17px;
  opacity: .85;
  line-height: 1.7;
}

.hp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.hp-blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: .3s;
}

.hp-blog-card:hover {
  transform: translateY(-6px);
}

.hp-blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.hp-blog-content {
  padding: 20px;
}

.hp-blog-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #ff7a00;
  margin-bottom: 6px;
}

.hp-blog-content h3 {
  font-size: 18px;
  margin: 6px 0 10px;
  line-height: 1.4;
}

.hp-blog-content p {
  font-size: 15px;
  line-height: 1.6;
  opacity: .85;
}

.hp-blog-read {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: #ff7a00;
  text-decoration: none;
}

.hp-blog-footer {
  text-align: center;
  margin-top: 45px;
}

/* Responsive */
@media (max-width: 900px) {
  .hp-blog-grid {
    grid-template-columns: 1fr;
  }
}
