/* ============================================
   SINGLE CASINO — LV-KAZINO STYLE
   ============================================ */
.sclv { font-family: 'Roboto', sans-serif; }

/* ====== HERO ====== */
.sclv-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.sclv-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1a0533 0%, #421b6e 25%, #5c2698 55%, #e84393 100%);
    z-index: 0;
}
.sclv-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: radial-gradient(ellipse 60% 70% at 10% 100%, black 0%, transparent 55%),
                        radial-gradient(ellipse 50% 80% at 95% 85%, black 0%, transparent 55%);
    mask-image: radial-gradient(ellipse 60% 70% at 10% 100%, black 0%, transparent 55%),
                radial-gradient(ellipse 50% 80% at 95% 85%, black 0%, transparent 55%);
    z-index: 1;
}
.sclv-hero-ins {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 20px 40px;
}

/* Breadcrumbs */
.sclv-hero-breadcrumbs {
    margin-bottom: 16px;
    font-size: 0.8em;
    color: rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}
.sclv-hero-breadcrumbs a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.2s;
}
.sclv-hero-breadcrumbs a:hover { color: #fff; }
.sclv-bc-sep {
    margin: 0 8px;
    color: rgba(255,255,255,0.25);
}
.sclv-bc-current {
    color: rgba(255,255,255,0.75);
}

/* Hero grid */
.sclv-hero-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
    align-items: stretch;
}

/* Left column */
.sclv-hero-left {
    display: flex;
    flex-direction: column;
}
.sclv-hero-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}
.sclv-hero-logo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.15);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    flex-shrink: 0;
}
.sclv-hero-title-block { flex: 1; min-width: 0; }
.sclv-hero-h1 {
    font-size: 1.9em;
    font-weight: 900;
    margin: 0 0 13px;
    color: #fff;
    line-height: 1.15;
}
.sclv-h1-suffix {
    font-weight: 400;
    opacity: 0.5;
    font-size: 0.65em;
}
.sclv-hero-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.sclv-rating-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    background: rgba(255,215,50,0.15);
    border: 1px solid rgba(255,215,50,0.3);
    border-radius: 50px;
    font-size: 0.82em;
    font-weight: 800;
    color: #ffd32a;
}
.sclv-updated-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    background: rgba(16,185,129,0.12);
    border: 1px solid rgba(16,185,129,0.3);
    border-radius: 50px;
    font-size: 0.68em;
    font-weight: 600;
    color: #10b981;
}
.sclv-updated-badge svg { flex-shrink: 0; }
.sclv-licence-badge,
.sclv-est-badge {
    padding: 3px 10px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    font-size: 0.68em;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Description */
.sclv-hero-desc {
    font-size: 0.95em;
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
    margin-bottom: 18px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
}
.sclv-hero-desc p { margin: 0; color: inherit; }

/* Quick stats */
.sclv-hero-quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 0;
}
.sclv-quick-item {
    padding: 7px 16px;
    border-right: 1px solid rgba(255,255,255,0.06);
}
.sclv-quick-item:last-child { border-right: none; }
.sclv-quick-label {
    display: block;
    font-size: 0.62em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.35);
    margin-bottom: 4px;
}
.sclv-quick-val {
    display: block;
    font-size: 0.82em;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    line-height: 1.35;
}

