/* ============================================
   Badmintonner.nl — stylesheet (cloud/tech palet via :root)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    color-scheme: light dark;
    /* Cloud / tech — zachte blauwtinten, veel lichtruimte (Microsoft Fluent– / Salesforce-achtig); lettertypen ongewijzigd */
    --primary-color: #4f83d4;
    --primary-dark: #3d6ba8;
    --primary-deep: #2c5282;
    --secondary-color: #5ba3c0;
    --secondary-dark: #4a8aa6;
    --secondary-soft: #e8f2fc;
    --accent-color: #e85d4a;
    --accent-from-primary: rgba(79, 131, 212, 0.12);
    --tint-primary-bg: rgba(79, 131, 212, 0.05);
    --tint-primary-strong: rgba(79, 131, 212, 0.09);
    --tint-primary-border: rgba(79, 131, 212, 0.18);
    --ring-color: rgba(79, 131, 212, 0.45);
    --ring-color-soft: rgba(79, 131, 212, 0.28);
    --border-color: #e4ecf5;
    --footer-background: #2a3a4f;
    --code-block-bg: #2c3d52;
    --photo-card-placeholder: #2c3d52;
    --dark-color: #2c3340;
    --light-color: #eef3f9;
    --text-color: #2c3340;
    --text-light: #5a6578;
    --white: #ffffff;
    --page-background: #f4f7fb;
    --surface: #ffffff;
    --shadow: 0 1px 2px rgba(44, 51, 64, 0.05), 0 4px 18px rgba(79, 131, 212, 0.06);
    --shadow-hover: 0 4px 12px rgba(44, 51, 64, 0.07), 0 12px 32px rgba(79, 131, 212, 0.09);
    --border-radius: 0.75rem;
    --transition: all 0.3s ease;
    --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-mono: 'JetBrains Mono', 'Cascadia Code', 'Consolas', monospace;
    --font-serif: Georgia, 'Times New Roman', serif;

    /* Shared RGB components (for rgba(var(--bnr-rgb-*), α)) */
    --bnr-rgb-primary: 79, 131, 212;
    --bnr-rgb-primary-deep: 44, 82, 130;
    --bnr-rgb-white: 255, 255, 255;
    --bnr-rgb-warm: 249, 115, 22;
    --bnr-rgb-amber: 255, 179, 0;
    --bnr-rgb-orange-warm: 255, 140, 0;
    --bnr-rgb-secondary: 91, 163, 192;
    --bnr-rgb-success: 39, 174, 96;
    --bnr-success: #27ae60;
    --bnr-rgb-teal: 13, 148, 136;
    --bnr-rgb-purple: 142, 68, 173;
    --bnr-rgb-danger: 220, 53, 69;

    --bnr-ink-tint: rgba(0, 0, 0, 0.04);
    --bnr-ink-tint-strong: rgba(0, 0, 0, 0.08);
    --bnr-surface-glass: rgba(255, 255, 255, 0.72);
    --bnr-form-surface: rgba(255, 255, 255, 0.96);
    --bnr-placeholder-muted: #64748b;
    --bnr-sky-pastel: #8eb4eb;
    --bnr-border-soft-blue: #e4ecf5;
    --bnr-border-doc: #dde8f4;
    --bnr-muted-panel: #f0f5fa;
    --bnr-text-strong: #2c3340;
    --bnr-text-soft: #4a5568;
    --bnr-text-note: #5c6570;
    --bnr-amber-500: #ffb300;
    --bnr-amber-glow: rgba(255, 224, 130, 0.42);
    --bnr-gradient-bpo-page: linear-gradient(120deg, #f4f7fb 0%, #e8f0fa 100%);
    --bnr-gradient-bpo-panel: linear-gradient(90deg, #fafdff 0%, #e8f2fc 100%);
    --bnr-gradient-bpo-btn: linear-gradient(90deg, var(--primary-color) 0%, #7aa8e8 100%);
    --bnr-gradient-bpo-btn-hover: linear-gradient(90deg, #7aa8e8 0%, var(--primary-color) 100%);
    --bnr-gradient-bpo-prize: linear-gradient(90deg, #ffb300 0%, #ffe082 100%);
    --bnr-gradient-docs-warm: linear-gradient(135deg, #faf8f4 0%, #f3efe8 100%);
    --bnr-gradient-warm-card: linear-gradient(135deg, #fdfcfa 0%, #f5f2ec 100%);
    --bnr-gradient-form-mix: linear-gradient(135deg, #fdfcfa 0%, #f5f9fd 100%);
    --bnr-gradient-spotlight-warm: linear-gradient(135deg, #faf9f6 0%, #f3f0ea 100%);
    --bnr-gradient-dashed-warm: linear-gradient(135deg, #ffffff 0%, #f7f5f0 100%);
    --bnr-shadow-contact: 0 14px 28px rgba(var(--bnr-rgb-primary), 0.1);
    --bnr-shadow-contact-hover: 0 18px 34px rgba(var(--bnr-rgb-primary), 0.14);
    --bnr-shadow-warm-card: 0 16px 32px rgba(var(--bnr-rgb-warm), 0.1);
    --bnr-shadow-docs-warm: 0 12px 30px rgba(var(--bnr-rgb-warm), 0.16);
    --bnr-shadow-spotlight: 0 10px 24px rgba(243, 156, 18, 0.14);
    --bnr-teal-600: #0d9488;
    --bnr-teal-700: #0f766e;
    --bnr-purple-500: #8e44ad;
    --bnr-warm-800: #7a4f00;
    --bnr-warm-900: #8a5200;
    --bnr-gradient-primary-hero: linear-gradient(135deg, #3a5a80 0%, #4f7eb8 52%, #7aa3d9 100%);
    --bnr-carousel-caption: linear-gradient(180deg, rgba(var(--bnr-rgb-primary-deep), 0) 0%, rgba(var(--bnr-rgb-primary-deep), 0.78) 58%, rgba(var(--bnr-rgb-primary-deep), 0.92) 100%);
    --bnr-carousel-nav-bg: rgba(var(--bnr-rgb-primary-deep), 0.55);
    --bnr-carousel-dot: rgba(var(--bnr-rgb-primary-deep), 0.38);
    --bnr-links-hero-bar: linear-gradient(90deg, var(--primary-color), rgba(var(--bnr-rgb-primary), 0.32), var(--secondary-color));
    --bnr-shadow-map: 0 10px 24px rgba(44, 51, 64, 0.06);
    --bnr-gradient-section-soft: linear-gradient(180deg, var(--secondary-soft) 0%, var(--surface) 100%);
}

@media (prefers-color-scheme: dark) {
    :root {
        --primary-color: #6b9ee8;
        --primary-dark: #8cb4f0;
        --primary-deep: #4f83d4;
        --secondary-color: #6eb8d4;
        --secondary-dark: #8ecce0;
        --secondary-soft: rgba(79, 131, 212, 0.16);
        --accent-from-primary: rgba(107, 158, 232, 0.2);
        --tint-primary-bg: rgba(79, 131, 212, 0.1);
        --tint-primary-strong: rgba(79, 131, 212, 0.16);
        --tint-primary-border: rgba(140, 180, 240, 0.32);
        --ring-color: rgba(140, 180, 240, 0.55);
        --ring-color-soft: rgba(140, 180, 240, 0.35);
        --border-color: #4a5568;
        --footer-background: #1a2332;
        --code-block-bg: #171923;
        --photo-card-placeholder: #1a202c;
        --dark-color: #e8edf5;
        --light-color: #2d3748;
        --text-color: #f1f5f9;
        --text-light: #a8b4c8;
        --page-background: #1a202c;
        --surface: #2d3748;
        --shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
        --shadow-hover: 0 8px 28px rgba(0, 0, 0, 0.38);

        --bnr-ink-tint: rgba(255, 255, 255, 0.06);
        --bnr-ink-tint-strong: rgba(255, 255, 255, 0.1);
        --bnr-surface-glass: rgba(45, 55, 72, 0.88);
        --bnr-form-surface: rgba(26, 32, 44, 0.96);
        --bnr-border-soft-blue: #4a5568;
        --bnr-border-doc: #4a5568;
        --bnr-muted-panel: #2d3748;
        --bnr-text-strong: #f7fafc;
        --bnr-text-soft: #e2e8f0;
        --bnr-text-note: #a0aec0;
        --bnr-gradient-bpo-page: linear-gradient(120deg, var(--page-background) 0%, #283548 100%);
        --bnr-gradient-bpo-panel: linear-gradient(90deg, #2d3848 0%, #1e3a5f 100%);
        --bnr-gradient-docs-warm: linear-gradient(135deg, #3d3420 0%, #2d2620 100%);
        --bnr-gradient-warm-card: linear-gradient(135deg, #3d3428 0%, #2d3748 100%);
        --bnr-gradient-form-mix: linear-gradient(135deg, #3d3428 0%, #283548 100%);
        --bnr-gradient-spotlight-warm: linear-gradient(135deg, #3d3518 0%, #2d2a20 100%);
        --bnr-gradient-dashed-warm: linear-gradient(135deg, var(--surface) 0%, #2d2620 100%);
        --bnr-shadow-map: 0 10px 24px rgba(0, 0, 0, 0.35);
    }
}

/* Skip-link + toetsenbordfocus (:focus-visible) */
.skip-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 0.65rem 1rem;
    background: var(--primary-deep);
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
    border-radius: 0 0 10px 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    transform: translateY(-130%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    outline: none;
}

.skip-link:focus-visible {
    transform: translateY(0);
    outline: 3px solid var(--secondary-color);
    outline-offset: 2px;
}

#main-content:focus {
    outline: none;
}

#main-content:focus-visible {
    outline: 3px solid var(--ring-color-soft);
    outline-offset: 0.35rem;
    border-radius: 4px;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid var(--ring-color);
    outline-offset: 2px;
}

body {
    font-family: var(--font-sans);
    line-height: 1.65;
    color: var(--text-color);
    background-color: var(--page-background);
}

code,
kbd,
samp,
pre,
.font-mono {
    font-family: var(--font-mono);
}

blockquote,
.font-serif {
    font-family: var(--font-serif);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (min-width: 768px) {
    .container {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 36px;
        padding-right: 36px;
    }
}

/* Navigation */
.navbar {
    background: var(--surface);
    box-shadow: var(--shadow);
    border-bottom: 1px solid var(--bnr-border-soft-blue);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1.2rem 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-brand .site-title {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 0;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--primary-color);
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--text-color);
    transition: var(--transition);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-deep) 100%);
    color: var(--white);
    padding: 4rem 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-content {
    padding: 0 20px;
}

.page-home .hero-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-typed-line {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.48em;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.95);
}

.hero-typed-text {
    display: inline-block;
    min-width: 20ch;
}

.page-header .hero-typed-line {
    font-size: 0.38em;
    margin-top: 0.4rem;
    color: rgba(255, 255, 255, 0.92);
}

.page-header .hero-typed-text {
    min-width: 17ch;
}

.hero-typed-cursor {
    display: inline-block;
    margin-left: 0.15rem;
    font-weight: 700;
    color: var(--secondary-color);
    animation: heroCursorBlink 0.9s steps(1, end) infinite;
}

@keyframes heroCursorBlink {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

@keyframes heroTitleFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.95;
}

.hero-description p {
    margin-bottom: 1rem;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.hero-photo {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    transition: var(--transition);
}

.hero-photo.lightbox-trigger {
    cursor: pointer;
}

.hero-photo.lightbox-trigger:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* Quick Links Section */
.quick-links {
    padding: 4rem 0;
    background: var(--light-color);
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--dark-color);
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.card {
    background: var(--surface);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--primary-deep);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-secondary {
    background: var(--secondary-color);
    color: var(--white);
}

.btn-secondary:hover {
    background: #d68910;
    transform: translateY(-2px);
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.btn-link {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-link:hover {
    background: var(--primary-color);
    color: var(--white);
}

/* Page Header */
.page-header {
    background: linear-gradient(135deg, #5a8fd4 0%, var(--primary-deep) 100%);
    color: var(--white);
    padding: 4rem 0;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.page-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Content Section */
.content-section {
    padding: 4rem 0;
}

/* When a page starts directly after navbar (without banner),
   add breathing room below the sticky navigation. */
.navbar + .content-section {
    padding-top: 4.75rem;
}

.content-box {
    background: var(--surface);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    margin-bottom: 2rem;
    box-shadow: var(--shadow);
}

.content-box p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

/* Intro paragraph style used on key content pages */
.content-box .intro-lead {
    color: #4f6275;
    font-size: 1.04rem;
    line-height: 1.85;
    letter-spacing: 0.005em;
    max-width: 980px;
}

/* Quote Box */
.quote-box {
    background: var(--light-color);
    border-left: 4px solid var(--primary-color);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: var(--border-radius);
    font-style: italic;
}

.quote-box p {
    margin: 0;
    color: var(--text-color);
    font-size: 1.1rem;
}

/* Gallery Section */
.gallery-cta {
    margin: 3rem 0;
}

.cta-box {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-deep) 100%);
    color: var(--white);
    padding: 3rem;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow-hover);
}

.cta-box i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.cta-box h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.cta-box p {
    margin-bottom: 2rem;
    opacity: 0.95;
    font-size: 1.1rem;
}

.cta-box .cta-box-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

/* Mini/Maxi CTA: opvallende knoppen (hoog contrast op blauwe gradient; geen lichtblauw) */
.cta-box .btn-primary {
    background: var(--secondary-color);
    color: var(--white);
    box-shadow: 0 4px 14px rgba(230, 126, 0, 0.4);
}

.cta-box .btn-primary:hover,
.cta-box .btn-primary:focus {
    background: var(--secondary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(230, 126, 0, 0.5);
}

.cta-box .btn-primary i {
    font-size: 1em;
    margin: 0 0.4rem 0 0;
    margin-bottom: 0;
}

.featured-gallery {
    margin-top: 3rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.gallery-item {
    aspect-ratio: 4/3;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.gallery-placeholder {
    width: 100%;
    height: 100%;
    background: var(--light-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
}

.gallery-placeholder i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Documentation Section */
.documentation-section {
    margin: 4rem 0;
}

.section-header {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--light-color);
}

.section-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.section-header h2 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.section-intro {
    color: var(--text-light);
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
}

.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.document-card {
    background: var(--surface);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-top: 4px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    position: relative;
}

.document-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.video-card {
    border-top-color: #ff0000;
}

.video-card:hover {
    border-top-color: #cc0000;
}

.doc-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.video-card .doc-icon {
    color: #ff0000;
}

.doc-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-english {
    background: #e3f2fd;
    color: #1976d2;
}

.badge-dutch {
    background: #fff3e0;
    color: #f57c00;
}

.badge-summary {
    background: #f3e5f5;
    color: #7b1fa2;
}

.badge-questions {
    background: #e8f5e9;
    color: #388e3c;
}

.badge-video {
    background: #ffebee;
    color: #c62828;
}

.badge-recommended {
    background: rgba(255, 140, 0, 0.14);
    color: var(--secondary-dark);
}

.document-card h3 {
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

.document-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
}

/* Links Section */
.links-section {
    margin: 3rem 0;
}

.links-category {
    margin-bottom: 3rem;
}

.links-category h2 {
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.link-card {
    background: var(--surface);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.link-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.link-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.link-card h3 {
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.link-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

/* Info Box */
.info-box {
    background: var(--light-color);
    padding: 2rem;
    border-radius: var(--border-radius);
    margin: 2rem 0;
    border-left: 4px solid var(--secondary-color);
}

.info-box h3 {
    color: var(--dark-color);
    margin-bottom: 1rem;
}

/* Grist Section */
.grist-section {
    margin: 3rem 0;
}

.grist-container {
    margin-top: 2rem;
}

.grist-iframe-wrapper {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-hover);
    background: var(--surface);
    border: 1px solid var(--light-color);
}

.grist-iframe-wrapper iframe {
    width: 100%;
    border: none;
    display: block;
    min-height: 600px;
}

/* GetGrist Link Box */
.grist-link-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: var(--border-radius);
    padding: 2rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--primary-color);
    transition: var(--transition);
}

.grist-link-box:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
}

.grist-link-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
    background: rgba(44, 90, 160, 0.1);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.grist-link-content {
    flex: 1;
}

.grist-link-content h3 {
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.grist-link-content p {
    color: var(--text-light);
    margin: 0;
    font-size: 0.95rem;
}

.grist-link-btn {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.grist-placeholder {
    background: var(--light-color);
    border: 2px dashed var(--primary-color);
    border-radius: var(--border-radius);
    padding: 3rem;
    text-align: center;
}

.grist-info i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.grist-note {
    color: var(--text-light);
    font-style: italic;
    margin: 1rem 0;
}

.code-example {
    background: var(--code-block-bg);
    color: var(--white);
    padding: 1rem;
    border-radius: var(--border-radius);
    margin-top: 1rem;
    text-align: left;
    overflow-x: auto;
}

.code-example code {
    font-family: var(--font-mono);
    font-size: 0.9rem;
}

/* Info Cards */
.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.info-card {
    background: var(--surface);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.info-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.info-card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Rules Section */
.rules-section {
    margin: 3rem 0;
}

.rules-list {
    list-style: none;
    padding: 0;
}

.rules-list li {
    padding: 1rem;
    margin-bottom: 0.5rem;
    background: var(--light-color);
    border-radius: var(--border-radius);
    border-left: 4px solid var(--primary-color);
}

.rules-list li strong {
    color: var(--primary-color);
}

/* Contact Section */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.contact-form-section h2,
.contact-info-section h2 {
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--light-color);
    border-radius: var(--border-radius);
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.contact-card {
    background: var(--surface);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    text-align: center;
}

.contact-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.contact-card h3 {
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.contact-card p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.contact-link {
    color: var(--primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.contact-link:hover {
    color: var(--primary-deep);
}

.contact-note {
    background: var(--light-color);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin-top: 2rem;
}

/* Form Message Styles */
.form-message {
    display: none;
    padding: 1rem 1.5rem;
    border-radius: var(--border-radius);
    margin-bottom: 1.5rem;
    font-weight: 500;
    animation: slideIn 0.3s ease-out;
}

.form-message-success {
    background-color: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
}

.form-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Password Section */
.password-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.password-box {
    background: var(--surface);
    padding: 3rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-hover);
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.lock-icon {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.password-box h1 {
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.password-box .subtitle {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.password-form {
    margin-top: 2rem;
}

.error-message {
    color: var(--accent-color);
    margin-top: 1rem;
    display: none;
}

.error-message.show {
    display: block;
}

/* Protected Content */
.protected-content {
    min-height: 60vh;
}

.protected-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.protected-card {
    background: var(--surface);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}

.protected-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.protected-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.protected-card h3 {
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.protected-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.logout-section {
    text-align: center;
    margin-top: 3rem;
}

/* About Section */
.about-section {
    padding: 4rem 0;
    background: var(--surface);
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-content h2 {
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-size: 2rem;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

/* Footer */
.footer {
    background: linear-gradient(160deg, var(--footer-background) 0%, #1b2438 100%);
    color: var(--white);
    padding: 2.8rem 0 2rem;
    border-top: 1px solid rgba(var(--bnr-rgb-white), 0.08);
}

.footer .container {
    max-width: 1120px;
}

.footer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.4rem 2.2rem;
    align-items: start;
    padding-bottom: 1.25rem;
    margin-bottom: 1.1rem;
    border-bottom: 1px solid rgba(var(--bnr-rgb-white), 0.11);
}

.footer-layout h3,
.footer-layout h4 {
    margin: 0 0 0.65rem;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.footer-layout h3 {
    font-size: 1.25rem;
}

.footer-layout h4 {
    font-size: 0.98rem;
    text-transform: uppercase;
    opacity: 0.92;
}

.footer-layout p {
    margin: 0;
    color: rgba(var(--bnr-rgb-white), 0.86);
    line-height: 1.6;
    max-width: 60ch;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.footer-links a,
.footer-contact a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.4rem 0.78rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(var(--bnr-rgb-white), 0.34);
    background: rgba(var(--bnr-rgb-white), 0.14);
    box-shadow: inset 0 1px 0 rgba(var(--bnr-rgb-white), 0.2), 0 1px 2px rgba(0, 0, 0, 0.18);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.footer-contact p + p {
    margin-top: 0.5rem;
}

.footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: rgba(var(--bnr-rgb-white), 0.76);
    font-size: 0.9rem;
}

.footer-note,
.footer-update {
    margin: 0;
}

.footer a {
    color: #f8fbff;
    text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
    color: #1b2438;
    background: #ffd39a;
    border-color: #ffd39a;
    transform: translateY(-1px);
}

.footer a:focus-visible {
    outline: 2px solid rgba(255, 211, 154, 0.55);
    outline-offset: 2px;
}

.footer-note {
    opacity: 0.88;
}

.page-intro {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.page-intro-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--border-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tint-primary-strong);
    color: var(--primary-color);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.cta-strip {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.update-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.update-card {
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1rem;
    box-shadow: var(--shadow);
}

.update-card h3 {
    margin: 0.4rem 0 0.6rem;
    color: var(--dark-color);
    font-size: 1.05rem;
}

.update-card p {
    margin: 0 0 0.9rem;
    color: var(--text-light);
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.25rem 0 1.75rem;
}

.filter-chip {
    border: 1px solid var(--tint-primary-border);
    background: var(--tint-primary-bg);
    color: var(--primary-deep);
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.filter-chip:hover,
.filter-chip.is-active {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.filter-summary {
    margin: -0.75rem 0 1.25rem;
    color: var(--text-light);
    font-size: 0.95rem;
}

.is-filter-hidden {
    display: none !important;
}

.recommendation-note {
    margin-top: 0.9rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(255, 140, 0, 0.09);
    border-left: 4px solid var(--secondary-color);
    color: var(--text-color);
}

.story-panel {
    background: var(--surface);
    border: 1px solid var(--light-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
}

.story-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    align-items: start;
}

.story-panel h2 {
    margin-bottom: 0.75rem;
}

.story-panel p {
    margin: 0 0 1rem;
    color: var(--text-color);
    line-height: 1.75;
}

.story-highlights {
    display: grid;
    gap: 0.8rem;
}

.story-highlight {
    background: var(--surface);
    border-radius: var(--border-radius);
    padding: 1rem;
    border-left: 4px solid var(--primary-color);
    box-shadow: var(--shadow);
}

.story-highlight i {
    color: var(--primary-color);
    margin-right: 0.45rem;
}

.story-highlight strong {
    color: var(--dark-color);
}

/* Creative blue callout panel */
.creative-blue-panel {
    margin: 2.2rem 0 0;
    border-radius: 16px;
    padding: 1.35rem 1.2rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-deep) 60%, var(--primary-dark) 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 94, 196, 0.26);
}

.creative-blue-panel h3 {
    margin: 0 0 0.7rem;
    color: #fff;
}

.creative-blue-panel p {
    margin: 0 0 0.9rem;
    color: rgba(255, 255, 255, 0.93);
}

.creative-blue-panel .panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.creative-blue-panel .btn {
    padding: 0.55rem 1rem;
    font-size: 0.92rem;
    line-height: 1.2;
}

.creative-blue-panel .btn-light {
    background: #fff;
    color: var(--primary-deep) !important;
    border-color: #fff;
    font-weight: 700;
}

.creative-blue-panel .btn-light:hover,
.creative-blue-panel .btn-light:focus {
    background: #f2f6ff;
    color: var(--primary-deep) !important;
    border-color: #f2f6ff;
}

.creative-blue-panel .btn-outline-light {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.85);
}

.creative-blue-panel .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    border-color: #ffffff;
}

.creative-blue-panel .btn-outline-light:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    border-color: #ffffff;
}

.creative-blue-panel .btn i {
    color: inherit;
}

/* Homepage CTA panel */
.page-home .cta-panel {
    border-radius: 16px;
    padding: 1.4rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-deep) 55%, var(--primary-dark) 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 94, 196, 0.26);
}

.page-home .cta-panel p {
    color: rgba(255, 255, 255, 0.92);
}

.cta-panel .btn-light {
    background: #ffffff;
    color: var(--primary-deep) !important;
    border-color: #ffffff;
    font-weight: 700;
}

.cta-panel .btn-light:hover,
.cta-panel .btn-light:focus {
    background: #f2f6ff;
    color: var(--primary-deep) !important;
    border-color: #f2f6ff;
}

.cta-panel .btn-outline-light {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.85);
}

.cta-panel .btn-outline-light:hover,
.cta-panel .btn-outline-light:focus {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border-color: #ffffff;
}

.cta-panel .btn i {
    color: inherit;
}

/* Albums Section */
.albums-section {
    margin: 3rem 0;
}

.albums-section .section-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.albums-section .section-title i {
    color: var(--primary-color);
    font-size: 2rem;
}

.albums-section .section-intro {
    text-align: center;
    color: var(--text-light);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.albums-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.album-card {
    background: var(--surface);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
    border: 2px solid transparent;
    position: relative;
}

.album-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-color);
}

.album-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.album-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 68%;
    overflow: hidden;
    background: var(--light-color);
}

.album-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.album-card:hover .album-image {
    transform: scale(1.1);
}

.album-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 90, 160, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.album-card:hover .album-overlay {
    opacity: 1;
}

.album-overlay i {
    color: var(--white);
    font-size: 2.5rem;
    transform: scale(0.8);
    transition: var(--transition);
}

.album-card:hover .album-overlay i {
    transform: scale(1);
}

.album-info {
    padding: 1.5rem;
    position: relative;
}

.album-info h3 {
    font-size: 1.2rem;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    line-height: 1.4;
    min-height: 3.2rem;
}

.album-type {
    color: var(--text-light);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 999px;
    padding: 0;
    width: fit-content;
}

.albums-grid {
    align-items: stretch;
}

.photo-spotlight-grid {
    display: grid;
    /* Drie gelijke kolommen naast elkaar op breed scherm (TFT); onder 768px één kolom */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0 2.25rem;
    align-items: stretch;
}

@media (min-width: 1200px) {
    .photo-spotlight-grid {
        gap: 1.5rem;
    }
}

.photo-spotlight-card {
    position: relative;
    min-height: 340px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: var(--photo-card-placeholder);
}

.photo-spotlight-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.photo-spotlight-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.photo-spotlight-card:hover img {
    transform: scale(1.04);
}

.photo-spotlight-content {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.35rem;
    color: var(--white);
    z-index: 1;
}

.photo-spotlight-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.75rem;
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.photo-spotlight-content h3 {
    margin: 0 0 0.45rem;
    color: var(--white);
    font-size: 1.25rem;
}

.photo-spotlight-content p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
    max-width: 32ch;
}

.photo-spotlight-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
}

.photo-spotlight-link:hover {
    color: #ffd39a;
}

.album-type i {
    color: var(--primary-color);
}

/* Workflow Info Section */
.workflow-info-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: var(--border-radius);
    padding: 2.5rem;
    margin: 3rem 0;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    border-left: 5px solid var(--primary-color);
    box-shadow: var(--shadow);
}

.workflow-icon {
    font-size: 3rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

.workflow-content {
    flex: 1;
}

.workflow-content h3 {
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.workflow-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: var(--text-color);
}

.workflow-content a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid var(--primary-color);
    transition: var(--transition);
}

.workflow-content a:hover {
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
}

.workflow-tip {
    background: rgba(243, 156, 18, 0.1);
    padding: 1rem;
    border-radius: var(--border-radius);
    border-left: 4px solid var(--secondary-color);
    margin-top: 1.5rem;
}

.workflow-tip em {
    color: var(--secondary-color);
    font-weight: 600;
    font-style: normal;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.97);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: var(--shadow);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-title strong {
        letter-spacing: 0.045em;
    }

    .page-header h1 {
        letter-spacing: 0.02em;
    }

    .hero-typed-line {
        font-size: 0.58em;
    }

    .page-header .hero-typed-line {
        font-size: 0.46em;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .cards-grid,
    .documents-grid,
    .links-grid {
        grid-template-columns: 1fr;
    }

    .grist-iframe-wrapper iframe {
        min-height: 500px;
        height: 500px;
    }

    .grist-link-box {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .grist-link-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .grist-link-content h3 {
        font-size: 1.2rem;
    }

    .grist-link-btn {
        width: 100%;
        justify-content: center;
    }

    .section-header {
        flex-direction: column;
        gap: 1rem;
    }

    .section-icon {
        font-size: 2rem;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .albums-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1.5rem;
    }

    .photo-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .workflow-info-section {
        flex-direction: column;
        padding: 1.5rem;
    }

    .workflow-icon {
        font-size: 2.5rem;
    }

    .footer-layout,
    .update-grid,
    .story-grid {
        grid-template-columns: 1fr;
    }

    .footer-layout {
        gap: 1.1rem;
        text-align: center;
    }

    .footer-layout p {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-links {
        justify-content: center;
    }

    .footer-contact p {
        margin-top: 0;
    }

    .footer-meta {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 2rem 0;
    }

    .albums-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .album-info h3 {
        font-size: 1.1rem;
        min-height: auto;
    }

    .workflow-info-section {
        padding: 1.25rem;
    }

    .workflow-content h3 {
        font-size: 1.3rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-title strong::after {
        bottom: -0.16em;
        height: 0.09em;
    }

    .page-header h1::after {
        bottom: -0.14em;
        height: 0.08em;
    }

    .hero-typed-text {
        min-width: auto;
    }

    .page-header .hero-typed-text {
        min-width: auto;
    }

    .page-header h1 {
        font-size: 1.8rem;
    }
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
    overflow: auto;
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.lightbox-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: var(--white);
    font-size: 3rem;
    font-weight: 300;
    cursor: pointer;
    z-index: 10000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    line-height: 1;
}

.lightbox-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.lightbox-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 95%;
    max-height: 95vh;
}

.lightbox-image {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--border-radius);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease;
}

.lightbox-caption {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-color);
    border-radius: var(--border-radius);
    text-align: center;
    font-size: 1rem;
    max-width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    line-height: 1.6;
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Prevent body scroll when lightbox is open */
body.lightbox-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .lightbox-close {
        top: 1rem;
        right: 1rem;
        font-size: 2.5rem;
        width: 40px;
        height: 40px;
    }

    .lightbox-content {
        max-width: 98%;
        padding: 1rem;
    }
    
    .lightbox-image {
        max-width: 100%;
        max-height: 75vh;
    }
    
    .lightbox-caption {
        margin-top: 1rem;
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        max-width: 95%;
    }

    .cta-box {
        padding: 2rem 1.5rem;
    }
}

/* Helper classes voor validatie - vervang inline styles */
.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

/* Hero image overlay styles - vervang inline styles */
.hero-image {
    position: relative;
}

.hero-image figure {
    position: relative;
    margin: 0;
}

.hero-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    padding: 1.5rem 1rem 1rem 1rem;
    color: white;
    text-align: center;
}

.hero-image-overlay-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.hero-image-overlay-subtitle {
    font-size: 0.85rem;
    font-style: italic;
    opacity: 0.9;
}

/* ========== Page: Home (index.php) ========== */
.page-home .hero-wrap {
    background: linear-gradient(180deg, #eef4fb 0%, var(--surface) 72%, var(--page-background) 100%);
    padding: 5rem 0 4.25rem;
}

@media (prefers-color-scheme: dark) {
    .page-home .hero-wrap {
        background: linear-gradient(135deg, var(--surface) 0%, var(--page-background) 55%, rgba(var(--bnr-rgb-primary), 0.12) 100%);
    }
}

.page-home .home-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.page-home .home-grid-2.home-grid-centered {
    grid-template-columns: minmax(0, 980px);
    justify-content: center;
    align-items: start;
}

.page-home .home-focus-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.page-home .home-focus-wrap .section-eyebrow,
.page-home .home-focus-wrap .section-title {
    text-align: center;
}

.page-home .home-focus-wrap .section-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.page-home .home-focus-wrap .mini-card {
    padding: 1.2rem 1.15rem;
}

.page-home .home-focus-wrap .mini-card h3 {
    font-size: 1.06rem;
    margin-bottom: 0.6rem;
}

.page-home .home-focus-wrap .mini-card p {
    font-size: 0.98rem;
    line-height: 1.6;
    padding: 0.85rem 0.95rem;
    margin-bottom: 0.95rem;
}

@media (min-width: 1200px) {
    .page-home .home-focus-wrap .home-grid-2 {
        gap: 1.45rem;
    }
}

.page-home .home-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.page-home .home-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.page-home .home-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.page-home .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.25rem;
    max-width: 720px;
}

.page-home .hero-metric {
    background: linear-gradient(135deg, var(--surface) 0%, var(--light-color) 100%);
    border: 1px solid rgba(var(--bnr-rgb-primary), 0.08);
    border-radius: var(--border-radius);
    padding: 0.9rem 1rem;
    box-shadow: 0 12px 28px rgba(var(--bnr-rgb-primary), 0.06);
}

.page-home .hero-metric strong {
    display: block;
    color: var(--primary-deep);
    font-size: 1.2rem;
    margin-bottom: 0.15rem;
}

.page-home .hero-metric span {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.45;
}

.page-home .hero-title {
    font-size: clamp(2rem, 5vw, 3.8rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-home .hero-title .accent {
    color: var(--primary-color);
}

.page-home .hero-begin {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0 0 1.15rem;
    max-width: 640px;
    line-height: 1.55;
}

.page-home .hero-begin a {
    color: var(--primary-deep);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-home .hero-begin a:hover,
.page-home .hero-begin a:focus-visible {
    color: var(--primary-color);
}

.page-home .hero-sub {
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 1.4rem;
    max-width: 640px;
    background: linear-gradient(135deg, var(--surface) 0%, rgba(var(--bnr-rgb-warm), 0.08) 100%);
    border: 1px solid rgba(var(--bnr-rgb-warm), 0.12);
    border-radius: var(--border-radius);
    padding: 1rem 1.1rem;
    box-shadow: 0 12px 28px rgba(var(--bnr-rgb-primary), 0.08);
}

.page-home .hero-pill {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--secondary-color);
    background: rgba(var(--bnr-rgb-warm), 0.14);
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    margin-right: 0.45rem;
    margin-bottom: 0.45rem;
}

.page-home .carousel-card {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(var(--bnr-rgb-primary), 0.18);
    background: var(--surface);
}

.page-home .carousel-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.page-home .carousel-card .carousel-item {
    position: relative;
    display: none;
}

.page-home .carousel-card .carousel-item.active {
    display: block;
}

.page-home .carousel-caption-custom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.2rem 1rem 0.95rem;
    background: var(--bnr-carousel-caption);
    font-size: 0.95rem;
    color: var(--white);
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    line-height: 1.35;
}

.page-home .carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: var(--bnr-carousel-nav-bg);
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    color: var(--white);
    cursor: pointer;
    z-index: 2;
}

.page-home .carousel-nav-btn.prev {
    left: 0.75rem;
}

.page-home .carousel-nav-btn.next {
    right: 0.75rem;
}

.page-home .carousel-indicators-custom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.45rem;
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    z-index: 2;
}

.page-home .carousel-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--bnr-carousel-dot);
    border: 0;
    cursor: pointer;
    padding: 0;
}

.page-home .carousel-dot.active {
    background-color: var(--white);
}

.page-home .section-space {
    padding: 5rem 0;
}

.page-home .section-soft {
    background: var(--bnr-gradient-section-soft);
}

.page-home .section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 0.6rem;
    color: var(--dark-color);
}

.page-home .section-subtitle {
    color: var(--text-light);
    max-width: 760px;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, var(--surface) 0%, var(--light-color) 100%);
    border: 1px solid rgba(var(--bnr-rgb-primary), 0.08);
    border-radius: var(--border-radius);
    padding: 0.85rem 1rem;
    box-shadow: 0 10px 24px rgba(var(--bnr-rgb-primary), 0.06);
}

.page-home .feature-card {
    border: 1px solid var(--bnr-border-soft-blue);
    border-radius: var(--border-radius);
    padding: 1.65rem 1.5rem;
    height: 100%;
    box-shadow: 0 8px 22px rgba(var(--bnr-rgb-primary), 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: linear-gradient(135deg, var(--surface) 0%, var(--light-color) 100%);
}

.page-home .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(var(--bnr-rgb-primary), 0.14);
}

.page-home .feature-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--border-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--bnr-rgb-primary), 0.12);
    color: var(--primary-color);
    margin-bottom: 0.7rem;
}

.page-home .mini-card {
    border: 1px solid var(--bnr-border-soft-blue);
    border-radius: var(--border-radius);
    padding: 1rem 0.95rem;
    background: linear-gradient(135deg, var(--surface) 0%, var(--light-color) 100%);
    height: 100%;
    box-shadow: 0 10px 24px rgba(var(--bnr-rgb-primary), 0.07);
}

.page-home .mini-card h3 {
    margin: 0 0 0.5rem;
    color: var(--primary-color);
    font-size: 1rem;
}

.page-home .mini-card p {
    margin: 0 0 0.8rem;
    color: var(--text-light);
    font-size: 0.93rem;
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-warm), 0.08) 0%, var(--light-color) 100%);
    border-radius: var(--border-radius);
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(var(--bnr-rgb-warm), 0.08);
}

.page-home .feature-card p,
.page-home .cta-panel p {
    background: linear-gradient(135deg, var(--surface) 0%, var(--light-color) 100%);
    border: 1px solid rgba(var(--bnr-rgb-primary), 0.08);
    border-radius: var(--border-radius);
    padding: 0.8rem 0.9rem;
    box-shadow: inset 0 1px 0 rgba(var(--bnr-rgb-white), 0.35);
}

.page-home .feature-card p {
    margin-bottom: 0.95rem;
}

.page-home .home-routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.page-home .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(var(--bnr-rgb-warm), 0.12);
    color: var(--secondary-dark);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.page-home .cta-panel {
    position: relative;
    overflow: hidden;
}

.page-home .cta-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, rgba(var(--bnr-rgb-white), 0.7), rgba(255, 211, 154, 0.95));
}

.page-home .cta-panel p {
    color: rgba(var(--bnr-rgb-white), 0.92);
    background: rgba(var(--bnr-rgb-white), 0.12);
    border-color: rgba(var(--bnr-rgb-white), 0.14);
    box-shadow: none;
}

.page-home .cta-panel-tip {
    font-size: 0.95rem;
    opacity: 0.95;
}

@media (max-width: 992px) {
    .page-home .home-grid-2 {
        grid-template-columns: 1fr;
    }

    .page-home .home-focus-wrap .mini-card {
        padding: 1rem 0.95rem;
    }

    .page-home .home-focus-wrap .mini-card h3 {
        font-size: 1rem;
    }

    .page-home .home-focus-wrap .mini-card p {
        font-size: 0.93rem;
        line-height: 1.5;
        padding: 0.75rem 0.85rem;
        margin-bottom: 0.8rem;
    }

    .page-home .home-grid-3 {
        grid-template-columns: 1fr;
    }

    .page-home .home-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .hero-metrics {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-home .home-grid-4 {
        grid-template-columns: 1fr;
    }

    .page-home .hero-metrics {
        grid-template-columns: 1fr;
    }
}

/* ========== links.php ========== */
.links-page .link-card--downloads-wide::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: var(--bnr-links-hero-bar);
    opacity: 0.85;
}

.bnr-links-category {
    margin-bottom: 3rem;
}

.bnr-links-h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bnr-links-h2 > i {
    font-size: 1.5em;
}

.bnr-links-h2--teal {
    color: var(--bnr-teal-700);
    border-bottom-color: var(--bnr-teal-600);
}

.bnr-link-card--primary-gradient {
    border-top: 3px solid var(--primary-color);
    background: linear-gradient(135deg, var(--tint-primary-bg) 0%, var(--surface) 100%);
    position: relative;
    overflow: hidden;
}

.bnr-link-card--primary-gradient .link-icon {
    color: var(--primary-color);
}

.bnr-link-card--primary-gradient-soft {
    border-top: 3px solid var(--primary-color);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-primary), 0.08) 0%, var(--surface) 100%);
}

.bnr-link-card--primary-gradient-softer {
    border-top: 3px solid var(--primary-color);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-primary), 0.06) 0%, var(--surface) 100%);
}

