/* Component: Home Page Specific Styles */

/* Hero Banner Adjustments */
.hero-pretitle {
    letter-spacing: 2px;
    color: #fff;
    background: rgba(228, 27, 35, 0.8);
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-heading {
    text-shadow: 2px 2px 15px rgba(0,0,0,0.8);
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #ffffff !important;
}

.hero-heading span {
    color: var(--theme-color);
}

.hero-sub {
    font-size: 1.3rem;
    max-width: 800px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    line-height: 1.6;
    margin-bottom: 40px;
}

.banner-btn-custom {
    padding: 18px 35px;
    font-weight: 800;
}

.banner-btn-red {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff !important;
}

.banner-btn-black {
    background: var(--brand-black);
    border-color: var(--brand-black);
    color: #fff !important;
}

/* --- KESTER PREMIUM MATCH LIST --- */
.match-row-item-kester {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 30px !important;
    display: grid !important;
    grid-template-columns: 200px 1fr 200px !important;
    align-items: center !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.match-row-item-kester:hover {
    transform: translateY(-5px);
}

/* 1. Info Side */
.match-info-side {
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.match-league-badge-kester {
    display: inline-block;
    background: #f8f8f8;
    color: #e41b23;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    border: 1px solid #eee;
}

.match-date-kester {
    color: #111 !important;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.match-venue-kester {
    color: #888;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* 2. Teams Center */
.match-teams-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 40px;
}

.team-side {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.match-teams-center .team-side:first-child {
    justify-content: flex-end;
    text-align: right;
}

.team-shield {
    height: 55px;
    width: 55px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.team-name-kester {
    font-weight: 900;
    color: #111 !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.match-vs-area {
    min-width: 100px;
    text-align: center;
}

.match-vs-text {
    font-weight: 900;
    color: #ddd;
    font-size: 1.5rem;
}

.match-live-tag {
    background: #e41b23;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 40px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* 3. Action Side */
.match-action-side {
    text-align: right;
    padding-left: 20px;
    border-left: 1px solid #eee;
}

.match-btn-kester {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-red {
    background: #e41b23;
    color: #fff !important;
}

.btn-red:hover {
    background: #111;
}

.btn-black {
    background: #111;
    color: #fff !important;
}

.btn-black:hover {
    background: #e41b23;
}

/* Responsive */
@media (max-width: 991px) {
    .match-row-item-kester {
        grid-template-columns: 1fr !important;
        text-align: center;
        padding: 30px 20px !important;
    }
    .match-info-side {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .match-teams-center {
        flex-direction: column;
        gap: 20px;
        padding: 0;
        margin-bottom: 25px;
    }
    .team-side {
        flex-direction: column !important;
        text-align: center !important;
        justify-content: center !important;
    }
    .match-action-side {
        border-left: none;
        padding-left: 0;
        text-align: center;
    }
}

/* Urgency Timer Box */
.urgency-timer-box {
    margin-top: 20px;
    background: var(--theme-color);
    padding: 15px 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 20px rgba(228, 27, 35, 0.3);
}

.urgency-timer-label {
    font-weight: 900;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.urgency-timer-digits {
    display: flex;
    gap: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
}

.urgency-timer-unit {
    font-size: 0.8rem;
    margin-left: 5px;
}

/* Generic Section Title Helpers (to avoid !important) */
.section-title-red .pretitle {
    color: #e41b23 !important;
}

.section-title-black .section-title {
    color: #111111 !important;
}
