/**
 * Quran Web Learning - Ornamental Islamic Luxury Theme
 * Modern Green + Light Gold with authentic Islamic ornaments
 */

@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Amiri+Quran&family=Scheherazade+New:wght@400;500;600;700&family=Cairo:wght@400;600;700;900&display=swap');

:root {
    --qwl-green: #10B981;
    --qwl-green-dark: #059669;
    --qwl-green-deeper: #047857;
    --qwl-green-darkest: #064E3B;
    --qwl-green-light: #6EE7B7;
    --qwl-green-bg: #F0FDF4;
    --qwl-green-bg-light: #ECFDF5;

    --qwl-gold: #FCD34D;
    --qwl-gold-light: #FDE047;
    --qwl-gold-dark: #EAB308;
    --qwl-gold-deeper: #CA8A04;

    --qwl-cream: #FEFCE8;
    --qwl-white: #FFFFFF;
    --qwl-text: #1F2937;
    --qwl-text-light: #4B5563;
    --qwl-border: #E5E7EB;

    /* Ornamental gradients */
    --gradient-primary: linear-gradient(135deg, #10B981 0%, #059669 50%, #047857 100%);
    --gradient-gold: linear-gradient(135deg, #FCD34D 0%, #EAB308 100%);
    --gradient-royal: linear-gradient(135deg, #064E3B 0%, #10B981 100%);
    --gradient-luxury: linear-gradient(135deg, #FCD34D 0%, #FDE047 25%, #EAB308 75%, #CA8A04 100%);

    /* Ornamental shadows */
    --shadow-soft: 0 4px 20px rgba(16, 185, 129, 0.12);
    --shadow-hover: 0 12px 40px rgba(16, 185, 129, 0.25);
    --shadow-gold: 0 8px 30px rgba(252, 211, 77, 0.35);
    --shadow-deep: 0 25px 60px rgba(6, 78, 59, 0.2);
}

/* ============================================
   BASE - Islamic Elegant Typography
   ============================================ */
body {
    font-family: 'Amiri', 'Scheherazade New', 'Cairo', serif !important;
    background: #FFFFFF;
    color: var(--qwl-text);
    line-height: 1.8;
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amiri', 'Scheherazade New', 'Cairo', serif !important;
    font-weight: 700;
    color: var(--qwl-green-darkest);
    letter-spacing: 0;
    line-height: 1.4;
}

.arabic-quran {
    font-family: 'Amiri Quran', 'Scheherazade New', serif !important;
    font-size: 1.5em;
    line-height: 2;
    color: var(--qwl-green-darkest);
}

/* ============================================
   ISLAMIC ORNAMENTS - Backgrounds & Patterns
   ============================================ */

/* Geometric pattern - subtle */
.qwl-pattern-bg {
    background-color: #F0FDF4;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.06) 2%, transparent 2%),
        radial-gradient(circle at 75% 75%, rgba(252, 211, 77, 0.06) 2%, transparent 2%),
        linear-gradient(45deg, transparent 48%, rgba(16, 185, 129, 0.03) 49%, rgba(16, 185, 129, 0.03) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(252, 211, 77, 0.03) 49%, rgba(252, 211, 77, 0.03) 51%, transparent 52%);
    background-size: 60px 60px, 60px 60px, 30px 30px, 30px 30px;
}

/* Ornamental divider */
.qwl-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0;
    color: var(--qwl-gold-dark);
}

.qwl-divider::before,
.qwl-divider::after {
    content: '';
    flex: 1;
    max-width: 200px;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--qwl-gold), transparent);
}

.qwl-divider .ornament {
    font-size: 2rem;
    line-height: 1;
    animation: rotate-slow 20s linear infinite;
}

@keyframes rotate-slow {
    to { transform: rotate(360deg); }
}

/* Islamic star decoration */
.qwl-star::before {
    content: '✦';
    color: var(--qwl-gold);
    margin: 0 0.5rem;
}

/* ============================================
   CONTAINER & LAYOUT
   ============================================ */
.tahfez-container,
.qwl-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ============================================
   HEADER - Elegant Islamic Style
   ============================================ */
.site-header {
    background: #FFFFFF;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, transparent, var(--qwl-gold), var(--qwl-green), var(--qwl-gold), transparent) 1;
    box-shadow: 0 2px 15px rgba(16, 185, 129, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.98);
}

.top-bar {
    background: var(--gradient-royal);
    color: #FFFFFF;
    padding: 0.6rem 0;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
}

.top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(252, 211, 77, 0.05) 10px,
            rgba(252, 211, 77, 0.05) 20px
        );
    pointer-events: none;
}

