/**
 * Landing kampanii kursowej: /lp/{slug}
 * Mobile first, jeden CTA, żywe kursy z fallbackiem do snapshotu.
 */
.lp-body {
    margin: 0;
    background: #0c100e;
    color: #f4f6f4;
    font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}
.lp {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}
.lp-top {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 118px;
    align-items: center;
    gap: 8px;
    padding: 16px 18px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.lp-top > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.lp-top > a img {
    height: 48px;
    width: 48px;
    display: block;
    object-fit: contain;
}
.lp-top-mid {
    min-width: 0;
}
.lp-top-mid .lp-note {
    margin: 0;
}
.lp-top-mid .lp-links {
    margin: 8px 0 0;
}
.lp-top-book {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 118px;
    height: 40px;
    padding: 0;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    line-height: 0;
    background: #e31e24;
}
.lp-top-book--superbet,
.lp-top-book--sb { background: #e31e24; padding: 7px 10px; }
.lp-top-book--lvbet { background: #151515; padding: 5px 8px; }
.lp-top-book--admiral { background: #0a1e3c; padding: 5px 8px; }
.lp-top-book img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    background: none;
    padding: 0;
    border-radius: 0;
}
.lp-page-bg {
    position: fixed;
    inset: 0;
    background: #111 center/cover no-repeat;
    z-index: 0;
    pointer-events: none;
}
.lp-page-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 210px;
    background: linear-gradient(180deg, #0c100e 0%, rgba(12,16,14,0.72) 42%, rgba(12,16,14,0) 100%);
    pointer-events: none;
}
.lp-page-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12, 16, 14, 0.38);
}
.lp-hero {
    position: relative;
    z-index: 1;
    min-height: 52vh;
    display: flex;
    align-items: flex-end;
}
.lp-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 24px 16px 12px;
    max-width: 720px;
    margin: 0 auto;
}
.lp-match {
    background: rgba(255, 255, 255, 0.90);
    color: #111;
    border-radius: 22px;
    padding: 16px 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.lp-liga {
    margin: 0 0 12px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #38862b;
}
.lp-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.lp-team {
    flex: 1;
    text-align: center;
    min-width: 0;
}
.lp-crest {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
}
.lp-crest img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.lp-team-name {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
}
.lp-vs {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 800;
    color: #666;
    padding-top: 18px;
}
.lp-kickoff {
    margin: 12px 0 0;
    text-align: center;
    font-size: 13px;
    color: #444;
}
.lp-main {
    flex: 1;
    position: relative;
    z-index: 1;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 16px 12px;
    box-sizing: border-box;
}
.lp-card {
    background: #151b17;
    border: 1px solid #2a332c;
    border-radius: 14px;
    padding: 16px;
    margin: 0 0 14px;
}
.lp-card h2 {
    margin: 0 0 12px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ad08e;
}
.lp-odds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
.lp-odds--2 {
    grid-template-columns: 1fr 1fr;
}
.lp-odd {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #1d2620;
    border: 1px solid #314038;
    border-radius: 10px;
    padding: 12px 6px;
}
.lp-odd:hover {
    border-color: #38862b;
}
.lp-odd span {
    display: block;
}
.lp-odd-lab {
    font-size: 11px;
    color: #b7c4ba;
    margin-bottom: 4px;
}
.lp-odd-val {
    font-size: 22px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.lp-promo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    background: #e31e24;
    border-color: transparent;
}
.lp-promo--superbet,
.lp-promo--sb {
    background: #e31e24;
}
.lp-promo--lvbet {
    background: #151515;
}
.lp-promo--admiral {
    background: #0a1e3c;
}
.lp-promo-copy {
    flex: 1;
    min-width: 0;
    text-align: left;
}
.lp-promo h2 {
    color: rgba(255, 255, 255, 0.72);
}
.lp-promo p {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
}
.lp-promo-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 118px;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
}
.lp-promo-logo--superbet,
.lp-promo-logo--sb {
    padding: 4px 6px;
}
.lp-promo-logo--lvbet,
.lp-promo-logo--admiral {
    padding: 3px 4px;
}
.lp-promo-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.lp-promo-wrap {
    margin: 0 0 14px;
}
.lp-promo-wrap .lp-promo {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transition: border-radius 0.2s ease;
}
.lp-promo-wrap.is-open .lp-promo {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
button.lp-promo--btn {
    display: flex;
    width: 100%;
    text-align: left;
    font: inherit;
    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
button.lp-promo--btn:hover {
    filter: brightness(1.06);
}
.lp-promo-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.78);
}
.lp-promo-hint::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid rgba(255, 255, 255, 0.78);
    border-bottom: 2px solid rgba(255, 255, 255, 0.78);
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform 0.2s ease;
}
.lp-promo-wrap.is-open .lp-promo-hint::after {
    transform: rotate(225deg);
    margin-top: 2px;
}
.lp-terms {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s ease;
}
.lp-promo-wrap.is-open .lp-terms {
    grid-template-rows: 1fr;
}
.lp-terms-inner {
    overflow: hidden;
    min-height: 0;
    background: rgba(10, 24, 14, 0.82);
    border: 1px solid #3c7a32;
    border-top: 0;
    border-radius: 0 0 14px 14px;
}
.lp-terms-list {
    margin: 0;
    padding: 12px 16px 14px 34px;
    font-size: 14px;
    line-height: 1.4;
    color: #e8eee8;
}
.lp-terms-list li + li {
    margin-top: 8px;
}
.lp-terms-list li::marker {
    color: #9ad08e;
}
.lp-cta {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    padding: 16px 18px;
    border-radius: 12px;
    color: #fff;
    background: #e31e24;
    box-shadow: 0 8px 24px rgba(227, 30, 36, 0.28);
}
.lp-cta--superbet,
.lp-cta--sb {
    background: #e31e24;
    color: #fff;
    box-shadow: 0 8px 24px rgba(227, 30, 36, 0.28);
}
.lp-cta--lvbet {
    background: #fbcd00;
    color: #111;
    box-shadow: 0 8px 24px rgba(251, 205, 0, 0.35);
}
.lp-cta--admiral {
    background: #0a1e3c;
    color: #fff;
    box-shadow: 0 8px 24px rgba(10, 30, 60, 0.38);
}
.lp-cta:hover {
    filter: brightness(1.06);
}
.lp-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #9aa59c;
    text-align: center;
}
.lp-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 8px 0 16px;
}
.lp-links a {
    color: #9ad08e;
    font-size: 13px;
}
.lp-disc {
    margin: 22px auto 0;
    max-width: 34em;
    text-align: center;
    font-size: 11px;
    line-height: 1.55;
    color: #8b968d;
}
.lp-foot {
    position: relative;
    z-index: 1;
    padding: 10px 16px 28px;
    text-align: center;
    font-size: 11px;
    color: #6f7a72;
}
.lp-foot a {
    color: #9ad08e;
}
@media (max-width: 380px) {
    .lp-promo-logo {
        width: 92px;
        height: 32px;
    }
    .lp-promo p {
        font-size: 16px;
    }
}
@media (min-width: 720px) {
    .lp-hero {
        min-height: 58vh;
    }
    .lp-team-name {
        font-size: 22px;
    }
    .lp-crest {
        width: 84px;
        height: 84px;
    }
    .lp-crest img {
        width: 76px;
        height: 76px;
    }
    .lp-match {
        padding: 20px 22px 16px;
        border-radius: 26px;
    }
    .lp-odd-val {
        font-size: 26px;
    }
    .lp-promo p {
        font-size: 20px;
    }
}
