.wm-special {
    --wm-blue: #303ff7;
    --wm-blue-deep: #1f2bbf;
    --wm-green: #16a34a;
    --wm-green-deep: #0c7a38;
    --wm-gold: #f5b81f;
    --wm-ink: #0e1626;
    --wm-mute: #586074;
    --wm-tint: #f4f7f5;
    --wm-line: #e7eaf0;
    --wm-flag-red: #d11f2a;

    --wm-sh-sm: 0 2px 8px rgba(14, 22, 38, 0.05);
    --wm-sh-md: 0 12px 32px rgba(14, 22, 38, 0.09);
    --wm-sh-lg: 0 28px 60px rgba(14, 22, 38, 0.13);

    --wm-r: 16px;
    --wm-r-lg: 22px;

    color: var(--wm-ink);
}

.wm-sec {
    padding: 96px 0;
    background: #fff;
}

.wm-sec--tint {
    background: var(--wm-tint);
}

@media (max-width: 767px) {
    .wm-sec {
        padding: 64px 0;
    }
}

.wm-head {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.wm-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    letter-spacing: 1.6px;
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--wm-green-deep);
    background: rgba(22, 163, 74, 0.09);
    border: 1px solid rgba(22, 163, 74, 0.18);
    padding: 7px 15px;
    border-radius: 999px;
}

.wm-kicker i {
    font-size: 0.78rem;
}

.wm-kicker--blue {
    color: var(--wm-blue-deep);
    background: rgba(48, 63, 247, 0.08);
    border-color: rgba(48, 63, 247, 0.16);
}

.wm-section-title {
    font-weight: 800;
    font-size: 2.35rem;
    line-height: 1.15;
    letter-spacing: -0.7px;
    color: var(--wm-ink);
    margin: 20px 0 0;
}

.wm-lead {
    font-size: 1.12rem;
    line-height: 1.7;
    color: var(--wm-mute);
    max-width: 660px;
    margin: 16px auto 0;
}

.wm-emph {
    color: var(--wm-green);
    position: relative;
    white-space: nowrap;
}

.wm-emph::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 8px;
    background: rgba(245, 184, 31, 0.42);
    border-radius: 4px;
    z-index: -1;
}

@media (max-width: 767px) {
    .wm-section-title {
        font-size: 1.8rem;
    }

    .wm-head {
        margin-bottom: 44px;
    }
}

.wm-card {
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-r-lg);
    box-shadow: var(--wm-sh-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wm-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--wm-sh-md);
    border-color: #dfe3ec;
}

.wm-special .btn.wm-btn {
    font-weight: 800;
    padding: 14px 30px;
    border-radius: 999px;
    letter-spacing: 0.1px;
}

.wm-special .btn.wm-btn-primary {
    background: var(--wm-blue);
    border-color: var(--wm-blue);
    color: #fff;
    box-shadow: 0 12px 26px rgba(48, 63, 247, 0.26);
}

.wm-special .btn.wm-btn-primary:hover {
    background: var(--wm-blue-deep);
    border-color: var(--wm-blue-deep);
}

.wm-special .btn.wm-btn-green {
    background: var(--wm-green);
    border-color: var(--wm-green);
    color: #fff;
    box-shadow: 0 12px 26px rgba(22, 163, 74, 0.28);
}

.wm-special .btn.wm-btn-green:hover {
    background: var(--wm-green-deep);
    border-color: var(--wm-green-deep);
    color: #fff;
}

.wm-hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 140px 0 100px;
    background: radial-gradient(82% 70% at 50% -10%, rgba(36, 197, 94, 0.26), transparent 60%),
    radial-gradient(70% 60% at 88% 4%, rgba(48, 63, 247, 0.20), transparent 62%),
    linear-gradient(176deg, #0b3120 0%, #0a2417 50%, #06130c 100%);
}

