/* ============================================================
   extracss.css — F2F-branded global stylesheet
   Officiële F2F.com palette  |  Primary: #3f35a5
   Gradient: linear-gradient(141deg, #322b74 6.99%, #1b1732 104.8%)
   ============================================================ */

/* ============================================================
   0) DESIGN TOKENS
   ============================================================ */
:root {
    /* F2F official palette */
    --f2f-purple-100: #f3f2fc;
    --f2f-purple-200: #d1cdf3;
    --f2f-purple-300: #afa9e9;
    --f2f-purple-400: #8f86de;
    --f2f-purple-500: #6f64d2;
    --f2f-purple-600: #4f42c6;
    --f2f-purple-700: #3f35a5;
    --f2f-purple-800: #332c81;
    --f2f-purple-900: #26215d;
    --f2f-purple-1000: #19163b;

    --f2f-gradient: linear-gradient(141deg, #322b74 6.99%, #1b1732 104.8%);
    --f2f-gradient-bright: linear-gradient(141deg, #4f42c6 6.99%, #322b74 104.8%);
    --f2f-gradient-soft: linear-gradient(141deg, #6f64d2 0%, #4f42c6 100%);

    /* Backwards-compat: oude --ofx-* en --brand-* vars wijzen nu naar F2F paars
       zodat oude selectors meteen mee herkleuren. */
    --ofx-red:  var(--f2f-purple-700);
    --ofx-pink: var(--f2f-purple-500);
    --brand-red:     var(--f2f-purple-700);
    --brand-pink:    var(--f2f-purple-500);
    --brand-bg:      #ffffff;
    --brand-text:    #2a2548;
    --brand-subtext: #555a78;
    --brand-shadow:  rgba(25, 22, 59, .12);
    --brand-radius:  12px;

    /* F2F mark als data-URL (officiële path, URL-encoded zodat geen HTML-detectie) */
    --f2f-mark-white: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2036'%3E%3Cpath%20fill='%23ffffff'%20d='M6.75%2011.25V6.75H22.5V2C22.4984%201.47005%2022.2872%200.962265%2021.9125%200.587535C21.5377%200.212805%2021.0299%200.00158273%2020.5%200L2%200C1.47005%200.00158273%200.962265%200.212805%200.587535%200.587535C0.212805%200.962265%200.00158273%201.47005%200%202L0%2027.25C0.00158273%2027.7799%200.212805%2028.2877%200.587535%2028.6625C0.962265%2029.0372%201.47005%2029.2484%202%2029.25H6.75V15.75H18V11.25H6.75Z'/%3E%3Cpath%20fill='%23ffffff'%20d='M22.5%2024.75V29.25H6.75V34C6.75158%2034.5299%206.9628%2035.0377%207.33753%2035.4125C7.71226%2035.7872%208.22005%2035.9984%208.75%2036H27.25C27.7799%2035.9984%2028.2877%2035.7872%2028.6625%2035.4125C29.0372%2035.0377%2029.2484%2034.5299%2029.25%2034V8.75C29.2484%208.22005%2029.0372%207.71226%2028.6625%207.33753C28.2877%206.9628%2027.7799%206.75158%2027.25%206.75H22.5V20.25H11.25V24.75H22.5Z'/%3E%3C/svg%3E");
    --f2f-mark-purple: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2036'%3E%3Cpath%20fill='%233f35a5'%20d='M6.75%2011.25V6.75H22.5V2C22.4984%201.47005%2022.2872%200.962265%2021.9125%200.587535C21.5377%200.212805%2021.0299%200.00158273%2020.5%200L2%200C1.47005%200.00158273%200.962265%200.212805%200.587535%200.587535C0.212805%200.962265%200.00158273%201.47005%200%202L0%2027.25C0.00158273%2027.7799%200.212805%2028.2877%200.587535%2028.6625C0.962265%2029.0372%201.47005%2029.2484%202%2029.25H6.75V15.75H18V11.25H6.75Z'/%3E%3Cpath%20fill='%233f35a5'%20d='M22.5%2024.75V29.25H6.75V34C6.75158%2034.5299%206.9628%2035.0377%207.33753%2035.4125C7.71226%2035.7872%208.22005%2035.9984%208.75%2036H27.25C27.7799%2035.9984%2028.2877%2035.7872%2028.6625%2035.4125C29.0372%2035.0377%2029.2484%2034.5299%2029.25%2034V8.75C29.2484%208.22005%2029.0372%207.71226%2028.6625%207.33753C28.2877%206.9628%2027.7799%206.75158%2027.25%206.75H22.5V20.25H11.25V24.75H22.5Z'/%3E%3C/svg%3E");
}

/* Inline F2F icon utility */
.f2f-icon {
    display: inline-block;
    width: 1em; height: 1.2em;
    background: var(--f2f-mark-purple) no-repeat center / contain;
    vertical-align: -0.15em;
}
.f2f-icon.is-white { background-image: var(--f2f-mark-white); }

/* ============================================================
   1) MODEL GRID (categorie archief + algemene grids)
   ============================================================ */
body.tax-model_category .ofm-model-grid[data-ofm-grid] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
body.tax-model_category .ofm-model-grid[data-ofm-grid] > * {
    width: 100%; max-width: 100%; margin: 0; box-sizing: border-box;
}
.tax-model_category .ofm-container { max-width: 80%; }

.ofm-model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.ofm-thumb-fixed {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 8px;
    overflow: hidden;
    background: var(--f2f-purple-100);
    margin-bottom: 10px;
}
.ofm-thumb-fixed img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}

.ofm-model-item.ofx-model-block {
    display: flex; flex-direction: column;
    justify-content: flex-start; text-align: center;
}
.ofm-model-buttons {
    margin-top: auto;
    display: flex; gap: 10px;
    justify-content: center;
}

/* ============================================================
   2) ENTRY CONTENT WRAPPER
   ============================================================ */
.entry-content-wrap { padding: 2rem 0 0 0; }
article .entry-content-wrap { padding: 1.5rem; }

/* ============================================================
   3) OFX MODEL BLOCK (kleine kaart)
   ============================================================ */
.ofx-model-block {
    background: #fff;
    border-radius: var(--brand-radius);
    box-shadow: 0 4px 12px var(--brand-shadow);
    padding: 16px;
    max-width: 320px;
    font-family: "Arial", sans-serif;
    text-align: center;
    margin: 20px 0;
    border: 1px solid var(--f2f-purple-100);
}
@media (max-width: 768px) {
    .ofx-model-block { margin: 20px auto; }
}

.ofx-model-figure { margin-bottom: 10px; }
.ofx-model-img {
    width: 100%; border-radius: 8px; object-fit: cover;
}

.ofx-model-title {
    margin: 0 0 8px;
    font-size: 20px; font-weight: 700;
    color: var(--f2f-purple-700);
}

.ofx-model-price {
    margin-bottom: 12px; font-size: 15px;
}
.ofx-old-price {
    text-decoration: line-through;
    color: #9296b8; margin-right: 5px;
}
.ofx-new-price {
    color: var(--f2f-purple-700);
    font-weight: 700;
}

.ofx-model-stats {
    display: flex; justify-content: center;
    gap: 10px; margin: 12px 0 16px;
    flex-wrap: wrap;
}
.ofx-stat {
    background: var(--f2f-gradient-bright);
    color: #fff;
    padding: 4px 8px; border-radius: 15px;
    display: flex; align-items: center; gap: 4px;
    font-size: 12px;
    box-shadow: 0 2px 6px rgba(63, 53, 165, .25);
}
.ofx-icon {
    width: 12px; height: 12px;
    fill: currentColor; flex-shrink: 0;
}
.ofx-stat-number { font-weight: 700; }
.ofx-stat-label {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.9;
}

.ofx-model-buttons { margin-top: 8px; }
.ofx-button {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--f2f-gradient-bright);
    color: #fff;
    padding: 8px 16px; border-radius: 20px;
    text-decoration: none;
    font-weight: 600; font-size: 14px;
    box-shadow: 0 3px 10px rgba(63, 53, 165, .25);
    transition: transform 0.2s, box-shadow 0.2s;
}
.ofx-button::before {
    content: ""; width: 12px; height: 14px;
    background: var(--f2f-mark-white) no-repeat center / contain;
    flex-shrink: 0;
}
.ofx-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(63, 53, 165, .40);
}

