.plugins-hero {
    background: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), url('/assets/img/ageroth_slider_2.jpg') center center / cover no-repeat;
    min-height: 620px;
    display: table;
    width: 100%;
}

.plugins-hero .plugins-hero-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 150px 15px 95px;
}

.plugins-hero h1,
.plugins-hero h1 span,
.plugins-hero .lang,
.plugins-hero .lang-el,
.plugins-hero .lang-en {
    color: #fff !important;
}

.plugins-hero h1 {
    font-size: 46px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 700;
}

.plugins-hero p,
.plugins-hero p span {
    color: #fff !important;
}

.plugins-hero .plugins-hero-subtitle {
    font-size: 20px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 30px;
}

.lang-switcher {
    margin: 0 0 38px;
}

.lang-btn {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid rgba(255,255,255,.75);
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    margin: 0 6px;
    cursor: pointer;
    transition: all .2s ease;
    outline: none;
}

.lang-btn:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.lang-btn.active {
    background: #fff;
    color: #0b2033;
    border-color: #fff;
}

.plugins-page .hero-btns .btn {
    margin: 8px;
    min-width: 220px;
}

.plugins-hero .hero-contact-btn {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}

.plugins-hero .hero-contact-btn:hover,
.plugins-hero .hero-contact-btn:focus {
    color: #0b2033 !important;
    background: #fff !important;
    border-color: #fff !important;
}

.plugins-hero .hero-contact-btn .lang {
    color: inherit !important;
}

.hero-highlights {
    max-width: 920px;
    margin: 42px auto 0;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-highlight-item {
    display: inline-block;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.hero-highlight-item span {
    color: #fff !important;
}

.plugins-page .section-intro {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.plugins-page .section-intro p {
    line-height: 1.8;
}

.plugins-page .gray-bg {
    background: #f7f9fc;
}

.plugin-box,
.plugins-page .benefit-box {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 34px 28px;
    margin-bottom: 30px;
    min-height: 100%;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
    border-radius: 16px;
}

.plugin-box h3,
.plugins-page .benefit-box h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #222;
}

.plugin-box p,
.plugins-page .benefit-box p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #555;
}

.plugin-text {
    margin-bottom: 20px !important;
}

.plugin-subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #5b6b7a !important;
    margin-bottom: 12px !important;
}

.plugin-labels {
    margin-bottom: 18px;
}

.plugin-badge {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 30px;
    background: #0b2033;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 8px;
}

.plugin-badge-outline {
    background: transparent;
    color: #0b2033;
    border: 1px solid #0b2033;
}

.plugin-badge-soon {
    background: #6d7a86;
    color: #fff;
}

.plugin-features {
    margin-top: 18px;
    border-top: 1px solid #ececec;
    padding-top: 8px;
}

.plugin-feature-row {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    line-height: 1.7;
}

.plugin-feature-row:last-child {
    border-bottom: 0;
}

.plugin-actions {
    margin-top: 24px;
}

.plugin-actions .btn {
    min-width: 200px;
}

.plugins-page .cta-strip {
    background: #0b2033;
    color: #fff;
    padding: 75px 0;
    text-align: center;
}

.plugins-page .cta-strip h2,
.plugins-page .cta-strip h2 span,
.plugins-page .cta-strip p,
.plugins-page .cta-strip p span {
    color: #fff !important;
}

.plugins-page .cta-strip h2 {
    margin-bottom: 24px;
}

.plugins-page .cta-strip .cta-description {
    margin-bottom: 34px;
    line-height: 1.9;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.plugins-page .cta-strip .btn {
    margin: 8px;
}

.lang {
    display: none;
}

.lang.lang-el {
    display: block;
}

.hero-btns .lang,
.plugin-actions .lang,
.hero-highlights .lang {
    display: none;
}

.hero-btns .lang.lang-el,
.plugin-actions .lang.lang-el,
.hero-highlights .lang.lang-el {
    display: inline;
}

/* kill all list styling from theme leftovers */
.plugins-page ul,
.plugins-page li {
    list-style: none !important;
}

.plugins-page li::before,
.plugins-page li:before,
.plugins-page li::marker {
    content: none !important;
    display: none !important;
}

@media (max-width: 991px) {
    .plugins-hero h1 {
        font-size: 34px;
    }

    .plugins-hero .plugins-hero-subtitle {
        font-size: 18px;
    }

    .hero-highlights {
        gap: 10px;
    }

    .hero-highlight-item {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .plugins-hero {
        min-height: auto;
    }

    .plugins-hero .plugins-hero-content {
        padding: 120px 15px 70px;
    }

    .plugins-hero h1 {
        font-size: 28px;
    }

    .plugins-hero .plugins-hero-subtitle {
        font-size: 17px;
    }

    .plugins-page .hero-btns .btn {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 10px auto 0;
        min-width: auto;
    }

    .hero-highlights {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .hero-highlight-item {
        width: 100%;
        max-width: 340px;
        border-radius: 14px;
    }
}