.teams-page,
.team-page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
}

.teams-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
}

.teams-header h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
}

.teams-header p {
    margin: 0.5rem 0 0;
    color: #555;
    font-size: 1rem;
}

.teams-global-calendar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.7rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.teams-global-calendar:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.13);
}

.teams-season-section {
    margin-top: 2.5rem;
}

.teams-season-title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.teams-season-title h2 {
    margin: 0;
    color: #111827;
    font-size: 1.55rem;
    font-weight: 900;
    white-space: nowrap;
}

.teams-season-title span {
    height: 1px;
    flex: 1;
    background: rgba(17, 24, 39, 0.12);
}

.teams-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.team-list-card {
    overflow: hidden;
    position: relative;
    padding: 2rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
    backdrop-filter: blur(12px);
}

.team-list-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.team-list-image-link {
    display: block;
    overflow: hidden;
    background: #f3f4f6;
    text-decoration: none;
}

.team-list-image-link img,
.team-list-image-placeholder {
    width: 100%;
    height: 255px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-list-image-placeholder {
    padding: 2rem;
    color: #111827;
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
    background: linear-gradient(120deg, rgba(220, 38, 38, 0.12), rgba(8, 123, 59, 0.12));
}

.team-list-content {
    padding: 1.6rem 1.6rem 1rem;
}

.team-list-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.team-list-top h3 {
    margin: 0;
    max-width: 260px;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.15;
}

.team-list-top p {
    margin: 0.6rem 0 0;
    color: #555;
    font-size: 1rem;
}

.team-details-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #333;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.team-details-pill:hover {
    background: #e5e7eb;
}

.team-calendar-pill {
    display: inline-flex;
    margin-top: 1.4rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #087b3b;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

.team-calendar-pill:hover {
    background: #bbf7d0;
}

.team-card-progress {
    overflow: hidden;
    height: 6px;
    margin-top: 1.5rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.06);
}

.team-card-progress span {
    display: block;
    width: 34%;
    height: 100%;
    background: #dc2626;
}

.teams-empty-card {
    padding: 2rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
}

.teams-empty-card p {
    margin: 0;
    color: #555;
    font-size: 1.1rem;
}

.team-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
}

.team-season {
    margin: 0 0 0.5rem;
    color: #555;
    font-size: 1.15rem;
}

.team-title {
    margin: 0;
    color: #111827;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 900;
    line-height: 1.05;
}

.team-category {
    margin-top: 0.75rem;
    color: #555;
    font-size: 1.15rem;
}

.team-ffvb-button,
.team-resource-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0 2rem;
    border-radius: 28px;
    background: linear-gradient(120deg, #cf262c, #087b3b);
    color: #fff;
    font-weight: 900;
    font-size: 1.35rem;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(207, 38, 44, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-ffvb-button:hover,
.team-resource-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(8, 123, 59, 0.25);
}

.team-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 0.95fr);
    gap: 2rem;
    align-items: start;
}

.team-main,
.team-sidebar {
    display: grid;
    gap: 2rem;
}

.team-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.13);
    backdrop-filter: blur(10px);
}

.team-card-bordered::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #dd1f26, #087b3b);
}

.team-card h2 {
    margin: 0;
    color: #111827;
    font-size: 1.7rem;
    font-weight: 900;
}

.team-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.team-back-link {
    color: #e11d25;
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: none;
}

.team-back-link:hover {
    text-decoration: underline;
}

.team-match-list {
    display: grid;
    gap: 0;
}

.team-match-row {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.team-match-row:last-child {
    border-bottom: 0;
}

.team-match-date {
    color: #555;
    font-size: 1.05rem;
    font-weight: 500;
}

.team-match-title {
    margin-top: 0.75rem;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
}

.team-match-title span {
    color: #999;
    font-weight: 900;
    text-transform: lowercase;
}

.team-result-pill {
    display: inline-flex;
    margin-top: 0.9rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #444;
    font-weight: 800;
    font-size: 0.95rem;
}

.team-result-win {
    background: #dcfce7;
    color: #087b3b;
}

.team-result-loss {
    background: #fee2e2;
    color: #dc2626;
}

.team-score {
    min-width: 72px;
    color: #444;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 900;
}

.team-score-win {
    color: #087b3b;
}

.team-score-loss {
    color: #dc2626;
}

.team-sets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
    color: #555;
}

.team-sets span {
    display: inline-flex;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #444;
    font-weight: 700;
}

.team-empty {
    margin: 1.5rem 0 0;
    color: #555;
    font-size: 1.15rem;
}

.team-upcoming-list {
    display: grid;
    gap: 1.4rem;
    margin-top: 1.8rem;
}

.team-upcoming-match {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.team-upcoming-match:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.team-upcoming-match p {
    margin: 0.7rem 0 0;
    color: #555;
}

.team-resource-title {
    margin: 0 0 1.2rem;
    color: #555;
    font-size: 1.1rem;
}

.team-resource-button {
    width: 100%;
    min-height: 64px;
    font-size: 1.2rem;
}

.team-roster {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.team-position-group h3 {
    margin: 0 0 1rem;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 900;
}

.team-player-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.team-player-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.1);
    min-height: 120px;
}

