* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    text-align: center;
}

.container {
    /* background-color: #1a1a1a; */
    background: linear-gradient(#1c1c1c90),
        url('/assets/img/image/Hero.jpg') center / cover no-repeat;
    padding: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
}

/* MIND BALANCE FESTIVAL */
.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    letter-spacing: 2px;
    /* background: linear-gradient(to right, #f3e5ab, #e6c27a); */
    background: linear-gradient(#D4AF37);
    color: #D4AF37;
    /* Oltin rang gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Ikkinchi darajali sarlavha */
.sub-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    /* color: #e6c27a; */
    color: #C9A227;
    line-height: 1.4;
    margin-bottom: 40px;
}

/* Joylashuv va Sana */
.info-section {
    font-size: 1.1rem;
    /* color: #cccccc; */
    /* color: #AFAFAF; */
    color: #F7E7CE;
    margin-bottom: 50px;
    font-weight: 300;
}

.info-section span {
    margin: 0 10px;
}

/* Pastki matn */
.description {
    /* color: #F7E7CE; */
    color: #F7E7CE;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 400;
}

.description p:first-child {
    font-weight: bold;
}




@media (max-width: 992px) {
    .main-title {
        font-size: 2.8rem;
        /* Biroz kichraytiramiz */
        letter-spacing: 2px;
    }

    .sub-title {
        font-size: 1.5rem;
    }

    .container {
        padding: 40px 30px;
        /* Yonlardagi masofani kengaytiramiz */
    }
}

/* 2. O'rta va kichik telefonlar uchun (768px gacha) */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .sub-title {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }

    .info-section {
        flex-direction: column;
        /* Manzil va sana ustma-ust tushadi */
        gap: 15px;
        align-items: center;
    }

    .info-section span {
        display: block;
        margin: 0;
        font-size: 1rem;
        color: #F7E7CE;
        /* Siz tanlagan yorqin shampan rangi */
    }
}

/* 3. Juda kichik telefonlar (480px gacha) */
@media (max-width: 480px) {
    .container {
        padding: 60px 15px;
        /* Tepadan ko'proq joy tashlaymiz */
    }

    .main-title {
        font-size: 1.8rem;
        /* Ekran juda kichik bo'lsa ham sig'ishi uchun */
        letter-spacing: 1px;
    }

    .sub-title {
        font-size: 1.1rem;
        padding: 0 10px;
    }

    .description {
        font-size: 1rem;
        line-height: 1.5;
    }
}

/* 4. Oq bo'shliq (Horizontal scroll) paydo bo'lmasligi uchun filtr */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}



/* Grandfather */






.quiz-section {
    background: linear-gradient(#1c1c1c90),
        url('/assets/img/image/Grandfather.jpg') center / cover no-repeat;
    width: 100%;
    height: 100vh;
    padding-bottom: 10px;
    margin: 0 auto;
}

/* Yuqoridagi kichik yozuv */
.badge {
    display: inline-block;
    /* background-color: #3d3d29; */
    background-color: #8e2c3b62;
    /* Xira yashil/oltin fon */
    /* color: #c4b07b; */
    color: #E6C65C;
    padding: 5px 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-top: 150px;
    font-weight: 600;
}

/* Asosiy sarlavha */
.quiz-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    /* color: #e6c27a; */
    color: #D4AF37;
    /* Oltin rang */
    margin-bottom: 40px;
    font-weight: 400;
}

/* Variantlar konteyneri */
.options-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

/* Variant kartochkalari */
.option-card {
    border: 1px solid #E6C65C;
    padding: 10px 20px;
    color: #F1DDC4;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    transition: 0.3s;
    margin: 0px, 20px;
    cursor: pointer;
}

/* Chap tomondagi oltin chiziq */
.option-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #f3e5ab, #e6c27a);
}

.option-card p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.25rem;
    color: #ddd;
}

.option-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #666;
}

/* Pastki matn */
.quiz-footer {
    font-size: 1rem;
    line-height: 1.6;
    /* color: #aaa; */
    color: #F7E7CE;
    font-weight: 300;
}

.quiz-footer strong {
    color: #ffffff;
    font-weight: 600;
}

