/* ===== GLOBAL STYLES ===== */
.iw-donate-hero, 
.iw-quran-section, 
.iw-impact-section, 
.iw-sadaqah-section, 
.iw-donation-section, 
.iw-trust-section, 
.iw-final-cta {
    padding: 5rem 2rem;
    position: relative;
}

/* Font Declarations */
@font-face {
    font-family: 'Philosopher';
    src: url('fonts/philosopher.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/amiri.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.iw-arabic {
    font-family: 'Amiri', serif;
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: #234e52;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Buttons */
.iw-donate-btn {
    display: inline-block;
    background-color: #7f1102;
    color: white !important;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid #7f1102;
    margin-top: 1rem;
}

.iw-donate-btn:hover {
    background-color: transparent;
    color: #7f1102 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(127, 17, 2, 0.2);
}

/* ===== SECTION SPECIFIC STYLES ===== */
/* Hero Section */
.iw-donate-hero {
    background: linear-gradient(rgba(35, 78, 82, 0.85), rgba(35, 78, 82, 0.9)), url('images/donate-bg.jpg') center/cover no-repeat;
    min-height: 80vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
}

.iw-hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.iw-hero-content h1 {
    font-size: 3.5rem;
    color: white;
    margin-bottom: 1.5rem;
}

.iw-hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/* Quran Section */
.iw-quran-section {
    background-color: #f8f4e9;
    text-align: center;
    padding: 4rem 2rem;
}

.iw-quran-content {
    max-width: 800px;
    margin: 0 auto;
}

.iw-translation {
    font-style: italic;
    font-size: 1.3rem;
    color: #234e52;
}

/* Impact Section */
.iw-impact-section {
    background-color: white;
    text-align: center;
}

.iw-impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto;
}

.iw-impact-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    transition: transform 0.3s ease;
    border-top: 4px solid #d4a373;
}

.iw-impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.iw-impact-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Sadaqah Section */
.iw-sadaqah-section {
    background: linear-gradient(to right, #234e52, #2a5d63);
    color: white;
    text-align: center;
}

.iw-sadaqah-content {
    max-width: 800px;
    margin: 0 auto;
}

.iw-sadaqah-content h2 {
    color: white;
}

.iw-sadaqah-desc {
    font-size: 1.2rem;
    margin-top: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Donation Options */
.iw-donation-section {
    background-color: #f8f4e9;
    text-align: center;
}

.iw-donation-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto;
}

.iw-donation-card {
    background: white;
    border-radius: 10px;
    padding: 2.5rem 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-bottom: 4px solid #a3be8c;
}

.iw-zakat-note {
    max-width: 800px;
    margin: 2rem auto 0;
    padding: 1rem;
    background: #e8f5e9;
    border-radius: 8px;
    font-weight: bold;
    color: #234e52;
}

/* Trust Section */
.iw-trust-section {
    background: white;
}

.iw-trust-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.iw-trust-content ul {
    text-align: left;
    max-width: 600px;
    margin: 2rem auto;
    list-style-type: none;
}

.iw-trust-content li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 2rem;
}

.iw-trust-content li:before {
    content: "✓";
    color: #a3be8c;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Final CTA */
.iw-final-cta {
    background: linear-gradient(rgba(35, 78, 82, 0.9), rgba(35, 78, 82, 0.95)), url('images/cta-bg.jpg') center/cover;
    color: white;
    text-align: center;
    padding: 6rem 2rem;
}

.iw-final-content h2 {
    color: white;
}

.iw-prayer {
    font-style: italic;
    margin-top: 2rem;
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .iw-donate-hero {
        min-height: 60vh;
    }
    
    .iw-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .iw-arabic {
        font-size: 2rem;
    }
}