.elementor-2105 .elementor-element.elementor-element-2489698{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2105 .elementor-element.elementor-element-2489698{--content-width:100vw;}}/* Start custom CSS for html, class: .elementor-element-0175214 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: system-ui, -apple-system, 'Segoe UI', 'Arial', sans-serif;
        }
        
        body {
            background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65)), 
                        url('https://clinicaarenasalud.com/wp-content/uploads/2025/12/ChatGPT-Image-10-дек.-2025-г.-12_34_18.png') no-repeat center center fixed;
            background-size: cover;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 24px 16px;
            color: white;
        }
        
        .container {
            background: rgba(18, 25, 20, 0.55);
            backdrop-filter: blur(16px);
            border-radius: 36px;
            padding: 36px 28px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(80, 120, 90, 0.3);
            text-align: center;
            max-width: 500px;
            width: 100%;
            transition: all 0.2s ease;
        }
        
        .logo {
            width: 100px;
            height: 100px;
            margin: 0 auto 20px;
            border-radius: 50%;
            background: rgba(60, 100, 75, 0.25);
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1.5px solid rgba(80, 140, 105, 0.6);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            transition: transform 0.2s;
        }
        
        .logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 12px;
        }
        
        h1 {
            color: #E8F3EC;
            margin-bottom: 8px;
            font-size: 30px;
            letter-spacing: -0.3px;
            font-weight: 600;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        }
        
        .description {
            margin-bottom: 28px;
            line-height: 1.5;
            color: rgba(230, 245, 235, 0.9);
            font-size: 15px;
            font-weight: 450;
        }
        
        /* БАЗОВЫЙ СТИЛЬ ДЛЯ ВСЕХ КНОПОК – зеленая гамма */
        .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 14px 18px;
            margin: 12px 0;
            border: none;
            border-radius: 60px;
            font-size: 16px;
            font-weight: 550;
            text-decoration: none;
            text-align: center;
            transition: all 0.25s ease;
            cursor: pointer;
            gap: 12px;
            backdrop-filter: blur(4px);
            letter-spacing: 0.3px;
        }
        
        /* Общий стиль для иконок внутри кнопок */
        .btn i {
            font-size: 1.35rem;
            transition: transform 0.2s;
        }
        
        /* ===== ФИРМЕННЫЕ ЗЕЛЕНЫЕ КНОПКИ ===== */
        /* WhatsApp – насыщенный зелёный */
        .btn-whatsapp {
            background: #1E6B4C;
            color: white;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
        }
        .btn-whatsapp i {
            color: #D4FFE8;
        }
        .btn-whatsapp:hover {
            background: #15593F;
            color: white;
            transform: scale(1.01) translateY(-2px);
            box-shadow: 0 12px 22px rgba(0, 0, 0, 0.3);
        }
        .btn-whatsapp:hover i {
            color: white;
            transform: scale(1.02);
        }
        
        /* Booksy – мятно-зеленый с изумрудным отливом */
        .btn-booking {
            background: #2A7F58;
            color: white;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
        }
        .btn-booking i {
            color: #D7FFEA;
        }
        .btn-booking:hover {
            background: #1F6645;
            color: white;
            transform: translateY(-2px);
        }
        .btn-booking:hover i {
            color: white;
        }
        
        /* Звонок – светло-зелёный, элегантный */
        .btn-call {
            background: #3C8D64;
            color: white;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
        }
        .btn-call i {
            color: #E0FFEF;
        }
        .btn-call:hover {
            background: #2F7552;
            color: white;
            transform: translateY(-2px);
        }
        .btn-call:hover i {
            color: white;
        }
        
        /* Instagram – тёмный благородный зелёный, иконка в тон */
        .btn-booking[href*="instagram"] {
            background: #206A48;
        }
        .btn-booking[href*="instagram"] i {
            color: #D0F0E0;
        }
        .btn-booking[href*="instagram"]:hover {
            background: #16573B;
        }
        .btn-booking[href*="instagram"]:hover i {
            color: #FFFFFF;
        }
        
        /* Сайт – яркий акцентный зелёный */
        .btn-website {
            background: #4AA576;
            color: white;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
        }
        .btn-website i {
            color: #E6FFF0;
        }
        .btn-website:hover {
            background: #398B60;
            color: white;
            transform: translateY(-2px);
        }
        .btn-website:hover i {
            color: white;
        }
        
        /* контактная информация и ссылки */
        .contact-info {
            margin-top: 28px;
            padding-top: 20px;
            border-top: 1px solid rgba(100, 160, 120, 0.45);
            font-size: 13.5px;
            color: rgba(225, 245, 230, 0.88);
            line-height: 1.55;
        }
        
        .contact-info a {
            color: #C8FFDF;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s;
        }
        
        .contact-info a:hover {
            color: #9FECBC;
            text-decoration: underline;
        }
        
        .social-links {
            display: flex;
            justify-content: center;
            margin-top: 24px;
            gap: 24px;
        }
        
        .social-links a {
            background: rgba(70, 130, 100, 0.45);
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #E2F5EA;
            font-size: 22px;
            transition: all 0.25s;
            backdrop-filter: blur(4px);
            border: 1px solid rgba(90, 170, 125, 0.5);
        }
        
        .social-links a:hover {
            background: #4CAF7C;
            color: white;
            transform: translateY(-4px);
            border-color: transparent;
        }
        
        /* Адаптивность */
        @media (max-width: 480px) {
            .container {
                padding: 28px 20px;
                border-radius: 32px;
            }
            
            h1 {
                font-size: 26px;
            }
            
            .btn {
                padding: 12px 16px;
                font-size: 15px;
                margin: 10px 0;
            }
            
            .logo {
                width: 85px;
                height: 85px;
            }
            
            .btn i {
                font-size: 1.2rem;
            }
        }
        
        .contact-info p {
            margin: 6px 0;
        }
    </style>/* End custom CSS */