.ofx-no-model {
    background: var(--f2f-purple-100);
    color: var(--f2f-purple-800);
    padding: 10px; border-radius: 6px;
    text-align: center;
    margin: 20px auto; max-width: 320px;
    font-size: 14px;
    border: 1px solid var(--f2f-purple-200);
}

/* ============================================================
   4) MODEL CARD (.single-model .ofm-model-info)
   ============================================================ */
.single-model .ofm-model-info {
    display: flex; flex-direction: column;
    align-items: center; text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    margin: 0 auto; max-width: 720px;
    position: relative; z-index: 1;
}

.ofm-model-name {
    font-size: 28px; font-weight: 800;
    color: var(--f2f-purple-700);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(25,22,59,.06);
}
.ofm-model-handle {
    font-size: 15px;
    color: var(--f2f-purple-500);
    margin-bottom: 10px;
}

/* ============================================================
   5) SINGLE MODEL STATS (badges)
   ============================================================ */
.single-model-stats {
    display: flex; justify-content: center; align-items: center;
    gap: 16px; flex-wrap: wrap;
    margin: 16px 0 24px;
}
.model-stat {
    display: flex; align-items: center; gap: 6px;
    background: var(--f2f-gradient-bright);
    padding: 6px 12px; border-radius: 30px;
    color: #fff;
    font-size: 13px; font-weight: 500;
    box-shadow: 0 4px 10px rgba(63, 53, 165, .25);
    transition: transform 0.2s ease;
}
.model-stat:hover { transform: translateY(-2px); }
.model-stat svg,
.model-stat .dashicons {
    width: 16px; height: 16px;
    font-size: 16px; line-height: 16px;
    fill: #fff; flex-shrink: 0;
}
.model-stat-number {
    font-size: 14px; font-weight: 700;
    margin: 0 2px;
}
.model-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.9; letter-spacing: 0.5px;
}

