﻿:root {
    --primary: #E8A832;
    --secondary: #D4522A;
    --accent: #5DADE2;
    --bg-dark: #0a0a0f;
    --bg-dark-lighter: #15141a;
    --white: #FFFFFF;
    --text: #ffffff;
    --text-soft: rgba(255, 255, 255, 0.7);
    --green: #7BBF6A;
    --border: rgba(232, 168, 50, 0.2);
    --shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    --shadow-hover: 0 35px 60px -15px rgba(232, 168, 50, 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 { 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; }
.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, 20, 26, 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, 168, 50, 0.1); }
.soc-group a {
    width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: rgba(232, 168, 50, 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, 168, 50, 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, 168, 50, 0.3);
}
.btn-consult:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(232, 168, 50, 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-lizard-section { 
    background: linear-gradient(180deg, #0a0a0f 0%, #1a1208 50%, #0f0a05 100%); 
    padding: 80px 0 100px; position: relative; overflow: hidden; min-height: 75vh; 
    display: flex; align-items: center; justify-content: center; 
}
.hero-lizard-section::before { 
    content: ''; position: absolute; top: -50%; left: 50%; width: 150%; height: 150%; 
    background: 
        radial-gradient(circle at 25% 45%, rgba(232, 168, 50, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 75% 55%, rgba(212, 82, 42, 0.14) 0%, transparent 50%),
        radial-gradient(circle at 50% 80%, rgba(93, 173, 226, 0.08) 0%, transparent 40%);
    transform: translateX(-50%);
    animation: pulseDesert 9s ease-in-out infinite; pointer-events: none; 
}
@keyframes pulseDesert {
    0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.12); }
}
.floating-particles-lizard { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; z-index: 1; }
.particle-lizard {
    position: absolute; border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 168, 50, 0.6) 0%, transparent 70%);
    animation: floatParticleLizard 18s ease-in-out infinite;
}
.particle-lizard:nth-child(1) { width: 6px; height: 6px; top: 15%; left: 10%; animation-delay: 0s; }
.particle-lizard:nth-child(2) { width: 4px; height: 4px; top: 60%; left: 80%; animation-delay: 3s; background: radial-gradient(circle, rgba(212, 82, 42, 0.5) 0%, transparent 70%); }
.particle-lizard:nth-child(3) { width: 8px; height: 8px; top: 25%; left: 85%; animation-delay: 6s; }
.particle-lizard:nth-child(4) { width: 5px; height: 5px; top: 75%; left: 20%; animation-delay: 9s; background: radial-gradient(circle, rgba(93, 173, 226, 0.4) 0%, transparent 70%); }
.particle-lizard:nth-child(5) { width: 3px; height: 3px; top: 40%; left: 50%; animation-delay: 2s; }
.particle-lizard:nth-child(6) { width: 7px; height: 7px; top: 80%; left: 65%; animation-delay: 5s; }
.particle-lizard:nth-child(7) { width: 4px; height: 4px; top: 10%; left: 40%; animation-delay: 8s; background: radial-gradient(circle, rgba(212, 82, 42, 0.4) 0%, transparent 70%); }
.particle-lizard:nth-child(8) { width: 5px; height: 5px; top: 50%; left: 15%; animation-delay: 11s; }
@keyframes floatParticleLizard {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 0; }
    10% { opacity: 1; }
    50% { transform: translateY(-120px) translateX(40px); opacity: 0.7; }
    90% { opacity: 0.3; }
}
.hero-lizard-section::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 18, 8, 0.6) 100%);
    pointer-events: none; z-index: 1;
}
.hero-lizard-content { position: relative; z-index: 2; text-align: center; max-width: 1100px; margin: 0 auto; }
.hero-lizard-badge { 
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, rgba(232, 168, 50, 0.25) 0%, rgba(212, 82, 42, 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, 168, 50, 0.5); 
    animation: badgePulseLizard 3s ease-in-out infinite;
}
@keyframes badgePulseLizard {
    0%, 100% { transform: scale(1); box-shadow: 0 10px 40px rgba(232, 168, 50, 0.5); }
    50% { transform: scale(1.06); box-shadow: 0 15px 50px rgba(212, 82, 42, 0.7); }
}
.hero-lizard-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 30px rgba(232, 168, 50, 0.5); letter-spacing: -2px;
}
.lizard-gradient-text { 
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 40%, var(--accent) 100%); 
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    animation: lizardGradientShift 5s ease infinite; background-size: 300% 300%;
}
@keyframes lizardGradientShift {
    0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }
}
.hero-lizard-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-lizard-stats {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px; max-width: 800px; margin: 60px auto 0;
}
.lizard-stat-box {
    background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(15px);
    border: 1px solid rgba(232, 168, 50, 0.2); border-radius: 25px;
    padding: 30px 25px; text-align: center; transition: var(--transition); position: relative; overflow: hidden;
}
.lizard-stat-box::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(232, 168, 50, 0.1) 0%, transparent 70%);
    opacity: 0; transition: 0.6s;
}
.lizard-stat-box:hover::before { opacity: 1; transform: scale(1.2); }
.lizard-stat-box:hover { transform: translateY(-12px); border-color: var(--primary); box-shadow: 0 20px 50px rgba(232, 168, 50, 0.4); background: rgba(232, 168, 50, 0.1); }
.lizard-stat-icon { font-size: 3rem; margin-bottom: 15px; display: block; filter: drop-shadow(0 5px 15px rgba(232, 168, 50, 0.5)); }
.lizard-stat-value { font-size: 2.2rem; font-weight: 800; color: var(--primary); display: block; margin-bottom: 8px; text-shadow: 0 3px 15px rgba(232, 168, 50, 0.5); }
.lizard-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
.lizard-filters-bar { 
    background: linear-gradient(135deg, rgba(15, 15, 20, 0.98) 0%, rgba(21, 20, 26, 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, 168, 50, 0.3);
}
@media (max-width: 1024px) { .lizard-filters-bar { top: 134px; padding: 15px 0; } }
.lizard-filter-nav { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; justify-content: center; }
.lizard-filter-nav::-webkit-scrollbar { display: none; }
.lizard-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, 168, 50, 0.2); transition: all 0.3s ease; cursor: pointer; 
    display: flex; align-items: center; gap: 8px;
}
.lizard-filter-btn:hover { 
    background: linear-gradient(135deg, rgba(232, 168, 50, 0.25) 0%, rgba(212, 82, 42, 0.25) 100%); 
    border-color: var(--primary); color: white; transform: translateY(-2px); box-shadow: 0 5px 20px rgba(232, 168, 50, 0.5); 
}
.lizard-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, 168, 50, 0.6); 
}
.lizard-smart-filters { padding: 20px 0; border-bottom: 1px solid rgba(232, 168, 50, 0.15); background: rgba(10, 10, 15, 0.5); }
.lizard-sf-scroll { display: flex; gap: 12px; overflow-x: auto; justify-content: center; padding-bottom: 5px; }
.lizard-sf-scroll::-webkit-scrollbar { display: none; }
.lizard-sf-btn { 
    background: rgba(255,255,255,0.05); border: 1px solid rgba(232, 168, 50, 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; 
}
.lizard-sf-btn:hover { background: rgba(232, 168, 50, 0.2); border-color: var(--primary); color: var(--primary); }
.lizard-sf-btn.active { background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%); color: white; border-color: transparent; font-weight: 800; }
.lizard-catalog-section { padding: 80px 0; position: relative; }
.lizard-catalog-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(232, 168, 50, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(212, 82, 42, 0.04) 0%, transparent 50%);
    pointer-events: none;
}
.lizard-grid { 
    display: grid; grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); 
    gap: 40px; position: relative; z-index: 2; justify-content: center; max-width: 1250px; margin: 0 auto;
}
@media (min-width: 768px) {
    .lizard-grid[data-count="1"] { grid-template-columns: 1fr; max-width: 480px; }
    .lizard-grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); max-width: 900px; }
    .lizard-grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); max-width: 1250px; }
}
.lizard-card { 
    display: flex; flex-direction: column; 
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%); 
    border: 1px solid rgba(232, 168, 50, 0.15); 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.3);
}
.lizard-card:hover { 
    transform: translateY(-18px) scale(1.02); border-color: var(--primary); 
    box-shadow: 0 30px 60px rgba(232, 168, 50, 0.5); 
    background: linear-gradient(135deg, rgba(232, 168, 50, 0.08) 0%, rgba(212, 82, 42, 0.06) 100%); 
}
.lizard-card::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(232, 168, 50, 0.12) 50%, transparent 70%);
    opacity: 0; transition: 0.9s; pointer-events: none;
}
.lizard-card:hover::before { opacity: 1; transform: rotate(45deg); }
.lizard-img-wrapper { 
    height: 400px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; 
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
}
.lizard-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);
}
.lizard-card:hover .lizard-img { transform: scale(1.22) rotate(2deg); filter: brightness(1.2) saturate(1.4); }
.lizard-badges { position: absolute; top: 20px; left: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 10; }
.lizard-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, 168, 50, 0.3);
    transform: translateX(-10px); opacity: 0; animation: badgeSlideInLizard 0.6s ease forwards;
}
@keyframes badgeSlideInLizard { to { transform: translateX(0); opacity: 1; } }
.lizard-badge:nth-child(2) { animation-delay: 0.15s; }
.lizard-badge:nth-child(3) { animation-delay: 0.3s; }
.lizard-badge.premium { border-color: var(--secondary); color: var(--secondary); }
.lizard-badge.rare { border-color: var(--accent); color: var(--accent); }
.lizard-badge.popular { border-color: var(--primary); color: var(--primary); }
.lizard-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, 168, 50, 0.6); 
    opacity: 0; transform: translateY(-15px) scale(0.8);
}
.lizard-card:hover .lizard-qv-btn { opacity: 1; transform: translateY(0) scale(1); }
.lizard-qv-btn:hover { background: var(--primary); border-color: var(--secondary); color: #000; transform: scale(1.2) rotate(12deg); box-shadow: 0 8px 25px rgba(232, 168, 50, 0.7); }
.lizard-content { padding: 35px; flex-grow: 1; display: flex; flex-direction: column; gap: 22px; }
.lizard-name { font-family:'Manrope',sans-serif; font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.3; transition: 0.3s; }
.lizard-card:hover .lizard-name { color: var(--primary); }
.lizard-latin { font-size: 0.9rem; color: rgba(255,255,255,0.5); font-style: italic; margin-bottom: 18px; }
.lizard-stats-row {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 25px;
    background: rgba(0, 0, 0, 0.25); border-radius: 18px; border: 1px solid rgba(232, 168, 50, 0.08);
    position: relative; overflow: hidden; transition: 0.4s;
}
.lizard-stats-row::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(232, 168, 50, 0.1), transparent); transition: 0.9s;
}
.lizard-card:hover .lizard-stats-row::before { left: 100%; }
.lizard-card:hover .lizard-stats-row { background: rgba(232, 168, 50, 0.08); border-color: rgba(232, 168, 50, 0.35); box-shadow: inset 0 0 25px rgba(232, 168, 50, 0.1); }
.lizard-stat { display: flex; flex-direction: column; align-items: center; gap: 10px; position: relative; z-index: 1; }
.lizard-stat-icon-sm { font-size: 1.7rem; transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); filter: grayscale(0.2); }
.lizard-card:hover .lizard-stat-icon-sm { transform: scale(1.4) rotate(15deg); filter: grayscale(0) drop-shadow(0 0 10px var(--primary)); }
.lizard-card:hover .lizard-stat:nth-child(1) .lizard-stat-icon-sm { animation: iconBounceLizard 0.7s ease; }
.lizard-card:hover .lizard-stat:nth-child(2) .lizard-stat-icon-sm { animation: iconBounceLizard 0.7s 0.12s ease; }
.lizard-card:hover .lizard-stat:nth-child(3) .lizard-stat-icon-sm { animation: iconBounceLizard 0.7s 0.24s ease; }
@keyframes iconBounceLizard { 0%, 100% { transform: scale(1.4) rotate(15deg); } 50% { transform: scale(1.65) rotate(-15deg); } }
.lizard-stat-dots { display: flex; gap: 5px; }
.lizard-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); }
.lizard-dot.fill { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); box-shadow: 0 0 10px var(--primary); animation: dotGlowLizard 1.6s infinite alternate; }
@keyframes dotGlowLizard { 0% { box-shadow: 0 0 6px var(--primary); } 100% { box-shadow: 0 0 18px var(--primary), 0 0 30px var(--secondary); } }
.lizard-card:hover .lizard-dot.fill { transform: scale(1.3); }
.lizard-stat-label-sm { font-size: 0.72rem; color: rgba(255,255,255,0.5); text-transform: uppercase; font-weight: 700; letter-spacing: 0.6px; margin-top: 4px; }
.lizard-size-badge {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 12px 18px; background: rgba(212, 82, 42, 0.12); border: 1px solid rgba(212, 82, 42, 0.35);
    border-radius: 14px; font-size: 0.88rem; font-weight: 700; color: var(--secondary); transition: 0.3s;
}
.lizard-card:hover .lizard-size-badge { background: rgba(212, 82, 42, 0.25); border-color: var(--secondary); transform: scale(1.04); }
.lizard-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(232, 168, 50, 0.15); padding-top: 22px; }
.lizard-price-block { flex: 1; }
.lizard-price-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; display: block; margin-bottom: 6px; }
.lizard-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; }
.lizard-arrow { 
    width: 45px; height: 45px; border-radius: 50%; background: rgba(232, 168, 50, 0.18); 
    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;
}
.lizard-card:hover .lizard-arrow { background: var(--primary); color: #000; transform: rotate(-45deg) scale(1.25); box-shadow: 0 6px 25px rgba(232, 168, 50, 0.7); }
.lizard-load-more { display: flex; justify-content: center; margin-top: 70px; }
.btn-lizard-more { 
    background: linear-gradient(135deg, rgba(232, 168, 50, 0.12) 0%, rgba(212, 82, 42, 0.12) 100%); 
    border: 2px solid var(--primary); color: #fff; padding: 20px 55px; border-radius: 50px; 
    font-size: 1.05rem; font-weight: 700; cursor: pointer; transition: 0.4s; 
    display: inline-flex; align-items: center; gap: 14px; text-transform: uppercase; letter-spacing: 1.2px;
}
.btn-lizard-more:hover { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); color: #fff; border-color: var(--secondary); transform: translateY(-6px); box-shadow: 0 12px 35px rgba(232, 168, 50, 0.6); }
.why-lizard-section { padding: 110px 0; background: linear-gradient(135deg, #0a0a0f 0%, #1a1208 100%); position: relative; overflow: hidden; }
.why-lizard-section::before {
    content: ''; position: absolute; top: -120px; right: -120px; width: 650px; height: 650px;
    background: radial-gradient(circle, rgba(232, 168, 50, 0.1) 0%, transparent 70%);
    border-radius: 50%; animation: pulseWhy 9s ease-in-out infinite;
}
.why-lizard-section::after {
    content: ''; position: absolute; bottom: -180px; left: -180px; width: 750px; height: 750px;
    background: radial-gradient(circle, rgba(212, 82, 42, 0.08) 0%, transparent 70%);
    border-radius: 50%; animation: pulseWhy 11s ease-in-out infinite reverse;
}
@keyframes pulseWhy { 0%, 100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.15); opacity: 1; } }
.why-lizard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.why-lizard-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-lizard-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-lizard-list { display: flex; flex-direction: column; gap: 28px; }
.why-lizard-item {
    display: flex; gap: 22px; padding: 28px; background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(232, 168, 50, 0.15); border-radius: 22px; transition: 0.4s; cursor: default;
}
.why-lizard-item:hover { background: rgba(232, 168, 50, 0.08); border-color: var(--primary); transform: translateX(18px); box-shadow: -6px 0 25px rgba(232, 168, 50, 0.3); }
.why-lizard-icon {
    font-size: 2.8rem; min-width: 65px; height: 65px; display: flex; align-items: center; justify-content: center;
    background: rgba(232, 168, 50, 0.1); border-radius: 18px; border: 2px solid rgba(232, 168, 50, 0.35); transition: 0.4s;
}
.why-lizard-item:hover .why-lizard-icon { transform: scale(1.2) rotate(12deg); background: var(--primary); border-color: var(--secondary); box-shadow: 0 6px 25px rgba(232, 168, 50, 0.6); }
.why-lizard-text h4 { font-size: 1.25rem; color: white; margin-bottom: 10px; font-weight: 700; }
.why-lizard-text p { color: rgba(255,255,255,0.7); line-height: 1.7; font-size: 0.98rem; }
.why-lizard-image { position: relative; }
.why-lizard-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, 168, 50, 0.35); transition: 0.6s; }
.why-lizard-image:hover img { transform: scale(1.04) rotate(1deg); border-color: var(--primary); box-shadow: 0 45px 110px rgba(232, 168, 50, 0.5); }
.floating-badge-lizard {
    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.95rem; box-shadow: 0 12px 35px rgba(0,0,0,0.6);
    animation: floatBadgeLizard 3.5s ease-in-out infinite;
}
.floating-badge-lizard:nth-child(2) { top: 10%; right: -25px; animation-delay: 0s; }
.floating-badge-lizard:nth-child(3) { bottom: 15%; left: -35px; animation-delay: 1.2s; border-color: var(--primary); }
@keyframes floatBadgeLizard { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
@media (max-width: 900px) {
    .why-lizard-grid { grid-template-columns: 1fr; gap: 45px; }
    .why-lizard-image { order: -1; }
    .floating-badge-lizard { position: relative; top: auto; bottom: auto; left: auto; right: auto; display: inline-block; margin: 12px; }
}
.lizard-price-section { padding: 110px 0; background: linear-gradient(135deg, #0a0a0f 0%, #1a1208 100%); position: relative; overflow: hidden; }
.lizard-price-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image: repeating-linear-gradient(90deg, rgba(232, 168, 50, 0.03) 0px, transparent 2px, transparent 45px),
        repeating-linear-gradient(0deg, rgba(232, 168, 50, 0.03) 0px, transparent 2px, transparent 45px);
    opacity: 0.4; pointer-events: none;
}
.lizard-price-header { text-align: center; margin-bottom: 70px; position: relative; z-index: 2; }
.lizard-price-badge { display: inline-block; background: rgba(232, 168, 50, 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; }
.lizard-price-title { font-family: 'Playfair Display'; font-size: clamp(2.8rem, 5.5vw, 4.5rem); color: white; margin-bottom: 20px; }
.lizard-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; }
.lizard-price-subtitle { font-size: 1.15rem; color: rgba(255,255,255,0.65); max-width: 750px; margin: 0 auto; }
.lizard-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; position: relative; z-index: 2; justify-content: center; max-width: 1200px; margin: 0 auto; }
.lizard-price-card {
    background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(12px); border: 1px solid rgba(232, 168, 50, 0.2);
    border-radius: 28px; padding: 45px 35px; text-align: center; transition: 0.6s; position: relative; overflow: hidden; z-index: 1;
}
.lizard-price-card::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent, rgba(232, 168, 50, 0.1), transparent);
    transform: rotate(45deg); transition: 0.9s;
}
.lizard-price-card:hover::before { left: 100%; }
.lizard-price-card:hover { transform: translateY(-18px); border-color: var(--primary); background: rgba(232, 168, 50, 0.08); box-shadow: 0 30px 60px rgba(232, 168, 50, 0.4); }
.lizard-price-card.popular { border: 2px solid var(--secondary); background: rgba(212, 82, 42, 0.06); }
.lizard-price-card.popular::after {
    content: '⭐ ПОПУЛЯРНАЯ'; position: absolute; top: 25px; right: -40px;
    background: var(--secondary); color: white; padding: 6px 45px; font-size: 0.72rem; font-weight: 800;
    transform: rotate(45deg); box-shadow: 0 6px 20px rgba(212, 82, 42, 0.6);
}
.lizard-price-emoji { font-size: 4.5rem; display: block; margin-bottom: 25px; animation: bounceLizard 2.5s ease-in-out infinite; }
@keyframes bounceLizard { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.lizard-price-card h3{ font-size: 1.6rem; color: white; margin-bottom: 12px; font-weight:800; }
.lizard-price-card .latin { font-size: 0.88rem; color: rgba(255,255,255,0.5); font-style: italic; margin-bottom: 28px; }
.lizard-price-value { font-size: 2.8rem; 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: 28px; }
.lizard-price-features { list-style: none; margin: 28px 0; text-align: left; }
.lizard-price-features li { padding: 12px 0; color: rgba(255,255,255,0.72); display: flex; align-items: center; gap: 12px; font-size: 0.95rem; }
.lizard-price-features li::before { content: '✓'; color: var(--primary); font-weight: bold; font-size: 1.3rem; }
.btn-lizard-order {
    width: 100%; padding: 18px; 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.95rem; letter-spacing: 1.2px; position: relative; z-index: 10; pointer-events: auto;
}
.btn-lizard-order:hover { transform: translateY(-4px); box-shadow: 0 12px 35px rgba(232, 168, 50, 0.6); }
.lizard-quiz-section { padding: 110px 0; background: radial-gradient(circle at 50% 50%, #15141a 0%, #0a0a0f 100%); position: relative; overflow: hidden; }
.lizard-quiz-section::before {
    content: '🦎'; position: absolute; font-size: 400px; opacity: 0.025;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    pointer-events: none; animation: rotateLizardBg 70s linear infinite;
}
@keyframes rotateLizardBg { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }
.lizard-quiz-container {
    margin: 0 auto; background: linear-gradient(135deg, rgba(232, 168, 50, 0.1) 0%, rgba(212, 82, 42, 0.06) 100%);
    backdrop-filter: blur(25px); border: 2px solid rgba(232, 168, 50, 0.35); border-radius: 40px;
    padding: 70px 55px; box-shadow: 0 35px 90px rgba(0,0,0,0.7); position: relative; overflow: hidden;
}
.lizard-quiz-progress { position: absolute; top: 0; left: 0; height: 6px; background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%); width: 0%; transition: width 0.6s ease; box-shadow: 0 0 20px var(--primary); }
.lizard-quiz-header { text-align: center; margin-bottom: 55px; }
.lizard-quiz-step-indicator { font-size: 0.88rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 25px; }
.lizard-quiz-question { font-family: 'Playfair Display'; font-size: clamp(2rem, 4.5vw, 2.8rem); color: white; margin-bottom: 18px; line-height: 1.2; }
.lizard-quiz-subtitle { font-size: 1.15rem; color: rgba(255,255,255,0.65); }
.lizard-quiz-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 25px; margin-top: 45px; }
.lizard-quiz-option {
    background: rgba(255,255,255,0.04); border: 2px solid rgba(232, 168, 50, 0.2); border-radius: 24px;
    padding: 35px 28px; 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: 18px;
    position: relative; overflow: hidden;
}
.lizard-quiz-option::before {
    content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 168, 50, 0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%); transition: width 0.7s, height 0.7s;
}
.lizard-quiz-option:hover::before { width: 350px; height: 350px; }
.lizard-quiz-option:hover { transform: translateY(-12px); border-color: var(--primary); background: rgba(232, 168, 50, 0.1); box-shadow: 0 18px 45px rgba(232, 168, 50, 0.4); }
.lizard-quiz-option-icon { font-size: 4rem; position: relative; z-index: 1; transition: 0.5s; }
.lizard-quiz-option:hover .lizard-quiz-option-icon { transform: scale(1.25) rotate(12deg); }
.lizard-quiz-option-text { position: relative; z-index: 1; }
.lizard-quiz-option-title { font-size: 1.25rem; font-weight: 700; color: white; margin-bottom: 8px; }
.lizard-quiz-option-desc { font-size: 0.88rem; color: rgba(255,255,255,0.6); }
.lizard-quiz-loader { display: none; flex-direction: column; align-items: center; justify-content: center; min-height: 450px; }
.lizard-loader-spinner { width: 110px; height: 110px; border: 6px solid rgba(255,255,255,0.12); border-top: 6px solid var(--primary); border-right: 6px solid var(--secondary); border-radius: 50%; animation: spinLizard 1.8s linear infinite; margin-bottom: 35px; }
@keyframes spinLizard { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.lizard-loader-text { font-size: 1.4rem; color: white; font-weight: 700; margin-bottom: 18px; }
.lizard-loader-subtext { font-size: 1rem; color: rgba(255,255,255,0.5); }
.lizard-quiz-result { display: none; text-align: center; animation: fadeInLizard 0.9s ease; }
@keyframes fadeInLizard { from { opacity: 0; transform: translateY(35px); } to { opacity: 1; transform: translateY(0); } }
.lizard-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.9rem; text-transform: uppercase; margin-bottom: 28px; letter-spacing: 1.2px; }
.lizard-result-title { font-family: 'Playfair Display'; font-size: clamp(2.2rem, 4.5vw, 3.2rem); color: white; margin-bottom: 35px; }
.lizard-result-img { width: 280px; height: 280px; object-fit: cover; object-position: center 20%; border-radius: 50%; border: 5px solid var(--primary); margin: 0 auto 35px; box-shadow: 0 0 60px rgba(232, 168, 50, 0.6); animation: resultImgAppearLizard 1.2s ease; }
@keyframes resultImgAppearLizard { from { transform: scale(0.5) rotate(-12deg); opacity: 0; } to { transform: scale(1) rotate(0deg); opacity: 1; } }
.lizard-result-desc { font-size: 1.15rem; color: rgba(255,255,255,0.8); line-height: 1.8; max-width: 700px; margin: 0 auto 45px; }
.btn-lizard-retry {
    background: rgba(255,255,255,0.06); border: 1px solid rgba(232, 168, 50, 0.25); color: white;
    padding: 14px 32px; border-radius: 50px; cursor: pointer; font-size: 0.95rem; font-weight: 600;
    display: inline-flex; align-items: center; gap: 12px; transition: 0.3s; margin-bottom: 35px;
}
.btn-lizard-retry:hover { background: rgba(232, 168, 50, 0.18); border-color: var(--primary); color: var(--primary); transform: translateY(-4px); }
.lizard-retry-icon { display: inline-block; transition: transform 0.6s ease; }
.btn-lizard-retry:hover .lizard-retry-icon { transform: rotate(180deg); }
.lizard-quiz-form { background: rgba(255,255,255,0.06); padding: 40px; border-radius: 24px; max-width: 550px; margin: 0 auto; border: 1px solid rgba(232, 168, 50, 0.2); }
.lizard-form-title { color: var(--secondary); font-weight: 800; margin-bottom: 25px; text-transform: uppercase; font-size: 1rem; letter-spacing: 1.2px; }
.lizard-quiz-input { width: 100%; padding: 18px 24px; background: rgba(0,0,0,0.35); border: 1px solid rgba(232, 168, 50, 0.25); border-radius: 14px; color: white; margin-bottom: 18px; font-size: 1.05rem; text-align: center; outline: none; transition: 0.3s; }
.lizard-quiz-input:focus { border-color: var(--primary); background: rgba(0,0,0,0.5); box-shadow: 0 0 20px rgba(232, 168, 50, 0.35); }
.lizard-quiz-input::placeholder { color: rgba(255,255,255,0.4); }
.btn-lizard-submit { width: 100%; padding: 18px; 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: 1rem; letter-spacing: 1.2px; }
.btn-lizard-submit:hover { transform: translateY(-4px); box-shadow: 0 12px 35px rgba(232, 168, 50, 0.6); }
.lizard-form-note { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-top: 18px; text-align: center; }
.lizard-quiz-step { display: none; }
.lizard-quiz-step.active { display: block; animation: slideInLizard 0.6s ease; }
@keyframes slideInLizard { from { opacity: 0; transform: translateX(-35px); } to { opacity: 1; transform: translateX(0); } }
.lizard-care-section { padding: 110px 0; background: linear-gradient(135deg, rgba(10, 10, 15, 0.8) 0%, rgba(26, 18, 8, 0.9) 100%); position: relative; overflow: hidden; }
.lizard-care-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: center; }
.lizard-care-image { position: relative; }
.lizard-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, 168, 50, 0.35); }
.expert-badge-lizard {
    position: absolute; background: rgba(0,0,0,0.88); backdrop-filter: blur(12px);
    padding: 22px 28px; border-radius: 22px; border: 2px solid var(--secondary);
    color: white; font-weight: 700; box-shadow: 0 18px 45px rgba(0,0,0,0.8);
}
.expert-badge-lizard:nth-child(2) { top: 12%; right: -35px; }
.expert-badge-lizard:nth-child(3) { bottom: 18%; left: -45px; border-color: var(--primary); }
.expert-badge-lizard-icon { font-size: 2.2rem; display: block; margin-bottom: 8px; }
.expert-badge-lizard-text { font-size: 0.88rem; color: rgba(255,255,255,0.8); }
.lizard-care-content h2 { font-family: 'Playfair Display'; font-size: clamp(2.8rem, 5.5vw, 4.5rem); color: white; margin-bottom: 28px; line-height: 1.1; }
.lizard-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; }
.lizard-care-intro { font-size: 1.15rem; color: rgba(255,255,255,0.72); margin-bottom: 45px; line-height: 1.8; }
.lizard-care-list { display: flex; flex-direction: column; gap: 24px; }
.lizard-care-item {
    display: flex; gap: 24px; padding: 28px; background: rgba(255,255,255,0.03);
    border-left: 4px solid var(--primary); border-radius: 18px; transition: 0.3s;
}
.lizard-care-item:hover { background: rgba(232, 168, 50, 0.08); transform: translateX(12px); box-shadow: -6px 0 25px rgba(232, 168, 50, 0.25); }
.lizard-care-item-icon { font-size: 2.2rem; min-width: 55px; }
.lizard-care-item h4 { color: white; font-size: 1.15rem; margin-bottom: 10px; font-weight: 700; }
.lizard-care-item p { color: rgba(255,255,255,0.72); line-height: 1.7; font-size: 0.98rem; }
@media (max-width: 900px) {
    .lizard-care-grid { grid-template-columns: 1fr; }
    .lizard-care-image { order: -1; }
    .expert-badge-lizard { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; display: inline-block; margin: 12px; }
}
.lizard-seo-section { padding: 110px 0; background: radial-gradient(circle at 50% 12%, #15141a 0%, #06060a 100%); position: relative; overflow: hidden; border-top: 1px solid rgba(232, 168, 50, 0.25); border-bottom: 1px solid rgba(232, 168, 50, 0.25); }
.lizard-seo-grid-bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-image: linear-gradient(rgba(232, 168, 50, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 168, 50, 0.03) 1px, transparent 1px); background-size: 65px 65px; opacity: 0.45; pointer-events: none; }
.lizard-seo-content { max-width: 1050px; margin: 0 auto; position: relative; z-index: 2; }
.lizard-faq-container { background: rgba(255,255,255,0.04); backdrop-filter: blur(18px); border: 1px solid rgba(232, 168, 50, 0.25); border-radius: 35px; padding: 55px 50px; box-shadow: 0 35px 80px rgba(0,0,0,0.6); margin-bottom: 70px; }
.lizard-faq-title { font-family: 'Playfair Display'; font-size: 2.8rem; color: white; text-align: center; margin-bottom: 45px; }
.lizard-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; }
.lizard-faq-item { border-bottom: 1px solid rgba(232, 168, 50, 0.15); padding: 28px 0; transition: 0.3s; }
.lizard-faq-item:last-child { border-bottom: none; }
.lizard-faq-question { font-weight: 700; color: white; font-size: 1.2rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: 0.3s; padding-right: 25px; }
.lizard-faq-question:hover { color: var(--primary); }
.lizard-faq-icon { font-size: 1.6rem; color: var(--primary); transition: 0.4s; min-width: 35px; text-align: center; }
.lizard-faq-item.active .lizard-faq-icon { transform: rotate(45deg); color: var(--secondary); }
.lizard-faq-answer { color: rgba(255,255,255,0.72); font-size: 1.05rem; line-height: 1.8; max-height: 0; overflow: hidden; transition: max-height 0.6s ease, padding 0.6s ease; }
.lizard-faq-item.active .lizard-faq-answer { max-height: 1200px; padding-top: 24px; }
.lizard-faq-item.active .lizard-faq-question { color: var(--primary); }
.lizard-seo-text { background: rgba(255,255,255,0.025); border: 1px solid rgba(232, 168, 50, 0.08); border-radius: 28px; padding: 55px 50px; }
.lizard-trust-badge { display: inline-flex; align-items: center; gap: 12px; background: rgba(232, 168, 50, 0.1); border: 1px solid var(--primary); padding: 12px 24px; border-radius: 50px; color: var(--primary); font-size: 0.88rem; font-weight: 700; margin-bottom: 35px; box-shadow: 0 0 25px rgba(232, 168, 50, 0.25); }
.lizard-seo-text h2 { font-family: 'Playfair Display'; font-size: clamp(2.2rem, 4.5vw, 3.2rem); color: white; margin-bottom: 28px; line-height: 1.2; }
.lizard-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; }
.lizard-seo-description { color: rgba(255,255,255,0.78); font-size: 1.08rem; line-height: 1.9; }
.lizard-seo-description p { margin-bottom: 24px; }
.lizard-seo-description strong { color: var(--secondary); font-weight: 600; }
.lizard-seo-description ul { list-style: none; margin: 28px 0; padding-left: 12px; }
.lizard-seo-description li { margin-bottom: 14px; display: flex; align-items: flex-start; gap: 14px; }
.lizard-seo-description li::before { content: '🦎'; font-size: 1.3rem; flex-shrink: 0; }
.lizard-seo-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 45px; padding-top: 35px; border-top: 1px solid rgba(232, 168, 50, 0.08); }
.lizard-seo-tag { background: rgba(255,255,255,0.04); padding: 10px 18px; border-radius: 12px; font-size: 0.82rem; color: rgba(255,255,255,0.45); border: 1px solid rgba(232, 168, 50, 0.08); transition: 0.3s; }
.lizard-seo-tag:hover { color: var(--primary); border-color: var(--primary); background: rgba(232, 168, 50, 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; }
.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, .lizard-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: zoomInLizard 0.4s ease; box-shadow: 0 25px 60px rgba(0,0,0,0.9); 
}
@keyframes zoomInLizard { 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); }
.lizard-qv-grid { display: grid; grid-template-columns: 1fr 1fr; height: 600px; overflow: hidden; }
.lizard-qv-image { background: black; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(232, 168, 50, 0.2); }
.lizard-qv-image img { width: 100%; height: 100%; object-fit: cover; }
.lizard-qv-scroll { padding: 45px 45px 110px 45px; overflow-y: auto; display: flex; flex-direction: column; }
.lizard-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, 168, 50, 0.2); display: flex; gap: 18px; backdrop-filter: blur(8px); }
.lizard-qv-header h2 { font-family: 'Playfair Display'; font-size: 2.4rem; color: var(--primary); margin-bottom: 28px; line-height: 1; }
.lizard-qv-price { font-size: 2.8rem; 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: 24px; font-family: 'Manrope'; }
.btn-lizard-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-lizard-qv-order:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(232, 168, 50, 0.6); }
.lizard-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); }
.lizard-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, .lizard-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: slideUpLizard 0.5s ease; }
    @keyframes slideUpLizard { from { transform: translateY(100%); } to { transform: translateY(0); } }
    .lizard-qv-grid { display: flex; flex-direction: column; height: 100%; }
    .lizard-qv-image { height: 38vh; min-height: 280px; border-bottom: 1px solid rgba(232, 168, 50, 0.2); border-right: none; }
    .lizard-qv-image img { padding: 18px; object-fit: contain !important; }
    .lizard-qv-scroll { flex-grow: 1; padding: 25px 25px 0 25px; }
    .lizard-qv-footer { position: relative; width: 100%; padding: 18px 25px 28px 25px; 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, 168, 50, 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, 168, 50, 0.06) 0%, rgba(21, 20, 26, 0.5) 100%); padding: 28px 18px; border-radius: 24px; border: 1px solid rgba(232, 168, 50, 0.25); transition: all 0.3s ease; cursor: pointer; text-decoration: none; }
