
:root {
    --lb-bg: #061426;
    --lb-header: #10243b;
    --lb-panel: #0d223b;
    --lb-panel-2: #112a46;
    --lb-line: rgba(255,255,255,.10);
    --lb-text: #f7fbff;
    --lb-muted: #9fb0c3;
    --lb-lime: #b7ff24;
    --lb-lime-dark: #92d600;
}

body {
    background: var(--lb-bg);
}

.lb-home {
    color: var(--lb-text);
    max-width: 1320px;
    margin: 0 auto;
    padding: 38px 24px 80px;
}

.lb-home-intro {
    padding: 38px 42px;
    margin-bottom: 22px;
    background:
        radial-gradient(circle at 85% 40%, rgba(183,255,36,.17), transparent 28%),
        linear-gradient(135deg, #0d223b, #08192d);
    border: 1px solid var(--lb-line);
    border-radius: 18px;
}

.lb-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--lb-lime);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.lb-home-intro h1 {
    max-width: 850px;
    margin: 0 0 12px;
    color: var(--lb-text) !important;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
}

.lb-home-intro p {
    max-width: 760px;
    margin: 0;
    color: var(--lb-muted);
    font-size: 18px;
    line-height: 1.65;
}

.lb-category-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.lb-category-strip a {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: var(--lb-text) !important;
    background: var(--lb-panel);
    border: 1px solid var(--lb-line);
    border-radius: 12px;
    font-weight: 750;
    text-align: center;
    text-decoration: none !important;
}

.lb-category-strip a:hover {
    border-color: rgba(183,255,36,.55);
    color: var(--lb-lime) !important;
}

.lb-home-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, .78fr);
    gap: 24px;
    align-items: start;
}

.lb-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.lb-section-heading h2,
.lb-sidebar-panel h2 {
    margin: 0;
    color: var(--lb-text) !important;
    font-size: 24px;
}

.lb-section-heading > a {
    color: var(--lb-lime) !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
}

.lb-offer-list {
    display: grid;
    gap: 12px;
}

.lb-offer-row {
    position: relative;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 170px;
    gap: 20px;
    align-items: center;
    min-height: 132px;
    padding: 18px;
    background: linear-gradient(135deg, var(--lb-panel), #0a1c32);
    border: 1px solid var(--lb-line);
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,.18);
}

.lb-offer-row:hover {
    border-color: rgba(183,255,36,.45);
}