/* Variant binnen categorie-archief */
.tax-model_category .model-stat {
    gap: 3px; padding: 6px 8px;
    font-size: 12px;
}

/* ============================================================
   6) PRICE + CTA
   ============================================================ */
.ofm-model-price {
    font-size: 16px; margin-bottom: 16px;
}
.ofm-old-price {
    text-decoration: line-through;
    color: #b0b3cc; margin-right: 8px;
}
.ofm-new-price {
    color: var(--f2f-purple-700);
    font-size: 18px; font-weight: bold;
}
.ofm-single-price {
    color: var(--brand-text);
    font-size: 20px; font-weight: bold;
}

.ofm-model-button {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 24px;
    background: var(--f2f-gradient-bright);
    color: #fff !important;
    border-radius: 30px;
    font-weight: bold; font-size: 15px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(63, 53, 165, .35);
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}
.ofm-model-button::before {
    content: ""; width: 14px; height: 17px;
    background: var(--f2f-mark-white) no-repeat center / contain;
    flex-shrink: 0;
}
.ofm-model-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(63, 53, 165, .45);
}

/* ============================================================
   7) SIDEBAR DRAWER (single-model)
   ============================================================ */
@media screen and (min-width: 769px) {
    .single-model .sidebar-inner-wrap {
        position: fixed !important;
        top: 50% !important;
        right: 0 !important;
        transform: translateY(-50%) !important;
        z-index: 999 !important;
        width: 100%; max-width: 320px;
        opacity: 0; pointer-events: none;
        transition: opacity 0.3s ease;
    }
    .single-model .sidebar-inner-wrap.visible {
        opacity: 1; pointer-events: auto;
    }
}
@media screen and (max-width: 768px) {
    .single-model .sidebar-inner-wrap {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    .ofx-superblock .ofx-inner { width: 100%; }
}

body.single-model .ofm-sidebar-drawer {
    position: fixed; top: 0; right: -280px;
    width: 280px; height: 100%;
    background: #fff; overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 5;
}
body.single-model .ofm-sidebar-drawer.open { right: 0; }

button.ofm-sidebar-close {
    background: transparent; border: none;
    font-size: 1.8rem; line-height: 1;
    color: #fff; cursor: pointer;
}

body.single-model .ofm-sidebar-toggle {
    position: fixed; right: 0; top: 40%;
    width: 40px; padding: 8px 0;
    background: var(--f2f-gradient-bright);
    color: #fff;
    border-radius: 8px 0 0 8px;
    border: none; cursor: pointer;
    animation: bounce-cta 1.4s infinite ease-in-out;
    z-index: 9999;
    box-shadow: -4px 4px 12px rgba(25,22,59,.30);
}
@keyframes bounce-cta {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.07); }
}