.team-player-card img,
.team-player-placeholder {
    width: 150px;
    height: 150px;
    flex: 0 0 96px;
    border-radius: 20px;
    object-fit: cover;
}

.team-player-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #cf262c, #087b3b);
    color: #fff;
    font-weight: 900;
}

.team-player-name {
    color: #111827;
    font-size: 1.1rem;
    font-weight: 900;
}

.team-player-name span {
    color: #cf262c;
    margin-right: 0.45rem;
}

.team-player-card p {
    margin: 0.35rem 0 0;
    color: #555;
    font-size: 1rem;
}

@media (max-width: 1100px) {
    .teams-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .team-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-layout {
        grid-template-columns: 1fr;
    }

    .team-ffvb-button {
        width: 100%;
    }
}

@media (max-width: 780px) {
    .teams-page,
    .team-page {
        padding: 2rem 1rem 4rem;
    }

    .teams-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .teams-global-calendar {
        width: 100%;
    }

    .teams-grid {
        grid-template-columns: 1fr;
    }

    .team-list-card {
        padding: 1.4rem;
    }

    .team-list-image-link img,
    .team-list-image-placeholder {
        height: 230px;
    }

    .team-list-content {
        padding: 1.3rem 0.5rem 0.5rem;
    }
}

@media (max-width: 640px) {
    .team-card {
        padding: 1.4rem;
        border-radius: 24px;
    }

    .team-card-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-match-row {
        flex-direction: column;
    }

    .team-score {
        text-align: left;
    }
}

.calendar-page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
}

.calendar-header h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
}

.calendar-header p {
    margin: 0.5rem 0 0;
    color: #555;
    font-size: 1rem;
}

.calendar-secondary-button,
.calendar-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.7rem;
    border-radius: 20px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.calendar-secondary-button {
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.calendar-main-button {
    background: linear-gradient(120deg, #cf262c, #087b3b);
    color: #fff;
    box-shadow: 0 14px 35px rgba(207, 38, 44, 0.28);
}

.calendar-secondary-button:hover,
.calendar-main-button:hover {
    transform: translateY(-2px);
}

.calendar-team-card,
.calendar-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
    backdrop-filter: blur(12px);
}

.calendar-team-card::before,
.calendar-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.calendar-team-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.calendar-team-card p {
    margin: 0 0 0.4rem;
    color: #555;
}

.calendar-team-card h2 {
    margin: 0;
    color: #111827;
    font-size: 1.6rem;
    font-weight: 900;
}

.calendar-card {
    padding: 2rem;
}

.calendar-card-header h2 {
    margin: 0;
    color: #111827;
    font-size: 1.7rem;
    font-weight: 900;
}

.calendar-card-header p {
    margin: 0.5rem 0 0;
    color: #555;
}

.calendar-iframe-wrapper {
    overflow: hidden;
    margin-top: 2rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.1);
}

.calendar-iframe-wrapper iframe {
    display: block;
    width: 100%;
}

.calendar-empty {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 22px;
    background: #f9fafb;
    border: 1px dashed rgba(17, 24, 39, 0.18);
}

.calendar-empty h3 {
    margin: 0;
    color: #111827;
    font-size: 1.3rem;
    font-weight: 900;
}

.calendar-empty p {
    margin: 0.75rem 0 0;
    color: #555;
}

@media (max-width: 780px) {
    .calendar-page {
        padding: 2rem 1rem 4rem;
    }

    .calendar-header,
    .calendar-team-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .calendar-secondary-button,
    .calendar-main-button {
        width: 100%;
    }

    .calendar-card {
        padding: 1.4rem;
    }

    .calendar-iframe-wrapper iframe {
        height: 620px;
    }
}

.home-sponsors-section {
    max-width: 1500px;
    margin: 5rem auto 0;
    padding: 0 2rem 4rem;
}

.home-sponsors-header {
    text-align: center;
    margin-bottom: 2rem;
}

.home-sponsors-header p {
    margin: 0;
    color: #087b3b;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-sponsors-header h2 {
    margin: 0.4rem 0 0;
    color: #111827;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
}

.sponsors-marquee {
    overflow: hidden;
    position: relative;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
}

.sponsors-marquee::before,
.sponsors-marquee::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    width: 120px;
    height: 100%;
    pointer-events: none;
}

.sponsors-marquee::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0));
}

.sponsors-marquee::after {
    right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0.96), rgba(255,255,255,0));
}

.sponsors-marquee-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    padding: 2rem;
    animation: sponsors-marquee-scroll 28s linear infinite;
}

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

.sponsor-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 120px;
    flex: 0 0 220px;
    padding: 1.5rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsor-logo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

.sponsor-logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

