﻿:root {
            --primary: #D4AF37; 
            --accent: #8B4513; 
            --forest: #2F4F2F; 
            --amber: #FFBF00; 
            --bg-dark: #0a0a0a;
            --bg-dark-lighter: #1a1612;
            --white: #FFFFFF;
            --text: #ffffff;
            --text-soft: rgba(255, 255, 255, 0.7);
            --border: rgba(212, 175, 55, 0.2);
            --shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
            --shadow-hover: 0 35px 60px -15px rgba(212, 175, 55, 0.3);
            --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, 10, 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);
        }
.dropdown {
            position: absolute; 
            top: 100%;
            left: 0;
            width: 240px;
            background: rgba(26, 22, 18, 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:hover { 
            color: var(--primary); 
            background: rgba(212, 175, 55, 0.1);
        }
.soc-group a {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(212, 175, 55, 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(212, 175, 55, 0.4);
        }
.btn-consult { 
            text-transform: uppercase;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            color: black; 
            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(212, 175, 55, 0.3);
        }
.btn-consult:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
        }
.hero-cat-product {
            min-height: 90vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1612 50%, #0a0a0a 100%);
            padding: 100px 0 80px;
        }
@media (max-width: 900px) {
            .hero-cat-product {
                min-height: auto;
                padding: 80px 0 60px;
            }
        }
.hero-cat-product::before {
            content: '';
            position: absolute;
            top: -30%;
            left: -20%;
            width: 140%;
            height: 140%;
            background: 
                radial-gradient(circle at 30% 20%, rgba(212, 175, 55, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(47, 79, 47, 0.10) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(139, 69, 19, 0.08) 0%, transparent 60%);
            animation: heroGradientMove 20s ease-in-out infinite;
            pointer-events: none;
        }
.hero-floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 1;
        }
.floating-element {
            position: absolute;
            width: 40px;
            height: 40px;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
            border-radius: 50%;
            animation: floatElement 18s ease-in-out infinite;
            filter: blur(2px);
        }
.floating-element:nth-child(1) { 
            top: 15%; 
            left: 10%; 
            animation-delay: 0s; 
            background: radial-gradient(circle, rgba(212, 175, 55, 0.25) 0%, transparent 70%);
        }
.floating-element:nth-child(2) { 
            top: 50%; 
            left: 85%; 
            animation-delay: 6s; 
            background: radial-gradient(circle, rgba(47, 79, 47, 0.2) 0%, transparent 70%);
        }
.floating-element:nth-child(3) { 
            top: 70%; 
            left: 20%; 
            animation-delay: 12s; 
            background: radial-gradient(circle, rgba(139, 69, 19, 0.2) 0%, transparent 70%);
        }
@keyframes floatElement {
            0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
            50% { transform: translateY(-40px) rotate(180deg); opacity: 0.6; }
        }
.hero-cat-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }
.hero-cat-left h1{
            font-family:'Manrope',sans-serif;
            font-size: clamp(3rem, 7vw, 3.5rem);
            font-weight:800;
            line-height: 1.1;
            margin-bottom: 30px;
            text-shadow: 0 5px 20px rgba(0,0,0,0.5);
        }
.cat-title-gradient {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 50%, var(--forest) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: titleGradientShift 6s ease infinite;
            background-size: 200% 200%;
        }
.hero-cat-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(47, 79, 47, 0.15) 100%);
            border: 2px solid var(--primary);
            color: white;
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 800;
            font-size: 0.85rem;
            margin-bottom: 25px;
            text-transform: uppercase;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
            animation: badgePulse 3s ease-in-out infinite;
        }
@media (max-width: 900px) {
            .hero-cat-badge {
                font-size: 0.75rem;
                padding: 8px 16px;
                justify-content: center;
                width: 100%;
                max-width: 320px;
                margin-left: auto;
                margin-right: auto;
            }
        }
@keyframes badgePulse {
            0%, 100% { transform: scale(1); box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4); }
            50% { transform: scale(1.05); box-shadow: 0 15px 40px rgba(255, 191, 0, 0.5); }
        }
.hero-cat-description {
            font-size: clamp(1.05rem, 2.2vw, 1.25rem);
            color: rgba(255, 255, 255, 0.75);
            line-height: 1.7;
            margin-bottom: 40px;
        }
.hero-cat-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-bottom: 40px;
        }
.hero-feature {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.03);
            border-left: 3px solid var(--primary);
            border-radius: 10px;
            transition: 0.3s;
        }
.hero-feature:hover {
            background: rgba(212, 175, 55, 0.08);
            transform: translateX(10px);
            border-left-color: var(--amber);
        }