.wm-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #111 0 33.33%, var(--wm-flag-red) 33.33% 66.66%, var(--wm-gold) 66.66% 100%);
    z-index: 4;
}

.wm-hero-pitch {
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    background: repeating-linear-gradient(100deg,
    rgba(30, 170, 84, 0.13) 0 58px,
    rgba(8, 50, 28, 0.13) 58px 116px);
    -webkit-mask-image: linear-gradient(to top, #000, transparent);
    mask-image: linear-gradient(to top, #000, transparent);
    pointer-events: none;
    z-index: 1;
}

.wm-hero-mask {
    position: absolute;
    inset: 0;
    background: radial-gradient(130% 90% at 50% 115%, rgba(0, 0, 0, 0.32), transparent 55%);
    pointer-events: none;
    z-index: 1;
}

.wm-hero-inner {
    position: relative;
    z-index: 2;
}

.wm-hero-confetti {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.wm-hero-confetti i {
    position: absolute;
    top: -24px;
    border-radius: 2px;
    opacity: 0;
    animation-name: wm-hero-fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wm-hero-fall {
    0% {
        transform: translateY(-30px) rotate(var(--r));
        opacity: 0;
    }
    8% {
        opacity: 0.9;
    }
    92% {
        opacity: 0.9;
    }
    100% {
        transform: translateY(720px) rotate(calc(var(--r) + 600deg));
        opacity: 0;
    }
}

.wm-pretitle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: 0.74rem;
    text-transform: uppercase;
    color: #eafff1;
    padding: 9px 17px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.wm-pretitle i {
    color: var(--wm-gold);
}

.wm-pretitle--live {
    color: #0e1626;
    background: linear-gradient(180deg, #ffd451, var(--wm-gold));
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(245, 184, 31, 0.30);
}

.wm-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wm-flag-red);
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(209, 31, 42, 0.6);
    animation: wm-pulse 1.5s infinite;
}

.wm-pretitle--live .wm-live-dot {
    background: #0e1626;
}

@keyframes wm-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(14, 22, 38, 0.45);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(14, 22, 38, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(14, 22, 38, 0);
    }
}

.wm-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.06;
    margin: 24px 0 18px;
    letter-spacing: -1.2px;
    color: #fff;
}

.wm-hero-title .wm-gold {
    color: var(--wm-gold);
}

.wm-hero-sub {
    font-size: 1.16rem;
    line-height: 1.62;
    max-width: 545px;
    color: rgba(255, 255, 255, 0.84);
}

.wm-hero-sub strong {
    color: #fff;
    font-weight: 700;
}

.wm-forever {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    padding: 9px 16px;
    border-radius: 12px;
    background: rgba(22, 163, 74, 0.15);
    border: 1px solid rgba(36, 197, 94, 0.32);
    color: #d7ffe6;
    font-weight: 600;
    font-size: 0.92rem;
}

.wm-forever i {
    color: #59dd87;
}

.wm-mini-board {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    padding: 11px 20px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 700;
}

.wm-mini-team {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 0.98rem;
}

.wm-mini-team--opp {
    color: rgba(255, 255, 255, 0.78);
}

.wm-mini-score {
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: var(--wm-gold);
}

.wm-flag {
    width: 22px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    flex: none;
}

.wm-flag-de {
    background: linear-gradient(180deg, #1a1a1a 0 33.3%, var(--wm-flag-red) 33.3% 66.6%, var(--wm-gold) 66.6% 100%);
}

.wm-flag-opp {
    background: linear-gradient(180deg, #e7eaef, #b3b9c4);
}

.wm-flag-lg {
    width: 30px;
    height: 20px;
    border-radius: 4px;
}

.wm-cd-label {
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.66);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 0.72rem;
}

.wm-countdown {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.wm-cd {
    min-width: 70px;
    padding: 13px 10px;
    border-radius: 13px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.wm-cd .num {
    display: block;
    font-size: 1.95rem;
    font-weight: 900;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    color: var(--wm-gold);
}

.wm-cd .lbl {
    display: block;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    opacity: 0.6;
    margin-top: 8px;
    color: #fff;
}

.wm-kickoff-flash {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 20px;
    border-radius: 12px;
    background: rgba(245, 184, 31, 0.13);
    border: 1px solid rgba(245, 184, 31, 0.4);
    color: #fff;
    font-weight: 700;
}

.wm-kickoff-flash i {
    color: var(--wm-gold);
}

.wm-hero-cta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.wm-hero-cta-row .btn-white {
    color: var(--wm-ink);
    font-weight: 800;
    padding: 14px 28px;
    box-shadow: var(--wm-sh-md);
}

.wm-hero-meta {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.wm-hero-meta i {
    color: var(--wm-gold);
    margin: 0 4px 0 10px;
}

.wm-hero-meta i:first-child {
    margin-left: 0;
}

.wm-hero-emblem {
    position: relative;
    margin: 0 auto;
    max-width: 340px;
    padding: 26px 26px 24px;
    border-radius: var(--wm-r-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.36);
}

.wm-hero-emblem::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(160deg, rgba(245, 184, 31, 0.55), rgba(36, 197, 94, 0.25) 40%, transparent 60%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.wm-emblem-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.wm-emblem-x2 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--wm-ink);
    background: linear-gradient(180deg, #ffd451, var(--wm-gold));
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(245, 184, 31, 0.28);
}

.wm-emblem-top .lbl {
    color: #fff;
    font-weight: 800;
    font-size: 1.02rem;
}

.wm-emblem-specs {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.wm-emblem-spec {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 600;
}

.wm-emblem-spec:first-child {
    border-top: none;
}

.wm-emblem-spec .ic {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    flex: none;
    display: grid;
    place-items: center;
    background: rgba(89, 221, 135, 0.12);
    color: #6fe6a0;
    font-size: 0.95rem;
}

.wm-emblem-spec .nm {
    flex: 1;
    color: rgba(255, 255, 255, 0.9);
}

.wm-emblem-spec .x2chip {
    font-weight: 900;
    color: var(--wm-gold);
    font-size: 1.05rem;
}

.wm-emblem-foot {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.84rem;
    text-align: center;
}

.wm-emblem-foot i {
    color: #6fe6a0;
    margin-right: 5px;
}

.wm-steps {
    margin-top: 4px;
}

.wm-step-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-r-lg);
    box-shadow: var(--wm-sh-sm);
    padding: 32px 28px 28px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wm-step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--wm-green-deep), #3ddc84);
}

.wm-step-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--wm-sh-md);
    border-color: #dfe3ec;
}

.wm-step-top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.wm-step-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    color: var(--wm-green);
    background: linear-gradient(160deg, rgba(22, 163, 74, 0.14), rgba(22, 163, 74, 0.06));
    border: 1px solid rgba(22, 163, 74, 0.16);
}

