.elementor-12819 .elementor-element.elementor-element-17f335b{--display:flex;}.elementor-12819 .elementor-element.elementor-element-26aca3d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-52e603e */:root {
  --primary-color: #25D366; /* لون واتساب/التأكيد */
  --primary-hover: #20bd5a;
  --bg-main: #f8fafc;
  --card-bg: #ffffff;
  --text-primary: #0f172a;
  --text-secondary: #64748b;
  --border-color: #e2e8f0;
  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
  --shadow-md: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.01);
}

.checkout-container {
  max-width: 520px;
  margin: 30px auto;
  padding: 24px;
  background: var(--bg-main);
  border-radius: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  box-sizing: border-box;
}

/* بطاقة تفاصيل الباقة */
.plan-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
}

.plan-card-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--border-color);
}

.plan-badge {
  align-self: flex-start;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.plan-title {
  margin: 0;
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 800;
}

.plan-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.detail-label {
  font-size: 13px;
  color: var(--text-secondary);
}

.detail-value {
  font-size: 16px;
  color: var(--text-primary);
}

.price-highlight {
  font-size: 22px;
  color: #059669;
}

/* قسم طرق الدفع */
.section-title {
  font-size: 15px;
  color: var(--text-secondary);
  margin: 0 0 12px 0;
  font-weight: 600;
}

.payments-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.pay-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--card-bg);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.pay-option input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* خيار الواتساب النشط */
.pay-option.active {
  border-color: var(--primary-color);
  background: #f0fdf4;
}

.pay-icon-wrapper {
  width: 44px;
  height: 44px;
  background: #f1f5f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pay-option.active .pay-icon-wrapper {
  background: #dcfce7;
}

.pay-icon {
  width: 24px;
  height: 24px;
}

.wa-icon {
  filter: invert(53%) sepia(87%) saturate(415%) hue-rotate(93deg) brightness(95%) contrast(87%);
}

.pay-info {
  flex: 1;
}

.pay-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pay-info h4 {
  margin: 0;
  font-size: 15px;
  color: var(--text-primary);
}

.pay-info p {
  margin: 4px 0 0 0;
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.4;
}

.recommended-badge {
  background: #dcfce7;
  color: #15803d;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}

/* الطرق الموقوفة */
.pay-option.disabled {
  opacity: 0.55;
  background: #f8fafc;
  cursor: not-allowed;
  border-style: dashed;
}

.radio-indicator {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  position: relative;
}

.radio-indicator::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
}

/* زر التحويل إلى الواتساب */
.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--primary-color);
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  border-radius: var(--radius-md);
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.cta-button:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
}

/* الأمان */
.secure-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 12px;
  color: var(--text-secondary);
}

.secure-footer svg {
  stroke: #10b981;
}/* End custom CSS */