/* ============================================================
   8) SIDEBAR MODEL CARD ([ofm_model_sidebar])
   ============================================================ */
#secondary {
    position: sticky; top: 20%;
    align-self: flex-start;
    z-index: 10;
}
.sidebar-inner-wrap { overflow: visible !important; }

.ofm-sidebar-model {
    background: var(--brand-bg);
    border-radius: 16px;
    padding: 24px 20px; margin-bottom: 30px;
    text-align: center;
    font-family: "Arial", sans-serif;
    color: var(--brand-text);
    position: relative; overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 14px 30px rgba(63, 53, 165, .15);
    border: 1px solid var(--f2f-purple-100);
}
.ofm-sidebar-model::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--f2f-gradient);
}
.ofm-sidebar-model:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(63, 53, 165, .20);
}

.ofm-sidebar-figure { margin: 0 0 20px; }
.ofm-sidebar-img {
    width: 60%; height: auto;
    display: block; margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(25,22,59,.12);
    object-fit: cover;
    transition: transform 0.3s ease;
}
.ofm-sidebar-model:hover .ofm-sidebar-img { transform: scale(1.02); }

.ofm-sidebar-price {
    font-size: 18px; font-weight: 600;
    margin-bottom: 18px;
    color: var(--brand-text);
}
.ofm-sidebar-price .ofm-old-price {
    text-decoration: line-through;
    color: #b0b3cc; margin-right: 8px;
}
.ofm-sidebar-price .ofm-new-price {
    color: var(--f2f-purple-700);
    font-size: 20px; font-weight: bold;
}

.ofm-sidebar-stats {
    display: flex; justify-content: space-between;
    background: var(--f2f-purple-100);
    border-radius: 10px;
    padding: 12px 15px; margin-bottom: 22px;
    font-size: 14px; font-weight: 500;
    color: var(--f2f-purple-800);
    box-shadow: inset 0 2px 4px rgba(25,22,59,.04);
    list-style: none;
}
.ofm-sidebar-stats li {
    flex: 1; text-align: center;
    border-right: 1px solid var(--f2f-purple-200);
    padding: 0 8px;
}
.ofm-sidebar-stats li:last-child { border-right: none; }

.ofm-sidebar-buttons {
    display: flex; flex-direction: column;
    gap: 12px; align-items: center;
    margin-top: 10px;
}

.ofm-sidebar-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: var(--f2f-gradient-bright);
    color: #fff !important;
    padding: 14px 26px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(63, 53, 165, .40);
    font-size: 15px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.15);
    min-width: 200px;
    transition: all 0.3s ease-in-out;
}
.ofm-sidebar-btn::before {
    content: ""; width: 14px; height: 17px;
    background: var(--f2f-mark-white) no-repeat center / contain;
    flex-shrink: 0;
}
.ofm-sidebar-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(63, 53, 165, .55);
    background: var(--f2f-gradient);
}

/* ============================================================
   9) BODY + GLOBAL CONTAINER
   ============================================================ */
body {
    margin: 0; padding: 0;
    font-family: "Arial", sans-serif;
    background: #fafaff;
    color: var(--brand-text);
    min-height: 100vh;
    position: relative;
}
body::before {
    content: ""; position: absolute;
    top: 0; left: 0; right: 0; height: 300px;
    z-index: -1;
    background: var(--f2f-gradient);
}
body::after {
    content: ""; position: absolute;
    bottom: 0; left: 0; right: 0; height: 200px;
    z-index: -1;
    background: var(--f2f-gradient);
}

