﻿/* ============================================
   РўР•РњРђ: SMS TURBO (РћРіРЅРµРЅРЅР°СЏ РїР°Р»РёС‚СЂР° - РџСЂРµРјРёСѓРј)
   ============================================
   
   Р¦РІРµС‚РѕРІР°СЏ РїР°Р»РёС‚СЂР°:
   - РћСЃРЅРѕРІРЅРѕР№: #FF6B35 (РѕРіРЅРµРЅРЅС‹Р№ РѕСЂР°РЅР¶РµРІС‹Р№)
   - Р’С‚РѕСЂРёС‡РЅС‹Р№: #F7931E (Р·РѕР»РѕС‚РёСЃС‚Рѕ-РѕСЂР°РЅР¶РµРІС‹Р№)
   - РђРєС†РµРЅС‚: #FFC947 (С‚РµРїР»С‹Р№ Р·РѕР»РѕС‚РѕР№)
   - Р¤РѕРЅ С‚РµРјРЅС‹Р№: #0D0D0D (РїРѕС‡С‚Рё С‡РµСЂРЅС‹Р№)
   - Р¤РѕРЅ РєР°СЂС‚РѕС‡РµРє: #1A1A1A (С‚РµРјРЅРѕ-СЃРµСЂС‹Р№)
   - РўРµРєСЃС‚: #FFFFFF (Р±РµР»С‹Р№)
   - РўРµРєСЃС‚ РІС‚РѕСЂРёС‡РЅС‹Р№: #B8B8B8 (СЃРІРµС‚Р»Рѕ-СЃРµСЂС‹Р№)
   ============================================ */

.theme-sms-turbo {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    background: linear-gradient(135deg, #0D0D0D 0%, #1A1A1A 50%, #0D0D0D 100%);
    color: #FFFFFF;
}

/* ============================================
   РҐР•Р”Р•Р 
   ============================================ */
.theme-sms-turbo header {
    background: rgba(13, 13, 13, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 2px solid rgba(255, 107, 53, 0.3);
    box-shadow: 0 4px 30px rgba(255, 107, 53, 0.2);
}

.theme-sms-turbo .logo {
    color: #FF6B35;
    text-shadow: 0 0 20px rgba(255, 107, 53, 0.5);
    animation: fireGlow 2s ease-in-out infinite;
}

@keyframes fireGlow {
    0%, 100% { 
        text-shadow: 0 0 20px rgba(255, 107, 53, 0.5);
        filter: brightness(1);
    }
    50% { 
        text-shadow: 0 0 30px rgba(255, 107, 53, 0.8), 0 0 40px rgba(247, 147, 30, 0.4);
        filter: brightness(1.1);
    }
}

.theme-sms-turbo .nav-link {
    color: #B8B8B8;
    font-weight: 600;
}

.theme-sms-turbo .nav-link:hover {
    color: #FF6B35;
}

/* ============================================
   РљРќРћРџРљР
   ============================================ */
.theme-sms-turbo .btn {
    border-radius: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* РћСЃРЅРѕРІРЅР°СЏ РєРЅРѕРїРєР° - РѕРіРЅРµРЅРЅС‹Р№ РіСЂР°РґРёРµРЅС‚ */
.theme-sms-turbo .btn-primary {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    border: 2px solid rgba(255, 201, 71, 0.3);
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
    color: #FFFFFF;
}

.theme-sms-turbo .btn-primary::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;
}

.theme-sms-turbo .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(255, 107, 53, 0.6);
    border-color: #FFC947;
}

.theme-sms-turbo .btn-primary:hover::before {
    left: 100%;
}

/* VIP РєРЅРѕРїРєР° - Р·РѕР»РѕС‚РѕР№ РїСЂРµРјРёСѓРј */
.theme-sms-turbo .btn-secondary {
    background: linear-gradient(135deg, #FFC947 0%, #F7931E 100%);
    border: 2px solid rgba(255, 201, 71, 0.5);
    box-shadow: 0 4px 20px rgba(255, 201, 71, 0.4);
    color: #0D0D0D;
    font-weight: 800;
}

.theme-sms-turbo .btn-secondary:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFC947 100%);
    box-shadow: 0 8px 35px rgba(255, 201, 71, 0.6);
    transform: translateY(-3px);
    color: #000000;
}

/* ============================================
   РљРђР РўРћР§РљР РќРћРњР•Р РћР’
   ============================================ */
.theme-sms-turbo .number-card {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%);
    border: 2px solid rgba(255, 107, 53, 0.3);
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 107, 53, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.theme-sms-turbo .number-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
    transition: left 0.5s;
}