.main-navigation ul li a {
    color: var(--qwl-text);
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.05rem;
}

.main-navigation ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--gradient-gold);
    transition: all 0.3s;
    transform: translateX(-50%);
    border-radius: 3px;
}

.main-navigation ul li a:hover {
    color: var(--qwl-green-dark);
}

.main-navigation ul li a:hover::after {
    width: 70%;
}

/* Logo - Elegant Style */
.qwl-brand-text {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    padding: 0.5rem 0;
}

.qwl-brand-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--qwl-gold);
    font-size: 1.5rem;
    position: relative;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    border: 3px solid var(--qwl-gold);
}

.qwl-brand-icon::before {
    content: '';
    position: absolute;
    inset: -5px;
    border: 2px dashed var(--qwl-gold);
    border-radius: 50%;
    opacity: 0.5;
    animation: rotate-slow 15s linear infinite;
}

.qwl-brand-name {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.qwl-brand-name .name-primary {
    font-family: 'Amiri', serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--qwl-green-darkest);
    letter-spacing: -0.02em;
}

.qwl-brand-name .name-secondary {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--qwl-gold-dark);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 3px;
}

/* ============================================
   BUTTONS - Ornamental
   ============================================ */
.tahfez-btn,
.qwl-btn,
button.tahfez-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2rem;
    border-radius: 50px;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.02em;
}

.tahfez-btn-primary,
.qwl-btn-primary {
    background: var(--gradient-primary);
    color: #FFFFFF !important;
    box-shadow: var(--shadow-soft);
    position: relative;
}

.tahfez-btn-primary::before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 50px;
    background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);
    pointer-events: none;
}

.tahfez-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    background: var(--gradient-primary);
    color: #FFFFFF !important;
}

.tahfez-btn-gold,
.qwl-btn-gold {
    background: var(--gradient-gold);
    color: var(--qwl-green-darkest) !important;
    box-shadow: var(--shadow-gold);
    font-weight: 800;
}

.tahfez-btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(252, 211, 77, 0.5);
    background: var(--gradient-luxury);
}

.tahfez-btn-outline,
.qwl-btn-outline {
    background: transparent;
    color: var(--qwl-green-dark) !important;
    border: 2px solid var(--qwl-green);
    position: relative;
}

.tahfez-btn-outline::after {
    content: '';
    position: absolute;
    inset: -2px;
    border: 2px solid var(--qwl-gold);
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.tahfez-btn-outline:hover {
    background: var(--qwl-green);
    color: #FFFFFF !important;
    border-color: var(--qwl-green);
    transform: translateY(-3px);
}

.tahfez-btn-outline:hover::after {
    opacity: 1;
    inset: 4px;
}

/* ============================================
   CARDS - Ornamental with Islamic Frames
   ============================================ */
.qwl-card,
.tahfez-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    box-shadow: var(--shadow-soft);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(16, 185, 129, 0.1);
}

.qwl-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: var(--gradient-gold);
    border-radius: 3px;
}

.qwl-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--qwl-gold), transparent);
}

.qwl-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--qwl-gold);
}

/* ============================================
   HERO SECTION - Ornamental Grand
   ============================================ */
.hedaya-hero,
.tahfez-hero,
.hero-section {
    background: linear-gradient(135deg, var(--qwl-green-bg-light) 0%, #FFFFFF 50%, var(--qwl-green-bg) 100%);
    padding: 6rem 0 8rem;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(16, 185, 129, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(252, 211, 77, 0.12) 0%, transparent 40%);
    pointer-events: none;
}

.hero-section::after {
    content: '﷽';
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Amiri Quran', serif;
    font-size: 1.5rem;
    color: var(--qwl-gold-dark);
    opacity: 0.4;
    pointer-events: none;
}

/* ============================================
   SECTIONS - Ornamental Headers
   ============================================ */
section {
    padding: 5rem 0;
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    position: relative;
}

.section-header::before {
    content: '❋';
    display: block;
    font-size: 2rem;
    color: var(--qwl-gold);
    margin-bottom: 1rem;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.7; }
}

.section-header h2,
.section-title {
    font-family: 'Amiri', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--qwl-green-darkest);
    margin: 0 0 1rem;
    line-height: 1.3;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--gradient-gold);
    margin: 1rem auto 0;
    border-radius: 4px;
}

