/* =====================================================
   VELOREX PORTAL — Brand Stylesheet v2
   Visual-first design for the Velorex community
   ===================================================== */

:root {
    --vx-brown-dark: #2B1A12;
    --vx-brown: #4A2D21;
    --vx-brown-medium: #77503A;
    --vx-brown-light: #A67C5B;
    --vx-amber: #D8A23A;
    --vx-amber-light: #EDC56F;
    --vx-amber-glow: #FFF1D7;
    --vx-red: #B93A2E;
    --vx-red-dark: #932C23;
    --vx-cream: #F8F4EE;
    --vx-cream-dark: #EEE5DA;
    --vx-white: #FFFFFF;
    --vx-black: #1A1A1A;
    --vx-gray: #656B76;
    --vx-gray-light: #DFE2E8;

    --vx-font: 'Segoe UI', system-ui, -apple-system, sans-serif;
    --vx-font-heading: Georgia, 'Times New Roman', serif;
    --vx-radius: 14px;
    --vx-radius-sm: 8px;
    --vx-radius-lg: 20px;
    --vx-space-1: 0.4rem;
    --vx-space-2: 0.75rem;
    --vx-space-3: 1rem;
    --vx-space-4: 1.5rem;
    --vx-space-5: 2.25rem;
    --vx-space-6: 3.25rem;
    --vx-shadow: 0 2px 8px rgba(33, 20, 12, 0.08), 0 10px 28px rgba(33, 20, 12, 0.06);
    --vx-shadow-lg: 0 10px 36px rgba(33, 20, 12, 0.14);
    --vx-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --vx-deep: #17111a;
    --vx-panel: #241926;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 17px; scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--vx-font);
    color: var(--vx-black);
    background:
        linear-gradient(180deg, #fdfbf8 0%, #f5ede3 100%);
    line-height: 1.72;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.24;
    z-index: -1;
    background:
        radial-gradient(circle at 10% -10%, rgba(216, 162, 58, 0.22), transparent 32%),
        radial-gradient(circle at 92% 8%, rgba(185, 58, 46, 0.16), transparent 26%);
}

.skip-link {
    position: absolute; top: -60px; left: 0;
    background: var(--vx-red); color: #fff;
    padding: 0.5rem 1.2rem; z-index: 10000;
    font-weight: 600; transition: top 0.2s;
}
.skip-link:focus { top: 0; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--vx-font-heading);
    color: var(--vx-brown-dark);
    line-height: 1.18; margin-top: 0;
    letter-spacing: 0.01em;
}
h1 { font-size: clamp(2rem, 4.2vw, 3rem); margin-bottom: var(--vx-space-2); letter-spacing: 0; }
h2 { font-size: clamp(1.55rem, 2.6vw, 2.2rem); margin-bottom: var(--vx-space-2); }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.55rem); margin-bottom: var(--vx-space-1); }

a { color: var(--vx-red); text-decoration: none; transition: color var(--vx-transition); }
a:hover { color: var(--vx-red-dark); text-decoration: underline; }
a:focus-visible { outline: 3px solid var(--vx-amber); outline-offset: 2px; border-radius: 2px; }

p { margin-bottom: var(--vx-space-3); max-width: 72ch; }
strong { color: inherit; font-weight: 700; }

.vx-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.vx-container-sm { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }

/* ── HEADER ── */
.vx-header {
    background: linear-gradient(180deg, var(--vx-deep) 0%, var(--vx-panel) 100%);
    position: sticky; top: 0; z-index: 1000;
    border-bottom: 2px solid rgba(216, 162, 58, 0.55);
    box-shadow: 0 8px 22px rgba(0,0,0,0.28);
}
.vx-header-inner {
    display: flex; align-items: center; justify-content: space-between;
    max-width: 1280px; margin: 0 auto; padding: 0 1.25rem;
    min-height: 72px;
}
.vx-logo {
    display: flex; align-items: center; gap: 0.55rem;
    text-decoration: none !important; color: #fff; flex-shrink: 0;
}
.vx-logo img { height: 44px; width: auto; filter: brightness(1.2); }
.vx-logo-text {
    font-family: var(--vx-font-heading);
    font-size: 1.55rem; font-weight: 800;
    letter-spacing: 2px; text-transform: uppercase;
    color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,0.4);
    line-height: 1.1;
}
.vx-logo-sub {
    font-size: 0.7rem; font-weight: 400;
    letter-spacing: 1.5px;
    display: block; text-transform: none;
    color: var(--vx-amber); margin-top: 0;
    line-height: 1;
}