.hero-cat-cta {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }
.btn-hero-primary {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            color: black;
        }
.btn-hero-primary:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
        }
.btn-hero-secondary {
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid var(--primary);
            color: white;
        }
.btn-hero-secondary:hover {
            background: rgba(212, 175, 55, 0.1);
            border-color: var(--amber);
            transform: translateY(-5px);
        }
.hero-cat-right {
            position: relative;
        }
.hero-cat-image-container {
            position: relative;
            width: 100%;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
@media (max-width: 900px) {
            .hero-cat-image-container {
                height: 550px;
                margin-bottom: 20px;
            }
        }
@media (max-width: 480px) {
            .hero-cat-image-container {
                height: 480px;
            }
        }
.hero-cat-main-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 30px;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
            border: 3px solid rgba(212, 175, 55, 0.4);
            transition: 0.5s;
            animation: heroImageFloat 6s ease-in-out infinite;
        }
.hero-cat-main-image:hover {
            transform: scale(1.05) rotate(2deg);
            border-color: var(--amber);
            box-shadow: 0 40px 100px rgba(212, 175, 55, 0.6);
        }
.hero-floating-badge {
            position: absolute;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(10px);
            padding: 15px 20px;
            border-radius: 15px;
            border: 2px solid var(--primary);
            color: white;
            font-weight: 700;
            font-size: 0.9rem;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
            animation: floatBadge 4s ease-in-out infinite;
            z-index: 10;
        }
.hero-floating-badge:nth-child(2) {
            bottom: 15%;
            left: -30px;
            border-color: var(--forest);
            animation-delay: 1.5s;
        }
@media (max-width: 900px) {
            .hero-cat-image-container .hero-floating-badge {
                display: none !important;
            }
            
            .hero-badges-mobile-wrapper {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                gap: 10px;
                margin-top: 20px;
            }
            
            .hero-badges-mobile-wrapper .hero-floating-badge {
                display: inline-flex !important;
                position: relative !important;
                animation: none;
            }
        }
@media (max-width: 900px) {
            .hero-cat-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .hero-cat-right {
                order: -1;
            }
            
            .hero-cat-features {
                grid-template-columns: 1fr;
            }
            
            .hero-cat-left {
                text-align: center;
            }
            
            .hero-cat-cta {
                justify-content: center;
            }
        }
.legality-section-cat {
            padding: clamp(4rem, 10vw, 8rem) 0;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1612 100%);
            position: relative;
            overflow: hidden;
        }
.legality-section-cat::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(47, 79, 47, 0.08) 0%, transparent 50%);
            pointer-events: none;
        }
.legality-grid-cat {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: clamp(40px, 8vw, 80px);
            align-items: center;
            position: relative;
            z-index: 1;
        }
.legality-left-cat {
            color: #ffffff;
        }
.legality-title-cat {
            font-family:'Manrope',sans-serif;
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 25px;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: -1px;
        }
.legality-title-accent-cat {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.legality-description-cat {
            font-size: clamp(1rem, 1.8vw, 1.15rem);
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 50px;
            max-width: 550px;
        }
.legality-docs-cat {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
.doc-item-cat {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 30px;
            background: rgba(212, 175, 55, 0.05);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 20px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
        }
.doc-item-cat:hover {
            background: rgba(212, 175, 55, 0.08);
            border-color: var(--primary);
            transform: translateX(10px);
            box-shadow: 0 10px 40px rgba(212, 175, 55, 0.25);
        }
.doc-icon-cat {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            background: rgba(212, 175, 55, 0.15);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            transition: all 0.3s ease;
        }
.doc-item-cat:hover .doc-icon-cat {
            background: var(--primary);
            color: #0a0a0a;
            transform: scale(1.1) rotate(5deg);
        }
.doc-content-cat h3 {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            font-weight: 800;
            color: var(--amber);
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
.doc-content-cat p {
            font-size: clamp(0.85rem, 1.4vw, 0.95rem);
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.6;
        }
.legality-right-cat {
            position: relative;
        }
.animal-card-cat {
            position: relative;
            border-radius: 40px;
            overflow: hidden;
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(47, 79, 47, 0.08) 100%);
            border: 2px solid rgba(212, 175, 55, 0.3);
            padding: 20px;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
            transition: all 0.4s ease;
        }
.animal-card-cat:hover {
            transform: translateY(-10px);
            box-shadow: 0 40px 80px rgba(212, 175, 55, 0.3);
            border-color: var(--primary);
        }
.animal-image-cat {
            position: relative;
            border-radius: 30px;
            overflow: hidden;
            aspect-ratio: 4/5;
            background: #1a1612;
        }
.animal-image-cat img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
.animal-card-cat:hover .animal-image-cat img {
            transform: scale(1.08);
        }
.animal-badges-cat {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-top: 20px;
        }
.badge-cat {
            padding: 25px 20px;
            border-radius: 20px;
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
        }
.badge-green-cat {
            background: linear-gradient(135deg, rgba(47, 79, 47, 0.2) 0%, rgba(47, 79, 47, 0.1) 100%);
            border-color: rgba(47, 79, 47, 0.3);
        }
.badge-gold-cat {
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.1) 100%);
            border-color: rgba(212, 175, 55, 0.3);
        }