.wm-step-card h5 {
    font-weight: 800;
    margin: 0 0 10px;
    color: var(--wm-ink);
    font-size: 1.14rem;
}

.wm-step-card p {
    color: var(--wm-mute);
    margin: 0;
    line-height: 1.62;
}

.wm-step-card .hl {
    color: var(--wm-ink);
    font-weight: 700;
}

.wm-forever-banner {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 22px;
    background: linear-gradient(120deg, #0b3120, #0e1626 70%);
    color: #fff;
    border-radius: var(--wm-r-lg);
    padding: 28px 34px;
    box-shadow: var(--wm-sh-lg);
    position: relative;
    overflow: hidden;
}

.wm-forever-banner::after {
    content: "\f1e3";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -10px;
    bottom: -24px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.04);
}

.wm-forever-banner .ic {
    width: 58px;
    height: 58px;
    flex: none;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    color: var(--wm-ink);
    background: linear-gradient(180deg, #ffd451, var(--wm-gold));
    box-shadow: 0 10px 22px rgba(245, 184, 31, 0.28);
}

.wm-forever-banner .tx .t {
    font-weight: 800;
    font-size: 1.2rem;
}

.wm-forever-banner .tx .t b {
    color: var(--wm-gold);
}

.wm-forever-banner .tx .s {
    color: rgba(255, 255, 255, 0.72);
    margin-top: 4px;
    line-height: 1.55;
}

.wm-example {
    max-width: 580px;
    margin: 40px auto 0;
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-r-lg);
    padding: 26px 30px;
    box-shadow: var(--wm-sh-sm);
}