.vx-nav { display: flex; align-items: center; gap: 0; flex: 1; justify-content: center; }
.vx-nav a {
    color: rgba(255,255,255,0.84); text-decoration: none !important;
    padding: 0.65rem 0.68rem; font-size: 0.76rem;
    font-weight: 700; transition: all var(--vx-transition);
    white-space: nowrap; position: relative; border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 2px solid transparent;
}
.vx-nav a:hover { color: #fff; background: rgba(255,255,255,0.05); border-bottom-color: rgba(216,162,58,0.6); }
.vx-nav a.active { color: #fff; background: rgba(216,162,58,0.12); border-bottom-color: var(--vx-amber); font-weight: 700; }
.vx-nav a.active::after {
    content: none;
}
.vx-nav .vx-nav-cta {
    background: linear-gradient(180deg, #d55644 0%, #b43728 100%); color: #fff !important;
    border-radius: 999px; padding: 0.52rem 0.96rem;
    margin-left: 0.55rem; font-weight: 700;
    border-bottom: none;
}
.vx-nav .vx-nav-cta:hover { background: var(--vx-red-dark); }

.vx-lang { display: flex; gap: 2px; margin-left: 0; flex-shrink: 0; }
.vx-lang a {
    display: block; padding: 0.25rem 0.5rem;
    font-size: 0.7rem; font-weight: 700;
    border-radius: 999px; text-decoration: none !important;
    color: rgba(255,255,255,0.6); transition: all var(--vx-transition);
}
.vx-lang a.active, .vx-lang a:hover {
    background: var(--vx-amber); color: var(--vx-brown-dark);
}

.vx-hamburger {
    display: none; background: none; border: none;
    color: var(--vx-amber); font-size: 1.6rem;
    cursor: pointer; padding: 0.4rem;
}

/* ── HERO ── */
.vx-hero {
    background:
        linear-gradient(180deg, #ffffff 0%, #faf5ed 100%);
    color: var(--vx-brown-dark); padding: 3rem 0 3.5rem;
    position: relative; overflow: hidden;
    border-bottom: 1px solid rgba(43,26,18,0.11);
}
.vx-hero::before {
    content: ''; position: absolute;
    top: -50%; right: -20%; width: 60%; height: 200%;
    background: radial-gradient(ellipse, rgba(119,80,58,0.10) 0%, transparent 72%);
    pointer-events: none;
}
.vx-hero-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 3rem; align-items: center; position: relative;
}
.vx-hero h1 {
    color: var(--vx-brown-dark); font-size: 2.6rem;
    margin-bottom: 0.3rem; line-height: 1.15;
    text-wrap: balance;
}
.vx-hero-date { font-size: 1.3rem; font-weight: 600; color: var(--vx-red); margin-bottom: 0.75rem; }
.vx-hero-theme { font-size: 1.1rem; font-style: italic; color: var(--vx-brown-medium); margin-bottom: 1.5rem; }
.vx-hero-desc { color: var(--vx-gray); font-size: 1.05rem; margin-bottom: 1.5rem; line-height: 1.7; }
.vx-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.vx-hero .vx-btn-outline { color: var(--vx-brown-dark); border-color: var(--vx-brown-medium); }
.vx-hero .vx-btn-outline:hover { background: var(--vx-brown-dark); color: #fff; border-color: var(--vx-brown-dark); }
.vx-hero-poster { text-align: center; }
.vx-hero-poster img {
    max-width: 100%; border-radius: var(--vx-radius);
    border: 1px solid rgba(43,26,18,0.08);
    box-shadow: 0 18px 44px rgba(26, 17, 24, 0.18);
    transition: transform var(--vx-transition);
}
.vx-hero-poster img:hover { transform: translateY(-2px) scale(1.02); }

/* ── BUTTONS ── */
.vx-btn {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.72rem 1.22rem; border-radius: 10px;
    font-weight: 600; font-size: 0.95rem;
    text-decoration: none !important; cursor: pointer;
    border: none; transition: all var(--vx-transition); line-height: 1.4;
}
.vx-btn:focus-visible { outline: 3px solid var(--vx-amber); outline-offset: 2px; }
.vx-btn-primary { background: var(--vx-red); color: #fff; }
.vx-btn-primary:hover { background: var(--vx-red-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 6px 14px rgba(185,58,46,0.32); }
.vx-btn-amber { background: var(--vx-amber); color: var(--vx-brown-dark); }
.vx-btn-amber:hover { background: var(--vx-amber-light); color: var(--vx-brown-dark); }
.vx-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); }
.vx-btn-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.08); }
.vx-btn-outline-dark { background: transparent; color: var(--vx-brown-dark); border: 2px solid var(--vx-brown-medium); }
.vx-btn-outline-dark:hover { background: var(--vx-brown-dark); color: var(--vx-amber); }
.vx-btn-lg { padding: 0.85rem 2rem; font-size: 1.05rem; }

/* ── SECTIONS ── */
.vx-section { padding: 3.5rem 0; }
.vx-section-alt { background: var(--vx-white); }
.vx-section-dark { background: var(--vx-brown-dark); color: #fff; }
.vx-section-dark h2, .vx-section-dark h3 { color: var(--vx-amber); }
.vx-section-dark a { color: var(--vx-amber-light); }
.vx-section-header { text-align: center; margin-bottom: 2.5rem; }
.vx-section-header h2 { margin-bottom: 0.5rem; }
.vx-section-header p { color: var(--vx-gray); max-width: 600px; margin: 0 auto; }
.vx-section + .vx-section {
    position: relative;
}
.vx-section + .vx-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(92vw, 1100px);
    height: 2px;
    background: repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent 8px,
        rgba(119,80,58,0.28) 8px,
        rgba(119,80,58,0.28) 12px,
        transparent 12px,
        transparent 20px
    );
    opacity: 0.65;
}
.vx-divider {
    width: 50px; height: 3px;
    background: var(--vx-amber); border-radius: 2px;
    margin: 0.75rem auto 0;
}
.vx-divider::before,
.vx-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(119,80,58,0.65);
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}
.vx-divider { position: relative; }
.vx-divider::before { left: -14px; }
.vx-divider::after { right: -14px; }

