/*
Theme Name: Sports Lite Child
Theme URI: https://viploza.rs
Description: VIP Loža child tema
Author: VIP Loža
Template: sports-lite
Version: 1.6
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap');

:root, [data-theme="dark"] {
    --bg:          #1a1a1a;
    --bg-2:        #111;
    --bg-3:        #222;
    --bg-4:        #2a2a2a;
    --bg-card:     #1e1e1e;
    --text:        #ccc;
    --text-strong: #fff;
    --text-soft:   #bbb;
    --text-mute:   #777;
    --text-mute-2: #555;
    --text-mute-3: #444;
    --border:      rgba(255,255,255,.07);
    --border-2:    #252525;
    --border-3:    #2a2a2a;
    --accent:      #ffcc00;
    --accent-h:    #e6b800;
    --search-bg:   rgba(255,255,255,.08);
    --search-brd:  rgba(255,255,255,.25);
    /* BUGFIX footer: dark tema — footer ostaje taman, sve konzistentno */
    --footer-bg:   #111;
    --footer-bot:  #0d0d0d;
    --footer-text: rgba(255,255,255,.45);
    --footer-heading: #ffcc00;
    --footer-link: rgba(255,255,255,.45);
    --footer-link-hover: #ffcc00;
    --footer-border: rgba(255,204,0,.15);
    --footer-bottom-text: rgba(255,255,255,.2);
    --hero-end:    rgba(0,0,0,.88);
}
[data-theme="light"] {
    --bg:          #ffffff;
    --bg-2:        #f4f4f4;
    --bg-3:        #f0f0f0;
    --bg-4:        #e8e8e8;
    --bg-card:     #fafafa;
    --text:        #333;
    --text-strong: #111;
    --text-soft:   #444;
    --text-mute:   #666;
    --text-mute-2: #888;
    --text-mute-3: #aaa;
    --border:      rgba(0,0,0,.08);
    --border-2:    #e5e5e5;
    --border-3:    #ddd;
    --accent:      #c9a600;
    --accent-h:    #b08e00;
    --search-bg:   rgba(0,0,0,.04);
    --search-brd:  rgba(0,0,0,.18);
    /* BUGFIX footer: light tema — footer prati boju stranice, ne ostaje taman */
    --footer-bg:   #f0f0f0;
    --footer-bot:  #e4e4e4;
    --footer-text: #555;
    --footer-heading: #c9a600;
    --footer-link: #555;
    --footer-link-hover: #c9a600;
    --footer-border: rgba(201,166,0,.2);
    --footer-bottom-text: #999;
    --hero-end:    rgba(0,0,0,.82);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { height: 100%; margin: 0 !important; padding: 0 !important; font-family: 'Barlow', sans-serif !important; background: var(--bg); color: var(--text); }
body { display: flex; flex-direction: column; min-height: 100vh; }
img { max-width: 100%; height: auto; display: block; }

.site-header, .hdr_leftstyle, .hdr_sitemenu,
body > .site-footer, #site-layout-type > .site-footer { display: none !important; }
#secondary, .widget-area, .sidebar, .widget_search, .widget-area .widget,
body:not(.home) .searchform, body:not(.home) #searchform { display: none !important; }
.vip-search-dropdown .search-form { display: flex !important; }
.container { max-width: 100% !important; padding: 0 !important; margin: 0 !important; width: 100% !important; }
.innerpage_content_layout { width: 100% !important; float: none !important; margin: 0 !important; padding: 0 !important; }

/* HEADER */
.vip-header { background: var(--bg); border-bottom: 3px solid var(--accent); width: 100%; position: relative; z-index: 1000; }
.vip-header-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0 40px; min-height: 65px; box-sizing: border-box; position: relative; }
.vip-logo-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; flex: 0 0 auto; padding: 8px 0; }
.vip-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.vip-logo img { height: 40px; width: auto; }
.vip-site-name { color: var(--text-strong); font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; white-space: nowrap; }
.vip-tagline { color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding-left: 2px; }
.vip-nav { position: absolute; left: 50%; transform: translateX(-50%); }
ul.vip-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 2px; }
ul.vip-menu li a { display: block; color: var(--text); text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 18px; border-radius: 4px 4px 0 0; white-space: nowrap; transition: background .2s, color .2s; }
ul.vip-menu li a:hover, ul.vip-menu li.current-menu-item > a { background: rgba(127,127,127,.12); color: var(--accent); border-bottom: 3px solid var(--accent); }
.vip-right { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.vip-lang-toggle { display: flex; }
.vip-lang-btn { background: transparent; border: 1px solid var(--search-brd); color: var(--text); font-size: 12px; padding: 5px 10px; cursor: pointer; transition: background .2s; font-family: 'Barlow', sans-serif; }
.vip-lang-btn:first-child { border-radius: 4px 0 0 4px; border-right: none; }
.vip-lang-btn:last-child { border-radius: 0 4px 4px 0; }
.vip-lang-btn.active { background: var(--accent); color: #000; border-color: var(--accent); }
.vip-theme-toggle { background: transparent; border: 1px solid var(--search-brd); border-radius: 6px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text); transition: background .2s, color .2s; }
.vip-theme-toggle:hover { background: rgba(127,127,127,.15); color: var(--accent); }
.vip-theme-toggle .icon-sun, .vip-theme-toggle .icon-moon { display: none; }
[data-theme="dark"]  .vip-theme-toggle .icon-sun  { display: block; }
[data-theme="light"] .vip-theme-toggle .icon-moon { display: block; }
.vip-search { display: flex; align-items: center; position: relative; }
.vip-search-toggle { background: transparent; border: 1px solid var(--search-brd); border-radius: 6px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text); transition: background .2s; }
.vip-search-toggle:hover { background: rgba(127,127,127,.15); }
.vip-search-dropdown { display: none; position: absolute; top: 44px; right: 0; background: var(--bg); border: 1px solid var(--search-brd); border-radius: 6px; padding: 10px; z-index: 9999; width: 280px; }
.vip-search-dropdown.open { display: block; }
.vip-search-dropdown .search-form { display: flex !important; gap: 6px; }
.vip-search-dropdown .search-field { flex: 1; background: var(--search-bg); border: 1px solid var(--search-brd); border-radius: 6px; padding: 7px 12px; color: var(--text-strong); font-size: 13px; outline: none; font-family: 'Barlow', sans-serif; }
.vip-search-dropdown .search-field::placeholder { color: var(--text-mute-2); }
.vip-search-dropdown .search-submit { background: var(--accent); border: none; border-radius: 6px; color: #000; font-weight: 600; padding: 7px 14px; font-size: 13px; cursor: pointer; font-family: 'Barlow', sans-serif; }
.vip-search-dropdown .search-submit:hover { background: var(--accent-h); }
.vip-mobile-toggle { display: none; flex-direction: column; gap: 5px; background: transparent; border: none; cursor: pointer; padding: 4px; }
.vip-mobile-toggle span { display: block; width: 24px; height: 2px; background: var(--text-strong); border-radius: 2px; }

/* HERO */
.vip-hero-link { display: block; text-decoration: none; }
.vip-hero-link:hover .vip-hero-content h1 { color: var(--accent); }
.vip-hero { width: 100%; display: block; }
.vip-hero-inner { width: 100%; min-height: 520px; background-size: cover; background-position: center top; background-color: var(--bg-2); position: relative; display: flex; align-items: flex-end; }
.vip-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.05) 0%, var(--hero-end) 100%); }
.vip-hero-content { position: relative; z-index: 2; padding: 40px 48px; max-width: 900px; }
.vip-hero-cat { display: inline-block; background: var(--accent); color: #000; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 3px; margin-bottom: 12px; }
.vip-hero-content h1 { font-size: 36px; font-weight: 700; color: #fff; line-height: 1.25; margin: 0 0 12px; transition: color .2s; }
.vip-hero-meta { display: flex; gap: 16px; color: rgba(255,255,255,.6); font-size: 13px; }

/* SOCIAL BAR */
.vip-social-bar { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 30px; background: var(--bg); border-bottom: 1px solid var(--border); }
.vip-social-btn { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; text-decoration: none; color: #fff; transition: opacity .2s, transform .2s; }
.vip-social-btn:hover { opacity: .85; transform: scale(1.1); }
.vip-fb { background: #1877f2; } .vip-tw { background: #222; } .vip-ig { background: #c13584; } .vip-yt { background: #ff0000; } .vip-tk { background: #333; }

/* MAIN LAYOUT */
.vip-main-layout { display: grid; grid-template-columns: 300px 1fr 300px; gap: 0; width: 100%; align-items: start; background: var(--bg); }
.vip-ad { padding: 28px 16px; display: flex; flex-direction: column; align-items: center; background: var(--bg); min-height: 200px; border-right: 1px solid var(--border); }
.vip-ad-right { border-right: none; border-left: 1px solid var(--border); }
.vip-ad-link { display: block; text-decoration: none; }
.vip-ad-img { width: 280px; height: auto; border-radius: 6px; }
.vip-ad-placeholder { width: 280px; height: 600px; background: var(--bg-card); border: 2px dashed var(--border-3); border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--text-mute-3); }
.vip-ad-placeholder span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.vip-ad-placeholder small { font-size: 10px; }
.vip-featured-center { padding: 28px 24px; background: var(--bg); min-width: 0; }
.vip-cat-title-bar { background: var(--bg); border-bottom: 3px solid var(--accent); padding: 28px 40px; }
.vip-cat-title-bar h1 { color: var(--text-strong); font-size: 26px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin: 0; }

/* CARDS */
.vip-featured-grid { display: flex; flex-wrap: wrap; }
.vip-card { flex: 0 0 33.333%; max-width: 33.333%; background: var(--bg-3); transition: background .2s; border: 1px solid var(--bg); border-top: none; border-left: none; }
.vip-card:hover { background: var(--bg-4); }
.vip-card-img { display: block; overflow: hidden; width: 100%; height: 200px; background: var(--bg-3); }
.vip-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; transition: transform .3s; }
.vip-card:hover .vip-card-img img { transform: scale(1.04); }
.vip-card-body { padding: 16px 20px 20px; }
.vip-card-cat { font-size: 10px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 6px; }
.vip-card-body h3 { font-size: 15px; font-weight: 600; line-height: 1.4; margin: 0 0 8px; }
.vip-card-body h3 a { color: var(--text-soft); text-decoration: none; }
.vip-card-body h3 a:hover { color: var(--accent); }
.vip-card-meta { font-size: 12px; color: var(--text-mute-2); }

/* CATEGORY / SEARCH */
.vip-category-page { width: 100%; background: var(--bg); }
.vip-search-header { background: var(--bg); padding: 28px 40px; border-bottom: 3px solid var(--accent); }
.vip-search-header h1 { color: var(--text-strong); font-size: 22px; font-weight: 700; margin: 0 0 4px; }
.vip-search-header h1 em { font-style: normal; color: var(--accent); }
.vip-search-header p { color: var(--text-mute-2); margin: 0; font-size: 13px; }
.vip-search-list { display: flex; flex-direction: column; gap: 1px; background: var(--bg-2); }
.vip-search-item { display: flex; align-items: center; justify-content: space-between; background: var(--bg-3); padding: 18px 22px; text-decoration: none; transition: background .15s; gap: 16px; }
.vip-search-item:hover { background: var(--bg-4); }
.vip-search-item-left { flex: 1; }
.vip-search-cat { font-size: 10px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 5px; }
.vip-search-item h3 { font-size: 16px; font-weight: 600; color: var(--text-soft); margin: 0 0 6px; line-height: 1.35; }
.vip-search-item:hover h3 { color: var(--accent); }
.vip-search-date { font-size: 12px; color: var(--text-mute-2); }
.vip-search-arrow { color: var(--text-mute-2); font-size: 18px; flex-shrink: 0; transition: color .15s; }
.vip-search-item:hover .vip-search-arrow { color: var(--accent); }

/* PAGINATION */
.vip-pagination { padding: 24px 0 8px; display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.vip-pagination a, .vip-pagination span.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 5px; font-size: 15px; font-weight: 700; font-family: 'Barlow', sans-serif; text-decoration: none; transition: all .15s; }
.vip-pagination a.page-numbers { background: var(--bg-card); border: 2px solid var(--accent); color: var(--accent); }
.vip-pagination a.page-numbers:hover { background: var(--accent); color: #111; }
.vip-pagination span.page-numbers.current { background: var(--accent); border: 2px solid var(--accent); color: #111; cursor: default; }
.vip-pagination span.page-numbers.dots { background: transparent; border: none; color: var(--text-mute-2); cursor: default; font-weight: 400; }
.vip-no-posts { padding: 60px 40px; text-align: center; color: var(--text-mute-2); font-size: 16px; }

/* ═══════════════════════════════════════════════════════
   FOOTER — BUGFIX
   Problem: footer je uvek koristio fiksan tamni #111 za bg i rgba(255,255,255,.35)
   za tekst, bez obzira na temu. U light modu ostatak sajta je beo, ali footer
   je ostajao taman — vizuelno nepovezano.
   Rešenje: sve footer boje su prebačene na CSS varijable koje se menjaju
   zajedno sa temom (definisane u :root i [data-theme="light"] gore).
   ═══════════════════════════════════════════════════════ */
.vip-footer {
    background: var(--footer-bg);
    width: 100%;
    margin-top: auto;
    border-top: 4px solid var(--accent);
    /* Dodajemo blagu tranziciju za prelaz između tema */
    transition: background .3s ease, border-color .3s ease;
}
.vip-footer-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 44px 0 32px;
    box-sizing: border-box;
}
.vip-footer-col { padding: 0; border-right: none; text-align: left; }
.vip-footer-col h4 {
    color: var(--footer-heading);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--footer-border);
}
.vip-footer-col p {
    font-size: 13px;
    line-height: 1.9;
    color: var(--footer-text);
    margin: 0;
}
.vip-footer-col a {
    color: var(--footer-link);
    text-decoration: none;
    transition: color .2s;
}
.vip-footer-col a:hover { color: var(--footer-link-hover); }
.vip-footer-col ul { list-style: none; margin: 0; padding: 0; }
.vip-footer-col ul li a {
    color: var(--footer-link);
    font-size: 13px;
    line-height: 2.2;
    display: block;
    transition: color .2s;
}
.vip-footer-col ul li a:hover { color: var(--footer-link-hover); }
.vip-footer-bottom {
    background: var(--footer-bot);
    border-top: 1px solid var(--footer-border);
    text-align: center;
    padding: 14px 40px;
}
.vip-footer-bottom p {
    font-size: 12px;
    color: var(--footer-bottom-text);
    margin: 0;
}

/* SINGLE POST */
.vl-single-wrap { width: 100%; background: var(--bg); padding: 0 0 70px; }
.vl-hero-img-container { max-width: 820px; width: 100%; margin: 30px auto 0; padding: 0 32px; }
.vl-hero-img { width: 100%; overflow: hidden; border-radius: 8px; }
.vl-hero-img img { width: 100%; height: auto; display: block; }
.vl-hero-credit { font-size: 11px; color: var(--text-mute-2); text-align: right; padding: 6px 4px 0; font-style: italic; }
.vl-content-layout { display: grid; grid-template-columns: 180px 1fr 180px; gap: 0; width: 100%; align-items: start; }
.vl-side-ad { padding: 32px 12px; display: flex; align-items: flex-start; justify-content: center; position: sticky; top: 20px; background: var(--bg); }
.vl-ad-link { display: block; text-decoration: none; }
.vl-ad-img { width: 160px; height: auto; border-radius: 6px; }
.vl-ad-box { width: 160px; height: 600px; background: var(--bg-card); border: 2px dashed var(--border-3); border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--text-mute-3); }
.vl-ad-box span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.vl-ad-box small { font-size: 9px; }
.vl-single-container { max-width: 820px; width: 100%; margin: 0 auto; padding: 0 32px; }
.vl-category-badge { display: flex; flex-wrap: wrap; gap: 6px; margin: 30px 0 14px; }
.vl-badge { display: inline-block; background: var(--accent); color: #111 !important; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; padding: 4px 12px; border-radius: 3px; text-decoration: none; }
.vl-badge:hover { background: var(--accent-h); }
.vl-title { font-size: clamp(22px, 3.5vw, 40px); font-weight: 800; line-height: 1.22; color: var(--text-strong); margin: 0 0 18px; }
.vl-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: var(--text-mute-2); margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--border-2); }
.vl-author a { color: var(--text-mute); font-weight: 600; text-decoration: none; }
.vl-author a:hover { color: var(--accent); }
.vl-sep { color: var(--text-mute-3); }
.vl-date { color: var(--text-mute-2); }
.vl-excerpt { border-left: 4px solid var(--accent); padding: 14px 20px; background: rgba(255,204,0,.04); border-radius: 0 6px 6px 0; margin-bottom: 30px; }
.vl-excerpt p { margin: 0 0 10px; font-size: 17px; line-height: 1.65; color: var(--text-soft); font-weight: 500; }
.vl-excerpt p:last-child { margin-bottom: 0; }
.vl-content { font-size: 16px; line-height: 1.8; color: var(--text-soft); }
.vl-content p { margin: 0 0 22px; }
.vl-content strong, .vl-content b { color: var(--text-strong); }
.vl-content h2 { color: var(--text-strong); font-size: 22px; font-weight: 700; margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--accent); }
.vl-content h3 { color: var(--text-strong); font-size: 18px; font-weight: 700; margin: 28px 0 12px; }
.vl-content img { max-width: 100%; border-radius: 6px; margin: 20px auto; display: block; }
.vl-content figure { margin: 20px 0; }
.vl-content figcaption { font-size: 12px; color: var(--text-mute-2); text-align: center; margin-top: 6px; font-style: italic; }
.vl-content ul, .vl-content ol { padding-left: 22px; margin-bottom: 22px; }
.vl-content li { margin-bottom: 8px; }
.vl-content a { color: var(--accent); text-decoration: none; }
.vl-content a:hover { text-decoration: underline; }

