body {
    font-family: 'Segoe UI', sans-serif;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
}

section {
    padding: 60px 20px;
}

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

.text-center {
    text-align: center;
}

h1 {
    font-size: 38px;
    margin-bottom: 10px;
    color: #222;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

ul, ol {
    font-size: 18px;
    color: #444;
    padding-left: 20px;
}

ul li, ol li {
    margin-bottom: 10px;
}

.button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.button:hover {
    background-color: #444;
}

.section-light {
    background-color: #fff;
}

.section-dark {
    background-color: #f0f0f0;
}

.hero-section {
    background-color: #e8f0ff;
}

.faq-item {
    margin-bottom: 20px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.kz {
    color: #6C63FF;
}