.bnr-link-card--primary-top-wide {
    border-top: 4px solid var(--primary-color);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-primary), 0.05) 0%, var(--surface) 100%);
    position: relative;
    overflow: hidden;
}

.bnr-link-card--accent-top-wide {
    border-top: 4px solid var(--accent-color);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-danger), 0.05) 0%, var(--surface) 100%);
    position: relative;
    overflow: hidden;
}

.bnr-link-card--secondary {
    border-top: 3px solid var(--secondary-color);
}

.bnr-link-card--secondary .link-icon {
    color: var(--secondary-color);
}

.bnr-link-card--primary-gradient-soft .link-icon {
    color: var(--primary-color);
}

.bnr-link-card--primary-gradient-softer .link-icon {
    color: var(--primary-color);
}

.bnr-link-card--teal {
    border-top: 3px solid var(--bnr-teal-600);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-teal), 0.1) 0%, var(--surface) 100%);
    position: relative;
    overflow: hidden;
}

.bnr-link-card--teal-dark {
    border-top: 3px solid var(--bnr-teal-700);
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.08) 0%, var(--surface) 100%);
    position: relative;
    overflow: hidden;
}

.bnr-link-card--purple {
    border-top: 3px solid var(--bnr-purple-500);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-purple), 0.06) 0%, var(--surface) 100%);
}