.theme-sms-turbo .number-card:hover::before {
    left: 100%;
}

.theme-sms-turbo .number-card:hover {
    border-color: #FF6B35;
    box-shadow: 0 8px 40px rgba(255, 107, 53, 0.4), 0 0 60px rgba(255, 107, 53, 0.2);
    transform: translateY(-6px);
}

.theme-sms-turbo .country-name {
    color: #B8B8B8;
}

.theme-sms-turbo .phone-number {
    background: linear-gradient(135deg, #FF6B35, #F7931E, #FFC947);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}

.theme-sms-turbo .time {
    color: #B8B8B8;
}

/* ============================================
   РЎРўРђРўРЈРЎ Р РРќР”РРљРђРўРћР Р«
   ============================================ */
.theme-sms-turbo .status.online {
    background: rgba(255, 107, 53, 0.15);
    color: #FF6B35;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.theme-sms-turbo .status.online::before {
    background: #FF6B35 !important;
    box-shadow: 0 0 20px #FF6B35, 0 0 40px rgba(255, 107, 53, 0.5) !important;
    animation: firePulse 1.5s infinite !important;
}

@keyframes firePulse {
    0%, 100% {
        box-shadow: 0 0 20px #FF6B35, 0 0 40px rgba(255, 107, 53, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 30px #FF6B35, 0 0 60px rgba(255, 107, 53, 0.8);
        transform: scale(1.2);
    }
}

.theme-sms-turbo .live-dot {
    background: #FF6B35;
    box-shadow: 0 0 25px #FF6B35, 0 0 50px rgba(255, 107, 53, 0.6);
}

.theme-sms-turbo .live-text {
    color: #FF6B35;
}

/* ============================================
   РўРђР‘Р«
   ============================================ */
.theme-sms-turbo .countries-tabs {
    background: #0D0D0D;
    border: 2px solid rgba(255, 107, 53, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.theme-sms-turbo .tabs-title {
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.theme-sms-turbo .tab {
    background: rgba(255, 107, 53, 0.08);
    border: 2px solid rgba(255, 107, 53, 0.2);
    border-radius: 12px !important;
    color: #B8B8B8;
    font-weight: 600;
    transition: all 0.3s ease;
}

.theme-sms-turbo .tab:hover {
    background: rgba(255, 107, 53, 0.15);
    border-color: #FF6B35;
    color: #FF6B35;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.theme-sms-turbo .tab.active {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    border-color: #FFC947;
    color: #FFFFFF;
    box-shadow: 0 4px 25px rgba(255, 107, 53, 0.5);
}

/* ============================================
   HERO РЎР•РљР¦РРЇ
   ============================================ */
.theme-sms-turbo .hero {
    background: linear-gradient(135deg, #0D0D0D 0%, #1A1A1A 50%, #0D0D0D 100%);
    position: relative;
}

.theme-sms-turbo .hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 107, 53, 0.15) 0%, transparent 70%);
    animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.theme-sms-turbo .hero h1 {
    color: #FFFFFF;
    text-shadow: 0 0 40px rgba(255, 107, 53, 0.5);
}

.theme-sms-turbo .subtitle {
    color: #B8B8B8;
}

/* ============================================
   РўР•РљРЎРў Р РўРРџРћР“Р РђР¤РРљРђ
   ============================================ */
.theme-sms-turbo h1,
.theme-sms-turbo h2,
.theme-sms-turbo h3 {
    color: #FFFFFF;
    font-weight: 800;
}

.theme-sms-turbo h2 {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-sms-turbo p {
    color: #B8B8B8;
}

.theme-sms-turbo strong,
.theme-sms-turbo b {
    color: #FFC947;
    font-weight: 800;
}

.theme-sms-turbo a {
    color: #F7931E;
}

.theme-sms-turbo a:hover {
    color: #FFC947;
}

/* ============================================
   РљРћРќРўР•РќРўРќР«Р• Р‘Р›РћРљР
   ============================================ */
.theme-sms-turbo .seo-content .seo-block,
.theme-sms-turbo .info-block,
.theme-sms-turbo .service-info,
.theme-sms-turbo .services-section,
.theme-sms-turbo .benefit-item {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%);
    border: 2px solid rgba(255, 107, 53, 0.3);
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.theme-sms-turbo .seo-content h2,
.theme-sms-turbo .seo-content h3,
.theme-sms-turbo .info-block h3,
.theme-sms-turbo .service-info h2,
.theme-sms-turbo .services-section h2,
.theme-sms-turbo .benefit-item h3 {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-sms-turbo .seo-content p,
.theme-sms-turbo .info-block li,
.theme-sms-turbo .service-info p,
.theme-sms-turbo .benefit-item p {
    color: #B8B8B8;
}

/* ============================================
   FAQ РЎР•РљР¦РРЇ
   ============================================ */
.theme-sms-turbo .faq-section {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%);
    border: 2px solid rgba(255, 107, 53, 0.3);
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.theme-sms-turbo .faq-item {
    background: rgba(255, 107, 53, 0.05);
    border: 2px solid rgba(255, 107, 53, 0.2);
    border-radius: 12px !important;
}

.theme-sms-turbo .faq-item.active {
    border-color: #FF6B35;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.theme-sms-turbo .faq-question {
    background: transparent;
}

.theme-sms-turbo .faq-question h3 {
    color: #FFFFFF;
}

.theme-sms-turbo .faq-icon {
    color: #FF6B35;
}

.theme-sms-turbo .faq-answer {
    background: rgba(0, 0, 0, 0.3);
}

.theme-sms-turbo .faq-answer p {
    color: #B8B8B8;
}

/* ============================================
   РЎР•Р Р’РРЎРќР«Р• РљРђР РўРћР§РљР
   ============================================ */
.theme-sms-turbo .service-card {
    background: rgba(255, 107, 53, 0.08);
    border: 2px solid rgba(255, 107, 53, 0.2);
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

.theme-sms-turbo .service-card span {
    color: #FFFFFF;
}

.theme-sms-turbo .service-card:hover {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    border-color: #FFC947;
    box-shadow: 0 6px 30px rgba(255, 107, 53, 0.5);
    transform: translateY(-4px);
}

/* ============================================
   Р¤РЈРўР•Р 
   ============================================ */
.theme-sms-turbo footer {
    background: linear-gradient(135deg, #0D0D0D 0%, #1A1A1A 100%);
    border-top: 2px solid rgba(255, 107, 53, 0.3);
}

.theme-sms-turbo .footer-section h3 {
    color: #FF6B35;
}

.theme-sms-turbo .footer-section a {
    color: #B8B8B8;
}

.theme-sms-turbo .footer-section a:hover {
    color: #FF6B35;
}

.theme-sms-turbo .services-list span {
    background: rgba(255, 107, 53, 0.08);
    border: 1px solid rgba(255, 107, 53, 0.2);
    color: #B8B8B8;
}

.theme-sms-turbo .services-list span:hover {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    border-color: #FFC947;
    color: #FFFFFF;
}

/* ============================================
   PAGE HEADER
   ============================================ */
.theme-sms-turbo .page-header {
    background: linear-gradient(135deg, #0D0D0D 0%, #1A1A1A 100%);
    border-bottom: 3px solid #FF6B35;
}

/* ============================================
   РџР•Р Р•РћРџР Р•Р”Р•Р›Р•РќРР• Р—Р•Р›Р•РќР«РҐ Р­Р›Р•РњР•РќРўРћР’
   ============================================ */
.theme-sms-turbo .highlight {
    color: #FF6B35 !important;
    background: rgba(255, 107, 53, 0.15) !important;
}

.theme-sms-turbo .text-primary {
    color: #FF6B35 !important;
}

.theme-sms-turbo .border-primary {
    border-color: #FF6B35 !important;
}

/* ============================================
   РЎРљР РћР›Р›Р‘РђР 
   ============================================ */
.theme-sms-turbo ::-webkit-scrollbar {
    width: 12px;
    background: #0D0D0D;
}

.theme-sms-turbo ::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    border-radius: 10px;
    border: 2px solid #0D0D0D;
}

.theme-sms-turbo ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #F7931E, #FFC947);
}




/* SMS TURBO - Дополнительные стили */

/* Переопределяем hero h1 */
.theme-sms-turbo .hero h1 {
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #FFFFFF 0%, #FF6B35 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: none !important;
}

/* Highlight - золотой с черным текстом */
.theme-sms-turbo .highlight {
    color: #0D0D0D !important;
    background: #FFC947 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    -webkit-text-fill-color: #0D0D0D !important;
}

.theme-sms-turbo .faq-section h2 .highlight {
    color: #0D0D0D !important;
    background: #FFC947 !important;
    -webkit-text-fill-color: #0D0D0D !important;
}

.theme-sms-turbo .tabs-toggle {
    background: rgba(255, 107, 53, 0.15) !important;
    border: 2px solid rgba(255, 107, 53, 0.3) !important;
    color: #FF6B35 !important;
}

.theme-sms-turbo .tabs-toggle:hover {
    background: rgba(255, 107, 53, 0.25) !important;
    border-color: #FF6B35 !important;
}

.theme-sms-turbo .hero h1 {
    color: #FFFFFF !important;
}

.theme-sms-turbo .cta-primary {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%) !important;
    color: #FFFFFF !important;
}

.theme-sms-turbo .modal-content {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%) !important;
    border: 2px solid rgba(255, 107, 53, 0.3) !important;
}

.theme-sms-turbo .modal-content h2 {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-sms-turbo .modal-content p {
    color: #B8B8B8 !important;
}

.theme-sms-turbo .modal-content strong,
.theme-sms-turbo .modal-content b {
    color: #FFC947 !important;
    font-weight: 800 !important;
    -webkit-text-fill-color: #FFC947 !important;
}

/* Переопределяем все strong и b в теме */
.theme-sms-turbo strong,
.theme-sms-turbo b {
    color: #FFC947 !important;
    font-weight: 800 !important;
    -webkit-text-fill-color: #FFC947 !important;
}

/* Page header элементы */
.theme-sms-turbo .page-header .available-count {
    color: #FF6B35 !important;
}

.theme-sms-turbo .page-header .update-info {
    color: #B8B8B8 !important;
}

.theme-sms-turbo .page-header h1 {
    color: #FFFFFF !important;
}

/* Контакты */
.theme-sms-turbo .contact-method {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%) !important;
    border: 2px solid rgba(255, 107, 53, 0.3) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
}

.theme-sms-turbo .contact-method:hover {
    border-color: #FF6B35 !important;
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.3) !important;
}

.theme-sms-turbo .contact-icon {
    font-size: 48px;
}

.theme-sms-turbo .contact-method h3 {
    color: #FFFFFF !important;
}

.theme-sms-turbo .contact-link {
    color: #FF6B35 !important;
}

.theme-sms-turbo .contact-link:hover {
    color: #FFC947 !important;
}

.theme-sms-turbo .contact-note {
    color: #B8B8B8 !important;
}

.theme-sms-turbo .contacts-grid {
    display: grid;
    gap: 24px;
}

.theme-sms-turbo .seo-block {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%) !important;
    border: 2px solid rgba(255, 107, 53, 0.3) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
}

.theme-sms-turbo .number-detail {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%) !important;
    border: 2px solid rgba(255, 107, 53, 0.3) !important;
}

.theme-sms-turbo .phone-large {
    background: linear-gradient(135deg, #FF6B35, #F7931E, #FFC947);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-sms-turbo .status-badge {
    background: rgba(255, 107, 53, 0.15) !important;
    color: #FF6B35 !important;
}

.theme-sms-turbo .number-meta {
    color: #B8B8B8 !important;
}

.theme-sms-turbo .number-stats {
    color: #B8B8B8 !important;
}

.theme-sms-turbo .sms-history {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%) !important;
    border: 2px solid rgba(255, 107, 53, 0.3) !important;
}

.theme-sms-turbo .sms-history h2 {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-sms-turbo .sms-header {
    background: rgba(255, 107, 53, 0.08) !important;
    color: #B8B8B8 !important;
}

.theme-sms-turbo .sms-row {
    border-bottom: 1px solid rgba(255, 107, 53, 0.2) !important;
}

.theme-sms-turbo .sms-row:hover {
    background: rgba(255, 107, 53, 0.05) !important;
}

.theme-sms-turbo .sms-service {
    color: #FF6B35 !important;
}

.theme-sms-turbo .sms-text {
    color: #FFFFFF !important;
}

.theme-sms-turbo .sms-time {
    color: #B8B8B8 !important;
}

.theme-sms-turbo .category-section {
    background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%) !important;
    border: 2px solid rgba(255, 107, 53, 0.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 32px;
    padding: 32px;
}

.theme-sms-turbo .category-section h2 {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Дополнительные блоки на странице сервисов */
.theme-sms-turbo .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.theme-sms-turbo .info-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.theme-sms-turbo .step {
    text-align: center;
}

.theme-sms-turbo .step-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto 20px;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
}

.theme-sms-turbo .step p {
    color: #B8B8B8;
}


/* ============================================
   ТЕМА: ELEVEN SMS (Синяя - Минималистичная Премиум)
   ============================================
   
   Цветовая палитра:
   - Основной: #3B82F6 (яркий синий)
   - Вторичный: #60A5FA (светло-синий)
   - Акцент: #93C5FD (небесно-голубой)
   - Фон: #F8FAFC (очень светло-серый)
   - Фон карточек: #FFFFFF (белый)
   - Текст: #1E293B (темно-серый)
   - Текст вторичный: #64748B (серый)
   ============================================ */

.theme-eleven-sms {
    font-family: 'SF Pro Display', 'Inter', 'Helvetica Neue', sans-serif;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
    color: #1E293B;
}

/* ============================================
   ХЕДЕР
   ============================================ */
.theme-eleven-sms header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.theme-eleven-sms .logo {
    color: #3B82F6;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.theme-eleven-sms .nav-link {
    color: #64748B;
    font-weight: 500;
}

.theme-eleven-sms .nav-link:hover {
    color: #3B82F6;
}

/* ============================================
   КНОПКИ
   ============================================ */
.theme-eleven-sms .btn {
    border-radius: 24px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-eleven-sms .btn-primary {
    background: linear-gradient(135deg, #3B82F6 0%, #60A5FA 100%);
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.2);
    border: none;
    color: #FFFFFF;
}

.theme-eleven-sms .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.3);
}

.theme-eleven-sms .btn-secondary {
    background: rgba(59, 130, 246, 0.08);
    border: 2px solid rgba(59, 130, 246, 0.2);
    color: #3B82F6;
}

.theme-eleven-sms .btn-secondary:hover {
    background: rgba(59, 130, 246, 0.15);
    border-color: #3B82F6;
}

/* ============================================
   КАРТОЧКИ НОМЕРОВ
   ============================================ */
.theme-eleven-sms .number-card {
    background: #FFFFFF;
    border: 1px solid rgba(59, 130, 246, 0.08);
    border-radius: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-eleven-sms .number-card:hover {
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.15);
    transform: translateY(-4px);
}

.theme-eleven-sms .country-name {
    color: #64748B;
}

.theme-eleven-sms .phone-number {
    font-family: 'SF Mono', 'Monaco', 'Courier New', monospace;
    font-weight: 500;
    background: linear-gradient(135deg, #3B82F6, #60A5FA, #93C5FD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-eleven-sms .time {
    color: #64748B;
}

/* ============================================
   СТАТУС И ИНДИКАТОРЫ
   ============================================ */
.theme-eleven-sms .status.online {
    background: rgba(59, 130, 246, 0.08);
    color: #3B82F6;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.theme-eleven-sms .status.online::before {
    background: #3B82F6 !important;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5) !important;
    animation: softPulse 2s infinite !important;
}

@keyframes softPulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 25px rgba(59, 130, 246, 0.7);
        transform: scale(1.1);
    }
}

/* ============================================
   ТАБЫ
   ============================================ */
.theme-eleven-sms .countries-tabs {
    background: #FFFFFF;
    border: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.theme-eleven-sms .tabs-title {
    color: #1E293B;
    font-weight: 600;
}

.theme-eleven-sms .tabs-toggle {
    background: rgba(59, 130, 246, 0.08) !important;
    border: 2px solid rgba(59, 130, 246, 0.2) !important;
    color: #3B82F6 !important;
}

.theme-eleven-sms .tab {
    background: rgba(59, 130, 246, 0.04);
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 16px !important;
    color: #64748B;
    font-weight: 500;
    transition: all 0.3s ease;
}

.theme-eleven-sms .tab:hover {
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.2);
    color: #3B82F6;
}

.theme-eleven-sms .tab.active {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.25);
}

