/* ============================================================
   BANDENTESTS OVERZICHT — Banden-kopen.nl
   Locatie: app/design/frontend/<vendor>/<theme>/web/css/bandentests-overzicht.css
   ============================================================ */

/* -- BG TIRES -- */
.bt-bg-tire {
    position: fixed;
    z-index: 0;
    pointer-events: none;
    opacity: 0.04;
}
.bt-bg-tire-r {
    top: 5%;
    right: -130px;
    width: 440px;
    height: 440px;
    animation: bt-spin 22s linear infinite;
}
.bt-bg-tire-l {
    bottom: 5%;
    left: -120px;
    width: 360px;
    height: 360px;
    animation: bt-spin 28s linear infinite reverse;
}
@keyframes bt-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* -- PAGE WRAPPER -- */
.bt-page {
    max-width: 1040px;
    margin: 0 auto;
    padding: 48px 24px 96px;
    position: relative;
    z-index: 1;
    font-family: 'Barlow', 'Segoe UI', sans-serif;
    color: #1a2740;
}

/* -- PAGE HEADER -- */
.bt-page-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 52px;
    animation: bt-fadeUp 0.55s 0.05s ease both;
    opacity: 0;
}
.bt-page-header-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e8552a;
    margin-bottom: 8px;
}
.bt-h1 {
    font-family: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif !important;
    font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    line-height: 1.0 !important;
    color: #1a2740 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.bt-h1 em { color: #e8552a; font-style: normal; }

.bt-accent-line {
    width: 56px;
    height: 4px;
    background: #e8552a;
    border-radius: 2px;
    margin: 16px 0 0;
}
.bt-page-header-meta {
    display: flex;
    gap: 20px;
    padding-bottom: 6px;
}
.bt-meta-stat { text-align: center; }
.bt-meta-stat-num {
    font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #1a2740;
    line-height: 1;
}
.bt-meta-stat-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9aa5b4;
    margin-top: 2px;
}
.bt-meta-divider {
    width: 1px;
    background: #e2e8f0;
    align-self: stretch;
}

/* -- FILTER BAR -- */
.bt-filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 36px;
    flex-wrap: wrap;
    animation: bt-fadeUp 0.55s 0.12s ease both;
    opacity: 0;
}
.bt-filter-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9aa5b4;
    margin-right: 4px;
}
.bt-filter-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 7px 16px !important;
    border-radius: 100px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    color: #1a2740 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05) !important;
    line-height: 1 !important;
}
.bt-filter-btn:hover,
.bt-filter-btn.active {
    background: #1a2740 !important;
    border-color: #1a2740 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.bt-filter-btn.active-orange {
    background: #e8552a !important;
    border-color: #e8552a !important;
    color: #fff !important;
}
.bt-filter-btn i { font-size: 0.65rem; }

/* -- YEAR SECTION -- */
.bt-year-section {
    margin-bottom: 48px;
    animation: bt-fadeUp 0.55s ease both;
    opacity: 0;
}
.bt-year-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.bt-year-heading-num {
    font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(26,39,64,0.12);
    line-height: 1;
    user-select: none;
}
.bt-year-heading-line {
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}
.bt-year-count {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9aa5b4;
    white-space: nowrap;
}

/* -- SOURCE COLUMNS -- */
.bt-source-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.bt-source-group-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.bt-source-group-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 3px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bt-source-count {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9aa5b4;
}

/* -- BADGE COLORS -- */
.bt-badge-anwb     { background: #f5a800 !important; color: #000 !important; }
.bt-badge-autoweek { background: #cc0000 !important; color: #fff !important; }
.bt-badge-adac     { background: #f0c000 !important; color: #000 !important; }
.bt-badge-which    { background: #2a5ce8 !important; color: #fff !important; }

/* -- TEST LIST ROWS -- */
.bt-test-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bt-test-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 13px 16px !important;
    text-decoration: none !important;
    color: #1a2740 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
    position: relative;
    overflow: hidden;
}
.bt-test-row::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: #e2e8f0;
    transition: background 0.2s;
}
.bt-test-row.anwb::before     { background: #f5a800; }
.bt-test-row.autoweek::before { background: #cc0000; }
.bt-test-row:hover {
    transform: translateX(3px) !important;
    box-shadow: 0 4px 16px rgba(26,39,64,0.08) !important;
    border-color: rgba(232,85,42,0.25) !important;
    text-decoration: none !important;
    color: #1a2740 !important;
}
.bt-test-row:hover .bt-row-arrow { color: #e8552a; }

.bt-row-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}
.bt-row-source-badge {
    display: inline-flex !important;
    align-items: center !important;
    padding: 3px 9px !important;
    border-radius: 3px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    flex-shrink: 0;
}
.bt-row-title {
    font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2px !important;
    color: #1a2740 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 !important;
    padding: 0 !important;
}
.bt-row-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.bt-row-arrow {
    font-size: 0.65rem;
    color: #9aa5b4;
    transition: all 0.2s;
}

/* -- SEASON ICONS -- */
.bt-season-icons { display: flex; gap: 5px; }
.bt-season-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
}
.bt-icon-zomer  { background: rgba(245,168,0,0.12); color: #d4900a; }
.bt-icon-winter { background: rgba(42,92,232,0.10); color: #2a5ce8; }

/* -- FOOTER CTA -- */
.bt-footer-cta {
    margin-top: 64px;
    background: #1a2740;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    animation: bt-fadeUp 0.6s 0.4s ease both;
    opacity: 0;
}
.bt-footer-cta::before {
    content: '';
    position: absolute;
    top: -70px; right: -70px;
    width: 260px; height: 260px;
    border-radius: 50%;
    border: 48px solid rgba(255,255,255,0.03);
}
.bt-footer-cta::after {
    content: '';
    position: absolute;
    bottom: -40px; left: 200px;
    width: 140px; height: 140px;
    border-radius: 50%;
    border: 24px solid rgba(232,85,42,0.08);
}
.bt-footer-cta-text h3 {
    font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif !important;
    font-size: 1.7rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin-bottom: 6px !important;
    position: relative;
    z-index: 1;
}
.bt-footer-cta-text h3 em { color: #e8552a; font-style: normal; }
.bt-footer-cta-text p {
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    max-width: 380px;
    position: relative;
    z-index: 1;
}
.bt-footer-cta-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* -- BUTTONS -- */
.bt-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 13px 28px !important;
    border-radius: 4px !important;
    font-family: 'Barlow', 'Segoe UI', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
.bt-btn-p {
    background: #e8552a !important;
    color: #ffffff !important;
    border: 2px solid #e8552a !important;
}
.bt-btn-p:hover {
    background: #c94220 !important;
    border-color: #c94220 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(232,85,42,0.35) !important;
    text-decoration: none !important;
}
.bt-btn-s {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
}
.bt-btn-s:hover {
    border-color: rgba(255,255,255,0.55) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

/* -- ANIMATIONS -- */
@keyframes bt-fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* -- RESPONSIVE -- */
@media (max-width: 720px) {
    .bt-source-columns { grid-template-columns: 1fr; gap: 24px; }
    .bt-page-header { flex-direction: column; align-items: flex-start; }
    .bt-footer-cta { flex-direction: column; }
    .bt-footer-cta-btns { width: 100%; }
    .bt-btn { width: 100% !important; justify-content: center !important; }
    .bt-bg-tire-l { display: none; }
    .bt-bg-tire-r { width: 260px; height: 260px; right: -50px; opacity: 0.03; }
}