/* ── CARDS ── */
.vx-card {
    background: var(--vx-white); border-radius: var(--vx-radius);
    border: 1px solid rgba(43,26,18,0.14);
    box-shadow: var(--vx-shadow); overflow: hidden;
    transition: transform var(--vx-transition), box-shadow var(--vx-transition);
}
.vx-card:hover { transform: translateY(-4px); box-shadow: var(--vx-shadow-lg); }
.vx-card::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, var(--vx-amber) 0%, rgba(216,162,58,0.2) 100%);
}
.vx-card-body { padding: 1.5rem; }
.vx-card-title { font-family: var(--vx-font-heading); color: var(--vx-brown-dark); margin-bottom: 0.5rem; font-size: 1.15rem; }
.vx-card p { max-width: none; }
.vx-card img { width: 100%; height: auto; display: block; }
.vx-card-link { text-decoration: none !important; color: inherit; display: block; }

.vx-grid { display: grid; gap: 1.5rem; }
.vx-grid-2 { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }
.vx-grid-3 { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.vx-grid-4 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }

/* magazine style cards */
.vx-card-mag {
    border-radius: 16px;
    overflow: clip;
    background: linear-gradient(180deg, #fff 0%, #f9f4ea 100%);
}
.vx-card-mag .vx-card-body {
    padding: 1.15rem 1.2rem 1.3rem;
}
.vx-card-mag .vx-card-title {
    margin-bottom: 0.4rem;
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
}
.vx-card-mag img {
    filter: saturate(1.04) contrast(1.03);
}
.vx-event-card {
    position: relative;
}
.vx-event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #c84a37 0%, #e0ac48 55%, #b96f2d 100%);
}
.vx-event-card .vx-card-body > p:first-of-type {
    margin-bottom: 0.55rem;
}
.vx-gallery-card {
    position: relative;
}
.vx-gallery-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 48%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(31,18,22,0.28) 0%, transparent 100%);
}
.vx-gallery-card .vx-card-title {
    margin-top: 0.2rem;
}

