 :root {
            --primary: #1b8d58;
            --primary-light: #a29bfe;
            --secondary: #00cec9;
            --accent: #fd79a8;
            --sun: #fdcb6e;
            --grass: #00b894;
            --dark: #2d3436;
            --whatsapp: #25D366;
        }

        * {
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--dark);
            overflow-x: hidden;
            background: linear-gradient(145deg, #e6fff4 0%, #e6fff4 100%);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        img {
            max-width: 100%;
            height: auto;
        }
		
		.alert-danger {
			--bs-alert-color: #fdfdfd !important;
			--bs-alert-bg: #dc3545 !important;
			--bs-alert-border-color: var(--bs-danger-border-subtle);
			--bs-alert-link-color: #ffffff !important;
		}
		.btn-outline-primary {
			--bs-btn-color: #000632 !important;
			--bs-btn-border-color: #000632 !important;
			--bs-btn-hover-color: #fff !important;
			--bs-btn-hover-bg: #000531 !important;
			--bs-btn-hover-border-color: #0f1a44 !important;
			--bs-btn-focus-shadow-rgb: 13, 110, 253 !important;
			--bs-btn-active-color: #fff !important;
			--bs-btn-active-bg: #000632 !important;
			--bs-btn-active-border-color: #000632 !important;
			--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
			--bs-btn-disabled-color: #000632 !important;
			--bs-btn-disabled-bg: transparent !important;
			--bs-btn-disabled-border-color: #000632 !important;
			--bs-gradient: none;
		}

        /* Яркие иллюстративные элементы */
        .hero-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100px;
            background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 200" xmlns="http://www.w3.org/2000/svg"><path d="M0 100 Q 300 0 600 100 T 1200 100 L 1200 200 L 0 200 Z" fill="%23ffffff" opacity="0.8"/></svg>');
            background-size: cover;
            background-position: bottom;
            z-index: 1;
        }

        @media (min-width: 768px) {
            .hero-wave {
                height: 150px;
            }
        }

        .floating-shape {
            position: absolute;
            background: rgba(255,255,255,0.4);
            border-radius: 50%;
            z-index: 0;
        }

        .section-title {
            font-weight: 800;
            background: linear-gradient(135deg, #198754, #30c681);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1.5rem;
            font-size: clamp(1.8rem, 5vw, 2.5rem);
        }

        .feature-card {
            background: white;
            border-radius: 30px;
            padding: 2rem 1.5rem;
            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 3px solid transparent;
            background-clip: padding-box;
            position: relative;
            z-index: 5;
            height: 100%;
        }

        @media (min-width: 992px) {
            .feature-card {
                padding: 2.5rem 2rem;
            }
        }

        .feature-card:hover {
            transform: translateY(-10px) rotate(1deg);
            box-shadow: 0 35px 60px -15px #24a46996;
            border-color: #24a569;
        }

        .feature-icon {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
        background: linear-gradient(135deg, #198754, #30c681);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1.5rem;
        }

        .btn-cta {
        background: linear-gradient(135deg, #198754, #30c681);
            color: white;
            font-weight: 700;
            padding: 0.9rem 1.8rem;
            border-radius: 60px;
            border: none;
            box-shadow: 0 35px 60px -15px #24a46996;
            transition: all 0.3s;
            font-size: clamp(1rem, 4vw, 1.25rem);
            text-decoration: none;
            display: inline-block;
            width: 100%;
            text-align: center;
        }

        @media (min-width: 576px) {
            .btn-cta {
                width: auto;
            }
        }

        .btn-cta:hover {
            transform: scale(1.05);
            box-shadow: 0 30px 55px -9px #24a46996;
            color: white;
        }

        .btn-whatsapp {
            background: var(--whatsapp);
            color: white;
            font-weight: 700;
            padding: 0.9rem 1.8rem;
            border-radius: 60px;
            border: none;
            box-shadow: 0 20px 30px -10px rgba(37, 211, 102, 0.4);
            transition: all 0.3s;
            font-size: clamp(1rem, 4vw, 1.25rem);
            text-decoration: none;
            display: inline-block;
            width: 100%;
            text-align: center;
        }

        @media (min-width: 576px) {
            .btn-whatsapp {
                width: auto;
            }
        }

        .btn-whatsapp:hover {
            background: #20b859;
            transform: scale(1.05);
            color: white;
        }

        .step-number {
            width: 50px;
            height: 50px;
            background: var(--accent);
            color: white;
            font-size: 1.8rem;
            font-weight: 800;
            border-radius: 25px 25px 25px 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            box-shadow: 0 8px 0 #b23b6b;
        }

        @media (min-width: 768px) {
            .step-number {
                width: 60px;
                height: 60px;
                font-size: 2rem;
            }
        }

        .kid-drawing {
            font-family: 'Comic Neue', cursive;
            background: #f7f2df;
            padding: 1.5rem;
            border-radius: 50px 50px 50px 15px;
            transform: rotate(-1deg);
            border: 5px dashed #e4cb71;
        }

        @media (min-width: 768px) {
            .kid-drawing {
                padding: 2rem;
                border-radius: 80px 80px 80px 20px;
            }
        }

        .modal-login {
            border-radius: 30px;
        }

        @media (min-width: 768px) {
            .modal-login {
                border-radius: 50px;
            }
        }

        .modal-content {
            border-radius: 30px;
            border: none;
            box-shadow: 0 50px 70px -20px rgba(0,0,0,0.3);
        }

        @media (min-width: 768px) {
            .modal-content {
                border-radius: 30px;
            }
        }

        .modal-header {
        background: linear-gradient(135deg, #198754, #30c681);
            color: white;
            border-radius: 30px 30px 0 0 !important;
            padding: 1.2rem;
        }

        @media (min-width: 768px) {
            .modal-header {
                border-radius: 30px 30px 0 0 !important;
                padding: 1.5rem;
            }
        }
        .input-group {
			position: relative;
			display: flex;
			flex-wrap: wrap;
			align-items: stretch;
			width: 100%;
			height: 50px !important;
		}
        /* Стили для демонстрации "скучных" карт */
        .boring-card {
            background: white;
            border: 2px solid #ddd;
            border-radius: 16px;
            padding: 1.2rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transition: all 0.3s;
            position: relative;
        }

        @media (min-width: 768px) {
            .boring-card {
                border-radius: 20px;
                padding: 1.5rem;
            }
        }

        .boring-card table {
            width: 100%;
            font-size: 0.7rem;
            color: #555;
        }

        @media (min-width: 768px) {
            .boring-card table {
                font-size: 0.8rem;
            }
        }

        .boring-card td {
            padding: 3px;
            border: 1px solid #eee;
        }

        @media (min-width: 768px) {
            .boring-card td {
                padding: 4px;
            }
        }

        .boring-card .overlay-boring {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.03);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s;
            backdrop-filter: blur(1px);
        }

        @media (min-width: 768px) {
            .boring-card .overlay-boring {
                border-radius: 20px;
            }
        }

        .boring-card:hover .overlay-boring {
            opacity: 1;
        }

        .boring-label {
            background: rgba(255,255,255,0.9);
            padding: 0.4rem 0.8rem;
            border-radius: 30px;
            color: #999;
            font-weight: 600;
            transform: rotate(-5deg);
            border: 2px dashed #ccc;
            font-size: 0.9rem;
        }

        @media (min-width: 768px) {
            .boring-label {
                padding: 0.5rem 1rem;
                font-size: 1rem;
            }
        }

        /* Анимации */
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }

        .float-animation {
            animation: float 6s ease-in-out infinite;
        }

        /* Адаптивные отступы */
        .section-padding {
            padding: 3rem 0;
        }

        @media (min-width: 768px) {
            .section-padding {
                padding: 5rem 0;
				background: #eefef7;
            }
        }

        /* Улучшенная навигация для мобильных */
        .navbar {
            padding: 1rem 0 !important;
        }

        .navbar-brand {
            font-size: 1.7rem !important;
        }

        @media (min-width: 576px) {
            .navbar-brand {
                font-size: 1.5rem !important;
            }
        }

        .navbar-brand i {
            font-size: 2rem !important;
        }

        @media (min-width: 576px) {
            .navbar-brand i {
                font-size: 2.5rem !important;
            }
        }

        .nav-buttons {
            display: flex;
            gap: 0.5rem;
        }

        .nav-buttons .btn {
            padding: 0.5rem 1rem !important;
            font-size: 0.9rem !important;
        }

        @media (min-width: 576px) {
            .nav-buttons .btn {
                padding: 0.7rem 1.5rem !important;
                font-size: 1rem !important;
            }
        }

        /* Компактный футер */
        .compact-footer {
            background: var(--dark);
            color: white;
            padding: 2rem 0 1rem;
            margin-top: 3rem;
        }

        .footer-logo {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }

        .footer-logo i {
            color: var(--primary-light);
            font-size: 2rem;
        }

        .footer-text {
            font-size: 0.9rem;
            opacity: 0.8;
            margin-bottom: 1rem;
        }

        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: center;
        }

        .footer-links a {
            color: rgba(255,255,255,0.7);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: white;
        }

        .footer-social {
            display: flex;
            gap: 1rem;
            justify-content: center;
        }

        .footer-social a {
            color: white;
            font-size: 1.2rem;
            opacity: 0.7;
            transition: opacity 0.3s;
        }

        .footer-social a:hover {
            opacity: 1;
        }

        .footer-copyright {
            text-align: center;
            padding-top: 1.5rem;
            margin-top: 1.5rem;
            border-top: 1px solid rgba(255,255,255,0.1);
            font-size: 0.8rem;
            opacity: 0.6;
        }

        /* Дополнительные адаптивные исправления */
        .container {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .home-navbar {
            margin: 1rem auto 0;
            max-width: 1160px;
            padding: 0.75rem 1rem !important;
            border: 1px solid rgba(27, 141, 88, 0.12);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.78) !important;
            box-shadow: 0 12px 35px rgba(27, 141, 88, 0.08);
            backdrop-filter: blur(14px);
        }

        .home-navbar .navbar-brand {
            color: #173b2a;
            letter-spacing: -0.03em;
        }

        .hero-badge {
            color: #17643d;
            background: #d9f8e8;
            border: 1px solid #b6edcf;
            border-radius: 999px;
            padding: 0.65rem 1rem;
        }

        .hero-actions .btn-cta,
        .hero-actions .btn-whatsapp {
            width: auto;
            min-width: 190px;
        }

        .hero-points {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem 1.25rem;
            color: #4e6a5b;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .hero-points i {
            color: var(--grass);
            margin-right: 0.25rem;
        }

        @media (max-width: 575.98px) {
            .home-navbar {
                margin: 0.5rem 0.75rem 0;
                border-radius: 1.25rem;
            }

            .hero-actions .btn-cta,
            .hero-actions .btn-whatsapp {
                width: 100%;
            }
        }

        .display-4 {
            font-size: clamp(2rem, 8vw, 3.1rem);
        }

        .lead {
            font-size: clamp(1rem, 4vw, 1.25rem);
        }

        img.rounded-5 {
            border-radius: 40px !important;
        }

        @media (min-width: 768px) {
            img.rounded-5 {
                border-radius: 100px !important;
            }
        }