.section-header p,
.section-subtitle {
    font-family: 'Cairo', sans-serif;
    font-size: 1.15rem;
    color: var(--qwl-text-light);
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   PORTAL CTA - Grand Ornamental
   ============================================ */
.tahfez-portal-cta-section {
    background: 
        linear-gradient(135deg, rgba(6, 78, 59, 0.97) 0%, rgba(16, 185, 129, 0.97) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M50 0 L100 50 L50 100 L0 50 Z' fill='none' stroke='%23FCD34D' stroke-width='0.5' opacity='0.3'/%3E%3C/svg%3E");
    background-size: cover, 100px 100px;
    color: #FFFFFF;
    padding: 6rem 1rem;
    position: relative;
    overflow: hidden;
}

.tahfez-portal-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-luxury);
}

.tahfez-portal-cta-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-luxury);
}

.portal-cta-title::before {
    content: '❋ ';
    color: var(--qwl-gold);
    font-size: 0.8em;
}

.portal-cta-title::after {
    content: ' ❋';
    color: var(--qwl-gold);
    font-size: 0.8em;
}

.portal-cta-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid transparent;
    border-radius: 20px;
    position: relative;
    padding: 2.5rem 2rem;
}

.portal-cta-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    padding: 2px;
    background: linear-gradient(135deg, var(--qwl-gold), transparent, var(--qwl-gold));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.5;
    pointer-events: none;
}

.portal-cta-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-10px);
}

.portal-cta-card:hover::before {
    opacity: 1;
}

.portal-cta-icon-student {
    background: var(--gradient-gold);
    color: var(--qwl-green-darkest);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.portal-cta-icon-teacher {
    background: #FFFFFF;
    color: var(--qwl-green-dark);
    border: 3px solid var(--qwl-gold);
}

.portal-cta-btn-primary {
    background: var(--gradient-gold);
    color: var(--qwl-green-darkest);
    border-radius: 50px;
}

.portal-cta-btn-gold {
    background: #FFFFFF;
    color: var(--qwl-green-dark);
    border-radius: 50px;
}

.feature-check {
    background: rgba(252, 211, 77, 0.2);
    color: var(--qwl-gold);
    border: 1px solid rgba(252, 211, 77, 0.4);
}

/* ============================================
   PRICING - Ornamental Cards
   ============================================ */
.tahfez-pricing-section {
    background: linear-gradient(180deg, #FFFFFF 0%, var(--qwl-green-bg) 100%);
}

.pricing-card {
    background: #FFFFFF;
    border: 2px solid transparent;
    border-radius: 24px;
    padding: 3rem 2rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-gold);
    opacity: 0;
    transition: opacity 0.3s;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-deep);
    border-color: var(--qwl-gold);
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card.featured {
    background: linear-gradient(135deg, var(--qwl-green-darkest) 0%, var(--qwl-green-dark) 100%);
    color: #FFFFFF;
    border-color: var(--qwl-gold);
    transform: scale(1.05);
    box-shadow: var(--shadow-deep);
}

.pricing-card.featured::before {
    opacity: 1;
    height: 8px;
    background: var(--gradient-luxury);
}

.pricing-card.featured::after {
    content: '❋';
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--qwl-gold);
    font-size: 2rem;
    opacity: 0.5;
}

.pricing-card.featured .plan-name,
.pricing-card.featured .plan-desc {
    color: #FFFFFF !important;
}

.plan-price .amount {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-family: 'Cairo', sans-serif;
}

