:root {
    --hp-ink: #07111d;
    --hp-ink-soft: #0d1a29;
    --hp-paper: #f4f7f8;
    --hp-white: #ffffff;
    --hp-text: #111923;
    --hp-muted: #687482;
    --hp-line: #dfe5e8;
    --hp-green: #00bd68;
    --hp-green-dark: #008e4f;
    --hp-gold: #e9a619;
}

.home-page-2026,
.home-page-2026 button,
.home-page-2026 input {
    font-family: "Onest", sans-serif;
    letter-spacing: 0;
}

.home-page-2026 {
    background: var(--hp-paper);
    color: var(--hp-text);
}

.home-page-2026 main {
    display: flex;
    flex-direction: column;
    overflow: clip;
}

.home-page-2026 .header {
    background: rgba(5, 14, 24, .97);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.home-page-2026 .header-inner {
    min-height: 68px;
}

.home-page-2026 .logo {
    font-size: 23px;
}

.home-page-2026 .header-nav {
    gap: 28px;
}

.home-page-2026 .header-nav .nav-link {
    font-size: 13px;
    color: rgba(255,255,255,.72);
}

.home-page-2026 .header-nav .nav-link:hover {
    color: #fff;
}

.home-page-2026 .btn-bookmakers,
.home-page-2026 .btn-login {
    border-radius: 7px;
}

.home-page-2026 .burger-menu { display: none !important; }

.home-page-2026 .hp26-hero { order: 1; }
.home-page-2026 .rating-section { order: 2; }
.home-page-2026 .methodology-section { order: 3; }
.home-page-2026 .news-section { order: 4; }
.home-page-2026 .hp-predictions-section { order: 5; }
.home-page-2026 main > .guides-section { order: 6; }
.home-page-2026 .faq-section { order: 7; }

/* Hero */
.hp26-hero {
    position: relative;
    min-height: 620px;
    background: var(--hp-ink);
    isolation: isolate;
}

.hp26-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(3,10,18,.98) 0%, rgba(3,10,18,.9) 38%, rgba(3,10,18,.5) 67%, rgba(3,10,18,.78) 100%);
}

.hp26-hero-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url('/images/homepage-stadium-bg.webp') center / cover no-repeat;
}

.hp26-hero-grid {
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, .82fr);
    align-items: center;
    gap: 72px;
    padding-top: 46px;
    padding-bottom: 46px;
}

.hp26-hero-copy {
    max-width: 650px;
    color: #fff;
    animation: hp26-rise .65s ease-out both;
}

.hp26-kicker,
.home-page-2026 .eyebrow {
    display: inline-block;
    color: var(--hp-green-dark);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.hp26-kicker {
    margin-bottom: 20px;
    padding: 6px 9px;
    color: #2ce694;
    background: rgba(0,189,104,.12);
    border: 1px solid rgba(0,189,104,.25);
    border-radius: 4px;
}

.hp26-hero h1 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 1.01;
    font-weight: 800;
}

.hp26-hero h1 span {
    color: var(--hp-green);
}

.hp26-hero-copy > p {
    max-width: 580px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    line-height: 1.65;
}

.hp26-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.hp26-proof span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    color: rgba(255,255,255,.5);
    font-size: 11px;
    line-height: 1.35;
}

.hp26-proof b {
    color: #fff;
    font-size: 13px;
}

.hp26-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hp26-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hp26-btn-primary {
    color: #03140d;
    background: var(--hp-green);
    box-shadow: 0 12px 30px rgba(0,189,104,.22);
}