.badge-cat:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
        }
.badge-green-cat:hover {
            border-color: var(--forest);
        }
.badge-gold-cat:hover {
            border-color: var(--primary);
        }
.badge-number-cat {
            display: block;
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            font-weight: 800;
            line-height: 1;
            margin-bottom: 8px;
        }
.badge-green-cat .badge-number-cat {
            color: var(--forest);
        }
.badge-gold-cat .badge-number-cat {
            color: var(--primary);
        }
.badge-label-cat {
            display: block;
            font-size: clamp(0.75rem, 1.2vw, 0.85rem);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(255, 255, 255, 0.8);
        }
@media (max-width: 1024px) {
            .legality-grid-cat {
                grid-template-columns: 1fr;
                gap: 50px;
            }
            
            .legality-left-cat {
                text-align: center;
            }
            
            .legality-description-cat {
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
            
            .doc-item-cat {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            
            .doc-item-cat:hover {
                transform: translateY(-10px);
            }
        }
@media (max-width: 640px) {
            .legality-section-cat {
                padding: 3rem 0;
            }
            
            .animal-badges-cat {
                grid-template-columns: 1fr;
            }
            
            .doc-item-cat {
                padding: 25px 20px;
            }
            
            .animal-card-cat {
                padding: 15px;
                border-radius: 30px;
            }
            
            .animal-image-cat {
                border-radius: 20px;
            }
        }
@keyframes fadeInUpCat {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
.legality-section-cat .doc-item-cat {
            animation: fadeInUpCat 0.6s ease forwards;
            opacity: 0;
        }
.legality-section-cat .doc-item-cat:nth-child(1) {
            animation-delay: 0.1s;
        }
.legality-section-cat .doc-item-cat:nth-child(2) {
            animation-delay: 0.2s;
        }
.legality-section-cat .doc-item-cat:nth-child(3) {
            animation-delay: 0.3s;
        }
.gallery-section {
            padding: clamp(60px, 10vw, 100px) 0;
            background: linear-gradient(180deg, #0a0a0a 0%, #1a1612 100%);
            position: relative;
            overflow: hidden;
        }
.gallery-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(47, 79, 47, 0.05) 0%, transparent 50%);
            pointer-events: none;
        }
.gallery-title span {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.gallery-slide.active {
            opacity: 1;
            transform: translateX(0) scale(1) rotateY(0deg);
            z-index: 10;
            pointer-events: auto;
            box-shadow: 0 40px 100px rgba(212, 175, 55, 0.4);
        }
.gallery-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: clamp(50px, 8vw, 60px);
            height: clamp(50px, 8vw, 60px);
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(10px);
            border: 2px solid var(--primary);
            border-radius: 50%;
            color: white;
            font-size: clamp(1.2rem, 2.5vw, 1.5rem);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 20;
            transition: 0.3s;
        }
.gallery-nav-btn:hover {
            background: var(--primary);
            border-color: var(--amber);
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 5px 20px rgba(212, 175, 55, 0.6);
        }
.gallery-indicator.active {
            background: var(--primary);
            border-color: var(--amber);
            transform: scale(1.3);
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.8);
        }
.gallery-indicator:hover {
            background: rgba(212, 175, 55, 0.5);
            transform: scale(1.2);
        }
.specs-section {
            padding: clamp(60px, 10vw, 100px) 0;
            background: radial-gradient(circle at 50% 50%, #1a1612 0%, #0a0a0a 100%);
            position: relative;
            overflow: hidden;
        }
.specs-section::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-image: 
                linear-gradient(rgba(212, 175, 55, 0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(212, 175, 55, 0.02) 1px, transparent 1px);
            background-size: 50px 50px;
            opacity: 0.5;
            pointer-events: none;
        }
.specs-title span {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.spec-card {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 25px;
            padding: clamp(30px, 4vw, 40px) clamp(25px, 3vw, 30px);
            text-align: center;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            cursor: default;
        }
.spec-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.1) 50%, transparent 70%);
            opacity: 0;
            transition: 0.8s;
            pointer-events: none;
        }
