.buyu-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.buyu-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 2rem;
    text-align: center !important;
    display: block;
    width: 100%;
}

.buyu-section {
    margin-bottom: 2.5rem;
}

.buyu-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--text-color);
    border-left: 4px solid var(--border-color);
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.buyu-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    margin: 1.5rem 0 1rem;
}

.buyu-section p {
    color: var(--text-color);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.ayet-arapca {
    font-size: 1.3rem;
    line-height: 2;
    background: var(--highlight-bg);
    padding: 1.5rem;
    border-radius: 12px;
    margin: 1rem 0;
    font-family: 'Traditional Arabic', 'Amiri', 'Segoe UI', sans-serif;
}

.ayet-meal {
    font-style: italic;
    margin: 0.5rem 0 1rem;
    padding-left: 1rem;
    border-left: 3px solid var(--border-color);
}

.audio-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--highlight-bg);
    color: var(--text-color);
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    margin: 10px 0;
    transition: all 0.3s;
}

.audio-icon:hover {
    background: var(--border-color);
    color: var(--bg-color);
}

.contact-highlight {
    background: var(--highlight-bg);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    margin-top: 2rem;
}

.contact-line {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.contact-button {
    display: inline-block;
    background: var(--border-color);
    color: var(--bg-color);
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s;
}

.contact-button:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .buyu-title {
        font-size: 2rem;
    }
    .buyu-section h2 {
        font-size: 1.4rem;
    }
    .ayet-arapca {
        font-size: 1rem;
    }
}