/* ================================================
   HERO HOMEPAGE V5
   ================================================ */
.propfirm-hero-content-v2 {
    text-align: center;
    padding: 40px 0px;
    margin: 0 auto;
}
.propfirm-hero-content-v2 h1 {
    font-size: 56px !important;
    font-weight: 700 !important;
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 1.2;
}
.propfirm-hero-content-v2 .hero-subtitle {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

/* ================================================
   KAFELKI HERO
   ================================================ */
.hero-value-props-v2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 0px;
}
.prop-card {
    background: rgba(22, 28, 44, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none !important;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
}
.prop-card:hover {
    transform: translateY(-8px);
    background: rgba(30, 38, 58, 0.8);
    border-color: rgba(255, 255, 255, 0.2);
}
.prop-card .title {
    display: block;
    font-size: 19px !important;
    font-weight: 600;
    margin-bottom: 12px;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.prop-card .description {
    display: block;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.5;
    text-decoration: none !important;
}
.prop-card:hover .title,
.prop-card:hover .description {
    color: #FFFFFF !important;
}

/* ================================================
   CTA HERO
   ================================================ */
.hero-main-cta-v2 {
    background-color: #3a7bff !important;
    color: #FFFFFF !important;
    padding: 16px 40px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    display: inline-block;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none !important;
    border: none;
}
.hero-main-cta-v2:hover {
    transform: scale(1.05);
    background-color: #508cff !important;
}

/* ================================================
   SUBMENU TYLKO NA STRONIE GŁÓWNEJ
   ================================================ */
.home .main-header-menu .sub-menu {
    background: rgba(22, 28, 44, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    backdrop-filter: blur(12px) !important;
    padding: 10px 0 !important;
    margin-top: 10px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.home .main-header-menu .sub-menu a {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    padding: 10px 25px !important;
    transition: all 0.2s ease !important;
    border: none !important;
}
.home .main-header-menu .sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #FFFFFF !important;
}
.home .main-header-menu .sub-menu li {
    background-color: transparent !important;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 900px) {
    .hero-value-props-v2 { grid-template-columns: repeat(2, 1fr); }
    .propfirm-hero-content-v2 h1 { font-size: 48px !important; }
}
@media (max-width: 600px) {
    .hero-value-props-v2 { grid-template-columns: 1fr; }
    .propfirm-hero-content-v2 h1 { font-size: 36px !important; }
    .propfirm-hero-content-v2 .hero-subtitle { font-size: 16px !important; margin-bottom: 30px; }
    .prop-card { min-height: auto; }
}