/* ============================================
   HERO СЕКЦИЯ
   ============================================ */
.theme-eleven-sms .hero {
    background: linear-gradient(135deg, #F8FAFC 0%, #E0F2FE 50%, #F8FAFC 100%);
    position: relative;
}

.theme-eleven-sms .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
}

.theme-eleven-sms .hero h1 {
    color: #1E293B !important;
    font-weight: 200 !important;
    background: linear-gradient(135deg, #1E293B 0%, #3B82F6 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.theme-eleven-sms .subtitle {
    color: #64748B;
}

.theme-eleven-sms .cta-primary {
    background: linear-gradient(135deg, #3B82F6 0%, #60A5FA 100%) !important;
    color: #FFFFFF !important;
}

.theme-eleven-sms .cta-secondary {
    background: rgba(59, 130, 246, 0.08) !important;
    border: 2px solid rgba(59, 130, 246, 0.2) !important;
    color: #3B82F6 !important;
}

/* ============================================
   ТЕКСТ И ТИПОГРАФИКА
   ============================================ */
.theme-eleven-sms h1,
.theme-eleven-sms h2,
.theme-eleven-sms h3 {
    color: #1E293B;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.theme-eleven-sms h1 {
    font-weight: 200;
}

.theme-eleven-sms h2 {
    font-weight: 300;
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-eleven-sms p {
    color: #64748B;
}

.theme-eleven-sms strong,
.theme-eleven-sms b {
    color: #3B82F6 !important;
    font-weight: 600 !important;
    -webkit-text-fill-color: #3B82F6 !important;
}

.theme-eleven-sms a {
    color: #3B82F6;
}

.theme-eleven-sms a:hover {
    color: #60A5FA;
}

.theme-eleven-sms .highlight {
    color: #1E293B !important;
    background: #93C5FD !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    -webkit-text-fill-color: #1E293B !important;
}

/* ============================================
   КОНТЕНТНЫЕ БЛОКИ
   ============================================ */
.theme-eleven-sms .seo-content .seo-block,
.theme-eleven-sms .seo-block,
.theme-eleven-sms .info-block,
.theme-eleven-sms .service-info,
.theme-eleven-sms .services-section,
.theme-eleven-sms .benefit-item,
.theme-eleven-sms .contact-method,
.theme-eleven-sms .category-section {
    background: #FFFFFF !important;
    border: 1px solid rgba(59, 130, 246, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.theme-eleven-sms .seo-content h2,
.theme-eleven-sms .seo-content h3,
.theme-eleven-sms .info-block h3,
.theme-eleven-sms .service-info h2,
.theme-eleven-sms .services-section h2,
.theme-eleven-sms .benefit-item h3,
.theme-eleven-sms .category-section h2 {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   FAQ СЕКЦИЯ
   ============================================ */
.theme-eleven-sms .faq-section {
    background: #FFFFFF !important;
    border: 1px solid rgba(59, 130, 246, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.theme-eleven-sms .faq-item {
    background: rgba(59, 130, 246, 0.02);
    border: 1px solid rgba(59, 130, 246, 0.08);
    border-radius: 16px !important;
}

.theme-eleven-sms .faq-item:hover {
    border-color: rgba(59, 130, 246, 0.2);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08);
}

.theme-eleven-sms .faq-item.active {
    border-color: #3B82F6;
}

.theme-eleven-sms .faq-question h3 {
    color: #1E293B;
}

.theme-eleven-sms .faq-icon {
    color: #3B82F6;
}

.theme-eleven-sms .faq-answer p {
    color: #64748B;
}

/* ============================================
   СЕРВИСНЫЕ КАРТОЧКИ
   ============================================ */
.theme-eleven-sms .service-card {
    background: rgba(59, 130, 246, 0.04);
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 16px !important;
    transition: all 0.3s ease;
}

.theme-eleven-sms .service-card span {
    color: #1E293B;
}

.theme-eleven-sms .service-card:hover {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    border-color: transparent;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25);
    transform: translateY(-3px);
}

.theme-eleven-sms .service-card:hover span {
    color: #FFFFFF;
}

/* ============================================
   ФУТЕР
   ============================================ */
.theme-eleven-sms footer {
    background: #FFFFFF;
    border-top: 1px solid rgba(59, 130, 246, 0.1);
}

.theme-eleven-sms .footer-section h3 {
    color: #3B82F6;
}

.theme-eleven-sms .footer-section a {
    color: #64748B;
}

.theme-eleven-sms .footer-section a:hover {
    color: #3B82F6;
}

.theme-eleven-sms .services-list span {
    background: rgba(59, 130, 246, 0.04);
    border: 1px solid rgba(59, 130, 246, 0.1);
    color: #64748B;
}

.theme-eleven-sms .services-list span:hover {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    border-color: transparent;
    color: #FFFFFF;
}

/* ============================================
   PAGE HEADER
   ============================================ */
.theme-eleven-sms .page-header {
    background: linear-gradient(135deg, #F8FAFC 0%, #E0F2FE 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.theme-eleven-sms .page-header .available-count {
    color: #3B82F6 !important;
}

.theme-eleven-sms .page-header .update-info {
    color: #64748B !important;
}

.theme-eleven-sms .page-header h1 {
    color: #1E293B !important;
}

/* ============================================
   МОДАЛЬНЫЕ ОКНА
   ============================================ */
.theme-eleven-sms .modal-content {
    background: #FFFFFF !important;
    border: 1px solid rgba(59, 130, 246, 0.1) !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1) !important;
}

.theme-eleven-sms .modal-content h2 {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-eleven-sms .modal-content p {
    color: #64748B !important;
}

/* ============================================
   ДЕТАЛИ НОМЕРА
   ============================================ */
.theme-eleven-sms .number-detail {
    background: #FFFFFF !important;
    border: 1px solid rgba(59, 130, 246, 0.08) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.theme-eleven-sms .phone-large {
    background: linear-gradient(135deg, #3B82F6, #60A5FA, #93C5FD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-eleven-sms .status-badge {
    background: rgba(59, 130, 246, 0.08) !important;
    color: #3B82F6 !important;
}

.theme-eleven-sms .number-meta {
    color: #64748B !important;
}

.theme-eleven-sms .number-stats {
    color: #64748B !important;
}

/* ============================================
   ИСТОРИЯ SMS
   ============================================ */
.theme-eleven-sms .sms-history {
    background: #FFFFFF !important;
    border: 1px solid rgba(59, 130, 246, 0.08) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.theme-eleven-sms .sms-history h2 {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-eleven-sms .sms-header {
    background: rgba(59, 130, 246, 0.04) !important;
    color: #64748B !important;
}

.theme-eleven-sms .sms-row {
    border-bottom: 1px solid rgba(59, 130, 246, 0.08) !important;
}

.theme-eleven-sms .sms-row:hover {
    background: rgba(59, 130, 246, 0.02) !important;
}

.theme-eleven-sms .sms-service {
    color: #3B82F6 !important;
}

.theme-eleven-sms .sms-text {
    color: #1E293B !important;
}

.theme-eleven-sms .sms-time {
    color: #64748B !important;
}

/* ============================================
   ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ
   ============================================ */
.theme-eleven-sms .step-number {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.2);
}

.theme-eleven-sms .step p {
    color: #64748B;
}

.theme-eleven-sms .contact-link {
    color: #3B82F6 !important;
}

.theme-eleven-sms .contact-link:hover {
    color: #60A5FA !important;
}

.theme-eleven-sms .contact-note {
    color: #64748B !important;
}

/* ============================================
   СКРОЛЛБАР
   ============================================ */
.theme-eleven-sms ::-webkit-scrollbar {
    width: 12px;
    background: #F8FAFC;
}

.theme-eleven-sms ::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    border-radius: 10px;
    border: 2px solid #F8FAFC;
}

.theme-eleven-sms ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #60A5FA, #93C5FD);
}

/* ============================================
   ОБЩИЕ СТИЛИ
   ============================================ */
.theme-eleven-sms .container {
    color: #1E293B;
}


/* ============================================
   TURBO - ГОРИЗОНТАЛЬНЫЙ СКРОЛЛ НОМЕРОВ (MOBILE)
   ============================================ */

@media (max-width: 768px) {
    .theme-sms-turbo .numbers-grid {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 16px !important;
        padding: 20px 16px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        margin-left: -16px !important;
        margin-right: -16px !important;
        width: calc(100% + 32px) !important;
    }
    
    .theme-sms-turbo .numbers-grid::-webkit-scrollbar {
        display: none !important;
    }
    
    .theme-sms-turbo .number-card {
        min-width: 280px !important;
        max-width: 280px !important;
        flex-shrink: 0 !important;
        scroll-snap-align: center !important;
    }
    
    /* Индикатор скролла */
    .theme-sms-turbo .numbers-grid::after {
        content: '👉 Свайпай';
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: linear-gradient(135deg, #FF6B35, #F7931E);
        color: white;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 700;
        box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
        animation: swipeHint 2s ease-in-out infinite;
        pointer-events: none;
        z-index: 100;
    }
}

@keyframes swipeHint {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(10px); opacity: 0.7; }
}

/* Огненная полоска сверху карточки */
.theme-sms-turbo .number-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF6B35, #F7931E, #FFC947, #F7931E, #FF6B35);
    background-size: 200% 100%;
    animation: fireFlow 3s linear infinite;
}

@keyframes fireFlow {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

/* Улучшенный header карточки */
.theme-sms-turbo .number-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 107, 53, 0.2);
}

.theme-sms-turbo .number-header .flag {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgba(255, 107, 53, 0.3);
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.2);
}

/* Улучшенный статус */
.theme-sms-turbo .status.online {
    background: rgba(255, 107, 53, 0.15);
    color: #FF6B35;
    border: 1px solid rgba(255, 107, 53, 0.3);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

/* ============================================
   ELEVEN - МИНИМАЛИСТИЧНЫЕ КАРТОЧКИ (MOBILE)
   ============================================ */

/* Горизонтальная раскладка для всех размеров */
.theme-eleven-sms .numbers-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
}

.theme-eleven-sms .number-card {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    padding: 16px 20px !important;
    gap: 16px !important;
    min-height: auto !important;
}

.theme-eleven-sms .number-card .flag {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(59, 130, 246, 0.1) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
    flex-shrink: 0 !important;
}

.theme-eleven-sms .number-info-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    min-width: 0 !important;
}

.theme-eleven-sms .country-name {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #64748B !important;
    letter-spacing: 0.3px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.theme-eleven-sms .number-card .phone-number {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-family: 'SF Mono', 'Monaco', 'Courier New', monospace !important;
}

.theme-eleven-sms .number-header {
    display: none !important;
}

.theme-eleven-sms .number-info {
    display: none !important;
}

.theme-eleven-sms .card-actions {
    flex-shrink: 0 !important;
    display: flex !important;
    gap: 8px !important;
    margin-top: 0 !important;
}

.theme-eleven-sms .card-actions .btn {
    padding: 8px 20px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    border-radius: 20px !important;
}

/* На мобильных еще компактнее */
@media (max-width: 768px) {
    .theme-eleven-sms .number-card {
        padding: 14px 16px !important;
        gap: 12px !important;
    }
    
    .theme-eleven-sms .number-card .flag {
        width: 28px !important;
        height: 28px !important;
    }
    
    .theme-eleven-sms .country-name {
        font-size: 12px !important;
    }
    
    .theme-eleven-sms .number-card .phone-number {
        font-size: 14px !important;
    }
    
    .theme-eleven-sms .card-actions .btn {
        padding: 6px 16px !important;
        font-size: 12px !important;
    }
}

/* Тонкая линия слева */
.theme-eleven-sms .number-card {
    position: relative;
}

.theme-eleven-sms .number-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 3px;
    background: linear-gradient(180deg, transparent, #3B82F6, transparent);
    border-radius: 0 2px 2px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.theme-eleven-sms .number-card:hover::before {
    opacity: 1;
}

/* Улучшенный header */
.theme-eleven-sms .number-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.theme-eleven-sms .number-header .flag {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.theme-eleven-sms .country-name {
    font-size: 13px;
    font-weight: 500;
    color: #64748B;
    letter-spacing: 0.3px;
}

/* Статус с точкой */
.theme-eleven-sms .status.online {
    background: rgba(59, 130, 246, 0.08);
    color: #3B82F6;
    border: 1px solid rgba(59, 130, 246, 0.2);
    font-weight: 500;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.theme-eleven-sms .status.online::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #3B82F6;
    border-radius: 50%;
    animation: softPulse 2s infinite;
}

/* Компактный вид кнопок на десктопе */
@media (min-width: 769px) {
    .theme-eleven-sms .card-actions {
        display: flex;
        gap: 8px;
    }
    
    .theme-eleven-sms .card-actions .btn {
        flex: 1;
        padding: 10px 16px;
        font-size: 13px;
    }
}


/* ============================================
   ДОПОЛНИТЕЛЬНЫЕ УЛУЧШЕНИЯ ДЛЯ МОБИЛЬНЫХ
   ============================================ */

/* TURBO - Счетчик карточек */
@media (max-width: 768px) {
    .theme-sms-turbo #numbers {
        position: relative;
    }
    
    .theme-sms-turbo #numbers::before {
        content: 'Свайпай влево 👉';
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(255, 107, 53, 0.1);
        border: 1px solid rgba(255, 107, 53, 0.3);
        color: #FF6B35;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        animation: fadeInOut 3s ease-in-out infinite;
    }
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* ELEVEN - Разделители между карточками */
@media (max-width: 768px) {
    .theme-eleven-sms .number-card + .number-card {
        margin-top: 0;
    }
    
    .theme-eleven-sms .number-card:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 20%;
        right: 20%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    }
}

/* TURBO - Эффект параллакса при скролле */
@media (max-width: 768px) {
    .theme-sms-turbo .number-card {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
}

/* ELEVEN - Hover эффект на мобильных (touch) */
@media (max-width: 768px) {
    .theme-eleven-sms .number-card:active {
        transform: scale(0.98);
        background: rgba(59, 130, 246, 0.02);
    }
}

/* TURBO - Градиентный фон для grid на мобильных */
@media (max-width: 768px) {
    .theme-sms-turbo .numbers-grid {
        background: linear-gradient(90deg, 
            rgba(255, 107, 53, 0.05) 0%, 
            transparent 10%, 
            transparent 90%, 
            rgba(255, 107, 53, 0.05) 100%
        );
    }
}

/* ELEVEN - Тень для выделения активной карточки */
@media (max-width: 768px) {
    .theme-eleven-sms .number-card {
        transition: all 0.2s ease;
    }
    
    .theme-eleven-sms .number-card:active {
        box-shadow: 0 4px 16px rgba(59, 130, 246, 0.15);
    }
}
