/* Generated from legacy.blade.php hero-specific rules. Load only the active hero style. */
body[data-hero-style="serit"] .hero-minimal{position: relative;
            padding: 108px 0 90px;
            background: var(--hero-image-url, none) center/cover no-repeat;
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);}

body[data-hero-style="serit"] .hero-minimal::before{content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 100vw;
            transform: translateX(-50%);
            background: linear-gradient(120deg, rgba(2, 6, 23, .78) 0%, rgba(15, 23, 42, .72) 52%, color-mix(in srgb, var(--primary) 25%, rgba(15, 23, 42, .7)) 100%);}

body[data-hero-style="serit"] .hero-minimal .container{position: relative;
            z-index: 2;
            padding-left: 1.30rem;
            padding-right: 1.30rem;}

body[data-hero-style="serit"] .hero-title-minimal,
        body[data-hero-style="serit"] .hero-note-minimal,
        body[data-hero-style="serit"] .hero-slogan-minimal,
        body[data-hero-style="serit"] .hero-status-minimal{color: #e2e8f0;}

body[data-hero-style="serit"] .text-accent{color: color-mix(in srgb, var(--accent) 80%, #ffffff);}

body[data-hero-style="serit"] .hero-actions-minimal{gap: 0.8rem;}

body[data-hero-style="serit"] .hero-media-shell{border-radius: 14px;
            overflow: hidden;
            border: none;
            box-shadow: 0 24px 52px rgba(2, 6, 23, .45);}

body[data-hero-style="serit"] .hero-image-minimal{border-radius: 14px;}

@media (max-width: 991px){body[data-hero-style="serit"] .hero-minimal{min-height: auto;
                padding: 56px 0 0;}}

@media (max-width: 991px){body[data-hero-style="denge"] .hero-media-col,
            body[data-hero-style="serit"] .hero-media-col{order: -1;
                margin-bottom: 1.5rem;
                margin-top: 0;}}

@media (max-width: 991px){body[data-hero-style="serit"] .hero-media-shell{box-shadow: none;}}