.bnr-link-card--purple .link-icon {
    color: var(--bnr-purple-500);
}

.bnr-link-card--warm .link-icon {
    color: var(--secondary-color);
}

.bnr-link-card--primary-top-wide .link-icon {
    color: var(--primary-color);
}

.bnr-link-card--accent-top-wide .link-icon {
    color: var(--accent-color);
}

.bnr-link-card--primary-top-wide h3.bnr-heading-accent {
    color: var(--primary-color);
}

.bnr-link-card--accent-top-wide h3.bnr-heading-accent {
    color: var(--primary-color);
}

.bnr-callout-primary p,
.bnr-callout-accent p {
    margin: 0;
    font-size: 0.9em;
    color: var(--text-color);
}

.bnr-link-card--warm {
    border-top: 3px solid var(--secondary-color);
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.08) 0%, var(--surface) 100%);
    position: relative;
    overflow: hidden;
}

.bnr-deco-blob-primary {
    position: absolute;
    top: -24px;
    right: -22px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--bnr-rgb-primary), 0.2) 0%, rgba(var(--bnr-rgb-primary), 0) 68%);
}

.bnr-deco-blob-teal {
    position: absolute;
    top: -28px;
    right: -20px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--bnr-rgb-teal), 0.2) 0%, rgba(var(--bnr-rgb-teal), 0) 70%);
}