.pricing-card.featured .plan-price .amount {
    background: var(--gradient-luxury);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-badge {
    background: var(--gradient-luxury);
    color: var(--qwl-green-darkest);
    font-weight: 800;
    padding: 0.4rem 1rem;
    box-shadow: var(--shadow-gold);
}

.plan-cta-btn {
    background: var(--gradient-primary);
    color: #FFFFFF;
    border-radius: 50px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.plan-cta-btn:hover:not(:disabled) {
    background: var(--gradient-royal);
    box-shadow: var(--shadow-hover);
}

.pricing-card.featured .plan-cta-btn {
    background: var(--gradient-gold);
    color: var(--qwl-green-darkest);
}

.plan-icon-default {
    background: var(--gradient-gold);
    color: var(--qwl-green-dark);
    border: 3px solid rgba(16, 185, 129, 0.2);
}

.pricing-card.featured .plan-icon-default {
    background: rgba(252, 211, 77, 0.2);
    color: var(--qwl-gold);
    border-color: var(--qwl-gold);
}

.toggle-btn.active {
    background: var(--gradient-primary);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

.save-badge {
    background: var(--qwl-gold);
    color: var(--qwl-green-darkest);
    font-weight: 800;
}

/* ============================================
   PORTAL BUTTONS in Header
   ============================================ */
.portal-btn-primary {
    background: var(--gradient-primary);
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35);
    border-radius: 50px;
    padding: 0.6rem 1.25rem;
}

.portal-btn-outline {
    color: var(--qwl-green-dark);
    border: 2px solid var(--qwl-green);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
}

.portal-btn-outline:hover {
    background: var(--qwl-green);
    color: #FFFFFF;
}

.role-teacher {
    background: var(--gradient-gold);
    color: var(--qwl-green-darkest);
}

.role-student {
    background: var(--qwl-green);
    color: #FFFFFF;
}

/* ============================================
   TEACHER DASHBOARD - Ornamental
   ============================================ */
.teacher-sidebar {
    background: #FFFFFF;
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}

.teacher-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold);
}

.teacher-sidebar .avatar-wrapper img {
    border-color: var(--qwl-gold);
    border-width: 4px;
}

.teacher-sidebar .teacher-role {
    color: var(--qwl-gold-dark);
    font-weight: 700;
}

.teacher-nav a.active {
    background: var(--gradient-primary);
    color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.teacher-stat-card {
    background: linear-gradient(135deg, #FFFFFF 0%, var(--qwl-green-bg) 100%);
    border-radius: 16px;
    border-inline-start: 4px solid var(--qwl-green);
    position: relative;
}

.teacher-stat-card::after {
    content: '❋';
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--qwl-gold);
    opacity: 0.3;
    font-size: 1.5rem;
}

/* ============================================
   FOOTER - Grand Islamic Style
   ============================================ */
.site-footer {
    background: 
        linear-gradient(135deg, var(--qwl-green-darkest) 0%, #064428 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23FCD34D' stroke-width='0.5' opacity='0.15'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3Cpath d='M40 10 L50 40 L40 70 L30 40 Z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover, 80px 80px;
    color: #FFFFFF;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-luxury);
}

.site-footer h4 {
    color: var(--qwl-gold);
    font-family: 'Amiri', serif;
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.site-footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 40px;
    height: 3px;
    background: var(--gradient-gold);
    border-radius: 3px;
}

.site-footer a:hover {
    color: var(--qwl-gold);
}

/* ============================================
   FORMS - Elegant
   ============================================ */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea,
select {
    padding: 0.85rem 1.15rem;
    border: 2px solid var(--qwl-border);
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    background: #FFFFFF;
    transition: all 0.3s;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--qwl-green);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
}

/* ============================================
   ORNAMENTAL BADGES & CHIPS
   ============================================ */
.qwl-badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    background: var(--qwl-green-bg);
    color: var(--qwl-green-darkest);
    border: 1px solid var(--qwl-green);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.qwl-badge.gold {
    background: rgba(252, 211, 77, 0.2);
    color: var(--qwl-gold-deeper);
    border-color: var(--qwl-gold-dark);
}

/* Status pills */
.status-pill.status-active {
    background: var(--qwl-green-bg);
    color: var(--qwl-green-darkest);
    border: 1px solid var(--qwl-green);
}

/* ============================================
   ISLAMIC PATTERNS FOR SECTIONS
   ============================================ */
.qwl-section-pattern {
    position: relative;
}

.qwl-section-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='none' stroke='%2310B981' stroke-width='0.3' opacity='0.1'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z'/%3E%3Ccircle cx='30' cy='30' r='15'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

.qwl-section-pattern > * {
    position: relative;
    z-index: 1;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    section { padding: 3rem 0; }
    .section-header { margin-bottom: 2.5rem; }
    .pricing-card.featured { transform: scale(1); }
    .qwl-brand-name .name-primary { font-size: 1.3rem; }
    .qwl-brand-icon { width: 40px; height: 40px; }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.qwl-shimmer {
    background: linear-gradient(90deg, transparent, rgba(252, 211, 77, 0.4), transparent);
    background-size: 200% 100%;
    animation: shimmer 3s infinite;
}

/* Utility */
.text-green { color: var(--qwl-green-dark) !important; }
.text-gold { color: var(--qwl-gold-dark) !important; }
.bg-green { background: var(--qwl-green) !important; }
.bg-gold { background: var(--qwl-gold) !important; }