.ofm-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: var(--brand-bg);
    border-radius: var(--brand-radius);
    box-shadow: 0 4px 12px var(--brand-shadow);
    position: relative; z-index: 1;
}

.card {
    background: var(--brand-bg);
    border-radius: var(--brand-radius);
    box-shadow: 0 2px 8px var(--brand-shadow);
    overflow: hidden;
}

/* Generieke knoppen */
.ofm-button,
.ofm-model-button {
    background: var(--f2f-gradient-bright);
    color: #fff;
}

/* ============================================================
  10) SINGLE MODEL DETAIL
   ============================================================ */
.ofm-model-card {
    background: var(--brand-bg);
    padding: 20px 20px 0 20px;
}

.ofm-model-meta {
    display: flex; align-items: center; justify-content: center;
    gap: 10px;
}
.ofm-model-icons {
    display: flex; align-items: center; gap: 15px;
}
.ofm-icon {
    display: flex; align-items: center; gap: 5px;
    font-size: 16px; font-weight: bold;
    color: var(--brand-text);
}
.ofm-icon svg {
    width: 18px; height: 18px;
    fill: var(--f2f-purple-700);
}

.ofm-model-header {
    display: flex; align-items: flex-start; gap: 20px;
}
.ofm-model-image img {
    width: 250px;
    border-radius: var(--brand-radius);
    box-shadow: 0 2px 8px rgba(25,22,59,.18);
}
.ofm-model-info { flex: 1; }
.ofm-short-desc {
    font-size: 16px; line-height: 1.6;
    color: var(--brand-subtext);
    margin-bottom: 15px;
}

.ofm-editor-content {
    margin-top: 20px;
    background: #fff; padding: 20px;
    border-radius: var(--brand-radius);
    box-shadow: 0 2px 8px var(--brand-shadow);
}
.ofm-editor-content p {
    margin-bottom: 1em; line-height: 1.6;
    color: var(--brand-text);
}

section.ofx-trio-band { top: -50px; }
.ofx-trio-band { margin: 60px 0 20px; }

/* ============================================================
  11) GERELATEERDE MODELLEN
   ============================================================ */
.ofm-related-models {
    margin-top: 30px; padding: 20px;
    background: var(--brand-bg);
    border-radius: var(--brand-radius);
    box-shadow: 0 2px 8px var(--brand-shadow);
}
.ofm-related-models h2 {
    font-size: 22px;
    color: var(--f2f-purple-700);
    margin: 0 0 20px;
    display: flex; align-items: center; gap: 10px;
}
.ofm-related-models h2::before {
    content: ""; width: 18px; height: 22px;
    background: var(--f2f-mark-purple) no-repeat center / contain;
}

.ofm-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    justify-items: center;
}

.ofm-related-item {
    width: 100%; max-width: 250px;
    background: #fff;
    border-radius: var(--brand-radius);
    box-shadow: 0 1px 6px var(--brand-shadow);
    transition: transform .3s, box-shadow .3s;
    display: flex; flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--f2f-purple-100);
}
.ofm-related-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(63, 53, 165, .18);
    border-color: var(--f2f-purple-200);
}
.ofm-related-thumb img {
    width: 100%; height: 180px; object-fit: cover;
}
.ofm-related-content {
    flex: 1; padding: 15px;
    display: flex; flex-direction: column;
}
.ofm-related-title {
    font-size: 18px; font-weight: bold;
    color: var(--f2f-purple-700);
    margin: 0 0 8px;
}
.ofm-related-price {
    font-size: 16px; font-weight: bold;
    color: var(--brand-text);
}
.ofm-no-related {
    text-align: center; font-size: 16px;
    color: var(--brand-subtext);
    padding: 10px;
}

/* ============================================================
  12) CATEGORIE-ARCHIEF
   ============================================================ */
.ofm-category-archive { margin-bottom: 30px; }