/* Mobil qurilmalar uchun */
@media (max-width: 600px) {
    .quiz-title {
        font-size: 1.8rem;
    }

    .option-card p {
        font-size: 1.1rem;
    }
}


/* Kniga */


.process-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/assets/img/image/People.jpg') center / cover no-repeat;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 10px;
    background-color: #1a1a1a;
    display: flex;
    color: #D4AF37;
    justify-content: center;
    align-items: center;
}




/* Bosqichlar konteyneri */
.steps-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Strelka ko'rinishidagi raqam */
.step-number {
    background-color: #333333ba;
    color: #fff;
    min-width: 80px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: 'Playfair Display', serif;
    /* Rasmdagi strelka shaklini yasash */
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}

.step-text h3 {
    font-size: 1.6rem;
    /* color: #fff; */
    color: #D4AF37;
    margin-bottom: 5px;
    font-weight: 400;
}

.step-text p {
    color: #888;
    font-size: 1rem;
}

/* Pastki yashil/zaytun rangli blok */
.process-section .highlight-box {
    background-color: #3b3b0092;
    /* To'q zaytun foni */
    border-left: none;
    /* Oldingi boxdan farqli ravishda border yo'q */
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    gap: 15px;
}

/* Mobil moslashuv (Responsive) */
@media (max-width: 600px) {
    .step-number {
        min-width: 60px;
        height: 80px;
        font-size: 1.4rem;
    }

    .step-text h3 {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }
}

/* Shaxmat */

.solution-block-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/assets/img/image/Shaxmat.jpg') center / cover no-repeat;
    width: 100%;
    min-height: 100vh;
    /* padding: 100px 20px; */
    background-color: #1a1a1a;
    /* Umumiy fon bilan bir xil */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ichki konteyner */
.solution-inner-container {
    max-width: 800px;
    width: 100%;
    text-align: left;
}

/* Sariq Badge */
.solution-tag {
    display: inline-block;
    background-color: #3b3720;
    color: #e6c27a;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    border-radius: 2px;
}

/* Sarlavha */
.solution-main-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #e6c27a;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Subtitr */
.solution-description-text {
    font-size: 1.1rem;
    color: #999;
    line-height: 1.6;
    margin-bottom: 45px;
    max-width: 650px;
}