/* ── T-SHIRT ── */
.vx-tshirt {
    background: linear-gradient(180deg, #ffffff 0%, #fefcf8 100%);
    border: 1px solid rgba(43,26,18,0.10);
    border-radius: var(--vx-radius); padding: 2rem;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 2rem; align-items: center;
}
.vx-tshirt-badge {
    display: inline-block; background: var(--vx-red);
    color: #fff; font-size: 0.75rem; font-weight: 700;
    padding: 0.25rem 0.75rem; border-radius: 20px;
    text-transform: uppercase; letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}
.vx-tshirt-price { font-size: 2rem; font-weight: 700; color: var(--vx-red); margin: 0.5rem 0; }
.vx-tshirt-price small { font-size: 1rem; color: var(--vx-gray); font-weight: normal; }
.vx-tshirt img { width: 100%; border-radius: var(--vx-radius); box-shadow: var(--vx-shadow); }

/* ── TIMELINE ── */
.vx-timeline { position: relative; padding: 1rem 0; }
.vx-timeline::before {
    content: ''; position: absolute;
    left: 50%; top: 0; bottom: 0; width: 3px;
    background: var(--vx-amber); transform: translateX(-50%);
    border-radius: 2px;
}
.vx-timeline-item { display: flex; align-items: flex-start; margin-bottom: 1.5rem; position: relative; }
.vx-timeline-item:nth-child(odd) { flex-direction: row-reverse; }
.vx-timeline-item:nth-child(odd) .vx-timeline-content { text-align: right; }
.vx-timeline-content {
    width: calc(50% - 2rem); padding: 1rem 1.25rem;
    background: var(--vx-white); border-radius: var(--vx-radius-sm);
    box-shadow: var(--vx-shadow);
}
.vx-timeline-dot {
    position: absolute; left: 50%; top: 1rem;
    transform: translateX(-50%);
    width: 14px; height: 14px;
    background: var(--vx-amber); border: 3px solid var(--vx-white);
    border-radius: 50%; z-index: 1;
    box-shadow: 0 0 0 3px var(--vx-amber);
}
.vx-timeline-year { font-family: var(--vx-font-heading); font-size: 1.3rem; font-weight: bold; color: var(--vx-brown-dark); }
.vx-timeline-text { font-size: 0.9rem; color: var(--vx-gray); margin: 0.25rem 0 0; }

/* ── INFO / SPECS ── */
.vx-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.vx-info-box { background: var(--vx-cream-dark); padding: 1.25rem; border-radius: var(--vx-radius-sm); border-left: 4px solid var(--vx-amber); }
.vx-info-box { box-shadow: 0 3px 10px rgba(43,26,18,0.06); }
.vx-info-box strong { display: block; color: var(--vx-brown-dark); margin-bottom: 0.3rem; }

.vx-specs-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.vx-specs-table th, .vx-specs-table td { padding: 0.7rem 1rem; text-align: left; border-bottom: 1px solid var(--vx-gray-light); }
.vx-specs-table th { background: var(--vx-cream-dark); font-weight: 600; color: var(--vx-brown-dark); width: 38%; }
.vx-specs-table tr:hover { background: var(--vx-amber-glow); }

.vx-tabs { display: flex; flex-wrap: wrap; gap: 0.25rem; margin-bottom: 2rem; border-bottom: 2px solid var(--vx-gray-light); }
.vx-tab { padding: 0.7rem 1.2rem; text-decoration: none !important; color: var(--vx-gray); font-weight: 500; border-radius: var(--vx-radius-sm) var(--vx-radius-sm) 0 0; transition: all var(--vx-transition); font-size: 0.95rem; }
.vx-tab:hover { background: var(--vx-cream-dark); color: var(--vx-brown-dark); }
.vx-tab.active { background: var(--vx-amber); color: var(--vx-brown-dark); font-weight: 700; }

/* ── GALLERY ── */
.vx-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.75rem; }
.vx-gallery-thumb { aspect-ratio: 1; overflow: hidden; border-radius: var(--vx-radius-sm); cursor: pointer; transition: transform var(--vx-transition); }
.vx-gallery-thumb:hover { transform: scale(1.04); }
.vx-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ── RENOVATION ── */
.vx-renovation-photos { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.vx-renovation-photos a { border-radius: var(--vx-radius-sm); overflow: hidden; display: block; }
.vx-renovation-photos img { width: 100%; height: auto; transition: transform var(--vx-transition); }
.vx-renovation-photos a:hover img { transform: scale(1.05); }

/* ── NEWSLETTER ── */
.vx-newsletter { background: linear-gradient(135deg, var(--vx-brown-dark) 0%, var(--vx-brown) 100%); color: rgba(255,255,255,0.9); padding: 3rem 0; text-align: center; }
.vx-newsletter h2 { color: var(--vx-amber); }
.vx-newsletter-form { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; max-width: 550px; margin: 1.5rem auto 0; }
.vx-newsletter-form input { flex: 1 1 180px; padding: 0.7rem 1rem; border: 2px solid rgba(255,255,255,0.2); border-radius: var(--vx-radius-sm); background: rgba(255,255,255,0.08); color: #fff; font-size: 0.95rem; }
.vx-newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.vx-newsletter-form input:focus { outline: none; background: rgba(255,255,255,0.15); border-color: var(--vx-amber); }

/* ── SPONSORS ── */
.vx-sponsors-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2.5rem; }
.vx-sponsor-link { display: block; opacity: 0.7; transition: all var(--vx-transition); }
.vx-sponsor-link:hover { opacity: 1; transform: scale(1.08); }
.vx-sponsor-link img { max-width: 140px; max-height: 80px; }

/* ── FOOTER ── */
.vx-footer { background: var(--vx-brown-dark); color: rgba(255,255,255,0.7); padding: 2.5rem 0 1.5rem; }
.vx-footer { background: linear-gradient(180deg, #24160f 0%, #2d1b13 100%); }
.vx-footer a { color: var(--vx-amber-light); text-decoration: none; }
.vx-footer a:hover { color: var(--vx-amber); text-decoration: underline; }
.vx-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.vx-footer-grid strong { color: var(--vx-amber); display: block; margin-bottom: 0.5rem; }
.vx-footer strong { color: var(--vx-amber); }
.vx-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; text-align: center; font-size: 0.8rem; opacity: 0.6; }

/* ── FORMS ── */
.vx-form-group { margin-bottom: 1.25rem; }
.vx-form-group label { display: block; font-weight: 600; margin-bottom: 0.35rem; color: var(--vx-brown-dark); font-size: 0.9rem; }
.vx-form-group input, .vx-form-group textarea, .vx-form-group select { width: 100%; padding: 0.7rem 1rem; border: 2px solid var(--vx-gray-light); border-radius: var(--vx-radius-sm); font-size: 0.95rem; font-family: inherit; color: var(--vx-black); transition: border-color var(--vx-transition); }
.vx-form-group input:focus, .vx-form-group textarea:focus, .vx-form-group select:focus { border-color: var(--vx-amber); outline: none; box-shadow: 0 0 0 3px rgba(242,169,0,0.15); }
.vx-form-group textarea { min-height: 100px; resize: vertical; }

.vx-alert { padding: 1rem 1.25rem; border-radius: var(--vx-radius-sm); margin-bottom: 1.5rem; font-weight: 500; }
.vx-alert-success { background: #E8F5E9; color: #2E7D32; border-left: 4px solid #4CAF50; }
.vx-alert-info { background: #E3F2FD; color: #1565C0; border-left: 4px solid #2196F3; }
.vx-alert-warning { background: #FFF3E0; color: #BF360C; border-left: 4px solid #FF9800; }

.vx-badge { display: inline-block; padding: 0.15rem 0.6rem; border-radius: 12px; font-size: 0.75rem; font-weight: 600; }
.vx-badge-pending { background: #FFF3E0; color: #E65100; }
.vx-badge-approved { background: #E8F5E9; color: #2E7D32; }
.vx-badge-rejected { background: #FFEBEE; color: #C62828; }

.vx-stats-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; padding: 1.5rem 0; }
.vx-stat { text-align: center; }
.vx-stat-value { font-size: 2.4rem; font-weight: 700; font-family: var(--vx-font-heading); color: var(--vx-red); line-height: 1; }
.vx-stat-label { font-size: 0.8rem; color: var(--vx-gray); margin-top: 0.25rem; }

.vx-rozcestnik { max-width: 600px; margin: 3rem auto; text-align: center; }
.vx-rozcestnik-links { display: grid; gap: 0.75rem; margin-top: 1.5rem; }
.vx-rozcestnik-links a { display: block; padding: 0.75rem 1rem; background: var(--vx-white); border: 1px solid var(--vx-gray-light); border-radius: var(--vx-radius-sm); font-weight: 500; text-decoration: none; transition: all var(--vx-transition); }
.vx-rozcestnik-links a:hover { background: var(--vx-amber-glow); border-color: var(--vx-amber); }

.vx-admin-card { background: var(--vx-white); border: 1px solid var(--vx-gray-light); border-radius: var(--vx-radius-sm); padding: 1.25rem; margin-bottom: 0.75rem; }
.subs-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.subs-table th, .subs-table td { padding: 0.5rem 0.75rem; text-align: left; border-bottom: 1px solid var(--vx-gray-light); font-size: 0.9rem; }
.subs-table th { background: var(--vx-cream-dark); font-weight: 600; }
.btn-sm { padding: 0.35rem 0.8rem; font-size: 0.8rem; border: none; border-radius: 4px; cursor: pointer; font-weight: 600; }
.btn-approve { background: #4CAF50; color: #fff; }
.btn-reject { background: #F44336; color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .vx-hero-grid { grid-template-columns: 1fr; text-align: center; }
    .vx-hero-actions { justify-content: center; }
    .vx-tshirt { grid-template-columns: 1fr; text-align: center; }
    .vx-timeline::before { left: 1rem; }
    .vx-timeline-item, .vx-timeline-item:nth-child(odd) { flex-direction: column; padding-left: 2.5rem; }
    .vx-timeline-item:nth-child(odd) .vx-timeline-content { text-align: left; }
    .vx-timeline-content { width: 100%; }
    .vx-timeline-dot { left: 1rem; }
}
@media (max-width: 768px) {
    .vx-nav { display: none; }
    .vx-hamburger { display: block; }
    .vx-nav.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: linear-gradient(180deg, #241926 0%, #1c131d 100%); box-shadow: 0 8px 24px rgba(0,0,0,0.3); z-index: 999; padding: 0.5rem 0.75rem 0.75rem; gap: 0.35rem; }
    .vx-nav.open a { padding: 0.85rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.07); border-radius: 8px; }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.4rem; }
    .vx-hero h1 { font-size: 2rem; }
    .vx-lang { margin-left: 0; }
}
@media (max-width: 480px) {
    html { font-size: 16px; }
    .vx-hero { padding: 2rem 0; }
    .vx-section { padding: 2.5rem 0; }
    .vx-newsletter-form { flex-direction: column; }
    .vx-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
}
/* Alert bar */
.vx-alert-bar {
    background: linear-gradient(90deg, #a83428 0%, #bf3b2f 45%, #a83428 100%); color: #fff;
    padding: 0.65rem 0; text-align: center;
    font-size: 0.95rem; font-weight: 500;
    letter-spacing: 0.3px;
    animation: vx-alert-pulse 3s ease-in-out infinite;
}
.vx-alert-bar a { color: #fff; font-weight: 700; }
@keyframes vx-alert-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}
/* Rozcestnik (signpost for old URLs) */
.vx-rozcestnik {
    max-width: 600px; text-align: center; padding: 3rem 2rem;
    background: var(--vx-cream); border-radius: var(--vx-radius-lg);
    box-shadow: var(--vx-shadow-lg);
}
.vx-rozcestnik h1 { font-size: 2rem; margin-bottom: 1rem; }
.vx-rozcestnik p { color: var(--vx-gray); margin-bottom: 1.5rem; }
.vx-rozcestnik code { background: rgba(0,0,0,0.08); padding: 0.15em 0.4em; border-radius: 3px; font-size: 0.9em; }
.vx-rozcestnik-links { display: flex; flex-direction: column; gap: 0.6rem; }
.vx-rozcestnik-links a {
    display: block; padding: 0.75rem 1rem;
    background: #fff; border: 1px solid #ddd; border-radius: var(--vx-radius-sm);
    text-decoration: none; color: var(--vx-brown-dark); font-weight: 500;
    transition: all var(--vx-transition);
}
.vx-rozcestnik-links a:hover {
    background: var(--vx-amber); color: #fff; border-color: var(--vx-amber);
}
