/* ===== SPONSOR PAGE STYLES ===== */
#iw-sponsor-page {
    font-family: 'Philosopher', sans-serif;
    color: #234e52;
}

.iw-sponsor-hero {
    background: linear-gradient(rgba(35, 78, 82, 0.85), rgba(35, 78, 82, 0.9)), url('images/sponsor-bg.jpg') center/cover no-repeat;
    min-height: 80vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    padding: 2rem;
}

.iw-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.iw-hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: white;
}

.iw-sponsor-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-sponsor-btn:hover {
    background-color: transparent;
    color: #7f1102 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(127, 17, 2, 0.2);
}

.iw-sponsor-quran {
    background-color: #f8f4e9;
    padding: 4rem 2rem;
    text-align: center;
}

.iw-arabic {
    font-family: 'Amiri', serif;
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.iw-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.iw-sponsor-package {
    padding: 5rem 0;
    background-color: white;
}

.iw-sponsor-package h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: #234e52;
}

.iw-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: #7f1102;
}

.iw-package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.iw-package-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
    border-top: 4px solid #d4a373;
}

.iw-package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.iw-package-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.iw-privacy-section {
    background: linear-gradient(to right, #234e52, #2a5d63);
    color: white;
    padding: 5rem 0;
}

.iw-privacy-section h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: white;
}

.iw-privacy-content {
    max-width: 800px;
    margin: 0 auto;
}

.iw-privacy-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.iw-privacy-feature {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
}

.iw-feature-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.iw-sponsor-options {
    padding: 5rem 0;
    background-color: #f8f4e9;
}

.iw-sponsor-options h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.iw-options-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.iw-tab-btn {
    background: #d4a373;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.iw-tab-btn.active {
    background: #7f1102;
}

.iw-options-content {
    margin-top: 2rem;
}

.iw-option-pane {
    display: none;
}

.iw-option-pane.active {
    display: block;
}

.iw-option-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.iw-option-card {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-bottom: 4px solid #a3be8c;
}

.iw-option-price {
    font-size: 2rem;
    font-weight: bold;
    color: #7f1102;
    margin: 1rem 0;
}

.iw-group-sponsor {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 3rem;
    text-align: center;
    border: 2px dashed #a3be8c;
}

.iw-group-sponsor h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.iw-badge {
    background: #7f1102;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-left: 10px;
}

.iw-group-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.iw-group-card {
    background: #f8f4e9;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
}

.iw-group-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.iw-group-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #234e52;
    margin: 1rem 0;
}

.iw-special-opportunities {
    padding: 5rem 0;
    background-color: white;
}

.iw-special-opportunities h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.iw-special-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.iw-special-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    border-left: 4px solid #7f1102;
}

.iw-special-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #234e52;
    margin: 1rem 0;
}

.iw-prophetic-promise {
    background: linear-gradient(to right, #234e52, #2a5d63);
    color: white;
    padding: 5rem 0;
    text-align: center;
}

.iw-prophetic-promise h2 {
    color: white;
    margin-bottom: 2rem;
}

.iw-rewards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1000px;
    margin: 3rem auto;
}

.iw-reward-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 10px;
}

.iw-reward-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.iw-sponsor-cta {
    padding: 5rem 0;
    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;
}

.iw-sponsor-cta h2 {
    color: white;
}

.iw-cta-options {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.iw-zakat-note {
    background: rgba(163, 190, 140, 0.3);
    padding: 1rem;
    border-radius: 8px;
    display: inline-block;
    margin-top: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .iw-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .iw-arabic {
        font-size: 2rem;
    }
    
    .iw-cta-options {
        flex-direction: column;
        align-items: center;
    }
    
    .iw-tab-btn {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .iw-options-tabs {
        flex-direction: column;
    }
}