.elementor-53453 .elementor-element.elementor-element-43ca769{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4c66fd1 */<style>
/* ============================================================
   أفكار القدرات — صفحة /start/ CSS
   Prefix: aq-start- (معزول تمامًا عن aq-hero-/aq-band-/aq-course-)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');

.aq-start-page {
  --aq-start-teal: #2ABFAB;
  --aq-start-teal-dark: #0F6E56;
  --aq-start-teal-bg: #EAFBF8;
  --aq-start-coral: #E8674A;
  --aq-start-coral-dark: #9E3A26;
  --aq-start-coral-bg: #FFF3EE;
  --aq-start-text: #1A2E2A;
  --aq-start-muted: #63736F;

  direction: rtl;
  font-family: 'Tajawal', sans-serif;
  color: var(--aq-start-text);
  background: #FAFBFB;
  width: 100%;
  box-sizing: border-box;
  padding: 48px 24px 64px;
  overflow-x: hidden;
}

.aq-start-page *,
.aq-start-page *::before,
.aq-start-page *::after {
  box-sizing: border-box;
}

/* ---------- الرأس ---------- */

.aq-start-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.aq-start-title {
  font-size: clamp(26px, 4vw + 10px, 38px);
  font-weight: 800;
  color: var(--aq-start-teal-dark);
  margin: 0 0 12px;
}

.aq-start-subtitle {
  font-size: clamp(15px, 1.5vw + 10px, 17px);
  color: var(--aq-start-muted);
  margin: 0 0 14px;
}

.aq-start-header-rule {
  width: 46px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--aq-start-teal), var(--aq-start-coral));
  margin: 0 auto;
}

/* ---------- شبكة البطاقتين ---------- */

.aq-start-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.aq-start-card {
  flex: 1 1 460px;
  min-width: 0; /* يمنع فيض المحتوى الداخلي (نصوص/صور) عرض الحاوية */
  border-radius: 20px;
  padding: 24px 24px 28px;
  position: relative;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aq-start-card-self {
  background: var(--aq-start-teal-bg);
  border-color: hsla(173, 65%, 40%, 0.18);
}

.aq-start-card-daily {
  background: var(--aq-start-coral-bg);
  border-color: hsla(14, 70%, 55%, 0.18);
}

.aq-start-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 40, 35, 0.08);
}

.aq-start-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
}

.aq-start-card-self .aq-start-card-badge {
  background: #FFFFFF;
  color: var(--aq-start-teal-dark);
}

.aq-start-card-daily .aq-start-card-badge {
  background: #FFFFFF;
  color: var(--aq-start-coral-dark);
}

/* ---------- صورة البطاقة ---------- */

.aq-start-card-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.aq-start-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ---------- محتوى البطاقة ---------- */

.aq-start-card-title {
  font-size: clamp(20px, 2vw + 12px, 26px);
  font-weight: 800;
  margin: 0 0 10px;
}

.aq-start-card-self .aq-start-card-title { color: var(--aq-start-teal-dark); }
.aq-start-card-daily .aq-start-card-title { color: var(--aq-start-coral-dark); }

.aq-start-card-desc {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--aq-start-muted);
  margin: 0;
}

.aq-start-card-rule {
  width: 32px;
  height: 3px;
  border-radius: 3px;
  margin: 18px 0;
}

.aq-start-card-self .aq-start-card-rule { background: var(--aq-start-teal); }
.aq-start-card-daily .aq-start-card-rule { background: var(--aq-start-coral); }

.aq-start-card-points {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.aq-start-card-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
}

.aq-start-point-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aq-start-card-self .aq-start-point-icon {
  background: hsla(173, 65%, 40%, 0.12);
  color: var(--aq-start-teal-dark);
}

.aq-start-card-daily .aq-start-point-icon {
  background: hsla(14, 70%, 55%, 0.12);
  color: var(--aq-start-coral-dark);
}

/* ---------- زر البطاقة ---------- */

.aq-start-card-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 14px;
  padding: 16px 24px;
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.aq-start-btn-self {
  background: var(--aq-start-teal);
  box-shadow: 0 10px 22px hsla(173, 65%, 40%, 0.28);
}

.aq-start-btn-self:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.aq-start-btn-daily {
  background: var(--aq-start-coral);
  box-shadow: 0 10px 22px hsla(14, 70%, 55%, 0.28);
}

/* الزر المعطَّل: نفس الشكل تمامًا، بلا أي تفاعل أو إيحاء بقابلية الضغط */
.aq-start-btn-daily[disabled] {
  cursor: not-allowed;
  opacity: 0.9;
}

.aq-start-btn-daily[disabled]:hover {
  transform: none;
  filter: none;
}

/* ---------- الشريط السفلي (4 مزايا) ---------- */

.aq-start-features {
  max-width: 1200px;
  margin: 48px auto 0;
  background: #FFFFFF;
  border: 1px solid #ECEFEE;
  border-radius: 18px;
  padding: 28px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.aq-start-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.aq-start-feature-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aq-start-feature-icon-amber  { background: #FDECD8; color: #B8720E; }
.aq-start-feature-icon-green  { background: #DFF3E3; color: #1E8A4C; }
.aq-start-feature-icon-blue   { background: #DCEEFB; color: #1D74B8; }
.aq-start-feature-icon-purple { background: #EAE3FB; color: #6C41B8; }

.aq-start-feature-text h3 {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 4px;
}

.aq-start-feature-text p {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--aq-start-muted);
  margin: 0;
}

/* ---------- Tablet ---------- */

@media (max-width: 900px) {
  .aq-start-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Mobile: عمود واحد، التعلم الذاتي أولًا ثم المهام اليومية ---------- */

@media (max-width: 700px) {
  .aq-start-page {
    padding: 36px 16px 48px;
  }

  .aq-start-cards {
    flex-direction: column;
  }

  .aq-start-card {
    flex-basis: auto;
    padding: 20px 18px 24px;
  }

  .aq-start-features {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }
}

/* ---------- تفضيل تقليل الحركة ---------- */

@media (prefers-reduced-motion: reduce) {
  .aq-start-card,
  .aq-start-card-btn {
    transition: none !important;
  }
}
</style>/* End custom CSS */