.ofm-category-header {
    text-align: center; margin-bottom: 30px; color: #fff;
}
.ofm-category-title {
    font-size: 36px; margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.ofm-category-description p {
    margin: 10px auto;
    line-height: 1.6; max-width: 600px;
    color: #fff;
}

.ofm-model-item {
    background: #fff;
    border-radius: var(--brand-radius);
    overflow: hidden;
    box-shadow: 0 2px 8px var(--brand-shadow);
    display: flex; flex-direction: column;
    transition: transform .3s, box-shadow .3s;
    border: 1px solid var(--f2f-purple-100);
}
.ofm-model-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(63, 53, 165, .18);
    border-color: var(--f2f-purple-200);
}

.ofm-model-thumb {
    width: 100%; height: 250px;
    display: flex; align-items: center; justify-content: center;
    background: var(--f2f-purple-100);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}
.ofm-model-thumb img {
    max-height: 100%; max-width: 100%;
    height: auto; width: auto;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 768px) {
    .ofm-model-thumb { height: auto; }
    .ofm-model-thumb img {
        width: 100%; height: auto;
        object-fit: contain;
    }
}

.no-thumbnail {
    background: var(--f2f-purple-100);
    color: var(--f2f-purple-800);
    font-size: 14px; padding: 30px;
    text-align: center; width: 100%;
    box-sizing: border-box;
}

.ofm-model-content {
    padding: 15px; flex: 1;
    display: flex; flex-direction: column; gap: 10px;
}

.ofm-model-title {
    font-size: 20px; margin: 0;
    line-height: 1.2;
    color: var(--f2f-purple-700);
}
.ofm-model-title a {
    text-decoration: none;
    color: var(--f2f-purple-700);
}
.ofm-model-title a:hover { text-decoration: underline; }
.ofm-model-handle {
    font-size: 16px;
    color: var(--f2f-purple-500);
    margin: 0;
}
.ofm-model-meta {
    font-size: 14px;
    color: var(--brand-subtext);
}
.ofm-model-button-wrap { margin-top: auto; }

/* Paginatie */
.ofm-pagination {
    margin-top: 30px;
    display: flex; justify-content: center;
}
.ofm-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px; padding: 8px 12px;
    background: var(--f2f-purple-100);
    color: var(--f2f-purple-800);
    border-radius: var(--brand-radius);
    text-decoration: none;
    transition: background .3s, color .3s;
}
.ofm-pagination .page-numbers.current {
    background: var(--f2f-purple-700);
    color: #fff;
}
.ofm-pagination .page-numbers:hover {
    background: var(--f2f-purple-200);
    color: var(--f2f-purple-900);
}

.ofm-category-seo-text {
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    border-radius: var(--brand-radius);
    max-width: 900px;
    box-shadow: 0 2px 8px var(--brand-shadow);
}
.ofm-category-seo-text p {
    margin-bottom: 1em;
    color: var(--brand-text);
}

/* ============================================================
  13) BANNER (entry-hero) + USP BAR
   ============================================================ */
.entry-hero-container-inner {
    background: var(--f2f-gradient) !important;
    position: relative;
    display: flex; justify-content: center; align-items: center;
    text-align: center;
    min-height: 250px;
    overflow: hidden;
}
.entry-hero-container-inner::before {
    content: "";
    position: absolute; right: 24px; bottom: 16px;
    width: 60px; height: 72px;
    background: var(--f2f-mark-white) no-repeat center / contain;
    opacity: 0.18;
    pointer-events: none;
}
.hero-section-overlay {
    background: rgba(25, 22, 59, 0.45) !important;
}

.entry-header.page-title {
    display: flex; justify-content: center; align-items: center;
    text-align: center;
    padding: 35px 10px;
}

h1.entry-title,
.post-home-title {
    background: var(--f2f-gradient-bright);
    color: #fff;
    padding: 15px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(63, 53, 165, .40);
    position: relative; overflow: hidden;
    width: auto;
    font-size: 24px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1px;
    transition: all .3s ease-in-out;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    text-align: center;
    line-height: 1.3;
}
h1.entry-title::before {
    content: "";
    position: absolute; top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 10%, transparent 70%);
    opacity: 0.15;
    transition: opacity .3s ease-in-out;
}
h1.entry-title:hover::before { opacity: 0.3; }
h1.entry-title:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(63, 53, 165, .55);
}

