﻿:root {
    --primary: #E84545;
    --secondary: #FFB347;
    --accent: #FF6B6B;
    --bg-dark: #0a0a0f;
    --bg-dark-lighter: #1a1210;
    --white: #FFFFFF;
    --text: #ffffff;
    --text-soft: rgba(255, 255, 255, 0.7);
    --green: #7BBF6A;
    --border: rgba(232, 69, 69, 0.2);
    --shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    --shadow-hover: 0 35px 60px -15px rgba(232, 69, 69, 0.4);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
header {
    position: fixed; top: 0; width: 100%; z-index: 2000;
    background: rgba(10, 10, 15, 0.95);
    backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px);
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
nav.nav-desktop a, .nav-item { font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; color: rgba(255,255,255,0.8); position: relative; padding: 5px 0; }
.dropdown {
    position: absolute; top: 100%; left: 0; width: 240px;
    background: rgba(21, 21, 29, 0.98); backdrop-filter: blur(20px);
    border-radius: 12px; padding: 15px 0;
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: var(--transition); border: 1px solid var(--border);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.dropdown a { display: block; padding: 10px 25px; font-size: 0.85rem; color: rgba(255,255,255,0.8); text-transform: none; }
.dropdown a:hover { color: var(--primary); background: rgba(232, 69, 69, 0.1); }
.soc-group a { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(232, 69, 69, 0.1); border: 1px solid var(--border); transition: var(--transition); }
.soc-group a:hover { background: var(--primary); border-color: var(--primary); transform: translateY(-3px); box-shadow: 0 5px 20px rgba(232, 69, 69, 0.4); }
.btn-consult {
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white; padding: 10px 22px; border-radius: 8px;
    font-weight: 800; font-size: 0.75rem; border: none; cursor: pointer;
    transition: var(--transition); box-shadow: 0 5px 15px rgba(232, 69, 69, 0.3);
}
.btn-consult:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(232, 69, 69, 0.5); }
@media (max-width: 1024px) {
    header { padding: 10px 0; }
    .header-inner { flex-direction: column; gap: 10px; }
    .logo-row { gap: 15px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
    .mobile-phone-top { display: block !important; font-size: 0.9rem; font-weight: 800; color: var(--text); }
    .header-bottom-mobile { width: 100%; display: flex !important; justify-content: center; padding: 10px 0; border-top: 1px solid var(--border); margin-top: 10px; }
    .header-right { display: none !important; }
}
.hero-rozella-section {
    background: linear-gradient(180deg, #0a0a0f 0%, #1f0e0a 50%, #2a1208 100%);
    padding: 80px 0 100px; position: relative; overflow: hidden;
    min-height: 75vh; display: flex; align-items: center; justify-content: center;
}
.hero-rozella-section::before {
    content: ''; position: absolute; top: -40%; left: 50%; width: 160%; height: 160%;
    background:
        radial-gradient(ellipse at 25% 45%, rgba(232, 69, 69, 0.2) 0%, transparent 55%),
        radial-gradient(ellipse at 75% 55%, rgba(255, 179, 71, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 80%, rgba(232, 69, 69, 0.1) 0%, transparent 40%);
    transform: translateX(-50%);
    animation: pulseRozella 9s ease-in-out infinite;
    pointer-events: none;
}
@keyframes pulseRozella {
    0%, 100% { opacity: 0.8; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.12); }
}
.floating-feathers {
    position: absolute; width: 100%; height: 100%; top: 0; left: 0;
    pointer-events: none; z-index: 1;
}
.feather {
    position: absolute;
    width: 18px; height: 55px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--secondary) 60%, rgba(255,179,71,0.3) 100%);
    border-radius: 50% 50% 48% 52% / 40% 40% 60% 60%;
    opacity: 0.3;
    animation: floatFeather 18s ease-in-out infinite;
    filter: blur(0.5px);
}
.feather::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 2px; height: 100%; background: rgba(255,255,255,0.15); border-radius: 2px;
}
.feather:nth-child(1) { top: 5%; left: 8%; animation-delay: 0s; width: 14px; height: 42px; }
.feather:nth-child(2) { top: 60%; left: 82%; animation-delay: 3s; background: linear-gradient(180deg, var(--secondary) 0%, #FF6B6B 100%); width: 20px; height: 60px; }
.feather:nth-child(3) { top: 22%; left: 90%; animation-delay: 7s; width: 12px; height: 38px; opacity: 0.25; }
.feather:nth-child(4) { top: 78%; left: 15%; animation-delay: 11s; background: linear-gradient(180deg, #FF6B6B 0%, var(--secondary) 100%); }
.feather:nth-child(5) { top: 15%; left: 58%; animation-delay: 5s; width: 10px; height: 32px; opacity: 0.2; }
.feather:nth-child(6) { top: 45%; left: 5%; animation-delay: 9s; width: 16px; height: 48px; }
.feather:nth-child(7) { top: 70%; left: 68%; animation-delay: 14s; width: 11px; height: 35px; opacity: 0.18; }
@keyframes floatFeather {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
    20% { transform: translateY(-55px) rotate(25deg); opacity: 0.55; }
    40% { transform: translateY(-30px) rotate(-10deg); opacity: 0.2; }
    60% { transform: translateY(-65px) rotate(40deg); opacity: 0.45; }
    80% { transform: translateY(-20px) rotate(-20deg); opacity: 0.35; }
}
.spark-container { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.spark {
    position: absolute; width: 3px; height: 3px; border-radius: 50%;
    background: var(--secondary); box-shadow: 0 0 6px var(--secondary), 0 0 12px rgba(255,179,71,0.4);
    animation: sparkFloat 6s ease-in-out infinite;
}
.spark:nth-child(1) { top: 30%; left: 20%; animation-delay: 0s; }
.spark:nth-child(2) { top: 55%; left: 75%; animation-delay: 1.5s; background: var(--primary); box-shadow: 0 0 6px var(--primary); width: 2px; height: 2px; }
.spark:nth-child(3) { top: 70%; left: 40%; animation-delay: 3s; width: 4px; height: 4px; }
.spark:nth-child(4) { top: 18%; left: 65%; animation-delay: 2s; background: var(--accent); box-shadow: 0 0 6px var(--accent); }
.spark:nth-child(5) { top: 82%; left: 88%; animation-delay: 4.5s; width: 2px; height: 2px; }
.spark:nth-child(6) { top: 40%; left: 10%; animation-delay: 1s; }
.spark:nth-child(7) { top: 65%; left: 55%; animation-delay: 3.8s; background: var(--primary); box-shadow: 0 0 8px var(--primary); }
.spark:nth-child(8) { top: 10%; left: 45%; animation-delay: 5s; width: 2px; height: 2px; }
@keyframes sparkFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0; }
    10% { opacity: 1; }
    50% { transform: translateY(-80px) scale(0.6); opacity: 0.7; }
    90% { opacity: 0; }
}
.hero-rozella-content { position: relative; z-index: 2; text-align: center; max-width: 1100px; margin: 0 auto; }
.hero-rozella-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, rgba(232, 69, 69, 0.3) 0%, rgba(255, 179, 71, 0.25) 100%);
    border: 2px solid var(--primary); color: white;
    padding: 12px 28px; border-radius: 50px;
    font-weight: 800; font-size: 0.9rem; margin-bottom: 30px;
    text-transform: uppercase;
    box-shadow: 0 10px 40px rgba(232, 69, 69, 0.5);
    animation: badgePulseRozella 3s ease-in-out infinite;
}
@keyframes badgePulseRozella {
    0%, 100% { transform: scale(1); box-shadow: 0 10px 40px rgba(232, 69, 69, 0.5); }
    50% { transform: scale(1.06); box-shadow: 0 15px 55px rgba(255, 179, 71, 0.6); }
}
.hero-rozella-title{
    font-family:'Manrope',sans-serif;
    font-size: clamp(3.5rem, 9vw, 7rem);
    font-weight:800; line-height: 1; margin-bottom: 30px;
    text-shadow: 0 8px 40px rgba(232, 69, 69, 0.5);
    letter-spacing: -2px;
}
.rozella-gradient-text {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 40%, var(--accent) 70%, var(--primary) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    animation: rozellaGradientShift 5s ease infinite; background-size: 300% 300%;
}
@keyframes rozellaGradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.hero-rozella-subtitle {
    font-size: clamp(1.15rem, 2.8vw, 1.5rem);
    color: rgba(255,255,255,0.75); max-width: 850px;
    margin: 0 auto 50px; line-height: 1.7;
}
.hero-rozella-stats {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px; max-width: 800px; margin: 60px auto 0;
}
.rozella-stat-box {
    background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(15px);
    border: 1px solid rgba(232, 69, 69, 0.2); border-radius: 25px;
    padding: 30px 25px; text-align: center; transition: var(--transition);
    position: relative; overflow: hidden;
}
.rozella-stat-box::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(232, 69, 69, 0.12) 0%, transparent 70%);
    opacity: 0; transition: 0.6s;
}
.rozella-stat-box:hover::before { opacity: 1; transform: scale(1.2); }
.rozella-stat-box:hover {
    transform: translateY(-12px); border-color: var(--primary);
    box-shadow: 0 20px 50px rgba(232, 69, 69, 0.4); background: rgba(232, 69, 69, 0.1);
}
.rozella-stat-icon { font-size: 2.8rem; margin-bottom: 15px; display: block; filter: drop-shadow(0 5px 15px rgba(232, 69, 69, 0.5)); }
.rozella-stat-value { font-size: 2.2rem; font-weight: 800; color: var(--primary); display: block; margin-bottom: 8px; text-shadow: 0 3px 15px rgba(232, 69, 69, 0.4); }
.rozella-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
.rozella-filters-bar {
    background: linear-gradient(135deg, rgba(15, 15, 20, 0.98) 0%, rgba(26, 18, 16, 0.98) 100%);
    backdrop-filter: blur(30px); border-bottom: 2px solid var(--primary);
    position: sticky; top: 74px; z-index: 1500; padding: 20px 0;
    box-shadow: 0 5px 30px rgba(232, 69, 69, 0.25);
}
@media (max-width: 1024px) { .rozella-filters-bar { top: 134px; padding: 15px 0; } }
.rozella-filter-nav { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; justify-content: center; }
.rozella-filter-nav::-webkit-scrollbar { display: none; }
.rozella-filter-btn {
    white-space: nowrap; color: rgba(255,255,255,0.7); font-size: 0.9rem;
    font-weight: 700; padding: 12px 28px; border-radius: 50px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(232, 69, 69, 0.2);
    transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; gap: 8px;
}
.rozella-filter-btn:hover {
    background: linear-gradient(135deg, rgba(232, 69, 69, 0.25) 0%, rgba(255, 179, 71, 0.2) 100%);
    border-color: var(--primary); color: white; transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(232, 69, 69, 0.4);
}
.rozella-filter-btn.active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: #fff; border-color: transparent; font-weight: 800;
    box-shadow: 0 8px 30px rgba(232, 69, 69, 0.5);
}
.rozella-smart-filters { padding: 20px 0; border-bottom: 1px solid rgba(232, 69, 69, 0.15); background: rgba(10, 10, 15, 0.5); }
.rozella-sf-scroll { display: flex; gap: 12px; overflow-x: auto; justify-content: center; padding-bottom: 5px; }
.rozella-sf-scroll::-webkit-scrollbar { display: none; }
.rozella-sf-btn {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(232, 69, 69, 0.2);
    color: rgba(255,255,255,0.7); padding: 10px 22px; border-radius: 50px;
    font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: 0.3s;
    display: flex; align-items: center; gap: 8px; white-space: nowrap;
}
.rozella-sf-btn:hover { background: rgba(232, 69, 69, 0.2); border-color: var(--primary); color: var(--primary); }
.rozella-sf-btn.active { background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%); color: white; border-color: transparent; font-weight: 800; }
.rozella-catalog-section { padding: 80px 0; position: relative; }
.rozella-catalog-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        radial-gradient(circle at 15% 25%, rgba(232, 69, 69, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(255, 179, 71, 0.04) 0%, transparent 50%);
    pointer-events: none;
}
.rozella-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 40px; position: relative; z-index: 2; justify-content: center;
    max-width: 1100px; margin: 0 auto;
}
@media (max-width: 900px) { .rozella-grid { grid-template-columns: 1fr; max-width: 520px; } }
.rozella-card {
    display: flex; flex-direction: column;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(232, 69, 69, 0.18); border-radius: 30px;
    overflow: hidden; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative; cursor: pointer; box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}
