/*
Theme Name: Men Party Landing
Theme URI: https://example.com
Author: men-party
Author URI: https://example.com
Description: تم ساده برای صفحه فرود مهمانی مردانه
Version: 1.0
Requires at least: 5.0
Text Domain: men-party-landing
*/

body {
    margin: 0;
    color: #f6f0fa;
    background: #5a5a6b;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.landing-wrapper {
    width: 100%;
}

/* Первый блок - герой с картинкой 1 */
.hero {
    background-image: url('./assets/images/1.png');
    background-size: cover;
    background-position: center;
    background-attachment:  scroll;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero::before {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    padding: 20px;
}

.eyebrow {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0.9;
}

.hero h1 {
    font-size: 48px;
    margin: 20px 0;
    font-weight: 700;
}

.hero-note {
    font-size: 18px;
    margin: 20px 0;
    opacity: 0.85;
}

.hero-button {
    display: inline-block;
    padding: 15px 40px;
    margin: 20px 0;
    background: #ff1493;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.hero-button:hover {
    background: #ff69b4;
}

.hero-meta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meta-item {
    font-size: 14px;
    opacity: 0.8;
}

/* Второй блок - первая карточка с картинкой 2 */
.section-card {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 60px 20px;
}

.section-card::before {
    display: none;
}

.section-card h2 {
    position: relative;
    z-index: 1;
    font-size: 32px;
    margin: 0 0 20px 0;
}

.section-card p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin: 0;
    max-width: 500px;
}

/* Первая карточка (раздел 2) с картинкой 2 */
.section-card.section-card-1 {
    background-image: url('./assets/images/2.png');
}

/* Вторая карточка (раздел 3) с картинкой 3 */
.section-card.section-card-2 {
    background-image: url('./assets/images/3.png');
}

/* Дополнительные стили для других карточек */
.section-card.hiv-card {
    background-color: #1a1a2e;
}

.section-card.final-cta {
    background-color: #0a0a0f;
}

.section-card.final-cta .hero-button {
    margin-top: 20px;
}
