/* Minification failed. Returning unminified contents.
(32,38): run-time error CSS1034: Expected closing parenthesis, found ','
(32,38): run-time error CSS1042: Expected function, found ','
(32,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */


.feature-included {
    color: #2fe622;
}


.buttonmargin{
    margin-top: 10px;
    margin-bottom: 20px;
}


.tagnumber{
    font-style: italic;
    font-weight:bold;
}

.even {
    background-color: rgba(230, 126, 34, 0.2);
}

.orangy {
    color: rgba(230, 126, 34, 1) !important;
}

.fady{
    opacity: 0.1;
}

.header-main {
    background-color: rgb(12, 64, 109, .5);
/*    background: url('../assets/img/Header Banner.png') 50% 50% no-repeat;*/
    background-size: auto;
    background-size: cover;
    color: white;
}

.buffer-top{
    margin-top: 30px;
}

.screen-shots{
    max-height: 400px;
}
/*.wall-text {
    color: white;
}*/

/* ===== Make hero less "blocky" ===== */

/* Add a soft gradient veil so content sits on a smoother surface */
.hero-wrap {
    position: relative;
}

    .hero-wrap:before {
        content: "";
        position: absolute;
        left: -12px;
        right: -12px;
        top: -12px;
        bottom: -12px;
        background: radial-gradient(ellipse at 20% 15%, rgba(0,0,0,.30), rgba(0,0,0,.05) 60%, rgba(0,0,0,0) 100%);
        pointer-events: none;
    }

/* Panel becomes a "glass" card, not a dark block */
.hero-panel {
    background: rgba(10, 12, 14, 0.26); /* lighter */
    border: 1px solid rgba(255,255,255,0.08); /* subtler border */
    border-radius: 14px; /* softer corners */
    padding: 1.25rem 1.25rem; /* slightly smaller */
    box-shadow: 0 18px 50px rgba(0,0,0,.30);
    backdrop-filter: blur(10px);
}

/* Reduce the big FIXSIM word a bit */
.hero-copy .orangy {
    font-size: 2.6rem !important;
}

/* Slightly smaller H1 so it doesn't dominate as a "block" */
.hero-copy h1 {
    font-size: 2.35rem;
}

/* Video frame: soften borders and shadow */
.hero-video-frame {
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 50px rgba(0,0,0,.30);
    background: rgba(0,0,0,.08);
}

/* Trust strip: make it feel like part of hero, not a separate slab */
.hero-trust {
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 14px;
    padding: .6rem .9rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

    /* Tighter trust items */
    .hero-trust .trust-item {
        margin-right: 1rem;
        margin-bottom: .15rem;
    }

/* Mobile: reduce visual weight */
@media (max-width: 991px) {
    .hero-panel {
        padding: 1.1rem;
    }

    .hero-copy h1 {
        font-size: 2.0rem;
    }
}
.hero-video-frame {
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(0,0,0,.30);
    background: rgba(0,0,0,.08);
}