@media (max-width: 1024px) {
    h1.entry-title { width: 100%; font-size: 22px; padding: 14px 28px; }
}
@media (max-width: 768px) {
    h1.entry-title { width: 100%; font-size: 20px; padding: 12px 24px; }
}

/* USP bar */
.ofm-usp-bar.flush {
    margin-top: 0 !important;
    width: 100%;
    background: var(--f2f-gradient-bright);
    display: flex; justify-content: center; align-items: center;
    gap: 20px;
    padding: 15px 0;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.ofm-usp-bar .usp-item {
    background: #fff;
    color: var(--f2f-purple-700);
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(25,22,59,.10);
    flex: 0 1 auto;
    text-align: center;
    display: inline-flex; align-items: center; gap: 8px;
}
.ofm-usp-bar .usp-item::before {
    content: ""; width: 12px; height: 14px;
    background: var(--f2f-mark-purple) no-repeat center / contain;
    flex-shrink: 0;
}

/* ============================================================
  14) CATEGORIES WRAP
   ============================================================ */
.ofm-categories-wrap {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}
.ofm-category-section { margin-bottom: 50px; }
.ofm-category-title {
    font-size: 26px;
    color: var(--f2f-purple-700);
    margin-bottom: 20px;
    text-align: center;
}

.ofm-model-item h3 {
    font-size: 18px;
    color: var(--f2f-purple-700);
    margin-bottom: 10px;
}

/* Single-color knop variant binnen grid */
.ofm-model-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--f2f-purple-700);
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background .3s;
}
.ofm-model-btn::before {
    content: ""; width: 12px; height: 14px;
    background: var(--f2f-mark-white) no-repeat center / contain;
    flex-shrink: 0;
}
.ofm-model-btn:hover {
    background: var(--f2f-purple-600);
    color: white;
}

a.ofm-model-button { color: white !important; }

.ofm-onlyfans-icon {
    width: 20px; height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

.ofm-no-cat,
.ofm-no-models {
    text-align: center;
    color: var(--brand-subtext);
    margin-bottom: 20px;
}

/* ============================================================
  15) HERO LOGO
   ============================================================ */
.hero-logo {
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
}

/* ============================================================
  16) FOOTER
   ============================================================ */
.site-footer {
    background: var(--f2f-gradient);
    color: #fff;
    padding: 50px 0;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute; right: 30px; top: 30px;
    width: 50px; height: 60px;
    background: var(--f2f-mark-white) no-repeat center / contain;
    opacity: 0.10;
    pointer-events: none;
}
.site-footer a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color .3s;
}
.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer-wrap {
    max-width: 1200px; margin: 0 auto;
    display: flex; flex-wrap: wrap; justify-content: space-between;
}
.site-middle-footer-inner-wrap {
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.site-footer-section {
    flex: 1; min-width: 220px;
}
.site-footer h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
}
.site-footer ul {
    list-style: none;
    padding: 0; margin: 0;
}
.site-footer ul li { margin-bottom: 8px; }

.site-bottom-footer-wrap {
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    font-size: 14px;
    width: 100%;
}
.site-bottom-footer-inner-wrap {
    padding: 10px 0;
    display: flex; justify-content: center; align-items: center;
    width: 100%;
}

