.hh-kampe {
    --hh-blue: #1747b8;
    --hh-blue-dark: #0f2d78;
    --hh-blue-light: #edf3ff;
    --hh-black: #111111;
    --hh-grey: #6d7280;
    --hh-border: #e8ebf1;
    --hh-white: #ffffff;

    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(23, 71, 184, 0.12), transparent 38%),
        linear-gradient(145deg, #ffffff 0%, #f7f9fd 100%);
    box-shadow: 0 20px 60px rgba(15, 45, 120, 0.10);
}


/* HEADER */

.hh-kampe__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.hh-kampe__title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--hh-black);
}

.hh-kampe__subtitle {
    margin: 10px 0 0;
    font-size: 1rem;
    color: var(--hh-grey);
}

.hh-kampe__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--hh-blue-light);
    color: var(--hh-blue-dark);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.hh-kampe__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hh-blue);
}


/* FEATURED */

.hh-kampe__featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.hh-kampe__card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(
        145deg,
        var(--hh-blue-dark) 0%,
        var(--hh-blue) 100%
    );
    color: #fff;
    box-shadow: 0 16px 36px rgba(23, 71, 184, 0.22);
}

.hh-kampe__card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -100px;
    top: -90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.hh-kampe__card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 34px;
}

.hh-kampe__team-label {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.82;
}

.hh-kampe__home-label {
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    background: rgba(255,255,255,0.08);
}


/* TEAMS */

.hh-kampe__teams {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
}

.hh-kampe__team {
    min-width: 0;
}

.hh-kampe__team--home {
    text-align: left;
}

.hh-kampe__team:last-child {
    text-align: right;
}

.hh-kampe__team-name {
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.08;
}

.hh-kampe__vs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.14);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}


/* DATE */

.hh-kampe__date {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.18);
}

.hh-kampe__date strong {
    display: block;
    font-size: 1rem;
}

.hh-kampe__date span {
    display: block;
    margin-top: 2px;
    font-size: 0.85rem;
    opacity: 0.82;
}

.hh-kampe__date-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255,255,255,0.12);
    flex: 0 0 auto;
}

.hh-kampe__date-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 4px;
}

.hh-kampe__date-icon span {
    display: none;
}


/* UGEN */

.hh-kampe__week {
    margin-top: 34px;
    padding: 24px;
    border: 1px solid var(--hh-border);
    border-radius: 22px;
    background: #fff;
}

.hh-kampe__week-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.hh-kampe__week-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
}

.hh-kampe__week-count {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f2f4f8;
    color: var(--hh-grey);
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}

.hh-kampe__week-list {
    display: flex;
    flex-direction: column;
}

.hh-kampe__week-item {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 15px 0;
    border-top: 1px solid var(--hh-border);
}

.hh-kampe__week-date {
    color: var(--hh-blue);
    font-size: 0.86rem;
    font-weight: 800;
}

.hh-kampe__week-match {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-size: 0.94rem;
}

.hh-kampe__week-match span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hh-kampe__week-match strong {
    color: var(--hh-grey);
    font-size: 0.78rem;
    flex: 0 0 auto;
}

.hh-kampe__week-league {
    color: var(--hh-grey);
    font-size: 0.75rem;
    text-align: right;
}


/* FOOTER */

.hh-kampe__footer {
    margin-top: 24px;
    text-align: center;
}

.hh-kampe__program-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 999px;
    background: var(--hh-blue);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.92rem;
    font-weight: 800;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.hh-kampe__program-link:hover {
    transform: translateY(-2px);
    background: var(--hh-blue-dark);
    box-shadow: 0 10px 24px rgba(23, 71, 184, 0.24);
}

.hh-kampe__program-link span {
    font-size: 1.1rem;
}


/* EMPTY */

.hh-kampe__empty {
    padding: 50px 25px;
    border: 1px dashed var(--hh-border);
    border-radius: 22px;
    background: #fff;
    text-align: center;
}

.hh-kampe__empty-icon {
    margin-bottom: 10px;
    font-size: 2rem;
}

.hh-kampe__empty h3 {
    margin: 0;
    font-size: 1.2rem;
}

.hh-kampe__empty p {
    margin: 8px 0 0;
    color: var(--hh-grey);
}


/* MOBILE */

@media (max-width: 800px) {

    .hh-kampe {
        padding: 30px 18px;
        border-radius: 20px;
    }

    .hh-kampe__header {
        display: block;
        margin-bottom: 24px;
    }

    .hh-kampe__badge {
        margin-top: 16px;
    }

    .hh-kampe__featured {
        grid-template-columns: 1fr;
    }

    .hh-kampe__card {
        padding: 22px;
    }

    .hh-kampe__teams {
        gap: 10px;
    }

    .hh-kampe__team-name {
        font-size: 1.15rem;
    }

    .hh-kampe__week {
        padding: 18px;
    }

    .hh-kampe__week-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .hh-kampe__week-league {
        text-align: left;
    }
}

@media (max-width: 480px) {

    .hh-kampe__card-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hh-kampe__teams {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hh-kampe__team--home,
    .hh-kampe__team:last-child {
        text-align: center;
    }

    .hh-kampe__vs {
        margin: 0 auto;
    }

    .hh-kampe__date {
        margin-top: 22px;
    }
}