.spec-card:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: var(--primary);
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(47, 79, 47, 0.05) 100%);
            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.3);
        }
.spec-value {
            font-size: clamp(1.6rem, 3vw, 2rem);
            font-weight: 800;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            display: block;
        }
.spec-bar-fill {
            height: 100%;
            background: linear-gradient(90deg, var(--primary) 0%, var(--amber) 100%);
            border-radius: 10px;
            transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
            width: 0;
        }
.seo-cat-section {
            padding: clamp(3rem, 8vw, 6rem) 0;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1612 100%);
            position: relative;
        }
.seo-cat-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 15% 20%, rgba(212, 175, 55, 0.04) 0%, transparent 40%),
                radial-gradient(circle at 85% 80%, rgba(47, 79, 47, 0.03) 0%, transparent 40%);
            pointer-events: none;
        }
.seo-cat-wrapper {
            position: relative;
            z-index: 1;
        }
.seo-cat-hero {
            text-align: center;
            margin-bottom: clamp(40px, 6vw, 60px);
            padding: clamp(30px, 5vw, 50px);
            background: rgba(212, 175, 55, 0.03);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 25px;
        }
.seo-cat-h1 {
            font-size: clamp(1.8rem, 4vw, 3.2rem);
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.seo-cat-lead {
            font-size: clamp(1rem, 1.8vw, 1.2rem);
            color: rgba(255, 255, 255, 0.7);
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.6;
        }
.seo-cat-content {
            max-width: 1200px;
            margin: 0 auto;
        }
.seo-cat-block {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 20px;
            padding: clamp(30px, 5vw, 45px);
            margin-bottom: clamp(25px, 4vw, 35px);
            transition: all 0.3s ease;
        }
.seo-cat-block:hover {
            border-color: var(--primary);
            background: rgba(212, 175, 55, 0.05);
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
        }
.seo-cat-primary {
            background: rgba(212, 175, 55, 0.05);
            border-color: rgba(212, 175, 55, 0.3);
            display: flex;
            gap: 25px;
            align-items: flex-start;
        }
.seo-cat-icon {
            font-size: clamp(3rem, 5vw, 4rem);
            flex-shrink: 0;
        }
.seo-cat-text {
            flex: 1;
        }
.seo-cat-block h2 {
            font-size: clamp(1.5rem, 3vw, 2.2rem);
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 20px;
            line-height: 1.3;
        }
.seo-cat-block h3 {
            font-size: clamp(1.3rem, 2.5vw, 1.8rem);
            font-weight: 800;
            color: var(--amber);
            margin-bottom: 18px;
        }
.seo-cat-block p {
            font-size: clamp(0.95rem, 1.6vw, 1.05rem);
            color: rgba(255, 255, 255, 0.75);
            line-height: 1.8;
            margin-bottom: 15px;
        }
.seo-cat-block strong {
            color: var(--primary);
        }
.seo-cat-block a {
            color: var(--primary);
        }
.seo-cat-block a:hover {
            color: var(--amber);
        }
.seo-cat-grid-2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: clamp(20px, 3vw, 30px);
            margin-bottom: clamp(25px, 4vw, 35px);
        }
.seo-cat-list {
            list-style: none;
            padding: 0;
        }
.seo-cat-list li {
            padding: 12px 0 12px 35px;
            position: relative;
            font-size: clamp(0.95rem, 1.6vw, 1.05rem);
            color: rgba(255, 255, 255, 0.75);
            line-height: 1.6;
            border-bottom: 1px solid rgba(212, 175, 55, 0.1);
        }
.seo-cat-list li:last-child {
            border-bottom: none;
        }
.seo-cat-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--amber);
            font-weight: 800;
            font-size: 1.2rem;
        }
.seo-cat-list-compact {
            list-style: none;
            padding: 0;
        }
.seo-cat-list-compact li {
            padding: 8px 0 8px 25px;
            position: relative;
            font-size: clamp(0.9rem, 1.5vw, 1rem);
            color: rgba(255, 255, 255, 0.7);
        }
.seo-cat-list-compact li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--primary);
        }
.specs-grid-cat {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: clamp(15px, 2.5vw, 20px);
            margin-top: 30px;
        }
.spec-card-cat {
            background: rgba(212, 175, 55, 0.05);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 15px;
            padding: clamp(20px, 3vw, 25px);
            display: flex;
            gap: 15px;
            align-items: flex-start;
            transition: all 0.3s ease;
        }