@media (max-width: 1024px) {
    .site-footer-wrap {
        flex-direction: column;
        text-align: center;
    }
    .site-middle-footer-inner-wrap {
        flex-direction: column; align-items: center;
    }
    .site-footer-section {
        text-align: center;
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .site-bottom-footer-wrap {
        font-size: 12px;
        padding: 15px 0;
    }
}

/* ============================================================
  17) SHORT DESC + BLURRED + POPUP
   ============================================================ */
.ofm-short-desc {
    background: var(--f2f-gradient-bright);
    color: #fff;
    font-size: 16px; font-weight: bold;
    text-align: center;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(63, 53, 165, .35);
    display: inline-block;
    width: 100%; max-width: 600px;
    margin: 20px auto;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.ofm-short-desc:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 24px rgba(63, 53, 165, .55);
}

.blurred-text {
    filter: blur(5px);
    color: rgba(255, 255, 255, 0.7);
    transition: filter .3s, color .3s;
    display: inline-block;
    margin-left: 6px;
}

body.popup-active {
    overflow: hidden;
    height: 100vh;
}

.ofm-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(25, 22, 59, 0.92);
    justify-content: center; align-items: center;
    overflow: hidden;
    backdrop-filter: blur(4px);
}
.ofm-popup-content {
    position: relative;
    background: #fff;
    padding: 28px 24px 24px;
    width: 90%; max-width: 500px;
    border-radius: 12px;
    text-align: center;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 26px 80px rgba(25,22,59,.50);
}
.ofm-popup-content::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--f2f-gradient);
    border-radius: 12px 12px 0 0;
}
.ofm-popup-content h2 {
    margin-top: 0;
    color: var(--f2f-purple-700);
    display: inline-flex; align-items: center; gap: 10px;
}
.ofm-popup-content h2::before {
    content: ""; width: 18px; height: 22px;
    background: var(--f2f-mark-purple) no-repeat center / contain;
}

.ofm-close {
    position: absolute; top: 10px; right: 15px;
    font-size: 28px; font-weight: bold;
    cursor: pointer;
    color: var(--f2f-purple-700);
    transition: color .2s;
}
.ofm-close:hover { color: var(--f2f-purple-500); }

/* "Bekijk model" knop binnen popup */
.ofm-popup .ofm-model-btn {
    background: var(--f2f-gradient-bright);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-flex; align-items: center;
    text-decoration: none;
    font-size: 18px; font-weight: bold;
    transition: all .3s ease-in-out;
    margin-top: 16px;
}
.ofm-popup .ofm-model-btn svg { margin-right: 8px; fill: #fff; }
.ofm-popup .ofm-model-btn:hover {
    background: var(--f2f-gradient);
    transform: translateY(-1px);
}

section.ofm-editor-content.ofm-container { z-index: 0; }

/* ============================================================
  18) RELATED DESC (geblurde tekst)
   ============================================================ */
.ofm-related-desc {
    font-size: 16px;
    color: var(--brand-text);
    display: block;
    width: 100%; max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ofm-related-desc:hover .blurred-text {
    filter: blur(0);
    color: var(--brand-text);
    font-weight: bold;
}
.ofm-related-link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.ofm-related-link a { display: inline; }
.ofm-related-link:hover .blurred-text {
    filter: blur(0);
    color: var(--brand-text);
    font-weight: bold;
}

/* ============================================================
  19) RESPONSIVENESS
   ============================================================ */
@media (max-width: 768px) {
    .ofm-model-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .ofm-model-image img { width: 200px; }
    .ofm-related-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .ofm-related-thumb img { height: 130px; }
    .ofm-model-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    .ofm-container {
        max-width: 95%;
        margin: 20px auto;
        padding: 15px;
    }
    .ofm-usp-bar.flush { flex-wrap: wrap; padding: 15px 10px; }
    .ofm-usp-bar .usp-item { margin-bottom: 10px; flex: 1; }
    .ofm-categories-wrap { padding: 0; }
}

@media (max-width: 480px) {
    .ofm-related-grid,
    .ofm-model-grid {
        grid-template-columns: 1fr !important;
    }
    .ofm-related-thumb img,
    .ofm-model-thumb img { height: 160px; }
}

/* ============================================================
  20) REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .ofx-button, .ofm-model-button, .ofm-sidebar-btn,
    .ofm-model-btn, .ofm-related-item, .ofm-model-item,
    .ofm-sidebar-model, .ofm-sidebar-img, .model-stat,
    .ofm-short-desc, h1.entry-title,
    body.single-model .ofm-sidebar-toggle {
        transition: none !important;
        animation: none !important;
    }
}