.bnr-deco-blob-teal-bl {
    position: absolute;
    bottom: -36px;
    left: -22px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--bnr-rgb-primary), 0.14) 0%, transparent 72%);
}

.bnr-deco-blob-warm {
    position: absolute;
    top: -24px;
    right: -18px;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 140, 0, 0.22) 0%, rgba(255, 140, 0, 0) 68%);
}

.bnr-deco-corner-primary {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-primary), 0.1) 0%, transparent 100%);
    border-radius: 50%;
}

.bnr-deco-corner-accent {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-danger), 0.1) 0%, transparent 100%);
    border-radius: 50%;
}

.bnr-z-1 {
    position: relative;
    z-index: 1;
}

.bnr-tag-news {
    font-size: 0.68em;
    color: var(--primary-deep);
    font-weight: normal;
    background: rgba(var(--bnr-rgb-primary), 0.12);
    padding: 0.2em 0.5em;
    border-radius: 4px;
    margin-left: 0.35rem;
}

.bnr-tag-new {
    font-size: 0.7em;
    color: var(--accent-color);
    font-weight: normal;
    background: rgba(var(--bnr-rgb-danger), 0.1);
    padding: 0.2em 0.5em;
    border-radius: 4px;
}

.bnr-tag-photo {
    font-size: 0.68em;
    color: var(--bnr-warm-900);
    font-weight: normal;
    background: rgba(255, 140, 0, 0.14);
    padding: 0.2em 0.5em;
    border-radius: 4px;
    margin-left: 0.35rem;
}

