.world-cup-page {
    background: #05070b;
    color: #f5f2e9;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.world-cup-background {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 18%, rgba(27, 97, 255, 0.35), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(255, 204, 66, 0.28), transparent 30%),
        radial-gradient(circle at 50% 78%, rgba(42, 183, 104, 0.26), transparent 34%),
        linear-gradient(135deg, rgba(5, 7, 11, 0.96), rgba(8, 18, 23, 0.94)),
        url('../images/archlord2.jpg') center top / cover no-repeat;
}

.world-cup-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
}


.world-cup-main {
    padding-top: 0;
}

.world-cup-shell {
    min-height: 100vh;
    padding-top: 108px;
    background: transparent !important;
}

.world-cup-container {
    max-width: 1320px;
}

.world-cup-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 52px;
    border-bottom: 1px solid rgba(255, 212, 85, 0.25);
}

.world-cup-hero::before,
.world-cup-hero::after {
    content: "⚽";
    position: absolute;
    color: rgba(255, 255, 255, 0.08);
    font-size: 260px;
    line-height: 1;
    pointer-events: none;
}

.world-cup-hero::before {
    top: 15px;
    left: -55px;
    transform: rotate(-18deg);
}

.world-cup-hero::after {
    right: -30px;
    bottom: -60px;
    transform: rotate(16deg);
}

.world-cup-hero__glow {
    position: absolute;
    inset: 10% 12%;
    background: radial-gradient(circle, rgba(255, 211, 72, 0.22), transparent 55%);
    filter: blur(50px);
    opacity: 0.8;
}

.world-cup-kicker {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #ffdd72;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.world-cup-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, #2fd272, #ffdd72);
    box-shadow: 0 0 14px rgba(255, 221, 114, 0.7);
}

.world-cup-title {
    position: relative;
    margin: 0;
    max-width: 920px;
    font-family: "Marcellus SC", serif;
    color: #fff8df;
    font-size: clamp(3.4rem, 8vw, 7.6rem);
    line-height: 0.95;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 22px rgba(255, 212, 85, 0.35), 0 7px 0 rgba(0, 0, 0, 0.35);
}

.world-cup-subtitle {
    position: relative;
    max-width: 720px;
    margin: 24px 0 0;
    color: #d8e4df;
    font-size: 22px;
    line-height: 1.55;
}

.world-cup-meta-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.world-cup-meta-card,
.world-cup-section,
.world-cup-panel,
.world-cup-discord-card,
.world-cup-nav {
    background: linear-gradient(145deg, rgba(11, 19, 27, 0.88), rgba(5, 8, 12, 0.88));
    border: 1px solid rgba(255, 221, 114, 0.22);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}

.world-cup-meta-card {
    padding: 22px;
    border-radius: 0;
}

.world-cup-meta-card span {
    display: block;
    color: #8fdcab;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.world-cup-meta-card strong {
    display: block;
    margin-top: 8px;
    color: #fff8df;
    font-size: 24px;
}

.world-cup-cta-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.world-cup-content {
    padding: 44px 15px 100px;
}

.world-cup-nav {
    position: sticky;
    top: 92px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 34px;
    padding: 14px;
    border-radius: 0;
}

.world-cup-nav a {
    padding: 10px 16px;
    border-radius: 0;
    color: #ffe7a2;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.world-cup-nav a:hover,
.world-cup-nav a:focus {
    color: #07100c;
    background: linear-gradient(90deg, #2fd272, #ffdd72);
    text-decoration: none;
}

.world-cup-section {
    margin: 34px 0;
    padding: 42px;
    border-radius: 0;
}

.world-cup-section--featured {
    border-color: rgba(47, 210, 114, 0.32);
}

.world-cup-section-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.world-cup-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #07100c;
    background: linear-gradient(135deg, #2fd272, #ffdd72);
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 0 24px rgba(47, 210, 114, 0.3);
}

.world-cup-section h2,
.world-cup-discord-card h2 {
    margin: 0;
    color: #fff2be;
    font-family: "Marcellus SC", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    text-transform: uppercase;
}

.world-cup-copy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.world-cup-copy-grid p,
.world-cup-section-text,
.world-cup-panel p,
.world-cup-discord-card p {
    color: #d7ded9;
    font-size: 18px;
    line-height: 1.75;
}

.world-cup-copy-grid strong,
.world-cup-section-text strong {
    color: #ffdd72;
}

.world-cup-table-wrap {
    overflow-x: auto;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.world-cup-table {
    width: 100%;
    min-width: 620px;
    margin: 0;
    border-collapse: collapse;
    color: #f6f4ed;
    background: rgba(0, 0, 0, 0.22);
}

.world-cup-table--times {
    min-width: 0;
}

.world-cup-table th,
.world-cup-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: top;
}

.world-cup-table th {
    color: #07100c;
    background: linear-gradient(90deg, #2fd272, #ffdd72);
    font-size: 14px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.world-cup-table td:first-child {
    color: #ffecae;
    font-weight: 700;
}

.world-cup-table tr:last-child td {
    border-bottom: 0;
}

.world-cup-table tbody tr:hover {
    background: rgba(255, 221, 114, 0.06);
}

.world-cup-table--rewards td:last-child {
    min-width: 520px;
}

.world-cup-section--split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 30px;
    align-items: start;
}

.world-cup-zone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.world-cup-zone-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 221, 114, 0.2);
    border-radius: 0;
    background: linear-gradient(160deg, rgba(12, 31, 42, 0.72), rgba(5, 7, 11, 0.82));
}

.world-cup-zone-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.03);
}