/* iFrames — osnova */
.vl-content iframe:not([id^="twitter-widget-"]) { width: 100% !important; max-width: 100%; border: none; display: block; margin: 20px auto; border-radius: 6px; }
.vl-content iframe[src*="youtube"], .vl-content iframe[src*="vimeo"] { aspect-ratio: 16/9; height: auto !important; }

/* Popravka za Twitter (X) Embede */
.vl-content .twitter-tweet-rendered { 
    height: auto !important; 
    max-height: none !important; 
    overflow: visible !important; 
    margin-left: auto !important;
    margin-right: auto !important;
}
.vl-content .wp-block-embed-twitter .wp-block-embed__wrapper { 
    overflow: visible !important; 
    display: flex; 
    justify-content: center; 
}
.vl-content iframe[id^="twitter-widget-"] {
    position: static !important;
    visibility: visible !important;
}

/* Embeds */
.vl-content .wp-block-embed { width: 100%; margin: 20px 0; }

/* YouTube / Vimeo — 16:9 wrapper */
.vl-content .wp-block-embed-youtube .wp-block-embed__wrapper,
.vl-content .wp-block-embed-vimeo .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; }
.vl-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.vl-content .wp-block-embed-vimeo .wp-block-embed__wrapper iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border-radius: 6px; margin: 0; }