.cat-modal-item:hover { background: linear-gradient(135deg, rgba(232, 168, 50, 0.25) 0%, rgba(212, 82, 42, 0.15) 100%); border-color: var(--primary); transform: translateY(-8px) scale(1.06); }
.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%, #15141a 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: 35px; border-bottom: 1px solid rgba(232, 168, 50, 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: 24px; }
.mn-link-list a { font-size: 1.15rem; font-weight: 700; color: #fff; text-transform: uppercase; }
.mn-contacts-center { margin-bottom: 35px; }
.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, 168, 50, 0.12); 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.lizard-gold { background: linear-gradient(135deg, var(--primary), #C8922A); color: white; }
.btn-hero.lizard-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, 168, 50, 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 20px rgba(232, 168, 50, 0.35); }
.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, 168, 50, 0.5); transition: 0.3s; color: white; font-size: 1.6rem; }
.scroll-to-top:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(232, 168, 50, 0.7); }
@media (max-width: 768px) { .scroll-to-top { bottom: 100px; right: 25px; width: 50px; height: 50px; } }
.mobile-tab { position: fixed; bottom: 20px; left: 15px; right: 15px; height: 75px; background: linear-gradient(135deg, rgba(10, 10, 15, 0.98) 0%, rgba(26, 18, 8, 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: 1024px) { .container { padding: 0 20px; } }
@media (max-width: 768px) {
    .hero-lizard-section { padding: 50px 0 60px; min-height: auto; }
    .hero-lizard-badge { font-size: 0.75rem; padding: 10px 20px; }
    .hero-lizard-title { font-size: clamp(2.5rem, 10vw, 3.5rem) !important; margin-bottom: 20px; }
    .hero-lizard-subtitle { font-size: 1rem; margin-bottom: 35px; }
    .hero-lizard-stats { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .lizard-stat-box { padding: 20px 15px; }
    .lizard-stat-icon { font-size: 2rem; }
    .lizard-stat-value { font-size: 1.8rem; }
    .lizard-stat-label { font-size: 0.75rem; }

    .lizard-filters-bar { padding: 12px 0; }
    .lizard-filter-nav, .lizard-sf-scroll { justify-content: flex-start; padding-left: 15px; padding-right: 15px; gap: 10px; }
    .lizard-filter-btn { padding: 10px 18px; font-size: 0.8rem; }
    .lizard-sf-btn { padding: 8px 16px; font-size: 0.8rem; }

    .lizard-grid { grid-template-columns: 1fr !important; gap: 25px; max-width: 100% !important; }
    .lizard-card { max-width: 500px; margin: 0 auto; }
    .lizard-img-wrapper { height: 320px; }
    .lizard-content { padding: 25px 20px; gap: 18px; }
    .lizard-name { font-size: 1.3rem; }
    .lizard-latin { font-size: 0.8rem; }
    .lizard-stats-row { padding: 20px 15px; gap: 12px; }
    .lizard-stat-icon-sm { font-size: 1.5rem; }
    .lizard-stat-dots { gap: 3px; }
    .lizard-dot { width: 6px; height: 6px; }
    .lizard-stat-label-sm { font-size: 0.65rem; }
    .lizard-size-badge { padding: 10px 15px; font-size: 0.8rem; }
    .lizard-price { font-size: 1.4rem; }
    .lizard-arrow { width: 40px; height: 40px; font-size: 1.1rem; }

    .why-lizard-section { padding: 60px 0; }
    .why-lizard-grid { grid-template-columns: 1fr; gap: 40px; }
    .why-lizard-content h2 { font-size: clamp(2rem, 8vw, 2.8rem) !important; margin-bottom: 25px; text-align: center; }
    .why-lizard-list { gap: 20px; }
    .why-lizard-item { padding: 20px 15px; gap: 15px; }
    .why-lizard-icon { font-size: 2rem; min-width: 50px; height: 50px; }
    .why-lizard-text h4 { font-size: 1.1rem; }
    .why-lizard-text p { font-size: 0.9rem; }
    .why-lizard-image { order: -1; }

    .lizard-price-section { padding: 60px 0; }
    .lizard-price-header { margin-bottom: 50px; }
    .lizard-price-badge { font-size: 0.75rem; padding: 8px 18px; }
    .lizard-price-title { font-size: clamp(2rem, 8vw, 2.8rem) !important; }
    .lizard-price-subtitle { font-size: 0.95rem; padding: 0 10px; }
    .lizard-price-grid { grid-template-columns: 1fr !important; gap: 25px; max-width: 100% !important; }
    .lizard-price-card { padding: 35px 25px; }
    .lizard-price-card.popular::after { top: 20px; right: -30px; padding: 5px 35px; font-size: 0.65rem; }
    .lizard-price-emoji { font-size: 3.5rem; margin-bottom: 20px; }
    .lizard-price-card h3 { font-size: 1.4rem; }
    .lizard-price-value { font-size: 2.2rem; }
    .lizard-price-features { margin: 20px 0; }
    .lizard-price-features li { font-size: 0.85rem; padding: 10px 0; }

    .lizard-quiz-section { padding: 60px 0; }
    .lizard-quiz-container { padding: 40px 20px; border-radius: 25px; }
    .lizard-quiz-header { margin-bottom: 35px; }
    .lizard-quiz-step-indicator { font-size: 0.75rem; margin-bottom: 15px; }
    .lizard-quiz-question { font-size: clamp(1.5rem, 6vw, 2rem) !important; margin-bottom: 15px; }
    .lizard-quiz-subtitle { font-size: 0.95rem; }
    .lizard-quiz-options { grid-template-columns: 1fr; gap: 15px; margin-top: 30px; }
    .lizard-quiz-option { flex-direction: row; text-align: left; padding: 20px 15px; gap: 15px; }
    .lizard-quiz-option-icon { font-size: 2.5rem; margin: 0; }
    .lizard-quiz-option-title { font-size: 1.1rem; }
    .lizard-quiz-option-desc { font-size: 0.8rem; }
    .lizard-quiz-loader { min-height: 350px; }
    .lizard-loader-spinner { width: 80px; height: 80px; margin-bottom: 25px; }
    .lizard-loader-text { font-size: 1.1rem; }
    .lizard-loader-subtext { font-size: 0.85rem; }
    .lizard-result-title { font-size: clamp(1.6rem, 6vw, 2.2rem) !important; }
    .lizard-result-img { width: 220px; height: 220px; }
    .lizard-result-desc { font-size: 0.95rem; padding: 0 10px; }
    .lizard-quiz-form { padding: 30px 20px; }
    .lizard-form-title { font-size: 0.85rem; }
    .lizard-quiz-input { padding: 14px 18px; font-size: 0.95rem; }

    .lizard-care-section { padding: 60px 0; }
    .lizard-care-grid { grid-template-columns: 1fr; gap: 40px; }
    .lizard-care-image { order: -1; }
    .lizard-care-content h2 { font-size: clamp(2rem, 8vw, 2.8rem) !important; text-align: center; }
    .lizard-care-intro { font-size: 0.95rem; text-align: center; }
    .lizard-care-list { gap: 18px; }
    .lizard-care-item { padding: 20px 15px; gap: 15px; }
    .lizard-care-item-icon { font-size: 1.8rem; min-width: 45px; }
    .lizard-care-item h4 { font-size: 1rem; }
    .lizard-care-item p { font-size: 0.85rem; }
    .expert-badge-lizard { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; display: inline-block; margin: 10px; padding: 15px 20px; }
    .expert-badge-lizard-icon { font-size: 1.8rem; }
    .expert-badge-lizard-text { font-size: 0.8rem; }

    .lizard-seo-section { padding: 60px 0; }
    .lizard-faq-container { padding: 35px 20px; border-radius: 25px; margin-bottom: 50px; }
    .lizard-faq-title { font-size: 2rem !important; margin-bottom: 30px; }
    .lizard-faq-item { padding: 20px 0; }
    .lizard-faq-question { font-size: 1rem; padding-right: 15px; }
    .lizard-faq-icon { font-size: 1.3rem; min-width: 25px; }
    .lizard-faq-answer { font-size: 0.9rem; }
    .lizard-seo-text { padding: 35px 20px; border-radius: 20px; }
    .lizard-trust-badge { font-size: 0.75rem; padding: 8px 16px; }
    .lizard-seo-text h2 { font-size: clamp(1.6rem, 7vw, 2.2rem) !important; }
    .lizard-seo-description { font-size: 0.9rem; }
    .lizard-seo-description li { font-size: 0.85rem; margin-bottom: 10px; }
    .lizard-seo-tags { gap: 8px; margin-top: 30px; }
    .lizard-seo-tag { font-size: 0.75rem; padding: 8px 14px; }

    .cat-modal-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 30px 15px 80px 15px; }
    .cat-modal-item { padding: 20px 12px; }

    .btn-lizard-more { padding: 16px 40px; font-size: 0.9rem; }
    .btn-hero { padding: 14px 25px; font-size: 0.85rem; }

    * { 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%; height: auto; }
    .modal-box, .lizard-qv-box { max-width: 100vw; }
    .form-input, .lizard-quiz-input { max-width: 100%; font-size: 16px !important; }
    .lizard-price-value { word-spacing: normal; letter-spacing: normal; }
    .lizard-badge, .hero-lizard-badge, .lizard-price-badge { max-width: calc(100% - 30px); text-align: center; }
    button, .btn-hero, .btn-consult { width: 100%; max-width: 100%; white-space: normal; }
    .footer-grid { gap: 30px; }
    .footer-col { text-align: center; }
    .footer-col ul { padding: 0; }
    .f-contact { justify-content: center; }
    .floating-badge-lizard { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; display: inline-block; margin: 10px 5px; }
    @media (hover: none) { .lizard-card:hover { transform: none; } .lizard-qv-btn { opacity: 1; transform: translateY(0) scale(1); } }
}
@media (max-width: 480px) {
    .container { padding: 0 15px; }
    .hero-lizard-title { font-size: 2.2rem !important; }
    .hero-lizard-stats { grid-template-columns: 1fr; }
    .lizard-filter-btn, .lizard-sf-btn { font-size: 0.75rem; padding: 8px 14px; }
    .lizard-name { font-size: 1.2rem; }
    .lizard-price { font-size: 1.3rem; }
    .why-lizard-content h2, .lizard-price-title, .lizard-care-content h2, .lizard-seo-text h2 { font-size: 1.8rem !important; }
    .lizard-quiz-question { font-size: 1.4rem !important; }
    .lizard-quiz-option { padding: 15px 12px; }
    .lizard-quiz-option-icon { font-size: 2rem; }
    .lizard-result-img { width: 180px; height: 180px; }
    .cat-modal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
    .hero-lizard-title { font-size: 1.8rem !important; }
    .lizard-stat-box { padding: 15px 10px; }
    .lizard-content { padding: 20px 15px; }
    .lizard-quiz-container { padding: 30px 15px; }
    .lizard-faq-container, .lizard-seo-text { padding: 25px 15px; }
}