.lb-badge {
    position: absolute;
    top: -1px;
    left: 18px;
    padding: 5px 9px;
    color: #061426;
    background: var(--lb-lime);
    border-radius: 0 0 7px 7px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.lb-offer-logo {
    display: flex;
    height: 82px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.lb-offer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lb-offer-logo span {
    color: #061426;
    font-size: 28px;
    font-weight: 900;
}

.lb-offer-company {
    margin-bottom: 4px;
    color: var(--lb-lime);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.lb-offer-content h3 {
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 1.25;
}

.lb-offer-content h3 a {
    color: var(--lb-text) !important;
    text-decoration: none !important;
}

.lb-offer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--lb-muted);
    font-size: 13px;
}

.lb-offer-meta strong,
.lb-offer-meta b {
    color: var(--lb-lime);
}

.lb-offer-actions {
    display: grid;
    gap: 9px;
}

.lb-primary-button {
    display: block;
    padding: 13px 15px;
    color: #061426 !important;
    background: var(--lb-lime);
    border-radius: 9px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
}

.lb-primary-button:hover {
    background: var(--lb-lime-dark);
    color: #061426 !important;
}

.lb-detail-link {
    color: var(--lb-muted) !important;
    font-size: 12px;
    text-align: center;
}

.lb-home-sidebar {
    position: sticky;
    top: 26px;
    display: grid;
    gap: 18px;
}

.lb-sidebar-panel {
    padding: 18px;
    background: linear-gradient(135deg, var(--lb-panel), #0a1c32);
    border: 1px solid var(--lb-line);
    border-radius: 14px;
}

.lb-ranking {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.lb-ranking-item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0 10px;
    align-items: center;
    padding: 10px;
    color: var(--lb-text) !important;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 9px;
    text-decoration: none !important;
}

.lb-ranking-number {
    grid-row: span 2;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #061426;
    background: var(--lb-lime);
    border-radius: 7px;
    font-weight: 900;
}

.lb-ranking-name {
    font-size: 13px;
    font-weight: 800;
}

.lb-ranking-bonus {
    color: var(--lb-muted);
    font-size: 12px;
}

.lb-sidebar-info ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.lb-sidebar-info li {
    color: var(--lb-muted);
}

.lb-sidebar-info li::before {
    content: "✓";
    margin-right: 8px;
    color: var(--lb-lime);
    font-weight: 900;
}

/* Detail nabídky */
.lb-single-offer-page .hero-section,
.lb-single-offer-page .entry-header .entry-meta,
.lb-single-offer-page .entry-meta {
    display: none !important;
}

.lb-single-offer-page .site-main {
    padding-top: 34px;
    padding-bottom: 80px;
}

.lb-single-offer-page .entry-content {
    max-width: 1120px;
    margin-inline: auto;
}

.lb-single-offer-page .entry-title {
    color: var(--lb-text) !important;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
}

.lb-single-offer {
    display: grid;
    gap: 22px;
    color: var(--lb-text);
}

.lb-single-card {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 30px;
    align-items: center;
    padding: 30px;
    background:
        radial-gradient(circle at 92% 18%, rgba(183,255,36,.14), transparent 30%),
        linear-gradient(135deg, var(--lb-panel), #091c31);
    border: 1px solid var(--lb-line);
    border-radius: 18px;
}

.lb-single-logo {
    display: flex;
    min-height: 250px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 24px;
    background: #fff;
    border-radius: 14px;
}

.lb-single-logo img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.lb-single-logo span {
    color: #061426;
    font-size: 70px;
    font-weight: 900;
}

.lb-single-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    color: #061426;
    background: var(--lb-lime);
    border-radius: 7px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.lb-single-company {
    margin-bottom: 8px;
    color: var(--lb-muted);
    font-size: 15px;
    font-weight: 700;
}

.lb-single-bonus {
    margin-bottom: 22px;
    color: var(--lb-lime);
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 900;
    line-height: 1;
}

.lb-single-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.lb-single-facts > div {
    padding: 14px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--lb-line);
    border-radius: 10px;
}

.lb-single-facts span {
    display: block;
    margin-bottom: 4px;
    color: var(--lb-muted);
    font-size: 12px;
}

.lb-single-facts strong {
    color: var(--lb-text);
    font-size: 17px;
}

.lb-single-cta {
    display: block;
    padding: 16px 22px;
    color: #061426 !important;
    background: var(--lb-lime);
    border-radius: 10px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
}

.lb-single-cta:hover {
    color: #061426 !important;
    background: var(--lb-lime-dark);
}

.lb-single-body,
.lb-single-notice {
    padding: 28px 30px;
    background: var(--lb-panel);
    border: 1px solid var(--lb-line);
    border-radius: 16px;
}

.lb-single-body h2 {
    margin-top: 0;
    color: var(--lb-text) !important;
}

.lb-single-body p,
.lb-single-body li,
.lb-single-description {
    color: var(--lb-muted);
    line-height: 1.75;
}

.lb-single-notice {
    color: var(--lb-muted);
    font-size: 14px;
}

.lb-single-notice strong {
    color: var(--lb-lime);
}

.lb-empty {
    color: var(--lb-muted);
}

@media (max-width: 980px) {
    .lb-home-layout {
        grid-template-columns: 1fr;
    }

    .lb-home-sidebar {
        position: static;
    }
}

@media (max-width: 760px) {
    .lb-home {
        padding-inline: 14px;
    }

    .lb-home-intro {
        padding: 28px 22px;
    }

    .lb-category-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .lb-offer-row {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .lb-offer-actions {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .lb-single-card {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .lb-single-logo {
        min-height: 180px;
    }
}

@media (max-width: 520px) {
    .lb-category-strip,
    .lb-single-facts {
        grid-template-columns: 1fr;
    }

    .lb-offer-row {
        grid-template-columns: 1fr;
    }

    .lb-offer-logo {
        height: 105px;
    }

    .lb-offer-actions {
        grid-template-columns: 1fr;
    }
}


/* Detail nabídky 1.2 */
.lb-single-offer-page .entry-header,
.lb-single-offer-page .hero-section {
    display: none !important;
}

.lb-single-offer-page .site-main {
    padding-top: 22px !important;
}

.lb-single-offer-page .entry-content {
    max-width: 1180px !important;
}

.lb-single-card {
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr) !important;
    gap: 34px !important;
    align-items: stretch !important;
    padding: 28px !important;
}

.lb-single-logo {
    min-height: 360px !important;
    padding: 18px !important;
}

.lb-single-logo img {
    max-height: 330px !important;
}

.lb-single-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lb-single-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}

.lb-single-company {
    margin: 0 !important;
    color: var(--lb-muted);
    font-size: 15px;
    font-weight: 800;
}

.lb-single-title {
    margin: 0 0 14px !important;
    color: var(--lb-text) !important;
    font-size: clamp(34px, 4.6vw, 58px) !important;
    line-height: 1.05 !important;
}

.lb-single-lead {
    max-width: 650px;
    margin: 0 0 18px;
    color: var(--lb-muted);
    font-size: 18px;
    line-height: 1.6;
}

.lb-single-bonus {
    margin-bottom: 18px !important;
    font-size: clamp(28px, 4vw, 48px) !important;
}

.lb-single-facts {
    margin-bottom: 18px !important;
}

.lb-single-cta {
    margin-top: 2px;
}

@media (max-width: 760px) {
    .lb-single-card {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .lb-single-logo {
        min-height: 220px !important;
    }

    .lb-single-logo img {
        max-height: 210px !important;
    }
}
