#wrapper {padding-top: 0px;}
/* ===== HERO BASE ===== */
.gr-hero-video{
    position: relative !important;
    width: 100% !important;
    height: 78vh !important;
    min-height: 520px !important;
    overflow: hidden !important;
    background: #000 !important;
}

/* VIDEO LAYER */
.gr-hero-video__video{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 0 !important;
    display: block !important;
}

/* OVERLAY LAYER */
.gr-hero-video__overlay{
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.60) 100%) !important;
    z-index: 1 !important;
}

/* CONTENT LAYER */
.gr-hero-video__content{
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
    padding: 48px 16px !important;

    max-width: 980px !important;
    margin: 0 auto !important;

    color: #fff !important;
}

/* Przebijanie typowych styli motywu */
.gr-hero-video__content *{
    color: #fff !important;
    float: none !important;
    position: static !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* BADGE */
.gr-hero-video__badge{
    display: inline-flex !important;
    align-items: center !important;
    padding: 10px 16px !important;
    border-radius: 999px !important;
    background: rgba(28, 143, 58, 0.92) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.25) !important;
}

/* TITLE */
.gr-hero-video__title{
    margin: 0 0 12px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    font-size: clamp(28px, 3.4vw, 52px) !important;
    text-shadow: 0 2px 18px rgba(0,0,0,.45) !important;
}

/* SUBTITLE */
.gr-hero-video__subtitle{
    margin: 0 0 22px !important;
    max-width: 860px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    opacity: .96 !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.45) !important;
}

/* BUTTONS */
.gr-hero-video__actions{
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.gr-hero-video__btn{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 18px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    transition: transform .15s ease, opacity .15s ease !important;
}

.gr-hero-video__btn:hover{
    transform: translateY(-1px) !important;
    opacity: .96 !important;
}

.gr-hero-video__btn--primary{
    background: rgba(28, 143, 58, 0.96) !important;
    color: #fff !important;
}

.gr-hero-video__btn--ghost{
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.35) !important;
    color: #fff !important;
}

/* MOBILE */
@media (max-width: 768px){
    .gr-hero-video{
        height: 64vh !important;
        min-height: 440px !important;
    }

    .gr-hero-video__badge{
        font-size: 13px !important;
        padding: 9px 14px !important;
    }

    .gr-hero-video__subtitle{
        font-size: 15px !important;
    }
}
