/* RAVOS Premium Signature System v3.1
   Balanced & Professional - Orta Boyut Güncellemesi
*/

.ravos-plus-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 35px 0 !important; /* Dış boşluk ideal seviyeye çekildi */
    background: transparent !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
}

.ravos-plus-badge {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    padding: 12px 26px !important; /* Kutu dolgunluğu artırıldı */
    border-radius: 8px !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.ravos-plus-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important; /* 11'den 13'e çekildi, daha okunaklı */
    font-weight: 600 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.ravos-plus-divider {
    width: 1px !important;
    height: 24px !important; /* Çizgi logoyla dengelendi */
    margin: 0 20px !important;
}

.ravos-plus-logo {
    height: 32px !important; /* 24'ten 32'ye çekildi - TAM İDEAL BOYUT */
    width: auto !important;
    display: block !important;
    transition: filter 0.4s ease !important;
}

/* --- TEMA RENKLERİ --- */

/* BEYAZ İÇERİK (Siyah Site İçin) */
.ravos-plus-badge.white-content {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.03) !important;
}
.ravos-plus-badge.white-content .ravos-plus-text { color: #ffffff !important; opacity: 0.85; }
.ravos-plus-badge.white-content .ravos-plus-divider { background: rgba(255, 255, 255, 0.2) !important; }

/* SİYAH İÇERİK (Beyaz Site İçin) */
.ravos-plus-badge.dark-content {
    border: 1px solid rgba(0, 0, 0, 0.18) !important;
    background: rgba(0, 0, 0, 0.03) !important;
}
.ravos-plus-badge.dark-content .ravos-plus-text { color: #000000 !important; opacity: 0.9; }
.ravos-plus-badge.dark-content .ravos-plus-divider { background: rgba(0, 0, 0, 0.25) !important; }

/* --- HOVER --- */
.ravos-plus-badge:hover {
    transform: translateY(-4px) !important;
}

.ravos-plus-badge.white-content:hover {
    border-color: rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35) !important;
}

.ravos-plus-badge.dark-content:hover {
    border-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
}

/* 

<link rel="stylesheet" href="https://cdn.ravos.net/uploads/ravos/ravos.css?v=3.1">

<div class="ravos-plus-wrapper">
    <a href="https://go.ravos.net/birlik-file" target="_blank" rel="noopener" class="ravos-plus-badge white-content" title="Web Tasarım Ravos">
        <span class="ravos-plus-text">WEB TASARIM</span>
        <div class="ravos-plus-divider"></div>
        <img src="https://cdn.ravos.net/uploads/ravos/ravos-logo-beyaz.png" alt="Ravos Logo" class="ravos-plus-logo" loading="lazy">
    </a>
</div>

/*