/*
 * brutonaarnetto.be - Main Stylesheet
 */

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #e6e2f5;
    background: #08070d;
}

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:#08070d;}
.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:#ffffff;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:#ffffff;line-height:1;}
.bn-reviews-stars{color:#ff9f1a;font-size:1.3rem;letter-spacing:2px;}
.bn-reviews-count{font-size:0.95rem;color:#847d9f;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:#151322;border:1.5px solid #2c2744;border-radius:16px;padding:22px;box-shadow:0 6px 20px rgba(0,0,0,0.35);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;background:#7c3aed;flex-shrink:0;}
.bn-review-name{font-weight:700;color:#ffffff;font-size:0.95rem;}
.bn-review-loc{font-size:0.78rem;color:#847d9f;}
.bn-review-stars{color:#ff9f1a;font-size:0.95rem;letter-spacing:1px;}
.bn-review-text{font-size:0.88rem;line-height:1.5;color:#d8d4ec;margin:0;}
.bn-review-date{font-size:0.72rem;color:#847d9f;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: 1.5px solid #2c2744;
    border-radius: 12px;
    background-color: #151322;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.product-tile:hover {
    border-color: #7c3aed;
    background-color: #1c192d;
    box-shadow: 0 8px 24px rgba(124,58,237,0.25);
    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 & Sidebar Toolbox (Swiss Minimalist Financial Design) */
.bnn-promo-toolbox {
    border-radius: 14px;
    overflow: hidden;
    margin: 36px 0;
    box-shadow: none !important;
}
.bnn-promo-banner {
    background: #0e1017 !important;
    color: #ffffff;
    padding: 24px 28px;
    box-shadow: none !important;
    border: 1px solid #1e2436 !important;
    border-radius: 14px;
}
.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-flex;
    align-items: center;
    gap: 6px;
    background: rgba(56, 189, 248, 0.1) !important;
    color: #38bdf8 !important;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    border: 1px solid rgba(56, 189, 248, 0.25);
}
.bnn-promo-banner-title {
    margin: 0 0 6px;
    font-size: 1.30rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.01em;
}
.bnn-promo-banner-desc {
    margin: 0;
    font-size: 0.88rem;
    color: #94a3b8;
    line-height: 1.55;
}
.bnn-promo-banner-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.bnn-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2563eb !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.84rem;
    padding: 9px 16px;
    border-radius: 8px;
    border: 1px solid #3b82f6 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}
.bnn-btn-gold:hover {
    background: #1d4ed8 !important;
    border-color: #60a5fa !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}
.bnn-btn-purple {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #141824 !important;
    color: #e2e8f0 !important;
    font-weight: 700;
    font-size: 0.84rem;
    padding: 9px 16px;
    border-radius: 8px;
    border: 1px solid #1e2436 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.12s ease;
}
.bnn-btn-purple:hover {
    background: #1e2436 !important;
    border-color: #f59e0b !important;
    color: #f59e0b !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}
.bnn-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #090a10 !important;
    color: #cbd5e1 !important;
    border: 1px solid #1e2436 !important;
    font-weight: 700;
    font-size: 0.84rem;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.12s ease;
}
.bnn-btn-outline:hover {
    background: #141824 !important;
    border-color: #10b981 !important;
    color: #10b981 !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

/* Sidebar Promo Box */
.bnn-promo-sidebar {
    background: #0e1017 !important;
    border: 1px solid #1e2436 !important;
    border-radius: 14px;
    padding: 22px;
    box-shadow: none !important;
}
.bnn-promo-sidebar .bnn-promo-header {
    margin-bottom: 10px;
}
.bnn-promo-sidebar .bnn-promo-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin: 8px 0 0;
}
.bnn-promo-sidebar .bnn-promo-sub {
    font-size: 0.84rem;
    color: #94a3b8;
    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 14px;
    background: #141824;
    border: 1px solid #1e2436;
    border-radius: 8px;
    color: #cbd5e1 !important;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: none !important;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.bnn-promo-sidebar .bnn-promo-btn:hover {
    background: #1e2436;
    color: #38bdf8 !important;
    border-color: #38bdf8;
    box-shadow: none !important;
}



/* ─────────────────────────────────────────────────────────────────────────────
   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: #151322;
    border: 1.5px solid #2c2744;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    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: #100e1a;
    border-radius: 4px;
}
.bnn-table-wrap::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background: #393254;
    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: #151322;
    text-align: left;
}

table th, .bnn-table th, .sp-muni-table th, .nl-compare-table th, .coverage-table th {
    background: #1d192e !important;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 12px 14px;
    border-bottom: 2px solid #383056;
    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 #231e36;
    color: #d8d4ec;
    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: #12101e;
}

table tr:hover td, 
.bnn-table tr:hover td, 
.sp-muni-table tr:hover td, 
.nl-compare-table tr:hover td {
    background: #201b33;
}

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;
    }
}
