/* --- БАЗОВЫЕ НАСТРОЙКИ --- */
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
}

.mobile-container {
    width: 100%;
    max-width: 480px;
    background-color: #ffffff;
    min-height: 100vh;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    position: relative;
    overflow-x: hidden;
    padding-bottom: 0;
    z-index: 1;
    contain: content; 
}

/* --- АНИМАЦИИ --- */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
    content-visibility: auto; 
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

@keyframes pulse-btn {
    0% { transform: scale(1); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
    50% { transform: scale(1.03); box-shadow: 0 10px 20px rgba(138, 43, 226, 0.3); }
    100% { transform: scale(1); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
}

@keyframes shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

/* --- ШАПКА --- */
.top-badge {
    background-color: #d1e231;
    color: #4a4a4a;
    text-align: center;
    padding: 15px 10px 25px 10px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
}

.main-header { text-align: center; padding: 0 25px; margin-bottom: 30px; }
.title-purple { color: #8A2BE2; font-size: 26px; font-weight: 800; text-transform: uppercase; margin: 0; line-height: 1.1; }
.title-dark { color: #4a4a4a; font-size: 26px; font-weight: 800; text-transform: uppercase; margin: 5px 0 0 0; }
.section-title-center { font-size: 22px; color: #444; text-align: center; margin-bottom: 25px; text-transform: uppercase; font-weight: 800; line-height: 1.4; }

/* --- ГЛАВНЫЙ СЛАЙДЕР --- */
.product-gallery-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}

.mainProductSwiper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 12px;
}

.mainProductSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.mainProductSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.thumbs-row {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 5px;
}

.thumb-box {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
    opacity: 0.6;
}

.thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-box.active-thumb {
    border-color: #8A2BE2;
    opacity: 1;
    transform: scale(1.05);
}

/* --- СВАЙПЕРЫ --- */
.swiper { width: 100%; padding-bottom: 40px; margin-bottom: 50px; overflow: hidden; }

.testimonialSwiper { width: 100%; padding-bottom: 50px; margin-bottom: 50px; }
.testimonialSwiper .swiper-slide {
    background-color: #ffffff; 
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); 
    aspect-ratio: 4 / 5; 
    width: auto; 
    transform: translateZ(0);
}

.chat-screen { width: 100%; height: 100%; object-fit: cover; display: block; }
.swiper-pagination-bullet-active { background-color: #8A2BE2; }

/* --- ОПИСАНИЕ И ПРОДАЖА --- */
.offer-section { padding: 0 25px; margin-bottom: 50px; }
.offer-title { font-size: 18px; text-align: center; line-height: 1.4; color: #444; margin-bottom: 25px; font-weight: 800; text-transform: uppercase; }
.text-purple { color: #8A2BE2; }
.benefits-list { list-style: none; padding: 0; margin: 0 0 25px 0; }
.benefits-list li { margin-bottom: 15px; font-size: 15px; line-height: 1.4; display: flex; align-items: flex-start; }
.check-icon { display: inline-flex; justify-content: center; align-items: center; min-width: 20px; height: 20px; background-color: #6abd45; color: white; border-radius: 4px; font-size: 12px; margin-right: 12px; margin-top: 2px; }
.bonus-block { margin-bottom: 25px; }
.bonus-label { font-weight: bold; text-transform: uppercase; margin-bottom: 10px; font-size: 16px; }
.bonus-item { margin: 5px 0; font-size: 15px; }
.star-icon { color: #f4c542; font-size: 18px; margin-right: 5px; }
.price-block { text-align: center; margin-bottom: 20px; }
.current-price { font-size: 36px; font-weight: bold; color: #8A2BE2; margin-right: 10px; }
.old-price { font-size: 28px; color: #ccc; text-decoration: line-through; font-weight: bold; }

/* КНОПКИ */
.cta-button { display: block; width: 100%; background-color: #d1e231; border: none; padding: 20px 0; font-size: 18px; font-weight: 800; color: #333; text-transform: uppercase; border-radius: 12px; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.1); position: relative; z-index: 10; overflow: hidden; }
.cta-button::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%); transform: skewX(-25deg); animation: shine 4s infinite; }

.btn-wrapper { margin-bottom: 25px; }
.footer-info { text-align: center; }
.payment-img { max-width: 200px; display: block; margin: 0 auto 15px auto; }
.rating { font-size: 14px; color: #333; font-weight: bold; }
.rating .stars { margin-right: 5px; }

/* --- КАТЕГОРИИ --- */
.categories-section { padding: 0 25px; display: flex; flex-direction: column; gap: 20px; margin-bottom: 50px; }
.category-card { position: relative; width: 100%; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.08); background-color: #fff; aspect-ratio: 1 / 1; transform: translateZ(0); }
.category-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-text { position: absolute; bottom: 20px; right: 20px; text-align: right; background-color: rgba(255, 255, 255, 0.9); padding: 5px 10px; border-radius: 10px; line-height: 1.2; }
.count-purple { display: block; color: #8A2BE2; font-size: 28px; font-weight: 800; }
.category-name { display: block; color: #333; font-size: 20px; font-weight: 800; text-transform: uppercase; }

.middle-btn-section { padding: 0 25px; margin-bottom: 50px; }

/* --- COMPARISON --- */
.comparison-section { padding: 0 25px; text-align: center; margin-bottom: 50px; }
.comparison-title { font-size: 18px; text-transform: uppercase; font-weight: 800; margin-bottom: 25px; color: #444; }
.compare-card { border-radius: 20px; padding: 30px 20px; position: relative; text-align: left; }
.compare-img { display: block; max-width: 100%; margin: 0 auto 15px auto; }
.bad-card { background-color: #f7f7f7; padding-bottom: 50px; margin-bottom: -20px; }
.card-title-bad { text-align: center; font-size: 22px; font-weight: 800; text-transform: uppercase; margin: 0 0 20px 0; color: #000; }
.bad-list { list-style: none; padding: 0; margin: 0; }
.bad-list li { margin-bottom: 12px; font-size: 14px; color: #555; position: relative; padding-left: 25px; }
.cross-icon { position: absolute; left: 0; top: 0; color: #ff0000; font-weight: bold; }
.vs-circle { width: 60px; height: 60px; background-color: #8A2BE2; color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 24px; font-weight: bold; font-family: serif; margin: 0 auto; position: relative; z-index: 10; border: 4px solid #fff; }
.good-card { background-color: #fff; border: 2px solid #8A2BE2; padding-top: 50px; margin-top: -30px; z-index: 5; margin-bottom: 30px; }
.card-title-good { text-align: center; font-size: 22px; font-weight: 800; text-transform: uppercase; margin: 0 0 20px 0; color: #8A2BE2; }
.good-list { list-style: none; padding: 0; margin: 0; }
.good-list li { margin-bottom: 12px; font-size: 14px; color: #333; position: relative; padding-left: 25px; }
.check-icon-good { position: absolute; left: 0; top: 0; width: 18px; height: 18px; background-color: #00c700; color: white; border-radius: 3px; font-size: 12px; display: flex; align-items: center; justify-content: center; }

/* --- AUTHOR --- */
.author-section { padding: 0 25px; margin-bottom: 50px; text-align: left; }
.author-img { display: block; width: 100%; border-radius: 20px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); aspect-ratio: 4 / 5; object-fit: cover; }
.author-title { font-size: 20px; font-weight: 800; color: #333; line-height: 1.3; margin-bottom: 20px; }
.author-text { font-size: 16px; line-height: 1.5; color: #444; margin-bottom: 15px; }
.author-text strong { color: #000; }

/* --- TESTIMONIALS --- */
.testimonials-section { padding: 0 25px; margin-bottom: 50px; }

/* --- BONUS INTRO --- */
.bonus-intro-section { padding: 30px 25px 10px 25px; text-align: center; background-color: #fff; margin-bottom: 30px; }
.bonus-wait-title { font-size: 24px; font-weight: 800; color: #333; text-transform: uppercase; margin-bottom: 10px; line-height: 1.2; }
.bonus-wait-text { font-size: 18px; line-height: 1.4; color: #555; font-weight: 600; }

/* --- BONUS SLIDER --- */
.bonus-slider-section { padding: 0 0 10px 0; margin-bottom: 30px; }
.bonusSwiper { width: 100%; padding-bottom: 50px; }
.bonusSwiper .swiper-slide { height: auto; opacity: 0.4; transform: scale(0.9); transition: all 0.3s ease; display: flex; }
.bonusSwiper .swiper-slide-active { opacity: 1; transform: scale(1); z-index: 10; }
.bonus-slide-card { background-color: #fff; border: 2px solid #bceb3c; border-radius: 20px; overflow: hidden; text-align: center; padding: 0 0 25px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.08); width: 100%; display: flex; flex-direction: column; border-top: 6px solid #d1e231; }
.bonus-slide-img { width: 100%; height: 250px; aspect-ratio: 8 / 5; object-fit: contain; background-color: #fff; display: block; margin: 0 auto 10px auto; padding: 10px 0; }
.bonus-slide-content { padding: 0 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.bonus-slide-tag { color: #8A2BE2; font-weight: 800; font-size: 13px; text-transform: uppercase; margin-bottom: 8px; letter-spacing: 1px; }
.bonus-slide-title { color: #000; font-weight: 800; font-size: 20px; line-height: 1.1; text-transform: uppercase; margin: 0 0 12px 0; }
.bonus-slide-desc { font-size: 15px; color: #555; line-height: 1.4; margin-bottom: 20px; }
.bonus-price-row { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: auto; }
.bonus-slide-price { font-size: 16px; color: #999; text-decoration: line-through; font-weight: 600; }
.bonus-slide-free { color: #8A2BE2; font-weight: 900; font-size: 20px; text-transform: uppercase; }

/* --- ГАЛЕРЕЯ РЕЦЕПТОВ --- */
.recipes-gallery { padding: 0 25px; text-align: center; margin-bottom: 50px; }
.gallery-title { font-size: 18px; color: #444; margin-bottom: 30px; text-transform: uppercase; font-weight: 800; line-height: 1.4; }
.gallery-grid { display: flex; flex-direction: column; gap: 15px; }
.gallery-grid img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); display: block; }

/* --- ФИНАЛЬНЫЙ БЛОК --- */
.super-offer-container { padding: 0 25px; text-align: center; margin-bottom: 50px; }
.bundle-img { display: block; width: 100%; margin-bottom: 20px; }
.final-big-title { font-size: 26px; font-weight: 800; text-transform: uppercase; color: #444; line-height: 1.2; margin-bottom: 30px; }
.offer-subtitle { font-size: 16px; font-weight: 800; text-transform: uppercase; color: #444; margin-bottom: 25px; line-height: 1.4; }
.bonuses-list-box { border: 2px solid #84cc16; border-radius: 20px; padding: 20px; background-color: #fff; margin-bottom: 30px; text-align: left; }
.bonus-row { display: flex; align-items: flex-start; margin-bottom: 12px; font-size: 14px; color: #333; line-height: 1.3; }
.bonus-row:last-child { margin-bottom: 0; }
.bonus-check { min-width: 18px; height: 18px; background-color: #00c700; color: white; font-size: 12px; display: flex; justify-content: center; align-items: center; border-radius: 4px; margin-right: 10px; margin-top: 2px; }
.price-final-block { text-align: center; margin-bottom: 20px; }
.price-final-big { font-size: 48px; font-weight: 800; color: #ea580c; margin-right: 10px; }
.price-final-old { font-size: 32px; color: #999; text-decoration: line-through; font-weight: 800; }
.timer-label { font-size: 14px; color: #444; margin-bottom: 10px; font-weight: 600; }
.timer-box { background-color: #d1e231; border-radius: 50px; padding: 15px 30px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; max-width: 320px; margin-left: auto; margin-right: auto; }
.timer-part { text-align: center; color: #fff; }
.timer-num { font-size: 32px; font-weight: 800; line-height: 1; display: block; }
.timer-text { font-size: 12px; font-weight: 500; text-transform: uppercase; }
.timer-colon { font-size: 32px; font-weight: 800; color: #fff; margin-bottom: 15px; }
.payment-row-final { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.payment-row-final img { height: 25px; object-fit: contain; }

.final-purple-btn { background-color: #8A2BE2 !important; color: #ffffff !important; box-shadow: 0 4px 15px rgba(138, 43, 226, 0.4) !important; animation: pulse-btn 2s infinite; }
.final-purple-btn:hover { background-color: #7b20d0 !important; }

/* --- FAQ SECTION --- */
.faq-section { padding: 0 25px 0 25px; background-color: #fff; margin-bottom: 0; position: relative; z-index: 2; }
.faq-title { font-size: 24px; font-weight: 800; text-transform: uppercase; text-align: center; color: #333; margin-bottom: 30px; }
.faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.faq-item:last-child { border-bottom: none; }
.faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 15px; }
.faq-question-text { font-size: 16px; font-weight: 700; text-transform: uppercase; color: #000; line-height: 1.3; text-align: left; width: 85%; }
.faq-toggle { width: 40px; height: 40px; background-color: #d1e231; border-radius: 50%; position: relative; transition: transform 0.3s ease, background-color 0.3s ease; flex-shrink: 0; }
.faq-toggle::before { content: ''; position: absolute; top: 50%; left: 50%; width: 16px; height: 2px; background-color: #fff; transform: translate(-50%, -50%); }
.faq-toggle::after { content: ''; position: absolute; top: 50%; left: 50%; width: 2px; height: 16px; background-color: #fff; transform: translate(-50%, -50%); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding-top 0.3s ease; font-size: 15px; line-height: 1.5; color: #555; }
.faq-item.active .faq-toggle { transform: rotate(45deg); background-color: #8A2BE2; }
.faq-item.active .faq-answer { max-height: 200px; padding-top: 15px; }

.faq-bottom-img { display: block; width: 100%; max-width: 300px; margin: 30px auto 30px auto; border-radius: 50%; object-fit: cover; aspect-ratio: 1 / 1; animation: spin 20s linear infinite; position: relative; z-index: 10; }

/* --- SITE FOOTER --- */
.site-footer { background-color: #d1e231; padding: 30px 25px 90px 25px; text-align: center; border-top-left-radius: 30px; border-top-right-radius: 30px; position: relative; z-index: 1; }
.footer-icon-circle { width: 60px; height: 60px; background-color: #000; border-radius: 50%; margin: 0 auto 20px auto; display: flex; justify-content: center; align-items: center; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.footer-icon-circle img { width: 28px; height: 28px; object-fit: contain; }
.footer-company { font-size: 16px; font-weight: 800; text-transform: uppercase; color: #000; margin-bottom: 5px; }
.footer-email { font-size: 14px; color: #000; margin-bottom: 25px; display: block; text-decoration: none; }
.footer-policy { font-size: 12px; color: #000; text-decoration: underline; opacity: 0.7; }

/* --- STICKY BUTTON --- */
.sticky-bottom-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 30px);
    width: 100%;
    max-width: 440px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.sticky-bottom-bar.show-sticky {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.sticky-bottom-bar.show-sticky .sticky-btn {
    pointer-events: auto;
}

.sticky-btn {
    margin: 0;
    background-color: #8A2BE2 !important;
    color: #fff !important;
    box-shadow: 0 5px 20px rgba(138, 43, 226, 0.4);
    border-radius: 15px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
    animation: pulse-btn 2s infinite;
}

.sticky-btn:hover { background-color: #7b20d0 !important; }
/* --- STICKY BUTTON (ВСЕГДА НА ЭКРАНЕ) --- */
.sticky-bottom-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 440px;
    padding: 0 20px;
    box-sizing: border-box; /* Жестко ограничивает ширину, чтобы не ломать экран */
    z-index: 1000;
}

.sticky-btn {
    margin: 0;
    background-color: #8A2BE2 !important;
    color: #fff !important;
    box-shadow: 0 5px 20px rgba(138, 43, 226, 0.4);
    border-radius: 15px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
    animation: pulse-btn 2s infinite;
    pointer-events: auto;
}

.sticky-btn:hover { background-color: #7b20d0 !important; }