.wm-example-head {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--wm-ink);
}

.wm-example-head i {
    color: var(--wm-green);
    margin-right: 8px;
}

.wm-example-note {
    color: var(--wm-mute);
    font-size: 0.9rem;
    margin: 6px 0 14px;
}

.wm-example-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 0;
    border-top: 1px solid var(--wm-line);
}

.wm-example-goal {
    min-width: 92px;
    font-weight: 800;
    color: var(--wm-ink);
}

.wm-example-goal i {
    margin-right: 8px;
    color: var(--wm-green);
}

.wm-example-arrow {
    color: #c7ccd6;
}

.wm-example-res {
    color: var(--wm-mute);
}

.wm-example-res strong {
    color: var(--wm-ink);
}

.wm-example-total {
    color: var(--wm-green-deep) !important;
}

.wm-board-slice {
    padding: 64px 0;
    background: var(--wm-tint);
}

.wm-board {
    --wm-accent: var(--wm-green);
    max-width: 680px;
    margin: 0 auto;
    background: linear-gradient(180deg, #103021 0%, #0c1620 100%);
    border-radius: var(--wm-r-lg);
    padding: 24px 30px 30px;
    color: #fff;
    box-shadow: var(--wm-sh-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.wm-board::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    z-index: 2;
    background: linear-gradient(90deg, transparent, var(--wm-accent), transparent);
}

.wm-board-glow {
    position: absolute;
    top: -48%;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    height: 92%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(ellipse at center, var(--wm-accent), transparent 68%);
    opacity: 0.17;
}

.wm-board-top, .wm-board-main, .wm-board-status,
.wm-goal-row, .wm-board-cd, .wm-board-cta {
    position: relative;
    z-index: 1;
}

.wm-board-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.72rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 26px;
}

.wm-board-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.wm-board-comp {
    font-weight: 700;
}

.wm-board-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
}

.wm-board-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 1.04rem;
    text-align: center;
    min-width: 0;
}

.wm-board-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wm-crest {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 6px 16px rgba(0, 0, 0, 0.28);
}

.wm-crest .wm-flag {
    width: 40px;
    height: 27px;
    border-radius: 5px;
}

.wm-crest--opp {
    font-size: 1.7rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.wm-crest-img {
    width: 40px;
    height: 27px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.wm-board-score {
    display: inline-flex;
    align-items: center;
    justify-self: center;
    gap: 16px;
    line-height: 1;
    font-size: 3.1rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    padding: 12px 22px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.4);
}

.wm-board-num {
    min-width: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    transition: color 0.2s;
}

.wm-board-num.is-lead {
    color: #fff;
}

.wm-board-colon {
    color: var(--wm-accent);
    font-weight: 700;
    transform: translateY(-3px);
}

.wm-board-status {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 18px;
    border-radius: 14px;
    line-height: 1.46;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: color-mix(in srgb, var(--wm-accent) 13%, transparent);
    border-color: color-mix(in srgb, var(--wm-accent) 34%, transparent);
}

.wm-board-status-txt {
    color: rgba(255, 255, 255, 0.82);
}

.wm-board-status strong {
    color: #fff;
    font-weight: 800;
}

.wm-board-status-ic {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--wm-accent);
    color: #fff;
    font-size: 0.98rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.32);
}

