/* ==========================================
   RECLAME & BANNER STIJLEN (Gecentraliseerd)
   ========================================== */

/* AI Magic Banner */
.ai-magic-banner {
    position: relative;
    width: 468px;
    height: 60px;
    border: 2px solid #d4d4d8;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #fbfaf5 0%, #edeadd 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}
.ai-text-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ai-title {
    font-size: 14px;
    font-weight: 800;
    color: #5d534a;
    margin-bottom: 3px;
    font-family: Arial, sans-serif;
}
.ai-features {
    font-size: 11px;
    color: #8b7355;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.ai-showcase-side {
    display: flex;
    gap: 8px;
    align-items: center;
}
.ai-icon-small {
    height: 32px;
    width: auto;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
}
.ai-pulse {
    animation: ai-pulse 2s infinite ease-in-out;
}
@keyframes ai-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

/* LoveLanes Horoscoop / Authentic Banners (468x60 & 160x600) */
.ll-horizontal-banner {
    width: 468px;
    height: 60px;
    background: linear-gradient(90deg, #ffffff 0%, #fff1f2 50%, #ffe4e6 100%);
    border: 1px solid #fda4af;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.ll-authentic-banner {
    position: relative;
    width: 468px;
    height: 60px;
    border: 1px solid #fda4af;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: #000;
}
.ll-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 466px;
    height: 58px;
    object-fit: cover;
    z-index: 1;
}
.ll-click-logo {
    position: absolute;
    top: 5px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
}
.ll-dynamic-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
    z-index: 2;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ll-ring-wrapper {
    position: relative;
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #171126;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.ll-h-ring {
    position: absolute;
    width: 84px;
    height: 84px;
    object-fit: contain;
    border-radius: 50%;
}
.ring-base {
    animation: ll-spin-cw 30s infinite linear;
}
.ring-overlay {
    width: 58px;
    height: 58px;
    opacity: 0.95;
    animation: ll-spin-ccw 22s infinite linear;
}
.ll-menu-overlay {
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 5;
    background: rgba(23, 17, 38, 0.8);
    padding: 0 8px;
    border-radius: 4px 0 0 4px;
}
.ll-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}
.ll-link {
    font-size: 9.5px;
    color: #ffd700;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
    text-shadow: 1px 1px 2px #000;
}
.ll-link:hover {
    color: #ffffff;
}
.ll-btn {
    display: inline-block;
    padding: 1px 5px;
    background: #e11d48;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    transition: background 0.2s;
    margin-top: 1px;
}
.ll-btn:hover {
    background: #be123c;
}

/* LoveLanes Officiële Sidebar Banner (160x600) */
.ll-official-banner {
    width: 160px;
    height: 600px;
    background: linear-gradient(180deg, #ffffff 0%, #fff1f2 40%, #ffe4e6 100%);
    border: 1px solid #fda4af;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px 8px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}
.ll-banner-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
}
.ll-main-logo {
    width: 65px;
    height: 65px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.ll-main-logo:hover {
    transform: rotate(5deg) scale(1.05);
}
.ll-text-logo {
    width: 135px;
    height: auto;
    object-fit: contain;
}
.ll-banner-graphic {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}
.ll-ring-container {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ll-astro-ring {
    position: absolute;
    width: 110px;
    height: 110px;
    object-fit: contain;
    border-radius: 50%;
}
.ring-base {
    animation: ll-spin-clockwise 25s infinite linear;
}
.ring-overlay {
    width: 75px;
    height: 75px;
    opacity: 0.85;
    animation: ll-spin-counter 20s infinite linear;
}
.ll-destiny-text {
    font-size: 11px;
    color: #be123c;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}
.ll-banner-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.ll-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #fecdd3;
    padding: 8px 6px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(225, 29, 72, 0.04);
    transition: transform 0.2s, border-color 0.2s;
    box-sizing: border-box;
}
.ll-menu-item:hover {
    transform: translateX(2px);
    border-color: #fb7185;
}
.ll-menu-icon {
    font-size: 15px;
}
.ll-menu-title {
    font-size: 11px;
    color: #4b5563;
    font-weight: bold;
    text-align: left;
}
.ll-banner-footer {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ll-action-btn {
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    background: #e11d48;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(225, 29, 72, 0.2);
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.ll-action-btn:hover {
    background: #be123c;
    box-shadow: 0 5px 10px rgba(225, 29, 72, 0.3);
}

/* Vertaal Banner */
.ai-world-banner {
    position: relative;
    width: 468px;
    height: 60px;
    border: 2px solid #d4d4d8;
    border-radius: 8px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}
.world-title { font-size: 11px; font-family: Arial, sans-serif; font-weight: 800; color: #075985; }
.world-subtitle { font-size: 11px; font-family: Arial, sans-serif; color: #0369a1; font-weight: bold; }
.world-showcase-side { display: flex; gap: 10px; align-items: center; }
.world-icon { height: 28px; border-radius: 4px; box-shadow: 1px 1px 2px rgba(0,0,0,0.1); }
.world-arrow { font-size: 20px; color: #0369a1; }

/* Rotatie Animaties */
@keyframes ll-spin-cw {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes ll-spin-ccw {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}
@keyframes ll-spin-clockwise {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes ll-spin-counter {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}