.bnr-btn-muted {
    background: var(--bnr-ink-tint);
    color: var(--text-color);
    font-size: 0.95em;
}

.bnr-btn-danger-soft {
    background: rgba(var(--bnr-rgb-danger), 0.1);
    color: var(--accent-color);
    font-size: 0.95em;
}

.bnr-btn-teal-soft {
    background: rgba(var(--bnr-rgb-teal), 0.1);
    color: var(--bnr-teal-700);
}

.bnr-callout-primary {
    margin: 1rem 0;
    padding: 0.75rem;
    background: rgba(var(--bnr-rgb-primary), 0.1);
    border-radius: var(--border-radius);
    position: relative;
    border-left: 3px solid var(--primary-color);
    position: relative;
    z-index: 1;
}

.bnr-callout-accent {
    margin: 1rem 0;
    padding: 0.75rem;
    background: rgba(var(--bnr-rgb-danger), 0.1);
    border-radius: var(--border-radius);
    border-left: 3px solid var(--accent-color);
    position: relative;
    z-index: 1;
}

.bnr-icon-teal {
    color: var(--bnr-teal-600);
}

.bnr-icon-teal-dark {
    color: var(--bnr-teal-700);
}

.bnr-icon-purple {
    color: var(--bnr-purple-500);
}