.wm-board-window {
    margin-top: 26px;
    padding: 20px 18px 22px;
    border-radius: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: color-mix(in srgb, var(--wm-accent) 13%, transparent);
    border-color: color-mix(in srgb, var(--wm-accent) 32%, transparent);
}

.wm-board-window-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.72rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 14px;
}

.wm-board-window-label i {
    color: var(--wm-accent);
}

.wm-board-window-sub {
    display: block;
    margin-top: 15px;
    font-size: 0.94rem;
    color: rgba(255, 255, 255, 0.78);
}

.wm-board-window-sub strong {
    color: #fff;
    font-weight: 800;
}

.wm-countdown--board {
    justify-content: center;
    gap: 9px;
}

.wm-countdown--board .wm-cd {
    min-width: 64px;
    padding: 11px 8px;
}

.wm-countdown--board .num {
    font-size: 1.7rem;
}

.wm-goal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
}

.wm-goal-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245, 184, 31, 0.14);
    border: 1px solid rgba(245, 184, 31, 0.4);
    color: var(--wm-gold);
    font-weight: 800;
    font-size: 0.84rem;
    padding: 7px 13px;
    border-radius: 999px;
    animation: wm-pop 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.4) both;
}

.wm-goal-pill i {
    color: #fff;
}

@keyframes wm-pop {
    from {
        transform: scale(0) rotate(-12deg);
        opacity: 0;
    }
    to {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

.wm-board-cd {
    margin-top: 26px;
    text-align: center;
}

.wm-board-cd-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.wm-countdown--sm {
    justify-content: center;
}

.wm-countdown--sm .wm-cd {
    min-width: 56px;
    padding: 9px 7px;
}

.wm-countdown--sm .num {
    font-size: 1.4rem;
}

.wm-board-cta {
    margin-top: 26px;
    text-align: center;
}

.wm-mc-next {
    --a: var(--wm-green);
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, #103021, #0e1626);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--wm-r-lg);
    padding: 28px 32px;
    box-shadow: var(--wm-sh-lg);
    position: relative;
    overflow: hidden;
}

.wm-mc-next::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--a), transparent 80%);
}

.wm-mc-next-info {
    min-width: 250px;
    flex: 1 1 320px;
}

.wm-mc-next-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.6);
}

.wm-mc-next-tag i {
    color: var(--wm-gold);
}

.wm-mc-next-teams {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 12px 0 8px;
}

.wm-mc-vs {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
    font-weight: 700;
}

.wm-mc-tbd {
    font-style: italic;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.62);
}

.wm-mc-tbd::before {
    content: "\f059";
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
    font-size: 0.82em;
    margin-right: 7px;
    opacity: 0.7;
}

.wm-mc-next-date {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.96rem;
}

.wm-mc-next-date i {
    color: var(--wm-gold);
    margin-right: 6px;
}

.wm-mc-next-srv {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.86);
}

.wm-mc-next-srv i {
    color: var(--wm-gold);
    margin-right: 6px;
}

.wm-mc-next-srv strong {
    color: #fff;
}

.wm-mc-next-cd {
    text-align: center;
    flex: 0 0 auto;
}

.wm-mc-cd-label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 10px;
}

.wm-mc-final {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    font-variant-numeric: tabular-nums;
}

.wm-mc-empty {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-r-lg);
    padding: 30px;
    color: var(--wm-mute);
    box-shadow: var(--wm-sh-sm);
}

.wm-mc-empty i {
    color: var(--wm-green);
    margin-right: 8px;
}

.wm-mc-sched-head {
    max-width: 820px;
    margin: 32px auto 14px;
    font-weight: 800;
    color: var(--wm-ink);
    font-size: 1.05rem;
}

.wm-mc-schedule {
    max-width: 820px;
    margin: 0 auto;
}