.spec-card-cat:hover {
            border-color: var(--primary);
            background: rgba(212, 175, 55, 0.1);
            transform: translateY(-5px);
        }
.spec-icon-cat {
            font-size: 2.5rem;
            flex-shrink: 0;
        }
.spec-info-cat h4 {
            font-size: clamp(0.9rem, 1.5vw, 1rem);
            color: var(--amber);
            margin-bottom: 5px;
            font-weight: 700;
        }
.spec-info-cat p {
            font-size: clamp(0.85rem, 1.4vw, 0.9rem);
            margin: 0;
        }
.price-table-cat {
            background: rgba(212, 175, 55, 0.03);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 15px;
            padding: clamp(20px, 3vw, 30px);
            margin: 25px 0;
        }
.price-row-cat {
            display: flex;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px solid rgba(212, 175, 55, 0.1);
        }
.price-row-cat:last-child {
            border-bottom: none;
        }
.price-item-cat {
            font-size: clamp(0.95rem, 1.6vw, 1.05rem);
            color: rgba(255, 255, 255, 0.8);
            font-weight: 600;
        }
.price-dots-cat {
            flex: 1;
            border-bottom: 2px dotted rgba(212, 175, 55, 0.3);
            margin: 0 15px 3px;
        }
.price-value-cat {
            font-size: clamp(1.1rem, 1.8vw, 1.3rem);
            color: var(--amber);
            font-weight: 800;
            white-space: nowrap;
        }
.price-note-cat {
            background: rgba(255, 191, 0, 0.1);
            border-left: 4px solid var(--amber);
            padding: 15px 20px;
            border-radius: 8px;
            margin-top: 20px;
        }
.faq-cat-item {
            background: rgba(212, 175, 55, 0.03);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 15px;
            padding: clamp(20px, 3vw, 30px);
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }
.faq-cat-item:hover {
            border-color: var(--primary);
            background: rgba(212, 175, 55, 0.08);
        }
.faq-cat-item h3 {
            font-size: clamp(1.1rem, 2vw, 1.4rem);
            color: var(--amber);
            margin-bottom: 15px;
        }
.faq-cat-item p {
            margin: 0;
        }
.seo-cat-final {
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(47, 79, 47, 0.05) 100%);
            border: 2px solid rgba(212, 175, 55, 0.3);
            text-align: center;
        }
.final-cat-text {
            font-size: clamp(1.1rem, 2vw, 1.3rem);
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 30px;
        }
.final-cat-cta {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 25px;
        }
.btn-cat-cta {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            color: black;
            padding: clamp(18px, 3vw, 24px) clamp(40px, 6vw, 60px);
            border-radius: 100px;
            font-weight: 800;
            font-size: clamp(1rem, 1.8vw, 1.2rem);
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            cursor: pointer;
            transition: all 0.4s ease;
            display: inline-flex;
            align-items: center;
            gap: 15px;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
        }
.btn-cat-cta:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.6);
        }
.btn-cat-cta svg {
            transition: transform 0.3s ease;
        }
.btn-cat-cta:hover svg {
            transform: translateX(5px);
        }
.final-cat-contacts {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
            align-items: center;
        }
.final-cat-phone {
            font-size: clamp(1.2rem, 2vw, 1.5rem);
            font-weight: 800;
            color: var(--primary);
            text-decoration: none;
        }
.final-cat-phone:hover {
            color: var(--amber);
        }
.final-cat-address {
            font-size: clamp(1rem, 1.6vw, 1.15rem);
            color: rgba(255, 255, 255, 0.7);
        }
@media (max-width: 768px) {
            .seo-cat-section {
                padding: 2.5rem 0;
            }

            .seo-cat-primary {
                flex-direction: column;
                text-align: center;
            }

            .seo-cat-grid-2,
            .specs-grid-cat {
                grid-template-columns: 1fr;
            }

            .price-row-cat {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .price-dots-cat {
                display: none;
            }

            .btn-cat-cta {
                width: 100%;
                justify-content: center;
            }
        }
.price-order-section {
            padding: clamp(60px, 10vw, 100px) 0;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1612 100%);
            position: relative;
            overflow: hidden;
        }
.price-order-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 25% 25%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 75% 75%, rgba(47, 79, 47, 0.05) 0%, transparent 50%);
            pointer-events: none;
        }
.price-includes {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 30px;
            padding: clamp(35px, 5vw, 50px) clamp(30px, 4vw, 40px);
        }