/* Right: CTA card */
.sclv-hero-cta {
    background: rgb(230 49 136 / 69%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    padding: 18px;
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
}
.sclv-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.62em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #f67fa9;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.sclv-cta-label svg { width: 12px; height: 12px; }
.sclv-cta-bonus-text {
    font-size: 1.15em;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}
.sclv-cta-bonus-text,
.sclv-cta-bonus-text * {
    color: #fff !important;
}
.sclv-cta-bonus-text p { margin: 0 0 2px; }
.sclv-cta-notice {
    font-size: 0.82em;
    line-height: 1.55;
    margin-bottom: 18px;
    flex: 1;
}
.sclv-cta-notice,
.sclv-cta-notice * {
    color: rgba(255,255,255,0.55) !important;
}
.sclv-cta-notice p { margin: 0 0 4px; }
.sclv-hero-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background: #c4e538;
    color: #1a1b25 !important;
    border-radius: 12px;
    font-size: 1em;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.sclv-hero-btn:hover {
    background: #b5d632;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(196,229,56,0.35);
}
.sclv-cta-tc {
    margin-top: 8px;
    font-size: 0.68em;
    color: rgba(255,255,255,0.35);
    text-align: center;
}

/* ====== Review block (score + bars) ====== */
.sclv-review-block {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 16px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
}
.sclv-review-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
}
.sclv-score-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,215,50,0.15), rgba(245,158,11,0.1));
    border: 3px solid rgba(255,215,50,0.4);
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-top: 22px;
}
.sclv-score-num {
    font-size: 1.25em;
    font-weight: 900;
    color: #ffd32a;
    line-height: 1;
}
.sclv-score-max {
    font-size: 0.7em;
    font-weight: 600;
    color: rgba(255,255,255,0.35);
}
.sclv-score-label {
    font-size: 0.62em;
    font-weight: 700;
    color: rgba(255,255,255,0.4);
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Review bars */
.sclv-review-bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sclv-rb-row {
    display: grid;
    grid-template-columns: 130px 1fr 30px;
    gap: 12px;
    align-items: center;
}
.sclv-rb-label {
    font-size: 0.78em;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
}
.sclv-rb-track {
    height: 6px;
    background: rgba(255,255,255,0.08);
    border-radius: 3px;
    overflow: hidden;
}
.sclv-rb-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffd32a, #f59e0b);
    border-radius: 3px;
    transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.sclv-rb-val {
    font-size: 0.8em;
    font-weight: 900;
    color: #ffd32a;
    text-align: right;
}

/* (old hero bars — now unused, keep for safety) */
.sclv-hero-bars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 0;
}
.sclv-bar-item {
    padding: 14px 18px;
    border-right: 1px solid rgba(255,255,255,0.06);
    background: rgba(0,0,0,0.1);
}
.sclv-bar-item:first-child { border-radius: 0 0 0 16px; }
.sclv-bar-item:last-child { border-right: none; border-radius: 0 0 16px 0; }
.sclv-bar-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}
.sclv-bar-label {
    font-size: 0.72em;
    color: rgba(255,255,255,0.55);
    font-weight: 600;
}
.sclv-bar-val {
    font-size: 0.82em;
    font-weight: 900;
    color: #ffd32a;
}
.sclv-bar-track {
    height: 5px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    overflow: hidden;
}
.sclv-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffd32a, #f59e0b);
    border-radius: 3px;
    transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ====== MAIN LAYOUT ====== */
.sclv-main-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
}
.sclv-main-ins {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 36px;
    align-items: start;
}

