/*
Theme Name: BlessureRoute
Theme URI: https://blesurreroute.nl
Description: Sportblessures en letsel? Ontdek de snelste route naar volledig herstel.
Version: 1.0.0
Author: SeedInov
Author URI: https://seedinov.com
License: GNU General Public License v2 or later
Text Domain: blessureroute
*/

/* ── Tokens ── */
:root {
    --bles-primary: #E11D48;
    --bles-primary-dark: #BE123C;
    --bles-primary-light: #FB7185;
    --bles-primary-50: #FFF1F2;
    --bles-heading: #0f172a;
    --bles-body: #475569;
    --bles-muted: #64748b;
    --bles-border: #e2e8f0;
    --bles-bg-alt: #f8fafb;
    --bles-white: #ffffff;
    --bles-font-h: 'Poppins', sans-serif;
    --bles-font-b: 'Roboto', sans-serif;
    --bles-radius: 16px;
    --bles-radius-sm: 12px;
    --bles-radius-xs: 8px;
    --bles-shadow-sm: 0 1px 3px rgba(0,0,0,0.04);
    --bles-shadow: 0 2px 12px rgba(0,0,0,0.05);
    --bles-shadow-md: 0 4px 20px rgba(0,0,0,0.06);
    --bles-shadow-lg: 0 8px 30px rgba(0,0,0,0.08);
    --bles-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --primary: #E11D48;
    --radius: 16px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--bles-font-b); font-size: 1rem; line-height: 1.75; color: var(--bles-body); background: var(--bles-white); letter-spacing: -0.011em; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bles-primary); text-decoration: none; transition: color 0.2s var(--bles-ease); }
a:hover { color: var(--bles-primary-dark); }
h1, h2, h3, h4, h5, h6 { font-family: var(--bles-font-h); color: var(--bles-heading); line-height: 1.2; font-weight: 700; letter-spacing: -0.02em; }
h1 { font-size: 2.75rem; } h2 { font-size: 2rem; } h3 { font-size: 1.5rem; } h4 { font-size: 1.25rem; }