.price-includes-title span {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.price-include-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: clamp(18px, 3vw, 20px);
            background: rgba(212, 175, 55, 0.03);
            border-left: 3px solid var(--primary);
            border-radius: 15px;
            transition: 0.3s;
        }
.price-include-item:hover {
            background: rgba(212, 175, 55, 0.08);
            transform: translateX(5px);
            border-left-color: var(--amber);
        }
.price-include-icon {
            font-size: clamp(1.5rem, 3vw, 2rem);
            min-width: clamp(40px, 7vw, 50px);
            height: clamp(40px, 7vw, 50px);
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 12px;
            transition: 0.3s;
            flex-shrink: 0;
        }
.price-include-item:hover .price-include-icon {
            transform: scale(1.1) rotate(5deg);
            background: rgba(212, 175, 55, 0.2);
        }
.price-order-card {
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(47, 79, 47, 0.05) 100%);
            backdrop-filter: blur(20px);
            border: 2px solid var(--primary);
            border-radius: 30px;
            padding: clamp(35px, 5vw, 40px) clamp(30px, 4vw, 35px);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
            position: sticky;
            top: 100px;
            transition: 0.4s;
        }
.price-order-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 40px 100px rgba(212, 175, 55, 0.4);
        }
.price-badge-top {
            display: inline-block;
            background: var(--primary);
            color: black;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: clamp(0.7rem, 1.4vw, 0.8rem);
            font-weight: 800;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
.price-main {
            font-size: clamp(2.5rem, 6vw, 3.5rem);
            font-weight: 800;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 10px;
            line-height: 1;
        }
.price-discount-badge {
            display: inline-block;
            background: var(--accent);
            color: white;
            padding: 6px 15px;
            border-radius: 10px;
            font-size: clamp(0.75rem, 1.5vw, 0.85rem);
            font-weight: 800;
            margin-bottom: 25px;
        }
.price-perks li::before {
            content: '✓';
            color: var(--primary);
            font-weight: bold;
            font-size: 1.3rem;
            min-width: 20px;
        }
.form-input-price:focus {
            border-color: var(--primary);
            background: rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
        }
.btn-order-main {
            width: 100%;
            padding: clamp(16px, 3vw, 18px);
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            border: none;
            border-radius: 12px;
            color: black;
            font-weight: 800;
            text-transform: uppercase;
            cursor: pointer;
            transition: 0.3s;
            font-size: clamp(0.95rem, 1.8vw, 1.05rem);
            letter-spacing: 1px;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
        }
.btn-order-main:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.6);
        }
.btn-order-phone {
            width: 100%;
            padding: clamp(14px, 2.5vw, 16px);
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid var(--primary);
            border-radius: 12px;
            color: white;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
            font-size: clamp(0.9rem, 1.6vw, 1rem);
            margin-top: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
.btn-order-phone:hover {
            background: rgba(212, 175, 55, 0.1);
            border-color: var(--amber);
            transform: translateY(-2px);
        }
.care-section {
            padding: 100px 0;
            background: radial-gradient(circle at 50% 50%, #1a1612 0%, #0a0a0a 100%);
            position: relative;
        }
.care-section::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-image: 
                linear-gradient(rgba(212, 175, 55, 0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(212, 175, 55, 0.02) 1px, transparent 1px);
            background-size: 60px 60px;
            opacity: 0.4;
            pointer-events: none;
        }
.care-title span {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.care-tab-btn:hover {
            background: rgba(212, 175, 55, 0.1);
            border-color: var(--primary);
            color: white;
        }
.care-tab-btn.active {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            border-color: transparent;
            color: black;
            box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
        }
.care-card:hover {
            background: rgba(212, 175, 55, 0.08);
            border-color: var(--primary);
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.3);
        }
.care-card li::before {
            content: '•';
            color: var(--primary);
            font-weight: bold;
            font-size: 1.5rem;
            line-height: 1;
        }
.delivery-section {
            padding: clamp(60px, 10vw, 100px) 0;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1612 100%);
            position: relative;
            overflow: hidden;
        }
.delivery-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 25% 30%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 75% 70%, rgba(47, 79, 47, 0.04) 0%, transparent 50%);
            pointer-events: none;
        }
