/* =========================================
   ЛИЦА АРКАНОВ — ВСЕ СТИЛИ РАЗДЕЛА
   ========================================= */

/* 1. ФОН И ЧАСТИЦЫ */
.particle.gold {
    background: rgba(210, 105, 30, 0.8);
    box-shadow: 0 0 6px rgba(210, 105, 30, 0.6);
}
.gold-gradient {
    background: 
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(210, 105, 30, 0.15), transparent 70%),
        radial-gradient(ellipse 60% 40% at 50% 110%, rgba(139, 69, 19, 0.1), transparent 70%);
}

/* 2. ОБЩИЕ ЭЛЕМЕНТЫ */
.back-link {
    position: fixed; top: 20px; left: 20px; color: #B8956A; text-decoration: none;
    font-size: 0.85rem; letter-spacing: 1px; z-index: 100; transition: color 0.3s;
}
.back-link:hover { color: #D2691E; }

.footer {
    margin-top: 80px; padding: 40px 20px; text-align: center;
    border-top: 1px solid rgba(210, 105, 30, 0.15);
}
.footer-copy { font-size: 0.8rem; color: #6B5A45; letter-spacing: 1px; }
.footer-copy a { color: #8B6F47; text-decoration: none; }
.footer-copy a:hover { color: #D2691E; }

/* 3. СТРАНИЦА ЦЕН (pricing.html) */
.pricing-hero { min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 100px 20px 60px; position: relative; }
.pricing-title { font-family: 'Cormorant', serif; font-weight: 600; font-size: clamp(2rem, 6vw, 3.5rem); letter-spacing: 3px; background: linear-gradient(135deg, #D2691E 0%, #D4A574 50%, #D2691E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pricing-subtitle { margin-top: 20px; color: #B8956A; font-size: 1rem; line-height: 1.8; max-width: 600px; }
.pricing-section { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.pricing-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-bottom: 40px; }
.pricing-card { border: 1px solid rgba(210, 105, 30, 0.25); background: linear-gradient(180deg, rgba(210, 105, 30, 0.08), rgba(5, 6, 10, 0.7)); padding: 40px 30px; border-radius: 16px; position: relative; transition: all 0.4s; display: flex; flex-direction: column; }
.pricing-card:hover { border-color: rgba(210, 105, 30, 0.5); box-shadow: 0 0 30px rgba(210, 105, 30, 0.2); transform: translateY(-5px); }
.pricing-card.popular { border-color: rgba(210, 105, 30, 0.6); box-shadow: 0 0 40px rgba(210, 105, 30, 0.25); }
.pricing-card.empire { max-width: 450px; width: 100%; border-color: rgba(210, 105, 30, 0.5); background: linear-gradient(180deg, rgba(210, 105, 30, 0.15), rgba(5, 6, 10, 0.8)); box-shadow: 0 0 50px rgba(210, 105, 30, 0.15); }
.popular-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #D2691E, #8B4513); color: #05060A; padding: 8px 24px; border-radius: 20px; font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.pricing-card h3 { font-family: 'Cormorant', serif; font-size: 1.5rem; color: #D2691E; margin-bottom: 10px; text-align: center; }
.pricing-card .subtitle { text-align: center; color: #A88058; font-size: 0.9rem; margin-bottom: 25px; }
.pricing-card .price { text-align: center; font-family: 'Cinzel', serif; font-size: 1.8rem; color: #D4A574; margin: 25px 0; letter-spacing: 2px; }
.pricing-card .duration { text-align: center; color: #A88058; font-size: 0.85rem; margin-bottom: 25px; }
.pricing-card ul { list-style: none; margin: 0; padding: 0; flex-grow: 1; }
.pricing-card ul li { color: #B8956A; font-size: 0.9rem; line-height: 1.7; margin-bottom: 12px; padding-left: 25px; position: relative; }
.pricing-card ul li::before { content: "✦"; position: absolute; left: 0; color: #D2691E; }
.pricing-card .cta-gold { display: block; margin-top: 20px; padding: 14px 30px; background: rgba(210, 105, 30, 0.15); border: 1px solid rgba(210, 105, 30, 0.5); color: #D2691E; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border-radius: 10px; text-align: center; transition: all 0.4s; }
.pricing-card .cta-gold:hover { background: rgba(210, 105, 30, 0.25); box-shadow: 0 0 20px rgba(210, 105, 30, 0.3); }
.view-gallery-btn { display: block; margin-top: 12px; padding: 10px 20px; background: transparent; border: 1px solid rgba(210, 105, 30, 0.3); color: #B8956A; font-size: 0.7rem; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; border-radius: 8px; text-align: center; cursor: pointer; transition: all 0.3s; }
.view-gallery-btn:hover { border-color: #D2691E; color: #D2691E; background: rgba(210, 105, 30, 0.05); }
.empire-wrapper { display: flex; justify-content: center; margin-top: 40px; margin-bottom: 80px; width: 100%; }
.info-block { border: 1px solid rgba(210, 105, 30, 0.2); background: rgba(5, 6, 10, 0.5); padding: 50px 40px; border-radius: 16px; margin-bottom: 40px; }
.info-block h3 { font-family: 'Cormorant', serif; font-size: 1.6rem; color: #D2691E; margin-bottom: 30px; text-align: center; }
.info-block p { color: #B8956A; line-height: 1.8; margin-bottom: 15px; }
.info-block ul { list-style: none; padding: 0; }
.info-block ul li { color: #B8956A; font-size: 0.95rem; line-height: 1.8; margin-bottom: 12px; padding-left: 30px; position: relative; }
.info-block ul li::before { content: "✔"; position: absolute; left: 0; color: #D2691E; font-weight: bold; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; }
.step { text-align: center; padding: 30px 25px; border: 1px solid rgba(210, 105, 30, 0.15); border-radius: 12px; background: rgba(210, 105, 30, 0.03); transition: all 0.3s ease; }
.step:hover { background: rgba(210, 105, 30, 0.06); transform: translateY(-3px); border-color: rgba(210, 105, 30, 0.3); }
.step-number { font-family: 'Cinzel', serif; font-size: 2rem; color: #D2691E; margin-bottom: 15px; }
.step h4 { font-family: 'Cormorant', serif; font-size: 1.2rem; color: #D4A574; margin-bottom: 12px; }
.step p { color: #A88058; font-size: 0.9rem; line-height: 1.6; }
.payment-example { background: rgba(210, 105, 30, 0.08); border-left: 3px solid #D2691E; padding: 25px 30px; margin: 30px 0; border-radius: 8px; }
.payment-example p { margin: 10px 0; color: #B8956A; }
.payment-example strong { color: #D4A574; }
.story-block { font-style: italic; text-align: center; padding: 40px 30px; position: relative; }
.story-block p { color: #B8956A; line-height: 1.9; margin-bottom: 15px; }
.story-block .highlight { color: #D2691E; font-size: 1.1rem; margin-top: 25px; font-style: normal; }
.final-cta { text-align: center; padding: 60px 30px; border: 1px solid rgba(210, 105, 30, 0.3); border-radius: 16px; background: linear-gradient(180deg, rgba(210, 105, 30, 0.1), rgba(5, 6, 10, 0.6)); }
.final-cta h3 { font-family: 'Cormorant', serif; font-size: 1.8rem; color: #D2691E; margin-bottom: 20px; }
.final-cta p { color: #B8956A; line-height: 1.8; margin-bottom: 15px; }
.final-cta .cta-gold { display: inline-block; margin-top: 30px; padding: 16px 46px; background: linear-gradient(135deg, rgba(210, 105, 30, 0.2), rgba(139, 69, 19, 0.15)); border: 1px solid rgba(210, 105, 30, 0.6); color: #D2691E; font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; border-radius: 10px; transition: all 0.4s; }
.final-cta .cta-gold:hover { background: rgba(210, 105, 30, 0.3); box-shadow: 0 0 30px rgba(210, 105, 30, 0.4); transform: translateY(-3px); }
.ps-note { margin-top: 40px; padding: 25px; border: 1px dashed rgba(210, 105, 30, 0.3); border-radius: 12px; text-align: center; }
.ps-note p { color: #A88058; font-size: 0.9rem; line-height: 1.7; }

/* 4. ФОРМЫ (index, personal, rodovaya, artefact, consult) */
.form-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 20px 60px; position: relative; }
.background-card { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; max-width: 80vw; opacity: 0.12; pointer-events: none; z-index: 0; filter: blur(2px); }
@media (min-width: 1024px) {
    .background-card { left: auto; right: 3%; transform: translateY(-50%); width: 380px; max-width: none; opacity: 0.18; filter: blur(1px); }
}
@media (max-width: 1023px) { .background-card { display: none !important; } }
.form-container { position: relative; z-index: 1; max-width: 600px; width: 100%; }
.form-title { font-family: 'Cormorant', serif; font-weight: 600; font-size: clamp(1.8rem, 5vw, 2.5rem); letter-spacing: 2px; background: linear-gradient(135deg, #D2691E 0%, #D4A574 50%, #D2691E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-align: center; margin-bottom: 20px; }
.form-subtitle { text-align: center; color: #B8956A; font-size: 1rem; line-height: 1.8; margin-bottom: 40px; }
.faces-card { border: 1px solid rgba(210, 105, 30, 0.25); background: linear-gradient(180deg, rgba(210, 105, 30, 0.08), rgba(5, 6, 10, 0.6)); padding: 50px 40px; text-align: center; border-radius: 16px; }
.contact-form label { display: block; margin-bottom: 20px; color: #B8956A; font-size: 0.85rem; letter-spacing: 1px; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 16px; background: rgba(14, 20, 64, 0.3); border: 1px solid rgba(210, 105, 30, 0.25); color: #D2691E; font-family: 'Inter', sans-serif; font-size: 0.95rem; border-radius: 10px; outline: none; transition: all 0.3s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(210, 105, 30, 0.6); box-shadow: 0 0 15px rgba(210, 105, 30, 0.2); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form button { display: block; margin: 30px auto 0; padding: 16px 46px; background: rgba(210, 105, 30, 0.15); border: 1px solid rgba(210, 105, 30, 0.5); color: #D2691E; font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; border-radius: 10px; transition: all 0.4s; }
.contact-form button:hover { background: rgba(210, 105, 30, 0.25); box-shadow: 0 0 20px rgba(210, 105, 30, 0.3); }
.back-to-pricing { display: inline-block; margin-top: 30px; color: #B8956A; text-decoration: none; font-size: 0.85rem; letter-spacing: 1px; transition: color 0.3s; }
.back-to-pricing:hover { color: #D2691E; }

/* 5. СТРАНИЦА ИМПЕРИЯ (empire.html) */
.empire-page { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 120px 20px 80px; }
.empire-overline { font-size: 0.75rem; letter-spacing: 6px; text-transform: uppercase; color: #B8956A; margin-bottom: 20px; text-align: center; }
.empire-title { font-family: 'Cormorant', serif; font-weight: 600; font-size: clamp(2.5rem, 7vw, 4rem); letter-spacing: 3px; background: linear-gradient(135deg, #D2691E 0%, #D4A574 50%, #D2691E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 30px; text-align: center; }
.empire-intro { font-family: 'Cormorant', serif; font-size: 1.3rem; line-height: 1.8; color: #C9B896; text-align: center; max-width: 700px; margin: 0 auto 40px; font-style: italic; }
.empire-price { margin-top: 40px; padding: 30px 40px; background: linear-gradient(135deg, rgba(210, 105, 30, 0.1), rgba(139, 69, 19, 0.05)); border: 1px solid rgba(210, 105, 30, 0.3); border-radius: 16px; display: flex; flex-direction: column; align-items: center; gap: 10px; max-width: 500px; margin-left: auto; margin-right: auto; }
.empire-price-label { font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; color: #B8956A; }
.empire-price-value { font-family: 'Cinzel', serif; font-size: 2.2rem; color: #D2691E; font-weight: 600; letter-spacing: 2px; }
.empire-price-duration { font-size: 0.9rem; color: #A88058; font-style: italic; }
.empire-section { margin-bottom: 60px; }
.empire-section h2 { font-family: 'Cormorant', serif; font-size: 1.8rem; color: #D2691E; margin-bottom: 30px; text-align: center; letter-spacing: 2px; }
.empire-features { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.empire-features li { background: rgba(210, 105, 30, 0.05); border: 1px solid rgba(210, 105, 30, 0.2); border-radius: 12px; padding: 25px; color: #B8956A; line-height: 1.7; position: relative; padding-left: 40px; }
.empire-features li::before { content: "👑"; position: absolute; left: 15px; top: 25px; font-size: 1.2rem; }
.empire-features li strong { color: #D4A574; display: block; margin-bottom: 8px; font-size: 1.05rem; }

/* 6. БЛОК: ГОТОВАЯ КОЛОДА (в pricing.html) */
.ready-deck-teaser {
    margin-top: 80px; padding: 60px 40px;
    background: linear-gradient(135deg, rgba(14, 20, 64, 0.4), rgba(210, 105, 30, 0.05));
    border: 2px solid rgba(210, 105, 30, 0.3); border-radius: 20px; text-align: center;
    opacity: 0; transform: translateY(30px); transition: opacity 1s ease, transform 1s ease;
}
.ready-deck-teaser.visible { opacity: 1; transform: translateY(0); }
.ready-deck-content { max-width: 700px; margin: 0 auto; }
.ready-deck-overline { font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: #B8956A; margin-bottom: 20px; }
.ready-deck-title { font-family: 'Cormorant', serif; font-size: clamp(1.6rem, 4vw, 2.2rem); color: #D2691E; margin-bottom: 20px; letter-spacing: 2px; }
.ready-deck-sub { color: #B8956A; font-size: 1rem; line-height: 1.8; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; }
.ready-deck-price { font-family: 'Cinzel', serif; font-size: 1.5rem; color: #D4A574; margin-bottom: 30px; letter-spacing: 2px; }
.ready-deck-btn { display: inline-block; padding: 14px 40px; background: rgba(210, 105, 30, 0.1); border: 1px solid rgba(210, 105, 30, 0.4); color: #D2691E; font-family: 'Inter', sans-serif; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border-radius: 10px; transition: all 0.4s; }
.ready-deck-btn:hover { background: rgba(210, 105, 30, 0.2); border-color: #D4A574; box-shadow: 0 0 20px rgba(210, 105, 30, 0.3); transform: translateY(-2px); }

/* 7. МОДАЛЬНЫЕ ОКНА (Карусель) */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(5, 6, 10, 0.9); backdrop-filter: blur(8px); z-index: 1000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.4s ease; }
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-content { position: relative; width: 90%; max-width: 800px; background: rgba(14, 20, 64, 0.4); border: 1px solid rgba(210, 105, 30, 0.3); border-radius: 20px; padding: 30px; transform: scale(0.9); transition: transform 0.4s ease; }
.modal-overlay.active .modal-content { transform: scale(1); }
.modal-close { position: absolute; top: 15px; right: 20px; background: none; border: none; color: #B8956A; font-size: 2rem; cursor: pointer; transition: color 0.3s; line-height: 1; }
.modal-close:hover { color: #D2691E; }
.modal-title { font-family: 'Cormorant', serif; font-size: 1.5rem; color: #D2691E; text-align: center; margin-bottom: 25px; }
.carousel-container { position: relative; overflow: hidden; border-radius: 12px; }
.carousel-track { display: flex; transition: transform 0.5s ease; cursor: grab; }
.carousel-track:active { cursor: grabbing; }
.carousel-slide { min-width: 100%; padding: 0 10px; box-sizing: border-box; }
.carousel-slide img { width: 100%; max-height: 500px; object-fit: contain; border-radius: 12px; border: 1px solid rgba(210, 105, 30, 0.2); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(210, 105, 30, 0.2); border: 1px solid rgba(210, 105, 30, 0.5); color: #D2691E; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: all 0.3s; z-index: 10; }
.carousel-btn:hover { background: rgba(210, 105, 30, 0.4); }
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(210, 105, 30, 0.3); cursor: pointer; transition: background 0.3s; }
.dot.active { background: #D2691E; }

/* 8. АДАПТИВНОСТЬ */
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 768px) {
    .pricing-cards { grid-template-columns: 1fr; }
    .info-block { padding: 35px 25px; }
    .pricing-card.empire { max-width: 100%; }
    .modal-content { padding: 20px; width: 95%; }
    .carousel-slide img { max-height: 400px; }
    .carousel-btn { width: 35px; height: 35px; font-size: 1rem; }
}
@media (max-width: 640px) {
    .steps { grid-template-columns: 1fr; }
    .step { padding: 25px 20px; }
    .faces-card { padding: 30px 20px; }
    .ready-deck-teaser { padding: 40px 20px; }
    .empire-price { padding: 25px 20px; }
    .empire-price-value { font-size: 1.8rem; }
}

/* КНОПКА TELEGRAM ПРИ ОШИБКЕ */
.telegram-error-btn {
    display: inline-block;
    padding: 12px 30px;
    background: rgba(210, 105, 30, 0.15);
    border: 1px solid #D2691E;
    color: #D2691E;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s;
}
.telegram-error-btn:hover {
    background: #D2691E;
    color: #05060A;
    box-shadow: 0 0 15px rgba(210, 105, 30, 0.4);
    transform: translateY(-2px);
}

/* КАРТА ОТШЕЛЬНИКА НА ФОНЕ (ТОЛЬКО ДЕСКТОП) */
.hermit-card-bg {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    opacity: 0.15;
    pointer-events: auto;
    z-index: 1;
    transition: opacity 0.8s ease;
}

.hermit-card-bg img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 0 30px rgba(210, 105, 30, 0.3));
    pointer-events: none;
}

.hermit-card-bg:hover {
    opacity: 0.35 !important;
}

@media (max-width: 1023px) {
    .hermit-card-bg {
        display: none !important;
    }
}

/* =========================================
   ГЛАВНАЯ СТРАНИЦА РАЗДЕЛА (faces/index.html)
   ========================================= */
.faces-hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; position: relative; }
.faces-title { font-family: 'Cormorant', serif; font-weight: 600; font-size: clamp(2.4rem, 7vw, 4.5rem); letter-spacing: 3px; background: linear-gradient(135deg, #D2691E 0%, #D4A574 50%, #D2691E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: breathe 6s ease-in-out infinite; }
.faces-subtitle { margin-top: 26px; color: #B8956A; font-size: 1.1rem; line-height: 1.8; letter-spacing: 1px; max-width: 600px; }
.faces-section { max-width: 900px; margin: 0 auto; padding: 80px 20px; }

/* АВРОРА НА СТРАНИЦЕ ФОРМЫ */
@media (min-width: 1024px) {
    .aurora-portrait-form { 
        position: fixed; 
        right: 5%; 
        top: 50%; 
        transform: translateY(-50%); 
        width: 380px; 
        max-height: 90vh; 
        opacity: 0; 
        pointer-events: none; 
        z-index: 10; 
        transition: opacity 0.1s linear; 
        will-change: opacity; 
    }
    .aurora-portrait-form img { 
        width: 100%; 
        height: auto; 
        display: block; 
        filter: drop-shadow(0 0 20px rgba(210, 105, 30, 0.1)); 
    }
}

@media (max-width: 1023px) { 
    .aurora-portrait-form { 
        display: none !important; 
    } 
}

/* ЦВЕТА ТЕКСТА ДЛЯ КАРТОЧЕК */
.faces-card h3 {
    font-family: 'Cormorant', serif;
    font-size: 1.6rem;
    color: #D2691E;
    margin-bottom: 20px;
}

.faces-card p {
    color: #B8956A;
    line-height: 1.8;
    font-size: 1rem;
}

.faces-card strong {
    color: #D4A574;
}

.faces-card em {
    color: #B8956A;
    font-style: italic;
}

/* =========================================
   АНИМАЦИИ И ПЛАВНОСТЬ ДЛЯ ОБЪЕДИНЕННОЙ СТРАНИЦЫ
   ========================================= */

/* Плавное скрытие формы и портрета */
.smooth-hide {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 1s ease-in-out !important;
}

/* Исходное состояние блока с прайсом (скрыт) */
#pricing-reveal {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
    display: none !important;
    height: 0;
    overflow: hidden;
}

/* Состояние прайса, когда он проявлен */
#pricing-reveal.is-visible {
    opacity: 1;
    visibility: visible;
    display: block !important;
    height: auto;
    overflow: visible;
}

/* Гарантируем плавность портрета Авроры */
.aurora-portrait-form {
    transition: opacity 1.5s ease-in-out !important;
}

/* Центрирование заголовка прайса на объединенной странице */
.pricing-hero-merged {
    min-height: 40vh;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* МОБИЛЬНАЯ ВЕРСИЯ - ИСПРАВЛЕНИЯ */
@media (max-width: 1023px) {
    .pricing-hero-merged {
        min-height: 30vh;
        padding-top: 40px;
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
        text-align: center !important;
    }
    
    .pricing-hero-merged .hero-overline,
    .pricing-hero-merged .pricing-title,
    .pricing-hero-merged .pricing-subtitle,
    .pricing-hero-merged .hero-star {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pricing-title {
        text-align: center !important;
    }
    
    #pricing-reveal {
        display: none !important;
    }
    
    #pricing-reveal.is-visible {
        display: block !important;
    }
}

/* =========================================
   БЛОК С КАРТАМИ ДЛЯ ЗНАКОМСТВА
   ========================================= */
.cards-intro-section {
    padding: 60px 20px 80px !important;
    text-align: center;
}

.cards-intro-header {
    margin-bottom: 40px;
}

.cards-intro-title {
    font-family: 'Cormorant', serif;
    font-size: clamp(1.6rem, 4vw, 2.2rem) !important;
    color: #D2691E !important;
    letter-spacing: 2px;
}

.cards-grid-intro {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.intro-card {
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    aspect-ratio: 10 / 17 !important;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(210, 105, 30, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    width: 100% !important;
    max-width: 220px !important;
    margin: 0 auto !important;
}

.intro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(210, 105, 30, 0.3);
}

.intro-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.intro-card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(5, 6, 10, 0.95), transparent);
    color: #D4A574;
    padding: 12px 8px 10px;
    font-family: 'Cormorant', serif;
    font-size: 0.9rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.intro-card:hover .intro-card-caption {
    opacity: 1;
}

/* LIGHTBOX ДЛЯ ПРОСМОТРА */
.intro-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 6, 10, 0.95);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.intro-lightbox.active {
    display: flex !important;
}

.intro-lightbox img {
    max-width: 90% !important;
    max-height: 85vh !important;
    border-radius: 16px;
    box-shadow: 0 0 60px rgba(210, 105, 30, 0.4);
    animation: zoomIn 0.3s ease;
}

.intro-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    color: #B8956A;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 2001;
}

.intro-lightbox-close:hover {
    color: #D2691E;
}

.intro-lightbox-hint {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #B8956A;
    font-size: 0.85rem;
    letter-spacing: 1px;
    opacity: 0.8;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.9); }
    to { transform: scale(1); }
}

/* МОБИЛЬНЫЕ И ПЛАНШЕТЫ */
@media (max-width: 900px) {
    .cards-grid-intro {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    .intro-card {
        max-width: 280px !important;
    }
}

@media (max-width: 480px) {
    .cards-intro-section {
        padding: 40px 15px 60px !important;
    }
    .cards-intro-title {
        font-size: 1.4rem !important;
    }
    .cards-grid-intro {
        gap: 15px !important;
    }
}

/* КОНЕЦ КОДА */