.world-cup-zone-card h3 {
    position: relative;
    margin: 0 0 18px;
    color: #ffdd72;
    font-size: 24px;
}

.world-cup-zone-card ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.world-cup-zone-card li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #e7eee9;
}

.world-cup-zone-card li:last-child {
    border-bottom: 0;
}

.world-cup-zone-card strong {
    color: #8fdcab;
    white-space: nowrap;
}

.world-cup-schedule-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.world-cup-table-wrap--schedule {
    overflow-x: visible;
}

.world-cup-schedule-grid .world-cup-table {
    min-width: 0;
}

.world-cup-table--boss {
    table-layout: fixed;
}

.world-cup-table--boss th:nth-child(1),
.world-cup-table--boss td:nth-child(1) {
    width: 22%;
}

.world-cup-table--boss th:nth-child(2),
.world-cup-table--boss td:nth-child(2) {
    width: 26%;
}

.world-cup-table--boss th:nth-child(3),
.world-cup-table--boss td:nth-child(3) {
    width: 52%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.world-cup-panel {
    padding: 28px;
    border-radius: 0;
}

.world-cup-panel h3 {
    margin-top: 0;
    color: #ffdd72;
    font-size: 28px;
}

.world-cup-discord-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 38px;
    padding: 36px 42px;
    border-color: rgba(88, 101, 242, 0.5);
    border-radius: 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(88, 101, 242, 0.28), transparent 32%),
        linear-gradient(145deg, rgba(12, 18, 34, 0.92), rgba(5, 8, 12, 0.92));
}

.world-cup-discord-card p {
    max-width: 780px;
    margin: 12px 0 0;
}

.world-cup-scroll-top {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    color: #07100c;
    background: linear-gradient(135deg, #2fd272, #ffdd72);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.world-cup-scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.world-cup-scroll-top:hover {
    transform: translateY(-3px);
}

@media (max-width: 1199px) {
    .world-cup-meta-grid,
    .world-cup-zone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .world-cup-copy-grid,
    .world-cup-section--split,
    .world-cup-schedule-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .world-cup-shell {
        padding-top: 92px;
    }

    .world-cup-hero {
        padding: 80px 0 44px;
    }

    .world-cup-meta-grid,
    .world-cup-zone-grid {
        grid-template-columns: 1fr;
    }

    .world-cup-section,
    .world-cup-panel,
    .world-cup-discord-card {
        padding: 26px 18px;
    }

    .world-cup-nav {
        position: static;
        border-radius: 0;
    }

    .world-cup-discord-card {
        align-items: flex-start;
        flex-direction: column;
    }
}
.world-cup-section--symbols {
    border-color: rgba(255, 221, 114, 0.36);
    background:
        radial-gradient(circle at 12% 8%, rgba(47, 210, 114, 0.16), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(255, 221, 114, 0.15), transparent 28%),
        linear-gradient(145deg, rgba(11, 19, 27, 0.92), rgba(5, 8, 12, 0.9));
}

.world-cup-symbols-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 30px;
}

.world-cup-symbols-prize {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(47, 210, 114, 0.34);
    background: linear-gradient(145deg, rgba(12, 31, 42, 0.8), rgba(6, 10, 14, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.world-cup-symbols-prize span,
.world-cup-symbol-card__winner span {
    color: #8fdcab;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.world-cup-symbols-prize strong {
    margin-top: 8px;
    color: #ffdd72;
    font-family: "Marcellus SC", serif;
    font-size: 36px;
    line-height: 1;
}

.world-cup-symbols-prize small {
    margin-top: 12px;
    color: #d7ded9;
    font-size: 15px;
}

.world-cup-symbols-rules {
    margin-bottom: 34px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.22);
}

.world-cup-symbols-rules h3 {
    margin: 0 0 18px;
    color: #ffdd72;
    font-size: 28px;
}

.world-cup-symbols-rules ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin: 0;
    padding-left: 20px;
}

.world-cup-symbols-rules li {
    color: #d7ded9;
    font-size: 17px;
    line-height: 1.55;
}

.world-cup-symbols-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.world-cup-symbol-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 188px;
    padding: 18px;
    border: 1px solid rgba(255, 221, 114, 0.2);
    background: linear-gradient(160deg, rgba(12, 31, 42, 0.72), rgba(5, 7, 11, 0.86));
}

.world-cup-symbol-card::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 221, 114, 0.16), transparent 68%);
}

.world-cup-symbol-card__flag {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 52px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 242, 190, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34);
}

.world-cup-symbol-card__flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.world-cup-symbol-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff2be;
    font-size: 23px;
}

.world-cup-symbol-card p {
    position: relative;
    z-index: 1;
    margin: 6px 0 14px;
    color: #d7ded9;
    font-size: 15px;
}

.world-cup-symbol-card__winner {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.world-cup-symbol-card__winner strong {
    display: block;
    margin-top: 4px;
    color: #ffdd72;
    font-size: 17px;
}

@media (max-width: 1199px) {
    .world-cup-symbols-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .world-cup-symbols-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .world-cup-symbols-intro,
    .world-cup-symbols-rules ul,
    .world-cup-symbols-grid {
        grid-template-columns: 1fr;
    }

    .world-cup-symbols-prize,
    .world-cup-symbols-rules,
    .world-cup-symbol-card {
        padding: 20px;
    }
}