.delivery-title span {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.delivery-methods {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 25px;
            padding: clamp(30px, 5vw, 40px);
        }
.delivery-method-card {
            display: flex;
            gap: 20px;
            padding: 25px;
            background: rgba(212, 175, 55, 0.03);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 18px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
.delivery-method-card:hover {
            background: rgba(212, 175, 55, 0.08);
            border-color: var(--primary);
            transform: translateX(5px);
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
        }
.delivery-method-icon {
            font-size: clamp(2.5rem, 4vw, 3rem);
            min-width: clamp(60px, 10vw, 70px);
            height: clamp(60px, 10vw, 70px);
            background: rgba(212, 175, 55, 0.1);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
.delivery-price {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-size: clamp(1.1rem, 2vw, 1.3rem);
            font-weight: 800;
        }
.delivery-process {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(47, 79, 47, 0.2);
            border-radius: 25px;
            padding: clamp(30px, 5vw, 40px);
        }
.delivery-step-number {
            min-width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: black;
            font-size: 1.5rem;
            font-weight: 800;
            flex-shrink: 0;
        }
.delivery-guarantee-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 20px;
            padding: clamp(25px, 4vw, 35px);
            text-align: center;
            transition: all 0.3s ease;
        }
.delivery-guarantee-card:hover {
            background: rgba(212, 175, 55, 0.08);
            border-color: var(--primary);
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
        }
.delivery-map {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 25px;
            padding: clamp(40px, 6vw, 50px);
            margin-bottom: clamp(50px, 8vw, 60px);
            position: relative;
            z-index: 2;
        }
.delivery-city-tag {
            background: rgba(212, 175, 55, 0.1);
            border: 1px solid rgba(212, 175, 55, 0.3);
            padding: 10px 20px;
            border-radius: 50px;
            color: white;
            font-size: clamp(0.85rem, 1.5vw, 0.95rem);
            font-weight: 600;
            transition: all 0.3s ease;
        }
.delivery-city-tag:hover {
            background: rgba(212, 175, 55, 0.2);
            border-color: var(--primary);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
        }
.delivery-cta {
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(47, 79, 47, 0.05) 100%);
            border: 2px solid rgba(212, 175, 55, 0.3);
            border-radius: 30px;
            padding: clamp(40px, 6vw, 50px);
            text-align: center;
            position: relative;
            z-index: 2;
        }
.btn-delivery-cta {
            padding: clamp(16px, 3vw, 20px) clamp(35px, 5vw, 45px);
            font-size: clamp(0.95rem, 1.7vw, 1.1rem);
            font-weight: 800;
            text-transform: uppercase;
            border-radius: 50px;
            border: none;
            cursor: pointer;
            transition: all 0.4s ease;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            color: black;
        }
.btn-delivery-cta:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
        }
.btn-delivery-secondary {
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid var(--primary);
            color: white;
        }
.btn-delivery-secondary:hover {
            background: rgba(212, 175, 55, 0.15);
            border-color: var(--amber);
        }
.faq-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1612 100%);
            position: relative;
            overflow: hidden;
            border-top: 1px solid rgba(212, 175, 55, 0.2);
        }
.faq-section::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-image: 
                linear-gradient(rgba(212, 175, 55, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(212, 175, 55, 0.03) 1px, transparent 1px);
            background-size: 60px 60px;
            opacity: 0.4;
            pointer-events: none;
        }
.faq-title span {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.faq-list {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 30px;
            padding: 50px 45px;
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
        }
.faq-question:hover {
            color: var(--primary);
        }
.faq-icon {
            font-size: 1.5rem;
            color: var(--primary);
            transition: 0.4s;
            min-width: 30px;
            text-align: center;
            font-weight: 300;
        }
.faq-item.active .faq-icon {
            transform: rotate(45deg);
            color: var(--amber);
        }
.faq-item.active .faq-question {
            color: var(--primary);
        }
.final-cta-section {
            padding: 120px 0;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1612 50%, #0a0a0a 100%);
            position: relative;
            overflow: hidden;
        }
.final-cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: 
                radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 70% 50%, rgba(47, 79, 47, 0.12) 0%, transparent 40%);
            animation: finalCtaGlow 15s ease-in-out infinite;
            pointer-events: none;
        }
.final-cta-badge {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            color: black;
            padding: 10px 25px;
            border-radius: 50px;
            font-weight: 800;
            font-size: 0.85rem;
            text-transform: uppercase;
            margin-bottom: 30px;
            letter-spacing: 1px;
            animation: badgePulse 3s ease-in-out infinite;
        }