.bnr-geheim-link {
    color: var(--bnr-warm-900);
    text-decoration: none;
    border: 1px solid rgba(255, 140, 0, 0.45);
    background: rgba(255, 140, 0, 0.18);
    padding: 0.12rem 0.45rem;
    border-radius: 6px;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(255, 140, 0, 0.2);
}

.bnr-btn-warm-outline {
    background: rgba(255, 140, 0, 0.12);
    color: var(--bnr-warm-800);
}

.bnr-mt-05 {
    margin-top: 0.5rem;
}

.bnr-btn-primary-mt {
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
}

.bnr-btn-accent-fill {
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
    background: var(--accent-color);
}

.bnr-info-box-mt {
    margin-top: 2rem;
}

.bnr-tip-h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.bnr-tip-h3 .fa-lightbulb {
    color: var(--secondary-color);
}

.bnr-tip-p {
    margin: 0;
}

.bnr-tip-p a {
    color: var(--primary-color);
    text-decoration: underline;
}

.bnr-trainerhub-note {
    margin-top: 1.1rem;
    text-align: right;
    opacity: 0.72;
}

.bnr-trainerhub-note p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-light);
    letter-spacing: 0.01em;
}

.bnr-trainerhub-note .fa-key {
    font-size: 0.82em;
    margin-right: 0.3rem;
    opacity: 0.7;
}

/* ========== kennis.php ========== */
.documentation-section--warm {
    border: 2px solid var(--secondary-color);
    box-shadow: var(--bnr-shadow-docs-warm);
    background: var(--bnr-gradient-docs-warm);
}

.section-icon--secondary {
    background: var(--secondary-color);
    color: var(--white);
}

.document-card--dashed {
    border: 2px dashed var(--secondary-color);
    background: var(--surface);
}

.document-card--solid-secondary {
    border: 2px solid var(--secondary-color);
    background: var(--surface);
}

.document-card--video {
    border: 2px solid var(--secondary-dark);
    background: var(--bnr-gradient-warm-card);
}

/* ========== BadmintonClinic_Wedstrijden_Videos.php ========== */
body.page-bpo-videos {
    margin: 0;
    font-family: var(--font-sans);
    background: linear-gradient(135deg, #1f2630 0%, #2b3440 100%);
    color: #f8f9fa;
    min-height: 100vh;
}

body.page-bpo-videos > header {
    text-align: center;
    padding: 2em 1em 1em 1em;
    background: linear-gradient(135deg, #2b3440 0%, #343f4d 100%);
    border-bottom: 3px solid var(--secondary-color);
}

body.page-bpo-videos > header h1 {
    margin: 0 0 0.5em 0;
    font-size: 2.2em;
    letter-spacing: 1px;
    background: linear-gradient(45deg, var(--secondary-color), #ffd8a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.page-bpo-videos > header p {
    color: #c8d0da;
    margin: 0;
    font-size: 1.1em;
}

body.page-bpo-videos .main-content {
    max-width: 1000px;
    margin: 2em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
    padding: 0 1em;
}

body.page-bpo-videos .matches-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2em;
    width: 100%;
}

body.page-bpo-videos .match-card {
    background: #2b3440;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

body.page-bpo-videos .match-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color), #ffd8a3);
}

body.page-bpo-videos .match-card:hover {
    transform: translateY(-5px);
    border-color: var(--secondary-color);
    box-shadow: 0 12px 32px rgba(var(--bnr-rgb-orange-warm), 0.18);
}

body.page-bpo-videos .match-card h2 {
    margin: 0 0 1em 0;
    font-size: 1.2em;
    color: #eef4fb;
    text-align: center;
    line-height: 1.3;
}

body.page-bpo-videos .square-image-container {
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

body.page-bpo-videos .square-image {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    object-fit: cover;
    background: #252d37;
    border: 3px solid #3a4655;
    cursor: pointer;
    transition: all 0.3s ease;
}

body.page-bpo-videos .square-image:hover,
body.page-bpo-videos .square-image:focus {
    box-shadow: 0 10px 28px rgba(var(--bnr-rgb-orange-warm), 0.24);
    transform: scale(1.05);
}

body.page-bpo-videos .pcloud-link {
    display: inline-block;
    margin-top: 0.8em;
    padding: 0.8em 1.4em;
    background: linear-gradient(135deg, var(--secondary-color), #ffd8a3);
    color: #2b3440;
    font-weight: bold;
    font-size: 1em;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

body.page-bpo-videos .pcloud-link:hover,
body.page-bpo-videos .pcloud-link:focus {
    background: linear-gradient(135deg, #ffd8a3, var(--secondary-color));
    color: #1f2630;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--bnr-rgb-orange-warm), 0.28);
}

body.page-bpo-videos .coming-soon-box {
    width: 100%;
    margin-top: 0.8em;
    padding: 0.95em 1em;
    border-radius: 12px;
    border: 1px dashed rgba(var(--bnr-rgb-orange-warm), 0.45);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-orange-warm), 0.12) 0%, rgba(255, 216, 163, 0.08) 100%);
    text-align: center;
    box-sizing: border-box;
}

body.page-bpo-videos .coming-soon-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45em;
    padding: 0.28em 0.7em;
    border-radius: 999px;
    background: rgba(var(--bnr-rgb-orange-warm), 0.18);
    color: #ffe6bf;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.page-bpo-videos .coming-soon-text {
    margin: 0.7em 0 0;
    color: #f5dcc0;
    font-size: 0.95em;
    line-height: 1.45;
}

body.page-bpo-videos .coming-soon-button {
    display: inline-block;
    width: 100%;
    margin-top: 0.9em;
    padding: 0.8em 1.4em;
    border-radius: 8px;
    border: 1px dashed rgba(var(--bnr-rgb-primary), 0.45);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-primary), 0.16) 0%, rgba(93, 176, 255, 0.12) 100%);
    color: #d9ecff;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}