/* ── Layout ── */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.wrap-narrow { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.section-alt { background: var(--bles-bg-alt); }
.section-label { display: inline-block; font-family: var(--bles-font-h); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--bles-primary); margin-bottom: 0.75rem; }
.section-title { font-size: 2.25rem; margin-bottom: 0.5rem; }
.section-desc { color: var(--bles-muted); font-size: 1.1rem; max-width: 560px; }
.section-header { margin-bottom: 3rem; }
.section-header.center { text-align: center; }
.section-header.center .section-desc { margin: 0.5rem auto 0; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.8rem 1.75rem; border-radius: var(--bles-radius); font-family: var(--bles-font-h); font-weight: 600; font-size: 0.95rem; border: none; cursor: pointer; transition: all 0.25s var(--bles-ease); text-decoration: none; }
.btn-primary { background: var(--bles-primary); color: #fff; }
.btn-primary:hover { background: var(--bles-primary-dark); color: #fff; transform: translateY(-1px); box-shadow: var(--bles-shadow); }
.btn-outline { background: transparent; color: var(--bles-primary); border: 2px solid var(--bles-primary); }
.btn-outline:hover { background: var(--bles-primary); color: #fff; }
.btn-white { background: #fff; color: var(--bles-primary); }
.btn-white:hover { background: var(--bles-primary-50); transform: translateY(-1px); }
.btn-ghost { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.3); }
.btn-ghost:hover { background: rgba(255,255,255,0.25); color: #fff; }

/* ── Header ── */
.site-header { position: sticky; top: 0; z-index: 1000; background: #1a1a2e; color: #fff; transition: all 0.3s var(--bles-ease); }
.site-header.scrolled { background: #1a1a2e; box-shadow: 0 2px 16px rgba(0,0,0,0.3); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 1rem; }
.site-logo { display: flex; align-items: center; gap: 0.5rem; font-family: var(--bles-font-h); font-size: 1.35rem; font-weight: 700; color: #fff; text-decoration: none; }
.site-logo svg, .site-logo .logo-icon { color: var(--bles-primary); width: 28px; height: 28px; }
.site-logo .accent { color: var(--bles-primary); }
.main-nav { display: flex; align-items: center; gap: 1.5rem;  }
.nav-link { font-family: var(--bles-font-b); font-size: 0.9rem; font-weight: 500; color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.2s; }
.nav-link:hover, .nav-link.active { color: #fff;  }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; color: #fff; }

/* ── Hero ── */
.hero { background: var(--bles-bg-alt); padding: 5rem 0 4rem; position: relative; overflow: hidden; }
.hero .wrap { text-align: center; max-width: 720px; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: var(--bles-radius); font-size: 0.8rem; font-weight: 600; margin-bottom: 1.5rem; background: var(--bles-primary-50); color: var(--bles-primary); }
.hero-title { font-size: 3.25rem; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 1.25rem;  }
.hero-sub { font-size: 1.15rem; line-height: 1.7; margin-bottom: 2rem; opacity: 0.85; color: var(--bles-muted); max-width: 520px; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-visual { display: none; }
.hero-stats { display: flex; gap: 2rem; margin-top: 2.5rem; justify-content: center; }
.hero-stat { text-align: center; }
.hero-stat-value { font-family: var(--bles-font-h); font-size: 1.75rem; font-weight: 700; color: var(--bles-primary); }
.hero-stat-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; }
.hero-visual-card { background: var(--bles-white); border-radius: var(--bles-radius); padding: 2rem; box-shadow: var(--bles-shadow-md); width: 100%; max-width: 380px; }

/* ── Search (for search-focused hero) ── */
.hero-search { max-width: 560px; margin: 0 auto 1.5rem; }
.hero-search-form { display: flex; background: #fff; border-radius: var(--bles-radius); overflow: hidden; box-shadow: var(--bles-shadow-md); border: 2px solid transparent; transition: border-color 0.3s; }
.hero-search-form:focus-within { border-color: var(--bles-primary); }
.hero-search-input { flex: 1; border: none; outline: none; padding: 1rem 1.5rem; font-size: 1rem; font-family: var(--bles-font-b); }
.hero-search-btn { display: flex; align-items: center; justify-content: center; width: 56px; background: var(--bles-primary); color: #fff; border: none; cursor: pointer; transition: background 0.2s; }
.hero-search-btn:hover { background: var(--bles-primary-dark); }

/* ── Category Pills ── */
.cat-pills { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; }
.cat-pill { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1.25rem; border-radius: var(--bles-radius); font-size: 0.875rem; font-weight: 500; color: var(--bles-body); background: var(--bles-white); border: 1px solid var(--bles-border); text-decoration: none; transition: all 0.2s var(--bles-ease); }
.cat-pill:hover { border-color: var(--bles-primary); color: var(--bles-primary); background: var(--bles-primary-50); }
.cat-pill svg { width: 16px; height: 16px; opacity: 0.6; }

/* ── Cards ── */
.card { background: var(--bles-white); border-radius: var(--bles-radius); overflow: hidden; border: 1px solid var(--bles-border); transition: all 0.3s var(--bles-ease); }
.card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 0 0 1px var(--bles-primary-50); }
.card-img { width: 100%; height: 220px; object-fit: cover; background: linear-gradient(135deg, #FFF1F2, #FB718530); }
.card-body { padding: 1.5rem; }
.card-cat { display: inline-block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: var(--bles-primary); margin-bottom: 0.5rem; }
.card-title { font-size: 1.15rem; font-weight: 600; margin-bottom: 0.5rem; }
.card-title a { color: var(--bles-heading); text-decoration: none; }
.card-title a:hover { color: var(--bles-primary); }
.card-excerpt { font-size: 0.9rem; color: var(--bles-muted); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-meta { display: flex; gap: 1rem; margin-top: 1rem; font-size: 0.8rem; color: var(--bles-muted); }

/* ── Article Grid ── */

.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card { position: relative; }
.card .score-badge { position: absolute; top: 1rem; right: 1rem; width: 48px; height: 48px; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.875rem; z-index: 2; }
@media (max-width: 768px) { .articles-grid { grid-template-columns: 1fr; } }

/* ── CTA ── */
.cta-section { background: linear-gradient(135deg, #BE123C, #E11D48); padding: 4rem; text-align: center; }
.cta-section h2 { color: #fff; margin-bottom: 1rem; }
.cta-section p { color: rgba(255,255,255,0.8); margin-bottom: 2rem; max-width: 480px; margin-left: auto; margin-right: auto; }

/* ── Footer ── */
.site-footer { background: #1a1a2e; color: rgba(255,255,255,0.7); padding: 4rem 0 0;  }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-heading { font-family: var(--bles-font-h); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 1.25rem; color: rgba(255,255,255,0.8); }
.footer-nav { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-nav a { font-size: 0.9rem; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-nav a:hover { color: var(--bles-primary); }
.footer-desc { font-size: 0.9rem; opacity: 0.7; margin-top: 1rem; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0; flex-wrap: wrap; gap: 0.75rem; }
.footer-bottom p { font-size: 0.8rem; opacity: 0.5; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.8rem; color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-legal a:hover { color: var(--bles-primary); }

/* ── Newsletter ── */
.newsletter-form { display: flex; gap: 0.5rem; margin-top: 1rem; }
.newsletter-input { flex: 1; padding: 0.7rem 1rem; border: 1px solid rgba(255,255,255,0.15); border-radius: var(--bles-radius-xs); background: rgba(255,255,255,0.05); color: #fff; font-size: 0.9rem; outline: none; transition: border-color 0.2s; }
.newsletter-input:focus { border-color: var(--bles-primary); }
.newsletter-btn { padding: 0.7rem 1.25rem; background: var(--bles-primary); color: #fff; border: none; border-radius: var(--bles-radius-xs); font-weight: 600; cursor: pointer; transition: background 0.2s; }
.newsletter-btn:hover { background: var(--bles-primary-dark); }

/* ── Breadcrumbs ── */
.breadcrumbs { padding: 1rem 0; font-size: 0.85rem; color: var(--bles-muted); }
.breadcrumbs a { color: var(--bles-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--bles-primary); }
.breadcrumbs .sep { margin: 0 0.5rem; opacity: 0.4; }

/* ── Single Post ── */
.post-header { padding: 3rem 0 2rem; }
.post-cat { display: inline-block; padding: 0.35rem 0.85rem; border-radius: var(--bles-radius); background: var(--bles-primary-50); color: var(--bles-primary); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; margin-bottom: 1rem; }
.post-title { font-size: 2.5rem; letter-spacing: -0.03em; margin-bottom: 1rem; }
.post-meta { display: flex; gap: 1.5rem; font-size: 0.875rem; color: var(--bles-muted); }
.post-image { width: 100%; height: auto; border-radius: var(--bles-radius); margin-bottom: 2rem; }
.entry-content { font-size: 1.05rem; line-height: 1.85; }
.entry-content h2 { font-size: 1.75rem; margin: 2.5rem 0 1rem; }
.entry-content h3 { font-size: 1.35rem; margin: 2rem 0 0.75rem; }
.entry-content p { margin-bottom: 1.25rem; }
.entry-content blockquote { border-left: 4px solid var(--bles-primary-light); padding: 1rem 1.5rem; margin: 1.5rem 0; background: var(--bles-primary-50); border-radius: 0 var(--bles-radius-xs) var(--bles-radius-xs) 0; font-style: italic; color: var(--bles-body); }
.entry-content a { color: var(--bles-primary); text-decoration: underline; text-underline-offset: 2px; }
.entry-content img { border-radius: var(--bles-radius-sm); margin: 1.5rem 0; }

/* ── Archive ── */
.archive-header { background: linear-gradient(135deg, #BE123C, #E11D48); padding: 3rem 0; margin-bottom: 3rem; }
.archive-title { font-size: 2.25rem; color: #fff; }
.archive-desc { color: rgba(255,255,255,0.8); margin-top: 0.5rem; }
.pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; }
.pagination a, .pagination span { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--bles-radius-xs); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: all 0.2s; }
.pagination a { color: var(--bles-body); border: 1px solid var(--bles-border); }
.pagination a:hover { border-color: var(--bles-primary); color: var(--bles-primary); }
.pagination .current { background: var(--bles-primary); color: #fff; }

/* ── Animations ── */

@keyframes scaleUp { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: scale(1); } }
.reveal { opacity: 0; transform: scale(0.96); transition: all 0.5s var(--bles-ease); }
.reveal.visible { opacity: 1; transform: scale(1); }
.reveal-stagger > * { opacity: 0; transform: scale(0.96); transition: all 0.4s var(--bles-ease); }
.reveal-stagger.visible > *:nth-child(1) { opacity: 1; transform: scale(1); transition-delay: 0s; }
.reveal-stagger.visible > *:nth-child(2) { opacity: 1; transform: scale(1); transition-delay: 0.06s; }
.reveal-stagger.visible > *:nth-child(3) { opacity: 1; transform: scale(1); transition-delay: 0.12s; }
.reveal-stagger.visible > *:nth-child(4) { opacity: 1; transform: scale(1); transition-delay: 0.18s; }
.reveal-stagger.visible > *:nth-child(5) { opacity: 1; transform: scale(1); transition-delay: 0.24s; }
.reveal-stagger.visible > *:nth-child(6) { opacity: 1; transform: scale(1); transition-delay: 0.3s; }

/* ── Mobile ── */
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 999; opacity: 0; transition: opacity 0.3s; }
.mobile-overlay.active { display: block; opacity: 1; }
.mobile-menu { position: fixed; top: 0; right: 0; transform: translateX(100%); width: 300px; height: 100vh; background: #1a1a2e; z-index: 1001; transition: transform 0.35s var(--bles-ease); padding: 2rem; }
.mobile-menu.active { transform: translateX(0); }
.mobile-menu .nav-link { display: block; padding: 0.75rem 0; font-size: 1.05rem; color: rgba(255,255,255,0.8); border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-close { background: none; border: none; cursor: pointer; padding: 0.5rem; color: #fff; position: absolute; top: 1rem; right: 1rem; }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .main-nav { display: none; }
    .mobile-toggle { display: block; }
    .hero .wrap { grid-template-columns: 1fr; text-align: center; }
    .hero-sub { margin-left: auto; margin-right: auto; }
    .hero-actions { justify-content: center; }
    .hero-visual { display: none; }
    .hero-stats { justify-content: center; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
    h1, .hero-title { font-size: 2.25rem; }
    h2, .section-title { font-size: 1.75rem; }
    .section { padding: 3.5rem 0; }
    .hero { padding: 4rem 0 3rem; }
    .hero-stats { flex-direction: column; gap: 1rem; align-items: center; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    h1, .hero-title { font-size: 1.875rem; }
    .btn { padding: 0.7rem 1.25rem; font-size: 0.875rem; }
    .card-body { padding: 1.25rem; }
}

/* ── Print ── */
@media print {
    .site-header, .site-footer, .cta-section, .mobile-menu, .mobile-overlay { display: none !important; }
    body { color: #000; background: #fff; }
    a { color: #000; text-decoration: underline; }
}

/* ── A11y ── */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
:focus-visible { outline: 3px solid var(--bles-primary); outline-offset: 2px; }
.skip-link { position: absolute; top: -100%; left: 1rem; background: var(--bles-primary); color: #fff; padding: 0.75rem 1.5rem; border-radius: 0 0 var(--bles-radius-xs) var(--bles-radius-xs); z-index: 9999; }
.skip-link:focus { top: 0; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

/* ── WP Utilities ── */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 1.5rem auto; }


/* Injected: site logo image sizing */
.site-logo .site-logo-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 6px;
}
.site-logo .logo-icon .site-logo-img,
.footer-logo .footer-logo-icon .site-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    margin: 0;
    display: block;
}
/* ==== Injected: Proof (stats + facts) section ==== */
.sv-proof {
    position: relative;
    padding: 6rem 0;
    background: #EEF0FF;
    overflow: hidden;
    isolation: isolate;
}
.sv-proof__bg {
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(circle at 15% 20%, #4338CA22, transparent 42%),
        radial-gradient(circle at 85% 80%, #4338CA1a, transparent 42%);
    z-index: -1;
    pointer-events: none;
}
.sv-proof__head {
    max-width: 760px;
    margin: 0 auto 3.5rem !important;
    text-align: center;
}
.sv-proof__eyebrow {
    display: inline-flex !important;
    align-items: center;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: #fff;
    color: #4338CA;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #4338CA33;
}
.sv-proof__title {
    font-size: clamp(1.8rem, 3.4vw, 2.5rem) !important;
    line-height: 1.15 !important;
    margin: 0 0 1rem !important;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.sv-proof__lede {
    color: #475569 !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

.sv-proof__stats {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.15rem !important;
    margin: 0 0 3rem !important;
    list-style: none;
    padding: 0;
}
.sv-proof__stat {
    display: flex !important;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 1.35rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 14px 34px -18px rgba(15,23,42,0.18), 0 2px 6px rgba(15,23,42,0.04);
    border: 1px solid rgba(15,23,42,0.04);
    transition: transform .25s ease, box-shadow .25s ease;
}
.sv-proof__stat:hover { transform: translateY(-3px); box-shadow: 0 20px 42px -18px rgba(15,23,42,0.22); }
.sv-proof__stat-icon {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px;
    border-radius: 14px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #4338CA, #4338CAcc);
    box-shadow: 0 8px 18px -6px #4338CA66;
}
.sv-proof__stat-icon svg { width: 24px !important; height: 24px !important; }
.sv-proof__stat-text {
    display: flex !important;
    flex-direction: column;
    min-width: 0;
}
.sv-proof__stat-n {
    font-family: 'Jost', 'Poppins', system-ui, sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1 !important;
    letter-spacing: -0.02em;
}
.sv-proof__stat-l {
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.35;
    margin-top: 0.25rem;
    font-weight: 500;
}

.sv-proof__facts {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.2rem !important;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sv-proof__fact {
    display: flex !important;
    align-items: flex-start;
    gap: 1rem;
    background: #fff;
    padding: 1.75rem 1.5rem;
    border-radius: 18px;
    box-shadow: 0 10px 28px -16px rgba(15,23,42,0.18);
    border: 1px solid rgba(15,23,42,0.05);
    transition: transform .25s ease, box-shadow .25s ease;
}
.sv-proof__fact:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -16px rgba(15,23,42,0.22); }
.sv-proof__fact-icon {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px;
    border-radius: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #4338CA14;
    color: #4338CA;
}
.sv-proof__fact-icon svg { width: 22px !important; height: 22px !important; }
.sv-proof__fact-body { flex: 1; min-width: 0; }
.sv-proof__fact-body h3 {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
    margin: 0 0 0.4rem !important;
    color: #0f172a;
    letter-spacing: -0.01em;
}
.sv-proof__fact-body p {
    color: #475569 !important;
    font-size: 0.93rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .sv-proof__stats { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 760px) {
    .sv-proof { padding: 4rem 0; }
    .sv-proof__facts { grid-template-columns: 1fr !important; }
}


/* ==== Injected: Over Ons template ==== */
.sv-about-hero {
    padding: 5rem 0 4rem;
    background: #fff;
}
.sv-about-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}
.sv-about-hero--reverse .sv-about-hero__media { order: -1; }
.sv-about-hero__eyebrow {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: #4338CA1a;
    color: #4338CA;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.sv-about-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 1rem;
    line-height: 1.15;
}
.sv-about-hero__lead {
    font-size: 1.2rem;
    color: #4b5563;
    margin-bottom: 1rem;
    line-height: 1.6;
}
.sv-about-hero__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.sv-about-hero__cta {
    display: inline-block;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    background: #4338CA;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #4338CA;
}
.sv-about-hero__cta--ghost {
    background: transparent;
    color: #4338CA;
}
.sv-about-hero__media img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.12);
}

.sv-about-banner {
    position: relative;
    height: 440px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3rem;
}
.sv-about-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sv-about-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.15));
}
.sv-about-banner__content {
    position: relative;
    z-index: 1;
    color: #fff;
}
.sv-about-banner__content h1 { color: #fff; margin-bottom: 0.5rem; }
.sv-about-banner__content p { color: rgba(255,255,255,0.92); font-size: 1.15rem; max-width: 640px; }
.sv-about-banner__content .sv-about-hero__eyebrow {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.sv-about-intro {
    padding: 3rem 0;
    background: #fff;
}
.sv-about-intro p {
    max-width: 720px;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #374151;
}

.sv-about-centered {
    padding: 4rem 0;
    text-align: center;
    background: #fff;
}
.sv-about-centered h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    max-width: 800px;
    margin: 0 auto 1rem;
}
.sv-about-centered__media {
    margin: 2.5rem auto;
    max-width: 900px;
}
.sv-about-centered__media img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.12);
}
.sv-about-centered__body {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
    text-align: left;
}

.sv-about-values {
    padding: 4rem 0;
    background: #f9fafb;
}
.sv-about-values__title {
    font-size: clamp(1.6rem, 3vw, 2rem);
    text-align: center;
    margin-bottom: 2.5rem;
}
.sv-about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.sv-about-value {
    background: #fff;
    padding: 2.25rem 1.75rem;
    border-radius: 18px;
    box-shadow: 0 14px 34px -18px rgba(15,23,42,0.18), 0 2px 6px rgba(15,23,42,0.04);
    border: 1px solid rgba(15,23,42,0.04);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}
.sv-about-value:hover { transform: translateY(-3px); box-shadow: 0 20px 42px -18px rgba(15,23,42,0.22); }
.sv-about-value__icon {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 1.15rem !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #4338CA, #4338CAcc) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 10px 22px -8px #4338CA70 !important;
}
.sv-about-value__icon svg {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    flex-shrink: 0 !important;
    stroke: #fff !important;
    display: block !important;
}
.sv-about-value h3 {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
    margin: 0 0 0.5rem !important;
    color: #0f172a !important;
}
.sv-about-value p {
    color: #475569 !important;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

.sv-about-content { display: none !important; }

@media (max-width: 768px) {
    .sv-about-hero__grid { grid-template-columns: 1fr; gap: 2rem; }
    .sv-about-hero--reverse .sv-about-hero__media { order: 0; }
    .sv-about-hero__media img { height: 280px; }
    .sv-about-banner { height: 360px; }
    .sv-about-values__grid { grid-template-columns: 1fr; }
}


/* ==== Injected: Legal pages styling (privacy / voorwaarden / disclaimer) ==== */
.hp-legal-hero {
    padding: 4rem 0 3rem;
    background:
        radial-gradient(circle at 20% 0%, #4338CA22, transparent 45%),
        linear-gradient(180deg, #EEF2FF 0%, #FAFAFA 100%);
    text-align: center;
}
.hp-legal-hero .hp-hero__badge {
    display: inline-flex !important;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: #fff;
    color: #4338CA;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px #4338CA1f;
    border: 1px solid #4338CA33;
}
.hp-legal-hero__title {
    font-size: clamp(2rem, 3.8vw, 2.75rem) !important;
    color: #0f172a !important;
    margin: 0.5rem 0 0.75rem !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
}
.hp-legal-hero__sub {
    color: #64748B !important;
    font-size: 0.95rem !important;
    margin: 0 !important;
}
.hp-legal {
    padding: 3.5rem 0 5rem;
    background: #fff;
}
.hp-legal .wrap {
    display: grid !important;
    grid-template-columns: 240px 1fr !important;
    gap: 3rem;
    max-width: 960px;
    align-items: start;
}
.hp-legal__toc {
    position: sticky;
    top: 6rem;
    background: #EEF2FF;
    border: 1px solid #4338CA28;
    border-radius: 16px;
    padding: 1.5rem;
}
.hp-legal__toc strong {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4338CA;
    margin-bottom: 0.85rem;
}
.hp-legal__toc ol { list-style: none; padding: 0 !important; margin: 0; counter-reset: toc; }
.hp-legal__toc ol li { counter-increment: toc; margin-bottom: 0.5rem; font-size: 0.9rem; line-height: 1.35; }
.hp-legal__toc ol li::before {
    content: counter(toc, decimal-leading-zero) ".  ";
    color: #4338CA;
    font-weight: 700;
    font-family: monospace;
    font-size: 0.85rem;
}
.hp-legal__toc a { color: #334155; text-decoration: none; transition: color .2s; }
.hp-legal__toc a:hover { color: #4338CA; }
.hp-legal__body { color: #334155; line-height: 1.75; font-size: 1rem; }
.hp-legal__lede {
    font-size: 1.1rem !important;
    color: #475569 !important;
    padding: 1.25rem 1.5rem;
    background: #FAFAFA;
    border-left: 4px solid #4338CA;
    border-radius: 10px;
    margin: 0 0 2rem !important;
    line-height: 1.65 !important;
}
.hp-legal__body h2 {
    font-size: 1.3rem !important;
    margin: 2.5rem 0 0.85rem !important;
    color: #0f172a !important;
    scroll-margin-top: 6rem;
    line-height: 1.3 !important;
}
.hp-legal__body p { margin: 0 0 1rem !important; color: #334155 !important; line-height: 1.75 !important; }
.hp-legal__body ul { margin: 0 0 1.25rem; padding-left: 1.25rem; }
.hp-legal__body ul li { margin-bottom: 0.5rem; line-height: 1.65; }
.hp-legal__body strong { color: #0f172a; font-weight: 700; }
.hp-legal__body em { color: #4338CA; font-style: normal; font-weight: 600; }
.hp-legal__body a { color: #4338CA; font-weight: 600; }
.hp-legal__body a:hover { text-decoration: underline; }
.hp-legal__alert {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: #FEF2F2;
    border: 1px solid #FCA5A5;
    border-radius: 12px;
    margin-bottom: 2rem;
    color: #7F1D1D;
}
.hp-legal__alert svg { color: #DC2626; flex-shrink: 0; margin-top: 2px; }
.hp-legal__alert strong { color: #7F1D1D; display: block; margin-bottom: 0.25rem; font-weight: 700; }
.hp-legal__signoff {
    margin-top: 2.5rem;
    padding: 1.25rem 1.5rem;
    background: #EEF2FF;
    border-radius: 12px;
    color: #4338CA !important;
    font-weight: 600;
    border: 1px dashed #4338CA55;
}
@media (max-width: 900px) {
    .hp-legal .wrap { grid-template-columns: 1fr !important; gap: 1.5rem; }
    .hp-legal__toc { position: static; }
}

/* ==== Injected: KnieProbleem — athletic protocol layout (indigo) ==== */

/* Footer: dark indigo matching the athletic theme */
.site-footer {
    background: linear-gradient(180deg, #1E1B4B 0%, #0F0D2A 100%) !important;
    color: rgba(255,255,255,0.75) !important;
    border-top: 0 !important;
    position: relative;
}
.site-footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4338CA, #6366F1, #818CF8);
}
.site-footer .site-logo,
.site-footer .site-logo span { color: #fff !important; }
.site-footer .footer-desc { color: rgba(255,255,255,0.7) !important; opacity: 1 !important; }
.site-footer .footer-heading { color: #fff !important; font-weight: 700; }
.site-footer .footer-nav a { color: rgba(255,255,255,0.72) !important; transition: color .2s; }
.site-footer .footer-nav a:hover { color: #C7D2FE !important; }
.site-footer .footer-bottom p { color: rgba(255,255,255,0.55) !important; }
.site-footer .footer-legal a { color: rgba(255,255,255,0.55) !important; }
.site-footer .footer-legal a:hover { color: #C7D2FE !important; }
.site-footer .newsletter-input {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 0.7rem 0.85rem !important;
}
.site-footer .newsletter-input::placeholder { color: rgba(255,255,255,0.4) !important; }
.site-footer .newsletter-btn {
    background: linear-gradient(135deg, #4338CA, #6366F1) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 0.7rem 1.2rem !important;
    margin-top: 0.5rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

/* Hero — dark indigo performance center */
.kp-hero {
    position: relative;
    padding: 4.5rem 0 5rem;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, #1E1B4B 0%, #312E81 45%, #4338CA 100%);
}
.kp-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(129,140,248,0.35), transparent 45%),
        radial-gradient(circle at 20% 80%, rgba(67,56,202,0.4), transparent 50%);
    z-index: 0;
}
.kp-hero__grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7), transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7), transparent 70%);
}
.kp-hero .wrap { position: relative; z-index: 2; }
.kp-hero__layout {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr !important;
    gap: 3.5rem;
    align-items: center;
}
.kp-hero__tag {
    display: inline-flex !important;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    color: #C7D2FE;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    backdrop-filter: blur(8px);
}
.kp-hero__tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #A5F3FC;
    box-shadow: 0 0 0 3px rgba(165,243,252,0.25);
    animation: kpPulse 2s ease infinite;
}
@keyframes kpPulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(165,243,252,0.25); }
    50% { box-shadow: 0 0 0 6px rgba(165,243,252,0.08); }
}
.kp-hero__title {
    font-family: 'Inter', 'DM Sans', system-ui, sans-serif !important;
    font-size: clamp(2.4rem, 4.8vw, 3.8rem) !important;
    line-height: 1.02 !important;
    color: #fff !important;
    margin: 0 0 1.1rem !important;
    letter-spacing: -0.03em;
    font-weight: 800;
}
.kp-hero__title-outline {
    -webkit-text-stroke: 2px #A5B4FC;
    color: transparent;
    background: linear-gradient(135deg, #A5B4FC 0%, #C7D2FE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kp-hero__sub {
    color: rgba(255,255,255,0.82) !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    max-width: 520px;
    margin: 0 0 2rem !important;
}
.kp-hero__cta-row { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.kp-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.9rem 1.7rem;
    border-radius: 12px;
    background: #fff;
    color: #312E81 !important;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 18px 34px -12px rgba(0,0,0,0.4);
    transition: transform .2s ease, box-shadow .2s ease;
}
.kp-hero__cta:hover { transform: translateY(-2px); box-shadow: 0 22px 42px -12px rgba(0,0,0,0.5); }
.kp-hero__cta--ghost {
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.3);
    box-shadow: none;
    backdrop-filter: blur(8px);
}
.kp-hero__cta--ghost:hover { background: rgba(255,255,255,0.15); }

.kp-hero__visual {
    position: relative;
    aspect-ratio: 4 / 5;
}
.kp-hero__photo {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px -20px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.1);
    transform: rotate(-2deg);
}
.kp-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kp-hero__metric {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.9rem 1.1rem;
    background: rgba(30,27,75,0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(199,210,254,0.25);
    border-radius: 14px;
    box-shadow: 0 20px 44px -14px rgba(0,0,0,0.5);
    z-index: 3;
    min-width: 150px;
}
.kp-hero__metric-n {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: #A5B4FC;
    line-height: 1;
    letter-spacing: -0.02em;
}
.kp-hero__metric-n sup {
    font-size: 0.5em;
    color: #C7D2FE;
    margin-left: 0.1em;
    top: -0.4em;
}
.kp-hero__metric-l {
    color: rgba(255,255,255,0.82);
    font-size: 0.75rem;
    line-height: 1.35;
}
.kp-hero__metric-l strong { color: #fff; font-weight: 700; }
.kp-hero__metric--tl { top: -0.5rem; left: -1rem; }
.kp-hero__metric--tr { top: 30%; right: -1.25rem; }
.kp-hero__metric--br { bottom: -0.5rem; left: -0.75rem; }
.kp-hero__metric-clock {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Inter', monospace;
    font-size: 0.95rem;
    font-weight: 700;
    color: #A5B4FC;
    letter-spacing: 0.02em;
}
.kp-hero__metric-clock svg { color: #818CF8; }
.kp-hero__metric-bar {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 0.25rem;
}
.kp-hero__metric-bar span {
    display: block;
    height: 100%;
    width: var(--p, 50%);
    background: linear-gradient(90deg, #6366F1, #A5B4FC);
    border-radius: 999px;
}

/* Protocol — 4-phase grid */
.kp-protocol {
    padding: 5.5rem 0;
    background: linear-gradient(180deg, #FAFAFA 0%, #F5F3FF 100%);
}
.kp-section-eyebrow {
    display: inline-flex !important;
    align-items: center;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: #fff;
    color: #4338CA;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border: 1px solid rgba(67,56,202,0.22);
    box-shadow: 0 2px 8px rgba(67,56,202,0.08);
}
.kp-protocol__head {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
}
.kp-protocol__head h2 {
    font-size: clamp(1.9rem, 3.3vw, 2.4rem) !important;
    margin: 0 0 0.75rem !important;
    color: #1E1B4B !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
}
.kp-protocol__head p {
    color: #475569 !important;
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}
.kp-protocol__grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1rem;
}
.kp-phase {
    background: #fff;
    padding: 1.75rem 1.4rem 1.5rem;
    border-radius: 18px;
    border: 1.5px solid rgba(67,56,202,0.1);
    box-shadow: 0 12px 28px -18px rgba(67,56,202,0.25);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
}
.kp-phase:hover {
    transform: translateY(-4px);
    border-color: rgba(67,56,202,0.35);
    box-shadow: 0 22px 44px -18px rgba(67,56,202,0.35);
}
.kp-phase--current {
    background: linear-gradient(165deg, #312E81 0%, #1E1B4B 100%);
    border-color: transparent;
    color: #fff;
}
.kp-phase--current .kp-phase__head .kp-phase__n,
.kp-phase--current .kp-phase__head .kp-phase__duration,
.kp-phase--current h3,
.kp-phase--current p,
.kp-phase--current .kp-phase__check li { color: #fff !important; }
.kp-phase--current p { color: rgba(255,255,255,0.85) !important; }
.kp-phase--current .kp-phase__check li { color: rgba(255,255,255,0.85) !important; }
.kp-phase--current .kp-phase__check li::before { color: #A5B4FC !important; }

.kp-phase__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.kp-phase__n {
    font-family: 'Inter', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4338CA;
    font-weight: 800;
    background: rgba(67,56,202,0.08);
    padding: 0.25rem 0.55rem;
    border-radius: 6px;
}
.kp-phase__duration {
    font-family: 'Inter', monospace;
    font-size: 0.8rem;
    color: #64748B;
    font-weight: 600;
}
.kp-phase h3 {
    font-size: 1.15rem !important;
    margin: 0 0 0.5rem !important;
    color: #1E1B4B !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em;
}
.kp-phase p {
    color: #475569 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin: 0 0 1rem !important;
}
.kp-phase__bar {
    width: 100%;
    height: 6px;
    background: rgba(67,56,202,0.1);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.kp-phase--current .kp-phase__bar { background: rgba(255,255,255,0.15); }
.kp-phase__bar span {
    display: block;
    height: 100%;
    width: var(--p, 50%);
    background: linear-gradient(90deg, #6366F1, #A5B4FC);
    border-radius: 999px;
    box-shadow: 0 0 8px rgba(99,102,241,0.5);
}
.kp-phase__check {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}
.kp-phase__check li {
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.5;
    padding: 0.25rem 0 0.25rem 1.3rem;
    position: relative;
}
.kp-phase__check li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4338CA;
    font-weight: 700;
}

/* Training-module cards */
.kp-cats { padding: 5rem 0; background: #fff; }
.kp-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 1rem;
    margin-top: 2.5rem;
}
.kp-tm {
    display: flex !important;
    flex-direction: column;
    padding: 1.5rem 1.25rem;
    background: #fff;
    border: 1.5px solid rgba(67,56,202,0.1);
    border-radius: 16px;
    text-decoration: none !important;
    color: inherit !important;
    box-shadow: 0 10px 22px -16px rgba(67,56,202,0.2);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    position: relative;
    overflow: hidden;
}
.kp-tm:hover {
    transform: translateY(-4px);
    background: linear-gradient(165deg, #312E81 0%, #1E1B4B 100%);
    border-color: transparent;
    box-shadow: 0 22px 42px -18px rgba(67,56,202,0.45);
    color: #fff !important;
}
.kp-tm__num {
    font-family: 'Inter', monospace;
    font-size: 2.4rem;
    font-weight: 900;
    color: #4338CA;
    opacity: 0.5;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 0.85rem;
    transition: opacity .25s ease, color .25s ease;
}
.kp-tm:hover .kp-tm__num { color: #A5B4FC; opacity: 1; }
.kp-tm h3 {
    font-size: 1rem !important;
    margin: 0 0 0.4rem !important;
    color: #1E1B4B !important;
    line-height: 1.3 !important;
    transition: color .25s ease;
}
.kp-tm:hover h3 { color: #fff !important; }
.kp-tm p {
    color: #64748B !important;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    margin: 0 0 1rem !important;
    flex: 1;
    transition: color .25s ease;
}
.kp-tm:hover p { color: rgba(255,255,255,0.8) !important; }
.kp-tm__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #4338CA;
    font-weight: 700;
    font-size: 0.8rem;
    transition: color .25s ease;
}
.kp-tm:hover .kp-tm__meta { color: #A5B4FC; }
.kp-tm__meta svg { transition: transform .2s ease; }
.kp-tm:hover .kp-tm__meta svg { transform: translateX(3px); }

/* Empty state */
.kp-empty {
    grid-column: 1 / -1;
    max-width: 640px;
    margin: 0 auto;
    background: linear-gradient(165deg, #312E81 0%, #1E1B4B 100%);
    padding: 2.75rem 2rem;
    border-radius: 22px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(199,210,254,0.2);
    box-shadow: 0 30px 60px -20px rgba(30,27,75,0.4);
}
.kp-empty__icon {
    width: 66px !important;
    height: 66px !important;
    margin: 0 auto 1.1rem !important;
    border-radius: 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #1E1B4B;
    background: linear-gradient(135deg, #A5B4FC, #C7D2FE);
    box-shadow: 0 12px 26px -8px rgba(99,102,241,0.6);
}
.kp-empty__icon svg { width: 30px !important; height: 30px !important; }
.kp-empty h3 { color: #fff !important; font-size: 1.3rem !important; margin: 0 0 0.55rem !important; }
.kp-empty p { color: rgba(255,255,255,0.82) !important; margin: 0 auto 1.5rem !important; max-width: 460px; line-height: 1.65 !important; }
.kp-empty__actions { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; }

/* Hide the generic sv-proof since new hero already includes performance metrics */
body .sv-proof { display: none !important; }

@media (max-width: 1100px) {
    .kp-protocol__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .kp-cat-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 760px) {
    .kp-hero__layout { grid-template-columns: 1fr !important; gap: 2.5rem; }
    .kp-hero__visual { aspect-ratio: 4 / 3; max-width: 400px; margin: 0 auto; }
    .kp-hero__photo { transform: none; }
    .kp-hero__metric--tr { right: -0.5rem; }
    .kp-protocol__grid { grid-template-columns: 1fr !important; }
    .kp-cat-grid { grid-template-columns: 1fr !important; }
}

/* ==== Injected: KnieProbleem — card/header fixes ==== */

/* Force visibility for Phase 03 featured card (dark bg) — higher specificity */
body .kp-phase.kp-phase--current {
    background: linear-gradient(165deg, #312E81 0%, #1E1B4B 100%) !important;
    border-color: transparent !important;
}
body .kp-phase.kp-phase--current h3,
body .kp-phase.kp-phase--current .kp-phase__head span,
body .kp-phase.kp-phase--current .kp-phase__n,
body .kp-phase.kp-phase--current .kp-phase__duration {
    color: #fff !important;
}
body .kp-phase.kp-phase--current .kp-phase__n {
    background: rgba(255,255,255,0.14) !important;
    color: #C7D2FE !important;
}
body .kp-phase.kp-phase--current .kp-phase__duration {
    color: #A5B4FC !important;
}
body .kp-phase.kp-phase--current p {
    color: rgba(255,255,255,0.88) !important;
}
body .kp-phase.kp-phase--current .kp-phase__check li {
    color: rgba(255,255,255,0.92) !important;
}
body .kp-phase.kp-phase--current .kp-phase__check li::before {
    color: #A5B4FC !important;
}
body .kp-phase.kp-phase--current .kp-phase__bar {
    background: rgba(255,255,255,0.18) !important;
}
body .kp-phase.kp-phase--current .kp-phase__bar span {
    background: linear-gradient(90deg, #A5B4FC, #E0E7FF) !important;
    box-shadow: 0 0 10px rgba(199,210,254,0.6) !important;
}

/* Header: match hero's indigo gradient so it reads as one continuous surface */
body .site-header {
    background: linear-gradient(180deg, #1E1B4B 0%, #312E81 100%) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    color: #fff !important;
}
body .site-header.scrolled {
    background: rgba(30,27,75,0.92) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
}
body .site-header .site-logo,
body .site-header .site-logo span {
    color: #fff !important;
}
body .site-header .nav-link {
    color: rgba(255,255,255,0.72) !important;
    transition: color .2s;
}
body .site-header .nav-link:hover,
body .site-header .nav-link.active {
    color: #fff !important;
}
body .site-header .mobile-toggle { color: #fff !important; }

/* Logo img in header needs a subtle background to show well against dark gradient */
body .site-header .site-logo .site-logo-img {
    background: #fff;
    padding: 3px;
    border-radius: 8px;
}

/* Smooth visual continuity: hero section no longer needs its own gradient top */
body .kp-hero {
    padding-top: 3.5rem !important;
}

/* ==== Injected: CTA rebrand — indigo athletic ==== */
body .cta-section {
    background: linear-gradient(135deg, #312E81 0%, #4338CA 50%, #6366F1 100%) !important;
    border-radius: 24px !important;
    padding: 4rem 2rem !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 30px 60px -20px rgba(67,56,202,0.45) !important;
}
body .cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 30%, rgba(165,180,252,0.22), transparent 45%),
        radial-gradient(circle at 85% 70%, rgba(129,140,248,0.2), transparent 50%);
    pointer-events: none;
}
body .cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.6), transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.6), transparent 70%);
    pointer-events: none;
}
body .cta-section > * { position: relative; z-index: 1; }
body .cta-section h2 {
    color: #fff !important;
    font-size: clamp(1.8rem, 3.4vw, 2.4rem) !important;
    margin: 0 0 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}
body .cta-section p {
    color: rgba(255,255,255,0.85) !important;
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
}
body .cta-section .btn-primary {
    background: #fff !important;
    color: #312E81 !important;
    border-radius: 999px !important;
    padding: 0.9rem 1.75rem !important;
    font-weight: 700 !important;
    box-shadow: 0 18px 34px -10px rgba(0,0,0,0.35) !important;
    border: 0 !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
}
body .cta-section .btn-primary:hover {
    background: #E0E7FF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 22px 42px -10px rgba(0,0,0,0.45) !important;
}
