.vb-el-hub {
  background: linear-gradient(135deg, #0a1628 0%, #0f1f35 100%);
  color: #eaf1f6;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  position: relative;
  box-sizing: border-box;
}
.vb-el-hub *, .vb-el-hub *::before, .vb-el-hub *::after { box-sizing: border-box; margin: 0; padding: 0; }
.vb-el-hub .el-hero { width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: visible !important;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.85) 0%, rgba(15, 31, 53, 0.85) 100%), url('https://spcdn.shortpixel.ai/spio/ret_img,q_cdnize,to_auto,s_webp:avif/vanbudapest.com/wp-content/uploads/2026/02/UEFA-Europa-League.jpg') center/cover no-repeat;
    padding: 60px 20px;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center; }
.vb-el-hub .el-hero-content { max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
.vb-el-hub .el-hero h1 { font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    color: #C8B560;
    margin-bottom: 16px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
.vb-el-hub .el-hero-subtitle { font-size: 20px;
    color: #f57c00;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 1px; }
.vb-el-hub .el-hero p { font-size: 18px;
    color: #eaf1f6;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300; }
.vb-el-hub .el-container { max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px; }
.vb-el-hub .el-featured-image { width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 40px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    display: block; }
.vb-el-hub .el-intro { background: rgba(200, 181, 96, 0.05);
    border-left: 4px solid #C8B560;
    padding: 24px;
    border-radius: 8px;
    margin: 32px 0;
    font-size: 18px;
    font-style: italic;
    color: #eaf1f6;
    max-width: 700px; }
.vb-el-hub h2 { font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #C8B560;
    margin: 48px 0 24px 0;
    padding-top: 24px; }
.vb-el-hub h3 { font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #f57c00;
    margin: 28px 0 16px 0; }
.vb-el-hub p { font-size: 16px;
    color: #eaf1f6;
    margin-bottom: 16px;
    line-height: 1.8; }
.vb-el-hub .el-image-text { display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin: 32px 0; }
.vb-el-hub .el-image-text img { width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }
.vb-el-hub .el-match-card { background: #0f1f35;
    border: 1px solid rgba(200, 181, 96, 0.2);
    border-radius: 14px;
    padding: 20px;
    margin: 16px 0;
    display: grid;
    grid-template-columns: 120px 1fr 100px;
    gap: 20px;
    align-items: center; }
.vb-el-hub .el-match-date { font-size: 13px;
    color: #94a8ba;
    font-weight: 600;
    letter-spacing: 0.5px; }
.vb-el-hub .el-match-detail { display: flex;
    justify-content: space-between;
    align-items: center; }
.vb-el-hub .el-match-teams { font-weight: 600;
    color: #eaf1f6;
    font-size: 15px; }
.vb-el-hub .el-match-score { font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #C8B560;
    padding: 0 16px; }
.vb-el-hub .el-badge { display: inline-block;
    padding: 6px 14px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
.vb-el-hub .el-badge-win { background: rgba(55, 210, 138, 0.15);
    color: #37d28a;
    border: 1px solid rgba(55, 210, 138, 0.3); }
.vb-el-hub .el-badge-draw { background: rgba(240, 196, 83, 0.15);
    color: #f0c453;
    border: 1px solid rgba(240, 196, 83, 0.3); }
.vb-el-hub .el-badge-loss { background: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
    border: 1px solid rgba(231, 76, 60, 0.3); }
.vb-el-hub .el-stats-row { display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: 24px 0;
    padding: 24px;
    background: rgba(200, 181, 96, 0.08);
    border-radius: 12px; }
.vb-el-hub .el-stat { text-align: center; }
.vb-el-hub .el-stat-value { font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #f57c00; }
.vb-el-hub .el-stat-label { font-size: 13px;
    color: #94a8ba;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
.vb-el-hub .el-table { width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: #0f1f35;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(200, 181, 96, 0.15); }
.vb-el-hub .el-table th { background: rgba(200, 181, 96, 0.1);
    padding: 16px;
    text-align: left;
    font-weight: 700;
    color: #C8B560;
    border-bottom: 2px solid rgba(200, 181, 96, 0.2);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
.vb-el-hub .el-table td { padding: 14px 16px;
    border-bottom: 1px solid rgba(200, 181, 96, 0.1);
    color: #eaf1f6;
    font-size: 15px; }
.vb-el-hub .el-table tr:last-child td { border-bottom: none; }
.vb-el-hub .el-table tr:hover { background: rgba(200, 181, 96, 0.05); }
.vb-el-hub .el-table tr.el-highlight { background: rgba(245, 124, 0, 0.08); }
.vb-el-hub .el-playoff-legs { display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 24px 0; }
.vb-el-hub .el-playoff-card { background: #0f1f35;
    border: 2px solid #f57c00;
    border-radius: 14px;
    padding: 24px;
    text-align: center; }
.vb-el-hub .el-playoff-card h3 { margin-bottom: 16px;
    color: #f57c00; }
.vb-el-hub .el-playoff-card .el-match-score { font-size: 36px;
    margin: 16px 0; }
.vb-el-hub .el-fleet-grid { display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 32px 0; }
.vb-el-hub .el-fleet-card { background: #0f1f35;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(200, 181, 96, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
.vb-el-hub .el-fleet-card:hover { transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(200, 181, 96, 0.15); }
.vb-el-hub .el-fleet-image { width: 100%;
    height: 200px;
    object-fit: cover; }
.vb-el-hub .el-fleet-info { padding: 20px; }
.vb-el-hub .el-features { list-style: none;
    padding: 0;
    margin: 20px 0; }
.vb-el-hub .el-features li { padding: 12px 0;
    border-bottom: 1px solid rgba(200, 181, 96, 0.1);
    font-size: 15px;
    color: #eaf1f6;
    display: flex;
    align-items: flex-start; }
.vb-el-hub .el-features li:last-child { border-bottom: none; }
.vb-el-hub .el-features li:before { content: "✓";
    color: #37d28a;
    font-weight: 700;
    margin-right: 12px;
    font-size: 18px; }
.vb-el-hub .el-faq { margin: 40px 0; }
.vb-el-hub .el-faq-item { background: #0f1f35;
    border: 1px solid rgba(200, 181, 96, 0.15);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden; }
.vb-el-hub .el-faq-item details { cursor: pointer; }
.vb-el-hub .el-faq-item summary { padding: 20px;
    background: rgba(200, 181, 96, 0.08);
    font-weight: 600;
    color: #C8B560;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px; }
.vb-el-hub .el-faq-item summary:hover { background: rgba(200, 181, 96, 0.12); }
.vb-el-hub .el-faq-item summary::after { content: "▼";
    color: #f57c00;
    font-size: 12px;
    margin-left: 16px; }
.vb-el-hub .el-faq-item details[open] summary::after { transform: rotate(180deg); }
.vb-el-hub .el-faq-item details[open] summary { background: rgba(200, 181, 96, 0.15); }
.vb-el-hub .el-faq-item p { padding: 20px;
    background: #0f1f35;
    color: #eaf1f6;
    border-top: 1px solid rgba(200, 181, 96, 0.1); }
.vb-el-hub .el-cta-bar { width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(90deg, #C8B560 0%, #f57c00 100%);
    padding: 40px 20px;
    margin-top: 60px;
    margin-bottom: 0;
    overflow: visible !important; }
.vb-el-hub .el-cta-content { max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px; }
.vb-el-hub .el-cta-button { display: inline-block;
    padding: 16px 28px;
    background: #0a1f44;
    color: #C8B560;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid #C8B560;
    cursor: pointer; }
.vb-el-hub .el-cta-button:hover { background: #C8B560;
    color: #0a1f44;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }
.vb-el-hub .el-contact-button { display: inline-block;
    padding: 14px 24px;
    background: transparent;
    color: #0a1f44;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #0a1f44;
    margin: 8px; }
.vb-el-hub .el-contact-button:hover { background: #0a1f44;
    color: #C8B560; }
.vb-el-hub .el-footer { width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #0a1f44;
    padding: 40px 20px;
    text-align: center;
    border-top: 2px solid rgba(200, 181, 96, 0.2);
    overflow: visible !important; }
.vb-el-hub .el-footer-content { max-width: 1280px;
    margin: 0 auto; }
.vb-el-hub .el-footer-contact { margin: 20px 0;
    font-size: 16px;
    color: #eaf1f6; }
.vb-el-hub .el-footer-contact a { color: #C8B560;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease; }
.vb-el-hub .el-footer-contact a:hover { color: #f57c00; }
.vb-el-hub .el-footer-brand { margin-top: 20px;
    font-size: 14px;
    color: #94a8ba;
    font-style: italic; }

@media (max-width: 768px) {
  .vb-el-hub .el-hero h1 { font-size: 36px; }
  .vb-el-hub .el-hero-subtitle { font-size: 16px; }
  .vb-el-hub .el-image-text { grid-template-columns: 1fr; }
  .vb-el-hub .el-match-card { grid-template-columns: 1fr; gap: 12px; }
  .vb-el-hub .el-match-detail { flex-direction: column; text-align: center; }
  .vb-el-hub h2 { font-size: 28px; }
  .vb-el-hub h3 { font-size: 20px; }
  .vb-el-hub .el-playoff-legs { grid-template-columns: 1fr; }
  .vb-el-hub .el-cta-content { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .vb-el-hub * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}