/* Instagram */
.vl-content .wp-block-embed-instagram .wp-block-embed__wrapper { position: static !important; padding-bottom: 0 !important; height: auto !important; overflow: visible !important; }
.vl-content .wp-block-embed-instagram iframe { position: static !important; height: auto !important; }
.vl-content .instagram-media { max-width: 540px !important; margin: 20px auto !important; min-width: 300px !important; }

.vl-tags { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border-3); display: flex; flex-wrap: wrap; gap: 8px; }
.vl-tag { background: var(--bg-card); color: var(--text-mute); font-size: 12px; padding: 5px 14px; border-radius: 20px; text-decoration: none; border: 1px solid var(--border-3); transition: all .2s; }
.vl-tag:hover { background: var(--accent); color: #111; border-color: var(--accent); }

/* KOMENTARI */
.vl-comments-outer {
    width: 100%;
    background: var(--bg);
    padding: 0 32px;
    box-sizing: border-box;
}
.vl-comments {
    width: 100%;
    max-width: 620px;
    margin: 50px auto 0;
    padding: 0 0 60px;
    box-sizing: border-box;
}
.vl-comments-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-mute);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-2);
}
.vl-comment-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
}
.vip-comment-box {
    background: var(--bg-3);
    border-radius: 6px;
    padding: 14px 18px;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
}
.vip-comment-name { font-size: 13px; font-weight: 700; color: var(--text-strong); margin-bottom: 2px; }
.vip-comment-date { font-size: 11px; color: var(--text-mute-2); margin-bottom: 10px; }
.vip-comment-body { font-size: 14px; color: var(--text-soft); line-height: 1.6; }
.vip-comment-body p { margin: 0; }
.vip-comment-pending { font-size: 11px; color: var(--accent); margin: 6px 0 0; font-style: italic; }

