﻿.tags-cloud-section{padding:80px 20px;background:linear-gradient(135deg,#0a0e0d 0%,#141d1a 100%);position:relative;overflow:hidden}
.tags-cloud-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(66,196,193,0.03) 0%,transparent 70%);animation:pulseGlow 15s ease-in-out infinite;pointer-events:none}
@keyframes pulseGlow{0%,100%{transform:scale(1) rotate(0deg);opacity:0.5}50%{transform:scale(1.2) rotate(180deg);opacity:0.8}}
.tags-cloud-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}
.tags-cloud-title{font-family:'Manrope',sans-serif;font-size:48px;font-weight:700;text-align:center;margin-bottom:20px;background:linear-gradient(135deg,#42C4C1 0%,#B89B72 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(66,196,193,0.3);animation:titleShine 3s ease-in-out infinite}
@keyframes titleShine{0%,100%{filter:brightness(1)}50%{filter:brightness(1.3)}}
.tags-cloud-subtitle{font-family:'Manrope',sans-serif;font-size:18px;text-align:center;color:rgba(255,255,255,0.6);margin-bottom:40px;letter-spacing:0.5px}
.category-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px}
.category-tab{padding:12px 24px;background:rgba(66,196,193,0.05);border:1px solid rgba(66,196,193,0.2);border-radius:50px;font-family:'Manrope',sans-serif;font-size:14px;font-weight:600;color:rgba(255,255,255,0.7);cursor:pointer;transition:all 0.3s ease;backdrop-filter:blur(10px)}
.category-tab:hover{background:rgba(66,196,193,0.1);border-color:#42C4C1;color:#fff;transform:translateY(-2px)}
.category-tab.active{background:linear-gradient(135deg,#42C4C1 0%,#5DD4D1 100%);border-color:#42C4C1;color:#0a0e0d;box-shadow:0 5px 20px rgba(66,196,193,0.4)}
.tags-cloud-wrapper{background:rgba(20,29,26,0.4);backdrop-filter:blur(20px);border-radius:30px;padding:40px;border:1px solid rgba(66,196,193,0.2);box-shadow:0 20px 60px rgba(0,0,0,0.5),inset 0 1px 0 rgba(255,255,255,0.05);position:relative;overflow:hidden;min-height:300px}
.tags-cloud-wrapper::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,rgba(66,196,193,0.3),rgba(184,155,114,0.3),rgba(66,196,193,0.3));border-radius:30px;opacity:0;transition:opacity 0.3s;z-index:-1}
.tags-cloud-wrapper:hover::before{opacity:1}
.tags-cloud{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;line-height:2}
.tag-item{display:inline-block;padding:10px 20px;font-family:'Manrope',sans-serif;font-size:14px;font-weight:500;color:rgba(255,255,255,0.8);background:rgba(66,196,193,0.05);border:1px solid rgba(66,196,193,0.2);border-radius:20px;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;backdrop-filter:blur(10px);opacity:0;animation:fadeInTag 0.4s ease-out forwards}
.tag-item::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(66,196,193,0.4) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width 0.4s,height 0.4s}
.tag-item:hover::before{width:300px;height:300px}
.tag-item:hover{color:#fff;background:rgba(66,196,193,0.15);border-color:#42C4C1;box-shadow:0 5px 20px rgba(66,196,193,0.3),inset 0 0 20px rgba(66,196,193,0.1);transform:translateY(-3px) scale(1.05)}
@keyframes fadeInTag{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
.load-more-btn{margin:40px auto 0;display:block;padding:16px 50px;background:linear-gradient(135deg,#F39221 0%,#E08719 100%);color:#fff;border:none;border-radius:50px;font-family:'Manrope',sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:all 0.4s ease;box-shadow:0 10px 30px rgba(243,146,33,0.4);text-transform:uppercase;letter-spacing:1px}
.load-more-btn:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(243,146,33,0.6)}
.load-more-btn:disabled{opacity:0.5;cursor:not-allowed;transform:none}
.tags-count{text-align:center;margin-top:20px;font-size:14px;color:rgba(255,255,255,0.5);font-family:'Manrope',sans-serif}
@media (max-width:768px){.tags-cloud-section{padding:50px 15px}.tags-cloud-title{font-size:32px}.tags-cloud-subtitle{font-size:16px;margin-bottom:30px}.category-tabs{gap:8px}.category-tab{padding:10px 18px;font-size:13px}.tags-cloud-wrapper{padding:25px 20px;border-radius:20px}.tags-cloud{gap:10px}.tag-item{font-size:13px!important;padding:8px 16px}.load-more-btn{padding:14px 40px;font-size:14px}}
:root {
            --primary: #42C4C1;
            --accent: #B89B72;
            --bg-dark: #0a0e0d;
            --bg-dark-lighter: #1a1f1d;
            --white: #FFFFFF;
            --text: #ffffff;
            --text-soft: rgba(255, 255, 255, 0.7);
            --green: #7BBF6A;
            --orange: #F39221;
            --border: rgba(66, 196, 193, 0.2);
            --shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
            --shadow-hover: 0 35px 60px -15px rgba(66, 196, 193, 0.3);
            --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
.section-padding { 
            padding: clamp(4rem, 10vw, 10rem) 0; 
            position: relative;
        }
.section-padding::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 30%, rgba(66, 196, 193, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(243, 146, 33, 0.03) 0%, transparent 50%);
            pointer-events: none;
        }
.hero {
            min-height: 100vh;
            display: flex; 
            align-items: center; 
            position: relative;
            background: linear-gradient(135deg, #0a0e0d 0%, #1a1f1d 100%);
            overflow: hidden;
            padding-top: 80px;
        }
.hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 30% 40%, rgba(66, 196, 193, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(243, 146, 33, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }
.hero-main { 
            flex: 1; 
            display: flex; 
            align-items: center; 
            position: relative; 
            z-index: 10; 
            width: 100%;
        }
.hero-grid { 
            display: grid; 
            grid-template-columns: 1.2fr 1fr; 
            gap: 40px;
            align-items: center; 
            width: 100%; 
        }
.hero-text { 
			margin-top: 45px;
			z-index: 10;
			margin-bottom: 150px; 
		}
.hero-support { 
            display: inline-block; 
            background: linear-gradient(135deg, var(--orange) 0%, #E08719 100%);
            color: white; 
            padding: 8px 18px;
            border-radius: 6px;
            font-weight: 800; 
            font-size: 0.8rem;
            margin-bottom: 25px;
            text-transform: uppercase;
            box-shadow: 0 5px 20px rgba(243, 146, 33, 0.4);
            animation: pulse 2s infinite;
        }
@keyframes pulse {
            0%, 100% { transform: scale(1); box-shadow: 0 5px 20px rgba(243, 146, 33, 0.4); }
            50% { transform: scale(1.05); box-shadow: 0 8px 30px rgba(243, 146, 33, 0.6); }
        }
.hero h1 { 
            font-family:'Manrope',sans-serif; 
            font-size: clamp(2.8rem, 7vw, 4.5rem);
            line-height: 0.95; 
            margin-bottom: 25px;
            text-transform: uppercase; 
            letter-spacing: -2px;
            color: var(--text);
        }
.hero h1 span { 
            background: linear-gradient(135deg, var(--primary) 0%, #5DD4D1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: block; 
            font-size: 0.75em;
            letter-spacing: 0;
        }
.hero-p { 
            font-size: 1.1rem;
            color: var(--text-soft); 
            margin-bottom: 40px;
            max-width: 550px;
        }
.hero-btns { 
			display: flex; 
			gap: 20px;
			flex-wrap: wrap;
			margin-bottom: 120px; 
		}
.btn-hero { 
            padding: 22px 50px;
            border-radius: 100px;
            font-weight: 800; 
            font-size: 1rem;
            text-align: center;
            min-width: 240px;
            transition: var(--transition);
            cursor: pointer; 
            border: none;
            position: relative;
            overflow: hidden;
        }
.btn-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }
.btn-hero:hover::before {
            left: 100%;
        }
.btn-hero.orange { background: linear-gradient(135deg, #42C4C1 0%, #abb6b2 100%);color: #fff;}
.btn-hero.green { 
            background: linear-gradient(135deg, var(--orange) 0%, #42c4c1 100%);
            color: white; 
            padding: 10px 22px;
            border-radius: 8px;
            font-weight: 800; 
            font-size: 1rem;
            border: none; 
            cursor: pointer;
            transition: var(--transition);
            box-shadow: 0 5px 15px rgba(123, 191, 106, 0.3);
        }
.btn-hero:hover { 
            transform: translateY(-5px); 
            box-shadow: var(--shadow-hover);
        }
.hero-image-right {
            position: absolute; 
            right: 0; 
            top: 0; 
            width: 50%; 
            height: 100%;
            background: url('/images/glav.jpg') center/cover;
            mask-image: linear-gradient(to left, black 60%, transparent 100%);
            -webkit-mask-image: linear-gradient(to left, black 60%, transparent 100%);
            z-index: 1;
            opacity: 0.4;
        }
.trust-bar { 
            position: absolute; 
            bottom: 0; 
            left: 0; 
            width: 100%; 
            background: rgba(26, 31, 29, 0.8);
            border-top: 1px solid var(--border); 
            backdrop-filter: blur(20px);
            z-index: 10; 
        }
.trust-flex { 
            display: grid; 
            grid-template-columns: repeat(3, 1fr);
            text-align: center; 
        }
.trust-item { 
            padding: 35px;
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            justify-content: center; 
            gap: 10px;
            border-right: 1px solid var(--border);
            transition: var(--transition);
        }
.trust-item:hover {
            background: rgba(66, 196, 193, 0.05);
        }
.trust-item:last-child { 
            border: none; 
        }
.trust-item i { 
            font-size: 2.5rem;
            font-style: normal; 
            color: var(--primary); 
        }
.trust-item b { 
            font-size: 1rem;
            display: block; 
            color: var(--text);
        }
.trust-item span { 
            font-size: 0.85rem;
            color: var(--text-soft); 
        }
@media (max-width: 1024px) {
            .hero { 
                height: auto;
                min-height: auto;
                padding-top: 140px;
                display: block; 
            }
            
            .hero-image-right { 
                display: none; 
            }
            
            .hero-grid { 
                grid-template-columns: 1fr;
                text-align: center;
                display: block;
            }
            
            .hero-btns { 
                justify-content: center;
                flex-direction: column;
                margin-bottom: 60px;
                gap: 15px;
            }
            
            .btn-hero {
                min-width: 100%;
            }
            
            .trust-bar { 
                position: static;
                background: rgba(26, 31, 29, 0.95);
                margin-top: 0;
                padding: 40px 0;
            }
            
            .trust-flex { 
                grid-template-columns: 1fr;
                gap: 0;
            }
            
            .trust-item { 
                border-right: none;
                border-bottom: 1px solid var(--border);
                padding: 30px 20px;
            }
            
            .trust-item:last-child { 
                border-bottom: none; 
            }
        }
.cat-grid { 
            display: grid; 
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 35px;
            position: relative;
            z-index: 1;
        }
.cat-card { 
            background: rgba(255, 255, 255, 0.03);
            border-radius: 30px;
            overflow: hidden; 
            border: 1px solid var(--border); 
            transition: var(--transition);
            box-shadow: var(--shadow);
            position: relative;
        }
.cat-card::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(135deg, var(--primary), var(--orange), var(--green), var(--primary));
            border-radius: 30px;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
            background-size: 400% 400%;
            animation: gradientShift 3s ease infinite;
        }
.cat-card:hover::before {
            opacity: 0.3;
            filter: blur(15px);
        }
.cat-card:hover { 
            border-color: var(--primary); 
            transform: translateY(-15px);
            box-shadow: var(--shadow-hover);
            background: rgba(255, 255, 255, 0.05);
        }
.cat-img { 
            height: 320px;
            background-size: cover; 
            background-position: center; 
            border-bottom: 2px solid var(--primary);
            position: relative;
            overflow: hidden;
        }
.cat-img::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(10, 14, 13, 0.7) 100%);
        }
.cat-card:hover .cat-img {
            transform: scale(1.05);
        }
.cat-body { 
            padding: 40px;
        }
.cat-body h3 { 
            font-family:'Manrope',sans-serif; 
            font-size: 2.2rem;
            margin-bottom: 25px;
            color: var(--primary);
        }
.cat-links { 
            display: flex; 
            flex-direction: column; 
            gap: 15px;
            margin-bottom: 35px;
        }
.cat-links a { 
            color: var(--text-soft); 
            font-size: 1.1rem;
            border-bottom: 1px solid var(--border); 
            padding-bottom: 8px;
            transition: var(--transition);
        }
.cat-links a:hover { 
            color: var(--primary); 
            padding-left: 10px;
            border-color: var(--primary); 
        }
.view-all { 
            color: var(--orange); 
            font-weight: 800; 
            text-transform: uppercase; 
            font-size: 0.9rem;
            letter-spacing: 2px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
.view-all:hover {
            color: var(--primary);
            gap: 12px;
        }
@media (max-width: 1024px) {
            .cat-grid {
                grid-template-columns: 1fr;
            }
        }
.pop-grid { 
            display: grid; 
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
.pop-card { 
            background: rgba(255, 255, 255, 0.03);
            border-radius: 25px;
            overflow: hidden; 
            text-align: center; 
            padding-bottom: 35px;
            border: 1px solid var(--border); 
            box-shadow: var(--shadow);
            transition: var(--transition);
        }
.pop-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-hover);
            border-color: var(--primary);
            background: rgba(255, 255, 255, 0.05);
        }
.pop-img { 
            width: 100%; 
            height: 280px;
            object-fit: cover; 
            margin-bottom: 25px;
            transition: transform 0.5s ease;
        }
.pop-card:hover .pop-img {
            transform: scale(1.08);
        }
.pop-card h4 { 
            font-family:'Manrope',sans-serif; 
            font-size: 1.8rem;
            margin-bottom: 10px;
            color: var(--text);
        }
.pop-price { 
            color: var(--primary); 
            font-weight: 800; 
            font-size: 1.4rem;
            display: block; 
            margin-bottom: 25px; 
        }
@media (max-width: 1024px) {
            .pop-grid {
                grid-template-columns: 1fr;
            }
        }
.quiz-card { 
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid var(--border); 
            border-radius: 30px;
            padding: 60px 40px;
            max-width: 900px; 
            margin: 0 auto; 
            text-align: center; 
            box-shadow: var(--shadow); 
        }
.quiz-step { 
            display: none; 
        }
.quiz-step.active { 
            display: block; 
            animation: fadeIn 0.5s; 
        }
.quiz-card h2 { 
            font-size: clamp(2rem, 5vw, 3.5rem);
            margin: 20px 0 40px;
            line-height: 1;
            font-family: 'Playfair Display'; 
            color: var(--text);
        }
.q-grid { 
            display: grid; 
            grid-template-columns: 1fr 1fr; 
            gap: 15px;
        }
.q-btn { 
            background: rgba(66, 196, 193, 0.1);
            border: 2px solid var(--border); 
            padding: 25px;
            border-radius: 15px;
            font-weight: 700; 
            font-size: 1.1rem;
            color: var(--text); 
            transition: all 0.3s ease;
            cursor: pointer;
        }
.q-btn:hover { 
            border-color: var(--primary); 
            background: rgba(66, 196, 193, 0.2);
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(66, 196, 193, 0.3);
        }
.quiz-final-form { 
            display: none; 
            text-align: left; 
            max-width: 500px; 
            margin: 0 auto; 
        }
.quiz-final-form.active { 
            display: block; 
        }
.method-grid { 
            display: grid; 
            grid-template-columns: repeat(3, 1fr); 
            gap: 10px;
            margin: 20px 0; 
        }
.method-btn { 
            background: rgba(66, 196, 193, 0.1);
            border: 2px solid var(--border); 
            padding: 15px;
            border-radius: 10px;
            cursor: pointer; 
            font-size: 0.8rem;
            text-align: center;
            transition: all 0.3s ease;
        }
.method-btn.active { 
            border-color: var(--primary); 
            background: rgba(66, 196, 193, 0.2);
            color: var(--primary); 
        }
.form-input { 
            width: 100%; 
            padding: 18px;
            border-radius: 12px;
            border: 2px solid var(--border); 
            background: rgba(66, 196, 193, 0.05);
            color: var(--text); 
            margin-bottom: 20px;
            font-family: inherit; 
            font-size: 1rem;
            transition: all 0.3s ease;
        }
.form-input:focus {
            outline: none;
            border-color: var(--primary);
            background: rgba(66, 196, 193, 0.1);
            box-shadow: 0 0 20px rgba(66, 196, 193, 0.2);
        }
.form-input::placeholder {
            color: var(--text-soft);
        }
@media (max-width: 1024px) {
            .q-grid,
            .method-grid {
                grid-template-columns: 1fr;
            }
        }
.faq-container { 
            max-width: 900px; 
            margin: 0 auto; 
        }
.faq-item { 
            background: rgba(255, 255, 255, 0.03);
            border-radius: 20px;
            margin-bottom: 15px;
            border: 1px solid var(--border); 
            overflow: hidden; 
            box-shadow: var(--shadow);
            transition: var(--transition);
        }
.faq-item:hover {
            box-shadow: var(--shadow-hover);
            background: rgba(255, 255, 255, 0.05);
        }
.faq-trigger { 
            width: 100%; 
            padding: 30px;
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
            cursor: pointer; 
            background: none; 
            border: none; 
            color: var(--text); 
            text-align: left;
        }
.faq-trigger h4 { 
            font-size: 1.2rem;
            text-transform: uppercase;
        }
.faq-icon { 
            width: 40px;
            height: 40px;
            background: rgba(66, 196, 193, 0.1);
            border-radius: 50%; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            color: var(--primary); 
            font-size: 1.5rem;
            transition: var(--transition);
        }
.faq-item.active .faq-icon { 
            transform: rotate(45deg); 
            background: var(--primary); 
            color: var(--bg-dark); 
        }
.faq-content { 
            max-height: 0; 
            overflow: hidden; 
            transition: max-height 0.5s ease;
            padding: 0 30px;
            color: var(--text-soft);
        }
.faq-item.active .faq-content { 
            max-height: 200px;
            padding-bottom: 30px;
        }
.seo-box { 
            background: rgba(255, 255, 255, 0.03);
            border-radius: 30px;
            padding: 60px;
            border: 1px solid var(--border); 
            box-shadow: var(--shadow); 
        }
.seo-box h2 { 
            color: var(--primary); 
            margin-bottom: 30px;
            font-size: 2rem;
            font-family: 'Playfair Display';
        }
.seo-flex { 
            display: grid; 
            grid-template-columns: 1fr 1fr; 
            gap: 40px;
            color: var(--text-soft);
        }
@media (max-width: 1024px) {
            .seo-flex {
                grid-template-columns: 1fr;
            }
        }
footer { 
            padding: 100px 0 40px;
            background: rgba(10, 14, 13, 0.8);
            border-top: 1px solid var(--border); 
        }
.footer-col h4 { 
            color: var(--primary); 
            margin-bottom: 30px;
            text-transform: uppercase; 
            font-size: 0.9rem;
            letter-spacing: 2px;
        }
@media (max-width: 1024px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
        }
.mobile-tab { 
            position: fixed; 
            bottom: 20px;
            left: 15px;
            right: 15px;
            height: 75px;
            background: linear-gradient(135deg, rgba(10, 14, 13, 0.98) 0%, rgba(26, 31, 29, 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);
        }
.modal { 
            display: none; 
            position: fixed; 
            inset: 0; 
            z-index: 5000; 
            background: rgba(0,0,0,0.85); 
            backdrop-filter: blur(15px);
            align-items: center; 
            justify-content: center; 
            padding: 20px;
        }
.modal.active { 
            display: flex; 
        }
.modal-box { 
            background: linear-gradient(135deg, rgba(10, 14, 13, 0.98) 0%, rgba(26, 31, 29, 0.98) 100%);
            backdrop-filter: blur(20px);
            padding: 50px;
            border-radius: 30px;
            width: 100%; 
            max-width: 500px;
            position: relative; 
            border: 1px solid var(--primary); 
            box-shadow: 0 30px 80px rgba(0,0,0,0.8);
            animation: zoomIn 0.3s;
        }
.modal-close { 
            position: absolute; 
            top: 25px;
            right: 25px;
            font-size: 2.5rem;
            cursor: pointer; 
            color: var(--text-soft); 
            z-index: 10;
            transition: var(--transition);
        }
.modal-close:hover {
            color: var(--primary);
            transform: rotate(90deg);
        }
.catalog-modal { 
            display: none; 
            position: fixed; 
            inset: 0; 
            z-index: 6000; 
            background: rgba(10, 14, 13, 0.98);
            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: var(--text); 
            z-index: 7000; 
            background: rgba(26, 31, 29, 0.95);
            backdrop-filter: blur(20px);
            transition: var(--transition);
        }
.cat-modal-close:hover {
            border-color: var(--primary);
            color: var(--primary);
            transform: rotate(90deg);
            box-shadow: 0 10px 30px rgba(66, 196, 193, 0.3);
        }
.cat-modal-item { 
            background: rgba(255, 255, 255, 0.03);
            padding: 30px;
            border-radius: 20px;
            display: flex; 
            align-items: center; 
            gap: 20px;
            border: 1px solid var(--border); 
            box-shadow: var(--shadow);
            transition: var(--transition);
        }
.cat-modal-item:hover {
            border-color: var(--primary);
            background: rgba(255, 255, 255, 0.05);
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }
@keyframes zoomIn { 
            from { 
                opacity: 0; 
                transform: scale(0.9); 
            } 
            to { 
                opacity: 1; 
                transform: scale(1); 
            } 
        }
@keyframes fadeIn { 
            from { 
                opacity: 0; 
                transform: translateY(15px); 
            } 
            to { 
                opacity: 1; 
                transform: translateY(0); 
            } 
        }
@keyframes gradientShift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
.section-title {
            text-align: center;
            margin-bottom: clamp(50px, 8vw, 80px);
        }
.section-title h2{
            font-family: 'Playfair Display';
            font-size: clamp(2.5rem, 6vw, 4.5rem);
            font-weight:800;
            color: var(--text);
            background: linear-gradient(135deg, #ffffff 0%, var(--primary) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
.legality-section {
    padding: clamp(4rem, 10vw, 8rem) 0;
    background: linear-gradient(135deg, #0a0e0d 0%, #1a1f1d 100%);
    position: relative;
    overflow: hidden;
}
.legality-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(66, 196, 193, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(66, 196, 193, 0.05) 0%, transparent 50%);
    pointer-events: none;
}
.legality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 80px);
    align-items: center;
    position: relative;
    z-index: 1;
}
.legality-left {
    color: #ffffff;
}
.legality-title {
    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 {
    color: #42C4C1;
}
.legality-description {
    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 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.doc-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 196, 193, 0.2);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}
.doc-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #42C4C1;
    transform: translateX(10px);
    box-shadow: 0 10px 40px rgba(66, 196, 193, 0.15);
}
.doc-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(66, 196, 193, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42C4C1;
    transition: all 0.3s ease;
}
.doc-item:hover .doc-icon {
    background: #42C4C1;
    color: #0a0e0d;
    transform: scale(1.1) rotate(5deg);
}
.doc-content h4 {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.doc-content p {
    font-size: clamp(0.85rem, 1.4vw, 0.95rem);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}
.legality-right {
    position: relative;
}
.animal-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(66, 196, 193, 0.1) 0%, rgba(66, 196, 193, 0.05) 100%);
    border: 2px solid rgba(66, 196, 193, 0.3);
    padding: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}
.animal-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(66, 196, 193, 0.2);
    border-color: #42C4C1;
}
.animal-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #1a1f1d;
}
.animal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.animal-card:hover .animal-image img {
    transform: scale(1.05);
}
.animal-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}
.badge {
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}
.badge-green {
    background: linear-gradient(135deg, rgba(123, 191, 106, 0.2) 0%, rgba(123, 191, 106, 0.1) 100%);
    border-color: rgba(123, 191, 106, 0.3);
}
.badge-blue {
    background: linear-gradient(135deg, rgba(66, 196, 193, 0.2) 0%, rgba(66, 196, 193, 0.1) 100%);
    border-color: rgba(66, 196, 193, 0.3);
}
.badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(66, 196, 193, 0.2);
}
.badge-green:hover {
    border-color: #7BBF6A;
}
.badge-blue:hover {
    border-color: #42C4C1;
}
.badge-number {
    display: block;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}
.badge-green .badge-number {
    color: #7BBF6A;
}
.badge-blue .badge-number {
    color: #42C4C1;
}
.badge-label {
    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 {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .legality-left {
        text-align: center;
    }
    
    .legality-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .doc-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .doc-item:hover {
        transform: translateY(-10px);
    }
}
@media (max-width: 640px) {
    .legality-section {
        padding: 3rem 0;
    }
    
    .animal-badges {
        grid-template-columns: 1fr;
    }
    
    .doc-item {
        padding: 25px 20px;
    }
    
    .animal-card {
        padding: 15px;
        border-radius: 30px;
    }
    
    .animal-image {
        border-radius: 20px;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.legality-section .doc-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}
.legality-section .doc-item:nth-child(1) {
    animation-delay: 0.1s;
}
.legality-section .doc-item:nth-child(2) {
    animation-delay: 0.2s;
}
.legality-section .doc-item:nth-child(3) {
    animation-delay: 0.3s;
}
.delivery-section {
    padding: clamp(4rem, 10vw, 8rem) 0;
    background: linear-gradient(135deg, #0a0e0d 0%, #1a1f1d 100%);
    position: relative;
    overflow: hidden;
}
.delivery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(66, 196, 193, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(243, 146, 33, 0.05) 0%, transparent 50%);
    pointer-events: none;
}
.delivery-content {
    position: relative;
    z-index: 1;
}
.delivery-header {
    text-align: center;
    margin-bottom: clamp(50px, 8vw, 70px);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.delivery-title {
    font-family:'Manrope',sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.delivery-title-accent {
    background: linear-gradient(135deg, #42C4C1 0%, #5DD4D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.delivery-lead {
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    max-width: 800px;
    margin: 0 auto;
}
.delivery-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(25px, 4vw, 35px);
    margin-bottom: clamp(50px, 8vw, 70px);
}
.delivery-feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 196, 193, 0.2);
    border-radius: 25px;
    padding: clamp(35px, 5vw, 45px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.delivery-feature-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #42C4C1, #F39221, #42C4C1);
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
}
.delivery-feature-card:hover::before {
    opacity: 0.3;
    filter: blur(15px);
}
.delivery-feature-card:hover {
    border-color: #42C4C1;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(66, 196, 193, 0.2);
}
.feature-icon-wrapper {
    margin-bottom: 25px;
}
.feature-icon {
    width: 80px;
    height: 80px;
    background: rgba(66, 196, 193, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42C4C1;
    transition: all 0.4s ease;
}
.delivery-feature-card:hover .feature-icon {
    background: #42C4C1;
    color: #0a0e0d;
    transform: scale(1.1) rotate(5deg);
}
.feature-content h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.feature-content p {
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}
.delivery-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(20px, 3vw, 30px);
    margin-bottom: clamp(50px, 8vw, 70px);
}
.method-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 196, 193, 0.2);
    border-radius: 20px;
    padding: clamp(30px, 4vw, 40px);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
}
.method-card:hover {
    border-color: #42C4C1;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(66, 196, 193, 0.2);
}
.method-icon {
    font-size: clamp(3rem, 6vw, 4rem);
    margin-bottom: 20px;
    filter: grayscale(0.2);
    transition: all 0.3s ease;
}
.method-card:hover .method-icon {
    filter: grayscale(0);
    transform: scale(1.15) rotate(5deg);
}
.method-card h4 {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    font-weight: 800;
    color: #42C4C1;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.method-card p {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}
.delivery-cta {
    text-align: center;
}
.btn-delivery {
    background: linear-gradient(135deg, #F39221 0%, #E08719 100%);
    color: white;
    padding: clamp(18px, 3vw, 24px) clamp(40px, 6vw, 60px);
    border-radius: 100px;
    font-weight: 800;
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(243, 146, 33, 0.4);
    position: relative;
    overflow: hidden;
}
.btn-delivery::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}
.btn-delivery:hover::before {
    left: 100%;
}
.btn-delivery:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(243, 146, 33, 0.6);
}
.btn-delivery svg {
    transition: transform 0.3s ease;
}
.btn-delivery:hover svg {
    transform: translateX(5px);
}
@media (max-width: 768px) {
    .delivery-section {
        padding: 3rem 0;
    }

    .delivery-features,
    .delivery-methods {
        grid-template-columns: 1fr;
    }

    .delivery-header {
        margin-bottom: 40px;
    }

    .delivery-features {
        margin-bottom: 40px;
    }

    .delivery-methods {
        margin-bottom: 40px;
    }

    .btn-delivery {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .delivery-feature-card,
    .method-card {
        padding: 25px 20px;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }
}
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
@keyframes fadeInUpDelivery {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.delivery-feature-card,
.method-card {
    animation: fadeInUpDelivery 0.6s ease forwards;
    opacity: 0;
}
.delivery-feature-card:nth-child(1) {
    animation-delay: 0.1s;
}
.delivery-feature-card:nth-child(2) {
    animation-delay: 0.2s;
}
.method-card:nth-child(1) {
    animation-delay: 0.15s;
}
.method-card:nth-child(2) {
    animation-delay: 0.25s;
}
.method-card:nth-child(3) {
    animation-delay: 0.35s;
}
.about-section {
    padding: clamp(4rem, 10vw, 8rem) 0;
    background: linear-gradient(135deg, #0a0e0d 0%, #1a1f1d 100%);
    position: relative;
    overflow: hidden;
}
.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(66, 196, 193, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(123, 191, 106, 0.04) 0%, transparent 50%);
    pointer-events: none;
}
.about-wrapper {
    position: relative;
    z-index: 1;
}
.about-header {
    text-align: center;
    margin-bottom: clamp(50px, 8vw, 70px);
}
.about-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(243, 146, 33, 0.2) 0%, rgba(243, 146, 33, 0.1) 100%);
    border: 1px solid rgba(243, 146, 33, 0.3);
    color: #F39221;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: clamp(0.7rem, 1.5vw, 0.8rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.about-title {
    font-family:'Manrope',sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.about-title-accent {
    background: linear-gradient(135deg, #42C4C1 0%, #5DD4D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.about-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 5vw, 50px);
    margin-bottom: clamp(40px, 6vw, 60px);
}
.about-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-story {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 196, 193, 0.2);
    border-radius: 25px;
    padding: clamp(30px, 4vw, 40px);
    display: flex;
    gap: 25px;
    align-items: flex-start;
    transition: all 0.4s ease;
}
.about-story:hover {
    border-color: #42C4C1;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(66, 196, 193, 0.15);
}
.story-icon {
    font-size: clamp(3rem, 5vw, 4rem);
    flex-shrink: 0;
    filter: grayscale(0.2);
}
.story-content h3 {
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    font-weight: 800;
    color: #F39221;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.story-content p {
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}
.about-guarantee {
    background: rgba(123, 191, 106, 0.05);
    border: 1px solid rgba(123, 191, 106, 0.2);
    border-radius: 25px;
    padding: clamp(30px, 4vw, 40px);
    display: flex;
    gap: 25px;
    align-items: flex-start;
    transition: all 0.4s ease;
}
.about-guarantee:hover {
    border-color: #7BBF6A;
    background: rgba(123, 191, 106, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(123, 191, 106, 0.15);
}
.guarantee-icon {
    width: 70px;
    height: 70px;
    background: rgba(123, 191, 106, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7BBF6A;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.about-guarantee:hover .guarantee-icon {
    background: #7BBF6A;
    color: #0a0e0d;
    transform: scale(1.1) rotate(5deg);
}
.guarantee-content h4 {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    font-weight: 800;
    color: #7BBF6A;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.guarantee-content p {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}
.about-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-offer {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 196, 193, 0.2);
    border-radius: 25px;
    padding: clamp(30px, 4vw, 40px);
    transition: all 0.4s ease;
}
.about-offer:hover {
    border-color: #42C4C1;
    background: rgba(255, 255, 255, 0.05);
}
.about-offer h3 {
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    font-weight: 800;
    color: #42C4C1;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.offer-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.category-item {
    background: rgba(66, 196, 193, 0.05);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.category-item:hover {
    border-color: #42C4C1;
    background: rgba(66, 196, 193, 0.1);
    transform: translateX(5px);
}
.category-icon {
    font-size: 1.8rem;
}
.category-name {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}
.about-mission {
    background: linear-gradient(135deg, rgba(243, 146, 33, 0.1) 0%, rgba(243, 146, 33, 0.05) 100%);
    border: 1px solid rgba(243, 146, 33, 0.2);
    border-radius: 25px;
    padding: clamp(30px, 4vw, 40px);
    text-align: center;
}
.about-mission p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}
.about-mission strong {
    color: #F39221;
    font-weight: 800;
}
.about-footer {
    text-align: center;
}
.about-cta-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 196, 193, 0.2);
    border-radius: 30px;
    padding: clamp(40px, 6vw, 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}
.about-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(66, 196, 193, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.cta-content {
    position: relative;
    z-index: 1;
}
.cta-content h3 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.cta-content p {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: rgba(255, 255, 255, 0.7);
}
.btn-about {
    background: linear-gradient(135deg, #42C4C1 0%, #5DD4D1 100%);
    color: #0a0e0d;
    padding: clamp(16px, 3vw, 20px) clamp(35px, 5vw, 50px);
    border-radius: 100px;
    font-weight: 800;
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(66, 196, 193, 0.4);
    position: relative;
    z-index: 1;
}
.btn-about:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(66, 196, 193, 0.6);
}
.btn-about svg {
    transition: transform 0.3s ease;
}
.btn-about:hover svg {
    transform: translateX(5px);
}
@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .offer-categories {
        grid-template-columns: 1fr;
    }

    .about-cta-box {
        padding: 40px 30px;
    }
}
@media (max-width: 768px) {
    .about-section {
        padding: 3rem 0;
    }

    .about-story,
    .about-guarantee {
        flex-direction: column;
        text-align: center;
    }

    .story-icon,
    .guarantee-icon {
        margin: 0 auto;
    }

    .btn-about {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .about-story,
    .about-guarantee,
    .about-offer,
    .about-mission {
        padding: 25px 20px;
    }

    .offer-categories {
        gap: 12px;
    }

    .category-item {
        padding: 12px;
    }
}
@keyframes fadeInUpAbout {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.about-story,
.about-guarantee,
.about-offer,
.about-mission {
    animation: fadeInUpAbout 0.6s ease forwards;
    opacity: 0;
}
.about-story { animation-delay: 0.1s; }
.about-guarantee { animation-delay: 0.2s; }
.about-offer { animation-delay: 0.15s; }
.about-mission { animation-delay: 0.25s; }
<!-- БЛОК: SEO КОНТЕНТ - КУПИТЬ ЭКЗОТИЧЕСКИХ ЖИВОТНЫХ -->
<section class="seo-content-section">
    <div class="container">
        <div class="seo-content-wrapper">
            
            <!-- Главный заголовок H2 -->
            <div class="seo-hero-title">
                <h2>Купить Экзотических Животных в Москве - Официальный Питомник EkzoticZoo</h2>
                <p class="seo-hero-lead">Продажа экзотических животных с доставкой по России • Полный пакет документов • Гарантия здоровья до 12 месяцев</p>
            </div>

            <!-- Основной контент -->
            <div class="seo-main-content">
                
                <!-- Блок 1: Главная информация -->
                <div class="seo-block seo-block-primary">
                    <div class="seo-block-icon">🏆</div>
                    <div class="seo-block-content">
                        <h2>Купить Экзотическое Животное в Москве - Лучший Выбор 2026 Года</h2>
                        <p>Хотите <strong>купить экзотическое животное</strong> в Москве? Питомник <strong>EkzoticZoo</strong> предлагает более 100 видов редких питомцев: обезьян, попугаев, рептилий, хищников и экзотических птиц. Мы - официальный питомник экзотических животных с лицензией, работающий более 7 лет на рынке России.</p>
                        
                        <p>У нас вы можете <strong>купить экзотических животных в Москве</strong> с полным пакетом документов CITES, ветеринарным паспортом и гарантией здоровья. Каждое животное проходит 30-дневный карантин и полное медицинское обследование перед продажей.</p>
                    </div>
                </div>

                <!-- Блок 2: Почему выбирают нас -->
                <div class="seo-grid-2">
                    <div class="seo-block seo-block-accent">
                        <h3>Почему Покупают Экзотических Животных у Нас</h3>
                        <ul class="seo-list">
                            <li><strong>Официальная продажа</strong> - все документы для Россельхознадзора</li>
                            <li><strong>Гарантия здоровья</strong> - до 12 месяцев на каждого питомца</li>
                            <li><strong>Доставка по России</strong> - Москва, СПб, регионы РФ</li>
                            <li><strong>Пожизненная поддержка</strong> - консультации ветеринаров 24/7</li>
                            <li><strong>Низкие цены</strong> - работаем без посредников</li>
                            <li><strong>Большой выбор</strong> - более 100 видов в наличии</li>
                        </ul>
                    </div>

                    <div class="seo-block seo-block-info">
                        <h3>Где Купить Экзотических Животных Недорого</h3>
                        <p>Ищете, <strong>где купить экзотическое животное в Москве недорого</strong>? В нашем питомнике цены на экзотических животных ниже, чем у конкурентов, потому что мы работаем напрямую с заводчиками без посредников.</p>
                        <p><strong>Купить экзотического питомца</strong> можно онлайн на сайте ekzoticzooo.ru или по телефону <a href="tel:+74951271097">8 (495) 128-97-72</a>. Мы принимаем заказы круглосуточно!</p>
                    </div>
                </div>

                <!-- Блок 3: Каталог животных -->
                <div class="seo-block seo-block-catalog">
                    <h2>Каталог Экзотических Животных - Кого Можно Купить</h2>
                    <p>В питомнике <strong>EkzoticZoo</strong> представлен широкий ассортимент экзотических животных для дома. Вы можете <strong>купить экзотическое животное</strong> из следующих категорий:</p>
                    
                    <div class="seo-catalog-grid">
                        <div class="catalog-category">
                            <div class="category-header">
                                <span class="category-emoji">🐒</span>
                                <h4>Купить Обезьяну</h4>
                            </div>
                            <p><strong>Обезьяны для дома</strong> - лемуры катта, карликовая игрунка, саймири беличий, макака резус. Цены от 120 000 ₽. Купить обезьяну в Москве можно с доставкой и документами.</p>
                        </div>

                        <div class="catalog-category">
                            <div class="category-header">
                                <span class="category-emoji">🦜</span>
                                <h4>Купить Попугая</h4>
                            </div>
                            <p><strong>Экзотические попугаи</strong> - какаду, ара, амазоны, жако. Цены от 80 000 ₽. Купить попугая какаду можно с обучением речи и ветпаспортом.</p>
                        </div>

                        <div class="catalog-category">
                            <div class="category-header">
                                <span class="category-emoji">🐆</span>
                                <h4>Купить Хищника</h4>
                            </div>
                            <p><strong>Экзотические хищники</strong> - каракал, сервал, рысь, лиса фенек. Цены от 150 000 ₽. Купить каракала в Москве легально с разрешением CITES.</p>
                        </div>

                        <div class="catalog-category">
                            <div class="category-header">
                                <span class="category-emoji">🐢</span>
                                <h4>Купить Рептилию</h4>
                            </div>
                            <p><strong>Экзотические рептилии</strong> - игуаны, хамелеоны, вараны, питоны. Цены от 25 000 ₽. Купить игуану или хамелеона с террариумом и кормами.</p>
                        </div>

                        <div class="catalog-category">
                            <div class="category-header">
                                <span class="category-emoji">🦢</span>
                                <h4>Купить Птицу</h4>
                            </div>
                            <p><strong>Декоративные птицы</strong> - павлины, фазаны, лебеди, совы. Цены от 30 000 ₽. Купить сову или павлина для загородного дома.</p>
                        </div>

                        <div class="catalog-category">
                            <div class="category-header">
                                <span class="category-emoji">🐹</span>
                                <h4>Купить Грызуна</h4>
                            </div>
                            <p><strong>Экзотические грызуны</strong> - белки дегу, шиншиллы, капибары. Цены от 15 000 ₽. Купить капибару в Москве с документами.</p>
                        </div>
                    </div>
                </div>

                <!-- Блок 4: Цены -->
                <div class="seo-block seo-block-prices">
                    <h2>Цены на Экзотических Животных в Москве 2026</h2>
                    <p>Актуальные цены на <strong>покупку экзотических животных</strong> в питомнике EkzoticZoo:</p>
                    
                    <div class="price-table">
                        <div class="price-row">
                            <span class="price-animal">Купить обезьяну (лемур)</span>
                            <span class="price-dots"></span>
                            <span class="price-value">от 180 000 ₽</span>
                        </div>
                        <div class="price-row">
                            <span class="price-animal">Купить попугая какаду</span>
                            <span class="price-dots"></span>
                            <span class="price-value">от 120 000 ₽</span>
                        </div>
                        <div class="price-row">
                            <span class="price-animal">Купить каракала</span>
                            <span class="price-dots"></span>
                            <span class="price-value">от 350 000 ₽</span>
                        </div>
                        <div class="price-row">
                            <span class="price-animal">Купить капибару</span>
                            <span class="price-dots"></span>
                            <span class="price-value">от 1 000 000 ₽</span>
                        </div>
                        <div class="price-row">
                            <span class="price-animal">Купить игуану</span>
                            <span class="price-dots"></span>
                            <span class="price-value">от 25 000 ₽</span>
                        </div>
                        <div class="price-row">
                            <span class="price-animal">Купить сову</span>
                            <span class="price-dots"></span>
                            <span class="price-value">от 60 000 ₽</span>
                        </div>
                    </div>
                    
                    <p class="price-note">💡 <strong>Точную цену</strong> на интересующее вас животное уточняйте по телефону или в каталоге. Цены указаны с учетом всех документов и доставки по Москве.</p>
                </div>

                <!-- Блок 5: Как купить -->
                <div class="seo-grid-2">
                    <div class="seo-block seo-block-how">
                        <h3>Как Купить Экзотическое Животное</h3>
                        <ol class="seo-steps">
                            <li><strong>Выберите питомца</strong> в каталоге или позвоните нам</li>
                            <li><strong>Получите консультацию</strong> по содержанию и уходу</li>
                            <li><strong>Оформите заказ</strong> онлайн или по телефону</li>
                            <li><strong>Получите документы</strong> - договор, ветпаспорт, CITES</li>
                            <li><strong>Заберите питомца</strong> из питомника или закажите доставку</li>
                        </ol>
                    </div>

                    <div class="seo-block seo-block-delivery">
                        <h3>Доставка Экзотических Животных</h3>
                        <p><strong>Купить экзотическое животное с доставкой</strong> можно в любой город России. Мы организуем транспортировку:</p>
                        <ul class="seo-list-compact">
                            <li>По Москве - курьером (бесплатно)</li>
                            <li>По МО - спецтранспортом (от 5 000 ₽)</li>
                            <li>По России - ЖД/авто (рассчитывается индивидуально)</li>
                            <li>Авиадоставка - в отдаленные регионы</li>
                        </ul>
                    </div>
                </div>

                <!-- Блок 6: Документы -->
                <div class="seo-block seo-block-documents">
                    <h2>Документы при Покупке Экзотических Животных</h2>
                    <p>Когда вы решаете <strong>купить экзотическое животное в Москве</strong>, важно получить полный пакет документов. Питомник EkzoticZoo предоставляет:</p>
                    
                    <div class="documents-grid">
                        <div class="document-card">
                            <div class="doc-icon">📄</div>
                            <h4>Договор купли-продажи</h4>
                            <p>Официальный документ с печатью питомника</p>
                        </div>
                        <div class="document-card">
                            <div class="doc-icon">🏥</div>
                            <h4>Ветеринарный паспорт</h4>
                            <p>С отметками о прививках и чипировании</p>
                        </div>
                        <div class="document-card">
                            <div class="doc-icon">🌍</div>
                            <h4>Разрешение CITES</h4>
                            <p>Для видов из Красной книги</p>
                        </div>
                        <div class="document-card">
                            <div class="doc-icon">✅</div>
                            <h4>Справка из Россельхознадзора</h4>
                            <p>Подтверждение легальности ввоза</p>
                        </div>
                    </div>
                </div>

                <!-- Блок 7: Преимущества -->
                <div class="seo-block seo-block-benefits">
                    <h2>Преимущества Покупки в Питомнике EkzoticZoo</h2>
                    <div class="benefits-grid">
                        <div class="benefit-item">
                            <span class="benefit-number">01</span>
                            <h4>Опыт 7+ лет</h4>
                            <p>Более 1000 довольных владельцев экзотических питомцев по всей России</p>
                        </div>
                        <div class="benefit-item">
                            <span class="benefit-number">02</span>
                            <h4>100% легально</h4>
                            <p>Все животные с документами, признанными Россельхознадзором</p>
                        </div>
                        <div class="benefit-item">
                            <span class="benefit-number">03</span>
                            <h4>Гарантия здоровья</h4>
                            <p>До 12 месяцев защиты + пожизненная поддержка ветеринаров</p>
                        </div>
                        <div class="benefit-item">
                            <span class="benefit-number">04</span>
                            <h4>Низкие цены</h4>
                            <p>Работаем без посредников - прямые поставки от заводчиков</p>
                        </div>
                        <div class="benefit-item">
                            <span class="benefit-number">05</span>
                            <h4>Доставка по РФ</h4>
                            <p>Организуем безопасную транспортировку в любой регион</p>
                        </div>
                        <div class="benefit-item">
                            <span class="benefit-number">06</span>
                            <h4>Консультации</h4>
                            <p>Помогаем с выбором, содержанием и уходом за питомцем</p>
                        </div>
                    </div>
                </div>

                <!-- Блок 8: Популярные вопросы -->
                <div class="seo-block seo-block-faq">
                    <h2>Частые Вопросы о Покупке Экзотических Животных</h2>
                    
                    <div class="faq-seo-item">
                        <h3>Где можно купить экзотическое животное в Москве?</h3>
                        <p>Купить экзотическое животное в Москве можно в официальном питомнике EkzoticZoo. Мы находимся по адресу: Работаем по всей России. Также можно оформить заказ онлайн на сайте или по телефону 8 (495) 128-97-72.</p>
                    </div>

                    <div class="faq-seo-item">
                        <h3>Легально ли купить экзотическое животное в России?</h3>
                        <p>Да, купить экзотическое животное в России легально при наличии документов CITES, ветеринарного паспорта и договора купли-продажи. Все наши животные полностью легальны и имеют необходимые разрешения.</p>
                    </div>

                    <div class="faq-seo-item">
                        <h3>Сколько стоит купить экзотическое животное?</h3>
                        <p>Цены на экзотических животных в Москве начинаются от 15 000 ₽ за грызунов и до 1 000 000 ₽ за редких приматов. Средняя стоимость популярных питомцев: обезьяны от 180 000 ₽, попугаи от 80 000 ₽, хищники от 150 000 ₽.</p>
                    </div>

                    <div class="faq-seo-item">
                        <h3>Можно ли купить экзотическое животное с доставкой?</h3>
                        <p>Да, мы организуем доставку экзотических животных по всей России. Доставка по Москве бесплатная. В регионы доставляем ЖД транспортом, автомобилем или авиа с сопровождением специалиста.</p>
                    </div>

                    <div class="faq-seo-item">
                        <h3>Какие документы нужны, чтобы купить экзотическое животное?</h3>
                        <p>Для покупки экзотического животного вам понадобится только паспорт. Мы оформляем: договор купли-продажи, ветеринарный паспорт, разрешение CITES (при необходимости) и справку Россельхознадзора.</p>
                    </div>
                </div>

                <!-- Блок 9: Заключительный призыв -->
                <div class="seo-block seo-block-final">
                    <h2>Купите Экзотическое Животное в Москве - Сделайте Заказ Прямо Сейчас!</h2>
                    <p class="final-text">Мечтаете о необычном питомце? <strong>Купить экзотическое животное в Москве</strong> легко и безопасно в питомнике EkzoticZoo! Более 100 видов в наличии, полный пакет документов, гарантия здоровья и доставка по России.</p>
                    
                    <div class="final-cta">
                        <button class="btn-seo-cta open-modal">
                            КУПИТЬ ЭКЗОТИЧЕСКОЕ ЖИВОТНОЕ
                            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
                                <line x1="5" y1="12" x2="19" y2="12"></line>
                                <polyline points="12 5 19 12 12 19"></polyline>
                            </svg>
                        </button>
                        <div class="final-contacts">
                            <a href="tel:+74951271097" class="final-phone">📞 8 (495) 128-97-72</a>
                            <span class="final-address">📍 Работаем по всей России</span>
                        </div>
                    </div>
                </div>

                <!-- Блок 10: Дополнительная SEO информация -->
                <div class="seo-block seo-block-additional">
                    <h3>Купить Экзотических Животных - Дополнительная Информация</h3>
                    <p><strong>EkzoticZoo</strong> - это не просто питомник экзотических животных, это место, где вы найдете своего идеального питомца. Мы работаем с 2017 года и за это время помогли тысячам людей купить экзотическое животное в Москве и по всей России.</p>
                    
                    <p>Ищете <strong>где купить экзотическое животное недорого</strong>? Наши цены - одни из самых низких на рынке, потому что мы работаем напрямую с питомниками и заводчиками без посредников. При этом качество и здоровье животных находится на высшем уровне.</p>
                    
                    <p>Хотите <strong>купить редкое экзотическое животное</strong>? У нас есть уникальные виды, которые сложно найти в других местах: белые львы, снежные барсы, редкие виды попугаев и приматов. Все животные имеют документы CITES и прошли полное ветеринарное обследование.</p>
                    
                    <p><strong>Купить экзотическое животное для дома</strong> - это серьезное решение. Мы предоставляем подробные консультации по содержанию, кормлению и уходу за каждым видом. Наши ветеринары и зоологи всегда на связи и готовы помочь вам 24/7.</p>
                </div>
            </div>

        </div>
    </div>
</section>

<style>


.seo-content-section {
    padding: clamp(3rem, 8vw, 6rem) 0;
    background: linear-gradient(135deg, #0a0e0d 0%, #1a1f1d 100%);
    position: relative;
}
.seo-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 20%, rgba(66, 196, 193, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(243, 146, 33, 0.02) 0%, transparent 40%);
    pointer-events: none;
}
.seo-content-wrapper {
    position: relative;
    z-index: 1;
}
.seo-hero-title {
    text-align: center;
    margin-bottom: clamp(40px, 6vw, 60px);
    padding: clamp(30px, 5vw, 50px);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 25px;
}
.seo-hero-title h1 {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #42C4C1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.seo-hero-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-main-content {
    max-width: 1200px;
    margin: 0 auto;
}
.seo-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 196, 193, 0.2);
    border-radius: 20px;
    padding: clamp(30px, 5vw, 45px);
    margin-bottom: clamp(25px, 4vw, 35px);
    transition: all 0.3s ease;
}
.seo-block:hover {
    border-color: #42C4C1;
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(66, 196, 193, 0.1);
}
.seo-block-primary {
    background: rgba(66, 196, 193, 0.05);
    border-color: rgba(66, 196, 193, 0.3);
    display: flex;
    gap: 25px;
    align-items: flex-start;
}
.seo-block-icon {
    font-size: clamp(3rem, 5vw, 4rem);
    flex-shrink: 0;
}
.seo-block-content {
    flex: 1;
}
.seo-block h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #42C4C1;
    margin-bottom: 20px;
    line-height: 1.3;
}
.seo-block h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 800;
    color: #F39221;
    margin-bottom: 18px;
}
.seo-block h4 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}
.seo-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-block p:last-child {
    margin-bottom: 0;
}
.seo-block strong {
    color: #42C4C1;
    font-weight: 700;
}
.seo-block a {
    color: #42C4C1;
    text-decoration: auto;
    transition: color 0.2s ease;
}
.seo-block a:hover {
    color: #5DD4D1;
}
.seo-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-list {
    list-style: none;
    padding: 0;
}
.seo-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(66, 196, 193, 0.1);
}
.seo-list li:last-child {
    border-bottom: none;
}
.seo-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #7BBF6A;
    font-weight: 800;
    font-size: 1.2rem;
}
.seo-list-compact {
    list-style: none;
    padding: 0;
}
.seo-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-list-compact li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #42C4C1;
}
.seo-steps {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
}
.seo-steps li {
    counter-increment: step-counter;
    padding: 15px 0 15px 50px;
    position: relative;
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 10px;
}
.seo-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 15px;
    width: 35px;
    height: 35px;
    background: rgba(66, 196, 193, 0.2);
    border: 2px solid #42C4C1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42C4C1;
    font-weight: 800;
    font-size: 1rem;
}
.seo-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(15px, 2.5vw, 20px);
    margin-top: 30px;
}
.catalog-category {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 15px;
    padding: clamp(20px, 3vw, 25px);
    transition: all 0.3s ease;
}
.catalog-category:hover {
    border-color: #42C4C1;
    background: rgba(66, 196, 193, 0.05);
    transform: translateY(-5px);
}
.category-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.category-emoji {
    font-size: 2.5rem;
}
.catalog-category h4 {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    color: #42C4C1;
    margin: 0;
}
.catalog-category p {
    font-size: clamp(0.9rem, 1.5vw, 0.95rem);
    margin: 0;
}
.price-table {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 15px;
    padding: clamp(20px, 3vw, 30px);
    margin: 25px 0;
}
.price-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(66, 196, 193, 0.1);
}
.price-row:last-child {
    border-bottom: none;
}
.price-animal {
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}
.price-dots {
    flex: 1;
    border-bottom: 2px dotted rgba(66, 196, 193, 0.2);
    margin: 0 15px 3px;
}
.price-value {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    color: #42C4C1;
    font-weight: 800;
    white-space: nowrap;
}
.price-note {
    background: rgba(243, 146, 33, 0.1);
    border-left: 4px solid #F39221;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: clamp(15px, 2.5vw, 20px);
    margin-top: 25px;
}
.benefit-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 15px;
    padding: clamp(20px, 3vw, 25px);
    position: relative;
    transition: all 0.3s ease;
}
.benefit-item:hover {
    border-color: #42C4C1;
    background: rgba(66, 196, 193, 0.05);
    transform: translateY(-5px);
}
.benefit-number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(66, 196, 193, 0.2);
}
.benefit-item h4 {
    color: #42C4C1;
    margin-bottom: 10px;
}
.benefit-item p {
    font-size: clamp(0.9rem, 1.5vw, 0.95rem);
    margin: 0;
}
.seo-block-final {
    background: linear-gradient(135deg, rgba(66, 196, 193, 0.1) 0%, rgba(243, 146, 33, 0.05) 100%);
    border: 2px solid rgba(66, 196, 193, 0.3);
    text-align: center;
}
.final-text {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}
.final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.btn-seo-cta {
    background: linear-gradient(135deg, #F39221 0%, #E08719 100%);
    color: white;
    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(243, 146, 33, 0.4);
}
.btn-seo-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(243, 146, 33, 0.6);
}
.btn-seo-cta svg {
    transition: transform 0.3s ease;
}
.btn-seo-cta:hover svg {
    transform: translateX(5px);
}
.final-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.final-phone {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 800;
    color: #42C4C1;
    text-decoration: none;
}
.final-phone:hover {
    color: #5DD4D1;
}
.final-address {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
    .seo-content-section {
        padding: 2.5rem 0;
    }

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

    .seo-grid-2,
    .seo-catalog-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

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

    .price-dots {
        display: none;
    }

    .final-cta {
        width: 100%;
    }

    .btn-seo-cta {
        width: 100%;
        justify-content: center;
    }
}
@keyframes fadeInSeo {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.seo-block {
    animation: fadeInSeo 0.6s ease forwards;
}
.seo-hero-title {
    text-align: center;
    margin-bottom: clamp(40px, 6vw, 60px);
    padding: clamp(30px, 5vw, 50px);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 25px;
}
.seo-hero-title h1 {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #42C4C1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.seo-hero-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-main-content {
    max-width: 1200px;
    margin: 0 auto;
}
.seo-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 196, 193, 0.2);
    border-radius: 20px;
    padding: clamp(30px, 5vw, 45px);
    margin-bottom: clamp(25px, 4vw, 35px);
    transition: all 0.3s ease;
}
.seo-block:hover {
    border-color: #42C4C1;
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(66, 196, 193, 0.1);
}
.seo-block-primary {
    background: rgba(66, 196, 193, 0.05);
    border-color: rgba(66, 196, 193, 0.3);
    display: flex;
    gap: 25px;
    align-items: flex-start;
}
.seo-block-icon {
    font-size: clamp(3rem, 5vw, 4rem);
    flex-shrink: 0;
}
.seo-block-content {
    flex: 1;
}
.seo-block h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #42C4C1;
    margin-bottom: 20px;
    line-height: 1.3;
}
.seo-block h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 800;
    color: #F39221;
    margin-bottom: 18px;
}
.seo-block h4 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}
.seo-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-block p:last-child {
    margin-bottom: 0;
}
.seo-block strong {
    color: #42C4C1;
    font-weight: 700;
}
.seo-block a {
    color: #42C4C1;
    text-decoration: auto;
    transition: color 0.2s ease;
}
.seo-block a:hover {
    color: #5DD4D1;
}
.seo-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-list {
    list-style: none;
    padding: 0;
}
.seo-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(66, 196, 193, 0.1);
}
.seo-list li:last-child {
    border-bottom: none;
}
.seo-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #7BBF6A;
    font-weight: 800;
    font-size: 1.2rem;
}
.seo-list-compact {
    list-style: none;
    padding: 0;
}
.seo-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-list-compact li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #42C4C1;
}
.seo-steps {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
}
.seo-steps li {
    counter-increment: step-counter;
    padding: 15px 0 15px 50px;
    position: relative;
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 10px;
}
.seo-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 15px;
    width: 35px;
    height: 35px;
    background: rgba(66, 196, 193, 0.2);
    border: 2px solid #42C4C1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42C4C1;
    font-weight: 800;
    font-size: 1rem;
}
.seo-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(15px, 2.5vw, 20px);
    margin-top: 30px;
}
.catalog-category {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 15px;
    padding: clamp(20px, 3vw, 25px);
    transition: all 0.3s ease;
}
.catalog-category:hover {
    border-color: #42C4C1;
    background: rgba(66, 196, 193, 0.05);
    transform: translateY(-5px);
}
.category-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.category-emoji {
    font-size: 2.5rem;
}
.catalog-category h4 {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    color: #42C4C1;
    margin: 0;
}
.catalog-category p {
    font-size: clamp(0.9rem, 1.5vw, 0.95rem);
    margin: 0;
}
.price-table {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 15px;
    padding: clamp(20px, 3vw, 30px);
    margin: 25px 0;
}
.price-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(66, 196, 193, 0.1);
}
.price-row:last-child {
    border-bottom: none;
}
.price-animal {
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}
.price-dots {
    flex: 1;
    border-bottom: 2px dotted rgba(66, 196, 193, 0.2);
    margin: 0 15px 3px;
}
.price-value {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    color: #42C4C1;
    font-weight: 800;
    white-space: nowrap;
}
.price-note {
    background: rgba(243, 146, 33, 0.1);
    border-left: 4px solid #F39221;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(15px, 2.5vw, 20px);
    margin-top: 25px;
}
.document-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(123, 191, 106, 0.2);
    border-radius: 15px;
    padding: clamp(20px, 3vw, 25px);
    text-align: center;
    transition: all 0.3s ease;
}
.document-card:hover {
    border-color: #7BBF6A;
    background: rgba(123, 191, 106, 0.05);
    transform: translateY(-5px);
}
.doc-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}
.document-card h4 {
    color: #7BBF6A;
    margin-bottom: 10px;
}
.document-card p {
    font-size: clamp(0.85rem, 1.4vw, 0.9rem);
    margin: 0;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: clamp(15px, 2.5vw, 20px);
    margin-top: 25px;
}
.benefit-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 15px;
    padding: clamp(20px, 3vw, 25px);
    position: relative;
    transition: all 0.3s ease;
}
.benefit-item:hover {
    border-color: #42C4C1;
    background: rgba(66, 196, 193, 0.05);
    transform: translateY(-5px);
}
.benefit-number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(66, 196, 193, 0.2);
}
.benefit-item h4 {
    color: #42C4C1;
    margin-bottom: 10px;
}
.benefit-item p {
    font-size: clamp(0.9rem, 1.5vw, 0.95rem);
    margin: 0;
}
.faq-seo-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(66, 196, 193, 0.15);
    border-radius: 15px;
    padding: clamp(20px, 3vw, 30px);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.faq-seo-item:hover {
    border-color: #42C4C1;
    background: rgba(66, 196, 193, 0.05);
}
.faq-seo-item h3 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: #ffffff;
    margin-bottom: 15px;
}
.faq-seo-item p {
    margin: 0;
}
.seo-block-final {
    background: linear-gradient(135deg, rgba(66, 196, 193, 0.1) 0%, rgba(243, 146, 33, 0.05) 100%);
    border: 2px solid rgba(66, 196, 193, 0.3);
    text-align: center;
}
.final-text {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}
.final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.btn-seo-cta {
    background: linear-gradient(135deg, #F39221 0%, #E08719 100%);
    color: white;
    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(243, 146, 33, 0.4);
}
.btn-seo-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(243, 146, 33, 0.6);
}
.btn-seo-cta svg {
    transition: transform 0.3s ease;
}
.btn-seo-cta:hover svg {
    transform: translateX(5px);
}
.final-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.final-phone {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 800;
    color: #42C4C1;
    text-decoration: none;
}
.final-phone:hover {
    color: #5DD4D1;
}
.final-address {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
    .seo-content-section {
        padding: 2.5rem 0;
    }

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

    .seo-grid-2,
    .seo-catalog-grid,
    .documents-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

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

    .price-dots {
        display: none;
    }

    .final-cta {
        width: 100%;
    }

    .btn-seo-cta {
        width: 100%;
        justify-content: center;
    }
	
}
@keyframes fadeInSeo {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.seo-block {
    animation: fadeInSeo 0.6s ease forwards;
}
.mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 12000;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mn-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
.mn-link-list a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.mn-contacts-center {
    margin-bottom: 30px;
}
.form-box-styled {
    max-width: 500px;
    padding: 40px;
    background: #111;
    border: 1px solid var(--primary);
    border-radius: 24px;
    position: relative;
    width: 100%;
    box-shadow: 0 0 50px rgba(66, 196, 193, 0.2);
}
.modal-close {
    position: absolute;
    top: 9px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
	width: 44px !important;
    height: 44px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border: 2px solid var(--primary) !important;
    border-radius: 50% !important;
}
.form-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    margin-bottom: 15px;
    outline: none;
    transition: all 0.3s ease;
}
.form-input:focus {
    border-color: var(--primary);
    background: rgba(255, 255, 255, 0.1);
}
.btn-hero.green {
    margin: 0 auto;
    width: 50%;
    padding: 16px;
    border-radius: 50px;
    border: none;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(135deg, #7BBF6A 0%, #42C4C1 100%);
    color: white;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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(201, 162, 39, 0.45);
            transition: 0.3s;
            color: #080608;
            font-size: 1.6rem;
            font-weight: 800;
        }
.scroll-to-top:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(201, 162, 39, 0.65); }
.tags-cloud-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0a0e0d 0%, #141d1a 100%);
  position: relative;
  overflow: hidden;
}
.tags-cloud-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(66, 196, 193, 0.03) 0%, transparent 70%);
  animation: pulseGlow 15s ease-in-out infinite;
  pointer-events: none;
}
@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.8;
  }
}
.tags-cloud-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tags-cloud-title {
  font-family:'Manrope',sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #42C4C1 0%, #B89B72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(66, 196, 193, 0.3);
  animation: titleShine 3s ease-in-out infinite;
}
@keyframes titleShine {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.3);
  }
}
.tags-cloud-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 10px;
}
.category-tab {
  padding: 12px 24px;
  background: rgba(66, 196, 193, 0.05);
  border: 1px solid rgba(66, 196, 193, 0.2);
  border-radius: 50px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}