.wm-mc-row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1.7fr) minmax(0, 1fr) 120px 84px;
    align-items: center;
    gap: 8px 16px;
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: 14px;
    padding: 14px 18px;
    margin-bottom: 10px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.wm-mc-row > div {
    min-width: 0;
}

.wm-mc-row:hover {
    box-shadow: var(--wm-sh-sm);
    border-color: #dfe3ec;
}

.wm-mc-row.is-live {
    border-color: rgba(209, 31, 42, 0.4);
    box-shadow: var(--wm-sh-md);
}

.wm-mc-c-date {
    font-weight: 700;
    color: var(--wm-ink);
    font-size: 0.9rem;
}

.wm-mc-c-team {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.wm-mc-c-team .nm {
    font-weight: 700;
    color: var(--wm-ink);
}

.wm-mc-c-team .vs {
    color: var(--wm-mute);
    font-weight: 600;
    font-size: 0.85rem;
}

.wm-mc-c-phase {
    color: var(--wm-mute);
    font-size: 0.9rem;
}

.wm-mc-srvbadge {
    display: inline-block;
    font-weight: 800;
    font-size: 0.78rem;
    padding: 5px 11px;
    border-radius: 999px;
    color: #fff;
    background: var(--a, var(--wm-green));
    white-space: nowrap;
}

.wm-mc-srvnone {
    color: var(--wm-mute);
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0.7;
}

.wm-mc-c-status {
    text-align: right;
}

.wm-mc-st {
    font-weight: 800;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.wm-mc-st--scheduled {
    background: rgba(48, 63, 247, 0.10);
    color: var(--wm-blue-deep);
}

.wm-mc-st--live {
    background: var(--wm-flag-red);
    color: #fff;
}

@media (max-width: 767px) {
    .wm-mc-next {
        padding: 24px;
    }

    .wm-mc-next-teams {
        font-size: 1.15rem;
    }

    .wm-mc-next-cd {
        width: 100%;
    }

    .wm-mc-row {
        grid-template-columns: 1fr auto;
        gap: 4px 12px;
    }

    .wm-mc-c-team {
        grid-column: 1 / -1;
        order: -1;
        font-size: 1.02rem;
    }

    .wm-mc-c-date {
        order: 1;
    }

    .wm-mc-c-status {
        order: 2;
        text-align: right;
    }

    .wm-mc-c-phase {
        order: 3;
    }

    .wm-mc-c-srv {
        order: 4;
        text-align: right;
    }
}

.wm-srv-tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.wm-srv-tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--wm-line);
    background: #fff;
    border-radius: 14px;
    padding: 13px 22px;
    font-weight: 800;
    color: var(--wm-ink);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wm-srv-tab:hover {
    border-color: var(--wm-blue);
    transform: translateY(-2px);
}

.wm-srv-tab.active {
    border-color: var(--wm-blue);
    box-shadow: 0 10px 24px rgba(48, 63, 247, 0.12);
}

.wm-srv-x2 {
    background: var(--wm-green);
    color: #fff;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.6px;
    padding: 4px 9px;
    border-radius: 999px;
}

.wm-active-banner {
    max-width: 680px;
    margin: 0 auto 18px;
    text-align: center;
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 163, 74, 0.26);
    color: var(--wm-green-deep);
    font-weight: 700;
    border-radius: 12px;
    padding: 13px 18px;
}

.wm-active-banner i {
    color: var(--wm-green);
    margin-right: 7px;
}

.wm-feat-grid > [class*="col-"] {
    margin-bottom: 26px;
}

.wm-feat-grid {
    margin-bottom: -26px;
}

.wm-feat-card {
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-r);
    box-shadow: var(--wm-sh-sm);
    padding: 28px 26px;
    height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wm-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--wm-sh-md);
    border-color: #dfe3ec;
}

.wm-feat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.32rem;
    color: var(--wm-blue);
    background: rgba(48, 63, 247, 0.08);
    margin-bottom: 18px;
}