.hp26-btn-primary:hover { background: #20db84; }

.hp26-btn-ghost {
    color: #fff;
    border: 1px solid rgba(255,255,255,.34);
}

.hp26-btn-ghost:hover { border-color: #fff; }

.hp26-match-panel {
    width: 100%;
    max-width: 500px;
    justify-self: end;
    overflow: hidden;
    color: #fff;
    background: rgba(7,17,29,.9);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    animation: hp26-rise .65s .12s ease-out both;
}

.hp26-match-visual {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    background: rgba(4,12,20,.58);
}

.hp26-match-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 12px;
}

.hp26-match-meta span {
    color: #2ce694;
    font-weight: 800;
    text-transform: uppercase;
}

.hp26-match-meta b { color: rgba(255,255,255,.62); }

.hp26-match-teams {
    display: grid;
    grid-template-columns: minmax(0,1fr) 34px minmax(0,1fr);
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.hp26-match-teams > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp26-match-teams > div:last-child { flex-direction: row-reverse; text-align: right; }

.hp26-match-teams img,
.hp26-match-teams .team-emblem,
.hp26-match-teams .team-flag {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px;
    object-fit: contain;
}

.hp26-match-teams strong {
    min-width: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.hp26-match-teams > span {
    color: rgba(255,255,255,.38);
    font-size: 11px;
    text-align: center;
}

.hp26-match-pick {
    display: grid;
    gap: 3px;
    margin-top: auto;
    padding-top: 26px;
}

.hp26-match-pick span,
.hp26-match-pick small {
    color: rgba(255,255,255,.5);
    font-size: 11px;
}

.hp26-match-pick strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
}

.hp26-match-link {
    width: fit-content;
    margin-top: 18px;
    color: #2ce694;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.hp26-offer {
    min-height: 96px;
    display: grid;
    grid-template-columns: 74px 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.hp26-offer img {
    width: 66px;
    height: 46px;
    object-fit: contain;
    padding: 6px;
    background: #fff;
    border-radius: 6px;
}

.hp26-offer div { display: grid; gap: 3px; }
.hp26-offer span { color: rgba(255,255,255,.48); font-size: 11px; }
.hp26-offer strong { color: #fff; font-size: 19px; }
.hp26-offer a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    color: #03140d;
    background: var(--hp-green);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

/* Rating */
.home-page-2026 .rating-section {
    padding: 52px 0 38px !important;
    background: var(--hp-paper) !important;
}

.hp26-rating-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 24px;
}

.hp26-rating-toolbar h2 {
    margin: 6px 0 4px;
    color: var(--hp-text);
    font-size: 30px;
    line-height: 1.15;
}

.hp26-rating-toolbar p {
    margin: 0;
    color: var(--hp-muted);
    font-size: 13px;
}

.home-page-2026 .filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
    margin: 0;
}

.home-page-2026 .filter-chip {
    min-height: 36px;
    padding: 0 14px;
    color: #34404b;
    background: transparent;
    border: 1px solid var(--hp-line);
    border-radius: 18px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.home-page-2026 .filter-chip.active,
.home-page-2026 .filter-chip:hover {
    color: #fff;
    background: var(--hp-ink);
    border-color: var(--hp-ink);
}

.home-page-2026 .bookmaker-list {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: 8px;
    box-shadow: 0 16px 50px rgba(20,35,45,.06);
}

.hp26-rating-head,
.hp26-bk-row {
    display: grid;
    grid-template-columns: 54px minmax(150px, 1.25fr) minmax(96px,.65fr) minmax(132px,.9fr) minmax(130px,.9fr) minmax(124px,.8fr) minmax(150px,.9fr);
    align-items: center;
    column-gap: 15px;
}

.hp26-rating-head {
    min-height: 44px;
    padding: 0 18px;
    color: #8a949e;
    background: #fafbfb;
    border-bottom: 1px solid var(--hp-line);
    font-size: 10px;
}

.hp26-bk-row {
    min-height: 84px;
    padding: 12px 18px;
    background: #fff;
    border-bottom: 1px solid #edf0f2;
    transition: background-color .18s ease;
}

.hp26-bk-row:last-child { border-bottom: 0; }
.hp26-bk-row:hover { background: #fbfdfc; }

.hp26-rank {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #687482;
    background: #eef1f3;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.hp26-rank-1 { color: #fff; background: #e8ad15; }
.hp26-rank-2 { color: #fff; background: #aab4bd; }
.hp26-rank-3 { color: #fff; background: #cf7b2d; }

.hp26-bk-brand {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hp26-bk-brand img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    padding: 7px;
    object-fit: contain;
    background: #07111d;
    border-radius: 7px;
}

.hp26-bk-brand a {
    min-width: 0;
    color: var(--hp-text);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.hp26-bk-rating { display: grid; gap: 3px; }
.hp26-bk-rating strong { color: var(--hp-text); font-size: 16px; }
.hp26-bk-rating span { color: #efa918; font-size: 10px; white-space: nowrap; }

.hp26-bk-value { min-width: 0; display: grid; gap: 3px; }
.hp26-bk-value strong { color: #19232d; font-size: 12px; line-height: 1.25; }
.hp26-bk-value small { color: #8a949e; font-size: 9px; line-height: 1.35; }

.hp26-bk-action a {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 13px;
    color: #fff;
    background: var(--hp-green-dark);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.hp26-bk-action a:hover { background: #007e47; }
.hp26-bk-action span { font-size: 16px; }

.hp26-show-all {
    min-width: 190px;
    min-height: 40px;
    display: block;
    margin: 18px auto 0;
    padding: 0 18px;
    color: #27333d;
    background: #e9edef;
    border: 0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.hp26-show-all:hover { background: #dce2e5; }
.hp26-responsible { margin: 12px 0 0; color: #9aa3ab; font-size: 10px; text-align: center; }

/* Trust */
.home-page-2026 .methodology-section {
    padding: 54px 0 !important;
    color: #fff;
    background: var(--hp-ink) !important;
}

.home-page-2026 .methodology-grid {
    display: block !important;
}

.home-page-2026 .methodology-grid > div:first-child {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
}

.home-page-2026 .methodology-grid > div:first-child h2 {
    margin: 8px 0 10px !important;
    color: #fff !important;
    font-size: 30px !important;
}

.home-page-2026 .methodology-grid > div:first-child p {
    margin: 0 auto 22px !important;
    color: rgba(255,255,255,.55) !important;
    font-size: 14px !important;
}

.home-page-2026 .methodology-grid > div:first-child .btn {
    min-height: 42px;
    height: auto !important;
    color: #05130d;
    background: var(--hp-green);
    border: 0;
    border-radius: 6px !important;
    font-size: 12px;
}

.home-page-2026 .criteria-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0,1fr)) !important;
    gap: 0 !important;
}

.home-page-2026 .criteria-card {
    min-width: 0;
    padding: 4px 20px !important;
    color: #fff;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(255,255,255,.1) !important;
    border-radius: 0 !important;
    text-align: center;
}

.home-page-2026 .criteria-card:last-child { border-right: 0 !important; }
.home-page-2026 .criteria-card > div { color: #64d68e; font-size: 16px !important; font-weight: 800; }
.home-page-2026 .criteria-card h4 { color: #fff !important; font-size: 13px !important; }
.home-page-2026 .criteria-card p { color: rgba(255,255,255,.5) !important; font-size: 10px !important; }

/* News */
.home-page-2026 .news-section {
    padding: 48px 0 54px !important;
    background: #fff !important;
}

.home-page-2026 .news-section .section-head {
    align-items: flex-end;
    margin-bottom: 22px !important;
}

.home-page-2026 .news-section h2 {
    margin: 6px 0 0;
    color: var(--hp-text) !important;
    font-size: 28px;
}

.home-page-2026 .news-section .section-link {
    color: var(--hp-green-dark) !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.hp26-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}

.hp26-news-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    color: #fff;
    background: var(--hp-ink);
    border-radius: 8px;
    text-decoration: none;
    isolation: isolate;
}

.hp26-news-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to top, rgba(3,10,18,.96), rgba(3,10,18,.08) 75%);
}

.hp26-news-card img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.hp26-news-card:hover img { transform: scale(1.035); }

.hp26-news-card > span {
    width: fit-content;
    padding: 4px 7px;
    color: #07111d;
    background: #37da86;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.hp26-news-card h3 {
    max-width: 94%;
    margin: 0 0 8px;
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
}

.hp26-news-card time { color: rgba(255,255,255,.62); font-size: 10px; }

/* Predictions and supporting content */
.home-page-2026 .hp-predictions-section {
    padding-top: 52px;
    padding-bottom: 54px;
    background: #edf2f3;
}

.home-page-2026 .hp-pred-title { color: var(--hp-text); font-size: 28px; }
.home-page-2026 .hp-pred-sub { color: var(--hp-muted); }
.home-page-2026 .hp-match-card { border-radius: 8px; }

.home-page-2026 main > .guides-section {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
    background: #fff !important;
}

.home-page-2026 main > .guides-section nav[aria-label="Категории рейтинга"] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.home-page-2026 main > .guides-section nav[aria-label="Категории рейтинга"] .btn-secondary {
    width: auto !important;
    min-width: 0 !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center;
    padding: 0 13px !important;
    color: #27333d !important;
    background: #fff !important;
    border: 1px solid #d9e0e3 !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 700;
    text-decoration: none;
}

.home-page-2026 main > .guides-section nav[aria-label="Категории рейтинга"] .btn-secondary:hover {
    color: #006b3d !important;
    border-color: #00a85f !important;
}

.home-page-2026 main > .guides-section + .guides-section { background: #f4f7f8 !important; }
.home-page-2026 .guide-card { border-radius: 8px !important; }

.home-page-2026 .faq-section {
    padding-top: 48px !important;
    padding-bottom: 58px !important;
    background: #f4f7f8 !important;
}

.home-page-2026 .faq-item { border-radius: 7px !important; }

.home-page-2026 .footer { background: #07111d; }

@keyframes hp26-rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
    .hp26-hero-grid { grid-template-columns: minmax(0,1fr) minmax(390px,.85fr); gap: 38px; }
    .hp26-hero h1 { font-size: 52px; }
    .hp26-rating-head,
    .hp26-bk-row { grid-template-columns: 44px minmax(135px,1.15fr) 86px 116px 116px 110px 142px; column-gap: 10px; }
    .home-page-2026 .criteria-grid { grid-template-columns: repeat(3, minmax(0,1fr)) !important; row-gap: 28px !important; }
    .home-page-2026 .criteria-card:nth-child(3) { border-right: 0 !important; }
}

@media (max-width: 960px) {
    .home-page-2026 .header-nav { display: none; }
    .home-page-2026 .burger-menu { display: block !important; }
    .home-page-2026 .mobile-nav {
        padding: 34px 24px 48px !important;
        gap: 4px !important;
        background: #07111d !important;
    }
    .home-page-2026 .mobile-nav a {
        min-height: 48px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 14px !important;
        color: rgba(255,255,255,.82) !important;
        font-size: 17px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        text-align: center;
        text-decoration: none;
    }
    .home-page-2026 .mobile-nav a:hover { color: #fff !important; }
    .home-page-2026 .mobile-nav .btn-bookmakers {
        width: min(100%, 260px) !important;
        min-height: 48px !important;
        margin: 18px auto 0 !important;
        color: #04140d !important;
        background: #00bd68 !important;
        border-radius: 7px !important;
        font-size: 14px !important;
        white-space: normal;
    }
    .hp26-hero-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 40px; padding-bottom: 40px; }
    .hp26-hero-copy { max-width: 660px; }
    .hp26-match-panel { max-width: 660px; justify-self: start; }
    .hp26-rating-toolbar { align-items: flex-start; flex-direction: column; }
    .home-page-2026 .filters { justify-content: flex-start; }
    .hp26-rating-head { display: none; }
    .hp26-bk-row {
        grid-template-columns: 38px minmax(150px,1fr) 92px minmax(135px,.8fr) minmax(145px,.8fr);
        grid-template-areas: "rank brand rating bonus action";
    }
    .hp26-rank { grid-area: rank; }
    .hp26-bk-brand { grid-area: brand; }
    .hp26-bk-rating { grid-area: rating; }
    .hp26-bk-value:nth-of-type(4) { grid-area: bonus; }
    .hp26-bk-value:nth-of-type(5),
    .hp26-bk-value:nth-of-type(6) { display: none; }
    .hp26-bk-action { grid-area: action; }
}

@media (max-width: 720px) {
    .home-page-2026 .header-actions .icon-btn,
    .home-page-2026 .btn-login { display: none !important; }
    .home-page-2026 .header-actions .btn-bookmakers { display: inline-flex; }
    .hp26-hero { min-height: auto; }
    .hp26-hero::after { background: rgba(3,10,18,.82); }
    .hp26-hero-image { background-position: 62% center; opacity: .5; }
    .hp26-hero-grid { min-height: auto; padding-top: 34px; padding-bottom: 34px; }
    .hp26-hero h1 { font-size: 43px; line-height: 1.04; }
    .hp26-hero-copy > p { font-size: 14px; line-height: 1.55; }
    .hp26-proof { gap: 10px; }
    .hp26-proof span { font-size: 9px; }
    .hp26-match-visual { min-height: 285px; padding: 20px; }
    .hp26-offer { grid-template-columns: 56px 1fr auto; gap: 10px; padding: 13px 16px; }
    .hp26-offer img { width: 52px; height: 40px; }
    .hp26-offer strong { font-size: 16px; }
    .hp26-offer a { padding: 0 11px; }
    .home-page-2026 .rating-section { padding-top: 38px !important; }
    .hp26-rating-toolbar h2 { font-size: 26px; }
    .hp26-bk-row {
        min-height: 0;
        grid-template-columns: 32px minmax(0,1fr) auto;
        grid-template-areas:
            "rank brand rating"
            ". bonus bonus"
            ". action action";
        gap: 12px 10px;
        padding: 16px;
    }
    .hp26-bk-brand img { width: 46px; height: 46px; flex-basis: 46px; }
    .hp26-bk-value:nth-of-type(4) { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding-top: 10px; border-top: 1px solid #edf0f2; }
    .hp26-bk-value:nth-of-type(4)::before { content: attr(data-label); color: #8a949e; font-size: 10px; }
    .hp26-bk-value:nth-of-type(4) small { display: none; }
    .hp26-bk-action a { justify-content: center; }
    .hp26-news-grid { grid-template-columns: 1fr; }
    .hp26-news-card { min-height: 220px; }
    .home-page-2026 .criteria-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
    .home-page-2026 .criteria-card { border-right: 0 !important; padding: 4px 12px !important; }
}

@media (max-width: 430px) {
    .home-page-2026 .hp26-hero-grid { gap: 16px; padding-top: 28px; padding-bottom: 12px; }
    .home-page-2026 .header-inner { min-height: 62px; }
    .home-page-2026 .header-actions .btn-bookmakers { display: none; }
    .hp26-kicker { margin-bottom: 15px; }
    .hp26-hero h1 { font-size: 38px; }
    .hp26-proof { grid-template-columns: 1fr 1fr; }
    .hp26-proof span:last-child { display: none; }
    .hp26-actions { margin-top: 22px; }
    .hp26-btn { flex: 1 1 145px; padding: 0 12px; font-size: 11px; }
    .hp26-match-teams strong { font-size: 14px; }
    .hp26-match-teams img,
    .hp26-match-teams .team-emblem,
    .hp26-match-teams .team-flag { width: 34px !important; height: 34px !important; flex-basis: 34px; }
    .hp26-match-visual { min-height: 220px; padding: 16px; }
    .hp26-match-teams { margin-top: 18px; }
    .hp26-match-pick { padding-top: 16px; }
    .hp26-match-pick strong { font-size: 15px; }
    .hp26-match-link { margin-top: 10px; }
    .hp26-offer { display: none; }
    .home-page-2026 .filters { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
    .home-page-2026 .filter-chip { flex: 0 0 auto; }
    .home-page-2026 .criteria-grid { grid-template-columns: 1fr 1fr !important; }
    .home-page-2026 main > .guides-section nav[aria-label="Категории рейтинга"] .btn-secondary { flex: 1 1 145px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .hp26-hero-copy,
    .hp26-match-panel { animation: none; }
    .hp26-news-card img,
    .hp26-bk-row { transition: none; }
}

/* Hero depth pass: denser editorial composition inspired by sports broadcasts. */
.home-page-2026 .hp26-hero { min-height: 640px; }

.home-page-2026 .hp26-hero::after {
    background:
        linear-gradient(90deg, rgba(3,10,18,.98) 0%, rgba(3,10,18,.88) 39%, rgba(3,10,18,.38) 68%, rgba(3,10,18,.7) 100%),
        linear-gradient(0deg, rgba(3,10,18,.45), transparent 48%);
}

.home-page-2026 .hp26-hero-grid {
    min-height: 640px;
    grid-template-columns: minmax(0, .9fr) minmax(470px, .78fr);
    gap: 86px;
}

.home-page-2026 .hp26-hero-copy { max-width: 620px; }
.home-page-2026 .hp26-hero h1 { max-width: 610px; font-size: 62px; line-height: 1.01; }
.home-page-2026 .hp26-hero-copy > p { max-width: 560px; margin-top: 22px; font-size: 17px; }

.home-page-2026 .hp26-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.home-page-2026 .hp26-proof-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 34px minmax(0,1fr);
    align-items: start;
    gap: 9px;
}

.home-page-2026 .hp26-proof-item i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #32dc89;
    background: rgba(0,189,104,.09);
    border: 1px solid rgba(0,189,104,.24);
    border-radius: 50%;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.home-page-2026 .hp26-proof-item span { display: grid; gap: 3px; }
.home-page-2026 .hp26-proof-item b { color: #fff; font-size: 13px; line-height: 1.25; }
.home-page-2026 .hp26-proof-item small { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.35; }

.home-page-2026 .hp26-match-panel {
    max-width: 550px;
    background: rgba(3,11,20,.93);
    border-color: rgba(151,181,194,.27);
    box-shadow: 0 34px 100px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.03);
}

.home-page-2026 .hp26-match-visual {
    position: relative;
    min-height: 382px;
    overflow: hidden;
    padding: 25px 26px 22px;
    background: #06111d;
    isolation: isolate;
}

.home-page-2026 .hp26-match-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(3,11,20,.98) 0%, rgba(3,11,20,.88) 48%, rgba(3,11,20,.2) 100%);
}

.home-page-2026 .hp26-match-photo {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url('/images/homepage-stadium-hero.webp') 76% 48% / cover no-repeat;
    opacity: .72;
    transform: scale(1.04);
}

.home-page-2026 .hp26-match-meta { position: relative; z-index: 1; font-size: 12px; }
.home-page-2026 .hp26-match-meta em {
    margin-left: 8px;
    padding: 3px 6px;
    color: #2ce694;
    background: rgba(0,189,104,.12);
    border-radius: 4px;
    font-size: 9px;
    font-style: normal;
}

.home-page-2026 .hp26-match-body {
    width: 58%;
    position: relative;
    z-index: 1;
    margin-top: 24px;
}

.home-page-2026 .hp26-match-teams {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 0;
}

.home-page-2026 .hp26-match-teams > div,
.home-page-2026 .hp26-match-teams > div:last-child {
    flex-direction: row;
    justify-content: flex-start;
    gap: 9px;
    text-align: left;
}

.home-page-2026 .hp26-match-teams > span {
    padding-left: 44px;
    text-align: left;
}

.home-page-2026 .hp26-match-teams img,
.home-page-2026 .hp26-match-teams .team-emblem,
.home-page-2026 .hp26-match-teams .team-flag {
    width: 34px !important;
    height: 26px !important;
    flex: 0 0 34px;
    object-fit: contain;
}

.home-page-2026 .hp26-match-teams strong { font-size: 21px; }

.home-page-2026 .hp26-focus {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 18px;
}

.home-page-2026 .hp26-focus span {
    padding: 5px 8px;
    color: rgba(255,255,255,.56);
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-page-2026 .hp26-match-signal {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.3fr) minmax(120px,.7fr);
    align-items: end;
    gap: 18px;
    margin-top: auto;
    padding: 16px;
    background: rgba(2,9,16,.63);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    backdrop-filter: blur(8px);
}

.home-page-2026 .hp26-match-pick { margin: 0; padding: 0; }
.home-page-2026 .hp26-match-pick span { font-size: 12px; }
.home-page-2026 .hp26-match-pick strong { font-size: 19px; }

.home-page-2026 .hp26-confidence { display: grid; gap: 8px; }
.home-page-2026 .hp26-confidence > span { display: flex; justify-content: space-between; gap: 8px; }
.home-page-2026 .hp26-confidence span b { color: rgba(255,255,255,.48); font-size: 10px; }
.home-page-2026 .hp26-confidence span strong { color: #fff; font-size: 13px; }
.home-page-2026 .hp26-confidence > i {
    height: 4px;
    overflow: hidden;
    display: block;
    background: rgba(255,255,255,.1);
    border-radius: 2px;
}
.home-page-2026 .hp26-confidence > i b { width: var(--confidence); height: 100%; display: block; background: #00bd68; }
.home-page-2026 .hp26-match-link { position: relative; z-index: 1; margin-top: 16px; font-size: 13px; }

.home-page-2026 .hp26-offer {
    min-height: 132px;
    position: relative;
    grid-template-columns: 68px minmax(0,1fr) 80px auto;
    gap: 12px;
    padding: 17px 22px;
    background: #07131f;
}

.home-page-2026 .hp26-offer > img:first-child { width: 70px; height: 56px; }
.home-page-2026 .hp26-offer-copy { position: relative; z-index: 1; display: grid; gap: 3px; }
.home-page-2026 .hp26-bookmaker-name { display: flex; align-items: center; gap: 7px; color: #fff; font-size: 19px; line-height: 1.15; }
.home-page-2026 .hp26-bookmaker-name em { padding: 3px 5px; color: #24dc89; background: rgba(0,189,104,.12); border: 1px solid rgba(0,189,104,.2); border-radius: 4px; font-size: 9px; font-style: normal; }
.home-page-2026 .hp26-offer span { margin-top: 4px; color: #31d98a; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.home-page-2026 .hp26-offer strong { font-size: 20px; line-height: 1.15; }
.home-page-2026 .hp26-offer small { color: rgba(255,255,255,.4); font-size: 9px; }

.home-page-2026 .hp26-offer .hp26-gift {
    width: 80px;
    height: 80px;
    padding: 0;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
}

.home-page-2026 .hp26-offer > a { min-height: 46px; position: relative; z-index: 1; padding-inline: 17px; font-size: 13px; }

@media (max-width: 1120px) {
    .home-page-2026 .hp26-hero-grid { grid-template-columns: minmax(0,.85fr) minmax(430px,.78fr); gap: 38px; }
    .home-page-2026 .hp26-hero h1 { font-size: 54px; }
    .home-page-2026 .hp26-offer { grid-template-columns: 62px minmax(0,1fr) 72px auto; gap: 10px; padding-inline: 16px; }
    .home-page-2026 .hp26-offer > img:first-child { width: 58px; height: 50px; }
    .home-page-2026 .hp26-bookmaker-name { font-size: 17px; }
    .home-page-2026 .hp26-offer strong { font-size: 18px; }
    .home-page-2026 .hp26-offer .hp26-gift { width: 72px; height: 72px; }
}

@media (max-width: 960px) {
    .home-page-2026 .hp26-hero-grid { grid-template-columns: 1fr; }
    .home-page-2026 .hp26-hero-copy,
    .home-page-2026 .hp26-match-panel { max-width: 680px; }
}

@media (max-width: 720px) {
    .home-page-2026 .hp26-hero h1 { font-size: 46px; }
    .home-page-2026 .hp26-match-body { width: 70%; }
    .home-page-2026 .hp26-match-visual { min-height: 340px; }
    .home-page-2026 .hp26-match-signal { grid-template-columns: 1fr; gap: 11px; }
    .home-page-2026 .hp26-offer { grid-template-columns: 58px minmax(0,1fr) auto; }
    .home-page-2026 .hp26-offer .hp26-gift { display: none; }
}

@media (max-width: 430px) {
    .home-page-2026 .hp26-hero h1 { font-size: 40px; }
    .home-page-2026 .hp26-proof { grid-template-columns: 1fr 1fr; }
    .home-page-2026 .hp26-proof-item:last-child { display: none; }
    .home-page-2026 .hp26-proof .hp26-proof-item span { display: grid !important; }
    .home-page-2026 .hp26-match-visual { min-height: 230px; padding: 14px; }
    .home-page-2026 .hp26-match-body { width: 72%; margin-top: 14px; }
    .home-page-2026 .hp26-match-teams { gap: 3px; }
    .home-page-2026 .hp26-match-teams strong { font-size: 14px; }
    .home-page-2026 .hp26-focus { display: none; }
    .home-page-2026 .hp26-match-signal { padding: 10px; margin-top: 14px; }
    .home-page-2026 .hp26-match-pick strong { font-size: 13px; }
    .home-page-2026 .hp26-confidence { display: none; }
    .home-page-2026 .hp26-match-link { margin-top: 8px; }
    .home-page-2026 .hp26-offer {
        min-height: 92px;
        display: grid;
        grid-template-columns: 48px minmax(0,1fr) auto;
        gap: 9px;
        padding: 11px 12px;
    }
    .home-page-2026 .hp26-offer > img:first-child { width: 46px; height: 40px; }
    .home-page-2026 .hp26-bookmaker-name { font-size: 15px; }
    .home-page-2026 .hp26-bookmaker-name em { display: none; }
    .home-page-2026 .hp26-offer span { font-size: 8px; }
    .home-page-2026 .hp26-offer strong { font-size: 15px; }
    .home-page-2026 .hp26-offer small { display: none; }
    .home-page-2026 .hp26-offer > a { min-height: 38px; padding-inline: 10px; font-size: 11px; }
}