.vl-comment-form-wrap {
    background: var(--bg-card);
    border: 1px solid var(--border-3);
    border-radius: 8px;
    padding: 22px 24px 20px;
    width: 100%;
    box-sizing: border-box;
}
.vl-form-title { font-size: 14px; font-weight: 700; color: var(--text-strong); margin: 0 0 18px; }
.vl-comment-form { display: flex; flex-direction: column; gap: 12px; }
.vl-comment-form p { margin: 0; }
.vl-field label { display: block; font-size: 11px; font-weight: 700; color: var(--text-mute); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 5px; }
.vl-field .req { color: var(--accent); }
.vl-comment-form input[type="text"],
.vl-comment-form textarea { width: 100%; background: var(--bg); border: 1px solid var(--border-3); border-radius: 6px; padding: 9px 13px; color: var(--text-strong); font-family: 'Barlow', sans-serif; font-size: 14px; outline: none; transition: border-color .2s; box-sizing: border-box; }
.vl-comment-form input[type="text"]:focus,
.vl-comment-form textarea:focus { border-color: var(--accent); }
.vl-comment-form textarea { resize: vertical; min-height: 110px; }
.vl-submit input[type="submit"] { background: var(--accent); color: #111; border: none; padding: 10px 28px; border-radius: 6px; font-weight: 700; font-size: 14px; font-family: 'Barlow', sans-serif; cursor: pointer; transition: background .2s; }
.vl-submit input[type="submit"]:hover { background: var(--accent-h); }
.vl-comments-closed { color: var(--text-mute-2); font-size: 13px; font-style: italic; padding: 12px 0; }

.vl-comment-pages { display: flex; gap: 6px; flex-wrap: wrap; margin: 16px 0 24px; }
.vl-comment-pages a,
.vl-comment-pages span { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; border-radius: 5px; font-size: 14px; font-weight: 700; text-decoration: none; transition: all .15s; background: var(--bg-card); border: 2px solid var(--accent); color: var(--accent); }
.vl-comment-pages a:hover { background: var(--accent); color: #111; }
.vl-comment-pages span.current { background: var(--accent); color: #111; }

/* AUTOR */
.vl-author-page { max-width: 1100px; margin: 0 auto; padding: 40px 32px 70px; }
.vl-author-header { display: flex; gap: 28px; align-items: center; padding-bottom: 32px; border-bottom: 2px solid var(--accent); margin-bottom: 32px; }
.vl-author-avatar { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.vl-author-info h1 { color: var(--text-strong); font-size: 28px; font-weight: 800; margin: 0 0 8px; }
.vl-author-bio { color: var(--text-soft); font-size: 15px; line-height: 1.6; margin: 0 0 12px; }
.vl-author-socials { display: flex; gap: 10px; }
.vl-author-socials a { color: var(--text-mute); transition: color .2s; }
.vl-author-socials a:hover { color: var(--accent); }
.vl-author-section-title { font-size: 13px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 18px; }

/* O NAMA */
.vl-about-page { max-width: 1100px; margin: 0 auto; padding: 40px 32px 70px; }
.vl-about-page-title { color: var(--text-strong); font-size: 32px; font-weight: 800; margin: 0 0 28px; padding-bottom: 14px; border-bottom: 3px solid var(--accent); }
.vl-about-intro { border-left: 4px solid var(--accent); padding: 20px 28px; background: rgba(255,204,0,.04); border-radius: 0 6px 6px 0; margin-bottom: 44px; font-size: 16px; line-height: 1.8; color: var(--text-soft); }
.vl-about-intro p { margin: 0 0 12px; }
.vl-about-intro p:last-child { margin-bottom: 0; }
.vl-team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.vl-team-card { background: var(--bg-3); border: 1px solid var(--border-3); border-radius: 8px; padding: 28px 20px 22px; text-align: center; transition: background .2s; }
.vl-team-card:hover { background: var(--bg-4); }
.vl-team-photo { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; display: block; }
.vl-team-photo-initial { display: flex; align-items: center; justify-content: center; background: var(--bg-4); color: var(--accent); font-size: 36px; font-weight: 800; width: 90px; height: 90px; border-radius: 50%; margin: 0 auto 16px; }
.vl-team-name { font-size: 16px; font-weight: 700; color: var(--text-strong); margin: 0 0 10px; }
.vl-team-bio { font-size: 13px; color: var(--text); line-height: 1.6; }

/* MOBILNA REKLAMA */
.vip-mobile-ad-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998; background: var(--footer-bot); border-top: 2px solid var(--accent); padding: 10px 48px 10px 16px; justify-content: center; align-items: center; min-height: 70px; }
.vip-mobile-ad-close { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); background: rgba(255,255,255,.12); border: none; color: #bbb; font-size: 14px; width: 28px; height: 28px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.vip-mobile-ad-close:hover { background: var(--accent); color: #000; }
.vip-mobile-ad-link { display: block; text-align: center; text-decoration: none; }
.vip-mobile-ad-link img { max-height: 50px; width: auto; margin: 0 auto; }
.vip-mobile-ad-placeholder { font-size: 11px; color: #555; padding: 8px 24px; background: #1a1a1a; border: 1px dashed #2a2a2a; border-radius: 4px; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; }
#site-layout-type { transform: none !important; overflow: visible !important; will-change: auto !important; }

@media (orientation: portrait) {
    .vip-mobile-ad-bar { display: flex; }
    body { padding-bottom: 74px !important; }
}

/* RESPONSIVE */
@media (max-width: 1400px) {
    .vip-main-layout { grid-template-columns: 200px 1fr 200px; }
    .vip-ad-img { width: 180px; }
    .vip-ad-placeholder { width: 180px; height: 500px; }
}
@media (max-width: 1100px) {
    .vip-main-layout { grid-template-columns: 1fr; }
    .vip-ad { display: none; }
    .vl-content-layout { grid-template-columns: 1fr; }
    .vl-side-ad { display: none; }
}
@media (orientation: portrait) and (max-width: 1100px) {
    .vip-card { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 768px) {
    .vip-header-inner { flex-wrap: wrap; min-height: auto; padding: 12px 16px; }
    .vip-nav { position: static; transform: none; display: none; width: 100%; order: 3; }
    .vip-nav.open { display: block; }
    .vip-mobile-toggle { display: flex; }
    ul.vip-menu { flex-direction: column; width: 100%; }
    ul.vip-menu li a { border-radius: 0; padding: 10px 16px; border-bottom: 1px solid var(--border) !important; }
    .vip-hero-content { padding: 24px 20px; }
    .vip-hero-content h1 { font-size: 22px; }
    .vip-hero-inner { min-height: 320px; }
    .vip-card { flex: 0 0 100%; max-width: 100%; }
    .vip-footer-inner { grid-template-columns: 1fr 1fr; padding: 32px 24px; }
    .vip-footer-col { border-right: none; padding: 0 12px; margin-bottom: 20px; }
    .vip-footer-col:first-child { padding-left: 12px; }
    .vl-hero-hero-img-container { padding: 0 16px; margin-top: 20px; }
    .vl-single-container { padding: 0 16px; }
    .vl-excerpt p { font-size: 15px; }
    .vip-featured-center { padding: 16px; }
    .vip-search-header { padding: 20px 16px; }
    .vl-author-header { flex-direction: column; text-align: center; }
    .vl-comments { padding: 0 16px 50px; }
    .vl-about-page, .vl-author-page { padding: 24px 16px 50px; }
    .vl-comments-outer { padding: 0 16px; }
}
@media (max-width: 480px) {
    .vip-footer-inner { grid-template-columns: 1fr; padding: 32px 20px; }
    .vip-footer-col { padding: 0 !important; margin-bottom: 24px; }
    .vip-tagline { font-size: 10px; letter-spacing: 1px; }
}