/* Left: content */
.sclv-content {
    min-width: 0;
}
.sclv-excerpt {
    font-size: 1em;
    color: #2e3246;
    line-height: 1.75;
    padding: 16px 20px;
    background: #f8f9fb;
    border-left: 4px solid #5c2698;
    border-radius: 0 12px 12px 0;
    margin-bottom: 28px;
}
.sclv-body { font-size: 0.95em; color: #2e3246; line-height: 1.8; }
.sclv-body h2 { font-size: 1.4em; font-weight: 800; color: #151515; margin: 10px 0 14px; }
.sclv-body h3 { font-size: 1.15em; font-weight: 700; color: #151515; margin: 24px 0 10px; }
.sclv-body p { margin-bottom: 14px; }
.sclv-body a { color: #5c2698; text-decoration: underline; text-decoration-color: rgba(92,38,152,0.3); text-underline-offset: 2px; }
.sclv-body a:hover { text-decoration-color: #5c2698; }
.sclv-body img { border-radius: 12px; max-width: 100%; height: auto; }
.sclv-body ul, .sclv-body ol { padding-left: 20px; margin-bottom: 16px; }
.sclv-body li { margin-bottom: 4px; line-height: 1.7; }

/* Right: sidebar (JS sticky) */
.sclv-sidebar {
    align-self: start;
}
.sclv-sidebar-card {
    transition: none;
}
.sclv-sidebar-card.is-stuck {
    position: fixed;
    width: 300px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.06) transparent;
}
.sclv-sidebar-card.is-stuck::-webkit-scrollbar { width: 3px; }
.sclv-sidebar-card.is-stuck::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.08); border-radius: 2px; }
.sclv-sidebar.has-stuck {
    position: relative;
}

.sclv-sidebar-card {
    background: #f8f9fb;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 20px;
}
.sclv-sidebar-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
    font-weight: 800;
    color: #151515;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
}
.sclv-sidebar-title svg { color: #5c2698; flex-shrink: 0; }

/* Sidebar rows */
.sclv-sb-row {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.sclv-sb-row:last-of-type { border-bottom: none; }
.sclv-sb-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7f8c8d;
    margin-bottom: 4px;
}
.sclv-sb-label svg { color: #5c2698; flex-shrink: 0; }
.sclv-sb-val {
    font-size: 0.85em;
    font-weight: 600;
    color: #2e3246;
    line-height: 1.4;
}

/* Logo sections (software, payments) */
.sclv-sb-section {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.sclv-sb-section:last-of-type { border-bottom: none; }
.sclv-sb-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
.sclv-sb-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 28px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 3px;
    transition: border-color 0.2s;
    text-decoration: none;
}
.sclv-sb-logo-item:hover { border-color: #5c2698; }
.sclv-sb-logo-img { width: 100%; height: 100%; object-fit: contain; }
.sclv-sb-logo-text {
    font-size: 0.72em;
    font-weight: 600;
    color: #5c2698;
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    text-decoration: none;
}

/* Mini CTA in sidebar */
.sclv-sb-btn {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: #c4e538;
    color: #1a1b25 !important;
    border-radius: 10px;
    font-size: 0.88em;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 16px;
    text-decoration: none;
}
.sclv-sb-btn:hover {
    background: #b5d632;
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(196,229,56,0.3);
}

.sclv-section-title {
    font-size: 1.3em;
    font-weight: 800;
    color: #151515;
    margin: 0 0 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e9ecef;
}

/* (legacy detail classes — keep for safety) */
.sclv-detail-logo {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 4px;
}

/* ====== RELATED ====== */
.sclv-related {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.sclv-related-ins {
    max-width: 1200px;
}

/* ====== E-E-A-T ====== */
.sclv-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 48px;
}
.sclv-eeat-ins {
    background: #f8f9fb;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.sclv-eeat-method {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9ecef;
}
.sclv-eeat-method svg { flex-shrink: 0; margin-top: 2px; }
.sclv-eeat-method strong { display: block; font-size: 0.88em; color: #151515; margin-bottom: 2px; }
.sclv-eeat-method span { font-size: 0.82em; color: #7f8c8d; line-height: 1.5; }
.sclv-eeat-author {
    display: flex;
    gap: 14px;
    align-items: center;
}
.sclv-eeat-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}
.sclv-eeat-label {
    font-size: 0.65em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e84393;
    margin-bottom: 1px;
}
.sclv-eeat-name {
    display: block;
    font-size: 0.95em;
    font-weight: 800;
    color: #151515;
    text-decoration: none;
}
.sclv-eeat-name:hover { color: #5c2698; }
.sclv-eeat-role {
    font-size: 0.78em;
    color: #7f8c8d;
}

/* Float bar — tikai mobile */
.sclv ~ .space-organization-float-bar-bg {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .sclv ~ .space-organization-float-bar-bg {
        display: block !important;
    }
}

/* ====== MOBILE STICKY CTA ====== */
#sclvMobileCta {
    display: none;
}
@media screen and (max-width: 768px) {
    #sclvMobileCta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #1a1b25;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 10px 16px;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    #sclvMobileCta.visible {
        transform: translateY(0);
    }
    .sclv-mob-bar {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .sclv-mob-logo {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        object-fit: cover;
        flex-shrink: 0;
    }
    .sclv-mob-info {
        flex: 1;
        min-width: 0;
    }
    .sclv-mob-name {
        font-size: 0.85em;
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sclv-mob-rating {
        font-size: 0.7em;
        font-weight: 700;
        color: #ffd32a;
    }
    .sclv-mob-btn {
        padding: 11px 22px;
        background: #c4e538;
        color: #1a1b25 !important;
        border-radius: 10px;
        font-size: 0.85em;
        font-weight: 800;
        cursor: pointer;
        flex-shrink: 0;
        white-space: nowrap;
        text-decoration: none;
    }
}

/* ====== RESPONSIVE ====== */
@media screen and (max-width: 768px) {
    .sclv-hero-ins { padding: 16px 16px 24px; }
    .sclv-hero-breadcrumbs { justify-content: center; margin-bottom: 12px; }
    .sclv-hero-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .sclv-hero-h1 { font-size: 1.5em; }
    .sclv-hero-logo { width: 56px; height: 56px; border-radius: 14px; }
    .sclv-hero-cta {
        background: rgba(232, 67, 147, 0.15) !important;
        border-color: rgba(232, 67, 147, 0.25) !important;
    }
    .sclv-hero-bars {
        grid-template-columns: repeat(2, 1fr);
    }
    .sclv-bar-item:nth-child(2) { border-radius: 0; }
    .sclv-bar-item:first-child { border-radius: 0; }
    .sclv-bar-item:last-child { border-radius: 0 0 16px 0; }
    .sclv-bar-item:nth-child(3) { border-radius: 0 0 0 16px; }
    .sclv-hero-quick { grid-template-columns: 1fr; }
    .sclv-review-block { flex-direction: column; align-items: stretch; }
    .sclv-review-score { flex-direction: row; gap: 12px; }
    .sclv-rb-row { grid-template-columns: 100px 1fr 28px; gap: 8px; }
    .sclv-rb-label { font-size: 0.72em; }
    .sclv-main-ins { grid-template-columns: 1fr; gap: 24px; }
    .sclv-sidebar { position: static; max-height: none; }
    .sclv-main-layout { padding: 24px 16px; }
    /* Sticky footer CTA */
    .sclv-footer-bar { padding-bottom: 100px; }
    .sclv-detail-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .sclv-eeat-ins { padding: 18px 20px; }
}
@media screen and (max-width: 480px) {
    .sclv-hero-top { flex-direction: column; text-align: center; }
    .sclv-hero-meta { justify-content: center; }
    .sclv-hero-bars { grid-template-columns: repeat(2, 1fr); }
    .sclv-bar-item { border-radius: 0 !important; }
}