body.page-bpo-videos .no-audio {
    color: #c8d0da;
    font-size: 0.9em;
    margin-top: 1em;
    text-align: center;
    font-style: italic;
}

body.page-bpo-videos .extra-section-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    width: 100%;
    justify-content: center;
    margin-top: 2em;
}

body.page-bpo-videos .clinic-card,
body.page-bpo-videos .all-matches-section {
    background: #2b3440;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    padding: 1.5em 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 280px;
    max-width: 420px;
    flex: 1 1 320px;
    box-sizing: border-box;
}

body.page-bpo-videos .clinic-card {
    border: 2px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

body.page-bpo-videos .clinic-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

body.page-bpo-videos .clinic-card h2 {
    margin: 0 0 1em 0;
    font-size: 1.2em;
    color: var(--primary-color);
    text-align: center;
    line-height: 1.3;
}

body.page-bpo-videos .clinic-desc {
    color: #c8d0da;
    font-size: 1em;
    margin-bottom: 1em;
    text-align: center;
}

body.page-bpo-videos .all-matches-section {
    border: 2px solid var(--secondary-color);
    text-align: center;
    position: relative;
    overflow: hidden;
}

body.page-bpo-videos .all-matches-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color), #ffd8a3);
}

body.page-bpo-videos .all-matches-section h2 {
    color: var(--secondary-color);
    margin: 0 0 1em 0;
    font-size: 1.2em;
}

body.page-bpo-videos .all-matches-section p {
    color: #c8d0da;
    margin: 0 0 1.5em 0;
    line-height: 1.5;
}

body.page-bpo-videos .all-matches-link {
    display: inline-block;
    padding: 1em 2em;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-deep, #004799));
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(var(--bnr-rgb-primary), 0.28);
    transition: all 0.3s ease;
}

body.page-bpo-videos .all-matches-link:hover,
body.page-bpo-videos .all-matches-link:focus {
    background: linear-gradient(135deg, var(--primary-deep, #004799), var(--primary-color));
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(var(--bnr-rgb-primary), 0.34);
}

@media (max-width: 900px) {
    body.page-bpo-videos .extra-section-row {
        flex-direction: column;
        gap: 1.5em;
        align-items: stretch;
    }

    body.page-bpo-videos .clinic-card,
    body.page-bpo-videos .all-matches-section {
        max-width: 100%;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    body.page-bpo-videos .matches-container {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    body.page-bpo-videos .main-content {
        max-width: 95vw;
    }

    body.page-bpo-videos > header h1 {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    body.page-bpo-videos .match-card,
    body.page-bpo-videos .clinic-card,
    body.page-bpo-videos .all-matches-section {
        padding: 1em;
    }

    body.page-bpo-videos .square-image-container {
        max-width: 150px;
    }

    body.page-bpo-videos .square-image {
        max-width: 130px;
    }
}

/* ========== bpo_toptournament_2025.php ========== */
.bpo-tournament-page {
    font-family: var(--font-sans);
    margin: 0;
    background: var(--bnr-gradient-bpo-page);
    color: var(--bnr-text-strong);
    min-height: 100vh;
}

.bpo-tournament-page .content {
    max-width: 900px;
    margin: 1.35rem auto 2.75rem;
    background: var(--surface);
    padding: 36px 30px 32px 30px;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 36px rgba(var(--bnr-rgb-primary), 0.13), var(--shadow);
    position: relative;
}

.bpo-tournament-page .content h1 {
    text-align: center;
    color: var(--bnr-amber-500);
    font-size: 2.5em;
    margin-bottom: 0.2em;
    letter-spacing: 1.2px;
    text-shadow: 0 2px 8px var(--bnr-amber-glow);
}

.bpo-tournament-page .subtitle {
    text-align: center;
    color: var(--bnr-text-soft);
    font-size: 1.18em;
    margin-bottom: 1.5em;
}

.bpo-banner {
    background: var(--bnr-gradient-bpo-panel);
    border-left: 7px solid var(--primary-color);
    border-radius: var(--border-radius);
    padding: 22px 28px 18px 28px;
    margin: 0 0 28px 0;
    font-size: 1.13em;
    box-shadow: 0 2px 12px rgba(var(--bnr-rgb-primary), 0.13);
    position: relative;
}

.bpo-banner::before {
    content: "📸";
    font-size: 2.1em;
    position: absolute;
    left: 12px;
    top: 10px;
    opacity: 0.7;
}

.bpo-tournament-page .photo {
    text-align: center;
    margin: 36px 0 20px 0;
}

.bpo-tournament-page .photo img {
    max-width: 96%;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: 0 6px 28px rgba(var(--bnr-rgb-primary), 0.13);
    transition: transform 0.22s;
}

.bpo-tournament-page .photo img:hover {
    transform: scale(1.04) rotate(-1.5deg);
}

.btn-bpo {
    display: inline-block;
    background: var(--bnr-gradient-bpo-btn);
    color: var(--white);
    padding: 13px 32px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.13em;
    margin: 22px 0 0 0;
    transition: background 0.18s, color 0.18s;
    box-shadow: 0 3px 12px rgba(var(--bnr-rgb-primary), 0.2);
    border: none;
    letter-spacing: 0.5px;
}

.btn-bpo:hover {
    background: var(--bnr-gradient-bpo-btn-hover);
    color: var(--bnr-text-strong);
}

.bpo-tournament-page .navbar {
    box-shadow: 0 2px 16px rgba(var(--bnr-rgb-primary-deep), 0.1);
}

.bpo-tournament-page .footer {
    border-top: 1px solid rgba(var(--bnr-rgb-primary), 0.18);
}

.bpo-tournament-page .btn-bpo:focus-visible {
    outline: 2px solid var(--bnr-amber-500);
    outline-offset: 3px;
}

.bpo-tournament-page #main-content:focus-visible {
    outline-color: var(--ring-color);
}

.bpo-tournament-page .skip-link {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-deep) 100%);
    color: var(--white);
    border: 1px solid rgba(var(--bnr-rgb-amber), 0.55);
    box-shadow: 0 6px 22px rgba(var(--bnr-rgb-primary-deep), 0.38);
}

.bpo-tournament-page .skip-link:focus-visible {
    outline: 3px solid var(--bnr-amber-500);
    outline-offset: 2px;
}

.bpo-text-primary-bold {
    color: var(--primary-color);
    font-weight: bold;
}

.bpo-text-gold-bold {
    color: var(--bnr-amber-500);
    font-weight: bold;
}

.bpo-btn-row {
    margin-top: 12px;
    display: inline-block;
}

.btn-bpo--prize {
    background: var(--bnr-gradient-bpo-prize);
    color: var(--bnr-text-strong);
    box-shadow: 0 3px 12px rgba(var(--bnr-rgb-amber), 0.25);
}

.btn-bpo--prize:hover {
    filter: brightness(1.05);
    color: var(--bnr-text-strong);
}

.bpo-muted-text {
    color: var(--bnr-text-strong);
}

.bpo-mail-panel {
    margin-top: 18px;
    padding: 14px 18px;
    background: var(--secondary-soft);
    border-radius: var(--border-radius);
    border: 1px solid var(--bnr-border-soft-blue);
    display: inline-block;
}

.bpo-mail-panel strong {
    font-size: 1.08em;
    color: var(--primary-color);
}

.bpo-photo-caption {
    margin-top: 12px;
    color: var(--bnr-text-note);
    font-size: 1.05em;
}

.bpo-clash-promo {
    margin: 30px 0 0 0;
    text-align: center;
    color: var(--primary-dark);
    font-size: 1.08em;
}

.bpo-clash-promo a {
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: underline;
}

.bpo-mail-link {
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .bpo-tournament-page .content {
        padding: 14px 3vw;
    }

    .bpo-tournament-page .content h1 {
        font-size: 1.3em;
    }

    .bpo-banner {
        padding: 16px 10px 12px 36px;
        font-size: 1em;
    }
}

/* ========== geheim.php (Trainer Hub) ========== */
.bnr-hub-spotlight {
    margin-top: 1.5rem;
    border: 2px solid var(--secondary-color);
    background: var(--bnr-gradient-spotlight-warm);
    box-shadow: var(--bnr-shadow-spotlight);
}

.bnr-hub-spotlight-title {
    margin-bottom: 0.75rem;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.bnr-hub-image-card {
    background: var(--surface);
    border-radius: var(--border-radius);
    border: 2px solid var(--bnr-ink-tint-strong);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 0.2s ease;
}

.bnr-hub-dashed {
    max-width: 980px;
    margin: 0 auto;
    padding: 1rem 1.1rem;
    border: 2px dashed var(--secondary-dark);
    border-radius: var(--border-radius);
    background: var(--bnr-gradient-dashed-warm);
}

.bnr-hub-lead {
    margin-bottom: 1rem;
}

.bnr-hub-image-row {
    max-width: 980px;
    margin: 0 auto 1.25rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.bnr-hub-image-link {
    text-decoration: none;
    color: inherit;
    flex: 1 1 420px;
    max-width: 480px;
}

.bnr-hub-image {
    width: 100%;
    display: block;
}

.bnr-hub-image-caption {
    margin: 0;
    padding: 0.7rem 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
}

.bnr-hub-caption-ico {
    margin-right: 0.4rem;
}

.bnr-hub-dashed-title {
    margin: 0 0 0.5rem;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bnr-hub-dashed > p {
    margin: 0 0 0.9rem;
}

.bnr-hub-actions {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.bnr-hub-logout {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid var(--bnr-ink-tint-strong);
    text-align: center;
}

.bnr-hub-logout-text {
    margin-bottom: 1rem;
    color: var(--text-light);
}

/* Generieke layout-helpers (o.a. shop-pagina’s) */
.bnr-list-muted {
    text-align: left;
    margin: 1rem 0;
    color: var(--text-light);
}

.bnr-btn-mb {
    margin-bottom: 0.5rem;
}

.bnr-btn-block-center {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
}

.bnr-btn-tint-primary {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    background: rgba(var(--bnr-rgb-primary), 0.08);
}

.bnr-mt-1 {
    margin-top: 1rem;
}

.bnr-map-embed {
    border: 0;
    border-radius: var(--border-radius);
}

.form-message.is-visible {
    display: block;
}

.bnr-iframe-flush {
    border: none;
    width: 100%;
}

.bnr-header-center {
    text-align: center;
}

/* Video-clinic / brede contentkolom */
.bnr-content-wide {
    width: 100%;
    max-width: 1000px;
}

.bnr-filter-bar-wide {
    width: 100%;
    max-width: 1000px;
    margin-top: 0;
}

.bnr-filter-summary-wide {
    width: 100%;
    max-width: 1000px;
}

.bnr-badge-spaced {
    margin-bottom: 0.85rem;
}

.bnr-square-img--mb {
    margin-bottom: 1em;
}

/* Shop- / aanbevelingskaarten (sportschoenen, rackets, vergelijkbaar met links.php) */
.bnr-shop-section {
    margin-bottom: 3rem;
}

.bnr-shop-section--flush {
    margin-bottom: 0;
}

.bnr-shop-h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
}

.bnr-shop-h3 .fas,
.bnr-shop-h3 .far {
    margin-right: 0.5rem;
}

.bnr-shop-card {
    position: relative;
    overflow: hidden;
}

.bnr-shop-card--accent {
    border-top: 4px solid var(--accent-color);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-danger), 0.08) 0%, var(--surface) 100%);
}

.bnr-shop-card--primary {
    border-top: 4px solid var(--primary-color);
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-primary), 0.08) 0%, var(--surface) 100%);
}

