/*
Theme Name: Exness Clone Theme v3 (Fixed)
Version: 3.1
*/

body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #1c1c1c;
}

header {
    background: #fff;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

nav a {
    margin-right: 20px;
    text-decoration: none;
    color: #111;
    font-weight: 500;
}

a.btn-yellow, a.btn-grey, a.btn-black, button.btn-grey {
    text-decoration: none;
    display: inline-block;
}

.btn-yellow {
    background: #ffcc00;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    color: #000;
    cursor: pointer;
    margin-right: 10px;
}

.btn-grey {
    background: #f3f3f3;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    color: #111;
    cursor: pointer;
}

.btn-black {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.hero {
    background: url('https://via.placeholder.com/1200x400?text=Banner+Image') no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 120px 20px 100px;
}

.hero h1 {
    font-size: 36px;
    color: #111;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

section {
    padding: 60px 40px;
    text-align: center;
}

.cta {
    background: #fff8cc;
    padding: 60px 20px;
}

footer {
    background: #000;
    color: #fff;
    padding: 40px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
}