.rozella-card:hover {
    transform: translateY(-18px) scale(1.02);
    border-color: var(--primary);
    box-shadow: 0 35px 70px rgba(232, 69, 69, 0.45);
    background: linear-gradient(135deg, rgba(232, 69, 69, 0.08) 0%, rgba(255, 179, 71, 0.06) 100%);
}
.rozella-card::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(232, 69, 69, 0.12) 50%, transparent 70%);
    opacity: 0; transition: 0.9s; pointer-events: none;
}
.rozella-card:hover::before { opacity: 1; transform: rotate(45deg); }
.rozella-img-wrapper {
    height: 380px; position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(180deg, rgba(26, 10, 8, 0.4) 0%, rgba(42, 18, 8, 0.7) 100%);
}
.rozella-img {
    width: 90%; max-width: 90%; height: auto; object-fit: contain;
    transition: 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.95) saturate(1.15);
}
.rozella-card:hover .rozella-img { transform: scale(1.22) rotate(2deg); filter: brightness(1.18) saturate(1.35); }
.rozella-card:hover .rozella-img-wrapper::after {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(232,69,69,0.18) 0%, transparent 70%);
    pointer-events: none; transition: 0.6s;
}
.rozella-badges { position: absolute; top: 20px; left: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 10; }
.rozella-badge {
    background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(10px);
    color: white; padding: 8px 16px; border-radius: 12px;
    font-size: 0.8rem; font-weight: 700; display: flex; align-items: center; gap: 7px;
    border: 1px solid rgba(232, 69, 69, 0.35);
    transform: translateX(-10px); opacity: 0;
    animation: badgeSlideInRozella 0.6s ease forwards;
}
@keyframes badgeSlideInRozella { to { transform: translateX(0); opacity: 1; } }
.rozella-badge:nth-child(2) { animation-delay: 0.15s; }
.rozella-badge:nth-child(3) { animation-delay: 0.3s; }
.rozella-badge.premium { border-color: var(--secondary); color: var(--secondary); }
.rozella-badge.rare { border-color: #c084fc; color: #c084fc; }
.rozella-badge.popular { border-color: var(--primary); color: var(--primary); }
.rozella-badge.budget { border-color: var(--green); color: var(--green); }
.rozella-qv-btn {
    position: absolute; top: 20px; right: 20px; width: 50px; height: 50px;
    background: rgba(0,0,0,0.85); backdrop-filter: blur(12px); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    z-index: 10; transition: 0.3s; font-size: 1.4rem;
    border: 2px solid rgba(232, 69, 69, 0.6);
    opacity: 0; transform: translateY(-15px) scale(0.8);
}
.rozella-card:hover .rozella-qv-btn { opacity: 1; transform: translateY(0) scale(1); }
.rozella-qv-btn:hover {
    background: var(--primary); border-color: var(--secondary); color: #000;
    transform: scale(1.2) rotate(10deg); box-shadow: 0 8px 25px rgba(232, 69, 69, 0.6);
}
.rozella-content { padding: 32px; flex-grow: 1; display: flex; flex-direction: column; gap: 20px; }
.rozella-name {
    font-family:'Manrope',sans-serif; font-size: 1.5rem;
    font-weight: 700; color: #fff; margin-bottom: 6px; line-height: 1.3; transition: 0.3s;
}
.rozella-card:hover .rozella-name { color: var(--primary); }
.rozella-latin { font-size: 0.88rem; color: rgba(255,255,255,0.45); font-style: italic; margin-bottom: 14px; }
.rozella-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
    padding: 22px; background: rgba(0,0,0,0.25); border-radius: 18px;
    border: 1px solid rgba(232, 69, 69, 0.1); position: relative; overflow: hidden; transition: 0.4s;
}
.rozella-stats::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(232, 69, 69, 0.1), transparent); transition: 0.9s;
}
.rozella-card:hover .rozella-stats::before { left: 100%; }
.rozella-card:hover .rozella-stats { background: rgba(232, 69, 69, 0.08); border-color: rgba(232, 69, 69, 0.3); box-shadow: inset 0 0 20px rgba(232, 69, 69, 0.1); }
.rozella-stat { display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative; z-index: 1; }
.rozella-stat-icon-sm { font-size: 1.6rem; transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.rozella-card:hover .rozella-stat-icon-sm { transform: scale(1.35) rotate(12deg); filter: drop-shadow(0 0 8px var(--primary)); }
.rozella-card:hover .rozella-stat:nth-child(1) .rozella-stat-icon-sm { animation: iconBounceRozella 0.7s ease; }
.rozella-card:hover .rozella-stat:nth-child(2) .rozella-stat-icon-sm { animation: iconBounceRozella 0.7s 0.12s ease; }
.rozella-card:hover .rozella-stat:nth-child(3) .rozella-stat-icon-sm { animation: iconBounceRozella 0.7s 0.24s ease; }
@keyframes iconBounceRozella { 0%, 100% { transform: scale(1.35) rotate(12deg); } 50% { transform: scale(1.6) rotate(-12deg); } }
.rozella-stat-dots { display: flex; gap: 5px; }
.rozella-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); transition: 0.3s; box-shadow: inset 0 0 4px rgba(0,0,0,0.5); }
.rozella-dot.fill { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); box-shadow: 0 0 8px var(--primary); animation: dotGlowRozella 1.6s infinite alternate; }
@keyframes dotGlowRozella { 0% { box-shadow: 0 0 5px var(--primary); } 100% { box-shadow: 0 0 16px var(--primary), 0 0 28px var(--secondary); } }
.rozella-card:hover .rozella-dot.fill { transform: scale(1.3); }
.rozella-stat-label-sm { font-size: 0.7rem; color: rgba(255,255,255,0.5); text-transform: uppercase; font-weight: 700; letter-spacing: 0.6px; margin-top: 2px; }
.rozella-size-badge {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 11px 16px; background: rgba(255, 179, 71, 0.1);
    border: 1px solid rgba(255, 179, 71, 0.3); border-radius: 14px;
    font-size: 0.86rem; font-weight: 700; color: var(--secondary); transition: 0.3s;
}
.rozella-card:hover .rozella-size-badge { background: rgba(255, 179, 71, 0.22); border-color: var(--secondary); transform: scale(1.04); }
.rozella-footer {
    margin-top: auto; display: flex; justify-content: space-between; align-items: center;
    border-top: 1px solid rgba(232, 69, 69, 0.15); padding-top: 20px;
}
.rozella-price-block { flex: 1; }
.rozella-price-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; display: block; margin-bottom: 5px; }
.rozella-price {
    font-size: 1.6rem; font-weight: 800;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.rozella-arrow {
    width: 45px; height: 45px; border-radius: 50%;
    background: rgba(232, 69, 69, 0.15); border: 2px solid var(--primary);
    color: var(--primary); display: flex; align-items: center; justify-content: center;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); cursor: pointer; font-size: 1.3rem;
}
.rozella-card:hover .rozella-arrow { background: var(--primary); color: #000; transform: rotate(-45deg) scale(1.22); box-shadow: 0 6px 25px rgba(232, 69, 69, 0.6); }
.why-rozella-section { padding: 110px 0; background: linear-gradient(135deg, #0a0a0f 0%, #1f0e0a 100%); position: relative; overflow: hidden; }
.why-rozella-section::before {
    content: ''; position: absolute; top: -120px; right: -120px; width: 650px; height: 650px;
    background: radial-gradient(circle, rgba(232, 69, 69, 0.1) 0%, transparent 70%);
    border-radius: 50%; animation: pulseOrb 9s ease-in-out infinite;
}
.why-rozella-section::after {
    content: ''; position: absolute; bottom: -180px; left: -180px; width: 750px; height: 750px;
    background: radial-gradient(circle, rgba(255, 179, 71, 0.08) 0%, transparent 70%);
    border-radius: 50%; animation: pulseOrb 11s ease-in-out infinite reverse;
}
@keyframes pulseOrb { 0%, 100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.15); opacity: 1; } }
.why-rozella-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.why-rozella-content h2 { font-family: 'Playfair Display'; font-size: clamp(2.8rem, 5.5vw, 4.5rem); color: white; margin-bottom: 35px; line-height: 1.1; }
.why-rozella-content h2 .highlight { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.why-rozella-list { display: flex; flex-direction: column; gap: 25px; }
.why-rozella-item {
    display: flex; gap: 22px; padding: 26px;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(232, 69, 69, 0.15);
    border-radius: 22px; transition: 0.4s; cursor: default;
}
.why-rozella-item:hover { background: rgba(232, 69, 69, 0.08); border-color: var(--primary); transform: translateX(16px); box-shadow: -6px 0 25px rgba(232, 69, 69, 0.3); }
.why-rozella-icon {
    font-size: 2.6rem; min-width: 62px; height: 62px; display: flex; align-items: center; justify-content: center;
    background: rgba(232, 69, 69, 0.1); border-radius: 18px; border: 2px solid rgba(232, 69, 69, 0.3); transition: 0.4s;
}
.why-rozella-item:hover .why-rozella-icon { transform: scale(1.2) rotate(10deg); background: var(--primary); border-color: var(--secondary); box-shadow: 0 6px 25px rgba(232, 69, 69, 0.5); }
.why-rozella-text h4 { font-size: 1.2rem; color: white; margin-bottom: 9px; font-weight: 700; }
.why-rozella-text p { color: rgba(255,255,255,0.7); line-height: 1.7; font-size: 0.96rem; }
.why-rozella-image { position: relative; }
.why-rozella-image img {
    width: 100%; height: auto; border-radius: 35px;
    box-shadow: 0 35px 90px rgba(0,0,0,0.7); border: 3px solid rgba(232, 69, 69, 0.35); transition: 0.6s;
}
.why-rozella-image:hover img { transform: scale(1.05) rotate(1.5deg); border-color: var(--primary); box-shadow: 0 45px 110px rgba(232, 69, 69, 0.5); }
.floating-badge-rozella {
    position: absolute; background: rgba(0,0,0,0.85); backdrop-filter: blur(12px);
    padding: 18px 24px; border-radius: 18px; border: 2px solid var(--secondary);
    color: white; font-weight: 700; font-size: 0.93rem;
    box-shadow: 0 12px 35px rgba(0,0,0,0.6); animation: floatBadgeRozella 3.5s ease-in-out infinite;
}
.floating-badge-rozella:nth-child(2) { top: 10%; right: -28px; animation-delay: 0s; }
.floating-badge-rozella:nth-child(3) { bottom: 16%; left: -38px; animation-delay: 1.3s; border-color: var(--primary); }
@keyframes floatBadgeRozella { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@media (max-width: 900px) {
    .why-rozella-grid { grid-template-columns: 1fr; gap: 45px; }
    .why-rozella-image { order: -1; }
    .floating-badge-rozella { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; display: inline-block; margin: 10px; }
}
.rozella-price-section { padding: 110px 0; background: linear-gradient(135deg, #0a0a0f 0%, #1f0e0a 100%); position: relative; overflow: hidden; }
.rozella-price-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        repeating-linear-gradient(90deg, rgba(232, 69, 69, 0.035) 0px, transparent 2px, transparent 50px),
        repeating-linear-gradient(0deg, rgba(232, 69, 69, 0.035) 0px, transparent 2px, transparent 50px);
    opacity: 0.4; pointer-events: none;
}
.rozella-price-header { text-align: center; margin-bottom: 70px; position: relative; z-index: 2; }
.rozella-price-badge {
    display: inline-block; background: rgba(232, 69, 69, 0.1); border: 2px solid var(--primary);
    color: var(--primary); padding: 10px 24px; border-radius: 50px;
    font-weight: 800; font-size: 0.85rem; text-transform: uppercase; margin-bottom: 25px;
}
.rozella-price-title { font-family: 'Playfair Display'; font-size: clamp(2.8rem, 5.5vw, 4.5rem); color: white; margin-bottom: 20px; }
.rozella-price-title span { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.rozella-price-subtitle { font-size: 1.15rem; color: rgba(255,255,255,0.6); max-width: 750px; margin: 0 auto; }
.rozella-price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; }
.rozella-price-card {
    background: rgba(255,255,255,0.04); backdrop-filter: blur(12px);
    border: 1px solid rgba(232, 69, 69, 0.2); border-radius: 28px;
    padding: 42px 30px; text-align: center; transition: 0.6s;
    position: relative; overflow: hidden; z-index: 1;
}
.rozella-price-card::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent, rgba(232, 69, 69, 0.1), transparent);
    transform: rotate(45deg); transition: 0.9s;
}
.rozella-price-card:hover::before { left: 100%; }
.rozella-price-card:hover { transform: translateY(-16px); border-color: var(--primary); background: rgba(232, 69, 69, 0.08); box-shadow: 0 30px 60px rgba(232, 69, 69, 0.35); }
.rozella-price-card.popular { border: 2px solid var(--secondary); background: rgba(255, 179, 71, 0.06); }
.rozella-price-card.popular::after {
    content: '⭐ ПОПУЛЯРНАЯ'; position: absolute; top: 22px; right: -38px;
    background: var(--secondary); color: #000; padding: 5px 42px;
    font-size: 0.7rem; font-weight: 800; transform: rotate(45deg);
    box-shadow: 0 6px 18px rgba(255, 179, 71, 0.5);
}
.rozella-price-emoji { font-size: 4rem; display: block; margin-bottom: 22px; animation: bounceRozella 2.8s ease-in-out infinite; }
@keyframes bounceRozella { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.rozella-price-card h3{ font-size: 1.45rem; color: white; margin-bottom: 8px; font-weight:800; }
.rozella-price-card .latin { font-size: 0.85rem; color: rgba(255,255,255,0.45); font-style: italic; margin-bottom: 22px; }
.rozella-price-value {
    font-size: 2.6rem; font-weight: 800;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 22px;
}
.rozella-price-features { list-style: none; margin: 22px 0; text-align: left; }
.rozella-price-features li { padding: 10px 0; color: rgba(255,255,255,0.72); display: flex; align-items: center; gap: 12px; font-size: 0.92rem; }
.rozella-price-features li::before { content: '✓'; color: var(--primary); font-weight: bold; font-size: 1.2rem; }
.btn-rozella-order {
    width: 100%; padding: 17px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border: none; border-radius: 14px; color: white;
    font-weight: 800; text-transform: uppercase; cursor: pointer;
    transition: 0.3s; font-size: 0.92rem; letter-spacing: 1.2px;
    position: relative; z-index: 10; pointer-events: auto;
}
.btn-rozella-order:hover { transform: translateY(-4px); box-shadow: 0 12px 35px rgba(232, 69, 69, 0.55); }
.rozella-quiz-section { padding: 110px 0; background: radial-gradient(circle at 50% 50%, #1a1210 0%, #0a0a0f 100%); position: relative; overflow: hidden; }
.rozella-quiz-section::before {
    content: '🦜'; position: absolute; font-size: 420px; opacity: 0.02;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    pointer-events: none; animation: rotateQuiz 55s linear infinite;
}
@keyframes rotateQuiz { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }
.rozella-quiz-container {
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(232, 69, 69, 0.1) 0%, rgba(255, 179, 71, 0.07) 100%);
    backdrop-filter: blur(25px); border: 2px solid rgba(232, 69, 69, 0.35);
    border-radius: 40px; padding: 70px 55px;
    box-shadow: 0 35px 90px rgba(0,0,0,0.7); position: relative; overflow: hidden;
}
.rozella-quiz-progress {
    position: absolute; top: 0; left: 0; height: 5px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    width: 0%; transition: width 0.6s ease; box-shadow: 0 0 18px var(--primary);
}
.rozella-quiz-header { text-align: center; margin-bottom: 50px; }
.rozella-quiz-step-indicator { font-size: 0.86rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 22px; }
.rozella-quiz-question { font-family: 'Playfair Display'; font-size: clamp(2rem, 4.5vw, 2.7rem); color: white; margin-bottom: 14px; line-height: 1.2; }
.rozella-quiz-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.6); }
.rozella-quiz-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; margin-top: 40px; }
.rozella-quiz-option {
    background: rgba(255,255,255,0.04); border: 2px solid rgba(232, 69, 69, 0.2);
    border-radius: 24px; padding: 32px 25px; cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px;
    position: relative; overflow: hidden;
}
.rozella-quiz-option::before {
    content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0;
    border-radius: 50%; background: radial-gradient(circle, rgba(232, 69, 69, 0.22) 0%, transparent 70%);
    transform: translate(-50%, -50%); transition: width 0.7s, height 0.7s;
}
.rozella-quiz-option:hover::before { width: 340px; height: 340px; }
.rozella-quiz-option:hover { transform: translateY(-10px); border-color: var(--primary); background: rgba(232, 69, 69, 0.1); box-shadow: 0 18px 45px rgba(232, 69, 69, 0.35); }
.rozella-quiz-option-icon { font-size: 3.8rem; position: relative; z-index: 1; transition: 0.5s; }
.rozella-quiz-option:hover .rozella-quiz-option-icon { transform: scale(1.25) rotate(10deg); }
.rozella-quiz-option-text { position: relative; z-index: 1; }
.rozella-quiz-option-title { font-size: 1.2rem; font-weight: 700; color: white; margin-bottom: 6px; }
.rozella-quiz-option-desc { font-size: 0.86rem; color: rgba(255,255,255,0.55); }
.rozella-quiz-loader { display: none; flex-direction: column; align-items: center; justify-content: center; min-height: 420px; }
.rozella-loader-spinner {
    width: 100px; height: 100px;
    border: 5px solid rgba(255,255,255,0.1);
    border-top: 5px solid var(--primary); border-right: 5px solid var(--secondary);
    border-radius: 50%; animation: spinRozella 1.6s linear infinite; margin-bottom: 32px;
}
@keyframes spinRozella { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.rozella-loader-text { font-size: 1.35rem; color: white; font-weight: 700; margin-bottom: 14px; }
.rozella-loader-subtext { font-size: 0.95rem; color: rgba(255,255,255,0.5); }
.rozella-quiz-result { display: none; text-align: center; animation: fadeInRozella 0.8s ease; }
@keyframes fadeInRozella { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.rozella-result-match {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white; padding: 10px 24px; border-radius: 50px;
    font-weight: 800; font-size: 0.88rem; text-transform: uppercase; margin-bottom: 25px; letter-spacing: 1.2px;
}
.rozella-result-title { font-family: 'Playfair Display'; font-size: clamp(2.1rem, 4.5vw, 3rem); color: white; margin-bottom: 30px; }
.rozella-result-img {
    width: 260px; height: 260px; object-fit: cover; object-position: center 20%;
    border-radius: 50%; border: 5px solid var(--primary); margin: 0 auto 30px;
    box-shadow: 0 0 55px rgba(232, 69, 69, 0.55);
    animation: resultImgRozella 1.1s ease;
}
@keyframes resultImgRozella { from { transform: scale(0.5) rotate(-10deg); opacity: 0; } to { transform: scale(1) rotate(0deg); opacity: 1; } }
.rozella-result-desc { font-size: 1.1rem; color: rgba(255,255,255,0.78); line-height: 1.8; max-width: 680px; margin: 0 auto 40px; }
.btn-rozella-retry {
    background: rgba(255,255,255,0.06); border: 1px solid rgba(232, 69, 69, 0.25);
    color: white; padding: 13px 30px; border-radius: 50px; cursor: pointer;
    font-size: 0.92rem; font-weight: 600; display: inline-flex; align-items: center; gap: 10px;
    transition: 0.3s; margin-bottom: 30px;
}
.btn-rozella-retry:hover { background: rgba(232, 69, 69, 0.15); border-color: var(--primary); color: var(--primary); transform: translateY(-3px); }
.rozella-retry-icon { display: inline-block; transition: transform 0.6s ease; }
.btn-rozella-retry:hover .rozella-retry-icon { transform: rotate(180deg); }
.rozella-quiz-form { background: rgba(255,255,255,0.06); padding: 38px; border-radius: 22px; max-width: 520px; margin: 0 auto; border: 1px solid rgba(232, 69, 69, 0.2); }
.rozella-form-title { color: var(--secondary); font-weight: 800; margin-bottom: 22px; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 1.2px; }
.rozella-quiz-input {
    width: 100%; padding: 17px 22px; background: rgba(0,0,0,0.35);
    border: 1px solid rgba(232, 69, 69, 0.25); border-radius: 14px;
    color: white; margin-bottom: 16px; font-size: 1.05rem; text-align: center; outline: none; transition: 0.3s;
}
.rozella-quiz-input:focus { border-color: var(--primary); background: rgba(0,0,0,0.5); box-shadow: 0 0 18px rgba(232, 69, 69, 0.3); }
.rozella-quiz-input::placeholder { color: rgba(255,255,255,0.38); }
.btn-rozella-submit {
    width: 100%; padding: 17px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border: none; border-radius: 14px; color: white;
    font-weight: 800; text-transform: uppercase; cursor: pointer; transition: 0.3s; font-size: 0.98rem; letter-spacing: 1.2px;
}
.btn-rozella-submit:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(232, 69, 69, 0.55); }
.rozella-form-note { font-size: 0.76rem; color: rgba(255,255,255,0.38); margin-top: 16px; text-align: center; }
.rozella-quiz-step { display: none; }
.rozella-quiz-step.active { display: block; animation: slideInRozella 0.6s ease; }
@keyframes slideInRozella { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
.rozella-care-section { padding: 110px 0; background: linear-gradient(135deg, rgba(10,10,15,0.85) 0%, rgba(31,14,10,0.9) 100%); position: relative; overflow: hidden; }
.rozella-care-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: center; }
.rozella-care-image { position: relative; }
.rozella-care-image img { width: 100%; height: auto; border-radius: 35px; box-shadow: 0 35px 90px rgba(0,0,0,0.7); border: 3px solid rgba(232, 69, 69, 0.3); }
.expert-badge-rozella {
    position: absolute; background: rgba(0,0,0,0.88); backdrop-filter: blur(12px);
    padding: 20px 26px; border-radius: 20px; border: 2px solid var(--secondary);
    color: white; font-weight: 700; box-shadow: 0 18px 45px rgba(0,0,0,0.8);
}
.expert-badge-rozella:nth-child(2) { top: 10%; right: -32px; }
.expert-badge-rozella:nth-child(3) { bottom: 16%; left: -42px; border-color: var(--primary); }
.expert-badge-rozella-icon { font-size: 2rem; display: block; margin-bottom: 7px; }
.expert-badge-rozella-text { font-size: 0.85rem; color: rgba(255,255,255,0.8); }
.rozella-care-content h2 { font-family: 'Playfair Display'; font-size: clamp(2.8rem, 5.5vw, 4.5rem); color: white; margin-bottom: 25px; line-height: 1.1; }
.rozella-care-content h2 span { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.rozella-care-intro { font-size: 1.1rem; color: rgba(255,255,255,0.7); margin-bottom: 40px; line-height: 1.8; }
.rozella-care-list { display: flex; flex-direction: column; gap: 22px; }
.rozella-care-item {
    display: flex; gap: 22px; padding: 26px;
    background: rgba(255,255,255,0.03); border-left: 4px solid var(--primary); border-radius: 18px; transition: 0.3s;
}
.rozella-care-item:hover { background: rgba(232, 69, 69, 0.08); transform: translateX(12px); box-shadow: -6px 0 22px rgba(232, 69, 69, 0.2); }
.rozella-care-item-icon { font-size: 2rem; min-width: 50px; }
.rozella-care-item h4 { color: white; font-size: 1.1rem; margin-bottom: 8px; font-weight: 700; }
.rozella-care-item p { color: rgba(255,255,255,0.7); line-height: 1.7; font-size: 0.95rem; }
@media (max-width: 900px) {
    .rozella-care-grid { grid-template-columns: 1fr; }
    .rozella-care-image { order: -1; }
    .expert-badge-rozella { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; display: inline-block; margin: 10px; }
}
.rozella-seo-section { padding: 110px 0; background: radial-gradient(circle at 50% 12%, #1a1210 0%, #060608 100%); position: relative; overflow: hidden; border-top: 1px solid rgba(232, 69, 69, 0.2); border-bottom: 1px solid rgba(232, 69, 69, 0.2); }
.rozella-seo-grid-bg {
    position: absolute; width: 100%; height: 100%; top: 0; left: 0;
    background-image: linear-gradient(rgba(232, 69, 69, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 69, 69, 0.035) 1px, transparent 1px);
    background-size: 60px 60px; opacity: 0.45; pointer-events: none;
}
.rozella-seo-content { max-width: 1050px; margin: 0 auto; position: relative; z-index: 2; }
.rozella-faq-container {
    background: rgba(255,255,255,0.04); backdrop-filter: blur(18px);
    border: 1px solid rgba(232, 69, 69, 0.22); border-radius: 35px;
    padding: 55px 50px; box-shadow: 0 35px 80px rgba(0,0,0,0.6); margin-bottom: 70px;
}
.rozella-faq-title { font-family: 'Playfair Display'; font-size: 2.7rem; color: white; text-align: center; margin-bottom: 42px; }
.rozella-faq-title span { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.rozella-faq-item { border-bottom: 1px solid rgba(232, 69, 69, 0.15); padding: 26px 0; transition: 0.3s; }
.rozella-faq-item:last-child { border-bottom: none; }
.rozella-faq-question {
    font-weight: 700; color: white; font-size: 1.15rem; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center; transition: 0.3s; padding-right: 22px;
}
.rozella-faq-question:hover { color: var(--primary); }
.rozella-faq-icon { font-size: 1.5rem; color: var(--primary); transition: 0.4s; min-width: 32px; text-align: center; }
.rozella-faq-item.active .rozella-faq-icon { transform: rotate(45deg); color: var(--secondary); }
.rozella-faq-answer { color: rgba(255,255,255,0.7); font-size: 1.02rem; line-height: 1.8; max-height: 0; overflow: hidden; transition: max-height 0.6s ease, padding 0.6s ease; }
.rozella-faq-item.active .rozella-faq-answer { max-height: 1200px; padding-top: 22px; }
.rozella-faq-item.active .rozella-faq-question { color: var(--primary); }
.rozella-seo-text { background: rgba(255,255,255,0.025); border: 1px solid rgba(232, 69, 69, 0.08); border-radius: 28px; padding: 55px 50px; }
.rozella-trust-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(232, 69, 69, 0.1); border: 1px solid var(--primary);
    padding: 11px 22px; border-radius: 50px; color: var(--primary);
    font-size: 0.86rem; font-weight: 700; margin-bottom: 30px;
    box-shadow: 0 0 22px rgba(232, 69, 69, 0.2);
}
.rozella-seo-text h2 { font-family: 'Playfair Display'; font-size: clamp(2.2rem, 4.5vw, 3.1rem); color: white; margin-bottom: 25px; line-height: 1.2; }
.rozella-seo-text h2 span { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.rozella-seo-description { color: rgba(255,255,255,0.78); font-size: 1.06rem; line-height: 1.9; }
.rozella-seo-description p { margin-bottom: 22px; }
.rozella-seo-description strong { color: var(--secondary); font-weight: 600; }
.rozella-seo-description ul { list-style: none; margin: 25px 0; padding-left: 10px; }
.rozella-seo-description li { margin-bottom: 13px; display: flex; align-items: flex-start; gap: 13px; }
.rozella-seo-description li::before { content: '🦜'; font-size: 1.2rem; flex-shrink: 0; }
.rozella-seo-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(232, 69, 69, 0.08); }
.rozella-seo-tag { background: rgba(255,255,255,0.04); padding: 9px 17px; border-radius: 12px; font-size: 0.81rem; color: rgba(255,255,255,0.42); border: 1px solid rgba(232, 69, 69, 0.08); transition: 0.3s; }
.rozella-seo-tag:hover { color: var(--primary); border-color: var(--primary); background: rgba(232, 69, 69, 0.08); }
footer { padding: 100px 0 40px; background: rgba(10,10,15,0.8); border-top: 1px solid var(--border); margin-top: auto; position: relative; z-index: 10; }
.f-contact i { color: var(--secondary); font-size: 1.2rem; font-style: normal; }
.modal { display: none; position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,0.92); backdrop-filter: blur(8px); align-items: center; justify-content: center; padding: 0; opacity: 0; transition: opacity 0.3s ease; }
.modal-box, .rozella-qv-box {
    position: relative !important; background: #111; border: 1px solid var(--primary);
    border-radius: 24px; width: 950px; max-width: 100%; max-height: 90vh;
    display: flex; flex-direction: column; overflow: hidden;
    animation: zoomInRozella 0.4s ease; box-shadow: 0 25px 60px rgba(0,0,0,0.9);
}
@keyframes zoomInRozella { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } }
.form-box-styled { max-width: 550px; padding: 45px; }
.modal-close {
    position: absolute !important; top: 22px !important; right: 22px !important;
    width: 48px !important; height: 48px !important; background: rgba(0,0,0,0.6) !important;
    border: 2px solid var(--primary) !important; border-radius: 50% !important;
    color: white !important; font-size: 26px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    cursor: pointer !important; z-index: 100 !important; transition: var(--transition) !important;
}
.modal-close:hover { background: var(--primary) !important; color: #000 !important; transform: rotate(90deg); }
.rozella-qv-grid { display: grid; grid-template-columns: 1fr 1fr; height: 600px; overflow: hidden; }
.rozella-qv-image { background: black; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(232, 69, 69, 0.2); }
.rozella-qv-image img { width: 100%; height: 100%; object-fit: cover; }
.rozella-qv-scroll { padding: 45px 45px 110px 45px; overflow-y: auto; display: flex; flex-direction: column; }
.rozella-qv-footer {
    position: absolute; bottom: 0; right: 0; width: 50%; padding: 22px 45px;
    background: rgba(17,17,17,0.96); border-top: 1px solid rgba(232, 69, 69, 0.2);
    display: flex; gap: 18px; backdrop-filter: blur(8px);
}
.rozella-qv-header h2 { font-family: 'Playfair Display'; font-size: 2.3rem; color: var(--primary); margin-bottom: 24px; line-height: 1; }
.rozella-qv-price {
    font-size: 2.6rem; font-weight: 800;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    margin-bottom: 22px; font-family: 'Manrope';
}
.btn-rozella-qv-order { flex: 1; padding: 16px; background: linear-gradient(135deg, var(--primary), var(--secondary)); border: none; border-radius: 14px; color: white; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: var(--transition); }
.btn-rozella-qv-order:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(232, 69, 69, 0.55); }
.rozella-qv-phone { flex: 1; display: flex; align-items: center; justify-content: center; border: 2px solid var(--primary); border-radius: 14px; color: var(--primary); font-weight: 700; text-decoration: none; transition: var(--transition); }
.rozella-qv-phone:hover { background: var(--primary); color: #000; }
@media (max-width: 900px) {
    .modal { align-items: flex-end; padding: 0; background: rgba(0,0,0,0.85); }
    .modal-box, .rozella-qv-box { width: 100% !important; margin: 0 !important; border-radius: 28px 28px 0 0 !important; border: none !important; border-top: 1px solid var(--primary) !important; height: 92vh !important; max-height: 92vh !important; animation: slideUpRozella 0.5s ease; }
    @keyframes slideUpRozella { from { transform: translateY(100%); } to { transform: translateY(0); } }
    .rozella-qv-grid { display: flex; flex-direction: column; height: 100%; }
    .rozella-qv-image { height: 38vh; min-height: 260px; border-bottom: 1px solid rgba(232, 69, 69, 0.2); border-right: none; }
    .rozella-qv-image img { padding: 16px; object-fit: contain !important; }
    .rozella-qv-scroll { flex-grow: 1; padding: 24px 24px 0 24px; }
    .rozella-qv-footer { position: relative; width: 100%; padding: 18px 24px 28px 24px; flex-direction: column; gap: 12px; }
}
.catalog-modal { display: none; position: fixed; inset: 0; z-index: 11000; background: rgba(10,10,15,0.98); backdrop-filter: blur(18px); flex-direction: column; align-items: center; justify-content: flex-start; overflow-y: auto; opacity: 0; transition: opacity 0.3s ease; padding-top: 70px; }
.cat-modal-close {
    position: fixed; top: 25px; right: 25px; font-size: 2.8rem; color: white; cursor: pointer; line-height: 1; transition: 0.3s; z-index: 100;
    width: 55px; height: 55px; background: rgba(232, 69, 69, 0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid var(--primary);
}
.cat-modal-close:hover { background: var(--primary); color: #000; transform: rotate(90deg); }
.cat-modal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; width: 100%; max-width: 1050px; padding: 50px 25px 110px 25px; }
.cat-modal-item {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    background: linear-gradient(135deg, rgba(232, 69, 69, 0.06) 0%, rgba(26, 18, 16, 0.5) 100%);
    padding: 28px 18px; border-radius: 24px; border: 1px solid rgba(232, 69, 69, 0.25);
    transition: all 0.3s ease; cursor: pointer; text-decoration: none;
}
.cat-modal-item:hover { background: linear-gradient(135deg, rgba(232, 69, 69, 0.22) 0%, rgba(255, 179, 71, 0.12) 100%); border-color: var(--primary); transform: translateY(-8px) scale(1.05); }
.mobile-nav-overlay { display: none; position: fixed; inset: 0; z-index: 12000; background: rgba(0,0,0,0.6); backdrop-filter: blur(8px); opacity: 0; transition: opacity 0.3s ease; }
.mobile-nav-box {
    position: absolute; top: 0; right: -100%; width: 78%; max-width: 340px; height: 100%;
    background: linear-gradient(180deg, #0f0f14 0%, #1a1210 100%);
    border-left: 2px solid var(--primary); padding: 28px 24px;
    display: flex; flex-direction: column; transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -12px 0 60px rgba(0,0,0,0.9); overflow-y: auto;
}
.mn-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; border-bottom: 1px solid rgba(232, 69, 69, 0.25); padding-bottom: 18px; }
.mn-close { background: none; border: none; color: #fff; font-size: 2.2rem; cursor: pointer; }
.mn-link-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.mn-link-list a { font-size: 1.15rem; font-weight: 700; color: #fff; text-transform: uppercase; }
.mn-contacts-center { margin-bottom: 32px; }
.mn-phone-large { font-size: 1.5rem; font-weight: 800; color: #fff; display: block; margin-bottom: 18px; }
.mn-socials { display: flex; gap: 18px; }
.mn-badge-bottom { margin-top: auto; background: rgba(232, 69, 69, 0.1); padding: 18px; border-radius: 14px; font-size: 0.78rem; text-align: center; color: var(--primary); border: 1px solid var(--primary); }
.btn-hero { display: inline-block; padding: 18px 35px; border-radius: 50px; font-weight: 800; text-transform: uppercase; cursor: pointer; text-decoration: none; border: none; box-shadow: 0 12px 25px rgba(0,0,0,0.35); transition: var(--transition); }
.btn-hero.rozella-red { background: linear-gradient(135deg, var(--primary), #c43030); color: white; }
.btn-hero.rozella-gradient { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); color: white; }
.btn-hero:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(0,0,0,0.45); }
.form-input { width: 100%; padding: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(232, 69, 69, 0.2); border-radius: 50px; color: white; margin-bottom: 18px; outline: none; transition: var(--transition); }
.form-input:focus { border-color: var(--primary); background: rgba(255,255,255,0.12); box-shadow: 0 0 18px rgba(232, 69, 69, 0.3); }
.scroll-to-top {
    position: fixed; bottom: 115px; right: 35px; width: 55px; height: 55px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 50%; display: none; align-items: center; justify-content: center;
    cursor: pointer; z-index: 9000; box-shadow: 0 8px 25px rgba(232, 69, 69, 0.45);
    transition: 0.3s; color: white; font-size: 1.6rem;
}
.scroll-to-top:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(232, 69, 69, 0.6); }
@media (max-width: 768px) { .scroll-to-top { bottom: 100px; right: 22px; width: 48px; height: 48px; } }
.mobile-tab {
    position: fixed; bottom: 20px; left: 15px; right: 15px; height: 75px;
    background: linear-gradient(135deg, rgba(26, 12, 10, 0.98) 0%, rgba(31, 14, 10, 0.98) 100%);
    backdrop-filter: blur(20px); border-radius: 50px;
    display: none; justify-content: space-around; align-items: center;
    z-index: 2500; box-shadow: 0 20px 60px rgba(0,0,0,0.8); border: 1px solid var(--border);
}
.tab-item { text-align: center; color: rgba(255,255,255,0.5); font-size: 0.65rem; text-transform: uppercase; font-weight: 700; transition: var(--transition); }
@media (max-width: 768px) {
    .container { padding: 0 16px; }

    .hero-rozella-section { padding: 45px 0 55px; min-height: auto; }
    .hero-rozella-badge { font-size: 0.72rem; padding: 9px 18px; }
    .hero-rozella-title { font-size: clamp(2.4rem, 10vw, 3.2rem) !important; margin-bottom: 18px; }
    .hero-rozella-subtitle { font-size: 0.96rem; margin-bottom: 30px; }
    .hero-rozella-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 35px; }
    .rozella-stat-box { padding: 18px 12px; }
    .rozella-stat-icon { font-size: 1.8rem; }
    .rozella-stat-value { font-size: 1.7rem; }
    .rozella-stat-label { font-size: 0.73rem; }

    .rozella-filters-bar { padding: 11px 0; }
    .rozella-filter-nav, .rozella-sf-scroll { justify-content: flex-start; padding-left: 12px; padding-right: 12px; gap: 8px; }
    .rozella-filter-btn { padding: 9px 16px; font-size: 0.78rem; }
    .rozella-sf-btn { padding: 8px 14px; font-size: 0.78rem; }

    .rozella-catalog-section { padding: 50px 0; }
    .rozella-grid { grid-template-columns: 1fr; max-width: 480px; gap: 25px; }
    .rozella-card { max-width: 100%; }
    .rozella-img-wrapper { height: 300px; }
    .rozella-content { padding: 24px 18px; gap: 16px; }
    .rozella-name { font-size: 1.25rem; }
    .rozella-latin { font-size: 0.78rem; }
    .rozella-stats { padding: 18px 12px; gap: 10px; }
    .rozella-stat-icon-sm { font-size: 1.4rem; }
    .rozella-stat-dots { gap: 3px; }
    .rozella-dot { width: 6px; height: 6px; }
    .rozella-stat-label-sm { font-size: 0.63rem; }
    .rozella-size-badge { padding: 9px 14px; font-size: 0.78rem; }
    .rozella-price { font-size: 1.35rem; }
    .rozella-arrow { width: 38px; height: 38px; font-size: 1.05rem; }

    .why-rozella-section { padding: 55px 0; }
    .why-rozella-grid { grid-template-columns: 1fr; gap: 38px; }
    .why-rozella-content h2 { font-size: clamp(1.9rem, 8vw, 2.6rem) !important; margin-bottom: 22px; text-align: center; }
    .why-rozella-list { gap: 16px; }
    .why-rozella-item { padding: 18px 14px; gap: 14px; }
    .why-rozella-icon { font-size: 1.9rem; min-width: 48px; height: 48px; }
    .why-rozella-text h4 { font-size: 1.05rem; }
    .why-rozella-text p { font-size: 0.88rem; }
    .why-rozella-image { order: -1; }

    .rozella-price-section { padding: 55px 0; }
    .rozella-price-header { margin-bottom: 42px; }
    .rozella-price-badge { font-size: 0.73rem; padding: 7px 16px; }
    .rozella-price-title { font-size: clamp(1.9rem, 8vw, 2.6rem) !important; }
    .rozella-price-subtitle { font-size: 0.92rem; padding: 0 8px; }
    .rozella-price-grid { grid-template-columns: 1fr; gap: 22px; max-width: 100%; }
    .rozella-price-card { padding: 32px 22px; }
    .rozella-price-card.popular::after { top: 18px; right: -28px; padding: 5px 32px; font-size: 0.63rem; }
    .rozella-price-emoji { font-size: 3.2rem; margin-bottom: 18px; }
    .rozella-price-card h3 { font-size: 1.3rem; }
    .rozella-price-value { font-size: 2rem; }
    .rozella-price-features { margin: 18px 0; }
    .rozella-price-features li { font-size: 0.83rem; padding: 9px 0; }

    .rozella-quiz-section { padding: 55px 0; }
    .rozella-quiz-container { padding: 35px 18px; border-radius: 24px; }
    .rozella-quiz-header { margin-bottom: 30px; }
    .rozella-quiz-step-indicator { font-size: 0.73rem; margin-bottom: 14px; }
    .rozella-quiz-question { font-size: clamp(1.4rem, 6vw, 1.9rem) !important; margin-bottom: 12px; }
    .rozella-quiz-subtitle { font-size: 0.92rem; }
    .rozella-quiz-options { grid-template-columns: 1fr; gap: 13px; margin-top: 26px; }
    .rozella-quiz-option { flex-direction: row; text-align: left; padding: 18px 14px; gap: 14px; }
    .rozella-quiz-option-icon { font-size: 2.3rem; margin: 0; }
    .rozella-quiz-option-title { font-size: 1.05rem; }
    .rozella-quiz-option-desc { font-size: 0.78rem; }
    .rozella-quiz-loader { min-height: 320px; }
    .rozella-loader-spinner { width: 75px; height: 75px; margin-bottom: 22px; }
    .rozella-loader-text { font-size: 1.05rem; }
    .rozella-loader-subtext { font-size: 0.82rem; }
    .rozella-result-title { font-size: clamp(1.5rem, 6vw, 2rem) !important; }
    .rozella-result-img { width: 200px; height: 200px; }
    .rozella-result-desc { font-size: 0.92rem; padding: 0 8px; }
    .rozella-quiz-form { padding: 28px 18px; }
    .rozella-form-title { font-size: 0.82rem; }
    .rozella-quiz-input { padding: 14px 16px; font-size: 1rem; }

    .rozella-care-section { padding: 55px 0; }
    .rozella-care-grid { grid-template-columns: 1fr; gap: 35px; }
    .rozella-care-image { order: -1; }
    .rozella-care-content h2 { font-size: clamp(1.9rem, 8vw, 2.6rem) !important; text-align: center; }
    .rozella-care-intro { font-size: 0.92rem; text-align: center; }
    .rozella-care-list { gap: 16px; }
    .rozella-care-item { padding: 18px 14px; gap: 14px; }
    .rozella-care-item-icon { font-size: 1.7rem; min-width: 42px; }
    .rozella-care-item h4 { font-size: 0.97rem; }
    .rozella-care-item p { font-size: 0.83rem; }
    .expert-badge-rozella { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; display: inline-block; margin: 9px; padding: 14px 18px; }
    .expert-badge-rozella-icon { font-size: 1.7rem; }
    .expert-badge-rozella-text { font-size: 0.78rem; }

    .rozella-seo-section { padding: 55px 0; }
    .rozella-faq-container { padding: 32px 18px; border-radius: 22px; margin-bottom: 42px; }
    .rozella-faq-title { font-size: 1.9rem !important; margin-bottom: 26px; }
    .rozella-faq-item { padding: 18px 0; }
    .rozella-faq-question { font-size: 0.97rem; padding-right: 12px; }
    .rozella-faq-icon { font-size: 1.2rem; min-width: 24px; }
    .rozella-faq-answer { font-size: 0.88rem; }
    .rozella-seo-text { padding: 32px 18px; border-radius: 20px; }
    .rozella-trust-badge { font-size: 0.73rem; padding: 7px 14px; }
    .rozella-seo-text h2 { font-size: clamp(1.5rem, 7vw, 2rem) !important; }
    .rozella-seo-description { font-size: 0.88rem; }
    .rozella-seo-description li { font-size: 0.83rem; margin-bottom: 9px; }
    .rozella-seo-tags { gap: 7px; margin-top: 26px; }
    .rozella-seo-tag { font-size: 0.73rem; padding: 7px 12px; }

    .cat-modal-grid { grid-template-columns: repeat(2, 1fr); gap: 13px; padding: 28px 13px 75px 13px; }
    .cat-modal-item { padding: 18px 10px; }
    .cat-modal-item i { font-size: 1.4rem !important; }
    .cat-modal-item h4 { font-size: 0.9rem !important; }
    .cat-modal-item p { font-size: 0.73rem !important; }

    .btn-hero { padding: 14px 24px; font-size: 0.83rem; }
    * { word-wrap: break-word; overflow-wrap: break-word; }
    body { overflow-x: hidden; max-width: 100vw; }
    .container { max-width: 100%; overflow-x: hidden; }
    img { max-width: 100%; }
    .modal-box, .rozella-qv-box { max-width: 100vw; }
    .form-input, .rozella-quiz-input { max-width: 100%; font-size: 16px !important; }
    .rozella-badge, .hero-rozella-badge, .rozella-price-badge { max-width: calc(100% - 24px); text-align: center; }
    button, .btn-hero, .btn-consult { max-width: 100%; white-space: normal; }
    .footer-grid { gap: 28px; }
    .footer-col { text-align: center; }
    .footer-col ul { padding: 0; }
    .f-contact { justify-content: center; }
    .floating-badge-rozella { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; display: inline-block; margin: 9px 5px; }
    @media (hover: none) { .rozella-card:hover { transform: none; } .rozella-qv-btn { opacity: 1; transform: translateY(0) scale(1); } }
}
@media (max-width: 480px) {
    .container { padding: 0 12px; }
    .hero-rozella-title { font-size: 2rem !important; }
    .hero-rozella-stats { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .rozella-filter-btn, .rozella-sf-btn { font-size: 0.72rem; padding: 7px 12px; }
    .rozella-name { font-size: 1.15rem; }
    .rozella-price { font-size: 1.25rem; }
    .why-rozella-content h2, .rozella-price-title, .rozella-care-content h2, .rozella-seo-text h2 { font-size: 1.75rem !important; }
    .rozella-quiz-question { font-size: 1.3rem !important; }
    .rozella-quiz-option { padding: 14px 11px; }
    .rozella-quiz-option-icon { font-size: 1.9rem; }
    .rozella-result-img { width: 170px; height: 170px; }
    .cat-modal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
    .hero-rozella-title { font-size: 1.75rem !important; }
    .rozella-stat-box { padding: 14px 9px; }
    .rozella-content { padding: 18px 14px; }
    .rozella-quiz-container { padding: 26px 13px; }
    .rozella-faq-container, .rozella-seo-text { padding: 22px 13px; }
}