/* ===== HERO SECTION ===== */
.iw-apply-hero {
    position: relative;
    background: linear-gradient(135deg, #234e52 0%, #152e31 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}

.iw-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.iw-hero-content {
    max-width: 800px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.iw-apply-hero h1 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.iw-hero-divider {
    height: 4px;
    width: 100px;
    background: #d4a373;
    margin: 2rem auto;
}

.iw-hero-quote {
    background: rgba(163, 190, 140, 0.2);
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 2rem;
}

.iw-quote-arabic {
    font-family: 'Amiri', serif;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.iw-quote-translation {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.iw-quote-reference {
    font-size: 1rem;
    opacity: 0.8;
}

.iw-hero-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Q75,50 100,0 L0,100 Z" fill="%23a3be8c" opacity="0.1"/></svg>');
    background-size: cover;
}

/* ===== INTRO SECTION ===== */
.iw-apply-intro {
    padding: 4rem 2rem;
    background: #f8f9f5;
}

.iw-intro-container {
    max-width: 800px;
    margin: 0 auto;
}

.iw-intro-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #234e52;
}

.iw-intro-content p {
    margin-bottom: 1.5rem;
}

.iw-notice-box {
    background: rgba(127, 17, 2, 0.08);
    border-left: 4px solid #7f1102;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
    display: flex;
}

.iw-notice-icon {
    min-width: 30px;
    height: 30px;
    background: #7f1102;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    font-size: 1.2rem;
}

/* ===== QURAN SECTION ===== */
.iw-quran-section {
    padding: 4rem 2rem;
    background: linear-gradient(to bottom, #f8f9f5 0%, #ffffff 100%);
}

.iw-quran-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.iw-quran-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(35, 78, 82, 0.08);
    border-top: 4px solid #d4a373;
}

.iw-quran-arabic {
    font-family: 'Amiri', serif;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: right;
    direction: rtl;
}

.iw-quran-translation {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.iw-quran-reference {
    font-size: 1rem;
    color: #7f1102;
    font-weight: 600;
}

/* ===== SECTION HEADER ===== */
.iw-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
}

.iw-section-header h2 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2.5rem;
    color: #234e52;
    margin-bottom: 1rem;
}

.iw-section-divider {
    height: 3px;
    width: 80px;
    background: #d4a373;
    margin: 1rem auto;
}

/* ===== EXPECTATIONS SECTION ===== */
.iw-expectations-section {
    padding: 4rem 2rem;
    background: #f8f9f5;
}

.iw-expectations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.iw-expectation-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(35, 78, 82, 0.08);
    border-left: 4px solid #a3be8c;
    transition: all 0.3s ease;
}

.iw-expectation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(35, 78, 82, 0.15);
}

.iw-expectation-icon {
    width: 50px;
    height: 50px;
    background: #234e52;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.iw-expectation-card h3 {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.5rem;
    color: #234e52;
    margin-bottom: 1rem;
}

.iw-expectation-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iw-expectation-card li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.iw-expectation-card li::before {
    content: "•";
    color: #d4a373;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* ===== REQUIREMENTS SECTION ===== */
.iw-requirements-section {
    padding: 4rem 2rem;
    background: #fff;
}

.iw-requirements-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.iw-requirement-box {
    background: #f8f9f5;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(35, 78, 82, 0.1);
}

.iw-requirement-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(35, 78, 82, 0.1);
}

