/*
 * brutonaarnetto.be - Main Stylesheet
 */

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #312454;
    background: #fff;
}

a { color: inherit; }

img { max-width: 100%; height: auto; }

.page-container {
    min-height: 60vh;
}

main {
    display: block;
}

.skip-menu--button {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-140%);
    z-index: 400;
    background: #7c3aed;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 0 0 8px 0;
    transition: transform 0.15s ease;
}

.skip-menu--button:focus {
    transform: translateY(0);
}

/* ── Reviews section ── */
.bn-reviews-section{padding:48px 16px;background:#fff;}
.bn-reviews-wrap{max-width:1080px;margin:0 auto;}
.bn-reviews-head{text-align:center;margin-bottom:32px;}
.bn-reviews-head h2{font-size:1.7rem;font-weight:800;color:#312454;margin:0 0 10px;}
.bn-reviews-summary{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;}
.bn-reviews-score{font-size:2.2rem;font-weight:800;color:#312454;line-height:1;}
.bn-reviews-stars{color:#ff9f1a;font-size:1.3rem;letter-spacing:2px;}
.bn-reviews-count{font-size:0.95rem;color:#5c7a8a;font-weight:600;}
.bn-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
@media (max-width:900px){.bn-reviews-grid{grid-template-columns:1fr;}}
.bn-review-card{background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 10px rgba(36,28,71,0.06);display:flex;flex-direction:column;gap:12px;}
.bn-review-top{display:flex;align-items:center;gap:12px;}
.bn-review-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0;}
.bn-review-name{font-weight:700;color:#312454;font-size:0.95rem;}
.bn-review-loc{font-size:0.78rem;color:#5c7a8a;}
.bn-review-stars{color:#ff9f1a;font-size:0.95rem;letter-spacing:1px;}
.bn-review-text{font-size:0.88rem;line-height:1.5;color:#3730a3;margin:0;}
.bn-review-date{font-size:0.72rem;color:#5c7a8a;margin-top:auto;}

/* ── Product Tiles Grid ── */
.icp-header-with-product-tiles {
    max-width: 900px;
    margin: 0 auto;
}
.icp-header-with-product-tiles__tiles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 24px;
}
@media (max-width: 768px) {
    .icp-header-with-product-tiles__tiles {
        grid-template-columns: 1fr;
    }
}
.product-tile {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 1px solid #fbe4f0;
    border-radius: 12px;
    background-color: #fff;
    text-decoration: none;
    color: #312454;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(36,28,71,0.04);
}
.product-tile:hover {
    border-color: #7c3aed;
    box-shadow: 0 6px 16px rgba(110,70,207,0.12);
    transform: translateY(-2px);
}
.product-tile__title {
    font-size: 0.95rem;
}

/* ─────────────────────────────────────────────────────────────────────────────
   Ad & Promo Tool Box Styles - brutonaarnetto.be
───────────────────────────────────────────────────────────────────────────── */
.bnn-ad-wrapper {
    margin: 28px 0;
    padding: 12px;
    background: #fdfcff;
    border: 1px dashed #dcd5f5;
    border-radius: 12px;
    text-align: center;
}
.bnn-ad-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9f99be;
    margin-bottom: 8px;
}

/* Promo Banner (In-Article & Bottom) */
.bnn-promo-toolbox {
    border-radius: 16px;
    overflow: hidden;
    margin: 32px 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bnn-promo-banner {
    background: linear-gradient(135deg, #241c47 0%, #3b2774 50%, #522f99 100%);
    color: #ffffff;
    padding: 24px 28px;
    box-shadow: 0 8px 24px rgba(36, 28, 71, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.bnn-promo-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.bnn-promo-banner-left {
    flex: 1 1 320px;
}
.bnn-promo-badge {
    display: inline-block;
    background: rgba(255, 208, 86, 0.2);
    color: #ffd056;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 208, 86, 0.3);
}
.bnn-promo-banner-title {
    margin: 0 0 6px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
}
.bnn-promo-banner-desc {
    margin: 0;
    font-size: 0.88rem;
    color: #c9bff0;
    line-height: 1.5;
}
.bnn-promo-banner-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.bnn-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffd056;
    color: #1e1740 !important;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: transform 0.15s, box-shadow 0.15s;
}
.bnn-btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 208, 86, 0.4);
}
.bnn-btn-purple {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #6e46cf;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: transform 0.15s, background 0.15s;
}
.bnn-btn-purple:hover {
    background: #5b37b0;
    transform: translateY(-2px);
}
.bnn-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.15s;
}
.bnn-btn-outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

/* Sidebar Promo Box */
.bnn-promo-sidebar {
    background: linear-gradient(135deg, #f9f7ff 0%, #ffffff 100%);
    border: 1.5px solid #e0d9f8;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(110, 70, 207, 0.08);
}
.bnn-promo-sidebar .bnn-promo-header {
    margin-bottom: 8px;
}
.bnn-promo-sidebar .bnn-promo-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1e1740;
    margin: 6px 0 0;
}
.bnn-promo-sidebar .bnn-promo-sub {
    font-size: 0.82rem;
    color: #7168a0;
    line-height: 1.5;
    margin: 0 0 14px;
}
.bnn-promo-sidebar .bnn-promo-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bnn-promo-sidebar .bnn-promo-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    background: #ffffff;
    border: 1.5px solid #ece7fb;
    border-radius: 8px;
    color: #241c47;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s;
}
.bnn-promo-sidebar .bnn-promo-btn:hover {
    background: #6e46cf;
    color: #ffffff;
    border-color: #6e46cf;
    padding-left: 14px;
}



/* ─────────────────────────────────────────────────────────────────────────────
   Universal Responsive Table Container & Mobile Layout Optimization
───────────────────────────────────────────────────────────────────────────── */
.bnn-table-wrap, .table-responsive, .sp-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0 32px;
    background: #ffffff;
    border: 1.5px solid #ece7fb;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(36, 28, 71, 0.04);
    box-sizing: border-box;
}

/* Custom sleek touch scrollbar */
.bnn-table-wrap::-webkit-scrollbar, 
.table-responsive::-webkit-scrollbar {
    height: 6px;
}
.bnn-table-wrap::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
    background: #f0edfc;
    border-radius: 4px;
}
.bnn-table-wrap::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background: #c9bff0;
    border-radius: 4px;
}

table, .bnn-table, .sp-muni-table, .nl-compare-table, .coverage-table {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    font-size: 0.90rem;
    background: #ffffff;
    text-align: left;
}

table th, .bnn-table th, .sp-muni-table th, .nl-compare-table th, .coverage-table th {
    background: #f4f0fd !important;
    color: #241c47 !important;
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 12px 14px;
    border-bottom: 2px solid #ddd6f8;
    white-space: nowrap;
}

table td, .bnn-table td, .sp-muni-table td, .nl-compare-table td, .coverage-table td {
    padding: 11px 14px;
    border-bottom: 1px solid #f0ecfa;
    color: #3a3460;
    vertical-align: middle;
}

table tr:nth-child(even) td, 
.bnn-table tr:nth-child(even) td, 
.sp-muni-table tr:nth-child(even) td, 
.nl-compare-table tr:nth-child(even) td {
    background: #faf8fe;
}

table tr:hover td, 
.bnn-table tr:hover td, 
.sp-muni-table tr:hover td, 
.nl-compare-table tr:hover td {
    background: #f0edfc;
}

table tr:last-child td, 
.bnn-table tr:last-child td, 
.sp-muni-table tr:last-child td, 
.nl-compare-table tr:last-child td {
    border-bottom: 0;
}

/* Mobile Compact Optimization (< 640px) */
@media (max-width: 640px) {
    .bnn-table-wrap, .table-responsive, .sp-table-wrap {
        margin: 16px 0 24px;
        border-radius: 10px;
    }
    table, .bnn-table, .sp-muni-table, .nl-compare-table, .coverage-table {
        font-size: 0.80rem;
        min-width: 420px;
    }
    table th, .bnn-table th, .sp-muni-table th, .nl-compare-table th, .coverage-table th {
        padding: 9px 10px !important;
        font-size: 0.72rem !important;
        letter-spacing: 0.03em !important;
    }
    table td, .bnn-table td, .sp-muni-table td, .nl-compare-table td, .coverage-table td {
        padding: 8px 10px !important;
        font-size: 0.78rem !important;
    }
}
