body { font-family: 'Manrope', sans-serif; }
h1, h2, h3, h4, .font-headline { font-family: 'Plus Jakarta Sans', sans-serif; }
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.glass-effect {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}
/* Language switcher */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 2px;
    background: rgba(29,40,58,0.06);
    border-radius: 0.75rem;
    padding: 4px;
}
.lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border-radius: 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: #94a3b8;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.18s;
    letter-spacing: 0.06em;
    font-family: 'Manrope', sans-serif;
}
.lang-btn .lang-flag { font-size: 1rem; line-height: 1; }
.lang-btn .lang-code { font-size: 0.68rem; font-weight: 900; }
.lang-btn.active {
    background: #ffffff;
    color: #1D283A;
    box-shadow: 0 1px 4px rgba(29,40,58,0.12);
}
.lang-btn:hover:not(.active) { color: #1D283A; }
.nav-logo-divider {
    width: 1px; height: 36px;
    background: #e2e8f0;
    flex-shrink: 0;
}
.logo-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

/* Partners Swiper */
.partners-swiper .swiper-slide { background: #ffffff; }

/* Coverage Grid */
.coverage-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .coverage-grid { grid-template-columns: repeat(3, 1fr); } }
.coverage-card { background: #ffffff; border-radius: 2rem; border: 1px solid #e2e8f0; padding: 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; box-shadow: 0 4px 24px rgba(26,28,28,0.04); transition: box-shadow 0.3s; }
.coverage-card:hover { box-shadow: 0 12px 40px rgba(26,28,28,0.10); }
.coverage-card--featured { background: #1D283A; border-color: #1D283A; box-shadow: 0 20px 60px rgba(29,40,58,0.22); transform: translateY(-8px); }
.coverage-badge { display: inline-block; background: #13D6D1; color: #1D283A; font-size: 0.68rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 14px; border-radius: 999px; align-self: flex-start; }
.coverage-card-header { display: flex; flex-direction: column; gap: 0.5rem; }
.coverage-plan-name { font-size: 1.5rem; font-weight: 800; color: #1D283A; letter-spacing: -0.02em; }
.coverage-card--featured .coverage-plan-name { color: #ffffff; }
.coverage-amount { font-size: 2.5rem; font-weight: 900; color: #13D6D1; letter-spacing: -0.03em; line-height: 1; }
.coverage-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
.coverage-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid rgba(226,232,240,0.5); }
.coverage-card--featured .coverage-list li { border-bottom-color: rgba(255,255,255,0.08); }
.cov-label { font-size: 0.875rem; color: #475569; font-weight: 500; }
.coverage-card--featured .cov-label { color: #94a3b8; }
.cov-value { font-size: 0.875rem; font-weight: 800; color: #1D283A; white-space: nowrap; margin-left: 1rem; }
.coverage-card--featured .cov-value { color: #13D6D1; }
.coverage-cta { display: block; text-align: center; padding: 1rem 1.5rem; background: transparent; border: 2px solid #1D283A; color: #1D283A; border-radius: 1rem; font-weight: 800; font-size: 0.9rem; text-decoration: none; transition: all 0.2s; margin-top: auto; }
.coverage-cta:hover { background: #1D283A; color: #13D6D1; }
.coverage-cta--featured { background: #13D6D1; border-color: #13D6D1; color: #1D283A; }
.coverage-cta--featured:hover { background: #06B2A5; border-color: #06B2A5; color: #1D283A; }

/* =====================
   WIDGET POPUP STYLES
===================== */
@keyframes popupSlideIn {
    from { transform: translateY(-20px) scale(0.96); opacity: 0; }
    to   { transform: translateY(0) scale(1); opacity: 1; }
}

/* --- Sports Popup --- */
.sports-activity-popup-overlay,
.extended-coverage-popup-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sports-activity-popup-overlay--visible,
.extended-coverage-popup-overlay--visible { opacity: 1; }

.sports-activity-popup {
    background: #fff;
    border-radius: 1.5rem;
    padding: 28px;
    max-width: 1020px;
    width: 100%;
    max-height: 88vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: popupSlideIn 0.3s ease;
}
.sports-activity-popup__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1D283A;
    margin: 0 0 20px 0;
    padding-right: 44px;
    line-height: 1.3;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.sports-activity-popup__close,
.extended-coverage-popup__close {
    position: absolute;
    top: 18px; right: 18px;
    background: transparent;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    width: 34px; height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.sports-activity-popup__close:hover,
.extended-coverage-popup__close:hover {
    background: #f3f4f6;
    color: #1D283A;
    transform: rotate(90deg);
}

/* Sports Table */
.sports-coverage-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 0.75rem;
}
.sports-column {
    background: #f5f7fa;
    border-radius: 0.75rem;
    padding: 1.25rem;
    border: 1px solid #E2E8F0;
    transition: border-color 0.2s;
}
.sports-column:hover { border-color: #13D6D1; }
.sports-column h4 {
    color: #1D283A;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #13D6D1;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.sports-note {
    font-size: 0.78rem;
    color: #9ca3af;
    font-style: italic;
    margin-bottom: 10px;
}
.sports-includes {
    font-size: 0.78rem;
    color: #06B2A5;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: rgba(19,214,209,0.08);
    border-radius: 4px;
}
.sports-column ul { list-style: none; padding: 0; margin: 0; }
.sports-column ul li {
    padding: 4px 0 4px 20px;
    position: relative;
    font-size: 0.84rem;
    color: #1D283A;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    line-height: 1.45;
}
.sports-column ul li:last-child { border-bottom: none; }
.sports-column ul li::before {
    content: '✓';
    position: absolute;
    left: 0; top: 4px;
    color: #13D6D1;
    font-weight: 700;
    font-size: 0.8rem;
}

/* --- Extended Coverage Popup --- */
.extended-coverage-popup {
    background: #fff;
    border-radius: 1.5rem;
    padding: 28px;
    max-width: 520px;
    width: 100%;
    max-height: 88vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: popupSlideIn 0.3s ease;
}
.extended-coverage-popup__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1D283A;
    margin: 0 0 20px 0;
    padding-right: 44px;
    line-height: 1.3;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.extended-coverage-popup__list { list-style: none; padding: 0; margin: 0; }
.extended-coverage-popup__list li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 0.9rem;
    color: #1D283A;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    line-height: 1.5;
}
.extended-coverage-popup__list li:last-child { border-bottom: none; }
.extended-coverage-popup__list li::before {
    content: '✓';
    position: absolute;
    left: 4px; top: 10px;
    color: #13D6D1;
    font-weight: 700;
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .sports-coverage-table { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 768px) {
    .sports-activity-popup,
    .extended-coverage-popup { padding: 18px 16px; max-height: 92vh; }
    .sports-activity-popup__title { font-size: 1.1rem; padding-right: 38px; }
    .extended-coverage-popup__title { font-size: 1rem; padding-right: 38px; }
    .sports-column { padding: 1rem; }
    .sports-column h4 { font-size: 0.9rem; }
    .sports-column ul li { font-size: 0.82rem; }
}