.category-tab:hover {
  background: rgba(66, 196, 193, 0.1);
  border-color: #42C4C1;
  color: #fff;
  transform: translateY(-2px);
}
.category-tab.active {
  background: linear-gradient(135deg, #42C4C1 0%, #5DD4D1 100%);
  border-color: #42C4C1;
  color: #0a0e0d;
  box-shadow: 0 5px 20px rgba(66, 196, 193, 0.4);
}
.tags-cloud-wrapper {
  background: rgba(20, 29, 26, 0.4);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 40px;
  border: 1px solid rgba(66, 196, 193, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.tags-cloud-wrapper::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, rgba(66, 196, 193, 0.3), rgba(184, 155, 114, 0.3), rgba(66, 196, 193, 0.3));
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.tags-cloud-wrapper:hover::before {
  opacity: 1;
}
.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.tag-item {
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(66, 196, 193, 0.05);
  border: 1px solid rgba(66, 196, 193, 0.2);
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  opacity: 0;
  animation: fadeInTag 0.4s ease-out forwards;
}
.tag-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 196, 193, 0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}
.tag-item:hover::before {
  width: 300px;
  height: 300px;
}
.tag-item:hover {
  color: #fff;
  background: rgba(66, 196, 193, 0.15);
  border-color: #42C4C1;
  box-shadow: 0 5px 20px rgba(66, 196, 193, 0.3), inset 0 0 20px rgba(66, 196, 193, 0.1);
  transform: translateY(-3px) scale(1.05);
}
@keyframes fadeInTag {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.load-more-btn {
  margin: 40px auto 0;
  display: block;
  padding: 16px 50px;
  background: linear-gradient(135deg, #F39221 0%, #E08719 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(243, 146, 33, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.load-more-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(243, 146, 33, 0.6);
}
.load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.tags-count {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Manrope', sans-serif;
}
@media (max-width: 768px) {
  .tags-cloud-section {
    padding: 50px 15px;
  }

  .tags-cloud-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .tags-cloud-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .category-tabs {
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    padding: 0 15px 10px;
  }

  .category-tabs::-webkit-scrollbar {
    display: none;
  }

  .category-tab {
    padding: 10px 18px;
    font-size: 13px;
    flex-shrink: 0;
  }

  .tags-cloud-wrapper {
    padding: 25px 15px;
    border-radius: 20px;
  }

  .tags-cloud {
    gap: 8px;
    line-height: 1.5;
  }

  .tag-item {
    font-size: 13px !important;
    padding: 8px 14px;
    white-space: nowrap;
  }

  .load-more-btn {
    width: 100%;
    padding: 14px 30px;
    font-size: 14px;
    margin-top: 30px;
  }

  .tags-count {
    font-size: 13px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .tags-cloud-title {
    font-size: 28px;
  }

  .tags-cloud-subtitle {
    font-size: 14px;
  }

  .category-tab {
    padding: 8px 14px;
    font-size: 12px;
  }

  .tag-item {
    font-size: 12px !important;
    padding: 7px 12px;
  }
}