:root {
  --ie-purple: #3f2a70;
  --ie-purple-dark: #2d1f52;
  --ie-purple-soft: #f3f0fa;
  --ie-yellow: #ffcc00;
  --ie-yellow-hover: #e6b800;
  --ie-border: rgba(63, 42, 112, 0.18);
  --ie-text: #2a1f45;
}

* {
  font-family: "Cairo", "Tajawal", system-ui, sans-serif;
}

.fw-extrabold {
  font-weight: 800;
}

.letter-space {
  letter-spacing: 0.08em;
}

/* خلفية فاتحة متناسقة مع اللوجو */
.page-surface {
  background: linear-gradient(180deg, #ffffff 0%, var(--ie-purple-soft) 55%, #ffffff 100%);
}

.text-brand {
  color: var(--ie-purple) !important;
}

.text-body-custom {
  color: rgba(42, 31, 69, 0.85);
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--ie-border);
  box-shadow: 0 4px 24px rgba(63, 42, 112, 0.06);
}

.brand-logo {
  width: 280px;
  max-width: 90vw;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .brand-logo {
    width: 380px;
  }
}

.btn-outline-brand {
  color: var(--ie-purple);
  border-color: var(--ie-purple);
  font-weight: 600;
}

.btn-outline-brand:hover {
  color: #fff;
  background-color: var(--ie-purple);
  border-color: var(--ie-purple);
}

.hero-title {
  color: var(--ie-purple-dark);
  line-height: 1.35;
}

.text-gradient-brand {
  background: linear-gradient(90deg, var(--ie-yellow), #f9d423);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.check-dot {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(255, 204, 0, 0.35);
  color: var(--ie-purple);
  font-size: 0.75rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-order {
  background: #fff;
  border: 1px solid var(--ie-border) !important;
  box-shadow: 0 16px 48px rgba(63, 42, 112, 0.1);
}

.form-label {
  color: var(--ie-text);
}

.form-control,
.form-select {
  border-color: var(--ie-border);
  color: var(--ie-text);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--ie-purple);
  box-shadow: 0 0 0 0.2rem rgba(63, 42, 112, 0.18);
}

.form-select:not(:disabled) {
  cursor: pointer;
}

.price-banner {
  background: var(--ie-purple-soft) !important;
  border-color: var(--ie-border) !important;
}

.price-amount {
  color: var(--ie-purple) !important;
}

.btn-cta {
  background: var(--ie-yellow);
  border: none;
  color: var(--ie-purple-dark);
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(255, 204, 0, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-cta:hover {
  background: var(--ie-yellow-hover);
  color: var(--ie-purple-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(255, 204, 0, 0.5);
}

.btn-cta:disabled {
  opacity: 0.65;
  transform: none;
}

.site-footer {
  border-top: 1px solid var(--ie-border);
  background: #fff;
  color: rgba(42, 31, 69, 0.55);
}

.tag-pill {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ie-purple);
  background: rgba(255, 204, 0, 0.35);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}
