/*   
Theme Name: VSV
Author: RA PROFIT
Author URI: https://profit44.ru
*/

		* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: #F5F5F5;
            color: #434242;
            line-height: 1.5;
            scroll-behavior: smooth;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        section {
            padding: 80px 0;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 16px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: -0.02em;
            color: #434242;
        }

        .section-title span {
            color: #FECC00;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto 48px;
        }

        .btn {
            display: inline-block;
            background-color: #FECC00;
            color: #434242;
            font-weight: 700;
            padding: 14px 36px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
            box-shadow: 0 4px 12px rgba(254,204,0,0.3);
        }

        .btn:hover {
            background-color: #e0b800;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(254,204,0,0.4);
        }

        .btn-outline {
            background: transparent;
            border: 2px solid #FECC00;
            color: #FECC00;
            box-shadow: none;
        }

        .btn-outline:hover {
            background: #FECC00;
            color: #434242;
        }

        /* Хедер */
        .header {
            background: white;
            box-shadow: 0 2px 20px rgba(0,0,0,0.08);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0;
            flex-wrap: wrap;
            gap: 16px;
        }

        .logo-img {
            height: 60px;
            width: auto;
            max-width: 200px;
            object-fit: contain;
        }

        .logo-placeholder {
            font-size: 0;
        }

        .nav-links {
            display: flex;
            gap: 32px;
            list-style: none;
            align-items: center;
            flex-wrap: wrap;
        }

        .nav-links a {
            text-decoration: none;
            font-weight: 500;
            color: #434242;
            transition: 0.2s;
        }

        .nav-links a:hover {
            color: #FECC00;
        }

        .messenger-link {
            background: #FECC00;
            padding: 8px 18px;
            border-radius: 40px;
            color: #434242 !important;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .messenger-link:hover {
            background: #e0b800;
            transform: translateY(-2px);
        }

        /* Hero блок */
        .hero {
            position: relative;
            padding: 60px 0 80px;
            color: #434242;
            background: linear-gradient(135deg, #FECC00 0%, #f5e6b0 100%);
        }
        
        /* Для добавления фонового изображения - раскомментируйте и укажите путь 
        
        .hero {
			background-image: url(img/diploma.jpg);
            background-size: cover;
            background-position: center;
        }*/
		.hero-image-placeholder{
			background-image: url(img/diploma.jpg);
            background-size: cover;
            background-position: center;
		}
        

        .hero-grid {
            display: flex;
            align-items: center;
            gap: 48px;
            flex-wrap: wrap;
        }

        .hero-content {
            flex: 1;
        }

        .hero-badge {
            background: rgba(67,66,66,0.15);
            display: inline-block;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #434242;
            margin-bottom: 20px;
        }

        .hero-title {
            font-size: 3.2rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            font-family: 'Montserrat', sans-serif;
            color: #434242;
        }

        .hero-title span {
            color: #fff;
            background: #434242;
            padding: 0 12px;
            border-radius: 60px;
            display: inline-block;
            font-size: 2rem;
        }

        .hero-desc {
            font-size: 1.2rem;
            margin-bottom: 32px;
            color: #434242;
            font-weight: 500;
        }

        .hero-stats {
            display: flex;
            gap: 28px;
            margin-top: 32px;
            flex-wrap: wrap;
        }

        .stat-item h4 {
            font-size: 1.8rem;
            font-weight: 800;
            color: #434242;
        }

        /* Преимущества */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 32px;
            margin-top: 20px;
        }

        .feature-card {
            background: white;
            padding: 32px 24px;
            border-radius: 28px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: 0.3s;
            border: 1px solid #eee;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 30px rgba(0,0,0,0.1);
        }

        .feature-icon {
            font-size: 2.8rem;
            color: #FECC00;
            margin-bottom: 20px;
        }

        /* Цены */
        .price-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
        }

        .price-card {
            background: white;
            border-radius: 32px;
            padding: 32px 24px;
            flex: 1;
            min-width: 260px;
            text-align: center;
            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
            border: 1px solid #efeae2;
        }

        .price-card.popular {
            border: 2px solid #FECC00;
            transform: scale(1.02);
            background: #fffef5;
        }

        .price {
            font-size: 2.5rem;
            font-weight: 800;
            margin: 20px 0;
            color: #434242;
        }

        /* Портфолио */
        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-top: 20px;
        }

        .portfolio-item {
            position: relative;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 15px 25px -12px rgba(0,0,0,0.15);
            transition: all 0.4s ease;
            cursor: pointer;
            aspect-ratio: 4 / 3;
            background: #e8e0d0;
        }

        .portfolio-item:hover {
            transform: scale(1.02);
            box-shadow: 0 25px 35px -12px rgba(0,0,0,0.25);
        }

        .portfolio-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .portfolio-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 100%);
            color: white;
            padding: 20px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .portfolio-item:hover .portfolio-overlay {
            transform: translateY(0);
        }

        /* Модальное окно */
        .modal {
            display: none;
            position: fixed;
            z-index: 2000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.95);
            cursor: pointer;
            justify-content: center;
            align-items: center;
        }
        .modal.active {
            display: flex;
        }
        .modal-img {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
            border-radius: 16px;
            box-shadow: 0 0 30px rgba(0,0,0,0.5);
        }
        .modal-close {
            position: absolute;
            top: 25px;
            right: 35px;
            color: #FECC00;
            font-size: 40px;
            font-weight: bold;
            transition: 0.3s;
        }
        .modal-close:hover {
            color: #fff;
        }

        /* Этапы */
        .steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step-item {
            flex: 1;
            text-align: center;
            background: white;
            padding: 30px 20px;
            border-radius: 28px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
        }

        .step-num {
            background: #FECC00;
            width: 48px;
            height: 48px;
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 1.5rem;
            color: #434242;
            margin: 0 auto 20px;
        }

        /* Отзывы */
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .testimonial {
            background: white;
            border-radius: 28px;
            padding: 28px;
            box-shadow: 0 6px 14px rgba(0,0,0,0.03);
            border: 1px solid #efebe5;
        }

        .testimonial i {
            color: #FECC00;
            font-size: 1.8rem;
            margin-bottom: 16px;
        }

        /* Контакты */
        .contact-info-section {
            background: #434242;
            color: white;
        }
        .contact-info-section .section-title {
            color: white;
        }
        .contact-card {
            background: rgba(255,255,255,0.1);
            border-radius: 32px;
            padding: 40px;
            text-align: center;
            backdrop-filter: blur(4px);
        }
        .contact-details {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            margin: 30px 0;
        }
        .contact-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1.2rem;
        }
        .contact-item i {
            color: #FECC00;
            font-size: 1.5rem;
        }
        .whatsapp-link {
            background: #FECC00;
            color: #434242;
            padding: 12px 28px;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-weight: 700;
            text-decoration: none;
            margin-top: 20px;
            transition: 0.3s;
        }
        .whatsapp-link:hover {
            transform: scale(1.05);
            background: #e0b800;
        }

        /* Форма */
        .form-section {
            background: #FECC00;
        }
        .form-card {
            background: white;
            border-radius: 40px;
            padding: 40px;
            max-width: 600px;
            margin: 0 auto;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        .form-group {
            margin-bottom: 18px;
        }
        .form-group input, .form-group select {
            width: 100%;
            padding: 16px 20px;
            border-radius: 60px;
            border: 1px solid #ddd;
            font-size: 1rem;
            outline: none;
        }
        .form-group input:focus {
            border-color: #FECC00;
            box-shadow: 0 0 0 2px rgba(254,204,0,0.3);
        }

        .footer {
            background: #434242;
            color: #ddd;
            padding: 48px 0 24px;
            text-align: center;
        }
        .footer-logo-img {
            height: 50px;
            margin-bottom: 16px;
        }

        .toast-msg {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #434242;
            color: #FECC00;
            padding: 12px 24px;
            border-radius: 60px;
            font-weight: 500;
            z-index: 2000;
            transition: opacity 0.3s;
            opacity: 0;
            pointer-events: none;
        }

        @media (max-width: 800px) {
            .navbar { flex-direction: column; }
            .nav-links { justify-content: center; gap: 16px; }
            .hero-title { font-size: 2rem; }
            .section-title { font-size: 2rem; }
            .contact-details { flex-direction: column; align-items: center; }
        }