@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap');

body {
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    text-align: right;
    background: url('pattern-bg.png') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    color: #222;
}

header {
    padding: 2rem;
    background: #f56038;
    color: white;
    text-align: center;
}

.logo {
    max-width: 150px;
    display: block;
    margin: 1rem auto;
}

.features, .screenshots {
    padding: 2rem;
    background: #f0f0ff;
}

.features h2, .screenshots h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.features ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.features li {
    margin: 0.5rem 0;
    font-size: 1.1rem;
}

.screenshots {
    text-align: center;
}

.screenshots img {
    max-width: 200px;
    margin: 0.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.buttons {
    margin-top: 1.5rem;
}

.btn {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    color: #f56038;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

footer {
    padding: 1rem;
    text-align: center;
    background: #eee;
}

footer a {
    color: #444;
    text-decoration: none;
    font-size: 0.9rem;
}