.wm-feat-card h5 {
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--wm-ink);
    font-size: 1.1rem;
}

.wm-feat-card p {
    color: var(--wm-mute);
    margin: 0;
    line-height: 1.6;
}

.wm-trust2 {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.wm-trust2 .container {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.wm-trust2-left {
    max-width: 520px;
    pointer-events: auto;
}

.wm-trust2-left .wm-section-title {
    margin-top: 16px;
}

.wm-trust2-lead {
    margin: 16px 0 0;
    max-width: 470px;
}

.wm-trust2-stars {
    align-items: center;
    gap: 4px;
    margin: 24px 0;
}

.wm-trust2-stars-txt {
    margin-left: 12px;
    font-weight: 700;
    color: var(--wm-ink);
    font-size: 0.95rem;
}

.wm-trust2-btn {
    margin-top: 4px;
}

.wm-trust2-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
    z-index: 1;
    overflow: hidden;
    padding-left: 70px; /* Puffer: die Neigung schneidet links nichts mehr ab */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.wm-marquee {
    display: flex;
    gap: 18px;
    height: 100%;
    width: calc(100% + 80px);
    transform: rotate(4deg);
    transform-origin: left center;
}

.wm-marquee-col {
    flex: 1 1 0;
    min-width: 0;
}

.wm-marquee-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.wm-marquee-track .wm-review {
    margin-bottom: 18px;
}

.wm-marq-up {
    animation: wm-marq-up 48s linear infinite;
}

.wm-marq-down {
    animation: wm-marq-down 48s linear infinite;
}

.wm-marquee:hover .wm-marquee-track {
    animation-play-state: paused;
}

@keyframes wm-marq-up {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}

@keyframes wm-marq-down {
    from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(0);
    }
}

.wm-review {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-r);
    box-shadow: 0 2px 8px rgba(14, 22, 38, 0.05);
    padding: 17px 18px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.wm-marquee .wm-review:hover {
    box-shadow: 0 12px 28px rgba(14, 22, 38, 0.13);
    border-color: #d7dbe6;
    transform: translateY(-2px);
}

.wm-review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 10px;
}

.wm-review-stars .s {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #00b67a; /* Trustpilot-Grün */
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 0.52rem;
}

.wm-review-title {
    font-weight: 800;
    font-size: 0.94rem;
    color: var(--wm-ink);
    margin: 0 0 6px;
}

.wm-review-text {
    color: var(--wm-mute);
    line-height: 1.5;
    margin: 0 0 15px;
    flex: 1;
    font-size: 0.86rem;
}