@keyframes sponsors-marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 1rem));
    }
}

.sponsors-page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
}

.sponsors-page-header {
    margin-bottom: 3rem;
}

.sponsors-page-header h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
}

.sponsors-page-header p {
    margin: 0.5rem 0 0;
    color: #555;
    font-size: 1rem;
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
}

.sponsors-page-card,
.sponsors-empty-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
}

.sponsors-page-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 2rem;
    color: #111827;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsors-page-card::before,
.sponsors-empty-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.sponsors-page-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.14);
}

.sponsors-page-card img {
    width: 100%;
    max-width: 220px;
    height: 100px;
    object-fit: contain;
}

.sponsors-page-card h2 {
    margin: 1.4rem 0 0;
    font-size: 1.15rem;
    font-weight: 900;
}

.sponsors-empty-card {
    padding: 2rem;
}

.sponsors-empty-card p {
    margin: 0;
    color: #555;
    font-size: 1.1rem;
}

@media (max-width: 1100px) {
    .sponsors-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .home-sponsors-section,
    .sponsors-page {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sponsors-marquee-track {
        gap: 1rem;
        padding: 1.2rem;
        animation-duration: 22s;
    }

    .sponsor-logo-card {
        width: 170px;
        height: 95px;
        flex-basis: 170px;
        padding: 1rem;
    }

    .sponsors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sponsors-page-card {
        min-height: 190px;
    }
}

@media (max-width: 520px) {
    .sponsors-grid {
        grid-template-columns: 1fr;
    }

    .sponsors-marquee::before,
    .sponsors-marquee::after {
        width: 55px;
    }
}
.home-empty-page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.page-free-block {
    max-width: 1500px;
    margin: 0 auto;
    padding: 1rem 2rem;
}

.page-free-block:first-child {
    padding-top: 3rem;
}

.page-free-block:last-of-type {
    padding-bottom: 2rem;
}

.home-empty-page {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
}

.home-empty-page h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
}

.home-empty-page p {
    margin: 1rem 0 0;
    color: #555;
}

.home-dynamic-section {
    max-width: 1500px;
    margin: 4rem auto 0;
    padding: 0 2rem;
}

.home-dynamic-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.8rem;
}

.home-dynamic-header p {
    margin: 0;
    color: #087b3b;
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-dynamic-header h2 {
    margin: 0.35rem 0 0;
    color: #111827;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 900;
}

.home-dynamic-link,
.home-card-link {
    color: #dc2626;
    font-weight: 900;
    text-decoration: none;
}

.home-dynamic-link:hover,
.home-card-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home-featured-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.home-featured-news-card,
.home-upcoming-match-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
    backdrop-filter: blur(12px);
}

.home-featured-news-card::before,
.home-upcoming-match-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.home-featured-news-image {
    display: block;
    overflow: hidden;
    background: #f3f4f6;
}

.home-featured-news-image img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.home-featured-news-content {
    padding: 1.5rem;
}

.home-featured-news-date {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 800;
}

.home-featured-news-content h3 {
    margin: 0.6rem 0 0;
    color: #111827;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.15;
}

.home-featured-news-content h3 a {
    color: inherit;
    text-decoration: none;
}

.home-featured-news-content h3 a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home-featured-news-content p {
    margin: 0.85rem 0 1.2rem;
    color: #555;
    font-size: 0.98rem;
    line-height: 1.55;
}

.home-upcoming-matches-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.home-upcoming-match-card {
    padding: 1.6rem;
}

.home-upcoming-team h3 {
    margin: 0;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 900;
}

.home-upcoming-team p {
    margin: 0.4rem 0 0;
    color: #555;
    font-size: 0.95rem;
}

.home-upcoming-match-date {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.4rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    font-weight: 900;
    font-size: 0.9rem;
}

.home-upcoming-match-date span {
    color: #087b3b;
}

.home-upcoming-match-title {
    margin-top: 1rem;
    color: #111827;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-upcoming-match-title span {
    color: #999;
    text-transform: lowercase;
}

.home-upcoming-match-place {
    margin-top: 0.7rem;
    color: #555;
    font-size: 0.95rem;
}

.home-upcoming-no-match {
    margin-top: 1.4rem;
    padding: 1rem;
    border-radius: 18px;
    background: #f9fafb;
    color: #555;
    font-size: 0.95rem;
}

.home-upcoming-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.home-upcoming-actions a {
    display: inline-flex;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

.home-upcoming-actions a:last-child {
    background: #dcfce7;
    color: #087b3b;
}

.home-upcoming-actions a:hover {
    filter: brightness(0.97);
}

@media (max-width: 1100px) {
    .home-featured-news-grid,
    .home-upcoming-matches-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .home-dynamic-section {
        padding: 0 1rem;
    }

    .home-dynamic-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-featured-news-grid,
    .home-upcoming-matches-grid {
        grid-template-columns: 1fr;
    }

    .home-featured-news-image img {
        height: 210px;
    }
}