/* Kartalar ro'yxati */
.solution-cards-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Alohida karta */
.sol-single-card {
    background-color: #2424249e;
    /* Bir oz ochroq fon */
    padding: 18px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.sol-single-card:hover {
    background-color: #2d2d2d98;
    transform: translateX(8px);
}

/* Oltin doira ikonka */
.sol-icon-sphere {
    min-width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #f0e68c, #b09a5b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Karta ichidagi matn */
.sol-card-content {
    color: #e0e0e0;
    font-size: 1.1rem;
    font-weight: 300;
}


/* Pastki qism */
.solution-footer-note {
    margin-top: 50px;
    text-align: center;
    font-size: 1rem;
    color: #888;
}


.sol-white-bold {
    color: #ffffff;
    font-weight: bold;
}

/* Mobil moslashuv */
@media (max-width: 768px) {
    .solution-main-heading {
        font-size: 1.8rem;
    }

    .sol-single-card {
        padding: 15px;
    }
}

/* Shahar */


.zapr-block-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/assets/img/image/Shahar.sky.jpg') center / cover no-repeat;
    width: 100%;
    min-height: 100vh;
    /* padding: 100px 20px; */
    background-color: #1a1a1a;
    /* Oldingi bloklar bilan bir xil fon rangi */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ichki konteyner */
.zapr-inner-container {
    max-width: 800px;
    width: 100%;
}

/* Seksiyaning sariq tagi */
.zapr-tag {
    display: inline-block;
    background-color: #3b3720;
    /* To'q sariq fon rangi */
    color: #e6c27a;
    /* Oltinsimon rang */
    padding: 6px 14px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    border-radius: 2px;
}

/* Sarlavha (Heading) */
.zapr-main-heading {
    font-family: 'Playfair Display', serif;
    /* Agar bu shriftdan foydalanmasangiz, o'chiring */
    font-size: 2.2rem;
    /* color: #ffffff; */
    color: #D4AF37;
    margin-bottom: 50px;
    line-height: 1.3;
}

/* Ro'yxat konteyneri */
.zapr-list-container {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* Alohida ro'yxat elementi */
.zapr-single-item {
    display: flex;
    align-items: flex-start;
    /* Ikonka va matnni bir chiziqqa tekislash */
    gap: 25px;
}

/* Ikonka romi (o'lchami va o'rtaga tekislash) */
.zapr-icon-frame {
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ikonka placeholder (haqiqiy ikonkalaringiz o'lchami) */
.zapr-icon-placeholder {
    font-size: 1.8rem;
    color: #e6c27a;
    /* Agar emojilardan foydalansangiz, bu rang ishlamaydi */
}

/* Matn ramkasi */
.zapr-text-frame h3 {
    font-size: 1.2rem;
    /* color: #e0e0e0; */
    color: #F7E7CE;
    margin-bottom: 5px;
    font-weight: 300;
}

.zapr-text-frame p {
    font-size: 0.95rem;
    color: #999999;
    font-weight: 300;
}

/* Mobil moslashuv */
@media (max-width: 768px) {
    .zapr-main-heading {
        font-size: 1.8rem;
    }

    .zapr-single-item {
        gap: 15px;
    }

    .zapr-icon-frame {
        min-width: 35px;
        height: 35px;
    }

    .zapr-icon-placeholder {
        font-size: 1.4rem;
    }

    .zapr-text-frame h3 {
        font-size: 1rem;
    }
}

/* Gulxan */

.fest-stats-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/assets/img/image/Olov-olov.jpg') center / cover no-repeat;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    /* padding: 100px 20px; */
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fest-content-wrapper {
    max-width: 900px;
    width: 100%;
    text-align: center;
    /* Markazlashtirilgan dizayn */
}

/* Sariq Badge */
.fest-category-tag {
    display: inline-block;
    background-color: #3b3720;
    color: #e6c27a;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Sarlavha */
.fest-title-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #e6c27a;
    margin-bottom: 60px;
    font-weight: 400;
}

/* Ko'rsatkichlar to'plami */
.fest-metrics-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* Har bir raqam orasidagi masofa */
    margin-bottom: 30px;
}

.fest-metric-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Katta raqamlar */
.fest-big-number {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    /* color: #ffffff; */
    color: #D4AF37;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 300;
}

/* Label matni */
.fest-metric-label {
    font-size: 1.5rem;
    color: #e0e0e0;
    margin-bottom: 8px;
    font-weight: 400;
}

/* Tavsif matni */
.fest-metric-desc {
    font-size: 1rem;
    color: #888888;
    max-width: 300px;
}

/* Pastki eslatma */
.fest-premium-note {
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid rgba(230, 194, 122, 0.15);
    display: inline-block;
}

.fest-premium-note p {
    color: #999;
    font-size: 1.1rem;
}

.fest-premium-note strong {
    color: #e6c27a;
    font-weight: 500;
}

/* Mobil versiya */
@media (max-width: 768px) {
    .fest-big-number {
        font-size: 3.5rem;
    }

    .fest-title-heading {
        font-size: 2rem;
    }

    .fest-metric-label {
        font-size: 1.2rem;
    }
}

/* Football */

.path-section-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/assets/img/image/Kechki-party.jpg') center / cover no-repeat;
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
    /* padding: 100px 20px; */
    /* background-color: #1a1a1a; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.path-main-container {
    max-width: 800px;
    width: 100%;
    text-align: center;
}

/* Badge */
.path-badge-tag {
    display: inline-block;
    border: 1px solid #e6c27a;
    color: #e6c27a;
    padding: 5px 12px;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: bold;
}

/* Sarlavha */
.path-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    color: #e6c27a;
    margin-bottom: 60px;
    line-height: 1.2;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Vizual doiralar konteyneri */
.path-visual-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    /* Doiralar bir-biriga tegib turishi uchun */
    margin-bottom: 80px;
}

/* Oltin doira */
.path-circle {
    width: 160px;
    height: 160px;
    border: 4px solid #e6c27a;
    /* Oltin hoshiya */
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 20px rgba(230, 194, 122, 0.2);
}

/* Doiralar orasidagi strelka (uchburchak) */
.path-arrow-right {
    position: absolute;
    right: -12px;
    /* Keyingi doira ustiga chiqishi uchun */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #e6c27a;
    /* Oltin rangli strelka uchi */
    z-index: 2;
}

/* Pastki matn */
.path-footer-text {
    font-size: 1.1rem;
    color: #999;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Mobil versiya uchun moslashuv */
@media (max-width: 768px) {
    .path-main-title {
        font-size: 1.8rem;
    }

    .path-circle {
        width: 100px;
        height: 100px;
        border-width: 3px;
    }

    .path-arrow-right {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 14px solid #e6c27a;
        right: -8px;
    }
}



/* Birthday */


.atm-section-container {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/assets/img/image/Birthday.jpg') center / cover no-repeat;
    width: 100%;
    min-height: 100vh;
    padding: 80px 20px;
    background-color: #1a1a1a;
    /* Saytning umumiy qora foni */
    display: flex;
    justify-content: center;
    align-items: center;
}

.atm-content-box {
    max-width: 800px;
    width: 100%;
    text-align: left;
}

/* Sariq kichik sarlavha */
.atm-label-badge {
    display: inline-block;
    background-color: #3b3720;
    color: #e6c27a;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    border-radius: 2px;
}

/* Asosiy sarlavha */
.atm-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #e6c27a;
    margin-bottom: 40px;
}

/* Kartochkalar to'plami */
.atm-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

/* Har bir kartochka stili */
.atm-feature-card {
    background-color: #262626b2;
    /* Rasmda bo'lgani kabi to'q kulrang */
    padding: 25px 30px;
    border-radius: 4px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.atm-feature-card:hover {
    /* background-color: #2d2d2d; */
    transform: translateY(-5px);
}

.atm-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.atm-icon {
    font-size: 1.4rem;
}

.atm-feature-card h3 {
    /* color: #ffffff; */
    color: #F7E7CE;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
}

.atm-feature-card p {
    color: #999;
    font-size: 1rem;
    margin-left: 38px;
    /* Ikonka bilan matnni tekislash uchun */
}

/* Pastki xulosa matni */
.atm-summary-footer {
    margin-top: 30px;
    line-height: 1.6;
}

.atm-summary-footer p {
    color: #bbbbbb;
    font-size: 1.05rem;
    max-width: 700px;
}

.atm-summary-footer strong {
    color: #ffffff;
    font-weight: bold;
}

/* Mobil qurilmalar uchun moslashuv */
@media (max-width: 768px) {
    .atm-main-title {
        font-size: 1.8rem;
    }

    .atm-feature-card {
        padding: 20px;
    }

    .atm-feature-card p {
        margin-left: 0;
        margin-top: 10px;
    }
}

/* Kalitlar */

.price-section-container {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url('/assets/img/image/Keys-kalit.jpg') center / cover no-repeat;
    width: 100%;
    min-height: 100vh;
    padding: 100px 20px;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-inner-wrapper {
    max-width: 650px;
    /* Narxlar kartalari ixchamroq bo'lishi uchun */
    width: 100%;
    text-align: left;
}

/* Sariq Badge */
.price-tag-label {
    display: inline-block;
    border: 1px solid #e6c27a;
    color: #e6c27a;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

/* Sarlavha */
.price-main-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #e6c27a;
    margin-bottom: 50px;
}

/* Kartalar ustuni */
.price-cards-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

/* Alohida narx kartasi */
.price-offer-card {
    background-color: #2626269e;
    border: 1px solid rgba(230, 194, 122, 0.1);
    padding: 30px;
    border-radius: 2px;
    position: relative;
    transition: all 0.3s ease;
}

.price-offer-card:hover {
    border-color: #e6c27a;
    background-color: #2d2d2dc3;
    transform: scale(1.02);
}

/* Karta ichidagi elementlar */
.price-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.price-badge-icon {
    font-size: 1.2rem;
}

.price-category-name {
    color: #bbbbbb;
    font-size: 1.1rem;
}

.price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #e6c27a;
    font-weight: 500;
    margin-bottom: 10px;
}

.price-description {
    color: #888888;
    font-size: 1rem;
}

/* Pastki sariq ogohlantirish qutisi */
.price-warning-box {
    background-color: #3b3720;
    border-left: 4px solid #e6c27a;
    padding: 20px;
    margin-top: 30px;
}

.price-warning-box p {
    color: #e6c27a;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

.price-warning-box strong {
    font-weight: bold;
    text-decoration: underline;
}

/* Mobil versiya */
@media (max-width: 600px) {
    .price-main-heading {
        font-size: 2rem;
    }

    .price-amount {
        font-size: 2.5rem;
    }

    .price-offer-card {
        padding: 20px;
    }
}


/* Boy */


/* Основная секция */
.final-cta-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url('/assets/img/image/Ocean.jpg') center / cover no-repeat;
    width: 100%;
    min-height: 100vh;
    /* Используем min-height вместо height */
    padding: 100px 20px;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    /* Центрирование по вертикали */
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.final-container {
    max-width: 700px;
    width: 100%;
}

.final-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    color: #e6c27a;
    margin-bottom: 40px;
    line-height: 1.3;
}

.final-check-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 50px auto;
    display: inline-block;
    text-align: left;
}

.final-check-list li {
    font-size: 1.25rem;
    color: #F7E7CE;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    /* Для многострочного текста */
    font-weight: 300;
}

.final-arrow {
    color: #e6c27a;
    margin-right: 15px;
    font-size: 1.5rem;
    line-height: 1;
}

.final-info-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 35px;
    border-top: 1px solid rgba(230, 194, 122, 0.2);
    border-bottom: 1px solid rgba(230, 194, 122, 0.2);
    padding: 20px 0;
}

.final-info-item {
    color: #ffffff;
    font-size: 1.1rem;
}

.final-invite-text {
    font-size: 1.1rem;
    color: #bbbbbb;
    line-height: 1.6;
    margin-bottom: 25px;
}

.final-share-note {
    font-size: 0.95rem;
    color: #e6c27a;
    margin-bottom: 40px;
    font-style: italic;
}

/* Группа кнопок */
.final-button-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.final-gold-button {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    /* opacity: 0.5; */
    padding: 18px 45px;
    background: linear-gradient(135deg, #e6c27a92 0%, #b38a4d88 100%);
    color: #1a1a1a;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.final-gold-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(230, 194, 122, 0.4);
}

/* Адаптив */
@media (max-width: 768px) {
    .final-cta-section {
        padding: 60px 15px;
    }

    .final-main-title {
        font-size: 1.8rem !important;
    }

    .final-info-row {
        flex-direction: column;
        gap: 15px;
    }

    .final-check-list li {
        font-size: 1rem !important;
    }
}


/* Tugma uchun umumiy o'ram (wrapper) */
.maps-wrapper {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    /* Markazga tekislash */
    padding: 0 15px;
}

/* Asosiy tugma stili */
.maps-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    /* opacity: 0.5; */
    /* background-color: #ffffff; */
    /* background: linear-gradient(135deg, #e6c27a92 0%, #b38a4d88 100%); */
    /* Oq fon */
    /* color: #333333; */
    background-color: #d4af37d7;
    color: #fff;
    /* Matn rangi */
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    /* Yumaloq shakl */
    /* border: 1px solid #e0e0e0; */
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Sishqoncha bilan ustiga kelganda effekt */
.maps-button:hover {
    background-color: #d4af37aa;
    border-color: #fff;
    transform: translateY(3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    /* border-color: #d4af37; */
    /* Festivalning oltin rangiga moslashish */
}

/* Mobil qurilmalar uchun moslashuv (Responsive) */
@media (max-width: 480px) {
    .maps-button {
        width: 100%;
        /* Mobil telefonda tugma to'liq eni bo'yicha cho'ziladi */
        justify-content: center;
        font-size: 15px;
        padding: 14px 20px;
    }
}

/* Sahifa silliq tushishi uchun */
html {
    scroll-behavior: smooth;
}

.maps-wrapper {
    display: flex;
    flex-direction: column;
    /* Tugmalarni ustma-ust qo'yish */
    align-items: center;
    gap: 15px;
    /* Tugmalar orasidagi masofa */
    margin-top: 25px;
}

/* Asosiy tugmalarning umumiy stili */
.maps-button,
.scroll-down-btn {
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 250px;
    /* Tugmalar bir xil uzunlikda bo'lishi uchun */
}

/* Registratsiya tugmasi stili (Oltin/Sariq) */
/* .maps-button {
    background-color: #d4af37d7;
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
} */

/* Oxirgi slaydga o'tish tugmasi stili (Shaffof/Chegaralangan) */
.scroll-down-btn {
    background-color: #d4af37d7;
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.scroll-down-btn:hover {
    background-color: #d4af37aa;
    border-color: #fff;
    transform: translateY(3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    /* Bosilganda pastga harakat */
}

/* .maps-button:hover { */
/* filter: brightness(1.1);
    transform: scale(1.02); */
/* transform: translateY(-2px); */
/* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); */
/* background-color: #f8f8f881; */
/* border-color: #d4af37; */
/* } */

/* Responsive: Planshet va Kompyuter uchun yonma-yon qo'yish */
@media (min-width: 600px) {
    .maps-wrapper {
        flex-direction: row;
        justify-content: center;
    }
}

/* Mobil uchun */
@media (max-width: 480px) {

    .maps-button,
    .scroll-down-btn {
        width: 100%;
        font-size: 14px;
    }
}

/* * Flex o'ram */
*/ .final-flex-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* Chap tomon kengligi */
.final-content-left {
    flex: 1;
    text-align: left;
}

/* O'ng tomon (Xarita qismi) */
.final-content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Xarita konteyneri responsive bo'lishi uchun */
.map-container {
    width: 100%;
    max-width: 500px;
    height: 400px;
    /* Balandlikni biroz moslashtirdik */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Tugmalar stili */
.final-gold-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #d4af37;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.3s;
    text-align: center;
}

.google-maps-btn {
    width: 100%;
    max-width: 500px;
    background-color: #4285F4;
    /* Google ko'k rangi */
}

.final-gold-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* RESPONSIVE (Mobil qurilmalar uchun) */
@media (max-width: 992px) {
    .final-flex-wrapper {
        flex-direction: column;
        /* Ustma-ust tushadi */
        align-items: center;
    }

    .final-content-left {
        text-align: center;
        width: 100%;
    }

    .final-check-list {
        display: inline-block;
        text-align: left;
    }

    .map-container {
        height: 350px;
        width: 100%;
    }

    .final-info-row {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .map-container {
        height: 300px;
    }

    .final-gold-button {
        width: 100%;
        padding: 12px 20px;
    }
}


/* Konteyner sozlamalari */
.final-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Flexbox orqali ikkala ustunni teng qilish */
.final-flex-wrapper {
    display: flex;
    align-items: stretch;
    /* Bo'yini bir xil qiladi */
    gap: 30px;
    /* Oradagi masofa */
}

/* Har bir ustun 50/50 bo'lishi uchun */
.final-column {
    flex: 1;
    /* Ikkalasi ham bir xil joy egallaydi */
    display: flex;
    flex-direction: column;
}

/* Kontent qismi (matn yoki xarita) */
.column-content {
    flex-grow: 1;
    /* Bo'sh joyni teng taqsimlaydi */
    display: flex;
    flex-direction: column;
}

/* Xaritaning o'zi uchun maxsus o'ram */
.map-wrapper {
    width: 100%;
    height: 100%;
    /* Ustun bo'yiga moslashadi */
    min-height: 400px;
    /* Minimal balandlik (matn uzunligiga qarab) */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* IKKALA TUGMA UCHUN BIR XIL STIL (Oltin rang) */
.final-unified-btn {
    display: block;
    width: 100%;
    /* Eni ustun bilan bir xil */
    margin-top: 25px;
    padding: 18px 10px;
    background-color: #d4af37a2;
    /* Rasmda ko'ringan oltin rang */
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.final-unified-btn:hover {
    background-color: #bfa030dc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

/* --- RESPONSIVE (Mobil telefonlar uchun) --- */
@media (max-width: 900px) {
    .final-flex-wrapper {
        flex-direction: column;
        /* Telefonda ustma-ust tushadi */
    }

    .map-wrapper {
        height: 350px;
        /* Mobil telefonda balandlik */
        min-height: 350px;
    }

    .final-column {
        width: 100%;
    }
}