.final-cta-title span {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.btn-final-primary {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            color: black;
        }
.btn-final-primary:hover {
            transform: translateY(-8px) scale(1.05);
            box-shadow: 0 25px 60px rgba(212, 175, 55, 0.6);
        }
.btn-final-secondary {
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid var(--primary);
            color: white;
        }
.btn-final-secondary:hover {
            background: rgba(212, 175, 55, 0.15);
            border-color: var(--amber);
            transform: translateY(-8px) scale(1.05);
        }
footer { 
            padding: 100px 0 40px; 
            background: rgba(10, 10, 10, 0.8); 
            border-top: 1px solid var(--border); 
            margin-top: auto; 
            position: relative; 
            z-index: 10; 
        }
.modal-box { 
            position: relative !important; 
            background: linear-gradient(135deg, #111 0%, #1a1612 100%); 
            border: 2px solid var(--primary); 
            border-radius: 25px; 
            width: 500px; 
            max-width: 95%; 
            max-height: 90vh; 
            display: flex; 
            flex-direction: column; 
            overflow: hidden; 
            animation: modalZoomIn 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
            box-shadow: 0 30px 80px rgba(0,0,0,0.8); 
        }
@media (max-width: 480px) {
            .modal-box {
                width: 100%;
                max-width: 100%;
                height: 100vh;
                max-height: 100vh;
                border-radius: 0;
                border: none;
                border-top: 3px solid var(--primary);
            }
        }
.modal-close { 
            position: absolute !important; 
            top: 20px !important; 
            right: 20px !important; 
            width: 44px !important; 
            height: 44px !important; 
            background: rgba(0,0,0,0.7) !important; 
            border: 2px solid var(--primary) !important; 
            border-radius: 50% !important; 
            color: white !important; 
            font-size: 24px !important; 
            display: flex !important; 
            align-items: center !important; 
            justify-content: center !important; 
            cursor: pointer !important; 
            z-index: 100 !important; 
            transition: var(--transition) !important;
            line-height: 1 !important;
        }
.modal-close:hover {
            background: var(--primary) !important;
            color: #000 !important;
            transform: rotate(90deg);
            border-color: var(--amber) !important;
        }
.modal-title span {
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.form-input-modal:focus {
            border-color: var(--primary);
            background: rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
        }
.btn-modal-submit {
            width: 100%;
            padding: 18px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            border: none;
            border-radius: 12px;
            color: black;
            font-weight: 800;
            text-transform: uppercase;
            cursor: pointer;
            transition: 0.3s;
            font-size: 1rem;
            letter-spacing: 1px;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
            -webkit-appearance: none;
        }
.btn-modal-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.6);
        }
.mobile-nav-box { 
            position: absolute; 
            top: 0; 
            right: -100%; 
            width: 75%; 
            max-width: 320px; 
            height: 100%; 
            background: linear-gradient(180deg, #0f1412 0%, #1a1612 100%); 
            border-left: 2px solid var(--primary); 
            padding: 25px 20px; 
            display: flex; 
            flex-direction: column; 
            transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
            box-shadow: -10px 0 50px rgba(0,0,0,0.9); 
            overflow-y: auto; 
        }
.mn-header { 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
            margin-bottom: 30px; 
            border-bottom: 1px solid rgba(212, 175, 55, 0.2); 
            padding-bottom: 15px; 
        }
.mn-socials a {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            transition: 0.3s;
        }
.mn-badge-bottom { 
            margin-top: auto; 
            background: rgba(212, 175, 55, 0.1); 
            padding: 15px; 
            border-radius: 12px; 
            font-size: 0.75rem; 
            text-align: center; 
            color: var(--primary); 
            border: 1px solid var(--primary); 
        }
.mobile-tab { 
            position: fixed; 
            bottom: 20px;
            left: 15px;
            right: 15px;
            height: 75px;
            background: linear-gradient(135deg, rgba(10, 10, 10, 0.98) 0%, rgba(26, 22, 18, 0.98) 100%);
            backdrop-filter: blur(20px);
            -webkit-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);
        }
.catalog-modal { 
            display: none; 
            position: fixed; 
            inset: 0; 
            z-index: 6000; 
            background: rgba(10, 10, 10, 0.98);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            overflow-y: auto; 
            padding: 60px 20px;
        }
.cat-modal-close { 
            position: fixed; 
            top: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            border-radius: 50%; 
            border: 2px solid var(--border); 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            cursor: pointer; 
            font-size: 2rem;
            color: #fff; 
            z-index: 7000; 
            background: rgba(26, 22, 18, 0.95);
            backdrop-filter: blur(20px);
            transition: var(--transition);
        }
.scroll-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 55px;
            height: 55px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--amber) 100%);
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 9000;
            box-shadow: 0 5px 20px rgba(212, 175, 55, 0.5);
            transition: 0.3s;
            color: black;
            font-size: 1.5rem;
            font-weight: bold;
        }
.scroll-to-top:hover {
            transform: translateY(-8px) scale(1.1);
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.7);
        }