.wm-review-foot {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wm-review-ava {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    flex: none;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
    font-size: 0.88rem;
}

.wm-review-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.wm-review-author {
    font-weight: 700;
    color: var(--wm-ink);
    font-size: 0.88rem;
}

.wm-review-verified {
    font-size: 0.72rem;
    color: var(--wm-mute);
}

.wm-review-verified i {
    color: #00b67a;
    margin-right: 4px;
}

.wm-review-ext {
    color: #aab0bc;
    flex: none;
    transition: color 0.2s ease;
}

.wm-review-ext:hover {
    color: var(--wm-blue);
}

@media (max-width: 991px) {
    .wm-trust2 {
        display: block;
        min-height: 0;
    }

    .wm-trust2-left {
        max-width: none;
        text-align: center;
    }

    .wm-trust2-lead {
        margin: 16px auto 0;
    }

    .wm-trust2-stars {
        justify-content: center;
    }

    .wm-trust2-right {
        position: static;
        width: auto;
        height: 420px;
        margin-top: 36px;
    }

    .wm-marquee {
        transform: none;
        gap: 16px;
        padding: 0;
    }

    .wm-marquee-col--2 {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wm-marq-up, .wm-marq-down {
        animation: none;
    }
}

.wm-faq-grid {
    margin-top: 4px;
}

.wm-faq-col + .wm-faq-col {
    margin-top: 0;
}

.wm-faq-item {
    background: #fff;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-r);
    box-shadow: var(--wm-sh-sm);
    margin-bottom: 16px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wm-faq-item:hover {
    border-color: #dfe3ec;
    box-shadow: var(--wm-sh-md);
}

.wm-faq-q {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    cursor: pointer;
    font-weight: 700;
    color: var(--wm-ink);
    font-size: 1.02rem;
}

.wm-faq-q .qi {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 0.95rem;
    color: var(--wm-green);
    background: rgba(22, 163, 74, 0.10);
}

.wm-faq-q .chev {
    margin-left: auto;
    color: var(--wm-mute);
    transition: transform 0.25s ease;
    flex: none;
}

.wm-faq-item.open .wm-faq-q .chev {
    transform: rotate(180deg);
}

.wm-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.wm-faq-item.open .wm-faq-a {
    max-height: 320px;
}

.wm-faq-a-inner {
    padding: 0 22px 22px 72px;
    color: var(--wm-mute);
    line-height: 1.62;
}

.wm-faq-a-inner strong {
    color: var(--wm-ink);
}

@media (max-width: 767px) {
    .wm-faq-a-inner {
        padding-left: 22px;
    }
}

.wm-cta {
    padding: 88px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid var(--wm-line);
}

.wm-cta-glow {
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    pointer-events: none;
}

.wm-cta-glow--green {
    top: -140px;
    right: -120px;
    background: radial-gradient(circle, rgba(22, 163, 74, 0.10), transparent 70%);
}

.wm-cta-glow--gold {
    bottom: -160px;
    left: -120px;
    background: radial-gradient(circle, rgba(245, 184, 31, 0.14), transparent 70%);
}

.wm-cta-balls {
    display: flex;
    justify-content: center;
    gap: 14px;
    font-size: 1.35rem;
    color: var(--wm-green);
    opacity: 0.32;
    margin-bottom: 16px;
}

.wm-cta-balls i:nth-child(2) {
    transform: translateY(-7px);
}

.wm-cta-title {
    font-weight: 800;
    font-size: 2.3rem;
    line-height: 1.18;
    letter-spacing: -0.5px;
    color: var(--wm-ink);
}

.wm-cta-sub {
    font-size: 1.12rem;
    line-height: 1.7;
    color: var(--wm-mute);
    max-width: 680px;
    margin: 14px auto 0;
}

.wm-cta-trust {
    border-top: 1px solid var(--wm-line);
}

.wm-cta-trust i {
    color: var(--wm-blue);
}

@media (max-width: 991px) {
    .wm-hero {
        min-height: auto;
        padding-top: 110px;
        padding-bottom: 80px;
    }

    .wm-hero-title {
        font-size: 2.7rem;
    }

    .wm-hero-emblem {
        margin-top: 44px;
        max-width: 290px;
    }
}

@media (max-width: 575px) {
    .wm-hero-title {
        font-size: 2.1rem;
    }

    .wm-board-main {
        gap: 10px;
    }

    .wm-board-score {
        font-size: 2.2rem;
        padding: 9px 14px;
        gap: 10px;
    }

    .wm-board-num {
        min-width: 28px;
    }

    .wm-crest {
        width: 48px;
        height: 48px;
    }

    .wm-crest .wm-flag {
        width: 31px;
        height: 21px;
    }

    .wm-board-team {
        font-size: 0.9rem;
        gap: 9px;
    }

    .wm-board-status {
        font-size: 0.92rem;
    }

    .wm-cd {
        min-width: 64px;
    }

    .wm-mini-board {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wm-forever-banner {
        flex-direction: column;
        text-align: center;
    }

    .wm-cta-title {
        font-size: 1.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wm-live-dot, .wm-goal-pill {
        animation: none;
    }

    .wm-hero-confetti i {
        animation: none;
        opacity: 0.75;
    }
}