.iw-req-icon {
    width: 70px;
    height: 70px;
    background: rgba(163, 190, 140, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.iw-req-icon svg {
    width: 36px;
    height: 36px;
    stroke: #234e52;
}

.iw-requirement-box h3 {
    font-family: 'Philosopher', sans-serif;
    color: #234e52;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.iw-requirement-box p, 
.iw-requirement-box ul {
    text-align: left;
    color: #234e52;
    line-height: 1.7;
}

.iw-requirement-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iw-requirement-box li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

.iw-requirement-box li::before {
    content: "•";
    color: #d4a373;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* ===== COMMITMENT SECTION ===== */
.iw-commitment-section {
    padding: 4rem 2rem;
    background: #f8f9f5;
}

.iw-commitment-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.iw-commitment-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(35, 78, 82, 0.05);
    transition: all 0.3s ease;
}

.iw-commitment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(35, 78, 82, 0.1);
}

.iw-commitment-icon {
    width: 50px;
    height: 50px;
    background: rgba(212, 163, 115, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.iw-commitment-icon svg {
    width: 24px;
    height: 24px;
    stroke: #d4a373;
}

.iw-commitment-card p {
    margin: 0;
    color: #234e52;
    line-height: 1.6;
}

.iw-penalty-notice {
    max-width: 800px;
    margin: 3rem auto 0;
    padding: 1.5rem;
    background: rgba(127, 17, 2, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.iw-penalty-icon {
    min-width: 40px;
    height: 40px;
    background: #7f1102;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1.5rem;
    font-size: 1.2rem;
}

/* ===== COMPENSATION SECTION ===== */
.iw-compensation-section {
    padding: 4rem 2rem;
    background: #fff;
}

.iw-comp-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.iw-comp-content {
    flex: 1;
    min-width: 300px;
    padding-right: 2rem;
}

.iw-comp-content h2 {
    font-family: 'Philosopher', sans-serif;
    color: #234e52;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
}

.iw-comp-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    margin: 2rem 0;
}

.iw-comp-percent {
    text-align: center;
}

.iw-percent-value {
    font-family: 'Philosopher', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #234e52;
    line-height: 1;
}

.iw-percent-label {
    font-size: 1.1rem;
    color: #234e52;
    margin-top: 0.5rem;
}

.iw-comp-vs {
    font-size: 1.5rem;
    color: #7f1102;
    font-weight: bold;
}

.iw-comp-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.iw-comp-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.iw-comp-list li::before {
    content: "✓";
    color: #a3be8c;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.iw-comp-decoration {
    flex: 1;
    min-width: 300px;
    height: 300px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" preserveAspectRatio="none"><path d="M50,0 Q100,50 150,0 L200,50 Q150,100 200,150 L150,200 Q100,150 50,200 L0,150 Q50,100 0,50 Z" fill="%23d4a373" opacity="0.1"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===== PROCESS SECTION ===== */
.iw-process-section {
    padding: 4rem 2rem;
    background: #f8f9f5;
}

.iw-process-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 2rem;
}

.iw-process-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    height: 100%;
    width: 4px;
    background: #d4a373;
}

.iw-process-step {
    position: relative;
    margin-bottom: 2.5rem;
    padding-left: 4rem;
}

.iw-process-step:last-child {
    margin-bottom: 0;
}

.iw-step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #234e52;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    z-index: 2;
}

.iw-step-content {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(35, 78, 82, 0.08);
    position: relative;
    border-left: 4px solid #a3be8c;
}

.iw-step-content h3 {
    font-family: 'Philosopher', sans-serif;
    color: #234e52;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.iw-process-notice {
    max-width: 800px;
    margin: 3rem auto 0;
    padding: 1.5rem;
    background: rgba(35, 78, 82, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.iw-clock-icon {
    min-width: 50px;
    height: 50px;
    background: #234e52;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.iw-clock-icon svg {
    width: 24px;
    height: 24px;
    stroke: white;
}

/* ===== PHILOSOPHY SECTION ===== */
.iw-philosophy-section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #234e52 0%, #152e31 100%);
    color: white;
}

.iw-philosophy-container {
    max-width: 800px;
    margin: 0 auto;
}

.iw-philosophy-content h2 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.iw-philosophy-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.iw-hadith-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    margin: 2.5rem 0;
}

.iw-hadith-arabic {
    font-family: 'Amiri', serif;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: center;
}

.iw-hadith-translation {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 0.5rem;
    text-align: center;
}

.iw-hadith-reference {
    text-align: center;
    font-size: 1rem;
    opacity: 0.8;
}

/* ===== CTA SECTION ===== */
.iw-apply-cta {
    padding: 5rem 2rem;
    background: #f8f9f5;
    text-align: center;
}

.iw-cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.iw-apply-cta h2 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2.5rem;
    color: #234e52;
    margin-bottom: 1rem;
}

.iw-apply-cta p {
    font-size: 1.2rem;
    color: #234e52;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.iw-cta-button {
    display: inline-block;
    background: #d4a373;
    color: #234e52;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #d4a373;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.iw-cta-button:hover {
    background: transparent;
    color: #d4a373;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .iw-apply-hero h1 {
        font-size: 2.3rem;
    }
    
    .iw-quote-arabic {
        font-size: 1.5rem;
    }
    
    .iw-section-header h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .iw-apply-hero {
        padding: 3rem 1.5rem;
    }
    
    .iw-quran-container {
        grid-template-columns: 1fr;
    }
    
    .iw-comp-container {
        flex-direction: column;
    }
    
    .iw-comp-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .iw-apply-hero h1 {
        font-size: 2rem;
    }
    
    .iw-expectations-grid,
    .iw-requirements-container,
    .iw-commitment-container {
        grid-template-columns: 1fr;
    }
    
    .iw-process-step {
        padding-left: 3rem;
    }
    
    .iw-step-number {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .iw-cta-button {
        padding: 0.8rem 2rem;
        font-size: 1.1rem;
    }
}