.bnr-shop-card--order-n1 {
    order: -1;
}

.bnr-shop-card--order-n2 {
    order: -2;
}

.bnr-shop-deco {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    pointer-events: none;
}

.bnr-shop-deco--accent {
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-danger), 0.15) 0%, transparent 100%);
}

.bnr-shop-deco--primary {
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-primary), 0.15) 0%, transparent 100%);
}

.bnr-shop-ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--white);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
}

.bnr-shop-ribbon--accent {
    background: var(--accent-color);
}

.bnr-shop-ribbon--primary {
    background: var(--primary-color);
}

.bnr-shop-icon {
    position: relative;
    z-index: 1;
}

.bnr-shop-icon--featured {
    margin-top: 1rem;
}

.bnr-shop-icon--accent {
    color: var(--accent-color);
}

.bnr-shop-icon--primary {
    color: var(--primary-color);
}

.bnr-shop-icon--success {
    color: var(--bnr-success);
}

.bnr-shop-icon--secondary {
    color: var(--secondary-color);
}

.bnr-shop-card-title {
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    margin-top: 0.5rem;
}

.bnr-shop-card-text {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.bnr-shop-callout {
    padding: 1rem;
    border-radius: var(--border-radius);
    margin: 1rem 0;
    position: relative;
    z-index: 1;
}

.bnr-shop-callout--accent {
    background: rgba(var(--bnr-rgb-danger), 0.1);
    border-left: 3px solid var(--accent-color);
}

.bnr-shop-callout--primary {
    background: rgba(var(--bnr-rgb-primary), 0.1);
    border-left: 3px solid var(--primary-color);
}

.bnr-shop-callout p {
    margin: 0;
    font-size: 0.9em;
    color: var(--text-color);
    line-height: 1.6;
}

.bnr-chip-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.bnr-shop-card .bnr-chip-row {
    position: relative;
    z-index: 1;
}

.bnr-chip {
    padding: 0.3rem 0.7rem;
    border-radius: 15px;
    font-size: 0.8em;
    font-weight: 600;
}

.bnr-chip--accent {
    background: rgba(var(--bnr-rgb-danger), 0.1);
    color: var(--accent-color);
}

.bnr-chip--primary {
    background: rgba(var(--bnr-rgb-primary), 0.1);
    color: var(--primary-color);
}

.bnr-chip--success {
    background: rgba(var(--bnr-rgb-success), 0.12);
    color: var(--bnr-success);
}

.bnr-chip--secondary {
    background: rgba(var(--bnr-rgb-secondary), 0.14);
    color: var(--secondary-color);
}

.bnr-btn-shop-full {
    margin-top: 1rem;
    position: relative;
    z-index: 1;
    width: 100%;
}

.bnr-btn-shop-full--accent {
    background: var(--accent-color);
}

.bnr-shop-region-intro {
    background: linear-gradient(135deg, rgba(var(--bnr-rgb-primary), 0.06) 0%, var(--surface) 100%);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    border-left: 4px solid var(--primary-color);
    margin-bottom: 2rem;
}

.bnr-shop-region-intro p {
    margin: 0;
    color: var(--text-color);
    line-height: 1.8;
}

.bnr-shop-tip-panel {
    background: rgba(var(--bnr-rgb-primary), 0.06);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin-top: 2rem;
    border: 1px solid rgba(var(--bnr-rgb-primary), 0.18);
}

.bnr-shop-tip-panel h4 {
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bnr-shop-tip-panel h4 .fas {
    color: var(--secondary-color);
}

.bnr-shop-tip-panel p {
    margin: 0;
    color: var(--text-color);
    line-height: 1.8;
    font-size: 0.95em;
}

.bnr-ul-lead {
    margin-left: 1.5rem;
    line-height: 1.8;
}
